Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 25247ac748027abf9820f8a08a2990fa03ab5444 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-ssh17269650217698011692.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh604177540534646057.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 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16743904660014172905.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5822623109764361444.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8812828743850101268.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6445 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 25247ac748027abf9820f8a08a2990fa03ab5444 (main) Commit message: "Merge pull request #139 from jinlinGuan/add-sshlibrary" > git config core.sparsecheckout # timeout=10 > git checkout -f 25247ac748027abf9820f8a08a2990fa03ab5444 # timeout=10 > git rev-list --no-walk 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-07T08:13:46.821Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-07T08:13:46.875Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-07T08:13:46.895Z] ========================================================= [2025-08-07T08:13:46.895Z] EdgeX Global Pipelines Version Info [2025-08-07T08:13:46.895Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:13:47.628Z] ------------------- [2025-08-07T08:13:47.628Z] stable info: [2025-08-07T08:13:47.628Z] ------------------- [2025-08-07T08:13:47.628Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-07T08:13:47.628Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-07T08:13:47.628Z] Message: update stable to v1.0.276 [2025-08-07T08:13:48.577Z] ------------------- [2025-08-07T08:13:48.577Z] experimental info: [2025-08-07T08:13:48.578Z] ------------------- [2025-08-07T08:13:48.578Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-07T08:13:48.578Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-07T08:13:48.578Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-08-07T08:13:48.660Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-08-07T08:13:48.678Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-08-07T08:13:48.694Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-07T08:13:48.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-07T08:13:48.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-07T08:13:48.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-08-07T08:13:48.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-07T08:13:48.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-08-07T08:13:48.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-08-07T08:13:48.804Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-07T08:13:48.820Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-08-07T08:13:48.840Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-08-07T08:13:48.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-07T08:13:48.883Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-07T08:13:48.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-07T08:13:48.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-07T08:13:48.947Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-07T08:13:48.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] echo [2025-08-07T08:13:48.982Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 25247ac [Pipeline] echo [2025-08-07T08:13:48.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:13:49.047Z] provisioning config files... [2025-08-07T08:13:49.061Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8735941977360256743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:13:49.390Z] ---> ****-login.sh [2025-08-07T08:13:49.390Z] nexus3.edgexfoundry.org:10001 [2025-08-07T08:13:49.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:13:49.652Z] [2025-08-07T08:13:49.652Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T08:13:49.652Z] Configure a credential helper to remove this warning. See [2025-08-07T08:13:49.652Z] https://docs.****.com/go/credential-store/ [2025-08-07T08:13:49.652Z] [2025-08-07T08:13:49.652Z] Login Succeeded [2025-08-07T08:13:49.652Z] nexus3.edgexfoundry.org:10002 [2025-08-07T08:13:49.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:13:49.652Z] [2025-08-07T08:13:49.652Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T08:13:49.652Z] Configure a credential helper to remove this warning. See [2025-08-07T08:13:49.652Z] https://docs.****.com/go/credential-store/ [2025-08-07T08:13:49.652Z] [2025-08-07T08:13:49.652Z] Login Succeeded [2025-08-07T08:13:49.652Z] nexus3.edgexfoundry.org:10003 [2025-08-07T08:13:49.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:13:49.916Z] [2025-08-07T08:13:49.916Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T08:13:49.916Z] Configure a credential helper to remove this warning. See [2025-08-07T08:13:49.916Z] https://docs.****.com/go/credential-store/ [2025-08-07T08:13:49.916Z] [2025-08-07T08:13:49.916Z] Login Succeeded [2025-08-07T08:13:49.916Z] nexus3.edgexfoundry.org:10004 [2025-08-07T08:13:49.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:13:49.916Z] [2025-08-07T08:13:49.916Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T08:13:49.916Z] Configure a credential helper to remove this warning. See [2025-08-07T08:13:49.916Z] https://docs.****.com/go/credential-store/ [2025-08-07T08:13:49.916Z] [2025-08-07T08:13:49.917Z] Login Succeeded [2025-08-07T08:13:49.917Z] ****.io [2025-08-07T08:13:49.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:13:50.178Z] [2025-08-07T08:13:50.178Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T08:13:50.178Z] Configure a credential helper to remove this warning. See [2025-08-07T08:13:50.178Z] https://docs.****.com/go/credential-store/ [2025-08-07T08:13:50.178Z] [2025-08-07T08:13:50.178Z] Login Succeeded [2025-08-07T08:13:50.178Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T08:13:50.186Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-07T08:13:50.680Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T08:13:50.680Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-07T08:13:50.680Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-07T08:13:50.680Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-07T08:13:50.680Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-07T08:13:50.680Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-07T08:13:50.680Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:13:51.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:13:51.089Z] [2025-08-07T08:13:51.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:13:51.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:13:51.396Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-07T08:13:51.396Z] 3dae71ba6b94: Pulling fs layer [2025-08-07T08:13:51.396Z] 6bf1a483ea7c: Pulling fs layer [2025-08-07T08:13:51.396Z] f5dfc541a4d3: Pulling fs layer [2025-08-07T08:13:51.396Z] 461d9e800cba: Pulling fs layer [2025-08-07T08:13:51.396Z] 80192f66455f: Pulling fs layer [2025-08-07T08:13:51.396Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-07T08:13:51.396Z] a29436f7fd5d: Pulling fs layer [2025-08-07T08:13:51.396Z] 923cac83aea3: Pulling fs layer [2025-08-07T08:13:51.396Z] 25ad8b0a4227: Pulling fs layer [2025-08-07T08:13:51.396Z] db01528c6b51: Pulling fs layer [2025-08-07T08:13:51.396Z] 28988de357af: Pulling fs layer [2025-08-07T08:13:51.396Z] 2e8e34ca0e6c: Waiting [2025-08-07T08:13:51.396Z] a29436f7fd5d: Waiting [2025-08-07T08:13:51.396Z] 25ad8b0a4227: Waiting [2025-08-07T08:13:51.396Z] 923cac83aea3: Waiting [2025-08-07T08:13:51.396Z] db01528c6b51: Waiting [2025-08-07T08:13:51.396Z] 461d9e800cba: Waiting [2025-08-07T08:13:51.396Z] 28988de357af: Waiting [2025-08-07T08:13:51.396Z] 80192f66455f: Waiting [2025-08-07T08:13:51.396Z] 6bf1a483ea7c: Verifying Checksum [2025-08-07T08:13:51.396Z] 6bf1a483ea7c: Download complete [2025-08-07T08:13:51.396Z] 461d9e800cba: Download complete [2025-08-07T08:13:51.396Z] 80192f66455f: Download complete [2025-08-07T08:13:51.657Z] f5dfc541a4d3: Verifying Checksum [2025-08-07T08:13:51.657Z] f5dfc541a4d3: Download complete [2025-08-07T08:13:51.657Z] 3dae71ba6b94: Verifying Checksum [2025-08-07T08:13:51.657Z] 3dae71ba6b94: Download complete [2025-08-07T08:13:51.657Z] 923cac83aea3: Verifying Checksum [2025-08-07T08:13:51.657Z] 923cac83aea3: Download complete [2025-08-07T08:13:51.657Z] 25ad8b0a4227: Verifying Checksum [2025-08-07T08:13:51.657Z] 25ad8b0a4227: Download complete [2025-08-07T08:13:51.657Z] db01528c6b51: Verifying Checksum [2025-08-07T08:13:51.657Z] db01528c6b51: Download complete [2025-08-07T08:13:51.657Z] 28988de357af: Verifying Checksum [2025-08-07T08:13:51.657Z] 28988de357af: Download complete [2025-08-07T08:13:51.917Z] a29436f7fd5d: Verifying Checksum [2025-08-07T08:13:51.917Z] a29436f7fd5d: Download complete [2025-08-07T08:13:52.491Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-07T08:13:52.491Z] 2e8e34ca0e6c: Download complete [2025-08-07T08:13:53.060Z] 3dae71ba6b94: Pull complete [2025-08-07T08:13:53.318Z] 6bf1a483ea7c: Pull complete [2025-08-07T08:13:53.884Z] f5dfc541a4d3: Pull complete [2025-08-07T08:13:53.884Z] 461d9e800cba: Pull complete [2025-08-07T08:13:53.884Z] 80192f66455f: Pull complete [2025-08-07T08:13:58.087Z] 2e8e34ca0e6c: Pull complete [2025-08-07T08:13:58.346Z] a29436f7fd5d: Pull complete [2025-08-07T08:13:58.346Z] 923cac83aea3: Pull complete [2025-08-07T08:13:58.346Z] 25ad8b0a4227: Pull complete [2025-08-07T08:13:58.346Z] db01528c6b51: Pull complete [2025-08-07T08:13:58.610Z] 28988de357af: Pull complete [2025-08-07T08:13:58.610Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-07T08:13:58.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:13:58.610Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:13:58.733Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:13:58.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-07T08:14:00.730Z] $ docker top 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff -eo pid,comm [2025-08-07T08:14:00.776Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-07T08:14:00.776Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T08:14:00.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T08:14:00.827Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T08:14:00.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T08:14:00.941Z] $ docker exec 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent [2025-08-07T08:14:01.034Z] SSH_AUTH_SOCK=/tmp/ssh-topzJWaO10Pq/agent.32 [2025-08-07T08:14:01.034Z] SSH_AGENT_PID=38 [2025-08-07T08:14:01.041Z] Running ssh-add (command line suppressed) [2025-08-07T08:14:01.144Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5578572384281957667.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5578572384281957667.key) [2025-08-07T08:14:01.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T08:14:01.445Z] + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh [2025-08-07T08:14:01.729Z] + git tag --points-at HEAD [Pipeline] } [2025-08-07T08:14:01.755Z] $ docker exec --env ******** --env ******** 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent -k [2025-08-07T08:14:01.852Z] unset SSH_AUTH_SOCK; [2025-08-07T08:14:01.852Z] unset SSH_AGENT_PID; [2025-08-07T08:14:01.852Z] echo Agent pid 38 killed; [2025-08-07T08:14:01.863Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-07T08:14:01.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T08:14:01.898Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T08:14:02.006Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T08:14:02.009Z] $ docker exec 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent [2025-08-07T08:14:02.120Z] SSH_AUTH_SOCK=/tmp/ssh-y8cMwJHrx44A/agent.85 [2025-08-07T08:14:02.120Z] SSH_AGENT_PID=92 [2025-08-07T08:14:02.123Z] Running ssh-add (command line suppressed) [2025-08-07T08:14:02.224Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14317594121106247863.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14317594121106247863.key) [2025-08-07T08:14:02.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T08:14:02.523Z] + git semver init [2025-08-07T08:14:02.782Z] 2025-08-07 08:14:02,722 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T08:14:02.782Z] 2025-08-07 08:14:02,726 [run_init] DEBUG init version:0.0.0 force:False [2025-08-07T08:14:02.782Z] 2025-08-07 08:14:02,727 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-08-07T08:14:02.782Z] 2025-08-07 08:14:02,727 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-08-07T08:14:02.782Z] 2025-08-07 08:14:02,727 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-08-07T08:14:03.350Z] 2025-08-07 08:14:03,339 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2025-08-07T08:14:03.350Z] 2025-08-07 08:14:03,340 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2025-08-07T08:14:03.350Z] 2025-08-07 08:14:03,340 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:14:03.350Z] 2025-08-07 08:14:03,340 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:14:03.350Z] 1.0.0-dev.10 [Pipeline] } [2025-08-07T08:14:03.618Z] $ docker exec --env ******** --env ******** 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent -k [2025-08-07T08:14:03.724Z] unset SSH_AUTH_SOCK; [2025-08-07T08:14:03.724Z] unset SSH_AGENT_PID; [2025-08-07T08:14:03.725Z] echo Agent pid 92 killed; [2025-08-07T08:14:03.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T08:14:04.052Z] + git semver [Pipeline] } [2025-08-07T08:14:04.323Z] $ docker stop --time=1 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff [2025-08-07T08:14:05.594Z] $ docker rm -f --volumes 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T08:14:05.929Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-07T08:14:06.180Z] Stashed 1 file(s) [Pipeline] echo [2025-08-07T08:14:06.184Z] [edgeXSemver]: initialized semver on version 1.0.0-dev.10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:14:06.315Z] provisioning config files... [2025-08-07T08:14:06.338Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8088605789359048763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:14:06.636Z] ---> ****-login.sh [2025-08-07T08:14:06.637Z] nexus3.edgexfoundry.org:10001 [2025-08-07T08:14:06.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:14:06.637Z] Login Succeeded [2025-08-07T08:14:06.637Z] nexus3.edgexfoundry.org:10002 [2025-08-07T08:14:06.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:14:06.637Z] Login Succeeded [2025-08-07T08:14:06.637Z] nexus3.edgexfoundry.org:10003 [2025-08-07T08:14:06.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:14:06.895Z] Login Succeeded [2025-08-07T08:14:06.895Z] nexus3.edgexfoundry.org:10004 [2025-08-07T08:14:06.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:14:06.895Z] Login Succeeded [2025-08-07T08:14:06.895Z] ****.io [2025-08-07T08:14:06.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:14:07.154Z] Login Succeeded [2025-08-07T08:14:07.154Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T08:14:07.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-07T08:14:07.822Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-07T08:14:08.104Z] + ls -al . [2025-08-07T08:14:08.104Z] total 72 [2025-08-07T08:14:08.104Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 7 08:14 . [2025-08-07T08:14:08.104Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 08:13 .. [2025-08-07T08:14:08.104Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 08:14 .git [2025-08-07T08:14:08.104Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 08:13 .github [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 7 08:13 .gitignore [2025-08-07T08:14:08.104Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 08:14 .semver [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 1653 Aug 7 08:13 Dockerfile [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 7 08:13 Jenkinsfile [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 7 08:13 LICENSE [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 4232 Aug 7 08:13 README.md [2025-08-07T08:14:08.104Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:13 TUC [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 08:14 VERSION [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 473 Aug 7 08:13 requirements.txt [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 7 08:13 robot-entrypoint.sh [2025-08-07T08:14:08.104Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 7 08:13 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:14:08.480Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 --label arch=amd64 --label version=1.0.0-dev.10 . [2025-08-07T08:14:09.046Z] #0 building with "default" instance using docker driver [2025-08-07T08:14:09.046Z] [2025-08-07T08:14:09.046Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:14:09.046Z] #1 transferring dockerfile: 1.69kB done [2025-08-07T08:14:09.046Z] #1 DONE 0.0s [2025-08-07T08:14:09.046Z] [2025-08-07T08:14:09.046Z] #2 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-07T08:14:09.046Z] #2 DONE 0.1s [2025-08-07T08:14:09.303Z] [2025-08-07T08:14:09.303Z] #3 [internal] load .dockerignore [2025-08-07T08:14:09.303Z] #3 transferring context: 2B done [2025-08-07T08:14:09.303Z] #3 DONE 0.0s [2025-08-07T08:14:09.303Z] [2025-08-07T08:14:09.303Z] #4 [internal] load build context [2025-08-07T08:14:09.303Z] #4 transferring context: 535.79kB 0.0s done [2025-08-07T08:14:09.303Z] #4 DONE 0.1s [2025-08-07T08:14:09.303Z] [2025-08-07T08:14:09.303Z] #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T08:14:09.303Z] #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-07T08:14:09.303Z] #5 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-07T08:14:09.303Z] #5 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-07T08:14:09.303Z] #5 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-07T08:14:09.303Z] #5 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-07T08:14:09.303Z] #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-07T08:14:09.561Z] #5 DONE 0.3s [2025-08-07T08:14:09.561Z] [2025-08-07T08:14:09.561Z] #6 [2/7] COPY . /edgex-taf/edgex-taf-common [2025-08-07T08:14:09.561Z] #6 DONE 0.1s [2025-08-07T08:14:09.561Z] [2025-08-07T08:14:09.561Z] #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ [2025-08-07T08:14:09.561Z] #7 DONE 0.0s [2025-08-07T08:14:09.561Z] [2025-08-07T08:14:09.561Z] #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt [2025-08-07T08:14:09.561Z] #8 DONE 0.0s [2025-08-07T08:14:09.561Z] [2025-08-07T08:14:09.561Z] #9 [5/7] WORKDIR /edgex-taf [2025-08-07T08:14:09.561Z] #9 DONE 0.0s [2025-08-07T08:14:09.820Z] [2025-08-07T08:14:09.820Z] #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-07T08:14:09.820Z] #10 DONE 0.3s [2025-08-07T08:14:10.079Z] [2025-08-07T08:14:10.079Z] #11 [7/7] RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-08-07T08:14:10.079Z] #11 0.227 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:14:13.366Z] #11 2.996 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:14:16.649Z] #11 6.764 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:14:19.946Z] #11 9.626 Executing busybox-1.36.1-r30.post-upgrade [2025-08-07T08:14:19.946Z] #11 9.668 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:14:20.885Z] #11 10.92 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:14:21.266Z] Still waiting to schedule task [2025-08-07T08:14:21.267Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-07T08:14:22.263Z] #11 12.16 Executing busybox-1.36.1-r30.trigger [2025-08-07T08:14:22.263Z] #11 12.17 OK: 8 MiB in 14 packages [2025-08-07T08:14:22.263Z] #11 12.22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:14:25.555Z] #11 15.08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:14:28.844Z] #11 18.61 (1/14) Installing ca-certificates (20250619-r0) [2025-08-07T08:14:30.749Z] #11 20.80 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-07T08:14:33.289Z] #11 23.24 (3/14) Installing c-ares (1.33.1-r0) [2025-08-07T08:14:35.191Z] #11 25.10 (4/14) Installing libunistring (1.2-r0) [2025-08-07T08:14:37.726Z] #11 27.84 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-07T08:14:40.261Z] #11 30.10 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-07T08:14:42.168Z] #11 31.94 (7/14) Installing libpsl (0.21.5-r1) [2025-08-07T08:14:44.070Z] #11 33.78 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-07T08:14:46.603Z] #11 36.26 (9/14) Installing libcurl (8.12.1-r0) [2025-08-07T08:14:49.139Z] #11 38.76 (10/14) Installing curl (8.12.1-r0) [2025-08-07T08:14:51.044Z] #11 40.94 (11/14) Installing docker-cli (26.1.5-r0) [2025-08-07T08:14:55.237Z] #11 45.45 (12/14) Installing oniguruma (6.9.9-r0) [2025-08-07T08:14:57.777Z] #11 47.62 (13/14) Installing jq (1.7.1-r0) [2025-08-07T08:15:00.313Z] #11 50.06 (14/14) Installing openssl (3.3.4-r0) [2025-08-07T08:15:02.851Z] #11 52.50 Executing busybox-1.36.1-r30.trigger [2025-08-07T08:15:02.851Z] #11 52.50 Executing ca-certificates-20250619-r0.trigger [2025-08-07T08:15:02.851Z] #11 52.54 OK: 43 MiB in 28 packages [2025-08-07T08:15:02.851Z] #11 52.60 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:15:05.389Z] #11 55.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:15:08.677Z] #11 58.79 (1/167) Installing libexpat (2.7.0-r0) [2025-08-07T08:15:10.581Z] #11 60.63 (2/167) Installing libbz2 (1.0.8-r6) [2025-08-07T08:15:12.483Z] #11 62.20 (3/167) Installing libpng (1.6.44-r0) [2025-08-07T08:15:14.388Z] #11 64.37 (4/167) Installing freetype (2.13.2-r0) [2025-08-07T08:15:16.920Z] #11 66.89 (5/167) Installing fontconfig (2.15.0-r1) [2025-08-07T08:15:19.453Z] #11 69.17 (6/167) Installing libfontenc (1.1.8-r0) [2025-08-07T08:15:20.831Z] #11 70.83 (7/167) Installing mkfontscale (1.2.2-r6) [2025-08-07T08:15:22.209Z] #11 72.42 (8/167) Installing font-opensans (0_git20210927-r1) [2025-08-07T08:15:25.500Z] #11 75.47 (9/167) Installing pkgconf (2.2.0-r0) [2025-08-07T08:15:32.042Z] #11 79.11 (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-08-07T08:15:35.191Z] #11 85.39 (11/167) Installing libffi (3.4.6-r0) [2025-08-07T08:15:37.095Z] #11 86.99 (12/167) Installing libintl (0.22.5-r0) [2025-08-07T08:15:38.472Z] #11 88.61 (13/167) Installing libeconf (0.6.3-r0) [2025-08-07T08:15:40.374Z] #11 90.23 (14/167) Installing libblkid (2.40.1-r1) [2025-08-07T08:15:42.279Z] #11 92.18 (15/167) Installing libmount (2.40.1-r1) [2025-08-07T08:15:44.812Z] #11 94.45 (16/167) Installing pcre2 (10.43-r0) [2025-08-07T08:15:46.718Z] #11 96.91 (17/167) Installing glib (2.80.5-r0) [2025-08-07T08:15:50.908Z] #11 100.3 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-07T08:15:53.438Z] #11 103.3 (19/167) Installing xz-libs (5.6.2-r1) [2025-08-07T08:15:55.973Z] #11 105.7 (20/167) Installing libxml2 (2.12.10-r0) [2025-08-07T08:15:58.503Z] #11 108.4 (21/167) Installing shared-mime-info (2.4-r0) [2025-08-07T08:16:01.039Z] #11 110.9 (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-08-07T08:16:02.413Z] #11 112.5 (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-08-07T08:16:04.220Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6448 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2025-08-07T08:16:04.946Z] #11 114.9 (24/167) Installing libsharpyuv (1.3.2-r0) [2025-08-07T08:16:06.321Z] #11 116.2 (25/167) Installing libwebp (1.3.2-r0) [2025-08-07T08:16:07.279Z] Selected Git installation does not exist. Using Default [2025-08-07T08:16:07.279Z] The recommended git tool is: NONE [2025-08-07T08:16:08.854Z] #11 118.8 (26/167) Installing tiff (4.6.0t-r0) [2025-08-07T08:16:11.387Z] #11 121.0 (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-08-07T08:16:12.639Z] using credential edgex-jenkins-ssh [2025-08-07T08:16:12.664Z] Cloning the remote Git repository [2025-08-07T08:16:13.294Z] #11 123.3 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-08-07T08:16:12.717Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-08-07T08:16:12.847Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2025-08-07T08:16:13.001Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-08-07T08:16:13.003Z] > git --version # timeout=10 [2025-08-07T08:16:13.033Z] > git --version # 'git version 2.25.1' [2025-08-07T08:16:13.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-07T08:16:13.192Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-07T08:16:14.671Z] #11 124.9 (29/167) Installing libxau (1.0.11-r4) [2025-08-07T08:16:13.816Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-08-07T08:16:13.843Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-07T08:16:14.941Z] Avoid second fetch [2025-08-07T08:16:14.941Z] Checking out Revision 25247ac748027abf9820f8a08a2990fa03ab5444 (main) [2025-08-07T08:16:15.669Z] Commit message: "Merge pull request #139 from jinlinGuan/add-sshlibrary" [2025-08-07T08:16:16.052Z] #11 126.1 (30/167) Installing libmd (1.1.0-r0) [2025-08-07T08:16:14.962Z] > git config core.sparsecheckout # timeout=10 [2025-08-07T08:16:15.044Z] > git checkout -f 25247ac748027abf9820f8a08a2990fa03ab5444 # timeout=10 [2025-08-07T08:16:17.956Z] #11 127.7 (31/167) Installing libbsd (0.12.2-r0) [2025-08-07T08:16:19.332Z] #11 129.3 (32/167) Installing libxdmcp (1.1.5-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:16:20.168Z] provisioning config files... [2025-08-07T08:16:20.209Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8458558664379713010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:16:20.707Z] #11 130.5 (33/167) Installing libxcb (1.16.1-r0) [2025-08-07T08:16:20.936Z] ---> ****-login.sh [2025-08-07T08:16:20.936Z] nexus3.edgexfoundry.org:10001 [2025-08-07T08:16:21.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:16:21.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:16:21.816Z] Configure a credential helper to remove this warning. See [2025-08-07T08:16:21.816Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:16:21.816Z] [2025-08-07T08:16:21.816Z] Login Succeeded [2025-08-07T08:16:21.816Z] nexus3.edgexfoundry.org:10002 [2025-08-07T08:16:21.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:16:22.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:16:22.087Z] Configure a credential helper to remove this warning. See [2025-08-07T08:16:22.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:16:22.087Z] [2025-08-07T08:16:22.087Z] Login Succeeded [2025-08-07T08:16:22.087Z] nexus3.edgexfoundry.org:10003 [2025-08-07T08:16:22.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:16:22.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:16:22.628Z] Configure a credential helper to remove this warning. See [2025-08-07T08:16:22.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:16:22.628Z] [2025-08-07T08:16:22.628Z] Login Succeeded [2025-08-07T08:16:22.628Z] nexus3.edgexfoundry.org:10004 [2025-08-07T08:16:22.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:16:22.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:16:22.900Z] Configure a credential helper to remove this warning. See [2025-08-07T08:16:22.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:16:22.901Z] [2025-08-07T08:16:22.901Z] Login Succeeded [2025-08-07T08:16:22.901Z] ****.io [2025-08-07T08:16:23.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:16:23.240Z] #11 133.0 (34/167) Installing libx11 (1.8.9-r1) [2025-08-07T08:16:23.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:16:23.437Z] Configure a credential helper to remove this warning. See [2025-08-07T08:16:23.437Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:16:23.437Z] [2025-08-07T08:16:23.437Z] Login Succeeded [2025-08-07T08:16:23.437Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T08:16:23.454Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-07T08:16:24.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-07T08:16:24.456Z] + ls -al . [2025-08-07T08:16:24.456Z] total 68 [2025-08-07T08:16:24.456Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:16 . [2025-08-07T08:16:24.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 08:16 .. [2025-08-07T08:16:24.456Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 08:16 .git [2025-08-07T08:16:24.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 08:16 .github [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 7 08:16 .gitignore [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 1653 Aug 7 08:16 Dockerfile [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 7 08:16 Jenkinsfile [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 7 08:16 LICENSE [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 4232 Aug 7 08:16 README.md [2025-08-07T08:16:24.456Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:16 TUC [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 08:14 VERSION [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 473 Aug 7 08:16 requirements.txt [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 7 08:16 robot-entrypoint.sh [2025-08-07T08:16:24.456Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 7 08:16 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:16:24.824Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 --label arch=arm64 --label version=1.0.0-dev.10 . [2025-08-07T08:16:25.094Z] Sending build context to Docker daemon 395.8kB [2025-08-07T08:16:25.094Z] Step 1/13 : FROM alpine:3.20 [2025-08-07T08:16:25.679Z] 3.20: Pulling from library/alpine [2025-08-07T08:16:25.679Z] 13e713f82565: Pulling fs layer [2025-08-07T08:16:25.777Z] #11 135.8 (35/167) Installing libxcomposite (0.4.6-r5) [2025-08-07T08:16:25.947Z] 13e713f82565: Verifying Checksum [2025-08-07T08:16:25.947Z] 13e713f82565: Download complete [2025-08-07T08:16:26.555Z] 13e713f82565: Pull complete [2025-08-07T08:16:26.824Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T08:16:26.824Z] Status: Downloaded newer image for alpine:3.20 [2025-08-07T08:16:26.824Z] ---> c88e9dceb6cb [2025-08-07T08:16:26.824Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-08-07T08:16:26.824Z] ---> Running in a101ee1ba401 [2025-08-07T08:16:27.107Z] Removing intermediate container a101ee1ba401 [2025-08-07T08:16:27.107Z] ---> 8a6fdf00149e [2025-08-07T08:16:27.107Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-08-07T08:16:27.166Z] #11 137.1 (36/167) Installing libxfixes (6.0.1-r4) [2025-08-07T08:16:27.379Z] ---> Running in 411f9f33d920 [2025-08-07T08:16:27.648Z] Removing intermediate container 411f9f33d920 [2025-08-07T08:16:27.648Z] ---> 184d66f2fe4e [2025-08-07T08:16:27.648Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-08-07T08:16:28.235Z] ---> f0ceaa6e992d [2025-08-07T08:16:28.235Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-08-07T08:16:28.547Z] #11 138.3 (37/167) Installing libxrender (0.9.11-r5) [2025-08-07T08:16:28.822Z] ---> 6aeacdd8ef7b [2025-08-07T08:16:28.823Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-08-07T08:16:29.410Z] ---> b8b2dba03a2d [2025-08-07T08:16:29.410Z] Step 7/13 : WORKDIR /edgex-taf [2025-08-07T08:16:29.410Z] ---> Running in 17168bfc61de [2025-08-07T08:16:29.686Z] Removing intermediate container 17168bfc61de [2025-08-07T08:16:29.686Z] ---> 45e549f2f0a5 [2025-08-07T08:16:29.686Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-07T08:16:29.686Z] ---> Running in d33653ebf8ca [2025-08-07T08:16:29.926Z] #11 140.0 (38/167) Installing libxcursor (1.2.2-r1) [2025-08-07T08:16:31.654Z] Removing intermediate container d33653ebf8ca [2025-08-07T08:16:31.655Z] ---> b3b866d6bffc [2025-08-07T08:16:31.655Z] Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-08-07T08:16:31.655Z] ---> Running in 329ceac2a8a5 [2025-08-07T08:16:31.835Z] #11 141.5 (39/167) Installing libxdamage (1.1.6-r5) [2025-08-07T08:16:32.622Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:16:32.772Z] #11 142.8 (40/167) Installing libxext (1.3.6-r2) [2025-08-07T08:16:34.677Z] #11 144.4 (41/167) Installing libxi (1.8.1-r4) [2025-08-07T08:16:35.991Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:16:36.055Z] #11 146.0 (42/167) Installing libxinerama (1.1.5-r4) [2025-08-07T08:16:37.431Z] #11 147.3 (43/167) Installing libxrandr (1.5.4-r1) [2025-08-07T08:16:38.807Z] #11 148.9 (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-08-07T08:16:40.268Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:16:40.713Z] #11 150.8 (45/167) Installing libxtst (1.2.4-r6) [2025-08-07T08:16:42.089Z] #11 152.1 (46/167) Installing dbus-libs (1.14.10-r1) [2025-08-07T08:16:42.851Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-07T08:16:42.851Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:16:44.268Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T08:16:44.622Z] #11 154.3 (47/167) Installing at-spi2-core (2.52.0-r0) [2025-08-07T08:16:45.678Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T08:16:45.678Z] OK: 9 MiB in 14 packages [2025-08-07T08:16:45.946Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:16:46.527Z] #11 156.4 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-08-07T08:16:48.434Z] #11 158.3 (49/167) Installing pixman (0.43.2-r0) [2025-08-07T08:16:48.542Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:16:50.970Z] #11 160.7 (50/167) Installing cairo (1.18.4-r0) [2025-08-07T08:16:53.502Z] #11 163.5 (51/167) Installing cairo-gobject (1.18.4-r0) [2025-08-07T08:16:53.878Z] (1/14) Installing ca-certificates (20250619-r0) [2025-08-07T08:16:54.883Z] #11 164.8 (52/167) Installing avahi-libs (0.8-r17) [2025-08-07T08:16:55.288Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-07T08:16:56.787Z] #11 166.6 (53/167) Installing gmp (6.3.0-r1) [2025-08-07T08:16:57.875Z] (3/14) Installing c-ares (1.33.1-r0) [2025-08-07T08:16:59.318Z] #11 169.1 (54/167) Installing nettle (3.9.1-r0) [2025-08-07T08:16:59.816Z] (4/14) Installing libunistring (1.2-r0) [2025-08-07T08:17:01.850Z] #11 171.6 (55/167) Installing libtasn1 (4.20.0-r0) [2025-08-07T08:17:03.159Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-08-07T08:17:03.227Z] #11 173.2 (56/167) Installing p11-kit (0.25.3-r0) [2025-08-07T08:17:05.107Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-07T08:17:05.761Z] #11 175.6 (57/167) Installing gnutls (3.8.5-r0) [2025-08-07T08:17:07.060Z] (7/14) Installing libpsl (0.21.5-r1) [2025-08-07T08:17:09.005Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-07T08:17:09.053Z] #11 178.7 (58/167) Installing cups-libs (2.4.9-r1) [2025-08-07T08:17:11.588Z] #11 181.4 (59/167) Installing libepoxy (1.5.10-r1) [2025-08-07T08:17:11.591Z] (9/14) Installing libcurl (8.12.1-r0) [2025-08-07T08:17:14.124Z] #11 183.9 (60/167) Installing fribidi (1.0.15-r0) [2025-08-07T08:17:14.169Z] (10/14) Installing curl (8.12.1-r0) [2025-08-07T08:17:15.499Z] #11 185.6 (61/167) Installing graphite2 (1.3.14-r6) [2025-08-07T08:17:16.194Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-08-07T08:17:17.401Z] #11 187.4 (62/167) Installing harfbuzz (8.5.0-r0) [2025-08-07T08:17:20.686Z] #11 190.2 (63/167) Installing libxft (2.3.8-r3) [2025-08-07T08:17:21.527Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-08-07T08:17:21.620Z] #11 191.7 (64/167) Installing pango (1.52.2-r0) [2025-08-07T08:17:22.929Z] (13/14) Installing jq (1.7.1-r0) [2025-08-07T08:17:24.150Z] #11 194.2 (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-08-07T08:17:25.501Z] (14/14) Installing openssl (3.3.4-r0) [2025-08-07T08:17:26.053Z] #11 195.8 (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-08-07T08:17:26.989Z] #11 197.1 (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-08-07T08:17:28.079Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T08:17:28.079Z] Executing ca-certificates-20250619-r0.trigger [2025-08-07T08:17:28.079Z] OK: 43 MiB in 28 packages [2025-08-07T08:17:28.344Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:17:28.366Z] #11 198.4 (68/167) Installing xkeyboard-config (2.41-r0) [2025-08-07T08:17:30.897Z] #11 201.1 (69/167) Installing libxkbcommon (1.7.0-r0) [2025-08-07T08:17:31.675Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:17:33.439Z] #11 203.3 (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-08-07T08:17:35.917Z] (1/166) Installing libexpat (2.7.0-r0) [2025-08-07T08:17:37.323Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-08-07T08:17:37.629Z] #11 207.4 (71/167) Installing icu-data-full (74.2-r1) [2025-08-07T08:17:38.737Z] (3/166) Installing libpng (1.6.44-r0) [2025-08-07T08:17:41.323Z] (4/166) Installing freetype (2.13.2-r0) [2025-08-07T08:17:41.820Z] #11 211.8 (72/167) Installing mesa (24.0.9-r1) [2025-08-07T08:17:43.197Z] #11 213.4 (73/167) Installing llvm17-libs (17.0.6-r2) [2025-08-07T08:17:43.904Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-08-07T08:17:46.493Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-08-07T08:17:47.912Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-08-07T08:17:49.849Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-08-07T08:17:53.183Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-08-07T08:17:55.121Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-08-07T08:17:55.401Z] #11 223.6 (74/167) Installing hwdata-pci (0.382-r0) [2025-08-07T08:17:55.967Z] #11 226.0 (75/167) Installing libpciaccess (0.18.1-r0) [2025-08-07T08:17:57.066Z] (11/166) Installing libffi (3.4.6-r0) [2025-08-07T08:17:57.868Z] #11 227.6 (76/167) Installing libdrm (2.4.120-r0) [2025-08-07T08:17:59.012Z] (12/166) Installing libintl (0.22.5-r0) [2025-08-07T08:17:59.771Z] #11 229.7 (77/167) Installing libelf (0.191-r0) [2025-08-07T08:18:00.422Z] (13/166) Installing libeconf (0.6.3-r0) [2025-08-07T08:18:01.673Z] #11 231.6 (78/167) Installing mesa-glapi (24.0.9-r1) [2025-08-07T08:18:02.363Z] (14/166) Installing libblkid (2.40.1-r1) [2025-08-07T08:18:03.578Z] #11 233.5 (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-08-07T08:18:04.296Z] (15/166) Installing libmount (2.40.1-r1) [2025-08-07T08:18:06.871Z] (16/166) Installing pcre2 (10.43-r0) [2025-08-07T08:18:08.853Z] #11 238.2 (80/167) Installing eudev-libs (3.2.14-r2) [2025-08-07T08:18:09.439Z] (17/166) Installing glib (2.80.5-r0) [2025-08-07T08:18:09.790Z] #11 239.8 (81/167) Installing libmagic (5.45-r1) [2025-08-07T08:18:12.768Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-07T08:18:13.074Z] #11 242.7 (82/167) Installing file (5.45-r1) [2025-08-07T08:18:14.010Z] #11 244.0 (83/167) Installing xprop (1.2.7-r0) [2025-08-07T08:18:15.912Z] #11 245.7 (84/167) Installing libice (1.1.1-r6) [2025-08-07T08:18:16.097Z] (19/166) Installing xz-libs (5.6.2-r1) [2025-08-07T08:18:17.287Z] #11 247.3 (85/167) Installing libuuid (2.40.1-r1) [2025-08-07T08:18:18.028Z] (20/166) Installing libxml2 (2.12.10-r0) [2025-08-07T08:18:19.187Z] #11 248.9 (86/167) Installing libsm (1.2.4-r4) [2025-08-07T08:18:20.570Z] #11 250.5 (87/167) Installing libxt (1.3.0-r5) [2025-08-07T08:18:20.595Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-08-07T08:18:22.470Z] #11 252.7 (88/167) Installing libxmu (1.1.4-r2) [2025-08-07T08:18:23.166Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-08-07T08:18:24.370Z] #11 254.6 (89/167) Installing xset (1.2.5-r1) [2025-08-07T08:18:25.100Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-08-07T08:18:26.275Z] #11 256.2 (90/167) Installing xdg-utils (1.2.1-r0) [2025-08-07T08:18:27.671Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-08-07T08:18:28.175Z] #11 258.0 (91/167) Installing libogg (1.3.5-r5) [2025-08-07T08:18:29.070Z] (25/166) Installing libwebp (1.3.2-r0) [2025-08-07T08:18:29.548Z] #11 259.6 (92/167) Installing libflac (1.4.3-r1) [2025-08-07T08:18:31.004Z] (26/166) Installing tiff (4.6.0t-r0) [2025-08-07T08:18:32.085Z] #11 261.8 (93/167) Installing alsa-lib (1.2.11-r0) [2025-08-07T08:18:33.574Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-08-07T08:18:34.620Z] #11 264.7 (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-08-07T08:18:35.510Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-08-07T08:18:37.451Z] (29/166) Installing libxau (1.0.11-r4) [2025-08-07T08:18:37.902Z] #11 268.1 (95/167) Installing aom-libs (3.9.1-r0) [2025-08-07T08:18:38.406Z] (30/166) Installing libmd (1.1.0-r0) [2025-08-07T08:18:40.345Z] (31/166) Installing libbsd (0.12.2-r0) [2025-08-07T08:18:41.748Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-08-07T08:18:42.093Z] #11 271.7 (96/167) Installing libva (2.21.0-r0) [2025-08-07T08:18:43.151Z] (33/166) Installing libxcb (1.16.1-r0) [2025-08-07T08:18:43.472Z] #11 273.6 (97/167) Installing libvdpau (1.5-r3) [2025-08-07T08:18:45.376Z] #11 275.1 (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-08-07T08:18:45.719Z] (34/166) Installing libx11 (1.8.9-r1) [2025-08-07T08:18:47.282Z] #11 277.3 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-08-07T08:18:49.049Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-08-07T08:18:49.815Z] #11 279.8 (100/167) Installing libdav1d (1.4.2-r0) [2025-08-07T08:18:50.003Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-08-07T08:18:51.411Z] (37/166) Installing libxrender (0.9.11-r5) [2025-08-07T08:18:52.815Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-08-07T08:18:53.101Z] #11 282.6 (101/167) Installing openexr-libiex (3.1.13-r1) [2025-08-07T08:18:54.749Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-08-07T08:18:55.006Z] #11 284.9 (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-08-07T08:18:55.718Z] (40/166) Installing libxext (1.3.6-r2) [2025-08-07T08:18:56.383Z] #11 286.4 (103/167) Installing imath (3.1.12-r0) [2025-08-07T08:18:57.654Z] (41/166) Installing libxi (1.8.1-r4) [2025-08-07T08:18:58.284Z] #11 288.3 (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-08-07T08:18:59.053Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-08-07T08:19:00.456Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-08-07T08:19:01.568Z] #11 291.4 (105/167) Installing giflib (5.2.2-r0) [2025-08-07T08:19:02.394Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-08-07T08:19:02.943Z] #11 293.0 (106/167) Installing libhwy (1.0.7-r0) [2025-08-07T08:19:03.804Z] (45/166) Installing libxtst (1.2.4-r6) [2025-08-07T08:19:04.320Z] #11 294.5 (107/167) Installing lcms2 (2.16-r0) [2025-08-07T08:19:05.209Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-08-07T08:19:06.852Z] #11 296.7 (108/167) Installing libjxl (0.10.2-r0) [2025-08-07T08:19:07.779Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-08-07T08:19:09.711Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-08-07T08:19:10.139Z] #11 299.9 (109/167) Installing lame-libs (3.100-r5) [2025-08-07T08:19:11.645Z] (49/166) Installing pixman (0.43.2-r0) [2025-08-07T08:19:12.045Z] #11 302.1 (110/167) Installing opus (1.5.2-r0) [2025-08-07T08:19:14.219Z] (50/166) Installing cairo (1.18.4-r0) [2025-08-07T08:19:14.579Z] #11 304.6 (111/167) Installing rav1e-libs (0.7.1-r0) [2025-08-07T08:19:16.790Z] (51/166) Installing cairo-gobject (1.18.4-r0) [2025-08-07T08:19:17.865Z] #11 307.7 (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-08-07T08:19:18.190Z] (52/166) Installing avahi-libs (0.8-r17) [2025-08-07T08:19:19.768Z] #11 309.8 (113/167) Installing soxr (0.1.3-r7) [2025-08-07T08:19:20.125Z] (53/166) Installing gmp (6.3.0-r1) [2025-08-07T08:19:21.671Z] #11 311.7 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-08-07T08:19:22.697Z] (54/166) Installing nettle (3.9.1-r0) [2025-08-07T08:19:23.575Z] #11 313.6 (115/167) Installing libtheora (1.1.1-r18) [2025-08-07T08:19:25.253Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-08-07T08:19:26.109Z] #11 316.1 (116/167) Installing libvorbis (1.3.7-r2) [2025-08-07T08:19:26.651Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-08-07T08:19:28.650Z] #11 318.6 (117/167) Installing libvpx (1.14.1-r0) [2025-08-07T08:19:29.215Z] (57/166) Installing gnutls (3.8.5-r0) [2025-08-07T08:19:31.934Z] #11 321.7 (118/167) Installing libwebpmux (1.3.2-r0) [2025-08-07T08:19:32.544Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-08-07T08:19:33.312Z] #11 323.3 (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-08-07T08:19:34.476Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-08-07T08:19:36.604Z] #11 326.4 (120/167) Installing numactl (2.0.18-r0) [2025-08-07T08:19:37.049Z] (60/166) Installing fribidi (1.0.15-r0) [2025-08-07T08:19:37.980Z] #11 328.0 (121/167) Installing x265-libs (3.6-r0) [2025-08-07T08:19:39.042Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-08-07T08:19:40.992Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-08-07T08:19:41.263Z] #11 331.4 (122/167) Installing xvidcore (1.3.7-r2) [2025-08-07T08:19:43.588Z] (63/166) Installing libxft (2.3.8-r3) [2025-08-07T08:19:43.867Z] #11 333.7 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-08-07T08:19:44.985Z] (64/166) Installing pango (1.52.2-r0) [2025-08-07T08:19:47.544Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-08-07T08:19:48.200Z] #11 337.6 (124/167) Installing libbluray (1.3.4-r1) [2025-08-07T08:19:49.478Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-08-07T08:19:49.634Z] #11 339.7 (125/167) Installing mpg123-libs (1.32.8-r0) [2025-08-07T08:19:50.870Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-08-07T08:19:51.820Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-08-07T08:19:52.186Z] #11 341.9 (126/167) Installing libopenmpt (0.7.7-r0) [2025-08-07T08:19:54.719Z] #11 344.7 (127/167) Installing cjson (1.7.18-r0) [2025-08-07T08:19:55.150Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-08-07T08:19:56.099Z] #11 346.3 (128/167) Installing mbedtls (3.6.4-r0) [2025-08-07T08:19:57.077Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-08-07T08:19:58.623Z] #11 348.7 (129/167) Installing librist (0.2.10-r1) [2025-08-07T08:20:00.520Z] #11 350.6 (130/167) Installing libsrt (1.5.3-r0) [2025-08-07T08:20:01.306Z] (71/166) Installing icu-data-full (74.2-r1) [2025-08-07T08:20:03.049Z] #11 353.1 (131/167) Installing libssh (0.10.6-r0) [2025-08-07T08:20:05.534Z] (72/166) Installing mesa (24.0.9-r1) [2025-08-07T08:20:05.577Z] #11 355.3 (132/167) Installing libsodium (1.0.19-r0) [2025-08-07T08:20:07.459Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2025-08-07T08:20:07.476Z] #11 357.5 (133/167) Installing libzmq (4.3.5-r2) [2025-08-07T08:20:10.005Z] #11 360.0 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-08-07T08:20:13.290Z] #11 363.2 (135/167) Installing crc32c (1.1.2-r0) [2025-08-07T08:20:14.665Z] #11 364.8 (136/167) Installing double-conversion (3.3.0-r0) [2025-08-07T08:20:16.564Z] #11 366.3 (137/167) Installing libevent (2.1.12-r7) [2025-08-07T08:20:17.492Z] (74/166) Installing hwdata-pci (0.382-r0) [2025-08-07T08:20:19.089Z] #11 368.9 (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-08-07T08:20:20.047Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-08-07T08:20:20.461Z] #11 370.5 (139/167) Installing mesa-gbm (24.0.9-r1) [2025-08-07T08:20:21.832Z] #11 372.0 (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-08-07T08:20:21.971Z] (76/166) Installing libdrm (2.4.120-r0) [2025-08-07T08:20:23.893Z] (77/166) Installing libelf (0.191-r0) [2025-08-07T08:20:25.107Z] #11 374.7 (141/167) Installing icu-libs (74.2-r1) [2025-08-07T08:20:25.820Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-08-07T08:20:27.744Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-08-07T08:20:28.388Z] #11 378.1 (142/167) Installing minizip (1.3.1-r0) [2025-08-07T08:20:29.757Z] #11 379.7 (143/167) Installing nspr (4.35-r4) [2025-08-07T08:20:32.283Z] #11 381.9 (144/167) Installing sqlite-libs (3.45.3-r2) [2025-08-07T08:20:33.048Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-08-07T08:20:34.439Z] (81/166) Installing libmagic (5.45-r1) [2025-08-07T08:20:34.807Z] #11 384.8 (145/167) Installing nss (3.105-r0) [2025-08-07T08:20:36.996Z] (82/166) Installing file (5.45-r1) [2025-08-07T08:20:38.088Z] #11 388.2 (146/167) Installing openh264 (2.4.1-r0) [2025-08-07T08:20:38.390Z] (83/166) Installing xprop (1.2.7-r0) [2025-08-07T08:20:40.312Z] (84/166) Installing libice (1.1.1-r6) [2025-08-07T08:20:41.367Z] #11 391.0 (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-08-07T08:20:42.245Z] (85/166) Installing libuuid (2.40.1-r1) [2025-08-07T08:20:42.738Z] #11 392.9 (148/167) Installing libunwind (1.8.1-r0) [2025-08-07T08:20:43.638Z] (86/166) Installing libsm (1.2.4-r4) [2025-08-07T08:20:44.636Z] #11 394.8 (149/167) Installing yaml (0.2.5-r2) [2025-08-07T08:20:45.029Z] (87/166) Installing libxt (1.3.0-r5) [2025-08-07T08:20:46.535Z] #11 396.7 (150/167) Installing libcamera (0.3.0-r0) [2025-08-07T08:20:47.584Z] (88/166) Installing libxmu (1.1.4-r2) [2025-08-07T08:20:49.518Z] (89/166) Installing xset (1.2.5-r1) [2025-08-07T08:20:49.822Z] #11 399.4 (151/167) Installing speexdsp (1.2.1-r2) [2025-08-07T08:20:50.911Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-08-07T08:20:51.192Z] #11 401.0 (152/167) Installing libuv (1.48.0-r0) [2025-08-07T08:20:52.836Z] (91/166) Installing libogg (1.3.5-r5) [2025-08-07T08:20:53.086Z] #11 402.9 (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-08-07T08:20:54.764Z] (92/166) Installing libflac (1.4.3-r1) [2025-08-07T08:20:55.621Z] #11 405.4 (154/167) Installing libsndfile (1.2.2-r1) [2025-08-07T08:20:56.694Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-08-07T08:20:58.184Z] #11 407.9 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-08-07T08:21:00.009Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-08-07T08:21:00.730Z] #11 410.7 (156/167) Installing pipewire-libs (1.0.6-r1) [2025-08-07T08:21:03.325Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-08-07T08:21:04.932Z] #11 414.3 (157/167) Installing libasyncns (0.8-r3) [2025-08-07T08:21:05.874Z] #11 415.8 (158/167) Installing libltdl (2.4.7-r3) [2025-08-07T08:21:07.256Z] #11 417.4 (159/167) Installing orc (0.4.40-r0) [2025-08-07T08:21:07.546Z] (96/166) Installing libva (2.21.0-r0) [2025-08-07T08:21:08.938Z] (97/166) Installing libvdpau (1.5-r3) [2025-08-07T08:21:09.796Z] #11 419.7 (160/167) Installing tdb-libs (1.4.9-r1) [2025-08-07T08:21:10.862Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-08-07T08:21:11.723Z] #11 421.6 (161/167) Installing libpulse (17.0-r0) [2025-08-07T08:21:13.420Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-08-07T08:21:15.052Z] #11 424.5 (162/167) Installing libwebpdemux (1.3.2-r0) [2025-08-07T08:21:15.619Z] #11 425.8 (163/167) Installing libgpg-error (1.49-r0) [2025-08-07T08:21:16.731Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-08-07T08:21:18.660Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-08-07T08:21:20.062Z] (102/166) Installing imath (3.1.12-r0) [2025-08-07T08:21:21.171Z] #11 431.3 (164/167) Installing libgcrypt (1.10.3-r0) [2025-08-07T08:21:21.992Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-08-07T08:21:24.466Z] #11 434.2 (165/167) Installing libxslt (1.1.39-r2) [2025-08-07T08:21:25.322Z] (104/166) Installing giflib (5.2.2-r0) [2025-08-07T08:21:26.283Z] (105/166) Installing libhwy (1.0.7-r0) [2025-08-07T08:21:26.383Z] #11 436.3 (166/167) Installing chromium (131.0.6778.108-r0) [2025-08-07T08:21:28.215Z] (106/166) Installing lcms2 (2.16-r0) [2025-08-07T08:21:30.157Z] (107/166) Installing libjxl (0.10.2-r0) [2025-08-07T08:21:33.484Z] (108/166) Installing lame-libs (3.100-r5) [2025-08-07T08:21:36.056Z] (109/166) Installing opus (1.5.2-r0) [2025-08-07T08:21:38.621Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-08-07T08:21:41.189Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-08-07T08:21:43.760Z] (112/166) Installing soxr (0.1.3-r7) [2025-08-07T08:21:44.480Z] #11 454.4 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-08-07T08:21:45.692Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-08-07T08:21:47.619Z] (114/166) Installing libtheora (1.1.1-r18) [2025-08-07T08:21:48.665Z] #11 458.6 Executing busybox-1.36.1-r30.trigger [2025-08-07T08:21:48.665Z] #11 458.7 Executing fontconfig-2.15.0-r1.trigger [2025-08-07T08:21:48.665Z] #11 458.7 Executing mkfontscale-1.2.2-r6.trigger [2025-08-07T08:21:48.665Z] #11 458.7 Executing glib-2.80.5-r0.trigger [2025-08-07T08:21:48.665Z] #11 458.7 Executing shared-mime-info-2.4-r0.trigger [2025-08-07T08:21:48.923Z] #11 459.1 Executing gdk-pixbuf-2.42.12-r0.trigger [2025-08-07T08:21:49.181Z] #11 459.1 Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-08-07T08:21:49.181Z] #11 459.1 Executing gtk+3.0-3.24.43-r0.trigger [2025-08-07T08:21:49.181Z] #11 459.1 OK: 672 MiB in 195 packages [2025-08-07T08:21:49.181Z] #11 459.2 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:21:50.180Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-08-07T08:21:52.463Z] #11 462.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:21:52.743Z] (116/166) Installing libvpx (1.14.1-r0) [2025-08-07T08:21:55.750Z] #11 465.5 (1/30) Installing jansson (2.14-r4) [2025-08-07T08:21:56.069Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-08-07T08:21:57.122Z] #11 467.1 (2/30) Installing binutils (2.42-r1) [2025-08-07T08:21:57.472Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-08-07T08:22:00.415Z] #11 470.5 (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-08-07T08:22:00.821Z] (119/166) Installing numactl (2.0.18-r0) [2025-08-07T08:22:01.787Z] #11 471.8 (4/30) Installing isl26 (0.26-r1) [2025-08-07T08:22:02.224Z] (120/166) Installing x265-libs (3.6-r0) [2025-08-07T08:22:05.724Z] #11 475.3 (5/30) Installing mpfr4 (4.2.1-r0) [2025-08-07T08:22:06.470Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-08-07T08:22:07.621Z] #11 477.8 (6/30) Installing mpc1 (1.3.1-r1) [2025-08-07T08:22:07.876Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-08-07T08:22:10.149Z] #11 479.8 (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-08-07T08:22:12.116Z] (123/166) Installing libbluray (1.3.4-r1) [2025-08-07T08:22:14.688Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-08-07T08:22:16.625Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-08-07T08:22:18.267Z] #11 488.4 (8/30) Installing musl-dev (1.2.5-r1) [2025-08-07T08:22:19.199Z] (126/166) Installing cjson (1.7.18-r0) [2025-08-07T08:22:21.136Z] (127/166) Installing mbedtls (3.6.4-r0) [2025-08-07T08:22:21.556Z] #11 491.8 (9/30) Installing linux-headers (6.6-r0) [2025-08-07T08:22:23.787Z] (128/166) Installing librist (0.2.10-r1) [2025-08-07T08:22:25.738Z] #11 495.2 (10/30) Installing libffi-dev (3.4.6-r0) [2025-08-07T08:22:26.370Z] (129/166) Installing libsrt (1.5.3-r0) [2025-08-07T08:22:27.119Z] #11 497.0 (11/30) Installing libpq (16.9-r0) [2025-08-07T08:22:28.317Z] (130/166) Installing libssh (0.10.6-r0) [2025-08-07T08:22:29.019Z] #11 499.2 (12/30) Installing openssl-dev (3.3.4-r0) [2025-08-07T08:22:30.880Z] (131/166) Installing libsodium (1.0.19-r0) [2025-08-07T08:22:31.550Z] #11 501.6 (13/30) Installing libpq-dev (16.9-r0) [2025-08-07T08:22:32.810Z] (132/166) Installing libzmq (4.3.5-r2) [2025-08-07T08:22:34.837Z] #11 504.4 (14/30) Installing libecpg (16.9-r0) [2025-08-07T08:22:35.379Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-08-07T08:22:36.212Z] #11 506.3 (15/30) Installing libecpg-dev (16.9-r0) [2025-08-07T08:22:38.703Z] (134/166) Installing crc32c (1.1.2-r0) [2025-08-07T08:22:38.740Z] #11 508.8 (16/30) Installing clang16-headers (16.0.6-r5) [2025-08-07T08:22:40.103Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-08-07T08:22:41.497Z] (136/166) Installing libevent (2.1.12-r7) [2025-08-07T08:22:42.025Z] #11 511.5 (17/30) Installing llvm16-libs (16.0.6-r9) [2025-08-07T08:22:44.054Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-08-07T08:22:45.986Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-08-07T08:22:47.385Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-08-07T08:22:50.706Z] (140/166) Installing icu-libs (74.2-r1) [2025-08-07T08:22:51.998Z] #11 520.5 (18/30) Installing clang16-libs (16.0.6-r5) [2025-08-07T08:22:54.019Z] (141/166) Installing minizip (1.3.1-r0) [2025-08-07T08:22:55.420Z] (142/166) Installing nspr (4.35-r4) [2025-08-07T08:22:57.982Z] (143/166) Installing sqlite-libs (3.45.3-r2) [2025-08-07T08:23:00.540Z] (144/166) Installing nss (3.105-r0) [2025-08-07T08:23:01.998Z] #11 531.5 (19/30) Installing fortify-headers (1.1-r3) [2025-08-07T08:23:02.567Z] #11 532.7 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-08-07T08:23:03.866Z] (145/166) Installing openh264 (2.4.1-r0) [2025-08-07T08:23:06.427Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-08-07T08:23:06.745Z] #11 536.5 (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-08-07T08:23:08.644Z] #11 538.4 (22/30) Installing clang16 (16.0.6-r5) [2025-08-07T08:23:08.989Z] (147/166) Installing libunwind (1.8.1-r0) [2025-08-07T08:23:10.914Z] (148/166) Installing yaml (0.2.5-r2) [2025-08-07T08:23:11.183Z] #11 540.9 (23/30) Installing icu (74.2-r1) [2025-08-07T08:23:12.838Z] (149/166) Installing libcamera (0.3.0-r0) [2025-08-07T08:23:13.715Z] #11 543.4 (24/30) Installing icu-dev (74.2-r1) [2025-08-07T08:23:16.172Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-08-07T08:23:16.998Z] #11 546.5 (25/30) Installing llvm16 (16.0.6-r9) [2025-08-07T08:23:17.566Z] (151/166) Installing libuv (1.48.0-r0) [2025-08-07T08:23:19.492Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-08-07T08:23:22.056Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-08-07T08:23:24.623Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-08-07T08:23:25.111Z] #11 554.8 (26/30) Installing lz4-libs (1.9.4-r5) [2025-08-07T08:23:27.013Z] #11 556.7 (27/30) Installing lz4-dev (1.9.4-r5) [2025-08-07T08:23:27.190Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-08-07T08:23:28.387Z] #11 558.3 (28/30) Installing zstd (1.5.6-r0) [2025-08-07T08:23:30.917Z] #11 560.6 (29/30) Installing zstd-dev (1.5.6-r0) [2025-08-07T08:23:31.425Z] (156/166) Installing libasyncns (0.8-r3) [2025-08-07T08:23:32.293Z] #11 562.4 (30/30) Installing postgresql16-dev (16.9-r0) [2025-08-07T08:23:32.378Z] (157/166) Installing libltdl (2.4.7-r3) [2025-08-07T08:23:34.312Z] (158/166) Installing orc (0.4.40-r0) [2025-08-07T08:23:36.244Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-08-07T08:23:37.844Z] #11 567.2 Executing busybox-1.36.1-r30.trigger [2025-08-07T08:23:37.844Z] #11 567.2 OK: 1208 MiB in 225 packages [2025-08-07T08:23:37.845Z] #11 567.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:23:38.177Z] (160/166) Installing libpulse (17.0-r0) [2025-08-07T08:23:40.376Z] #11 570.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:23:41.508Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-08-07T08:23:42.459Z] (162/166) Installing libgpg-error (1.49-r0) [2025-08-07T08:23:43.660Z] #11 573.6 (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-08-07T08:23:44.387Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-08-07T08:23:47.712Z] (164/166) Installing libxslt (1.1.39-r2) [2025-08-07T08:23:48.922Z] #11 578.6 (2/14) Installing gdbm (1.23-r1) [2025-08-07T08:23:49.640Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-08-07T08:23:50.295Z] #11 580.2 (3/14) Installing mpdecimal (4.0.0-r0) [2025-08-07T08:23:52.196Z] #11 582.1 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-08-07T08:23:53.571Z] #11 583.8 (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-08-07T08:23:56.100Z] #11 586.0 (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-08-07T08:23:57.473Z] #11 587.3 (7/14) Installing readline (8.2.10-r0) [2025-08-07T08:23:59.371Z] #11 589.5 (8/14) Installing python3 (3.12.11-r0) [2025-08-07T08:24:03.557Z] #11 593.5 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) [2025-08-07T08:24:07.743Z] #11 597.3 (10/14) Installing pyc (3.12.11-r0) [2025-08-07T08:24:07.816Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-08-07T08:24:08.680Z] #11 598.6 (11/14) Installing python3-pyc (3.12.11-r0) [2025-08-07T08:24:10.081Z] #11 599.9 (12/14) Installing python3-dev (3.12.11-r0) [2025-08-07T08:24:11.142Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T08:24:11.142Z] Executing fontconfig-2.15.0-r1.trigger [2025-08-07T08:24:11.142Z] Executing mkfontscale-1.2.2-r6.trigger [2025-08-07T08:24:11.142Z] Executing glib-2.80.5-r0.trigger [2025-08-07T08:24:11.142Z] Executing shared-mime-info-2.4-r0.trigger [2025-08-07T08:24:13.715Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-08-07T08:24:13.715Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-08-07T08:24:14.674Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-08-07T08:24:14.674Z] OK: 657 MiB in 194 packages [2025-08-07T08:24:14.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:24:18.268Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:24:21.377Z] #11 610.0 (13/14) Installing libsodium-dev (1.0.19-r0) [2025-08-07T08:24:21.635Z] #11 611.6 (14/14) Installing zeromq-dev (4.3.5-r2) [2025-08-07T08:24:22.510Z] (1/30) Installing jansson (2.14-r4) [2025-08-07T08:24:23.010Z] #11 613.2 Executing busybox-1.36.1-r30.trigger [2025-08-07T08:24:23.268Z] #11 613.2 OK: 1374 MiB in 239 packages [2025-08-07T08:24:23.268Z] #11 613.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:24:23.910Z] (2/30) Installing binutils (2.42-r1) [2025-08-07T08:24:27.518Z] #11 616.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:24:28.146Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-08-07T08:24:28.725Z] (4/30) Installing isl26 (0.26-r1) [2025-08-07T08:24:30.805Z] #11 620.6 OK: 1374 MiB in 239 packages [2025-08-07T08:24:30.806Z] #11 620.7 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T08:24:32.048Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-08-07T08:24:33.333Z] #11 623.5 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T08:24:33.976Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-08-07T08:24:35.919Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-08-07T08:24:38.603Z] #11 627.1 (1/1) Installing tzdata (2025b-r0) [2025-08-07T08:24:41.888Z] #11 631.7 OK: 1376 MiB in 240 packages [2025-08-07T08:24:41.888Z] #11 632.1 (1/1) Purging tzdata (2025b-r0) [2025-08-07T08:24:43.791Z] #11 633.8 OK: 1374 MiB in 239 packages [2025-08-07T08:24:44.756Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-08-07T08:24:45.695Z] #11 635.5 Looking in links: /tmp/tmp6_7_kp8g [2025-08-07T08:24:45.695Z] #11 635.5 Processing /tmp/tmp6_7_kp8g/pip-25.0.1-py3-none-any.whl [2025-08-07T08:24:45.695Z] #11 635.6 Installing collected packages: pip [2025-08-07T08:24:48.988Z] (9/30) Installing linux-headers (6.6-r0) [2025-08-07T08:24:50.960Z] #11 640.5 Successfully installed pip-25.0.1 [2025-08-07T08:24:50.960Z] #11 640.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:24:50.960Z] #11 640.9 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-08-07T08:24:51.219Z] #11 641.0 Collecting pip [2025-08-07T08:24:51.219Z] #11 641.0 Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) [2025-08-07T08:24:51.219Z] #11 641.2 Collecting setuptools [2025-08-07T08:24:51.219Z] #11 641.2 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-08-07T08:24:51.219Z] #11 641.2 Collecting wheel [2025-08-07T08:24:51.219Z] #11 641.2 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-08-07T08:24:51.219Z] #11 641.2 Downloading pip-25.2-py3-none-any.whl (1.8 MB) [2025-08-07T08:24:51.219Z] #11 641.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 68.6 MB/s eta 0:00:00 [2025-08-07T08:24:51.219Z] #11 641.3 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-08-07T08:24:51.477Z] #11 641.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 108.3 MB/s eta 0:00:00 [2025-08-07T08:24:51.477Z] #11 641.3 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-08-07T08:24:51.477Z] #11 641.3 Installing collected packages: wheel, setuptools, pip [2025-08-07T08:24:52.312Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-08-07T08:24:53.709Z] (11/30) Installing libpq (16.9-r0) [2025-08-07T08:24:54.008Z] #11 643.8 Attempting uninstall: pip [2025-08-07T08:24:54.008Z] #11 643.8 Found existing installation: pip 25.0.1 [2025-08-07T08:24:54.008Z] #11 643.9 Uninstalling pip-25.0.1: [2025-08-07T08:24:54.008Z] #11 643.9 Successfully uninstalled pip-25.0.1 [2025-08-07T08:24:55.907Z] #11 645.8 Successfully installed pip-25.2 setuptools-80.9.0 wheel-0.45.1 [2025-08-07T08:24:55.907Z] #11 645.8 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:24:56.166Z] #11 646.3 Processing ./edgex-taf-common [2025-08-07T08:24:56.275Z] (12/30) Installing openssl-dev (3.3.4-r0) [2025-08-07T08:24:56.426Z] #11 646.3 Preparing metadata (setup.py): started [2025-08-07T08:24:56.426Z] #11 646.5 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:24:56.426Z] #11 646.5 Building wheels for collected packages: edgex-taf-common [2025-08-07T08:24:56.426Z] #11 646.5 DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:24:56.426Z] #11 646.5 Building wheel for edgex-taf-common (setup.py): started [2025-08-07T08:24:56.684Z] #11 646.7 Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-08-07T08:24:56.684Z] #11 646.7 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=315f1155ee87994bfc73d64e856881b0d0e8bf55380a61e1cbd53c6eb13dad81 [2025-08-07T08:24:56.684Z] #11 646.7 Stored in directory: /tmp/pip-ephem-wheel-cache-v1g3zb4y/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-08-07T08:24:56.684Z] #11 646.7 Successfully built edgex-taf-common [2025-08-07T08:24:56.684Z] #11 646.7 Installing collected packages: edgex-taf-common [2025-08-07T08:24:57.248Z] #11 647.3 Successfully installed edgex-taf-common-0.0.0 [2025-08-07T08:24:57.507Z] #11 647.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:24:57.765Z] #11 647.8 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) [2025-08-07T08:24:57.765Z] #11 647.9 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-08-07T08:24:57.765Z] #11 647.9 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) [2025-08-07T08:24:57.765Z] #11 647.9 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) [2025-08-07T08:24:57.765Z] #11 647.9 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-08-07T08:24:57.765Z] #11 648.0 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-08-07T08:24:58.022Z] #11 648.0 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-08-07T08:24:58.022Z] #11 648.0 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-08-07T08:24:58.022Z] #11 648.0 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) [2025-08-07T08:24:58.022Z] #11 648.0 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) [2025-08-07T08:24:58.022Z] #11 648.0 Preparing metadata (setup.py): started [2025-08-07T08:24:58.022Z] #11 648.2 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:24:58.281Z] #11 648.3 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) [2025-08-07T08:24:58.281Z] #11 648.3 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-08-07T08:24:58.281Z] #11 648.3 Preparing metadata (setup.py): started [2025-08-07T08:24:58.539Z] #11 648.5 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:24:58.539Z] #11 648.5 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) [2025-08-07T08:24:58.539Z] #11 648.5 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-08-07T08:24:58.539Z] #11 648.6 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) [2025-08-07T08:24:58.539Z] #11 648.6 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-08-07T08:24:58.539Z] #11 648.6 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) [2025-08-07T08:24:58.539Z] #11 648.6 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2025-08-07T08:24:58.539Z] #11 648.6 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) [2025-08-07T08:24:58.539Z] #11 648.6 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-08-07T08:24:58.539Z] #11 648.6 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) [2025-08-07T08:24:58.797Z] #11 648.6 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-08-07T08:24:58.797Z] #11 648.9 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) [2025-08-07T08:24:58.797Z] #11 648.9 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2025-08-07T08:24:58.797Z] #11 649.0 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) [2025-08-07T08:24:58.845Z] (13/30) Installing libpq-dev (16.9-r0) [2025-08-07T08:24:59.054Z] #11 649.0 Downloading psutil-7.0.0.tar.gz (497 kB) [2025-08-07T08:24:59.054Z] #11 649.1 Installing build dependencies: started [2025-08-07T08:25:01.416Z] (14/30) Installing libecpg (16.9-r0) [2025-08-07T08:25:02.361Z] #11 651.9 Installing build dependencies: finished with status 'done' [2025-08-07T08:25:02.361Z] #11 651.9 Getting requirements to build wheel: started [2025-08-07T08:25:02.361Z] #11 652.5 Getting requirements to build wheel: finished with status 'done' [2025-08-07T08:25:02.620Z] #11 652.5 Preparing metadata (pyproject.toml): started [2025-08-07T08:25:02.879Z] #11 652.9 Preparing metadata (pyproject.toml): finished with status 'done' [2025-08-07T08:25:03.138Z] #11 653.2 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) [2025-08-07T08:25:03.348Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-08-07T08:25:03.396Z] #11 653.2 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) [2025-08-07T08:25:03.396Z] #11 653.2 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) [2025-08-07T08:25:03.396Z] #11 653.2 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2025-08-07T08:25:03.396Z] #11 653.3 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) [2025-08-07T08:25:03.396Z] #11 653.3 Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-08-07T08:25:03.396Z] #11 653.4 Preparing metadata (setup.py): started [2025-08-07T08:25:03.653Z] #11 653.6 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:25:03.653Z] #11 653.7 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) [2025-08-07T08:25:03.912Z] #11 653.7 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2025-08-07T08:25:03.912Z] #11 654.0 Collecting protobuf==6.31.1 (from -r requirements.txt (line 18)) [2025-08-07T08:25:04.170Z] #11 654.0 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-08-07T08:25:04.170Z] #11 654.0 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) [2025-08-07T08:25:04.170Z] #11 654.0 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) [2025-08-07T08:25:04.170Z] #11 654.2 Collecting cryptography==45.0.4 (from -r requirements.txt (line 20)) [2025-08-07T08:25:04.170Z] #11 654.2 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) [2025-08-07T08:25:04.170Z] #11 654.2 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) [2025-08-07T08:25:04.170Z] #11 654.2 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-08-07T08:25:04.170Z] #11 654.3 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) [2025-08-07T08:25:04.170Z] #11 654.3 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) [2025-08-07T08:25:04.170Z] #11 654.3 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) [2025-08-07T08:25:04.170Z] #11 654.4 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-08-07T08:25:04.428Z] #11 654.4 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:04.428Z] #11 654.4 Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) [2025-08-07T08:25:04.428Z] #11 654.4 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:04.428Z] #11 654.4 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-08-07T08:25:04.428Z] #11 654.5 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:04.428Z] #11 654.5 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-08-07T08:25:04.428Z] #11 654.5 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:25:04.428Z] #11 654.5 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) [2025-08-07T08:25:04.428Z] #11 654.5 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:25:04.428Z] #11 654.5 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) [2025-08-07T08:25:04.428Z] #11 654.6 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.688Z] #11 654.6 Downloading docutils-0.22-py3-none-any.whl.metadata (15 kB) [2025-08-07T08:25:04.688Z] #11 654.6 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.688Z] #11 654.6 Downloading flex-6.14.1.tar.gz (40 kB) [2025-08-07T08:25:04.688Z] #11 654.6 Preparing metadata (setup.py): started [2025-08-07T08:25:04.688Z] #11 654.9 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:25:04.947Z] #11 654.9 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.947Z] #11 654.9 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-08-07T08:25:04.947Z] #11 654.9 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.947Z] #11 654.9 Downloading jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB) [2025-08-07T08:25:04.947Z] #11 655.0 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.947Z] #11 655.0 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-08-07T08:25:04.947Z] #11 655.0 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.947Z] #11 655.0 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) [2025-08-07T08:25:04.947Z] #11 655.1 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:04.947Z] #11 655.1 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-08-07T08:25:04.947Z] #11 655.1 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:05.206Z] #11 655.1 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-08-07T08:25:05.206Z] #11 655.2 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:25:05.206Z] #11 655.2 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-08-07T08:25:05.206Z] #11 655.2 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:25:05.206Z] #11 655.2 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-08-07T08:25:05.206Z] #11 655.3 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:25:05.206Z] #11 655.3 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) [2025-08-07T08:25:05.206Z] #11 655.3 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:25:05.206Z] #11 655.3 Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) [2025-08-07T08:25:05.206Z] #11 655.4 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:25:05.206Z] #11 655.4 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-08-07T08:25:05.206Z] #11 655.4 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:25:05.464Z] #11 655.4 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-08-07T08:25:05.464Z] #11 655.4 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 15)) (80.9.0) [2025-08-07T08:25:05.464Z] #11 655.6 Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 20)) [2025-08-07T08:25:05.722Z] #11 655.6 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) [2025-08-07T08:25:05.722Z] #11 655.6 Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 20)) [2025-08-07T08:25:05.722Z] #11 655.6 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) [2025-08-07T08:25:05.722Z] #11 655.6 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:25:05.722Z] #11 655.7 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) [2025-08-07T08:25:05.722Z] #11 655.7 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:25:05.722Z] #11 655.7 Downloading invoke-2.2.0-py3-none-any.whl.metadata (3.3 kB) [2025-08-07T08:25:05.722Z] #11 655.8 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:25:05.722Z] #11 655.8 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl.metadata (8.6 kB) [2025-08-07T08:25:05.722Z] #11 655.8 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:25:05.722Z] #11 655.8 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-08-07T08:25:05.722Z] #11 655.8 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:25:05.722Z] #11 655.8 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) [2025-08-07T08:25:05.722Z] #11 655.9 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.913Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-08-07T08:25:05.979Z] #11 655.9 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-08-07T08:25:05.980Z] #11 655.9 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 655.9 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-08-07T08:25:05.980Z] #11 655.9 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 655.9 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-08-07T08:25:05.980Z] #11 656.0 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-08-07T08:25:05.980Z] #11 656.0 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.0 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-08-07T08:25:05.980Z] #11 656.0 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.0 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-08-07T08:25:05.980Z] #11 656.0 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.0 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-08-07T08:25:05.980Z] #11 656.0 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.1 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-08-07T08:25:05.980Z] #11 656.1 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:25:05.980Z] #11 656.1 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-08-07T08:25:05.980Z] #11 656.1 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:05.980Z] #11 656.2 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-08-07T08:25:05.980Z] #11 656.2 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:05.980Z] #11 656.2 Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-08-07T08:25:05.980Z] #11 656.2 Preparing metadata (setup.py): started [2025-08-07T08:25:06.237Z] #11 656.4 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:25:06.494Z] #11 656.4 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.494Z] #11 656.4 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-08-07T08:25:06.494Z] #11 656.4 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.494Z] #11 656.4 Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-08-07T08:25:06.494Z] #11 656.5 Preparing metadata (setup.py): started [2025-08-07T08:25:06.494Z] #11 656.6 Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:25:06.786Z] #11 656.7 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.786Z] #11 656.7 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-08-07T08:25:06.786Z] #11 656.7 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.786Z] #11 656.7 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-08-07T08:25:06.786Z] #11 656.7 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.786Z] #11 656.7 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-08-07T08:25:06.786Z] #11 656.8 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:06.786Z] #11 656.8 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-08-07T08:25:07.044Z] #11 657.1 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.044Z] #11 657.1 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.2 kB) [2025-08-07T08:25:07.044Z] #11 657.2 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.044Z] #11 657.2 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-08-07T08:25:07.044Z] #11 657.2 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.044Z] #11 657.2 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-08-07T08:25:07.304Z] #11 657.2 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.304Z] #11 657.2 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-08-07T08:25:07.304Z] #11 657.2 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.304Z] #11 657.2 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-08-07T08:25:07.304Z] #11 657.3 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.304Z] #11 657.3 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) [2025-08-07T08:25:07.304Z] #11 657.3 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.304Z] #11 657.3 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-08-07T08:25:07.304Z] #11 657.4 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.304Z] #11 657.4 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-08-07T08:25:07.304Z] #11 657.4 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 7)) [2025-08-07T08:25:07.304Z] #11 657.4 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-08-07T08:25:07.304Z] #11 657.4 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.563Z] #11 657.4 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-08-07T08:25:07.563Z] #11 657.5 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 7)) [2025-08-07T08:25:07.563Z] #11 657.5 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-08-07T08:25:07.563Z] #11 657.6 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) [2025-08-07T08:25:07.821Z] #11 657.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 81.8 MB/s 0:00:00 [2025-08-07T08:25:07.821Z] #11 657.6 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-08-07T08:25:07.821Z] #11 657.6 Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-08-07T08:25:07.821Z] #11 657.7 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2025-08-07T08:25:07.822Z] #11 657.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 102.4 MB/s 0:00:00 [2025-08-07T08:25:07.822Z] #11 657.8 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) [2025-08-07T08:25:07.822Z] #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 147.2 MB/s 0:00:00 [2025-08-07T08:25:07.822Z] #11 657.9 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2025-08-07T08:25:07.822Z] #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 162.8 MB/s 0:00:00 [2025-08-07T08:25:07.822Z] #11 657.9 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2025-08-07T08:25:07.822Z] #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 163.5 MB/s 0:00:00 [2025-08-07T08:25:07.822Z] #11 657.9 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-08-07T08:25:07.822Z] #11 657.9 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [2025-08-07T08:25:07.822Z] #11 657.9 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) [2025-08-07T08:25:08.080Z] #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 143.6 MB/s 0:00:00 [2025-08-07T08:25:08.080Z] #11 657.9 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl (363 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading invoke-2.2.0-py3-none-any.whl (160 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl (1.1 MB) [2025-08-07T08:25:08.080Z] #11 658.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 147.6 MB/s 0:00:00 [2025-08-07T08:25:08.080Z] #11 658.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) [2025-08-07T08:25:08.080Z] #11 658.0 Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) [2025-08-07T08:25:08.339Z] #11 658.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 26.7 MB/s 0:00:00 [2025-08-07T08:25:08.339Z] #11 658.4 Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-08-07T08:25:08.339Z] #11 658.4 Downloading docutils-0.22-py3-none-any.whl (630 kB) [2025-08-07T08:25:08.339Z] #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.7/630.7 kB 144.1 MB/s 0:00:00 [2025-08-07T08:25:08.339Z] #11 658.5 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-08-07T08:25:08.339Z] #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 191.1 MB/s 0:00:00 [2025-08-07T08:25:08.339Z] #11 658.5 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading jsonschema-4.25.0-py3-none-any.whl (89 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-08-07T08:25:08.339Z] #11 658.5 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_x86_64.whl (557 kB) [2025-08-07T08:25:08.597Z] #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 kB 128.9 MB/s 0:00:00 [2025-08-07T08:25:08.597Z] #11 658.5 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-08-07T08:25:08.597Z] #11 658.5 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-08-07T08:25:08.597Z] #11 658.5 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-08-07T08:25:08.598Z] #11 658.5 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) [2025-08-07T08:25:08.598Z] #11 658.5 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-08-07T08:25:08.598Z] #11 658.5 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading pycparser-2.22-py3-none-any.whl (117 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) [2025-08-07T08:25:08.598Z] #11 658.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 161.0 MB/s 0:00:00 [2025-08-07T08:25:08.598Z] #11 658.6 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-08-07T08:25:08.598Z] #11 658.6 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-08-07T08:25:08.598Z] #11 658.8 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-08-07T08:25:08.856Z] #11 658.8 Building wheel for robotframework-sshlibrary (setup.py): started [2025-08-07T08:25:08.856Z] #11 658.8 DEPRECATION: Building 'robotframework-sshlibrary' 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 'robotframework-sshlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:08.856Z] #11 659.0 Building wheel for robotframework-sshlibrary (setup.py): finished with status 'done' [2025-08-07T08:25:09.114Z] #11 659.0 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=a349c481c8f6e782df0896f39e087f69e173a21c9f717ccae5984726ec316f41 [2025-08-07T08:25:09.114Z] #11 659.0 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 [2025-08-07T08:25:09.114Z] #11 659.0 DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:09.114Z] #11 659.0 Building wheel for robotbackgroundlogger (setup.py): started [2025-08-07T08:25:09.114Z] #11 659.2 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-08-07T08:25:09.236Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-08-07T08:25:09.372Z] #11 659.2 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=edd0c1a151a6c73801211018555cc35da7f329020a1dfb5dc213c8671ad9c52c [2025-08-07T08:25:09.372Z] #11 659.2 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-08-07T08:25:09.372Z] #11 659.2 Building wheel for psutil (pyproject.toml): started [2025-08-07T08:25:11.275Z] #11 661.3 Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-08-07T08:25:11.275Z] #11 661.3 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277543 sha256=16587597b29831f8bac2d9ca921026acba8fd36044a875aff3507ce1a9bfbf64 [2025-08-07T08:25:11.275Z] #11 661.3 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-08-07T08:25:11.275Z] #11 661.3 DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:11.275Z] #11 661.3 Building wheel for psycopg2 (setup.py): started [2025-08-07T08:25:19.285Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-08-07T08:25:23.483Z] #11 672.5 Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-08-07T08:25:23.483Z] #11 672.5 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521908 sha256=5ede2b095f0cf1493eca05f631f45b20ae84e68f0965c2aae534924bd0d1eeeb [2025-08-07T08:25:23.483Z] #11 672.5 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-08-07T08:25:23.483Z] #11 672.5 Building wheel for flex (setup.py): started [2025-08-07T08:25:23.483Z] #11 672.5 DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:23.483Z] #11 672.8 Building wheel for flex (setup.py): finished with status 'done' [2025-08-07T08:25:23.483Z] #11 672.8 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=82ceccdca6aa1232a7bdf200c2676afcbd42efc9bc272ba43e7af3e00abd8234 [2025-08-07T08:25:23.483Z] #11 672.8 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-08-07T08:25:23.483Z] #11 672.8 DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:23.483Z] #11 672.8 Building wheel for strict-rfc3339 (setup.py): started [2025-08-07T08:25:23.483Z] #11 673.0 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-08-07T08:25:23.483Z] #11 673.0 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=f198ee66cefd412366be09056b9ca5e058ad7d2533d97cd7995f31d45fc68d6e [2025-08-07T08:25:23.483Z] #11 673.0 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-08-07T08:25:23.483Z] #11 673.0 DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:25:23.483Z] #11 673.0 Building wheel for validate-email (setup.py): started [2025-08-07T08:25:23.483Z] #11 673.3 Building wheel for validate-email (setup.py): finished with status 'done' [2025-08-07T08:25:23.483Z] #11 673.3 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=2dce8e42cfc12e032dbd1455ead833676c27c759015efbd5f72ae7bf7eac35ee [2025-08-07T08:25:23.483Z] #11 673.3 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-08-07T08:25:23.483Z] #11 673.3 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-08-07T08:25:23.483Z] #11 673.5 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, pynacl, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-08-07T08:25:25.920Z] (19/30) Installing fortify-headers (1.1-r3) [2025-08-07T08:25:26.185Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-08-07T08:25:30.427Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-08-07T08:25:31.871Z] (22/30) Installing clang16 (16.0.6-r5) [2025-08-07T08:25:34.474Z] (23/30) Installing icu (74.2-r1) [2025-08-07T08:25:37.112Z] (24/30) Installing icu-dev (74.2-r1) [2025-08-07T08:25:40.449Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-08-07T08:25:50.497Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-08-07T08:25:51.074Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-08-07T08:25:53.004Z] (28/30) Installing zstd (1.5.6-r0) [2025-08-07T08:25:54.936Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-08-07T08:25:56.910Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-08-07T08:26:01.132Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T08:26:01.132Z] OK: 1184 MiB in 224 packages [2025-08-07T08:26:01.132Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:26:02.232Z] #11 712.3 [2025-08-07T08:26:02.232Z] #11 712.3 Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 bcrypt-4.3.0 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.22 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 invoke-2.2.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.25.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.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-4.0.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.1 pynacl-1.5.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-0.27.0 scp-0.15.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-08-07T08:26:02.232Z] #11 712.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:26:04.091Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:26:07.981Z] #11 DONE 718.2s [2025-08-07T08:26:08.239Z] [2025-08-07T08:26:08.239Z] #12 exporting to image [2025-08-07T08:26:08.239Z] #12 exporting layers [2025-08-07T08:26:08.325Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-08-07T08:26:13.639Z] (2/14) Installing gdbm (1.23-r1) [2025-08-07T08:26:14.217Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-08-07T08:26:15.608Z] #12 exporting layers 6.9s done [2025-08-07T08:26:15.608Z] #12 writing image sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:26:15.608Z] #12 naming to docker.io/library/edgex-taf-common done [2025-08-07T08:26:15.608Z] #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-08-07T08:26:15.756Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2025-08-07T08:26:15.756Z] 25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:26:15.756Z] latest [2025-08-07T08:26:15.756Z] 1.0.0-dev.10 [2025-08-07T08:26:15.756Z] 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:26:15.756Z] main [2025-08-07T08:26:15.756Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:26:16.092Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:26:16.158Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-08-07T08:26:16.416Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:26:16.416Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-08-07T08:26:16.416Z] c442d517482e: Preparing [2025-08-07T08:26:16.416Z] a115e9673a84: Preparing [2025-08-07T08:26:16.416Z] 5f70bf18a086: Preparing [2025-08-07T08:26:16.416Z] 0abe7c5c6bf0: Preparing [2025-08-07T08:26:16.416Z] a31fccbe64dc: Preparing [2025-08-07T08:26:16.416Z] c03e90efc89a: Preparing [2025-08-07T08:26:16.416Z] 097100c76c15: Preparing [2025-08-07T08:26:16.416Z] 097100c76c15: Waiting [2025-08-07T08:26:16.416Z] c03e90efc89a: Waiting [2025-08-07T08:26:16.416Z] 0abe7c5c6bf0: Pushed [2025-08-07T08:26:16.674Z] 5f70bf18a086: Pushed [2025-08-07T08:26:16.674Z] a31fccbe64dc: Pushed [2025-08-07T08:26:16.674Z] a115e9673a84: Pushed [2025-08-07T08:26:16.674Z] c03e90efc89a: Pushed [2025-08-07T08:26:18.086Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-08-07T08:26:20.012Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-08-07T08:26:21.411Z] (7/14) Installing readline (8.2.10-r0) [2025-08-07T08:26:22.876Z] 097100c76c15: Pushed [2025-08-07T08:26:23.979Z] (8/14) Installing python3 (3.12.11-r0) [2025-08-07T08:26:28.217Z] (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) [2025-08-07T08:26:32.455Z] (10/14) Installing pyc (3.12.11-r0) [2025-08-07T08:26:33.408Z] (11/14) Installing python3-pyc (3.12.11-r0) [2025-08-07T08:26:34.804Z] (12/14) Installing python3-dev (3.12.11-r0) [2025-08-07T08:26:49.762Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-08-07T08:26:50.339Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-08-07T08:26:51.735Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T08:26:52.003Z] OK: 1370 MiB in 238 packages [2025-08-07T08:26:52.268Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:26:55.590Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:27:10.540Z] OK: 1370 MiB in 238 packages [2025-08-07T08:27:10.540Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T08:27:13.870Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T08:27:17.192Z] (1/1) Installing tzdata (2025b-r0) [2025-08-07T08:27:19.756Z] OK: 1372 MiB in 239 packages [2025-08-07T08:27:21.157Z] (1/1) Purging tzdata (2025b-r0) [2025-08-07T08:27:21.157Z] OK: 1370 MiB in 238 packages [2025-08-07T08:27:31.207Z] Looking in links: /tmp/tmp0d2abczq [2025-08-07T08:27:31.207Z] Processing /tmp/tmp0d2abczq/pip-25.0.1-py3-none-any.whl [2025-08-07T08:27:31.207Z] Installing collected packages: pip [2025-08-07T08:27:37.831Z] Successfully installed pip-25.0.1 [2025-08-07T08:27:37.831Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:27:39.225Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-08-07T08:27:39.488Z] Collecting pip [2025-08-07T08:27:39.751Z] Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) [2025-08-07T08:27:40.697Z] Collecting setuptools [2025-08-07T08:27:40.697Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-08-07T08:27:40.960Z] Collecting wheel [2025-08-07T08:27:40.960Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-08-07T08:27:40.960Z] Downloading pip-25.2-py3-none-any.whl (1.8 MB) [2025-08-07T08:27:40.960Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 57.9 MB/s eta 0:00:00 [2025-08-07T08:27:40.960Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-08-07T08:27:40.960Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s eta 0:00:00 [2025-08-07T08:27:40.960Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-08-07T08:27:41.223Z] Installing collected packages: wheel, setuptools, pip [2025-08-07T08:27:47.827Z] Attempting uninstall: pip [2025-08-07T08:27:47.827Z] Found existing installation: pip 25.0.1 [2025-08-07T08:27:47.827Z] Uninstalling pip-25.0.1: [2025-08-07T08:27:47.827Z] Successfully uninstalled pip-25.0.1 [2025-08-07T08:27:53.135Z] Successfully installed pip-25.2 setuptools-80.9.0 wheel-0.45.1 [2025-08-07T08:27:53.135Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:27:55.703Z] Processing ./edgex-taf-common [2025-08-07T08:27:55.703Z] Preparing metadata (setup.py): started [2025-08-07T08:27:56.657Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:27:56.657Z] Building wheels for collected packages: edgex-taf-common [2025-08-07T08:27:56.657Z]  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:27:56.657Z]  Building wheel for edgex-taf-common (setup.py): started [2025-08-07T08:27:58.057Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-08-07T08:27:58.058Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=0172cddc28e3dbdff6d5957979026d89b5413f8690a132af9fbad7661a2ec509 [2025-08-07T08:27:58.058Z] Stored in directory: /tmp/pip-ephem-wheel-cache-epu8u53i/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-08-07T08:27:58.058Z] Successfully built edgex-taf-common [2025-08-07T08:27:58.058Z] Installing collected packages: edgex-taf-common [2025-08-07T08:27:58.322Z] Successfully installed edgex-taf-common-0.0.0 [2025-08-07T08:27:58.322Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:28:00.887Z] Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) [2025-08-07T08:28:00.887Z] Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-08-07T08:28:01.150Z] Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) [2025-08-07T08:28:01.150Z] Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) [2025-08-07T08:28:01.150Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-08-07T08:28:01.150Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-08-07T08:28:01.413Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-08-07T08:28:01.413Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-08-07T08:28:01.413Z] Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) [2025-08-07T08:28:01.413Z] Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) [2025-08-07T08:28:01.413Z] Preparing metadata (setup.py): started [2025-08-07T08:28:02.832Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:02.832Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) [2025-08-07T08:28:02.832Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-08-07T08:28:02.832Z] Preparing metadata (setup.py): started [2025-08-07T08:28:03.788Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:03.788Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) [2025-08-07T08:28:03.788Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-08-07T08:28:03.788Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) [2025-08-07T08:28:03.788Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-08-07T08:28:04.053Z] Collecting requests==2.32.4 (from -r requirements.txt (line 9)) [2025-08-07T08:28:04.053Z] Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2025-08-07T08:28:04.053Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) [2025-08-07T08:28:04.053Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-08-07T08:28:04.316Z] Collecting docker==7.1.0 (from -r requirements.txt (line 11)) [2025-08-07T08:28:04.316Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-08-07T08:28:06.242Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) [2025-08-07T08:28:06.242Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2025-08-07T08:28:06.822Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) [2025-08-07T08:28:06.822Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-08-07T08:28:07.402Z] Installing build dependencies: started [2025-08-07T08:28:12.721Z] Installing build dependencies: finished with status 'done' [2025-08-07T08:28:12.721Z] Getting requirements to build wheel: started [2025-08-07T08:28:15.288Z] Getting requirements to build wheel: finished with status 'done' [2025-08-07T08:28:15.288Z] Preparing metadata (pyproject.toml): started [2025-08-07T08:28:16.702Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-08-07T08:28:19.269Z] Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) [2025-08-07T08:28:19.269Z] Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) [2025-08-07T08:28:19.269Z] Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) [2025-08-07T08:28:19.269Z] Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2025-08-07T08:28:19.269Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) [2025-08-07T08:28:19.269Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-08-07T08:28:19.847Z] Preparing metadata (setup.py): started [2025-08-07T08:28:21.243Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:21.819Z] Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) [2025-08-07T08:28:21.819Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2025-08-07T08:28:23.743Z] Collecting protobuf==6.31.1 (from -r requirements.txt (line 18)) [2025-08-07T08:28:23.743Z] Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-08-07T08:28:23.743Z] Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) [2025-08-07T08:28:23.743Z] Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) [2025-08-07T08:28:25.140Z] Collecting cryptography==45.0.4 (from -r requirements.txt (line 20)) [2025-08-07T08:28:25.140Z] Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) [2025-08-07T08:28:25.140Z] Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) [2025-08-07T08:28:25.140Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-08-07T08:28:25.140Z] Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) [2025-08-07T08:28:25.140Z] Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) [2025-08-07T08:28:25.404Z] Collecting genson==1.3.0 (from -r requirements.txt (line 23)) [2025-08-07T08:28:25.404Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-08-07T08:28:25.668Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:25.668Z] Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) [2025-08-07T08:28:25.668Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:25.668Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-08-07T08:28:25.931Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:25.931Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-08-07T08:28:26.196Z] Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:28:26.196Z] Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) [2025-08-07T08:28:26.196Z] Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:28:26.196Z] Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) [2025-08-07T08:28:26.196Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:26.196Z] Downloading docutils-0.22-py3-none-any.whl.metadata (15 kB) [2025-08-07T08:28:26.461Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:26.461Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-08-07T08:28:26.726Z] Preparing metadata (setup.py): started [2025-08-07T08:28:29.279Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:29.279Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-08-07T08:28:29.279Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB) [2025-08-07T08:28:29.279Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-08-07T08:28:29.279Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) [2025-08-07T08:28:29.279Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-08-07T08:28:29.279Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:29.279Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-08-07T08:28:29.857Z] Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:28:29.857Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-08-07T08:28:29.857Z] Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:28:29.857Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-08-07T08:28:30.120Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:28:30.120Z] Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) [2025-08-07T08:28:30.120Z] Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) [2025-08-07T08:28:30.120Z] Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) [2025-08-07T08:28:30.388Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:28:30.389Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-08-07T08:28:30.652Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:28:30.652Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-08-07T08:28:30.652Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 15)) (80.9.0) [2025-08-07T08:28:32.048Z] Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 20)) [2025-08-07T08:28:32.048Z] Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) [2025-08-07T08:28:32.048Z] Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 20)) [2025-08-07T08:28:32.048Z] Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) [2025-08-07T08:28:32.319Z] Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:28:32.319Z] Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) [2025-08-07T08:28:32.585Z] Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:28:32.585Z] Downloading invoke-2.2.0-py3-none-any.whl.metadata (3.3 kB) [2025-08-07T08:28:33.165Z] Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2025-08-07T08:28:33.165Z] Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl.metadata (8.6 kB) [2025-08-07T08:28:33.432Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:28:33.432Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-08-07T08:28:33.697Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2025-08-07T08:28:33.697Z] Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) [2025-08-07T08:28:33.964Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:33.964Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-08-07T08:28:34.230Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.230Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-08-07T08:28:34.494Z] Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.494Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-08-07T08:28:34.494Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.494Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-08-07T08:28:34.759Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.759Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-08-07T08:28:34.759Z] Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.759Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-08-07T08:28:34.759Z] Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:34.759Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-08-07T08:28:35.025Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:35.025Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-08-07T08:28:35.290Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-08-07T08:28:35.290Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-08-07T08:28:35.555Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:35.820Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-08-07T08:28:35.820Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:35.820Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-08-07T08:28:35.820Z] Preparing metadata (setup.py): started [2025-08-07T08:28:36.773Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:37.037Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:37.037Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-08-07T08:28:37.037Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:37.037Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-08-07T08:28:37.037Z] Preparing metadata (setup.py): started [2025-08-07T08:28:38.452Z] Preparing metadata (setup.py): finished with status 'done' [2025-08-07T08:28:38.452Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:38.452Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-08-07T08:28:38.452Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:38.452Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-08-07T08:28:38.452Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:38.719Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-08-07T08:28:38.719Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:38.719Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-08-07T08:28:42.048Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.048Z] Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.2 kB) [2025-08-07T08:28:42.048Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.049Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-08-07T08:28:42.049Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.049Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-08-07T08:28:42.314Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.314Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-08-07T08:28:42.314Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.314Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-08-07T08:28:42.580Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.580Z] Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) [2025-08-07T08:28:42.580Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.580Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-08-07T08:28:42.845Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:42.845Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-08-07T08:28:42.845Z] 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 7)) [2025-08-07T08:28:42.845Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-08-07T08:28:43.424Z] Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:43.424Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-08-07T08:28:43.689Z] 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 7)) [2025-08-07T08:28:43.689Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-08-07T08:28:44.347Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2025-08-07T08:28:44.347Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) [2025-08-07T08:28:44.617Z] Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) [2025-08-07T08:28:44.617Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 50.2 MB/s 0:00:00 [2025-08-07T08:28:44.617Z] Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) [2025-08-07T08:28:44.617Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-08-07T08:28:44.617Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-08-07T08:28:44.617Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-08-07T08:28:44.617Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-08-07T08:28:44.617Z] Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2025-08-07T08:28:44.617Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-08-07T08:28:44.617Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-08-07T08:28:44.617Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2025-08-07T08:28:45.203Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 46.9 MB/s 0:00:00 [2025-08-07T08:28:45.203Z] Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) [2025-08-07T08:28:45.203Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 54.9 MB/s 0:00:00 [2025-08-07T08:28:45.203Z] Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2025-08-07T08:28:45.203Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 55.6 MB/s 0:00:00 [2025-08-07T08:28:45.203Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2025-08-07T08:28:45.203Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 55.7 MB/s 0:00:00 [2025-08-07T08:28:45.203Z] Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-08-07T08:28:45.203Z] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [2025-08-07T08:28:45.204Z] Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) [2025-08-07T08:28:45.472Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 48.9 MB/s 0:00:00 [2025-08-07T08:28:45.472Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-08-07T08:28:45.472Z] Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) [2025-08-07T08:28:45.472Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-08-07T08:28:45.472Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) [2025-08-07T08:28:45.472Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-08-07T08:28:45.472Z] Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) [2025-08-07T08:28:45.472Z] Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) [2025-08-07T08:28:45.472Z] Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) [2025-08-07T08:28:45.472Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-08-07T08:28:45.472Z] Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) [2025-08-07T08:28:45.472Z] Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl (343 kB) [2025-08-07T08:28:45.472Z] Downloading invoke-2.2.0-py3-none-any.whl (160 kB) [2025-08-07T08:28:45.472Z] Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl (663 kB) [2025-08-07T08:28:45.472Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 663.8/663.8 kB 55.0 MB/s 0:00:00 [2025-08-07T08:28:45.472Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-08-07T08:28:45.740Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-08-07T08:28:45.740Z] Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) [2025-08-07T08:28:45.740Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-08-07T08:28:45.740Z] Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) [2025-08-07T08:28:45.740Z] Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) [2025-08-07T08:28:46.022Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 48.2 MB/s 0:00:00 [2025-08-07T08:28:46.022Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-08-07T08:28:46.022Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-08-07T08:28:46.022Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-08-07T08:28:46.022Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-08-07T08:28:46.022Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-08-07T08:28:46.022Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-08-07T08:28:46.022Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-08-07T08:28:46.022Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-08-07T08:28:46.022Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-08-07T08:28:46.022Z] Downloading docutils-0.22-py3-none-any.whl (630 kB) [2025-08-07T08:28:46.022Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.7/630.7 kB 57.1 MB/s 0:00:00 [2025-08-07T08:28:46.022Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-08-07T08:28:46.022Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-08-07T08:28:46.022Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 59.6 MB/s 0:00:00 [2025-08-07T08:28:46.022Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-08-07T08:28:46.022Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-08-07T08:28:46.295Z] Downloading jsonschema-4.25.0-py3-none-any.whl (89 kB) [2025-08-07T08:28:46.295Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-08-07T08:28:46.295Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-08-07T08:28:46.295Z] Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_aarch64.whl (561 kB) [2025-08-07T08:28:46.295Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.9/561.9 kB 55.5 MB/s 0:00:00 [2025-08-07T08:28:46.295Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-08-07T08:28:46.295Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-08-07T08:28:46.295Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-08-07T08:28:46.295Z] Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) [2025-08-07T08:28:46.295Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-08-07T08:28:46.295Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-08-07T08:28:46.295Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-08-07T08:28:46.295Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) [2025-08-07T08:28:46.295Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-08-07T08:28:46.295Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-08-07T08:28:46.295Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-08-07T08:28:46.295Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-08-07T08:28:46.295Z] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [2025-08-07T08:28:46.295Z] Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) [2025-08-07T08:28:46.565Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s 0:00:00 [2025-08-07T08:28:46.565Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-08-07T08:28:46.565Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-08-07T08:28:46.565Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-08-07T08:28:46.565Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-08-07T08:28:47.529Z] Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-08-07T08:28:47.529Z]  DEPRECATION: Building 'robotframework-sshlibrary' 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 'robotframework-sshlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:28:47.529Z]  Building wheel for robotframework-sshlibrary (setup.py): started [2025-08-07T08:28:49.471Z] Building wheel for robotframework-sshlibrary (setup.py): finished with status 'done' [2025-08-07T08:28:49.471Z] Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=961d9292fd5469b88946e2181ee09105fb8d69cae18552949b8782d7b2d416d2 [2025-08-07T08:28:49.471Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 [2025-08-07T08:28:49.471Z]  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:28:49.471Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-08-07T08:28:50.420Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-08-07T08:28:50.420Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=b0457a470820c4d6a601fbc4f1dfbfe7d106d46249771bfc3bc90d367fe35681 [2025-08-07T08:28:50.420Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-08-07T08:28:50.420Z] Building wheel for psutil (pyproject.toml): started [2025-08-07T08:28:59.359Z] c442d517482e: Pushed [2025-08-07T08:28:59.359Z] 25247ac748027abf9820f8a08a2990fa03ab5444: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:28:59.684Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:00.005Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-08-07T08:29:00.005Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-08-07T08:29:00.005Z] c442d517482e: Preparing [2025-08-07T08:29:00.005Z] a115e9673a84: Preparing [2025-08-07T08:29:00.005Z] 5f70bf18a086: Preparing [2025-08-07T08:29:00.005Z] 0abe7c5c6bf0: Preparing [2025-08-07T08:29:00.005Z] a31fccbe64dc: Preparing [2025-08-07T08:29:00.005Z] c03e90efc89a: Preparing [2025-08-07T08:29:00.005Z] 097100c76c15: Preparing [2025-08-07T08:29:00.005Z] c03e90efc89a: Waiting [2025-08-07T08:29:00.005Z] 097100c76c15: Waiting [2025-08-07T08:29:00.005Z] c442d517482e: Layer already exists [2025-08-07T08:29:00.005Z] 0abe7c5c6bf0: Layer already exists [2025-08-07T08:29:00.005Z] a115e9673a84: Layer already exists [2025-08-07T08:29:00.005Z] 5f70bf18a086: Layer already exists [2025-08-07T08:29:00.005Z] a31fccbe64dc: Layer already exists [2025-08-07T08:29:00.005Z] 097100c76c15: Layer already exists [2025-08-07T08:29:00.005Z] c03e90efc89a: Layer already exists [2025-08-07T08:29:00.005Z] latest: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:00.329Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:00.647Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [2025-08-07T08:29:00.647Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-08-07T08:29:00.647Z] c442d517482e: Preparing [2025-08-07T08:29:00.647Z] a115e9673a84: Preparing [2025-08-07T08:29:00.647Z] 5f70bf18a086: Preparing [2025-08-07T08:29:00.647Z] 0abe7c5c6bf0: Preparing [2025-08-07T08:29:00.647Z] a31fccbe64dc: Preparing [2025-08-07T08:29:00.647Z] c03e90efc89a: Preparing [2025-08-07T08:29:00.647Z] 097100c76c15: Preparing [2025-08-07T08:29:00.647Z] 097100c76c15: Waiting [2025-08-07T08:29:00.647Z] c03e90efc89a: Waiting [2025-08-07T08:29:00.647Z] c442d517482e: Layer already exists [2025-08-07T08:29:00.647Z] 5f70bf18a086: Layer already exists [2025-08-07T08:29:00.647Z] a115e9673a84: Layer already exists [2025-08-07T08:29:00.647Z] 0abe7c5c6bf0: Layer already exists [2025-08-07T08:29:00.647Z] a31fccbe64dc: Layer already exists [2025-08-07T08:29:00.647Z] c03e90efc89a: Layer already exists [2025-08-07T08:29:00.647Z] 097100c76c15: Layer already exists [2025-08-07T08:29:00.647Z] 1.0.0-dev.10: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:00.962Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:01.277Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:29:01.277Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-08-07T08:29:01.277Z] c442d517482e: Preparing [2025-08-07T08:29:01.277Z] a115e9673a84: Preparing [2025-08-07T08:29:01.277Z] 5f70bf18a086: Preparing [2025-08-07T08:29:01.277Z] 0abe7c5c6bf0: Preparing [2025-08-07T08:29:01.277Z] a31fccbe64dc: Preparing [2025-08-07T08:29:01.277Z] c03e90efc89a: Preparing [2025-08-07T08:29:01.277Z] 097100c76c15: Preparing [2025-08-07T08:29:01.277Z] c03e90efc89a: Waiting [2025-08-07T08:29:01.277Z] 097100c76c15: Waiting [2025-08-07T08:29:01.277Z] c442d517482e: Layer already exists [2025-08-07T08:29:01.277Z] 5f70bf18a086: Layer already exists [2025-08-07T08:29:01.277Z] a115e9673a84: Layer already exists [2025-08-07T08:29:01.277Z] a31fccbe64dc: Layer already exists [2025-08-07T08:29:01.277Z] 0abe7c5c6bf0: Layer already exists [2025-08-07T08:29:01.277Z] c03e90efc89a: Layer already exists [2025-08-07T08:29:01.277Z] 097100c76c15: Layer already exists [2025-08-07T08:29:01.277Z] 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:01.596Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:01.914Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-08-07T08:29:01.914Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-08-07T08:29:01.914Z] c442d517482e: Preparing [2025-08-07T08:29:01.914Z] a115e9673a84: Preparing [2025-08-07T08:29:01.914Z] 5f70bf18a086: Preparing [2025-08-07T08:29:01.914Z] 0abe7c5c6bf0: Preparing [2025-08-07T08:29:01.914Z] a31fccbe64dc: Preparing [2025-08-07T08:29:01.914Z] c03e90efc89a: Preparing [2025-08-07T08:29:01.914Z] 097100c76c15: Preparing [2025-08-07T08:29:01.914Z] c03e90efc89a: Waiting [2025-08-07T08:29:01.914Z] 097100c76c15: Waiting [2025-08-07T08:29:01.914Z] 5f70bf18a086: Layer already exists [2025-08-07T08:29:01.914Z] c442d517482e: Layer already exists [2025-08-07T08:29:01.914Z] a115e9673a84: Layer already exists [2025-08-07T08:29:01.914Z] a31fccbe64dc: Layer already exists [2025-08-07T08:29:01.914Z] 0abe7c5c6bf0: Layer already exists [2025-08-07T08:29:01.914Z] 097100c76c15: Layer already exists [2025-08-07T08:29:01.914Z] c03e90efc89a: Layer already exists [2025-08-07T08:29:01.914Z] main: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T08:29:01.978Z] ===================================================== [Pipeline] echo [2025-08-07T08:29:01.989Z] taggedImages: [2025-08-07T08:29:01.989Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:29:01.989Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-08-07T08:29:01.989Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [2025-08-07T08:29:01.989Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:29:01.989Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo [2025-08-07T08:29:02.030Z] ========================================================= [2025-08-07T08:29:02.030Z] [edgeXBuildMultiArch] RAW Config: [2025-08-07T08:29:02.030Z] images: [2025-08-07T08:29:02.030Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:29:02.030Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-08-07T08:29:02.030Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [2025-08-07T08:29:02.030Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:29:02.030Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-08-07T08:29:02.030Z] settingsFile: [2025-08-07T08:29:02.030Z] taf-settings [2025-08-07T08:29:02.030Z] ========================================================= [Pipeline] node [2025-08-07T08:29:02.688Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-08-07T08:29:02.688Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278203 sha256=89bd3629204f97ea74a122ca1ff2f8aa3e6960c6e8468c2f2a80ca22e5d070d2 [2025-08-07T08:29:02.688Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-08-07T08:29:02.688Z]  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:29:02.688Z]  Building wheel for psycopg2 (setup.py): started [2025-08-07T08:29:17.033Z] Still waiting to schedule task [2025-08-07T08:29:17.033Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-07T08:29:39.056Z] Running on prd-centos7-docker-4c-2g-6450 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:29:39.098Z] provisioning config files... [2025-08-07T08:29:39.116Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17494957533486865243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:29:40.885Z] ---> ****-login.sh [2025-08-07T08:29:40.885Z] nexus3.edgexfoundry.org:10001 [2025-08-07T08:29:42.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:29:42.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:29:42.403Z] Configure a credential helper to remove this warning. See [2025-08-07T08:29:42.403Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:29:42.403Z] [2025-08-07T08:29:42.404Z] Login Succeeded [2025-08-07T08:29:42.404Z] nexus3.edgexfoundry.org:10002 [2025-08-07T08:29:42.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:29:42.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:29:42.689Z] Configure a credential helper to remove this warning. See [2025-08-07T08:29:42.689Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:29:42.689Z] [2025-08-07T08:29:42.689Z] Login Succeeded [2025-08-07T08:29:42.689Z] nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:42.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:29:42.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:29:42.984Z] Configure a credential helper to remove this warning. See [2025-08-07T08:29:42.984Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:29:42.984Z] [2025-08-07T08:29:42.984Z] Login Succeeded [2025-08-07T08:29:42.984Z] nexus3.edgexfoundry.org:10004 [2025-08-07T08:29:42.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:29:42.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:29:42.985Z] Configure a credential helper to remove this warning. See [2025-08-07T08:29:42.985Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:29:42.985Z] [2025-08-07T08:29:42.985Z] Login Succeeded [2025-08-07T08:29:42.985Z] ****.io [2025-08-07T08:29:42.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T08:29:43.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T08:29:43.252Z] Configure a credential helper to remove this warning. See [2025-08-07T08:29:43.252Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T08:29:43.252Z] [2025-08-07T08:29:43.252Z] Login Succeeded [2025-08-07T08:29:43.252Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T08:29:43.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T08:29:43.620Z] + docker buildx ls [2025-08-07T08:29:43.620Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-07T08:29:43.620Z] default * docker [2025-08-07T08:29:43.620Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-07T08:29:43.980Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-07T08:29:43.980Z] edgex-builder [Pipeline] sh [2025-08-07T08:29:44.286Z] + docker buildx inspect --bootstrap [2025-08-07T08:29:44.286Z] #1 [internal] booting buildkit [2025-08-07T08:29:44.286Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-07T08:29:47.621Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-08-07T08:29:47.621Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-07T08:29:49.005Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-08-07T08:29:49.005Z] #1 DONE 4.5s [2025-08-07T08:29:49.005Z] Name: edgex-builder [2025-08-07T08:29:49.005Z] Driver: docker-container [2025-08-07T08:29:49.005Z] [2025-08-07T08:29:49.005Z] Nodes: [2025-08-07T08:29:49.005Z] Name: edgex-builder0 [2025-08-07T08:29:49.005Z] Endpoint: unix:///var/run/docker.sock [2025-08-07T08:29:49.005Z] Status: running [2025-08-07T08:29:49.005Z] Buildkit: v0.22.0 [2025-08-07T08:29:49.005Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-07T08:29:49.290Z] + docker buildx ls [2025-08-07T08:29:49.290Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-07T08:29:49.290Z] edgex-builder * docker-container [2025-08-07T08:29:49.290Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-07T08:29:49.290Z] default docker [2025-08-07T08:29:49.290Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-07T08:29:49.581Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444' [2025-08-07T08:29:49.581Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 --push - [2025-08-07T08:29:49.840Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:29:49.840Z] #1 transferring dockerfile: 201B done [2025-08-07T08:29:49.840Z] #1 DONE 0.0s [2025-08-07T08:29:49.840Z] [2025-08-07T08:29:49.840Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:29:49.840Z] #2 DONE 0.1s [2025-08-07T08:29:49.840Z] [2025-08-07T08:29:49.840Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:29:49.840Z] #3 DONE 0.1s [2025-08-07T08:29:49.840Z] [2025-08-07T08:29:49.840Z] #4 [internal] load .dockerignore [2025-08-07T08:29:49.840Z] #4 transferring context: 2B done [2025-08-07T08:29:49.840Z] #4 DONE 0.0s [2025-08-07T08:29:49.840Z] [2025-08-07T08:29:49.840Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:49.840Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:49.840Z] #5 DONE 0.0s [2025-08-07T08:29:49.840Z] [2025-08-07T08:29:49.840Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:49.840Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:49.840Z] #6 DONE 0.1s [2025-08-07T08:29:50.103Z] [2025-08-07T08:29:50.103Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:50.103Z] #7 DONE 0.0s [2025-08-07T08:29:50.103Z] [2025-08-07T08:29:50.103Z] #8 exporting to image [2025-08-07T08:29:50.103Z] #8 exporting layers done [2025-08-07T08:29:50.103Z] #8 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 0.0s done [2025-08-07T08:29:50.103Z] #8 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:29:50.103Z] #8 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done [2025-08-07T08:29:50.103Z] #8 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done [2025-08-07T08:29:50.103Z] #8 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.0s done [2025-08-07T08:29:50.103Z] #8 pushing layers 0.1s done [2025-08-07T08:29:50.103Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a [2025-08-07T08:29:50.103Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T08:29:50.103Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done [2025-08-07T08:29:50.103Z] #8 DONE 0.2s [2025-08-07T08:29:50.103Z] [2025-08-07T08:29:50.103Z] 1 warning found (use --debug to expand): [2025-08-07T08:29:50.103Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T08:29:50.406Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' [2025-08-07T08:29:50.406Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - [2025-08-07T08:29:50.665Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:29:50.665Z] #1 transferring dockerfile: 167B done [2025-08-07T08:29:50.665Z] #1 DONE 0.0s [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-08-07T08:29:50.665Z] #2 DONE 0.0s [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-08-07T08:29:50.665Z] #3 DONE 0.0s [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #4 [internal] load .dockerignore [2025-08-07T08:29:50.665Z] #4 transferring context: 2B done [2025-08-07T08:29:50.665Z] #4 DONE 0.0s [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:50.665Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:50.665Z] #5 DONE 0.0s [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:50.665Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:50.665Z] #6 CACHED [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:50.665Z] #5 CACHED [2025-08-07T08:29:50.665Z] [2025-08-07T08:29:50.665Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:50.665Z] #7 DONE 0.0s [2025-08-07T08:29:50.666Z] [2025-08-07T08:29:50.666Z] #8 exporting to image [2025-08-07T08:29:50.666Z] #8 exporting layers done [2025-08-07T08:29:50.666Z] #8 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done [2025-08-07T08:29:50.666Z] #8 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:29:50.666Z] #8 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done [2025-08-07T08:29:50.666Z] #8 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done [2025-08-07T08:29:50.666Z] #8 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done [2025-08-07T08:29:50.666Z] #8 pushing layers 0.0s done [2025-08-07T08:29:50.666Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done [2025-08-07T08:29:50.666Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T08:29:50.666Z] #8 DONE 0.1s [2025-08-07T08:29:50.666Z] [2025-08-07T08:29:50.666Z] 1 warning found (use --debug to expand): [2025-08-07T08:29:50.666Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T08:29:50.964Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10' [2025-08-07T08:29:50.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 --push - [2025-08-07T08:29:50.964Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:29:50.964Z] #1 transferring dockerfile: 173B done [2025-08-07T08:29:50.964Z] #1 DONE 0.0s [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [2025-08-07T08:29:50.964Z] #2 DONE 0.0s [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [2025-08-07T08:29:50.964Z] #3 DONE 0.0s [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #4 [internal] load .dockerignore [2025-08-07T08:29:50.964Z] #4 transferring context: 2B done [2025-08-07T08:29:50.964Z] #4 DONE 0.0s [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:50.964Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:50.964Z] #5 CACHED [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:50.964Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:50.964Z] #6 CACHED [2025-08-07T08:29:50.964Z] [2025-08-07T08:29:50.964Z] #7 exporting to image [2025-08-07T08:29:50.964Z] #7 exporting layers done [2025-08-07T08:29:50.964Z] #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done [2025-08-07T08:29:50.964Z] #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad [2025-08-07T08:29:50.964Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T08:29:51.225Z] #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:29:51.225Z] #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done [2025-08-07T08:29:51.225Z] #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done [2025-08-07T08:29:51.225Z] #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done [2025-08-07T08:29:51.225Z] #7 pushing layers 0.0s done [2025-08-07T08:29:51.225Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done [2025-08-07T08:29:51.225Z] #7 DONE 0.1s [2025-08-07T08:29:51.225Z] [2025-08-07T08:29:51.225Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:51.225Z] #8 DONE 0.0s [2025-08-07T08:29:51.225Z] [2025-08-07T08:29:51.225Z] 1 warning found (use --debug to expand): [2025-08-07T08:29:51.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T08:29:51.516Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10' [2025-08-07T08:29:51.516Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 --push - [2025-08-07T08:29:51.516Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:29:51.516Z] #1 transferring dockerfile: 214B done [2025-08-07T08:29:51.516Z] #1 DONE 0.0s [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:29:51.516Z] #2 DONE 0.0s [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:29:51.516Z] #3 DONE 0.0s [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #4 [internal] load .dockerignore [2025-08-07T08:29:51.516Z] #4 transferring context: 2B done [2025-08-07T08:29:51.516Z] #4 DONE 0.0s [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:51.516Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:51.516Z] #5 CACHED [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:51.516Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:51.516Z] #6 CACHED [2025-08-07T08:29:51.516Z] [2025-08-07T08:29:51.516Z] #7 exporting to image [2025-08-07T08:29:51.516Z] #7 exporting layers done [2025-08-07T08:29:51.516Z] #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done [2025-08-07T08:29:51.516Z] #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:29:51.516Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T08:29:51.778Z] #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done [2025-08-07T08:29:51.778Z] #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done [2025-08-07T08:29:51.778Z] #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done [2025-08-07T08:29:51.778Z] #7 pushing layers 0.0s done [2025-08-07T08:29:51.778Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 1.4s done [2025-08-07T08:29:51.778Z] #7 DONE 1.4s [2025-08-07T08:29:51.778Z] [2025-08-07T08:29:51.778Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:51.778Z] #8 DONE 0.0s [2025-08-07T08:29:51.778Z] [2025-08-07T08:29:51.778Z] 1 warning found (use --debug to expand): [2025-08-07T08:29:51.778Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T08:29:52.069Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - [2025-08-07T08:29:52.069Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' [2025-08-07T08:29:52.069Z] #1 [internal] load build definition from Dockerfile [2025-08-07T08:29:52.069Z] #1 transferring dockerfile: 165B done [2025-08-07T08:29:52.069Z] #1 DONE 0.0s [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-08-07T08:29:52.069Z] #2 DONE 0.0s [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-08-07T08:29:52.069Z] #3 DONE 0.0s [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #4 [internal] load .dockerignore [2025-08-07T08:29:52.069Z] #4 transferring context: 2B done [2025-08-07T08:29:52.069Z] #4 DONE 0.0s [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:52.069Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:52.069Z] #5 CACHED [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 [2025-08-07T08:29:52.069Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done [2025-08-07T08:29:52.069Z] #6 CACHED [2025-08-07T08:29:52.069Z] [2025-08-07T08:29:52.069Z] #7 exporting to image [2025-08-07T08:29:52.069Z] #7 exporting layers [2025-08-07T08:29:52.069Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T08:29:52.328Z] #7 exporting layers done [2025-08-07T08:29:52.329Z] #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done [2025-08-07T08:29:52.329Z] #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done [2025-08-07T08:29:52.329Z] #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done [2025-08-07T08:29:52.329Z] #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done [2025-08-07T08:29:52.329Z] #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done [2025-08-07T08:29:52.329Z] #7 pushing layers 0.0s done [2025-08-07T08:29:52.329Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done [2025-08-07T08:29:52.329Z] #7 DONE 0.1s [2025-08-07T08:29:52.329Z] [2025-08-07T08:29:52.329Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-08-07T08:29:52.329Z] #8 DONE 0.0s [2025-08-07T08:29:52.329Z] [2025-08-07T08:29:52.329Z] 1 warning found (use --debug to expand): [2025-08-07T08:29:52.329Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-07T08:29:52.756Z] + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:29:53.054Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:29:53.609Z] ---> package-listing.sh [2025-08-07T08:29:53.609Z] ++ facter osfamily [2025-08-07T08:29:53.609Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-07T08:29:53.868Z] + OS_FAMILY=redhat [2025-08-07T08:29:53.868Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-08-07T08:29:53.868Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-07T08:29:53.868Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-07T08:29:53.868Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-07T08:29:53.868Z] + PACKAGES=/tmp/packages_start.txt [2025-08-07T08:29:53.868Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-08-07T08:29:53.868Z] + PACKAGES=/tmp/packages_end.txt [2025-08-07T08:29:53.868Z] + case "${OS_FAMILY}" in [2025-08-07T08:29:53.868Z] + rpm -qa [2025-08-07T08:29:53.868Z] + sort [2025-08-07T08:29:54.442Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-07T08:29:54.442Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-07T08:29:54.442Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-07T08:29:54.442Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-08-07T08:29:54.442Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-08-07T08:29:54.442Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-08-07T08:29:54.456Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-07T08:29:54.738Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:55.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:29:55.304Z] [2025-08-07T08:29:55.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:29:55.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:29:55.617Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-07T08:29:55.617Z] 5eb5b503b376: Pulling fs layer [2025-08-07T08:29:55.617Z] 5c69ac0246d0: Pulling fs layer [2025-08-07T08:29:55.617Z] ec43610c2a17: Pulling fs layer [2025-08-07T08:29:55.617Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-07T08:29:55.617Z] 33b1e0a273af: Pulling fs layer [2025-08-07T08:29:55.617Z] 5d3b04190fa2: Pulling fs layer [2025-08-07T08:29:55.617Z] 2f39f015ded8: Pulling fs layer [2025-08-07T08:29:55.617Z] 3a2ae6a8a46f: Waiting [2025-08-07T08:29:55.617Z] 33b1e0a273af: Waiting [2025-08-07T08:29:55.617Z] 5d3b04190fa2: Waiting [2025-08-07T08:29:55.617Z] 2f39f015ded8: Waiting [2025-08-07T08:29:55.617Z] 5c69ac0246d0: Verifying Checksum [2025-08-07T08:29:55.617Z] 5c69ac0246d0: Download complete [2025-08-07T08:29:55.617Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-07T08:29:55.617Z] 3a2ae6a8a46f: Download complete [2025-08-07T08:29:55.617Z] 33b1e0a273af: Verifying Checksum [2025-08-07T08:29:55.617Z] 33b1e0a273af: Download complete [2025-08-07T08:29:55.617Z] ec43610c2a17: Verifying Checksum [2025-08-07T08:29:55.617Z] ec43610c2a17: Download complete [2025-08-07T08:29:55.617Z] 5d3b04190fa2: Verifying Checksum [2025-08-07T08:29:55.617Z] 5d3b04190fa2: Download complete [2025-08-07T08:29:55.881Z] 5eb5b503b376: Verifying Checksum [2025-08-07T08:29:55.881Z] 5eb5b503b376: Download complete [2025-08-07T08:29:56.454Z] 2f39f015ded8: Verifying Checksum [2025-08-07T08:29:56.454Z] 2f39f015ded8: Download complete [2025-08-07T08:29:57.401Z] 5eb5b503b376: Pull complete [2025-08-07T08:29:57.401Z] 5c69ac0246d0: Pull complete [2025-08-07T08:29:57.978Z] ec43610c2a17: Pull complete [2025-08-07T08:29:57.978Z] 3a2ae6a8a46f: Pull complete [2025-08-07T08:29:58.236Z] 33b1e0a273af: Pull complete [2025-08-07T08:29:58.236Z] 5d3b04190fa2: Pull complete [2025-08-07T08:30:02.439Z] 2f39f015ded8: Pull complete [2025-08-07T08:30:02.439Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-07T08:30:02.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:30:02.439Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:30:02.589Z] prd-centos7-docker-4c-2g-6450 does not seem to be running inside a container [2025-08-07T08:30:02.633Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-07T08:30:05.908Z] $ docker top cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T08:30:06.259Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-07T08:30:06.550Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-07T08:30:06.843Z] + ls /var/log/sa-host [2025-08-07T08:30:06.843Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:30:07.005Z] provisioning config files... [2025-08-07T08:30:07.014Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8734216117594575582tmp [Pipeline] { [Pipeline] echo [2025-08-07T08:30:07.036Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:07.322Z] ---> create-netrc.sh [Pipeline] } [2025-08-07T08:30:07.328Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:07.672Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-07T08:30:07.680Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:07.968Z] ---> sudo-logs.sh [2025-08-07T08:30:07.968Z] Archiving 'sudo' log.. [2025-08-07T08:30:07.968Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6450.novalocal: Name or service not known [2025-08-07T08:30:07.968Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6450.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-07T08:30:07.987Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:08.275Z] ---> job-cost.sh [2025-08-07T08:30:08.275Z] lf-activate-venv: SKIPPING [2025-08-07T08:30:08.275Z] INFO: No Stack... [2025-08-07T08:30:08.534Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-07T08:30:09.101Z] INFO: Archiving Costs [Pipeline] echo [2025-08-07T08:30:09.114Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:09.398Z] ---> logs-deploy.sh [2025-08-07T08:30:09.399Z] lf-activate-venv: SKIPPING [2025-08-07T08:30:09.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/62 [2025-08-07T08:30:09.399Z] INFO: archiving workspace using pattern(s): [2025-08-07T08:30:10.335Z] Archives upload complete. [2025-08-07T08:30:10.335Z] INFO: archiving logs to Nexus [2025-08-07T08:30:10.506Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-08-07T08:30:10.506Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512675 sha256=ee8c891ba49bb966a3c151f85b912d9039825244e942491007b106392d5c26c3 [2025-08-07T08:30:10.506Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-08-07T08:30:10.506Z]  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:30:10.506Z]  Building wheel for flex (setup.py): started [2025-08-07T08:30:10.506Z] Building wheel for flex (setup.py): finished with status 'done' [2025-08-07T08:30:10.506Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=1c67a15de3e751c9c5517f0a0cab6ca6e63b5b73554c2f6f13ee605b5dc549e5 [2025-08-07T08:30:10.506Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-08-07T08:30:10.506Z]  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:30:10.506Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-08-07T08:30:10.506Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-08-07T08:30:10.506Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=d49fe6f4f7535ca3c93e746276045ef1e41e3ef7653689c487f6469ee7050c7d [2025-08-07T08:30:10.506Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-08-07T08:30:10.506Z]  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-08-07T08:30:10.506Z]  Building wheel for validate-email (setup.py): started [2025-08-07T08:30:10.506Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-08-07T08:30:10.506Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=e5a6f2cf707ccae8a0bc96b53a82b175090c3e8c71fed152e4bc3c3afa356758 [2025-08-07T08:30:10.506Z] Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-08-07T08:30:10.506Z] Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-08-07T08:30:10.506Z] Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, pynacl, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-08-07T08:30:11.271Z] ---> uname -a: [2025-08-07T08:30:11.271Z] Linux prd-centos7-docker-4c-2g-6450.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] ---> lscpu: [2025-08-07T08:30:11.271Z] Architecture: x86_64 [2025-08-07T08:30:11.271Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-07T08:30:11.271Z] Byte Order: Little Endian [2025-08-07T08:30:11.271Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-07T08:30:11.271Z] CPU(s): 2 [2025-08-07T08:30:11.271Z] On-line CPU(s) list: 0,1 [2025-08-07T08:30:11.271Z] Thread(s) per core: 1 [2025-08-07T08:30:11.271Z] Core(s) per socket: 1 [2025-08-07T08:30:11.271Z] Socket(s): 2 [2025-08-07T08:30:11.271Z] NUMA node(s): 1 [2025-08-07T08:30:11.271Z] Vendor ID: AuthenticAMD [2025-08-07T08:30:11.271Z] CPU family: 23 [2025-08-07T08:30:11.271Z] Model: 49 [2025-08-07T08:30:11.271Z] Model name: AMD EPYC-Rome Processor [2025-08-07T08:30:11.271Z] Stepping: 0 [2025-08-07T08:30:11.271Z] CPU MHz: 2799.998 [2025-08-07T08:30:11.271Z] BogoMIPS: 5599.99 [2025-08-07T08:30:11.271Z] Virtualization: AMD-V [2025-08-07T08:30:11.271Z] Hypervisor vendor: KVM [2025-08-07T08:30:11.271Z] Virtualization type: full [2025-08-07T08:30:11.271Z] L1d cache: 64 KiB [2025-08-07T08:30:11.271Z] L1i cache: 64 KiB [2025-08-07T08:30:11.271Z] L2 cache: 1 MiB [2025-08-07T08:30:11.271Z] L3 cache: 32 MiB [2025-08-07T08:30:11.271Z] NUMA node0 CPU(s): 0,1 [2025-08-07T08:30:11.271Z] Vulnerability Itlb multihit: Not affected [2025-08-07T08:30:11.271Z] Vulnerability L1tf: Not affected [2025-08-07T08:30:11.271Z] Vulnerability Mds: Not affected [2025-08-07T08:30:11.271Z] Vulnerability Meltdown: Not affected [2025-08-07T08:30:11.271Z] Vulnerability Mmio stale data: Not affected [2025-08-07T08:30:11.271Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-07T08:30:11.271Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-07T08:30:11.271Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-07T08:30:11.271Z] Vulnerability Srbds: Not affected [2025-08-07T08:30:11.271Z] Vulnerability Tsx async abort: Not affected [2025-08-07T08:30:11.271Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] ---> nproc: [2025-08-07T08:30:11.271Z] 2 [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] ---> df -h: [2025-08-07T08:30:11.271Z] Filesystem Size Used Avail Use% Mounted on [2025-08-07T08:30:11.271Z] overlay 40G 7.3G 33G 19% / [2025-08-07T08:30:11.271Z] tmpfs 64M 0 64M 0% /dev [2025-08-07T08:30:11.271Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-07T08:30:11.271Z] shm 64M 0 64M 0% /dev/shm [2025-08-07T08:30:11.271Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] [2025-08-07T08:30:11.271Z] Cannot open /var/log/sysstat/sa07: No such file or directory [2025-08-07T08:30:11.271Z] Please check if data collecting is enabled [2025-08-07T08:30:11.271Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T08:30:11.303Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-07T08:30:11.308Z] $ docker stop --time=1 cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 [2025-08-07T08:30:12.447Z] $ docker rm -f --volumes cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-07T08:30:12.534Z] [WS-CLEANUP] Deleting project workspace... [2025-08-07T08:30:12.534Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-07T08:30:12.552Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:30:12.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:30:12.953Z] [2025-08-07T08:30:12.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:30:13.259Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:30:13.825Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-07T08:30:13.825Z] 5eb5b503b376: Pulling fs layer [2025-08-07T08:30:13.825Z] 5c69ac0246d0: Pulling fs layer [2025-08-07T08:30:13.825Z] ec43610c2a17: Pulling fs layer [2025-08-07T08:30:13.825Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-07T08:30:13.825Z] 33b1e0a273af: Pulling fs layer [2025-08-07T08:30:13.825Z] 5d3b04190fa2: Pulling fs layer [2025-08-07T08:30:13.825Z] 2f39f015ded8: Pulling fs layer [2025-08-07T08:30:13.825Z] 33b1e0a273af: Waiting [2025-08-07T08:30:13.825Z] 5d3b04190fa2: Waiting [2025-08-07T08:30:13.825Z] 2f39f015ded8: Waiting [2025-08-07T08:30:13.825Z] 3a2ae6a8a46f: Waiting [2025-08-07T08:30:13.825Z] 5c69ac0246d0: Download complete [2025-08-07T08:30:13.825Z] 3a2ae6a8a46f: Download complete [2025-08-07T08:30:13.825Z] 33b1e0a273af: Verifying Checksum [2025-08-07T08:30:13.825Z] 33b1e0a273af: Download complete [2025-08-07T08:30:13.825Z] ec43610c2a17: Verifying Checksum [2025-08-07T08:30:13.825Z] ec43610c2a17: Download complete [2025-08-07T08:30:13.825Z] 5d3b04190fa2: Download complete [2025-08-07T08:30:14.083Z] 5eb5b503b376: Verifying Checksum [2025-08-07T08:30:14.083Z] 5eb5b503b376: Download complete [2025-08-07T08:30:14.649Z] 2f39f015ded8: Verifying Checksum [2025-08-07T08:30:14.649Z] 2f39f015ded8: Download complete [2025-08-07T08:30:15.584Z] 5eb5b503b376: Pull complete [2025-08-07T08:30:15.584Z] 5c69ac0246d0: Pull complete [2025-08-07T08:30:15.841Z] ec43610c2a17: Pull complete [2025-08-07T08:30:15.841Z] 3a2ae6a8a46f: Pull complete [2025-08-07T08:30:16.099Z] 33b1e0a273af: Pull complete [2025-08-07T08:30:16.099Z] 5d3b04190fa2: Pull complete [2025-08-07T08:30:21.359Z] 2f39f015ded8: Pull complete [2025-08-07T08:30:21.359Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-07T08:30:21.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:30:21.359Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:30:21.443Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:30:21.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-07T08:30:23.062Z] $ docker top 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:30:23.433Z] ---> job-cost.sh [2025-08-07T08:30:23.433Z] lf-activate-venv: SKIPPING [2025-08-07T08:30:23.433Z] INFO: No Stack... [2025-08-07T08:30:23.691Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-07T08:30:23.950Z] INFO: Archiving Costs [Pipeline] sh [2025-08-07T08:30:24.237Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-08-07T08:30:24.237Z] + cut -d, -f6 [Pipeline] lock [2025-08-07T08:30:24.252Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [2025-08-07T08:30:24.260Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] did not exist. Created. [2025-08-07T08:30:24.265Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-07T08:30:24.569Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-07T08:30:24.594Z] Stashed 1 file(s) [Pipeline] } [2025-08-07T08:30:24.602Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-07T08:30:24.622Z] $ docker stop --time=1 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 [2025-08-07T08:30:25.747Z] $ docker rm -f --volumes 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-07T08:31:18.308Z] [2025-08-07T08:31:18.308Z] Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 bcrypt-4.3.0 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.22 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 invoke-2.2.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.25.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.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-4.0.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.1 pynacl-1.5.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-0.27.0 scp-0.15.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-08-07T08:31:18.308Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-08-07T08:32:05.156Z] Removing intermediate container 329ceac2a8a5 [2025-08-07T08:32:05.156Z] ---> b3d0a14f7861 [2025-08-07T08:32:05.157Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-08-07T08:32:05.157Z] ---> Running in 4fd6fd1b3bae [2025-08-07T08:32:05.157Z] Removing intermediate container 4fd6fd1b3bae [2025-08-07T08:32:05.157Z] ---> 7c9737a68f57 [2025-08-07T08:32:05.157Z] Step 11/13 : LABEL arch=arm64 [2025-08-07T08:32:05.157Z] ---> Running in afb6884799c1 [2025-08-07T08:32:05.157Z] Removing intermediate container afb6884799c1 [2025-08-07T08:32:05.157Z] ---> 15256577a034 [2025-08-07T08:32:05.157Z] Step 12/13 : LABEL git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:32:05.157Z] ---> Running in 9a4f49020e9a [2025-08-07T08:32:05.157Z] Removing intermediate container 9a4f49020e9a [2025-08-07T08:32:05.157Z] ---> dffc9d0c24d6 [2025-08-07T08:32:05.157Z] Step 13/13 : LABEL version=1.0.0-dev.10 [2025-08-07T08:32:05.157Z] ---> Running in 751cf00bf5bd [2025-08-07T08:32:05.157Z] Removing intermediate container 751cf00bf5bd [2025-08-07T08:32:05.157Z] ---> 97a916f26995 [2025-08-07T08:32:05.157Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-07T08:32:05.157Z] Successfully built 97a916f26995 [2025-08-07T08:32:05.420Z] Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-08-07T08:32:05.549Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2025-08-07T08:32:05.549Z] 25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:32:05.549Z] latest [2025-08-07T08:32:05.549Z] 1.0.0-dev.10 [2025-08-07T08:32:05.549Z] 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:32:05.549Z] main [2025-08-07T08:32:05.549Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:32:05.905Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:32:06.250Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:32:06.250Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-08-07T08:32:06.250Z] a488e23499cf: Preparing [2025-08-07T08:32:06.250Z] 7acc6605acf6: Preparing [2025-08-07T08:32:06.250Z] 42169be52730: Preparing [2025-08-07T08:32:06.250Z] 7a0b4f718d23: Preparing [2025-08-07T08:32:06.250Z] f7b2434fedb7: Preparing [2025-08-07T08:32:06.250Z] 1e890da81ec9: Preparing [2025-08-07T08:32:06.250Z] 1e890da81ec9: Waiting [2025-08-07T08:32:06.514Z] 42169be52730: Pushed [2025-08-07T08:32:06.514Z] 7acc6605acf6: Pushed [2025-08-07T08:32:06.514Z] 7a0b4f718d23: Pushed [2025-08-07T08:32:06.777Z] f7b2434fedb7: Pushed [2025-08-07T08:32:10.096Z] 1e890da81ec9: Pushed [2025-08-07T08:37:16.922Z] a488e23499cf: Pushed [2025-08-07T08:37:16.922Z] 25247ac748027abf9820f8a08a2990fa03ab5444: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:17.300Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:17.656Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-08-07T08:37:17.656Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-08-07T08:37:17.656Z] a488e23499cf: Preparing [2025-08-07T08:37:17.656Z] 7acc6605acf6: Preparing [2025-08-07T08:37:17.656Z] 42169be52730: Preparing [2025-08-07T08:37:17.656Z] 7a0b4f718d23: Preparing [2025-08-07T08:37:17.656Z] f7b2434fedb7: Preparing [2025-08-07T08:37:17.656Z] 1e890da81ec9: Preparing [2025-08-07T08:37:17.656Z] 1e890da81ec9: Waiting [2025-08-07T08:37:17.656Z] 7a0b4f718d23: Layer already exists [2025-08-07T08:37:17.656Z] a488e23499cf: Layer already exists [2025-08-07T08:37:17.656Z] 7acc6605acf6: Layer already exists [2025-08-07T08:37:17.656Z] f7b2434fedb7: Layer already exists [2025-08-07T08:37:17.656Z] 42169be52730: Layer already exists [2025-08-07T08:37:17.656Z] 1e890da81ec9: Layer already exists [2025-08-07T08:37:17.656Z] latest: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:18.279Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:18.898Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [2025-08-07T08:37:18.898Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-08-07T08:37:18.898Z] a488e23499cf: Preparing [2025-08-07T08:37:18.898Z] 7acc6605acf6: Preparing [2025-08-07T08:37:18.898Z] 42169be52730: Preparing [2025-08-07T08:37:18.898Z] 7a0b4f718d23: Preparing [2025-08-07T08:37:18.898Z] f7b2434fedb7: Preparing [2025-08-07T08:37:18.898Z] 1e890da81ec9: Preparing [2025-08-07T08:37:18.898Z] 1e890da81ec9: Waiting [2025-08-07T08:37:18.898Z] 7a0b4f718d23: Layer already exists [2025-08-07T08:37:18.898Z] f7b2434fedb7: Layer already exists [2025-08-07T08:37:18.898Z] a488e23499cf: Layer already exists [2025-08-07T08:37:18.898Z] 7acc6605acf6: Layer already exists [2025-08-07T08:37:18.898Z] 42169be52730: Layer already exists [2025-08-07T08:37:18.898Z] 1e890da81ec9: Layer already exists [2025-08-07T08:37:18.898Z] 1.0.0-dev.10: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:19.266Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:19.625Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:37:19.626Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-08-07T08:37:19.626Z] a488e23499cf: Preparing [2025-08-07T08:37:19.626Z] 7acc6605acf6: Preparing [2025-08-07T08:37:19.626Z] 42169be52730: Preparing [2025-08-07T08:37:19.626Z] 7a0b4f718d23: Preparing [2025-08-07T08:37:19.626Z] f7b2434fedb7: Preparing [2025-08-07T08:37:19.626Z] 1e890da81ec9: Preparing [2025-08-07T08:37:19.626Z] 1e890da81ec9: Waiting [2025-08-07T08:37:19.626Z] f7b2434fedb7: Layer already exists [2025-08-07T08:37:19.626Z] 7a0b4f718d23: Layer already exists [2025-08-07T08:37:19.626Z] a488e23499cf: Layer already exists [2025-08-07T08:37:19.626Z] 42169be52730: Layer already exists [2025-08-07T08:37:19.626Z] 7acc6605acf6: Layer already exists [2025-08-07T08:37:19.626Z] 1e890da81ec9: Layer already exists [2025-08-07T08:37:19.888Z] 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:20.237Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:20.585Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2025-08-07T08:37:20.585Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-08-07T08:37:20.585Z] a488e23499cf: Preparing [2025-08-07T08:37:20.585Z] 7acc6605acf6: Preparing [2025-08-07T08:37:20.585Z] 42169be52730: Preparing [2025-08-07T08:37:20.585Z] 7a0b4f718d23: Preparing [2025-08-07T08:37:20.585Z] f7b2434fedb7: Preparing [2025-08-07T08:37:20.585Z] 1e890da81ec9: Preparing [2025-08-07T08:37:20.585Z] 1e890da81ec9: Waiting [2025-08-07T08:37:20.585Z] a488e23499cf: Layer already exists [2025-08-07T08:37:20.585Z] 42169be52730: Layer already exists [2025-08-07T08:37:20.585Z] 7acc6605acf6: Layer already exists [2025-08-07T08:37:20.585Z] f7b2434fedb7: Layer already exists [2025-08-07T08:37:20.585Z] 7a0b4f718d23: Layer already exists [2025-08-07T08:37:20.585Z] 1e890da81ec9: Layer already exists [2025-08-07T08:37:20.848Z] main: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T08:37:20.921Z] ===================================================== [Pipeline] echo [2025-08-07T08:37:20.932Z] taggedImages: [2025-08-07T08:37:20.932Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [2025-08-07T08:37:20.932Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-08-07T08:37:20.932Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [2025-08-07T08:37:20.932Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [2025-08-07T08:37:20.932Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo [2025-08-07T08:37:20.943Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] echo [2025-08-07T08:37:20.953Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo [2025-08-07T08:37:20.961Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [Pipeline] echo [2025-08-07T08:37:20.971Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] echo [2025-08-07T08:37:20.979Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:21.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T08:37:21.371Z] [2025-08-07T08:37:21.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:21.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T08:37:21.700Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-07T08:37:21.700Z] 8998bd30e6a1: Pulling fs layer [2025-08-07T08:37:21.700Z] 04944245beec: Pulling fs layer [2025-08-07T08:37:21.700Z] 699f458cf7ca: Pulling fs layer [2025-08-07T08:37:21.700Z] 765212b225bb: Pulling fs layer [2025-08-07T08:37:21.700Z] f23df028b6ca: Pulling fs layer [2025-08-07T08:37:21.700Z] d65c8cfc05b1: Pulling fs layer [2025-08-07T08:37:21.700Z] 2437ff75d9bd: Pulling fs layer [2025-08-07T08:37:21.700Z] 765212b225bb: Waiting [2025-08-07T08:37:21.700Z] f23df028b6ca: Waiting [2025-08-07T08:37:21.700Z] d65c8cfc05b1: Waiting [2025-08-07T08:37:21.700Z] 2437ff75d9bd: Waiting [2025-08-07T08:37:21.964Z] 04944245beec: Download complete [2025-08-07T08:37:21.964Z] 765212b225bb: Verifying Checksum [2025-08-07T08:37:21.964Z] 765212b225bb: Download complete [2025-08-07T08:37:21.964Z] f23df028b6ca: Verifying Checksum [2025-08-07T08:37:21.964Z] f23df028b6ca: Download complete [2025-08-07T08:37:21.964Z] d65c8cfc05b1: Verifying Checksum [2025-08-07T08:37:21.964Z] d65c8cfc05b1: Download complete [2025-08-07T08:37:22.228Z] 699f458cf7ca: Verifying Checksum [2025-08-07T08:37:22.228Z] 699f458cf7ca: Download complete [2025-08-07T08:37:22.493Z] 8998bd30e6a1: Verifying Checksum [2025-08-07T08:37:22.493Z] 8998bd30e6a1: Download complete [2025-08-07T08:37:25.066Z] 2437ff75d9bd: Verifying Checksum [2025-08-07T08:37:27.009Z] 8998bd30e6a1: Pull complete [2025-08-07T08:37:27.593Z] 04944245beec: Pull complete [2025-08-07T08:37:28.991Z] 699f458cf7ca: Pull complete [2025-08-07T08:37:29.256Z] 765212b225bb: Pull complete [2025-08-07T08:37:30.651Z] f23df028b6ca: Pull complete [2025-08-07T08:37:30.652Z] d65c8cfc05b1: Pull complete [2025-08-07T08:37:48.817Z] 2437ff75d9bd: Pull complete [2025-08-07T08:37:48.817Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-07T08:37:48.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T08:37:48.817Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:37:49.038Z] prd-ubuntu20.04-docker-arm64-4c-16g-6448 does not seem to be running inside a container [2025-08-07T08:37:49.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-07T08:37:50.549Z] $ docker top 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:37:51.057Z] ---> job-cost.sh [2025-08-07T08:37:51.322Z] lf-activate-venv: SKIPPING [2025-08-07T08:37:51.322Z] INFO: No Stack... [2025-08-07T08:37:51.897Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-07T08:37:52.474Z] INFO: Archiving Costs [Pipeline] sh [2025-08-07T08:37:53.098Z] + cut -d, -f6 [2025-08-07T08:37:53.098Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2025-08-07T08:37:53.148Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [2025-08-07T08:37:53.155Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] did not exist. Created. [2025-08-07T08:37:53.160Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-07T08:37:53.502Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-47eaf906/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-07T08:37:54.141Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-07T08:37:54.165Z] Warning: overwriting stash ‘stack-cost’ [2025-08-07T08:37:54.540Z] Stashed 1 file(s) [Pipeline] } [2025-08-07T08:37:54.553Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-07T08:37:54.578Z] $ docker stop --time=1 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 [2025-08-07T08:37:56.066Z] $ docker rm -f --volumes 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-08-07T08:37:56.710Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T08:37:56.710Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:37:57.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:37:57.013Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:37:57.086Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:37:57.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-07T08:37:57.342Z] $ docker top f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 -eo pid,comm [2025-08-07T08:37:57.389Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-07T08:37:57.389Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T08:37:57.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T08:37:57.436Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T08:37:57.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T08:37:57.529Z] $ docker exec f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 ssh-agent [2025-08-07T08:37:57.640Z] SSH_AUTH_SOCK=/tmp/ssh-mRQgsynn7L3L/agent.32 [2025-08-07T08:37:57.640Z] SSH_AGENT_PID=38 [2025-08-07T08:37:57.644Z] Running ssh-add (command line suppressed) [2025-08-07T08:37:57.741Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14272872435411123756.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14272872435411123756.key) [2025-08-07T08:37:57.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T08:37:58.049Z] + git semver tag [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,247 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,252 [run_tag] DEBUG tag force:False [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,252 [check_head_tag] DEBUG check head tag [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,253 [execute] INFO git cat-file --batch-check [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,255 [execute] INFO git cat-file --batch [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,269 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,269 [execute] INFO git tag -a v1.0.0-dev.10 -m v1.0.0-dev.10 [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,269 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.10', '-m', 'v1.0.0-dev.10'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-08-07T08:37:58.308Z] 2025-08-07 08:37:58,272 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:37:58.308Z] 1.0.0-dev.10 [Pipeline] } [2025-08-07T08:37:58.313Z] $ docker exec --env ******** --env ******** f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 ssh-agent -k [2025-08-07T08:37:58.398Z] unset SSH_AUTH_SOCK; [2025-08-07T08:37:58.398Z] unset SSH_AGENT_PID; [2025-08-07T08:37:58.398Z] echo Agent pid 38 killed; [2025-08-07T08:37:58.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T08:37:58.719Z] + git semver [Pipeline] } [2025-08-07T08:37:58.984Z] $ docker stop --time=1 f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 [2025-08-07T08:38:00.231Z] $ docker rm -f --volumes f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:38:00.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T08:38:00.643Z] [2025-08-07T08:38:00.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:38:00.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T08:38:00.945Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-07T08:38:00.945Z] ab5ef0e58194: Pulling fs layer [2025-08-07T08:38:00.945Z] 9712f1f96733: Pulling fs layer [2025-08-07T08:38:00.945Z] 63f879dbbcfc: Pulling fs layer [2025-08-07T08:38:00.945Z] 0d9ebad4ef96: Pulling fs layer [2025-08-07T08:38:00.945Z] 0d9ebad4ef96: Waiting [2025-08-07T08:38:00.945Z] e9a5061849ea: Pulling fs layer [2025-08-07T08:38:00.945Z] d747dcd14b5f: Pulling fs layer [2025-08-07T08:38:00.945Z] e9a5061849ea: Waiting [2025-08-07T08:38:00.945Z] 2de7ff778b66: Pulling fs layer [2025-08-07T08:38:00.945Z] d747dcd14b5f: Waiting [2025-08-07T08:38:00.945Z] 2de7ff778b66: Waiting [2025-08-07T08:38:00.945Z] 9712f1f96733: Verifying Checksum [2025-08-07T08:38:00.945Z] 9712f1f96733: Download complete [2025-08-07T08:38:01.204Z] 63f879dbbcfc: Verifying Checksum [2025-08-07T08:38:01.204Z] 63f879dbbcfc: Download complete [2025-08-07T08:38:01.463Z] e9a5061849ea: Verifying Checksum [2025-08-07T08:38:01.464Z] e9a5061849ea: Download complete [2025-08-07T08:38:01.464Z] d747dcd14b5f: Verifying Checksum [2025-08-07T08:38:01.464Z] d747dcd14b5f: Download complete [2025-08-07T08:38:01.464Z] ab5ef0e58194: Verifying Checksum [2025-08-07T08:38:01.464Z] ab5ef0e58194: Download complete [2025-08-07T08:38:01.721Z] 2de7ff778b66: Verifying Checksum [2025-08-07T08:38:01.721Z] 2de7ff778b66: Download complete [2025-08-07T08:38:01.721Z] 0d9ebad4ef96: Verifying Checksum [2025-08-07T08:38:01.721Z] 0d9ebad4ef96: Download complete [2025-08-07T08:38:05.902Z] ab5ef0e58194: Pull complete [2025-08-07T08:38:05.902Z] 9712f1f96733: Pull complete [2025-08-07T08:38:05.902Z] 63f879dbbcfc: Pull complete [2025-08-07T08:38:11.161Z] 0d9ebad4ef96: Pull complete [2025-08-07T08:38:11.161Z] e9a5061849ea: Pull complete [2025-08-07T08:38:11.418Z] d747dcd14b5f: Pull complete [2025-08-07T08:38:12.788Z] 2de7ff778b66: Pull complete [2025-08-07T08:38:12.788Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-07T08:38:12.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T08:38:12.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:38:12.866Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:38:12.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-08-07T08:38:15.211Z] $ docker top 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:38:15.284Z] provisioning config files... [2025-08-07T08:38:15.292Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17046125069765899252tmp [2025-08-07T08:38:15.301Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16273903129706493135tmp [2025-08-07T08:38:15.309Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10098114536460907932tmp [Pipeline] { [Pipeline] echo [2025-08-07T08:38:15.399Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:15.692Z] ---> sigul-configuration.sh [2025-08-07T08:38:15.692Z] gpg: directory `/root/.gnupg' created [2025-08-07T08:38:15.692Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-07T08:38:15.692Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-07T08:38:15.692Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-07T08:38:15.692Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-07T08:38:15.692Z] gpg: CAST5 encrypted data [2025-08-07T08:38:15.692Z] gpg: encrypted with 1 passphrase [2025-08-07T08:38:15.692Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-07T08:38:15.982Z] + mkdir /home/jenkins [2025-08-07T08:38:15.982Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-07T08:38:16.277Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-08-07T08:38:16.291Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:16.584Z] ---> sigul-install.sh [2025-08-07T08:38:16.584Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-07T08:38:16.874Z] + git tag --list [2025-08-07T08:38:16.874Z] v0.0.1 [2025-08-07T08:38:16.874Z] v0.0.2-dev.1 [2025-08-07T08:38:16.874Z] v0.0.2-dev.10 [2025-08-07T08:38:16.874Z] v0.0.2-dev.11 [2025-08-07T08:38:16.874Z] v0.0.2-dev.12 [2025-08-07T08:38:16.874Z] v0.0.2-dev.13 [2025-08-07T08:38:16.874Z] v0.0.2-dev.14 [2025-08-07T08:38:16.874Z] v0.0.2-dev.15 [2025-08-07T08:38:16.874Z] v0.0.2-dev.16 [2025-08-07T08:38:16.874Z] v0.0.2-dev.17 [2025-08-07T08:38:16.874Z] v0.0.2-dev.18 [2025-08-07T08:38:16.874Z] v0.0.2-dev.19 [2025-08-07T08:38:16.874Z] v0.0.2-dev.2 [2025-08-07T08:38:16.874Z] v0.0.2-dev.20 [2025-08-07T08:38:16.874Z] v0.0.2-dev.21 [2025-08-07T08:38:16.874Z] v0.0.2-dev.22 [2025-08-07T08:38:16.874Z] v0.0.2-dev.23 [2025-08-07T08:38:16.874Z] v0.0.2-dev.24 [2025-08-07T08:38:16.874Z] v0.0.2-dev.25 [2025-08-07T08:38:16.874Z] v0.0.2-dev.26 [2025-08-07T08:38:16.874Z] v0.0.2-dev.27 [2025-08-07T08:38:16.874Z] v0.0.2-dev.28 [2025-08-07T08:38:16.874Z] v0.0.2-dev.29 [2025-08-07T08:38:16.874Z] v0.0.2-dev.3 [2025-08-07T08:38:16.874Z] v0.0.2-dev.30 [2025-08-07T08:38:16.874Z] v0.0.2-dev.31 [2025-08-07T08:38:16.874Z] v0.0.2-dev.32 [2025-08-07T08:38:16.874Z] v0.0.2-dev.33 [2025-08-07T08:38:16.874Z] v0.0.2-dev.34 [2025-08-07T08:38:16.874Z] v0.0.2-dev.35 [2025-08-07T08:38:16.874Z] v0.0.2-dev.36 [2025-08-07T08:38:16.874Z] v0.0.2-dev.37 [2025-08-07T08:38:16.874Z] v0.0.2-dev.38 [2025-08-07T08:38:16.874Z] v0.0.2-dev.39 [2025-08-07T08:38:16.874Z] v0.0.2-dev.4 [2025-08-07T08:38:16.874Z] v0.0.2-dev.40 [2025-08-07T08:38:16.874Z] v0.0.2-dev.41 [2025-08-07T08:38:16.874Z] v0.0.2-dev.42 [2025-08-07T08:38:16.874Z] v0.0.2-dev.43 [2025-08-07T08:38:16.874Z] v0.0.2-dev.44 [2025-08-07T08:38:16.874Z] v0.0.2-dev.5 [2025-08-07T08:38:16.874Z] v0.0.2-dev.6 [2025-08-07T08:38:16.874Z] v0.0.2-dev.7 [2025-08-07T08:38:16.874Z] v0.0.2-dev.8 [2025-08-07T08:38:16.874Z] v0.0.2-dev.9 [2025-08-07T08:38:16.874Z] v1.0.0-dev.1 [2025-08-07T08:38:16.874Z] v1.0.0-dev.10 [2025-08-07T08:38:16.874Z] v1.0.0-dev.2 [2025-08-07T08:38:16.874Z] v1.0.0-dev.3 [2025-08-07T08:38:16.874Z] v1.0.0-dev.4 [2025-08-07T08:38:16.874Z] v1.0.0-dev.5 [2025-08-07T08:38:16.874Z] v1.0.0-dev.6 [2025-08-07T08:38:16.874Z] v1.0.0-dev.7 [2025-08-07T08:38:16.874Z] v1.0.0-dev.8 [2025-08-07T08:38:16.874Z] v1.0.0-dev.9 [Pipeline] sh [2025-08-07T08:38:17.166Z] + lftools sign git-tag v1.0.0-dev.10 [2025-08-07T08:38:17.738Z] Signing Git tag with Sigul... [2025-08-07T08:38:17.738Z] Signing v1.0.0-dev.10 [Pipeline] echo [2025-08-07T08:38:18.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:18.611Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-07T08:38:18.618Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-07T08:38:18.637Z] $ docker stop --time=1 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 [2025-08-07T08:38:19.890Z] $ docker rm -f --volumes 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-07T08:38:20.307Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T08:38:20.307Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:38:20.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:38:20.605Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:38:20.681Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:38:20.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-07T08:38:20.945Z] $ docker top 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 -eo pid,comm [2025-08-07T08:38:20.993Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-07T08:38:20.994Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T08:38:21.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T08:38:21.043Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T08:38:21.154Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T08:38:21.151Z] $ docker exec 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 ssh-agent [2025-08-07T08:38:21.262Z] SSH_AUTH_SOCK=/tmp/ssh-5no96QRbNbMk/agent.33 [2025-08-07T08:38:21.262Z] SSH_AGENT_PID=39 [2025-08-07T08:38:21.319Z] Running ssh-add (command line suppressed) [2025-08-07T08:38:21.412Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_84317027718271450.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_84317027718271450.key) [2025-08-07T08:38:21.432Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T08:38:21.749Z] + git semver bump pre [2025-08-07T08:38:22.026Z] 2025-08-07 08:38:21,974 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T08:38:22.026Z] 2025-08-07 08:38:21,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:38:22.026Z] 2025-08-07 08:38:21,979 [bump_version] DEBUG bumping version:1.0.0-dev.10 on axis:pre with prefix:dev [2025-08-07T08:38:22.026Z] 2025-08-07 08:38:21,979 [bump_version] DEBUG bumped version:1.0.0-dev.11 [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,979 [write_version] DEBUG write version:1.0.0-dev.11 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,979 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,981 [execute] INFO git cat-file --batch-check [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,981 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,984 [execute] INFO git cat-file --batch [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-07T08:38:22.027Z] 2025-08-07 08:38:21,987 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:38:22.027Z] 1.0.0-dev.11 [Pipeline] } [2025-08-07T08:38:22.040Z] $ docker exec --env ******** --env ******** 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 ssh-agent -k [2025-08-07T08:38:22.134Z] unset SSH_AUTH_SOCK; [2025-08-07T08:38:22.134Z] unset SSH_AGENT_PID; [2025-08-07T08:38:22.134Z] echo Agent pid 39 killed; [2025-08-07T08:38:22.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T08:38:22.498Z] + git semver [Pipeline] } [2025-08-07T08:38:22.765Z] $ docker stop --time=1 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 [2025-08-07T08:38:24.044Z] $ docker rm -f --volumes 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T08:38:24.394Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T08:38:24.394Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:38:24.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T08:38:24.700Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:38:24.768Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:38:24.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-07T08:38:25.018Z] $ docker top 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c -eo pid,comm [2025-08-07T08:38:25.058Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-07T08:38:25.058Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T08:38:25.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T08:38:25.107Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T08:38:25.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T08:38:25.217Z] $ docker exec 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c ssh-agent [2025-08-07T08:38:25.330Z] SSH_AUTH_SOCK=/tmp/ssh-LvXLY5tF94OJ/agent.32 [2025-08-07T08:38:25.330Z] SSH_AGENT_PID=38 [2025-08-07T08:38:25.335Z] Running ssh-add (command line suppressed) [2025-08-07T08:38:25.429Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3891824103580201779.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3891824103580201779.key) [2025-08-07T08:38:25.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T08:38:25.733Z] + git semver push [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,939 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,942 [run_push] DEBUG push [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,943 [execute] INFO git cat-file --batch-check [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,945 [execute] INFO git rev-list 68777ce648e358b2d45b96e35a029b2c7ea44c31 -- [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,945 [execute] DEBUG Popen(['git', 'rev-list', '68777ce648e358b2d45b96e35a029b2c7ea44c31', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,950 [execute] INFO git fetch -v -- origin [2025-08-07T08:38:25.992Z] 2025-08-07 08:38:25,950 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-07T08:38:26.560Z] 2025-08-07 08:38:26,406 [run_push] DEBUG no remote changes detected [2025-08-07T08:38:26.560Z] 2025-08-07 08:38:26,406 [execute] INFO git push origin semver [2025-08-07T08:38:26.560Z] 2025-08-07 08:38:26,406 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-07T08:38:27.127Z] 2025-08-07 08:38:27,081 [run_push] DEBUG push all version tags [2025-08-07T08:38:27.127Z] 2025-08-07 08:38:27,082 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-07T08:38:27.127Z] 2025-08-07 08:38:27,082 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-08-07T08:38:28.063Z] 2025-08-07 08:38:27,792 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-08-07T08:38:28.063Z] 1.0.0-dev.11 [Pipeline] } [2025-08-07T08:38:28.066Z] $ docker exec --env ******** --env ******** 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c ssh-agent -k [2025-08-07T08:38:28.170Z] unset SSH_AUTH_SOCK; [2025-08-07T08:38:28.170Z] unset SSH_AGENT_PID; [2025-08-07T08:38:28.171Z] echo Agent pid 38 killed; [2025-08-07T08:38:28.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T08:38:28.505Z] + git semver [Pipeline] } [2025-08-07T08:38:28.772Z] $ docker stop --time=1 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c [2025-08-07T08:38:30.019Z] $ docker rm -f --volumes 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-07T08:38:30.441Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2025-08-07T08:38:30.441Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-08-07T08:38:30.441Z] total 16 [2025-08-07T08:38:30.441Z] drwxr-xr-x 3 root root 4096 Aug 7 08:30 . [2025-08-07T08:38:30.441Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 7 08:38 .. [2025-08-07T08:38:30.441Z] drwxr-xr-x 2 root root 4096 Aug 7 08:30 cost [2025-08-07T08:38:30.441Z] -rw-r--r-- 1 root root 88 Aug 7 08:30 cost.csv [2025-08-07T08:38:30.441Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-08-07T08:38:30.441Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-08-07T08:38:30.441Z] total 16 [2025-08-07T08:38:30.441Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 08:30 . [2025-08-07T08:38:30.441Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 7 08:38 .. [2025-08-07T08:38:30.441Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 08:30 cost [2025-08-07T08:38:30.441Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 7 08:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:30.728Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:31.578Z] ---> package-listing.sh [2025-08-07T08:38:31.578Z] ++ facter osfamily [2025-08-07T08:38:31.578Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-07T08:38:31.837Z] + OS_FAMILY=debian [2025-08-07T08:38:31.837Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-08-07T08:38:31.837Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-07T08:38:31.837Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-07T08:38:31.837Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-07T08:38:31.837Z] + PACKAGES=/tmp/packages_start.txt [2025-08-07T08:38:31.837Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-08-07T08:38:31.837Z] + PACKAGES=/tmp/packages_end.txt [2025-08-07T08:38:31.837Z] + case "${OS_FAMILY}" in [2025-08-07T08:38:31.837Z] + dpkg -l [2025-08-07T08:38:31.837Z] + grep '^ii' [2025-08-07T08:38:31.837Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-07T08:38:31.837Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-07T08:38:31.837Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-07T08:38:31.837Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-08-07T08:38:31.837Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-08-07T08:38:31.837Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-08-07T08:38:31.853Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-07T08:38:32.131Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T08:38:32.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T08:38:32.697Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T08:38:32.771Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2025-08-07T08:38:32.791Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-07T08:38:32.984Z] $ docker top fb6075acd016b4f3bc8eece6976abdf058fe502210e4231a9bfc1d0100bdea46 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T08:38:33.331Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-07T08:38:33.619Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-07T08:38:33.903Z] + ls /var/log/sa-host [2025-08-07T08:38:33.903Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T08:38:33.943Z] provisioning config files... [2025-08-07T08:38:33.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8231750667478453406tmp [Pipeline] { [Pipeline] echo [2025-08-07T08:38:33.972Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:34.261Z] ---> create-netrc.sh [Pipeline] } [2025-08-07T08:38:34.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:34.572Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-07T08:38:34.582Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:34.865Z] ---> sudo-logs.sh [2025-08-07T08:38:34.865Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-07T08:38:34.899Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:35.191Z] ---> job-cost.sh [2025-08-07T08:38:35.191Z] lf-activate-venv: SKIPPING [2025-08-07T08:38:35.191Z] DEBUG: total: 0.2199999988079071 [2025-08-07T08:38:35.191Z] INFO: Retrieving Stack Cost... [2025-08-07T08:38:35.759Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-07T08:38:36.017Z] INFO: Archiving Costs [Pipeline] echo [2025-08-07T08:38:36.031Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T08:38:36.312Z] ---> logs-deploy.sh [2025-08-07T08:38:36.312Z] lf-activate-venv: SKIPPING [2025-08-07T08:38:36.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/62 [2025-08-07T08:38:36.312Z] INFO: archiving workspace using pattern(s): [2025-08-07T08:38:37.245Z] Archives upload complete. [2025-08-07T08:38:37.503Z] INFO: archiving logs to Nexus