Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f841b5a5e64b84806f3af205f58f3dc2f9049a63 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-ssh6505790621691436072.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh2008886953266652792.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh1877839234886073321.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh17576081727742929885.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-ssh6460230003685230020.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-16243 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 Avoid second fetch Checking out Revision f841b5a5e64b84806f3af205f58f3dc2f9049a63 (main) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f841b5a5e64b84806f3af205f58f3dc2f9049a63 # timeout=10 Commit message: "Merge pull request #159 from edgexfoundry/dependabot/pip/cryptography-50.0.0" > git rev-list --no-walk 674b39466aa04daeb3de7b2fd9f62241e4674147 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-08-05T05:36:33.333Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-08-05T05:36:33.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-08-05T05:36:33.456Z] ========================================================= [2026-08-05T05:36:33.456Z] EdgeX Global Pipelines Version Info [2026-08-05T05:36:33.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:36:34.567Z] ------------------- [2026-08-05T05:36:34.567Z] stable info: [2026-08-05T05:36:34.567Z] ------------------- [2026-08-05T05:36:34.567Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-08-05T05:36:34.567Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-08-05T05:36:34.567Z] Message: update stable to v1.0.281 [2026-08-05T05:36:35.511Z] ------------------- [2026-08-05T05:36:35.511Z] experimental info: [2026-08-05T05:36:35.511Z] ------------------- [2026-08-05T05:36:35.511Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-08-05T05:36:35.511Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-08-05T05:36:35.511Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2026-08-05T05:36:35.651Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2026-08-05T05:36:35.686Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2026-08-05T05:36:35.711Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-08-05T05:36:35.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2026-08-05T05:36:35.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-08-05T05:36:35.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2026-08-05T05:36:35.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-08-05T05:36:35.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2026-08-05T05:36:35.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2026-08-05T05:36:35.923Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-08-05T05:36:35.946Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2026-08-05T05:36:35.969Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2026-08-05T05:36:35.992Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-08-05T05:36:36.019Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-08-05T05:36:36.041Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-08-05T05:36:36.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-08-05T05:36:36.085Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-08-05T05:36:36.106Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f841b5a5e64b84806f3af205f58f3dc2f9049a63 [Pipeline] echo [2026-08-05T05:36:36.131Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f841b5a [Pipeline] echo [2026-08-05T05:36:36.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-08-05T05:36:36.237Z] provisioning config files... [2026-08-05T05:36:36.265Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10644916085318216230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:36:36.614Z] ---> ****-login.sh [2026-08-05T05:36:36.614Z] nexus3.edgexfoundry.org:10001 [2026-08-05T05:36:36.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:36.888Z] [2026-08-05T05:36:36.888Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-05T05:36:36.888Z] Configure a credential helper to remove this warning. See [2026-08-05T05:36:36.888Z] https://docs.****.com/go/credential-store/ [2026-08-05T05:36:36.888Z] [2026-08-05T05:36:36.888Z] Login Succeeded [2026-08-05T05:36:36.888Z] nexus3.edgexfoundry.org:10002 [2026-08-05T05:36:36.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:37.150Z] [2026-08-05T05:36:37.150Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-05T05:36:37.150Z] Configure a credential helper to remove this warning. See [2026-08-05T05:36:37.150Z] https://docs.****.com/go/credential-store/ [2026-08-05T05:36:37.150Z] [2026-08-05T05:36:37.150Z] Login Succeeded [2026-08-05T05:36:37.150Z] nexus3.edgexfoundry.org:10003 [2026-08-05T05:36:37.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:37.150Z] [2026-08-05T05:36:37.150Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-05T05:36:37.150Z] Configure a credential helper to remove this warning. See [2026-08-05T05:36:37.150Z] https://docs.****.com/go/credential-store/ [2026-08-05T05:36:37.150Z] [2026-08-05T05:36:37.150Z] Login Succeeded [2026-08-05T05:36:37.151Z] nexus3.edgexfoundry.org:10004 [2026-08-05T05:36:37.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:37.151Z] [2026-08-05T05:36:37.151Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-05T05:36:37.151Z] Configure a credential helper to remove this warning. See [2026-08-05T05:36:37.151Z] https://docs.****.com/go/credential-store/ [2026-08-05T05:36:37.151Z] [2026-08-05T05:36:37.151Z] Login Succeeded [2026-08-05T05:36:37.151Z] ****.io [2026-08-05T05:36:37.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:37.422Z] [2026-08-05T05:36:37.423Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-08-05T05:36:37.423Z] Configure a credential helper to remove this warning. See [2026-08-05T05:36:37.423Z] https://docs.****.com/go/credential-store/ [2026-08-05T05:36:37.423Z] [2026-08-05T05:36:37.423Z] Login Succeeded [2026-08-05T05:36:37.423Z] ---> ****-login.sh ends [Pipeline] } [2026-08-05T05:36:37.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-08-05T05:36:38.070Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-08-05T05:36:38.070Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-08-05T05:36:38.070Z] + [ -e /tmp/ssh_known_hosts ] [2026-08-05T05:36:38.070Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-08-05T05:36:38.070Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-08-05T05:36:38.070Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-08-05T05:36:38.070Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:36:38.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:36:38.596Z] [2026-08-05T05:36:38.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:36:38.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:36:38.944Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-08-05T05:36:38.944Z] 3dae71ba6b94: Pulling fs layer [2026-08-05T05:36:38.944Z] 6bf1a483ea7c: Pulling fs layer [2026-08-05T05:36:38.944Z] f5dfc541a4d3: Pulling fs layer [2026-08-05T05:36:38.944Z] 461d9e800cba: Pulling fs layer [2026-08-05T05:36:38.944Z] 80192f66455f: Pulling fs layer [2026-08-05T05:36:38.944Z] 2e8e34ca0e6c: Pulling fs layer [2026-08-05T05:36:38.944Z] a29436f7fd5d: Pulling fs layer [2026-08-05T05:36:38.944Z] 923cac83aea3: Pulling fs layer [2026-08-05T05:36:38.944Z] 25ad8b0a4227: Pulling fs layer [2026-08-05T05:36:38.944Z] db01528c6b51: Pulling fs layer [2026-08-05T05:36:38.944Z] 28988de357af: Pulling fs layer [2026-08-05T05:36:38.944Z] 461d9e800cba: Waiting [2026-08-05T05:36:38.944Z] a29436f7fd5d: Waiting [2026-08-05T05:36:38.944Z] 923cac83aea3: Waiting [2026-08-05T05:36:38.944Z] 25ad8b0a4227: Waiting [2026-08-05T05:36:38.944Z] db01528c6b51: Waiting [2026-08-05T05:36:38.944Z] 28988de357af: Waiting [2026-08-05T05:36:38.944Z] 2e8e34ca0e6c: Waiting [2026-08-05T05:36:38.944Z] 80192f66455f: Waiting [2026-08-05T05:36:38.944Z] 6bf1a483ea7c: Verifying Checksum [2026-08-05T05:36:38.944Z] 6bf1a483ea7c: Download complete [2026-08-05T05:36:38.944Z] 461d9e800cba: Verifying Checksum [2026-08-05T05:36:38.944Z] 461d9e800cba: Download complete [2026-08-05T05:36:39.206Z] 80192f66455f: Verifying Checksum [2026-08-05T05:36:39.206Z] 80192f66455f: Download complete [2026-08-05T05:36:39.206Z] f5dfc541a4d3: Verifying Checksum [2026-08-05T05:36:39.206Z] f5dfc541a4d3: Download complete [2026-08-05T05:36:39.206Z] 3dae71ba6b94: Verifying Checksum [2026-08-05T05:36:39.206Z] 3dae71ba6b94: Download complete [2026-08-05T05:36:39.206Z] 923cac83aea3: Verifying Checksum [2026-08-05T05:36:39.206Z] 923cac83aea3: Download complete [2026-08-05T05:36:39.474Z] 25ad8b0a4227: Verifying Checksum [2026-08-05T05:36:39.475Z] 25ad8b0a4227: Download complete [2026-08-05T05:36:39.475Z] db01528c6b51: Verifying Checksum [2026-08-05T05:36:39.475Z] db01528c6b51: Download complete [2026-08-05T05:36:39.475Z] 28988de357af: Verifying Checksum [2026-08-05T05:36:39.475Z] 28988de357af: Download complete [2026-08-05T05:36:39.475Z] a29436f7fd5d: Download complete [2026-08-05T05:36:40.061Z] 2e8e34ca0e6c: Verifying Checksum [2026-08-05T05:36:40.061Z] 2e8e34ca0e6c: Download complete [2026-08-05T05:36:40.639Z] 3dae71ba6b94: Pull complete [2026-08-05T05:36:40.639Z] 6bf1a483ea7c: Pull complete [2026-08-05T05:36:41.619Z] f5dfc541a4d3: Pull complete [2026-08-05T05:36:41.620Z] 461d9e800cba: Pull complete [2026-08-05T05:36:41.620Z] 80192f66455f: Pull complete [2026-08-05T05:36:46.945Z] 2e8e34ca0e6c: Pull complete [2026-08-05T05:36:46.946Z] a29436f7fd5d: Pull complete [2026-08-05T05:36:46.946Z] 923cac83aea3: Pull complete [2026-08-05T05:36:46.946Z] 25ad8b0a4227: Pull complete [2026-08-05T05:36:46.946Z] db01528c6b51: Pull complete [2026-08-05T05:36:46.946Z] 28988de357af: Pull complete [2026-08-05T05:36:46.946Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-08-05T05:36:46.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:36:46.946Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:36:47.167Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:36:47.202Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-08-05T05:36:48.760Z] $ docker top 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 -eo pid,comm [2026-08-05T05:36:48.807Z] 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). [2026-08-05T05:36:48.807Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-08-05T05:36:48.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-05T05:36:48.943Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-05T05:36:49.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-05T05:36:49.061Z] $ docker exec 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent [2026-08-05T05:36:49.151Z] SSH_AUTH_SOCK=/tmp/ssh-JNLZECtae4aN/agent.33 [2026-08-05T05:36:49.151Z] SSH_AGENT_PID=39 [2026-08-05T05:36:49.157Z] Running ssh-add (command line suppressed) [2026-08-05T05:36:49.260Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13605294724489527463.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13605294724489527463.key) [2026-08-05T05:36:49.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-05T05:36:49.645Z] + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh [2026-08-05T05:36:49.962Z] + git tag --points-at HEAD [Pipeline] } [2026-08-05T05:36:50.104Z] $ docker exec --env ******** --env ******** 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent -k [2026-08-05T05:36:50.195Z] unset SSH_AUTH_SOCK; [2026-08-05T05:36:50.196Z] unset SSH_AGENT_PID; [2026-08-05T05:36:50.196Z] echo Agent pid 39 killed; [2026-08-05T05:36:50.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-08-05T05:36:50.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-05T05:36:50.435Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-05T05:36:50.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-05T05:36:50.576Z] $ docker exec 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent [2026-08-05T05:36:50.742Z] SSH_AUTH_SOCK=/tmp/ssh-BHYKcrwZp83b/agent.86 [2026-08-05T05:36:50.742Z] SSH_AGENT_PID=92 [2026-08-05T05:36:50.763Z] Running ssh-add (command line suppressed) [2026-08-05T05:36:50.879Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_36101184998492317.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_36101184998492317.key) [2026-08-05T05:36:50.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-05T05:36:51.350Z] + git semver init [2026-08-05T05:36:51.614Z] 2026-08-05 05:36:51,501 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-08-05T05:36:51.614Z] 2026-08-05 05:36:51,504 [run_init] DEBUG init version:0.0.0 force:False [2026-08-05T05:36:51.614Z] 2026-08-05 05:36:51,505 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2026-08-05T05:36:51.614Z] 2026-08-05 05:36:51,505 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2026-08-05T05:36:51.614Z] 2026-08-05 05:36:51,505 [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) [2026-08-05T05:36:52.627Z] 2026-08-05 05:36:52,248 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2026-08-05T05:36:52.627Z] 2026-08-05 05:36:52,249 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2026-08-05T05:36:52.627Z] 2026-08-05 05:36:52,249 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:36:52.627Z] 2026-08-05 05:36:52,249 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:36:52.627Z] 1.0.0-dev.14 [Pipeline] } [2026-08-05T05:36:52.735Z] $ docker exec --env ******** --env ******** 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent -k [2026-08-05T05:36:52.840Z] unset SSH_AUTH_SOCK; [2026-08-05T05:36:52.841Z] unset SSH_AGENT_PID; [2026-08-05T05:36:52.841Z] echo Agent pid 92 killed; [2026-08-05T05:36:52.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-08-05T05:36:53.245Z] + git semver [Pipeline] } [2026-08-05T05:36:53.526Z] $ docker stop --time=1 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 [2026-08-05T05:36:54.840Z] $ docker rm -f --volumes 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 [Pipeline] // withDockerContainer [Pipeline] sh [2026-08-05T05:36:55.627Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-08-05T05:36:56.080Z] Stashed 1 file(s) [Pipeline] echo [2026-08-05T05:36:56.087Z] [edgeXSemver]: initialized semver on version 1.0.0-dev.14 [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 [2026-08-05T05:36:56.638Z] provisioning config files... [2026-08-05T05:36:56.733Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13005693087657167304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:36:57.135Z] ---> ****-login.sh [2026-08-05T05:36:57.135Z] nexus3.edgexfoundry.org:10001 [2026-08-05T05:36:57.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:57.135Z] Login Succeeded [2026-08-05T05:36:57.135Z] nexus3.edgexfoundry.org:10002 [2026-08-05T05:36:57.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:57.136Z] Login Succeeded [2026-08-05T05:36:57.136Z] nexus3.edgexfoundry.org:10003 [2026-08-05T05:36:57.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:57.398Z] Login Succeeded [2026-08-05T05:36:57.398Z] nexus3.edgexfoundry.org:10004 [2026-08-05T05:36:57.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:57.399Z] Login Succeeded [2026-08-05T05:36:57.399Z] ****.io [2026-08-05T05:36:57.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:36:57.662Z] Login Succeeded [2026-08-05T05:36:57.662Z] ---> ****-login.sh ends [Pipeline] } [2026-08-05T05:36:57.681Z] 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 [2026-08-05T05:36:58.963Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-08-05T05:36:59.310Z] + ls -al . [2026-08-05T05:36:59.310Z] total 72 [2026-08-05T05:36:59.310Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 5 05:36 . [2026-08-05T05:36:59.310Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 5 05:36 .. [2026-08-05T05:36:59.310Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 5 05:36 .git [2026-08-05T05:36:59.310Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 5 05:36 .github [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 5 05:36 .gitignore [2026-08-05T05:36:59.310Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 5 05:36 .semver [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 1653 Aug 5 05:36 Dockerfile [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 5 05:36 Jenkinsfile [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 5 05:36 LICENSE [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 4232 Aug 5 05:36 README.md [2026-08-05T05:36:59.310Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:36 TUC [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 5 05:36 VERSION [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 473 Aug 5 05:36 requirements.txt [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 5 05:36 robot-entrypoint.sh [2026-08-05T05:36:59.310Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 5 05:36 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:36:59.727Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=f841b5a5e64b84806f3af205f58f3dc2f9049a63 --label arch=amd64 --label version=1.0.0-dev.14 . [2026-08-05T05:37:00.394Z] #0 building with "default" instance using docker driver [2026-08-05T05:37:00.394Z] [2026-08-05T05:37:00.394Z] #1 [internal] load build definition from Dockerfile [2026-08-05T05:37:00.394Z] #1 transferring dockerfile: 1.69kB done [2026-08-05T05:37:00.394Z] #1 DONE 0.0s [2026-08-05T05:37:00.394Z] [2026-08-05T05:37:00.394Z] #2 [internal] load metadata for docker.io/library/alpine:3.20 [2026-08-05T05:37:00.394Z] #2 DONE 0.1s [2026-08-05T05:37:00.394Z] [2026-08-05T05:37:00.394Z] #3 [internal] load .dockerignore [2026-08-05T05:37:00.394Z] #3 transferring context: 2B done [2026-08-05T05:37:00.394Z] #3 DONE 0.0s [2026-08-05T05:37:00.394Z] [2026-08-05T05:37:00.394Z] #4 [internal] load build context [2026-08-05T05:37:00.394Z] #4 transferring context: 592.55kB 0.0s done [2026-08-05T05:37:00.394Z] #4 DONE 0.1s [2026-08-05T05:37:00.394Z] [2026-08-05T05:37:00.394Z] #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-08-05T05:37:00.394Z] #5 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 0.0s done [2026-08-05T05:37:00.689Z] #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s [2026-08-05T05:37:00.689Z] #5 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done [2026-08-05T05:37:00.689Z] #5 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done [2026-08-05T05:37:00.689Z] #5 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 0.1s done [2026-08-05T05:37:00.689Z] #5 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done [2026-08-05T05:37:00.689Z] #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s done [2026-08-05T05:37:00.689Z] #5 DONE 0.3s [2026-08-05T05:37:00.689Z] [2026-08-05T05:37:00.689Z] #6 [2/7] COPY . /edgex-taf/edgex-taf-common [2026-08-05T05:37:00.689Z] #6 DONE 0.1s [2026-08-05T05:37:00.996Z] [2026-08-05T05:37:00.996Z] #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ [2026-08-05T05:37:00.996Z] #7 DONE 0.0s [2026-08-05T05:37:00.996Z] [2026-08-05T05:37:00.996Z] #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt [2026-08-05T05:37:00.996Z] #8 DONE 0.0s [2026-08-05T05:37:00.996Z] [2026-08-05T05:37:00.996Z] #9 [5/7] WORKDIR /edgex-taf [2026-08-05T05:37:00.996Z] #9 DONE 0.0s [2026-08-05T05:37:00.996Z] [2026-08-05T05:37:00.996Z] #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-08-05T05:37:01.299Z] #10 DONE 0.3s [2026-08-05T05:37:01.299Z] [2026-08-05T05:37:01.299Z] #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 [2026-08-05T05:37:01.299Z] #11 0.223 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:01.573Z] #11 0.526 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:02.143Z] #11 1.038 OK: 8 MiB in 14 packages [2026-08-05T05:37:02.403Z] #11 1.083 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:02.403Z] #11 1.260 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:03.080Z] #11 1.714 (1/14) Installing ca-certificates (20260413-r0) [2026-08-05T05:37:03.080Z] #11 1.864 (2/14) Installing brotli-libs (1.1.0-r2) [2026-08-05T05:37:03.375Z] #11 2.094 (3/14) Installing c-ares (1.33.1-r0) [2026-08-05T05:37:03.375Z] #11 2.241 (4/14) Installing libunistring (1.2-r0) [2026-08-05T05:37:03.638Z] #11 2.487 (5/14) Installing libidn2 (2.3.7-r0) [2026-08-05T05:37:03.897Z] #11 2.640 (6/14) Installing nghttp2-libs (1.62.1-r0) [2026-08-05T05:37:03.897Z] #11 2.823 (7/14) Installing libpsl (0.21.5-r1) [2026-08-05T05:37:04.157Z] #11 2.961 (8/14) Installing zstd-libs (1.5.6-r0) [2026-08-05T05:37:04.419Z] #11 3.188 (9/14) Installing libcurl (8.14.1-r2) [2026-08-05T05:37:04.419Z] #11 3.348 (10/14) Installing curl (8.14.1-r2) [2026-08-05T05:37:04.726Z] #11 3.557 (11/14) Installing docker-cli (26.1.5-r0) [2026-08-05T05:37:05.002Z] #11 3.865 (12/14) Installing oniguruma (6.9.9-r0) [2026-08-05T05:37:05.296Z] #11 4.081 (13/14) Installing jq (1.7.1-r0) [2026-08-05T05:37:05.296Z] #11 4.248 (14/14) Installing openssl (3.3.7-r0) [2026-08-05T05:37:05.587Z] #11 4.476 Executing busybox-1.36.1-r31.trigger [2026-08-05T05:37:05.853Z] #11 4.481 Executing ca-certificates-20260413-r0.trigger [2026-08-05T05:37:05.853Z] #11 4.517 OK: 43 MiB in 28 packages [2026-08-05T05:37:05.853Z] #11 4.576 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:05.853Z] #11 4.758 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:06.439Z] #11 5.215 (1/167) Installing libexpat (2.8.1-r0) [2026-08-05T05:37:06.439Z] #11 5.352 (2/167) Installing libbz2 (1.0.8-r6) [2026-08-05T05:37:06.699Z] #11 5.507 (3/167) Installing libpng (1.6.57-r0) [2026-08-05T05:37:06.699Z] #11 5.659 (4/167) Installing freetype (2.13.2-r0) [2026-08-05T05:37:06.958Z] #11 5.902 (5/167) Installing fontconfig (2.15.0-r1) [2026-08-05T05:37:07.219Z] #11 6.059 (6/167) Installing libfontenc (1.1.8-r0) [2026-08-05T05:37:07.496Z] #11 6.232 (7/167) Installing mkfontscale (1.2.2-r6) [2026-08-05T05:37:07.496Z] #11 6.361 (8/167) Installing font-opensans (0_git20210927-r1) [2026-08-05T05:37:07.773Z] #11 6.638 (9/167) Installing pkgconf (2.2.0-r0) [2026-08-05T05:37:08.035Z] #11 6.785 (10/167) Installing libgcc (13.2.1_git20240309-r1) [2026-08-05T05:37:08.035Z] #11 6.971 (11/167) Installing libffi (3.4.6-r0) [2026-08-05T05:37:08.296Z] #11 7.098 (12/167) Installing libintl (0.22.5-r0) [2026-08-05T05:37:08.572Z] #11 7.270 (13/167) Installing libeconf (0.6.3-r0) [2026-08-05T05:37:08.572Z] #11 7.440 (14/167) Installing libblkid (2.40.1-r1) [2026-08-05T05:37:08.937Z] #11 7.628 (15/167) Installing libmount (2.40.1-r1) [2026-08-05T05:37:08.937Z] #11 7.789 (16/167) Installing pcre2 (10.43-r0) [2026-08-05T05:37:09.196Z] #11 8.029 (17/167) Installing glib (2.80.5-r0) [2026-08-05T05:37:09.478Z] #11 8.238 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2026-08-05T05:37:09.740Z] #11 8.518 (19/167) Installing xz-libs (5.8.3-r0) [2026-08-05T05:37:09.740Z] #11 8.674 (20/167) Installing libxml2 (2.12.10-r0) [2026-08-05T05:37:10.003Z] #11 8.934 (21/167) Installing shared-mime-info (2.4-r0) [2026-08-05T05:37:10.265Z] #11 9.107 (22/167) Installing hicolor-icon-theme (0.17-r2) [2026-08-05T05:37:10.523Z] #11 9.281 (23/167) Installing libjpeg-turbo (3.0.3-r0) [2026-08-05T05:37:10.523Z] #11 9.446 (24/167) Installing libsharpyuv (1.3.2-r0) [2026-08-05T05:37:10.789Z] #11 9.591 (25/167) Installing libwebp (1.3.2-r0) [2026-08-05T05:37:10.789Z] #11 9.755 (26/167) Installing tiff (4.6.0t-r0) [2026-08-05T05:37:11.047Z] #11 9.977 (27/167) Installing gdk-pixbuf (2.42.12-r0) [2026-08-05T05:37:11.308Z] #11 10.14 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2026-08-05T05:37:11.405Z] Still waiting to schedule task [2026-08-05T05:37:11.405Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-08-05T05:37:11.568Z] #11 10.30 (29/167) Installing libxau (1.0.11-r4) [2026-08-05T05:37:11.568Z] #11 10.41 (30/167) Installing libmd (1.1.0-r0) [2026-08-05T05:37:11.827Z] #11 10.58 (31/167) Installing libbsd (0.12.2-r0) [2026-08-05T05:37:11.827Z] #11 10.71 (32/167) Installing libxdmcp (1.1.5-r1) [2026-08-05T05:37:12.091Z] #11 10.86 (33/167) Installing libxcb (1.16.1-r0) [2026-08-05T05:37:12.091Z] #11 11.02 (34/167) Installing libx11 (1.8.9-r1) [2026-08-05T05:37:12.351Z] #11 11.28 (35/167) Installing libxcomposite (0.4.6-r5) [2026-08-05T05:37:12.615Z] #11 11.40 (36/167) Installing libxfixes (6.0.1-r4) [2026-08-05T05:37:12.615Z] #11 11.55 (37/167) Installing libxrender (0.9.11-r5) [2026-08-05T05:37:12.876Z] #11 11.69 (38/167) Installing libxcursor (1.2.2-r1) [2026-08-05T05:37:13.137Z] #11 11.85 (39/167) Installing libxdamage (1.1.6-r5) [2026-08-05T05:37:13.137Z] #11 11.97 (40/167) Installing libxext (1.3.6-r2) [2026-08-05T05:37:13.398Z] #11 12.13 (41/167) Installing libxi (1.8.1-r4) [2026-08-05T05:37:13.398Z] #11 12.27 (42/167) Installing libxinerama (1.1.5-r4) [2026-08-05T05:37:13.660Z] #11 12.42 (43/167) Installing libxrandr (1.5.4-r1) [2026-08-05T05:37:13.660Z] #11 12.53 (44/167) Installing libatk-1.0 (2.52.0-r0) [2026-08-05T05:37:13.920Z] #11 12.72 (45/167) Installing libxtst (1.2.4-r6) [2026-08-05T05:37:13.920Z] #11 12.85 (46/167) Installing dbus-libs (1.14.10-r1) [2026-08-05T05:37:14.183Z] #11 13.05 (47/167) Installing at-spi2-core (2.52.0-r0) [2026-08-05T05:37:14.442Z] #11 13.21 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2026-08-05T05:37:14.442Z] #11 13.40 (49/167) Installing pixman (0.43.2-r0) [2026-08-05T05:37:14.701Z] #11 13.57 (50/167) Installing cairo (1.18.4-r0) [2026-08-05T05:37:14.962Z] #11 13.82 (51/167) Installing cairo-gobject (1.18.4-r0) [2026-08-05T05:37:15.221Z] #11 13.95 (52/167) Installing avahi-libs (0.8-r17) [2026-08-05T05:37:15.221Z] #11 14.14 (53/167) Installing gmp (6.3.0-r1) [2026-08-05T05:37:15.480Z] #11 14.33 (54/167) Installing nettle (3.10.2-r0) [2026-08-05T05:37:15.741Z] #11 14.56 (55/167) Installing libtasn1 (4.21.0-r0) [2026-08-05T05:37:15.741Z] #11 14.69 (56/167) Installing p11-kit (0.25.3-r0) [2026-08-05T05:37:16.001Z] #11 14.93 (57/167) Installing gnutls (3.8.13-r0) [2026-08-05T05:37:16.261Z] #11 15.11 (58/167) Installing cups-libs (2.4.18-r0) [2026-08-05T05:37:16.523Z] #11 15.34 (59/167) Installing libepoxy (1.5.10-r1) [2026-08-05T05:37:16.783Z] #11 15.52 (60/167) Installing fribidi (1.0.15-r0) [2026-08-05T05:37:16.783Z] #11 15.69 (61/167) Installing graphite2 (1.3.14-r6) [2026-08-05T05:37:17.042Z] #11 15.87 (62/167) Installing harfbuzz (8.5.0-r0) [2026-08-05T05:37:17.304Z] #11 16.12 (63/167) Installing libxft (2.3.8-r3) [2026-08-05T05:37:17.304Z] #11 16.26 (64/167) Installing pango (1.52.2-r0) [2026-08-05T05:37:17.564Z] #11 16.50 (65/167) Installing wayland-libs-client (1.22.0-r4) [2026-08-05T05:37:17.830Z] #11 16.63 (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2026-08-05T05:37:17.830Z] #11 16.77 (67/167) Installing wayland-libs-egl (1.22.0-r4) [2026-08-05T05:37:18.105Z] #11 16.89 (68/167) Installing xkeyboard-config (2.41-r0) [2026-08-05T05:37:18.368Z] #11 17.14 (69/167) Installing libxkbcommon (1.7.0-r0) [2026-08-05T05:37:18.368Z] #11 17.30 (70/167) Installing gtk+3.0 (3.24.43-r0) [2026-08-05T05:37:18.952Z] #11 17.61 (71/167) Installing icu-data-full (74.2-r1) [2026-08-05T05:37:19.217Z] #11 18.05 (72/167) Installing mesa (24.0.9-r1) [2026-08-05T05:37:19.476Z] #11 18.21 (73/167) Installing llvm17-libs (17.0.6-r2) [2026-08-05T05:37:20.959Z] #11 19.52 (74/167) Installing hwdata-pci (0.382-r0) [2026-08-05T05:37:20.959Z] #11 19.75 (75/167) Installing libpciaccess (0.18.1-r0) [2026-08-05T05:37:20.959Z] #11 19.88 (76/167) Installing libdrm (2.4.120-r0) [2026-08-05T05:37:21.220Z] #11 20.14 (77/167) Installing libelf (0.191-r0) [2026-08-05T05:37:21.493Z] #11 20.33 (78/167) Installing mesa-glapi (24.0.9-r1) [2026-08-05T05:37:21.758Z] #11 20.52 (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2026-08-05T05:37:22.354Z] #11 21.05 (80/167) Installing eudev-libs (3.2.14-r2) [2026-08-05T05:37:22.354Z] #11 21.21 (81/167) Installing libmagic (5.45-r1) [2026-08-05T05:37:22.658Z] #11 21.42 (82/167) Installing file (5.45-r1) [2026-08-05T05:37:22.658Z] #11 21.55 (83/167) Installing xprop (1.2.7-r0) [2026-08-05T05:37:22.966Z] #11 21.68 (84/167) Installing libice (1.1.1-r6) [2026-08-05T05:37:22.966Z] #11 21.84 (85/167) Installing libuuid (2.40.1-r1) [2026-08-05T05:37:23.255Z] #11 21.96 (86/167) Installing libsm (1.2.4-r4) [2026-08-05T05:37:23.255Z] #11 22.13 (87/167) Installing libxt (1.3.0-r5) [2026-08-05T05:37:23.521Z] #11 22.30 (88/167) Installing libxmu (1.1.4-r2) [2026-08-05T05:37:23.521Z] #11 22.49 (89/167) Installing xset (1.2.5-r1) [2026-08-05T05:37:23.804Z] #11 22.61 (90/167) Installing xdg-utils (1.2.1-r0) [2026-08-05T05:37:24.064Z] #11 22.80 (91/167) Installing libogg (1.3.5-r5) [2026-08-05T05:37:24.064Z] #11 22.92 (92/167) Installing libflac (1.4.3-r1) [2026-08-05T05:37:24.344Z] #11 23.14 (93/167) Installing alsa-lib (1.2.11-r0) [2026-08-05T05:37:24.344Z] #11 23.31 (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2026-08-05T05:37:24.952Z] #11 23.62 (95/167) Installing aom-libs (3.9.1-r0) [2026-08-05T05:37:24.953Z] #11 23.83 (96/167) Installing libva (2.21.0-r0) [2026-08-05T05:37:25.218Z] #11 24.02 (97/167) Installing libvdpau (1.5-r3) [2026-08-05T05:37:25.218Z] #11 24.15 (98/167) Installing onevpl-libs (2023.3.1-r2) [2026-08-05T05:37:25.478Z] #11 24.35 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2026-08-05T05:37:25.737Z] #11 24.53 (100/167) Installing libdav1d (1.4.2-r0) [2026-08-05T05:37:25.999Z] #11 24.77 (101/167) Installing openexr-libiex (3.1.13-r1) [2026-08-05T05:37:25.999Z] #11 24.95 (102/167) Installing openexr-libilmthread (3.1.13-r1) [2026-08-05T05:37:26.278Z] #11 25.12 (103/167) Installing imath (3.1.12-r0) [2026-08-05T05:37:26.545Z] #11 25.27 (104/167) Installing openexr-libopenexr (3.1.13-r1) [2026-08-05T05:37:26.805Z] #11 25.54 (105/167) Installing giflib (5.2.2-r0) [2026-08-05T05:37:26.805Z] #11 25.67 (106/167) Installing libhwy (1.0.7-r0) [2026-08-05T05:37:27.093Z] #11 25.84 (107/167) Installing lcms2 (2.19-r0) [2026-08-05T05:37:27.093Z] #11 26.00 (108/167) Installing libjxl (0.10.2-r0) [2026-08-05T05:37:27.356Z] #11 26.28 (109/167) Installing lame-libs (3.100-r5) [2026-08-05T05:37:27.616Z] #11 26.45 (110/167) Installing opus (1.5.2-r0) [2026-08-05T05:37:27.875Z] #11 26.67 (111/167) Installing rav1e-libs (0.7.1-r0) [2026-08-05T05:37:28.137Z] #11 26.86 (112/167) Installing libgomp (13.2.1_git20240309-r1) [2026-08-05T05:37:28.137Z] #11 27.08 (113/167) Installing soxr (0.1.3-r7) [2026-08-05T05:37:28.433Z] #11 27.23 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2026-08-05T05:37:28.700Z] #11 27.42 (115/167) Installing libtheora (1.1.1-r18) [2026-08-05T05:37:28.700Z] #11 27.59 (116/167) Installing libvorbis (1.3.7-r2) [2026-08-05T05:37:28.958Z] #11 27.80 (117/167) Installing libvpx (1.14.1-r0) [2026-08-05T05:37:29.220Z] #11 28.01 (118/167) Installing libwebpmux (1.3.2-r0) [2026-08-05T05:37:29.220Z] #11 28.19 (119/167) Installing x264-libs (0.164_git20231001-r0) [2026-08-05T05:37:29.485Z] #11 28.37 (120/167) Installing numactl (2.0.18-r0) [2026-08-05T05:37:29.763Z] #11 28.54 (121/167) Installing x265-libs (3.6-r0) [2026-08-05T05:37:30.027Z] #11 28.79 (122/167) Installing xvidcore (1.3.7-r2) [2026-08-05T05:37:30.286Z] #11 29.00 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2026-08-05T05:37:30.544Z] #11 29.27 (124/167) Installing libbluray (1.3.4-r1) [2026-08-05T05:37:30.544Z] #11 29.48 (125/167) Installing mpg123-libs (1.32.8-r0) [2026-08-05T05:37:30.803Z] #11 29.67 (126/167) Installing libopenmpt (0.7.7-r0) [2026-08-05T05:37:31.064Z] #11 29.91 (127/167) Installing cjson (1.7.19-r0) [2026-08-05T05:37:31.326Z] #11 30.07 (128/167) Installing mbedtls (3.6.6-r0) [2026-08-05T05:37:31.585Z] #11 30.41 (129/167) Installing librist (0.2.10-r1) [2026-08-05T05:37:31.851Z] #11 30.60 (130/167) Installing libsrt (1.5.3-r0) [2026-08-05T05:37:32.112Z] #11 30.83 (131/167) Installing libssh (0.10.6-r0) [2026-08-05T05:37:32.112Z] #11 30.99 (132/167) Installing libsodium (1.0.19-r1) [2026-08-05T05:37:32.375Z] #11 31.20 (133/167) Installing libzmq (4.3.5-r2) [2026-08-05T05:37:32.638Z] #11 31.35 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2026-08-05T05:37:32.898Z] #11 31.62 (135/167) Installing crc32c (1.1.2-r0) [2026-08-05T05:37:32.899Z] #11 31.77 (136/167) Installing double-conversion (3.3.0-r0) [2026-08-05T05:37:33.185Z] #11 31.94 (137/167) Installing libevent (2.1.12-r7) [2026-08-05T05:37:33.185Z] #11 32.12 (138/167) Installing wayland-libs-server (1.22.0-r4) [2026-08-05T05:37:33.446Z] #11 32.29 (139/167) Installing mesa-gbm (24.0.9-r1) [2026-08-05T05:37:33.446Z] #11 32.41 (140/167) Installing harfbuzz-subset (8.5.0-r0) [2026-08-05T05:37:33.706Z] #11 32.66 (141/167) Installing icu-libs (74.2-r1) [2026-08-05T05:37:33.975Z] #11 32.85 (142/167) Installing minizip (1.3.1-r0) [2026-08-05T05:37:34.235Z] #11 33.02 (143/167) Installing nspr (4.35-r4) [2026-08-05T05:37:34.235Z] #11 33.17 (144/167) Installing sqlite-libs (3.45.3-r3) [2026-08-05T05:37:34.496Z] #11 33.42 (145/167) Installing nss (3.105-r0) [2026-08-05T05:37:34.754Z] #11 33.62 (146/167) Installing openh264 (2.4.1-r0) [2026-08-05T05:37:35.044Z] #11 33.87 (147/167) Installing libcamera-ipa (0.3.0-r0) [2026-08-05T05:37:35.309Z] #11 34.03 (148/167) Installing libunwind (1.8.1-r0) [2026-08-05T05:37:35.312Z] #11 34.22 (149/167) Installing yaml (0.2.5-r2) [2026-08-05T05:37:35.608Z] #11 34.36 (150/167) Installing libcamera (0.3.0-r0) [2026-08-05T05:37:35.875Z] #11 34.61 (151/167) Installing speexdsp (1.2.1-r2) [2026-08-05T05:37:35.875Z] #11 34.75 (152/167) Installing libuv (1.48.0-r0) [2026-08-05T05:37:36.134Z] #11 34.95 (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2026-08-05T05:37:36.413Z] #11 35.14 (154/167) Installing libsndfile (1.2.2-r1) [2026-08-05T05:37:36.709Z] #11 35.38 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2026-08-05T05:37:36.709Z] #11 35.56 (156/167) Installing pipewire-libs (1.0.6-r1) [2026-08-05T05:37:37.005Z] #11 35.85 (157/167) Installing libasyncns (0.8-r3) [2026-08-05T05:37:37.280Z] #11 35.99 (158/167) Installing libltdl (2.4.7-r3) [2026-08-05T05:37:37.280Z] #11 36.15 (159/167) Installing orc (0.4.40-r0) [2026-08-05T05:37:37.539Z] #11 36.32 (160/167) Installing tdb-libs (1.4.9-r1) [2026-08-05T05:37:37.539Z] #11 36.50 (161/167) Installing libpulse (17.0-r0) [2026-08-05T05:37:37.832Z] #11 36.68 (162/167) Installing libwebpdemux (1.3.2-r0) [2026-08-05T05:37:38.101Z] #11 36.82 (163/167) Installing libgpg-error (1.49-r0) [2026-08-05T05:37:38.101Z] #11 36.97 (164/167) Installing libgcrypt (1.10.3-r0) [2026-08-05T05:37:38.398Z] #11 37.21 (165/167) Installing libxslt (1.1.39-r2) [2026-08-05T05:37:38.667Z] #11 37.37 (166/167) Installing chromium (131.0.6778.108-r0) [2026-08-05T05:37:40.216Z] #11 39.09 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2026-08-05T05:37:40.539Z] #11 39.37 Executing busybox-1.36.1-r31.trigger [2026-08-05T05:37:40.850Z] #11 39.38 Executing fontconfig-2.15.0-r1.trigger [2026-08-05T05:37:40.850Z] #11 39.39 Executing mkfontscale-1.2.2-r6.trigger [2026-08-05T05:37:40.850Z] #11 39.41 Executing glib-2.80.5-r0.trigger [2026-08-05T05:37:40.850Z] #11 39.42 Executing shared-mime-info-2.4-r0.trigger [2026-08-05T05:37:40.850Z] #11 39.77 Executing gdk-pixbuf-2.42.12-r0.trigger [2026-08-05T05:37:41.159Z] #11 39.78 Executing gtk-update-icon-cache-3.24.43-r0.trigger [2026-08-05T05:37:41.159Z] #11 39.80 Executing gtk+3.0-3.24.43-r0.trigger [2026-08-05T05:37:41.159Z] #11 39.82 OK: 672 MiB in 195 packages [2026-08-05T05:37:41.159Z] #11 39.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:41.468Z] #11 40.13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:41.769Z] #11 40.56 (1/30) Installing jansson (2.14-r4) [2026-08-05T05:37:41.769Z] #11 40.72 (2/30) Installing binutils (2.42-r1) [2026-08-05T05:37:42.071Z] #11 40.93 (3/30) Installing libatomic (13.2.1_git20240309-r1) [2026-08-05T05:37:42.373Z] #11 41.07 (4/30) Installing isl26 (0.26-r1) [2026-08-05T05:37:42.373Z] #11 41.25 (5/30) Installing mpfr4 (4.2.1-r0) [2026-08-05T05:37:42.678Z] #11 41.47 (6/30) Installing mpc1 (1.3.1-r1) [2026-08-05T05:37:42.678Z] #11 41.62 (7/30) Installing gcc (13.2.1_git20240309-r1) [2026-08-05T05:37:43.738Z] #11 42.52 (8/30) Installing musl-dev (1.2.5-r3) [2026-08-05T05:37:44.026Z] #11 42.76 (9/30) Installing linux-headers (6.6-r0) [2026-08-05T05:37:44.312Z] #11 43.05 (10/30) Installing libffi-dev (3.4.6-r0) [2026-08-05T05:37:44.312Z] #11 43.20 (11/30) Installing libpq (16.14-r0) [2026-08-05T05:37:44.614Z] #11 43.40 (12/30) Installing openssl-dev (3.3.7-r0) [2026-08-05T05:37:44.614Z] #11 43.57 (13/30) Installing libpq-dev (16.14-r0) [2026-08-05T05:37:44.904Z] #11 43.81 (14/30) Installing libecpg (16.14-r0) [2026-08-05T05:37:45.200Z] #11 43.96 (15/30) Installing libecpg-dev (16.14-r0) [2026-08-05T05:37:45.470Z] #11 44.21 (16/30) Installing clang16-headers (16.0.6-r5) [2026-08-05T05:37:45.470Z] #11 44.42 (17/30) Installing llvm16-libs (16.0.6-r9) [2026-08-05T05:37:46.412Z] #11 45.34 (18/30) Installing clang16-libs (16.0.6-r5) [2026-08-05T05:37:46.994Z] #11 45.85 (19/30) Installing fortify-headers (1.1-r3) [2026-08-05T05:37:47.267Z] #11 45.99 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2026-08-05T05:37:47.530Z] #11 46.24 (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2026-08-05T05:37:47.530Z] #11 46.42 (22/30) Installing clang16 (16.0.6-r5) [2026-08-05T05:37:47.865Z] #11 46.58 (23/30) Installing icu (74.2-r1) [2026-08-05T05:37:47.865Z] #11 46.82 (24/30) Installing icu-dev (74.2-r1) [2026-08-05T05:37:48.130Z] #11 47.04 (25/30) Installing llvm16 (16.0.6-r9) [2026-08-05T05:37:49.100Z] #11 47.96 (26/30) Installing lz4-libs (1.9.4-r5) [2026-08-05T05:37:49.386Z] #11 48.09 (27/30) Installing lz4-dev (1.9.4-r5) [2026-08-05T05:37:49.386Z] #11 48.25 (28/30) Installing zstd (1.5.6-r0) [2026-08-05T05:37:49.682Z] #11 48.41 (29/30) Installing zstd-dev (1.5.6-r0) [2026-08-05T05:37:49.682Z] #11 48.61 (30/30) Installing postgresql16-dev (16.14-r0) [2026-08-05T05:37:49.954Z] #11 48.84 Executing busybox-1.36.1-r31.trigger [2026-08-05T05:37:50.220Z] #11 48.84 OK: 1208 MiB in 225 packages [2026-08-05T05:37:50.220Z] #11 48.90 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:50.220Z] #11 49.15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:50.793Z] #11 49.54 (1/14) Installing g++ (13.2.1_git20240309-r1) [2026-08-05T05:37:51.054Z] #11 50.02 (2/14) Installing gdbm (1.23-r1) [2026-08-05T05:37:51.313Z] #11 50.15 (3/14) Installing mpdecimal (4.0.0-r0) [2026-08-05T05:37:51.574Z] #11 50.34 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2026-08-05T05:37:51.574Z] #11 50.47 (5/14) Installing libncursesw (6.4_p20240420-r2) [2026-08-05T05:37:51.840Z] #11 50.68 (6/14) Installing libpanelw (6.4_p20240420-r2) [2026-08-05T05:37:51.840Z] #11 50.80 (7/14) Installing readline (8.2.10-r0) [2026-08-05T05:37:52.099Z] #11 51.01 (8/14) Installing python3 (3.12.13-r0) [2026-08-05T05:37:52.360Z] #11 51.32 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) [2026-08-05T05:37:52.935Z] #11 51.67 (10/14) Installing pyc (3.12.13-r0) [2026-08-05T05:37:52.935Z] #11 51.79 (11/14) Installing python3-pyc (3.12.13-r0) [2026-08-05T05:37:53.203Z] #11 51.93 (12/14) Installing python3-dev (3.12.13-r0) [2026-08-05T05:37:53.778Z] #11 52.50 (13/14) Installing libsodium-dev (1.0.19-r1) [2026-08-05T05:37:53.778Z] #11 52.67 (14/14) Installing zeromq-dev (4.3.5-r2) [2026-08-05T05:37:54.045Z] #11 52.81 Executing busybox-1.36.1-r31.trigger [2026-08-05T05:37:54.309Z] #11 52.82 OK: 1374 MiB in 239 packages [2026-08-05T05:37:54.309Z] #11 52.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:54.309Z] #11 53.13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:54.573Z] #11 53.52 OK: 1374 MiB in 239 packages [2026-08-05T05:37:54.834Z] #11 53.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:55.095Z] #11 53.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2026-08-05T05:37:55.355Z] #11 54.25 (1/1) Installing tzdata (2026b-r0) [2026-08-05T05:37:55.615Z] #11 54.49 OK: 1376 MiB in 240 packages [2026-08-05T05:37:55.889Z] #11 54.82 (1/1) Purging tzdata (2026b-r0) [2026-08-05T05:37:56.151Z] #11 54.84 OK: 1374 MiB in 239 packages [2026-08-05T05:37:57.534Z] #11 56.48 Looking in links: /tmp/tmp4k6r87g0 [2026-08-05T05:37:57.794Z] #11 56.48 Processing /tmp/tmp4k6r87g0/pip-25.0.1-py3-none-any.whl [2026-08-05T05:37:57.794Z] #11 56.49 Installing collected packages: pip [2026-08-05T05:37:58.747Z] #11 57.54 Successfully installed pip-25.0.1 [2026-08-05T05:37:58.747Z] #11 57.54 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. [2026-08-05T05:37:59.318Z] #11 57.98 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2026-08-05T05:37:59.318Z] #11 58.04 Collecting pip [2026-08-05T05:37:59.318Z] #11 58.09 Downloading pip-26.2.1-py3-none-any.whl.metadata (4.6 kB) [2026-08-05T05:37:59.318Z] #11 58.23 Collecting setuptools [2026-08-05T05:37:59.578Z] #11 58.24 Downloading setuptools-83.0.0-py3-none-any.whl.metadata (6.6 kB) [2026-08-05T05:37:59.578Z] #11 58.27 Collecting wheel [2026-08-05T05:37:59.578Z] #11 58.27 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) [2026-08-05T05:37:59.578Z] #11 58.29 Collecting packaging>=24.0 (from wheel) [2026-08-05T05:37:59.578Z] #11 58.29 Downloading packaging-26.3-py3-none-any.whl.metadata (3.5 kB) [2026-08-05T05:37:59.578Z] #11 58.30 Downloading pip-26.2.1-py3-none-any.whl (1.8 MB) [2026-08-05T05:37:59.578Z] #11 58.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 124.9 MB/s eta 0:00:00 [2026-08-05T05:37:59.578Z] #11 58.33 Downloading setuptools-83.0.0-py3-none-any.whl (1.0 MB) [2026-08-05T05:37:59.578Z] #11 58.33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 158.2 MB/s eta 0:00:00 [2026-08-05T05:37:59.578Z] #11 58.34 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) [2026-08-05T05:37:59.578Z] #11 58.34 Downloading packaging-26.3-py3-none-any.whl (129 kB) [2026-08-05T05:37:59.578Z] #11 58.37 Installing collected packages: setuptools, pip, packaging, wheel [2026-08-05T05:38:00.147Z] #11 59.07 Attempting uninstall: pip [2026-08-05T05:38:00.407Z] #11 59.08 Found existing installation: pip 25.0.1 [2026-08-05T05:38:00.407Z] #11 59.11 Uninstalling pip-25.0.1: [2026-08-05T05:38:00.407Z] #11 59.12 Successfully uninstalled pip-25.0.1 [2026-08-05T05:38:01.347Z] #11 60.26 Successfully installed packaging-26.3 pip-26.2.1 setuptools-83.0.0 wheel-0.47.0 [2026-08-05T05:38:01.608Z] #11 60.26 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. [2026-08-05T05:38:01.872Z] #11 60.80 Processing ./edgex-taf-common [2026-08-05T05:38:02.134Z] #11 60.80 Installing build dependencies: started [2026-08-05T05:38:02.706Z] #11 61.53 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:02.966Z] #11 61.53 Getting requirements to build wheel: started [2026-08-05T05:38:02.966Z] #11 61.92 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:03.233Z] #11 61.92 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:03.233Z] #11 62.12 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:03.494Z] #11 62.13 Building wheels for collected packages: edgex-taf-common [2026-08-05T05:38:03.494Z] #11 62.13 Building wheel for edgex-taf-common (pyproject.toml): started [2026-08-05T05:38:03.495Z] #11 62.37 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' [2026-08-05T05:38:03.756Z] #11 62.37 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15432 sha256=cfcb85fd2cc8107880a63dfa439417f497b5871ee2835feb7d48d7400e14ccc4 [2026-08-05T05:38:03.756Z] #11 62.37 Stored in directory: /tmp/pip-ephem-wheel-cache-7nf2dff1/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2026-08-05T05:38:03.756Z] #11 62.38 Successfully built edgex-taf-common [2026-08-05T05:38:03.756Z] #11 62.40 Installing collected packages: edgex-taf-common [2026-08-05T05:38:03.756Z] #11 62.42 Successfully installed edgex-taf-common-0.0.0 [2026-08-05T05:38:03.756Z] #11 62.42 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. [2026-08-05T05:38:04.016Z] #11 62.92 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) [2026-08-05T05:38:04.277Z] #11 62.96 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) [2026-08-05T05:38:04.277Z] #11 62.97 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) [2026-08-05T05:38:04.277Z] #11 62.98 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) [2026-08-05T05:38:04.277Z] #11 63.00 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2026-08-05T05:38:04.277Z] #11 63.00 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2026-08-05T05:38:04.277Z] #11 63.02 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2026-08-05T05:38:04.277Z] #11 63.03 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2026-08-05T05:38:04.277Z] #11 63.04 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) [2026-08-05T05:38:04.277Z] #11 63.04 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) [2026-08-05T05:38:04.277Z] #11 63.06 Installing build dependencies: started [2026-08-05T05:38:04.850Z] #11 63.61 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:04.850Z] #11 63.61 Getting requirements to build wheel: started [2026-08-05T05:38:05.126Z] #11 63.98 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:05.395Z] #11 63.98 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:05.395Z] #11 64.18 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:05.395Z] #11 64.19 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) [2026-08-05T05:38:05.395Z] #11 64.19 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2026-08-05T05:38:05.395Z] #11 64.20 Installing build dependencies: started [2026-08-05T05:38:05.976Z] #11 64.76 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:05.976Z] #11 64.76 Getting requirements to build wheel: started [2026-08-05T05:38:06.241Z] #11 65.13 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:06.503Z] #11 65.13 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:06.503Z] #11 65.32 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:06.503Z] #11 65.34 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) [2026-08-05T05:38:06.503Z] #11 65.35 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2026-08-05T05:38:06.503Z] #11 65.36 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) [2026-08-05T05:38:06.503Z] #11 65.36 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2026-08-05T05:38:06.503Z] #11 65.39 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) [2026-08-05T05:38:06.503Z] #11 65.39 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2026-08-05T05:38:06.503Z] #11 65.40 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) [2026-08-05T05:38:06.503Z] #11 65.41 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2026-08-05T05:38:06.503Z] #11 65.43 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) [2026-08-05T05:38:06.762Z] #11 65.43 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2026-08-05T05:38:06.762Z] #11 65.70 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) [2026-08-05T05:38:07.023Z] #11 65.71 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2026-08-05T05:38:07.023Z] #11 65.80 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) [2026-08-05T05:38:07.023Z] #11 65.80 Downloading psutil-7.0.0.tar.gz (497 kB) [2026-08-05T05:38:07.288Z] #11 65.89 Installing build dependencies: started [2026-08-05T05:38:07.550Z] #11 66.45 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:07.818Z] #11 66.45 Getting requirements to build wheel: started [2026-08-05T05:38:08.079Z] #11 66.97 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:08.339Z] #11 66.97 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:08.339Z] #11 67.25 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:08.604Z] #11 67.53 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) [2026-08-05T05:38:08.869Z] #11 67.55 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) [2026-08-05T05:38:08.869Z] #11 67.59 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) [2026-08-05T05:38:08.869Z] #11 67.59 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2026-08-05T05:38:08.869Z] #11 67.64 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) [2026-08-05T05:38:09.127Z] #11 67.64 Downloading psycopg2-2.9.10.tar.gz (385 kB) [2026-08-05T05:38:09.127Z] #11 67.71 Installing build dependencies: started [2026-08-05T05:38:09.386Z] #11 68.27 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:09.651Z] #11 68.27 Getting requirements to build wheel: started [2026-08-05T05:38:09.911Z] #11 68.67 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:09.911Z] #11 68.68 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:10.170Z] #11 68.89 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:10.170Z] #11 68.98 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) [2026-08-05T05:38:10.170Z] #11 68.98 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2026-08-05T05:38:10.430Z] #11 69.15 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) [2026-08-05T05:38:10.430Z] #11 69.15 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) [2026-08-05T05:38:10.430Z] #11 69.17 Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) [2026-08-05T05:38:10.430Z] #11 69.17 Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) [2026-08-05T05:38:10.430Z] #11 69.39 Collecting cryptography==50.0.0 (from -r requirements.txt (line 20)) [2026-08-05T05:38:10.693Z] #11 69.39 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (4.3 kB) [2026-08-05T05:38:10.693Z] #11 69.41 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) [2026-08-05T05:38:10.693Z] #11 69.41 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2026-08-05T05:38:10.693Z] #11 69.42 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) [2026-08-05T05:38:10.693Z] #11 69.43 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) [2026-08-05T05:38:10.693Z] #11 69.45 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) [2026-08-05T05:38:10.693Z] #11 69.46 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2026-08-05T05:38:10.693Z] #11 69.49 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:10.693Z] #11 69.49 Downloading selenium-4.46.0-py3-none-any.whl.metadata (7.4 kB) [2026-08-05T05:38:10.693Z] #11 69.51 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:10.693Z] #11 69.51 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) [2026-08-05T05:38:10.693Z] #11 69.53 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:10.693Z] #11 69.53 Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:38:10.693Z] #11 69.56 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:38:10.693Z] #11 69.56 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) [2026-08-05T05:38:10.693Z] #11 69.58 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:38:10.693Z] #11 69.58 Downloading scp-0.16.1-py2.py3-none-any.whl.metadata (4.6 kB) [2026-08-05T05:38:10.693Z] #11 69.59 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:10.952Z] #11 69.60 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) [2026-08-05T05:38:10.952Z] #11 69.63 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:10.952Z] #11 69.64 Downloading flex-6.14.1.tar.gz (40 kB) [2026-08-05T05:38:10.952Z] #11 69.67 Installing build dependencies: started [2026-08-05T05:38:11.523Z] #11 70.24 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:11.523Z] #11 70.24 Getting requirements to build wheel: started [2026-08-05T05:38:11.782Z] #11 70.63 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:12.043Z] #11 70.63 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:12.043Z] #11 70.83 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:12.043Z] #11 70.84 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.043Z] #11 70.85 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) [2026-08-05T05:38:12.043Z] #11 70.87 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.043Z] #11 70.88 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) [2026-08-05T05:38:12.043Z] #11 70.90 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.043Z] #11 70.91 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) [2026-08-05T05:38:12.043Z] #11 70.93 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.043Z] #11 70.93 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) [2026-08-05T05:38:12.043Z] #11 70.97 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.304Z] #11 70.97 Downloading pytz-2026.3.post1-py2.py3-none-any.whl.metadata (22 kB) [2026-08-05T05:38:12.304Z] #11 70.99 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:12.304Z] #11 70.99 Downloading tzlocal-5.4.4-py3-none-any.whl.metadata (7.7 kB) [2026-08-05T05:38:12.304Z] #11 71.11 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:38:12.304Z] #11 71.12 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (41 kB) [2026-08-05T05:38:12.304Z] #11 71.14 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:38:12.304Z] #11 71.14 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) [2026-08-05T05:38:12.304Z] #11 71.16 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:38:12.304Z] #11 71.17 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) [2026-08-05T05:38:12.304Z] #11 71.19 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:38:12.304Z] #11 71.19 Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB) [2026-08-05T05:38:12.304Z] #11 71.23 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:38:12.565Z] #11 71.23 Downloading reactivex-5.1.0-py3-none-any.whl.metadata (6.5 kB) [2026-08-05T05:38:12.565Z] #11 71.24 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:38:12.565Z] #11 71.25 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2026-08-05T05:38:12.565Z] #11 71.25 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)) (83.0.0) [2026-08-05T05:38:12.565Z] #11 71.37 Collecting cffi>=2.0.0 (from cryptography==50.0.0->-r requirements.txt (line 20)) [2026-08-05T05:38:12.565Z] #11 71.38 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.5 kB) [2026-08-05T05:38:12.565Z] #11 71.39 Collecting pycparser (from cffi>=2.0.0->cryptography==50.0.0->-r requirements.txt (line 20)) [2026-08-05T05:38:12.565Z] #11 71.40 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) [2026-08-05T05:38:12.565Z] #11 71.44 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:38:12.565Z] #11 71.45 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) [2026-08-05T05:38:12.565Z] #11 71.47 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:38:12.565Z] #11 71.47 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) [2026-08-05T05:38:12.565Z] #11 71.49 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:38:12.825Z] #11 71.50 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl.metadata (10.0 kB) [2026-08-05T05:38:12.825Z] #11 71.51 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:38:12.825Z] #11 71.52 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2026-08-05T05:38:12.825Z] #11 71.53 Collecting typing-extensions<5,>=4.15.0 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:38:12.825Z] #11 71.54 Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB) [2026-08-05T05:38:12.825Z] #11 71.55 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.56 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) [2026-08-05T05:38:12.825Z] #11 71.57 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.57 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2026-08-05T05:38:12.825Z] #11 71.62 Collecting attrs>=23.2.0 (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.62 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) [2026-08-05T05:38:12.825Z] #11 71.64 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.64 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2026-08-05T05:38:12.825Z] #11 71.65 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.66 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:38:12.825Z] #11 71.67 Collecting sniffio>=1.3.0 (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.67 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2026-08-05T05:38:12.825Z] #11 71.68 Collecting wsproto>=0.14 (from trio-websocket<1.0,>=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.69 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) [2026-08-05T05:38:12.825Z] #11 71.70 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3.0,>=2.6.3->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:12.825Z] #11 71.70 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2026-08-05T05:38:12.825Z] #11 71.72 Collecting h11<1,>=0.16.0 (from wsproto>=0.14->trio-websocket<1.0,>=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:38:13.087Z] #11 71.73 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2026-08-05T05:38:13.087Z] #11 71.77 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:13.087Z] #11 71.77 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) [2026-08-05T05:38:13.087Z] #11 71.80 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:13.087Z] #11 71.80 Downloading validate_email-1.3.tar.gz (4.7 kB) [2026-08-05T05:38:13.087Z] #11 71.81 Installing build dependencies: started [2026-08-05T05:38:13.659Z] #11 72.41 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:13.659Z] #11 72.41 Getting requirements to build wheel: started [2026-08-05T05:38:13.920Z] #11 72.79 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:14.181Z] #11 72.79 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:14.181Z] #11 72.99 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:14.442Z] #11 73.00 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:14.442Z] #11 73.01 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2026-08-05T05:38:14.442Z] #11 73.06 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:14.442Z] #11 73.07 Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2026-08-05T05:38:14.442Z] #11 73.08 Installing build dependencies: started [2026-08-05T05:38:14.704Z] #11 73.64 Installing build dependencies: finished with status 'done' [2026-08-05T05:38:14.964Z] #11 73.64 Getting requirements to build wheel: started [2026-08-05T05:38:15.224Z] #11 74.03 Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:38:15.224Z] #11 74.03 Preparing metadata (pyproject.toml): started [2026-08-05T05:38:15.484Z] #11 74.24 Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:38:15.484Z] #11 74.25 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.484Z] #11 74.26 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) [2026-08-05T05:38:15.484Z] #11 74.27 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.484Z] #11 74.28 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) [2026-08-05T05:38:15.484Z] #11 74.30 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.484Z] #11 74.30 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) [2026-08-05T05:38:15.744Z] #11 74.60 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.744Z] #11 74.61 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2026-08-05T05:38:15.744Z] #11 74.62 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.744Z] #11 74.63 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2026-08-05T05:38:15.744Z] #11 74.64 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.744Z] #11 74.65 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) [2026-08-05T05:38:15.744Z] #11 74.67 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.744Z] #11 74.67 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) [2026-08-05T05:38:15.744Z] #11 74.68 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:15.744Z] #11 74.69 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) [2026-08-05T05:38:15.744Z] #11 74.71 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.003Z] #11 74.71 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) [2026-08-05T05:38:16.003Z] #11 74.74 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.003Z] #11 74.74 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) [2026-08-05T05:38:16.003Z] #11 74.75 Collecting pathable<0.6.0,>=0.5.0 (from jsonschema-path<0.5.0,>=0.4.5->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.003Z] #11 74.76 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) [2026-08-05T05:38:16.003Z] #11 74.88 Collecting pydantic<3.0.0,>=2.0.0 (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.262Z] #11 74.88 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) [2026-08-05T05:38:16.262Z] #11 74.91 Collecting pydantic-settings<3.0.0,>=2.0.0 (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.262Z] #11 74.91 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) [2026-08-05T05:38:16.262Z] #11 74.92 Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.262Z] #11 74.92 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2026-08-05T05:38:16.262Z] #11 74.97 Collecting lazy-object-proxy<2.0,>=1.7.1 (from openapi-spec-validator<0.9.0,>=0.8.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.262Z] #11 74.97 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (5.1 kB) [2026-08-05T05:38:16.262Z] #11 74.98 Collecting annotated-types>=0.6.0 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:16.262Z] #11 74.98 Downloading annotated_types-0.8.0-py3-none-any.whl.metadata (15 kB) [2026-08-05T05:38:16.835Z] #11 75.79 Collecting pydantic-core==2.46.4 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:17.094Z] #11 75.79 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.6 kB) [2026-08-05T05:38:17.094Z] #11 75.80 Collecting typing-inspection>=0.4.2 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:17.094Z] #11 75.81 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:38:17.094Z] #11 75.87 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:38:17.094Z] #11 75.88 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) [2026-08-05T05:38:17.094Z] #11 75.90 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) [2026-08-05T05:38:17.094Z] #11 75.90 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 180.2 MB/s 0:00:00 [2026-08-05T05:38:17.094Z] #11 75.91 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) [2026-08-05T05:38:17.094Z] #11 75.91 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2026-08-05T05:38:17.094Z] #11 75.92 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2026-08-05T05:38:17.094Z] #11 75.92 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2026-08-05T05:38:17.094Z] #11 75.93 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2026-08-05T05:38:17.095Z] #11 75.93 Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2026-08-05T05:38:17.095Z] #11 75.94 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2026-08-05T05:38:17.095Z] #11 75.94 Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2026-08-05T05:38:17.095Z] #11 75.95 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2026-08-05T05:38:17.356Z] #11 76.06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 173.0 MB/s 0:00:00 [2026-08-05T05:38:17.356Z] #11 76.06 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) [2026-08-05T05:38:17.356Z] #11 76.07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 209.4 MB/s 0:00:00 [2026-08-05T05:38:17.356Z] #11 76.08 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2026-08-05T05:38:17.356Z] #11 76.08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 213.9 MB/s 0:00:00 [2026-08-05T05:38:17.356Z] #11 76.09 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2026-08-05T05:38:17.356Z] #11 76.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 190.0 MB/s 0:00:00 [2026-08-05T05:38:17.356Z] #11 76.11 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) [2026-08-05T05:38:17.356Z] #11 76.11 Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) [2026-08-05T05:38:17.356Z] #11 76.12 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl (5.0 MB) [2026-08-05T05:38:17.356Z] #11 76.14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 218.3 MB/s 0:00:00 [2026-08-05T05:38:17.356Z] #11 76.15 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2026-08-05T05:38:17.356Z] #11 76.15 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) [2026-08-05T05:38:17.356Z] #11 76.16 Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2026-08-05T05:38:17.356Z] #11 76.17 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_x86_64.whl (226 kB) [2026-08-05T05:38:17.615Z] #11 76.17 Downloading idna-3.18-py3-none-any.whl (65 kB) [2026-08-05T05:38:17.615Z] #11 76.18 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) [2026-08-05T05:38:17.615Z] #11 76.18 Downloading certifi-2026.7.22-py3-none-any.whl (136 kB) [2026-08-05T05:38:17.615Z] #11 76.19 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (223 kB) [2026-08-05T05:38:17.615Z] #11 76.19 Downloading click-8.4.2-py3-none-any.whl (119 kB) [2026-08-05T05:38:17.615Z] #11 76.20 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) [2026-08-05T05:38:17.615Z] #11 76.20 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (359 kB) [2026-08-05T05:38:17.615Z] #11 76.21 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) [2026-08-05T05:38:17.615Z] #11 76.22 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl (1.4 MB) [2026-08-05T05:38:17.615Z] #11 76.22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 202.5 MB/s 0:00:00 [2026-08-05T05:38:17.615Z] #11 76.23 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2026-08-05T05:38:17.615Z] #11 76.23 Downloading reactivex-5.1.0-py3-none-any.whl (257 kB) [2026-08-05T05:38:17.615Z] #11 76.24 Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB) [2026-08-05T05:38:17.615Z] #11 76.24 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) [2026-08-05T05:38:17.615Z] #11 76.25 Downloading scp-0.16.1-py2.py3-none-any.whl (8.9 kB) [2026-08-05T05:38:17.615Z] #11 76.25 Downloading selenium-4.46.0-py3-none-any.whl (9.4 MB) [2026-08-05T05:38:17.615Z] #11 76.41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 59.4 MB/s 0:00:00 [2026-08-05T05:38:17.615Z] #11 76.41 Downloading trio-0.33.0-py3-none-any.whl (510 kB) [2026-08-05T05:38:17.615Z] #11 76.42 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2026-08-05T05:38:17.615Z] #11 76.42 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2026-08-05T05:38:17.615Z] #11 76.43 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) [2026-08-05T05:38:17.615Z] #11 76.43 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2026-08-05T05:38:17.615Z] #11 76.44 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2026-08-05T05:38:17.615Z] #11 76.44 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2026-08-05T05:38:17.616Z] #11 76.44 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) [2026-08-05T05:38:17.616Z] #11 76.45 Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2026-08-05T05:38:17.616Z] #11 76.45 Downloading docutils-0.23-py3-none-any.whl (634 kB) [2026-08-05T05:38:17.616Z] #11 76.46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 176.1 MB/s 0:00:00 [2026-08-05T05:38:17.616Z] #11 76.46 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) [2026-08-05T05:38:17.616Z] #11 76.46 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) [2026-08-05T05:38:17.616Z] #11 76.47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 255.1 MB/s 0:00:00 [2026-08-05T05:38:17.616Z] #11 76.47 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2026-08-05T05:38:17.616Z] #11 76.48 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) [2026-08-05T05:38:17.616Z] #11 76.48 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) [2026-08-05T05:38:17.616Z] #11 76.49 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) [2026-08-05T05:38:17.616Z] #11 76.49 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) [2026-08-05T05:38:17.616Z] #11 76.49 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_x86_64.whl (573 kB) [2026-08-05T05:38:17.616Z] #11 76.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 573.0/573.0 kB 208.0 MB/s 0:00:00 [2026-08-05T05:38:17.616Z] #11 76.51 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) [2026-08-05T05:38:17.616Z] #11 76.51 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) [2026-08-05T05:38:17.875Z] #11 76.52 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) [2026-08-05T05:38:17.875Z] #11 76.52 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) [2026-08-05T05:38:17.875Z] #11 76.53 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (70 kB) [2026-08-05T05:38:17.875Z] #11 76.53 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) [2026-08-05T05:38:17.875Z] #11 76.53 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) [2026-08-05T05:38:17.875Z] #11 76.54 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl (2.4 MB) [2026-08-05T05:38:17.875Z] #11 76.56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 112.1 MB/s 0:00:00 [2026-08-05T05:38:17.875Z] #11 76.57 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) [2026-08-05T05:38:17.875Z] #11 76.57 Downloading annotated_types-0.8.0-py3-none-any.whl (13 kB) [2026-08-05T05:38:17.875Z] #11 76.58 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) [2026-08-05T05:38:17.875Z] #11 76.58 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) [2026-08-05T05:38:17.875Z] #11 76.59 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2026-08-05T05:38:17.875Z] #11 76.59 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2026-08-05T05:38:17.875Z] #11 76.59 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) [2026-08-05T05:38:17.875Z] #11 76.60 Downloading pycparser-3.0-py3-none-any.whl (48 kB) [2026-08-05T05:38:17.875Z] #11 76.60 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) [2026-08-05T05:38:17.875Z] #11 76.61 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 209.1 MB/s 0:00:00 [2026-08-05T05:38:17.875Z] #11 76.61 Downloading pytz-2026.3.post1-py2.py3-none-any.whl (508 kB) [2026-08-05T05:38:17.875Z] #11 76.62 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2026-08-05T05:38:17.875Z] #11 76.62 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2026-08-05T05:38:17.875Z] #11 76.63 Downloading tzlocal-5.4.4-py3-none-any.whl (18 kB) [2026-08-05T05:38:18.141Z] #11 76.92 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2026-08-05T05:38:18.141Z] #11 76.92 Building wheel for robotframework-sshlibrary (pyproject.toml): started [2026-08-05T05:38:18.405Z] #11 77.16 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' [2026-08-05T05:38:18.405Z] #11 77.17 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55203 sha256=6e7ff0ae5aa92289a4ea23195e6e1707cf0f249366bcff5b332a43fe53042239 [2026-08-05T05:38:18.405Z] #11 77.17 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 [2026-08-05T05:38:18.405Z] #11 77.17 Building wheel for robotbackgroundlogger (pyproject.toml): started [2026-08-05T05:38:18.666Z] #11 77.40 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' [2026-08-05T05:38:18.666Z] #11 77.41 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=570111716d85e890679664407e9547a4e463b1a175f6ceac48a5159a6b6b10bb [2026-08-05T05:38:18.666Z] #11 77.41 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2026-08-05T05:38:18.666Z] #11 77.41 Building wheel for psutil (pyproject.toml): started [2026-08-05T05:38:20.646Z] #11 79.21 Building wheel for psutil (pyproject.toml): finished with status 'done' [2026-08-05T05:38:20.646Z] #11 79.21 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277539 sha256=c2b93f8a29ed611a45ecf52a295a706264f440eb9ccd77bee9e21ed76ae8350b [2026-08-05T05:38:20.646Z] #11 79.21 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2026-08-05T05:38:20.646Z] #11 79.22 Building wheel for psycopg2 (pyproject.toml): started [2026-08-05T05:38:28.847Z] #11 87.49 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' [2026-08-05T05:38:28.848Z] #11 87.49 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521913 sha256=b176d80d997b24333efdc7f14fa9235320db2a1e9240a5506104b89d908708af [2026-08-05T05:38:28.848Z] #11 87.49 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2026-08-05T05:38:28.848Z] #11 87.49 Building wheel for flex (pyproject.toml): started [2026-08-05T05:38:28.848Z] #11 87.80 Building wheel for flex (pyproject.toml): finished with status 'done' [2026-08-05T05:38:29.109Z] #11 87.80 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=69677563077b76b770694966db5c59c68553feca54a89b6f16a2a365ff7496e3 [2026-08-05T05:38:29.109Z] #11 87.80 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2026-08-05T05:38:29.109Z] #11 87.81 Building wheel for strict-rfc3339 (pyproject.toml): started [2026-08-05T05:38:29.109Z] #11 88.04 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' [2026-08-05T05:38:29.408Z] #11 88.04 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18221 sha256=9cb4143538abb5116cd194d704e6b69ee1bb0718f3651a1e4718942780de0dcc [2026-08-05T05:38:29.408Z] #11 88.04 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2026-08-05T05:38:29.408Z] #11 88.04 Building wheel for validate-email (pyproject.toml): started [2026-08-05T05:38:29.408Z] #11 88.27 Building wheel for validate-email (pyproject.toml): finished with status 'done' [2026-08-05T05:38:29.676Z] #11 88.28 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5559 sha256=3d39c594d69349952ee9deba0a2a09b40ea5c1515ae8213b98f0638848c8ceff [2026-08-05T05:38:29.676Z] #11 88.28 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2026-08-05T05:38:29.676Z] #11 88.28 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2026-08-05T05:38:29.676Z] #11 88.47 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, jsonpath-ng, 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, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, annotated-types, wsproto, werkzeug, typing-inspection, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, pydantic-core, outcome, cffi, trio, robotframework-requests, pynacl, pydantic, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, pydantic-settings, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2026-08-05T05:38:42.094Z] #11 99.12 [2026-08-05T05:38:42.094Z] #11 99.13 Successfully installed PyYAML-6.0.3 RESTinstance-1.5.2 annotated-types-0.8.0 attrs-26.1.0 bcrypt-5.0.0 certifi-2026.7.22 cffi-2.1.1 charset_normalizer-3.4.9 click-8.4.2 configparser-7.2.0 cryptography-50.0.0 docker-7.1.0 docutils-0.23 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.18 influxdb-client-1.49.0 invoke-3.0.3 isodate-0.7.2 jsonpath-ng-1.8.0 jsonpointer-3.1.1 jsonschema-4.26.0 jsonschema-path-0.4.6 jsonschema-specifications-2025.9.1 lazy-object-proxy-1.12.0 markupsafe-3.0.3 more-itertools-11.1.0 numpy-2.2.5 openapi-core-0.23.1 openapi-schema-validator-0.8.1 openapi-spec-validator-0.8.5 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-5.0.0 pathable-0.5.0 protobuf-6.33.5 psutil-7.0.0 psycopg2-2.9.10 pycparser-3.0 pycryptodome-3.23.0 pydantic-2.13.4 pydantic-core-2.46.4 pydantic-settings-2.14.2 pygments-2.20.0 pyjwt-2.13.0 pynacl-1.6.2 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2026.3.post1 pyzmq-27.0.0 reactivex-5.1.0 referencing-0.37.0 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.6.0 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-2026.6.3 scp-0.16.1 selenium-4.46.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.33.0 trio-websocket-0.12.2 typing-extensions-4.16.0 typing-inspection-0.4.2 tzlocal-5.4.4 urllib3-2.7.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.8 wsproto-1.3.2 [2026-08-05T05:38:42.094Z] #11 99.13 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. [2026-08-05T05:38:42.094Z] #11 DONE 100.1s [2026-08-05T05:38:42.094Z] [2026-08-05T05:38:42.094Z] #12 exporting to image [2026-08-05T05:38:42.094Z] #12 exporting layers [2026-08-05T05:38:47.379Z] #12 exporting layers 6.0s done [2026-08-05T05:38:47.379Z] #12 writing image sha256:af570ef6688c97750f381980ec97c5f5f8d3cc149ad914945a336b0fbad9b294 done [2026-08-05T05:38:47.379Z] #12 naming to docker.io/library/edgex-taf-common done [2026-08-05T05:38:47.379Z] #12 DONE 6.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2026-08-05T05:38:47.692Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2026-08-05T05:38:47.692Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:38:47.692Z] latest [2026-08-05T05:38:47.692Z] 1.0.0-dev.14 [2026-08-05T05:38:47.692Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:38:47.692Z] main [2026-08-05T05:38:47.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:38:48.238Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:38:48.626Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:38:48.626Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2026-08-05T05:38:48.626Z] abad194e1727: Preparing [2026-08-05T05:38:48.626Z] d54f33be42ad: Preparing [2026-08-05T05:38:48.626Z] 5f70bf18a086: Preparing [2026-08-05T05:38:48.626Z] 9cb5d040783c: Preparing [2026-08-05T05:38:48.626Z] 2f231f008661: Preparing [2026-08-05T05:38:48.626Z] 77eb4ea0a742: Preparing [2026-08-05T05:38:48.626Z] 08bc4e534116: Preparing [2026-08-05T05:38:48.626Z] 77eb4ea0a742: Waiting [2026-08-05T05:38:48.626Z] 08bc4e534116: Waiting [2026-08-05T05:38:48.626Z] d54f33be42ad: Pushed [2026-08-05T05:38:48.626Z] 5f70bf18a086: Pushed [2026-08-05T05:38:48.626Z] 9cb5d040783c: Pushed [2026-08-05T05:38:48.626Z] 2f231f008661: Pushed [2026-08-05T05:38:48.626Z] 08bc4e534116: Layer already exists [2026-08-05T05:38:48.902Z] 77eb4ea0a742: Pushed [2026-08-05T05:38:51.893Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16244 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2026-08-05T05:38:51.959Z] Selected Git installation does not exist. Using Default [2026-08-05T05:38:51.959Z] The recommended git tool is: NONE [2026-08-05T05:38:56.637Z] using credential edgex-jenkins-ssh [2026-08-05T05:38:56.661Z] Cloning the remote Git repository [2026-08-05T05:38:56.549Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2026-08-05T05:38:56.637Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2026-08-05T05:38:56.792Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2026-08-05T05:38:56.793Z] > git --version # timeout=10 [2026-08-05T05:38:56.811Z] > git --version # 'git version 2.25.1' [2026-08-05T05:38:56.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-08-05T05:38:56.947Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-08-05T05:38:57.700Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2026-08-05T05:38:57.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-08-05T05:38:58.958Z] Avoid second fetch [2026-08-05T05:38:58.959Z] Checking out Revision f841b5a5e64b84806f3af205f58f3dc2f9049a63 (main) [2026-08-05T05:38:58.864Z] > git config core.sparsecheckout # timeout=10 [2026-08-05T05:38:58.932Z] > git checkout -f f841b5a5e64b84806f3af205f58f3dc2f9049a63 # timeout=10 [2026-08-05T05:38:59.611Z] Commit message: "Merge pull request #159 from edgexfoundry/dependabot/pip/cryptography-50.0.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-08-05T05:39:04.072Z] provisioning config files... [2026-08-05T05:39:04.123Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12415645392488418167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:39:04.830Z] ---> ****-login.sh [2026-08-05T05:39:04.830Z] nexus3.edgexfoundry.org:10001 [2026-08-05T05:39:05.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:39:05.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-08-05T05:39:05.372Z] Configure a credential helper to remove this warning. See [2026-08-05T05:39:05.372Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-08-05T05:39:05.372Z] [2026-08-05T05:39:05.372Z] Login Succeeded [2026-08-05T05:39:05.372Z] nexus3.edgexfoundry.org:10002 [2026-08-05T05:39:05.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:39:05.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-08-05T05:39:05.739Z] Configure a credential helper to remove this warning. See [2026-08-05T05:39:05.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-08-05T05:39:05.739Z] [2026-08-05T05:39:05.739Z] Login Succeeded [2026-08-05T05:39:05.739Z] nexus3.edgexfoundry.org:10003 [2026-08-05T05:39:06.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:39:06.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-08-05T05:39:06.009Z] Configure a credential helper to remove this warning. See [2026-08-05T05:39:06.009Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-08-05T05:39:06.009Z] [2026-08-05T05:39:06.009Z] Login Succeeded [2026-08-05T05:39:06.009Z] nexus3.edgexfoundry.org:10004 [2026-08-05T05:39:06.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:39:06.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-08-05T05:39:06.280Z] Configure a credential helper to remove this warning. See [2026-08-05T05:39:06.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-08-05T05:39:06.280Z] [2026-08-05T05:39:06.280Z] Login Succeeded [2026-08-05T05:39:06.280Z] ****.io [2026-08-05T05:39:06.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-08-05T05:39:06.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-08-05T05:39:06.820Z] Configure a credential helper to remove this warning. See [2026-08-05T05:39:06.820Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-08-05T05:39:06.820Z] [2026-08-05T05:39:06.820Z] Login Succeeded [2026-08-05T05:39:06.820Z] ---> ****-login.sh ends [Pipeline] } [2026-08-05T05:39:06.854Z] 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 [2026-08-05T05:39:07.839Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-08-05T05:39:08.244Z] + ls -al . [2026-08-05T05:39:08.244Z] total 68 [2026-08-05T05:39:08.244Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:39 . [2026-08-05T05:39:08.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 5 05:38 .. [2026-08-05T05:39:08.244Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 5 05:39 .git [2026-08-05T05:39:08.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 5 05:38 .github [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 5 05:38 .gitignore [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 1653 Aug 5 05:38 Dockerfile [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 5 05:38 Jenkinsfile [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 5 05:38 LICENSE [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 4232 Aug 5 05:38 README.md [2026-08-05T05:39:08.244Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:38 TUC [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 5 05:36 VERSION [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 473 Aug 5 05:38 requirements.txt [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 5 05:38 robot-entrypoint.sh [2026-08-05T05:39:08.244Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 5 05:38 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:39:08.681Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=f841b5a5e64b84806f3af205f58f3dc2f9049a63 --label arch=arm64 --label version=1.0.0-dev.14 . [2026-08-05T05:39:08.957Z] Sending build context to Docker daemon 449kB [2026-08-05T05:39:08.957Z] Step 1/13 : FROM alpine:3.20 [2026-08-05T05:39:09.548Z] 3.20: Pulling from library/alpine [2026-08-05T05:39:09.548Z] 3f26bc2dec0b: Pulling fs layer [2026-08-05T05:39:09.837Z] 3f26bc2dec0b: Verifying Checksum [2026-08-05T05:39:09.837Z] 3f26bc2dec0b: Download complete [2026-08-05T05:39:10.500Z] 3f26bc2dec0b: Pull complete [2026-08-05T05:39:10.500Z] Digest: sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc [2026-08-05T05:39:10.500Z] Status: Downloaded newer image for alpine:3.20 [2026-08-05T05:39:10.500Z] ---> ab3fe4defd29 [2026-08-05T05:39:10.500Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2026-08-05T05:39:10.808Z] ---> Running in 61ffd92afe30 [2026-08-05T05:39:11.108Z] Removing intermediate container 61ffd92afe30 [2026-08-05T05:39:11.108Z] ---> 23999d2c5827 [2026-08-05T05:39:11.108Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2026-08-05T05:39:11.108Z] ---> Running in 34a9c39657f2 [2026-08-05T05:39:11.391Z] Removing intermediate container 34a9c39657f2 [2026-08-05T05:39:11.391Z] ---> 505610a9889b [2026-08-05T05:39:11.391Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2026-08-05T05:39:12.093Z] ---> e5cf3681f732 [2026-08-05T05:39:12.093Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2026-08-05T05:39:12.770Z] ---> dd5321edc8a0 [2026-08-05T05:39:12.770Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2026-08-05T05:39:13.073Z] ---> 3b326f7b0d86 [2026-08-05T05:39:13.073Z] Step 7/13 : WORKDIR /edgex-taf [2026-08-05T05:39:13.073Z] ---> Running in 13997206f354 [2026-08-05T05:39:13.374Z] Removing intermediate container 13997206f354 [2026-08-05T05:39:13.374Z] ---> 7e0c5efe1499 [2026-08-05T05:39:13.374Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-08-05T05:39:13.374Z] ---> Running in ce2f0f902871 [2026-08-05T05:39:15.539Z] Removing intermediate container ce2f0f902871 [2026-08-05T05:39:15.539Z] ---> 92b544be28b3 [2026-08-05T05:39:15.539Z] 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 [2026-08-05T05:39:15.539Z] ---> Running in 3bbeb4c4ffbd [2026-08-05T05:39:16.199Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:16.545Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:18.118Z] OK: 9 MiB in 14 packages [2026-08-05T05:39:18.442Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:18.752Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:20.360Z] (1/14) Installing ca-certificates (20260413-r0) [2026-08-05T05:39:20.360Z] (2/14) Installing brotli-libs (1.1.0-r2) [2026-08-05T05:39:20.748Z] (3/14) Installing c-ares (1.33.1-r0) [2026-08-05T05:39:20.748Z] (4/14) Installing libunistring (1.2-r0) [2026-08-05T05:39:21.076Z] (5/14) Installing libidn2 (2.3.7-r0) [2026-08-05T05:39:21.378Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2026-08-05T05:39:21.656Z] (7/14) Installing libpsl (0.21.5-r1) [2026-08-05T05:39:21.656Z] (8/14) Installing zstd-libs (1.5.6-r0) [2026-08-05T05:39:21.948Z] (9/14) Installing libcurl (8.14.1-r2) [2026-08-05T05:39:22.217Z] (10/14) Installing curl (8.14.1-r2) [2026-08-05T05:39:22.485Z] (11/14) Installing docker-cli (26.1.5-r0) [2026-08-05T05:39:23.458Z] (12/14) Installing oniguruma (6.9.9-r0) [2026-08-05T05:39:23.458Z] (13/14) Installing jq (1.7.1-r0) [2026-08-05T05:39:23.735Z] (14/14) Installing openssl (3.3.7-r0) [2026-08-05T05:39:24.024Z] Executing busybox-1.36.1-r31.trigger [2026-08-05T05:39:24.024Z] Executing ca-certificates-20260413-r0.trigger [2026-08-05T05:39:24.294Z] OK: 43 MiB in 28 packages [2026-08-05T05:39:24.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:24.873Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:39:26.315Z] (1/166) Installing libexpat (2.8.1-r0) [2026-08-05T05:39:26.315Z] (2/166) Installing libbz2 (1.0.8-r6) [2026-08-05T05:39:26.588Z] (3/166) Installing libpng (1.6.57-r0) [2026-08-05T05:39:26.852Z] (4/166) Installing freetype (2.13.2-r0) [2026-08-05T05:39:27.119Z] (5/166) Installing fontconfig (2.15.0-r1) [2026-08-05T05:39:27.383Z] (6/166) Installing libfontenc (1.1.8-r0) [2026-08-05T05:39:27.669Z] (7/166) Installing mkfontscale (1.2.2-r6) [2026-08-05T05:39:27.669Z] (8/166) Installing font-opensans (0_git20210927-r1) [2026-08-05T05:39:27.967Z] (9/166) Installing pkgconf (2.2.0-r0) [2026-08-05T05:39:28.253Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2026-08-05T05:39:28.524Z] (11/166) Installing libffi (3.4.6-r0) [2026-08-05T05:39:28.789Z] (12/166) Installing libintl (0.22.5-r0) [2026-08-05T05:39:28.789Z] (13/166) Installing libeconf (0.6.3-r0) [2026-08-05T05:39:29.056Z] (14/166) Installing libblkid (2.40.1-r1) [2026-08-05T05:39:29.323Z] (15/166) Installing libmount (2.40.1-r1) [2026-08-05T05:39:29.612Z] (16/166) Installing pcre2 (10.43-r0) [2026-08-05T05:39:29.895Z] (17/166) Installing glib (2.80.5-r0) [2026-08-05T05:39:30.162Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2026-08-05T05:39:30.429Z] (19/166) Installing xz-libs (5.8.3-r0) [2026-08-05T05:39:30.697Z] (20/166) Installing libxml2 (2.12.10-r0) [2026-08-05T05:39:30.964Z] (21/166) Installing shared-mime-info (2.4-r0) [2026-08-05T05:39:31.229Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2026-08-05T05:39:31.513Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2026-08-05T05:39:31.818Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2026-08-05T05:39:32.791Z] (25/166) Installing libwebp (1.3.2-r0) [2026-08-05T05:39:33.060Z] (26/166) Installing tiff (4.6.0t-r0) [2026-08-05T05:39:33.329Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2026-08-05T05:39:35.339Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2026-08-05T05:39:35.339Z] (29/166) Installing libxau (1.0.11-r4) [2026-08-05T05:39:35.635Z] (30/166) Installing libmd (1.1.0-r0) [2026-08-05T05:39:35.904Z] (31/166) Installing libbsd (0.12.2-r0) [2026-08-05T05:39:35.904Z] (32/166) Installing libxdmcp (1.1.5-r1) [2026-08-05T05:39:36.180Z] (33/166) Installing libxcb (1.16.1-r0) [2026-08-05T05:39:36.445Z] (34/166) Installing libx11 (1.8.9-r1) [2026-08-05T05:39:36.711Z] (35/166) Installing libxcomposite (0.4.6-r5) [2026-08-05T05:39:36.986Z] (36/166) Installing libxfixes (6.0.1-r4) [2026-08-05T05:39:37.252Z] (37/166) Installing libxrender (0.9.11-r5) [2026-08-05T05:39:37.252Z] (38/166) Installing libxcursor (1.2.2-r1) [2026-08-05T05:39:37.519Z] (39/166) Installing libxdamage (1.1.6-r5) [2026-08-05T05:39:37.803Z] (40/166) Installing libxext (1.3.6-r2) [2026-08-05T05:39:37.803Z] (41/166) Installing libxi (1.8.1-r4) [2026-08-05T05:39:38.071Z] (42/166) Installing libxinerama (1.1.5-r4) [2026-08-05T05:39:38.341Z] (43/166) Installing libxrandr (1.5.4-r1) [2026-08-05T05:39:38.608Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2026-08-05T05:39:38.608Z] (45/166) Installing libxtst (1.2.4-r6) [2026-08-05T05:39:38.876Z] (46/166) Installing dbus-libs (1.14.10-r1) [2026-08-05T05:39:39.146Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2026-08-05T05:39:39.414Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2026-08-05T05:39:39.680Z] (49/166) Installing pixman (0.43.2-r0) [2026-08-05T05:39:39.969Z] (50/166) Installing cairo (1.18.4-r0) [2026-08-05T05:39:40.235Z] (51/166) Installing cairo-gobject (1.18.4-r0) [2026-08-05T05:39:40.235Z] (52/166) Installing avahi-libs (0.8-r17) [2026-08-05T05:39:40.503Z] (53/166) Installing gmp (6.3.0-r1) [2026-08-05T05:39:40.773Z] (54/166) Installing nettle (3.10.2-r0) [2026-08-05T05:39:40.773Z] (55/166) Installing libtasn1 (4.21.0-r0) [2026-08-05T05:39:41.047Z] (56/166) Installing p11-kit (0.25.3-r0) [2026-08-05T05:39:41.313Z] (57/166) Installing gnutls (3.8.13-r0) [2026-08-05T05:39:41.579Z] (58/166) Installing cups-libs (2.4.18-r0) [2026-08-05T05:39:41.856Z] (59/166) Installing libepoxy (1.5.10-r1) [2026-08-05T05:39:42.124Z] (60/166) Installing fribidi (1.0.15-r0) [2026-08-05T05:39:42.124Z] (61/166) Installing graphite2 (1.3.14-r6) [2026-08-05T05:39:42.392Z] (62/166) Installing harfbuzz (8.5.0-r0) [2026-08-05T05:39:42.658Z] (63/166) Installing libxft (2.3.8-r3) [2026-08-05T05:39:42.925Z] (64/166) Installing pango (1.52.2-r0) [2026-08-05T05:39:43.188Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2026-08-05T05:39:43.453Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2026-08-05T05:39:43.453Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2026-08-05T05:39:43.718Z] (68/166) Installing xkeyboard-config (2.41-r0) [2026-08-05T05:39:43.985Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2026-08-05T05:39:44.249Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2026-08-05T05:39:44.833Z] (71/166) Installing icu-data-full (74.2-r1) [2026-08-05T05:39:45.418Z] (72/166) Installing mesa (24.0.9-r1) [2026-08-05T05:39:45.689Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2026-08-05T05:39:49.057Z] (74/166) Installing hwdata-pci (0.382-r0) [2026-08-05T05:39:49.057Z] (75/166) Installing libpciaccess (0.18.1-r0) [2026-08-05T05:39:49.324Z] (76/166) Installing libdrm (2.4.120-r0) [2026-08-05T05:39:49.324Z] (77/166) Installing libelf (0.191-r0) [2026-08-05T05:39:49.594Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2026-08-05T05:39:49.864Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2026-08-05T05:39:50.452Z] (80/166) Installing eudev-libs (3.2.14-r2) [2026-08-05T05:39:50.725Z] (81/166) Installing libmagic (5.45-r1) [2026-08-05T05:39:51.005Z] (82/166) Installing file (5.45-r1) [2026-08-05T05:39:51.274Z] (83/166) Installing xprop (1.2.7-r0) [2026-08-05T05:39:51.566Z] (84/166) Installing libice (1.1.1-r6) [2026-08-05T05:39:51.837Z] (85/166) Installing libuuid (2.40.1-r1) [2026-08-05T05:39:51.837Z] (86/166) Installing libsm (1.2.4-r4) [2026-08-05T05:39:52.114Z] (87/166) Installing libxt (1.3.0-r5) [2026-08-05T05:39:52.381Z] (88/166) Installing libxmu (1.1.4-r2) [2026-08-05T05:39:52.646Z] (89/166) Installing xset (1.2.5-r1) [2026-08-05T05:39:52.913Z] (90/166) Installing xdg-utils (1.2.1-r0) [2026-08-05T05:39:52.913Z] (91/166) Installing libogg (1.3.5-r5) [2026-08-05T05:39:53.183Z] (92/166) Installing libflac (1.4.3-r1) [2026-08-05T05:39:53.466Z] (93/166) Installing alsa-lib (1.2.11-r0) [2026-08-05T05:39:53.739Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2026-08-05T05:39:54.006Z] (95/166) Installing aom-libs (3.9.1-r0) [2026-08-05T05:39:54.276Z] (96/166) Installing libva (2.21.0-r0) [2026-08-05T05:39:54.542Z] (97/166) Installing libvdpau (1.5-r3) [2026-08-05T05:39:54.807Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2026-08-05T05:39:55.073Z] (99/166) Installing libdav1d (1.4.2-r0) [2026-08-05T05:39:55.339Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2026-08-05T05:39:55.609Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2026-08-05T05:39:55.609Z] (102/166) Installing imath (3.1.12-r0) [2026-08-05T05:39:55.875Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2026-08-05T05:39:56.143Z] (104/166) Installing giflib (5.2.2-r0) [2026-08-05T05:39:56.410Z] (105/166) Installing libhwy (1.0.7-r0) [2026-08-05T05:39:56.410Z] (106/166) Installing lcms2 (2.19-r0) [2026-08-05T05:39:56.673Z] (107/166) Installing libjxl (0.10.2-r0) [2026-08-05T05:39:56.946Z] (108/166) Installing lame-libs (3.100-r5) [2026-08-05T05:39:57.232Z] (109/166) Installing opus (1.5.2-r0) [2026-08-05T05:39:57.511Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2026-08-05T05:39:57.779Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2026-08-05T05:39:58.046Z] (112/166) Installing soxr (0.1.3-r7) [2026-08-05T05:39:58.317Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2026-08-05T05:39:58.317Z] (114/166) Installing libtheora (1.1.1-r18) [2026-08-05T05:39:58.586Z] (115/166) Installing libvorbis (1.3.7-r2) [2026-08-05T05:39:58.854Z] (116/166) Installing libvpx (1.14.1-r0) [2026-08-05T05:39:59.120Z] (117/166) Installing libwebpmux (1.3.2-r0) [2026-08-05T05:39:59.120Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2026-08-05T05:39:59.397Z] (119/166) Installing numactl (2.0.18-r0) [2026-08-05T05:39:59.665Z] (120/166) Installing x265-libs (3.6-r0) [2026-08-05T05:39:59.943Z] (121/166) Installing xvidcore (1.3.7-r2) [2026-08-05T05:40:00.208Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2026-08-05T05:40:00.794Z] (123/166) Installing libbluray (1.3.4-r1) [2026-08-05T05:40:01.061Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2026-08-05T05:40:01.061Z] (125/166) Installing libopenmpt (0.7.7-r0) [2026-08-05T05:40:01.329Z] (126/166) Installing cjson (1.7.19-r0) [2026-08-05T05:40:01.594Z] (127/166) Installing mbedtls (3.6.6-r0) [2026-08-05T05:40:01.874Z] (128/166) Installing librist (0.2.10-r1) [2026-08-05T05:40:01.874Z] (129/166) Installing libsrt (1.5.3-r0) [2026-08-05T05:40:02.458Z] (130/166) Installing libssh (0.10.6-r0) [2026-08-05T05:40:02.458Z] (131/166) Installing libsodium (1.0.19-r1) [2026-08-05T05:40:02.726Z] (132/166) Installing libzmq (4.3.5-r2) [2026-08-05T05:40:03.014Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2026-08-05T05:40:03.280Z] (134/166) Installing crc32c (1.1.2-r0) [2026-08-05T05:40:03.547Z] (135/166) Installing double-conversion (3.3.0-r0) [2026-08-05T05:40:03.547Z] (136/166) Installing libevent (2.1.12-r7) [2026-08-05T05:40:03.814Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2026-08-05T05:40:04.105Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2026-08-05T05:40:04.524Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2026-08-05T05:40:04.524Z] (140/166) Installing icu-libs (74.2-r1) [2026-08-05T05:40:04.825Z] (141/166) Installing minizip (1.3.1-r0) [2026-08-05T05:40:05.139Z] (142/166) Installing nspr (4.35-r4) [2026-08-05T05:40:05.406Z] (143/166) Installing sqlite-libs (3.45.3-r3) [2026-08-05T05:40:05.668Z] (144/166) Installing nss (3.105-r0) [2026-08-05T05:40:05.947Z] (145/166) Installing openh264 (2.4.1-r0) [2026-08-05T05:40:06.218Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2026-08-05T05:40:06.521Z] (147/166) Installing libunwind (1.8.1-r0) [2026-08-05T05:40:06.799Z] (148/166) Installing yaml (0.2.5-r2) [2026-08-05T05:40:06.799Z] (149/166) Installing libcamera (0.3.0-r0) [2026-08-05T05:40:07.063Z] (150/166) Installing speexdsp (1.2.1-r2) [2026-08-05T05:40:07.389Z] (151/166) Installing libuv (1.48.0-r0) [2026-08-05T05:40:07.669Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2026-08-05T05:40:07.934Z] (153/166) Installing libsndfile (1.2.2-r1) [2026-08-05T05:40:08.198Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2026-08-05T05:40:08.468Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2026-08-05T05:40:08.734Z] (156/166) Installing libasyncns (0.8-r3) [2026-08-05T05:40:09.002Z] (157/166) Installing libltdl (2.4.7-r3) [2026-08-05T05:40:09.002Z] (158/166) Installing orc (0.4.40-r0) [2026-08-05T05:40:09.271Z] (159/166) Installing tdb-libs (1.4.9-r1) [2026-08-05T05:40:09.536Z] (160/166) Installing libpulse (17.0-r0) [2026-08-05T05:40:09.807Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2026-08-05T05:40:10.074Z] (162/166) Installing libgpg-error (1.49-r0) [2026-08-05T05:40:10.339Z] (163/166) Installing libgcrypt (1.10.3-r0) [2026-08-05T05:40:10.607Z] (164/166) Installing libxslt (1.1.39-r2) [2026-08-05T05:40:10.607Z] (165/166) Installing chromium (131.0.6778.108-r0) [2026-08-05T05:40:17.272Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2026-08-05T05:40:17.272Z] Executing busybox-1.36.1-r31.trigger [2026-08-05T05:40:17.272Z] Executing fontconfig-2.15.0-r1.trigger [2026-08-05T05:40:17.272Z] Executing mkfontscale-1.2.2-r6.trigger [2026-08-05T05:40:17.272Z] Executing glib-2.80.5-r0.trigger [2026-08-05T05:40:17.272Z] Executing shared-mime-info-2.4-r0.trigger [2026-08-05T05:40:19.219Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2026-08-05T05:40:19.219Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2026-08-05T05:40:20.196Z] Executing gtk+3.0-3.24.43-r0.trigger [2026-08-05T05:40:20.196Z] OK: 658 MiB in 194 packages [2026-08-05T05:40:20.464Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:21.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:22.458Z] (1/30) Installing jansson (2.14-r4) [2026-08-05T05:40:22.458Z] (2/30) Installing binutils (2.42-r1) [2026-08-05T05:40:23.045Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2026-08-05T05:40:23.310Z] (4/30) Installing isl26 (0.26-r1) [2026-08-05T05:40:23.607Z] (5/30) Installing mpfr4 (4.2.1-r0) [2026-08-05T05:40:23.873Z] (6/30) Installing mpc1 (1.3.1-r1) [2026-08-05T05:40:24.138Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2026-08-05T05:40:27.505Z] (8/30) Installing musl-dev (1.2.5-r3) [2026-08-05T05:40:27.505Z] (9/30) Installing linux-headers (6.6-r0) [2026-08-05T05:40:28.088Z] (10/30) Installing libffi-dev (3.4.6-r0) [2026-08-05T05:40:28.353Z] (11/30) Installing libpq (16.14-r0) [2026-08-05T05:40:28.619Z] (12/30) Installing openssl-dev (3.3.7-r0) [2026-08-05T05:40:28.886Z] (13/30) Installing libpq-dev (16.14-r0) [2026-08-05T05:40:29.151Z] (14/30) Installing libecpg (16.14-r0) [2026-08-05T05:40:29.417Z] (15/30) Installing libecpg-dev (16.14-r0) [2026-08-05T05:40:29.683Z] (16/30) Installing clang16-headers (16.0.6-r5) [2026-08-05T05:40:29.948Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2026-08-05T05:40:33.295Z] (18/30) Installing clang16-libs (16.0.6-r5) [2026-08-05T05:40:34.273Z] (19/30) Installing fortify-headers (1.1-r3) [2026-08-05T05:40:34.540Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2026-08-05T05:40:35.499Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2026-08-05T05:40:35.499Z] (22/30) Installing clang16 (16.0.6-r5) [2026-08-05T05:40:35.766Z] (23/30) Installing icu (74.2-r1) [2026-08-05T05:40:36.033Z] (24/30) Installing icu-dev (74.2-r1) [2026-08-05T05:40:36.301Z] (25/30) Installing llvm16 (16.0.6-r9) [2026-08-05T05:40:39.665Z] (26/30) Installing lz4-libs (1.9.4-r5) [2026-08-05T05:40:39.665Z] (27/30) Installing lz4-dev (1.9.4-r5) [2026-08-05T05:40:39.665Z] (28/30) Installing zstd (1.5.6-r0) [2026-08-05T05:40:39.932Z] (29/30) Installing zstd-dev (1.5.6-r0) [2026-08-05T05:40:40.201Z] (30/30) Installing postgresql16-dev (16.14-r0) [2026-08-05T05:40:41.159Z] Executing busybox-1.36.1-r31.trigger [2026-08-05T05:40:41.159Z] OK: 1184 MiB in 224 packages [2026-08-05T05:40:41.430Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:41.695Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:43.099Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2026-08-05T05:40:44.056Z] (2/14) Installing gdbm (1.23-r1) [2026-08-05T05:40:44.056Z] (3/14) Installing mpdecimal (4.0.0-r0) [2026-08-05T05:40:44.322Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2026-08-05T05:40:44.593Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2026-08-05T05:40:44.859Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2026-08-05T05:40:45.126Z] (7/14) Installing readline (8.2.10-r0) [2026-08-05T05:40:45.397Z] (8/14) Installing python3 (3.12.13-r0) [2026-08-05T05:40:49.655Z] (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) [2026-08-05T05:40:49.922Z] (10/14) Installing pyc (3.12.13-r0) [2026-08-05T05:40:50.188Z] (11/14) Installing python3-pyc (3.12.13-r0) [2026-08-05T05:40:50.455Z] (12/14) Installing python3-dev (3.12.13-r0) [2026-08-05T05:40:53.044Z] (13/14) Installing libsodium-dev (1.0.19-r1) [2026-08-05T05:40:53.312Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2026-08-05T05:40:53.584Z] Executing busybox-1.36.1-r31.trigger [2026-08-05T05:40:53.584Z] OK: 1371 MiB in 238 packages [2026-08-05T05:40:53.852Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:54.435Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:56.463Z] OK: 1371 MiB in 238 packages [2026-08-05T05:40:56.463Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:57.046Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2026-08-05T05:40:58.993Z] (1/1) Installing tzdata (2026b-r0) [2026-08-05T05:40:59.373Z] OK: 1372 MiB in 239 packages [2026-08-05T05:41:01.547Z] (1/1) Purging tzdata (2026b-r0) [2026-08-05T05:41:01.547Z] OK: 1371 MiB in 238 packages [2026-08-05T05:41:11.858Z] Looking in links: /tmp/tmp7bkn4b6i [2026-08-05T05:41:11.858Z] Processing /tmp/tmp7bkn4b6i/pip-25.0.1-py3-none-any.whl [2026-08-05T05:41:11.858Z] Installing collected packages: pip [2026-08-05T05:41:18.541Z] Successfully installed pip-25.0.1 [2026-08-05T05:41:18.541Z] 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. [2026-08-05T05:41:21.921Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2026-08-05T05:41:22.214Z] Collecting pip [2026-08-05T05:41:22.214Z] Downloading pip-26.2.1-py3-none-any.whl.metadata (4.6 kB) [2026-08-05T05:41:23.677Z] Collecting setuptools [2026-08-05T05:41:23.677Z] Downloading setuptools-83.0.0-py3-none-any.whl.metadata (6.6 kB) [2026-08-05T05:41:23.677Z] Collecting wheel [2026-08-05T05:41:23.677Z] Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) [2026-08-05T05:41:23.951Z] Collecting packaging>=24.0 (from wheel) [2026-08-05T05:41:23.951Z] Downloading packaging-26.3-py3-none-any.whl.metadata (3.5 kB) [2026-08-05T05:41:23.951Z] Downloading pip-26.2.1-py3-none-any.whl (1.8 MB) [2026-08-05T05:41:23.951Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 48.9 MB/s eta 0:00:00 [2026-08-05T05:41:23.951Z] Downloading setuptools-83.0.0-py3-none-any.whl (1.0 MB) [2026-08-05T05:41:23.951Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 49.8 MB/s eta 0:00:00 [2026-08-05T05:41:23.951Z] Downloading wheel-0.47.0-py3-none-any.whl (32 kB) [2026-08-05T05:41:23.951Z] Downloading packaging-26.3-py3-none-any.whl (129 kB) [2026-08-05T05:41:24.219Z] Installing collected packages: setuptools, pip, packaging, wheel [2026-08-05T05:41:29.643Z] Attempting uninstall: pip [2026-08-05T05:41:29.643Z] Found existing installation: pip 25.0.1 [2026-08-05T05:41:29.643Z] Uninstalling pip-25.0.1: [2026-08-05T05:41:29.643Z] Successfully uninstalled pip-25.0.1 [2026-08-05T05:41:36.441Z] Successfully installed packaging-26.3 pip-26.2.1 setuptools-83.0.0 wheel-0.47.0 [2026-08-05T05:41:36.441Z] 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. [2026-08-05T05:41:39.789Z] Processing ./edgex-taf-common [2026-08-05T05:41:39.789Z] Installing build dependencies: started [2026-08-05T05:41:40.713Z] abad194e1727: Pushed [2026-08-05T05:41:40.713Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:41.063Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:41.398Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2026-08-05T05:41:41.398Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2026-08-05T05:41:41.398Z] abad194e1727: Preparing [2026-08-05T05:41:41.398Z] d54f33be42ad: Preparing [2026-08-05T05:41:41.398Z] 5f70bf18a086: Preparing [2026-08-05T05:41:41.398Z] 9cb5d040783c: Preparing [2026-08-05T05:41:41.398Z] 2f231f008661: Preparing [2026-08-05T05:41:41.398Z] 77eb4ea0a742: Preparing [2026-08-05T05:41:41.398Z] 08bc4e534116: Preparing [2026-08-05T05:41:41.398Z] 77eb4ea0a742: Waiting [2026-08-05T05:41:41.398Z] 08bc4e534116: Waiting [2026-08-05T05:41:41.398Z] 5f70bf18a086: Layer already exists [2026-08-05T05:41:41.398Z] abad194e1727: Layer already exists [2026-08-05T05:41:41.398Z] 9cb5d040783c: Layer already exists [2026-08-05T05:41:41.398Z] d54f33be42ad: Layer already exists [2026-08-05T05:41:41.398Z] 2f231f008661: Layer already exists [2026-08-05T05:41:41.398Z] 77eb4ea0a742: Layer already exists [2026-08-05T05:41:41.398Z] 08bc4e534116: Layer already exists [2026-08-05T05:41:41.693Z] latest: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:42.029Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:42.354Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.14 [2026-08-05T05:41:42.354Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2026-08-05T05:41:42.354Z] abad194e1727: Preparing [2026-08-05T05:41:42.354Z] d54f33be42ad: Preparing [2026-08-05T05:41:42.354Z] 5f70bf18a086: Preparing [2026-08-05T05:41:42.354Z] 9cb5d040783c: Preparing [2026-08-05T05:41:42.354Z] 2f231f008661: Preparing [2026-08-05T05:41:42.354Z] 77eb4ea0a742: Preparing [2026-08-05T05:41:42.354Z] 08bc4e534116: Preparing [2026-08-05T05:41:42.354Z] 77eb4ea0a742: Waiting [2026-08-05T05:41:42.354Z] 08bc4e534116: Waiting [2026-08-05T05:41:42.354Z] 5f70bf18a086: Layer already exists [2026-08-05T05:41:42.354Z] 9cb5d040783c: Layer already exists [2026-08-05T05:41:42.354Z] 2f231f008661: Layer already exists [2026-08-05T05:41:42.354Z] abad194e1727: Layer already exists [2026-08-05T05:41:42.354Z] d54f33be42ad: Layer already exists [2026-08-05T05:41:42.354Z] 77eb4ea0a742: Layer already exists [2026-08-05T05:41:42.354Z] 08bc4e534116: Layer already exists [2026-08-05T05:41:42.354Z] 1.0.0-dev.14: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:42.685Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:43.017Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:41:43.017Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2026-08-05T05:41:43.017Z] abad194e1727: Preparing [2026-08-05T05:41:43.017Z] d54f33be42ad: Preparing [2026-08-05T05:41:43.017Z] 5f70bf18a086: Preparing [2026-08-05T05:41:43.017Z] 9cb5d040783c: Preparing [2026-08-05T05:41:43.017Z] 2f231f008661: Preparing [2026-08-05T05:41:43.017Z] 77eb4ea0a742: Preparing [2026-08-05T05:41:43.017Z] 08bc4e534116: Preparing [2026-08-05T05:41:43.017Z] 77eb4ea0a742: Waiting [2026-08-05T05:41:43.017Z] 08bc4e534116: Waiting [2026-08-05T05:41:43.017Z] abad194e1727: Layer already exists [2026-08-05T05:41:43.017Z] 2f231f008661: Layer already exists [2026-08-05T05:41:43.017Z] 9cb5d040783c: Layer already exists [2026-08-05T05:41:43.017Z] 5f70bf18a086: Layer already exists [2026-08-05T05:41:43.017Z] d54f33be42ad: Layer already exists [2026-08-05T05:41:43.017Z] 77eb4ea0a742: Layer already exists [2026-08-05T05:41:43.017Z] 08bc4e534116: Layer already exists [2026-08-05T05:41:43.017Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:43.355Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:43.689Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2026-08-05T05:41:43.689Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2026-08-05T05:41:43.689Z] abad194e1727: Preparing [2026-08-05T05:41:43.689Z] d54f33be42ad: Preparing [2026-08-05T05:41:43.689Z] 5f70bf18a086: Preparing [2026-08-05T05:41:43.689Z] 9cb5d040783c: Preparing [2026-08-05T05:41:43.689Z] 2f231f008661: Preparing [2026-08-05T05:41:43.689Z] 77eb4ea0a742: Preparing [2026-08-05T05:41:43.689Z] 08bc4e534116: Preparing [2026-08-05T05:41:43.689Z] 77eb4ea0a742: Waiting [2026-08-05T05:41:43.689Z] 08bc4e534116: Waiting [2026-08-05T05:41:43.689Z] 9cb5d040783c: Layer already exists [2026-08-05T05:41:43.689Z] d54f33be42ad: Layer already exists [2026-08-05T05:41:43.689Z] abad194e1727: Layer already exists [2026-08-05T05:41:43.689Z] 5f70bf18a086: Layer already exists [2026-08-05T05:41:43.689Z] 2f231f008661: Layer already exists [2026-08-05T05:41:43.689Z] 08bc4e534116: Layer already exists [2026-08-05T05:41:43.689Z] 77eb4ea0a742: Layer already exists [2026-08-05T05:41:43.689Z] main: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-08-05T05:41:43.782Z] ===================================================== [Pipeline] echo [2026-08-05T05:41:43.794Z] taggedImages: [2026-08-05T05:41:43.794Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:41:43.794Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2026-08-05T05:41:43.794Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.14 [2026-08-05T05:41:43.794Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:41:43.794Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common: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 [2026-08-05T05:41:44.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-05T05:41:44.243Z] [2026-08-05T05:41:44.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:41:44.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-05T05:41:44.601Z] latest: Pulling from edgex-lftools-log-publisher [2026-08-05T05:41:44.601Z] 5eb5b503b376: Pulling fs layer [2026-08-05T05:41:44.601Z] 5c69ac0246d0: Pulling fs layer [2026-08-05T05:41:44.601Z] ec43610c2a17: Pulling fs layer [2026-08-05T05:41:44.601Z] 3a2ae6a8a46f: Pulling fs layer [2026-08-05T05:41:44.601Z] 33b1e0a273af: Pulling fs layer [2026-08-05T05:41:44.601Z] 5d3b04190fa2: Pulling fs layer [2026-08-05T05:41:44.601Z] 2f39f015ded8: Pulling fs layer [2026-08-05T05:41:44.601Z] 3a2ae6a8a46f: Waiting [2026-08-05T05:41:44.601Z] 33b1e0a273af: Waiting [2026-08-05T05:41:44.601Z] 5d3b04190fa2: Waiting [2026-08-05T05:41:44.601Z] 2f39f015ded8: Waiting [2026-08-05T05:41:44.601Z] 5c69ac0246d0: Verifying Checksum [2026-08-05T05:41:44.601Z] 5c69ac0246d0: Download complete [2026-08-05T05:41:44.601Z] 3a2ae6a8a46f: Verifying Checksum [2026-08-05T05:41:44.601Z] 3a2ae6a8a46f: Download complete [2026-08-05T05:41:44.601Z] 33b1e0a273af: Verifying Checksum [2026-08-05T05:41:44.601Z] 33b1e0a273af: Download complete [2026-08-05T05:41:44.601Z] 5d3b04190fa2: Verifying Checksum [2026-08-05T05:41:44.601Z] 5d3b04190fa2: Download complete [2026-08-05T05:41:44.601Z] ec43610c2a17: Download complete [2026-08-05T05:41:44.859Z] 5eb5b503b376: Verifying Checksum [2026-08-05T05:41:44.859Z] 5eb5b503b376: Download complete [2026-08-05T05:41:45.434Z] 2f39f015ded8: Download complete [2026-08-05T05:41:46.811Z] 5eb5b503b376: Pull complete [2026-08-05T05:41:46.811Z] 5c69ac0246d0: Pull complete [2026-08-05T05:41:47.380Z] ec43610c2a17: Pull complete [2026-08-05T05:41:47.380Z] 3a2ae6a8a46f: Pull complete [2026-08-05T05:41:47.640Z] 33b1e0a273af: Pull complete [2026-08-05T05:41:47.640Z] 5d3b04190fa2: Pull complete [2026-08-05T05:41:48.026Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:41:48.026Z] Getting requirements to build wheel: started [2026-08-05T05:41:50.669Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:41:50.669Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:41:51.629Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:41:51.629Z] Building wheels for collected packages: edgex-taf-common [2026-08-05T05:41:51.629Z] Building wheel for edgex-taf-common (pyproject.toml): started [2026-08-05T05:41:53.074Z] Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' [2026-08-05T05:41:53.074Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15432 sha256=03cf5803128a9d391469f410e2d3d51d7da3858e7f439358c8d67d469391a88d [2026-08-05T05:41:53.074Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kr67halo/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2026-08-05T05:41:53.074Z] Successfully built edgex-taf-common [2026-08-05T05:41:53.342Z] Installing collected packages: edgex-taf-common [2026-08-05T05:41:53.342Z] Successfully installed edgex-taf-common-0.0.0 [2026-08-05T05:41:53.342Z] 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. [2026-08-05T05:41:54.366Z] 2f39f015ded8: Pull complete [2026-08-05T05:41:54.366Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-08-05T05:41:54.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-05T05:41:54.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:41:54.479Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:41:54.524Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-08-05T05:41:55.656Z] $ docker top c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:41:56.078Z] ---> job-cost.sh [2026-08-05T05:41:56.078Z] lf-activate-venv: SKIPPING [2026-08-05T05:41:56.078Z] INFO: No Stack... [2026-08-05T05:41:56.339Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-08-05T05:41:56.599Z] INFO: Archiving Costs [Pipeline] sh [2026-08-05T05:41:56.728Z] Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) [2026-08-05T05:41:56.728Z] Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) [2026-08-05T05:41:56.728Z] Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) [2026-08-05T05:41:56.728Z] Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) [2026-08-05T05:41:56.906Z] + + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2026-08-05T05:41:56.906Z] cut -d, -f6 [Pipeline] lock [2026-08-05T05:41:56.927Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [2026-08-05T05:41:56.938Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] did not exist. Created. [2026-08-05T05:41:56.944Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-08-05T05:41:56.993Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2026-08-05T05:41:56.993Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2026-08-05T05:41:56.993Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2026-08-05T05:41:56.993Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2026-08-05T05:41:56.993Z] Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) [2026-08-05T05:41:56.993Z] Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) [2026-08-05T05:41:57.262Z] Installing build dependencies: started [2026-08-05T05:41:57.263Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-08-05T05:41:57.314Z] Stashed 1 file(s) [Pipeline] } [2026-08-05T05:41:57.321Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2026-08-05T05:41:57.360Z] $ docker stop --time=1 c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f [2026-08-05T05:41:58.501Z] $ docker rm -f --volumes c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-08-05T05:42:02.691Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:42:02.691Z] Getting requirements to build wheel: started [2026-08-05T05:42:05.352Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:42:05.352Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:42:06.789Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:42:06.789Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) [2026-08-05T05:42:06.789Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2026-08-05T05:42:06.789Z] Installing build dependencies: started [2026-08-05T05:42:12.138Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:42:12.138Z] Getting requirements to build wheel: started [2026-08-05T05:42:14.937Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:42:14.937Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:42:16.355Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:42:16.356Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) [2026-08-05T05:42:16.356Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2026-08-05T05:42:16.356Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) [2026-08-05T05:42:16.356Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2026-08-05T05:42:16.623Z] Collecting requests==2.32.4 (from -r requirements.txt (line 9)) [2026-08-05T05:42:16.623Z] Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2026-08-05T05:42:16.623Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) [2026-08-05T05:42:16.623Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2026-08-05T05:42:16.888Z] Collecting docker==7.1.0 (from -r requirements.txt (line 11)) [2026-08-05T05:42:16.888Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2026-08-05T05:42:18.824Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) [2026-08-05T05:42:18.824Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2026-08-05T05:42:19.410Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) [2026-08-05T05:42:19.410Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2026-08-05T05:42:19.997Z] Installing build dependencies: started [2026-08-05T05:42:24.472Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:42:24.472Z] Getting requirements to build wheel: started [2026-08-05T05:42:27.879Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:42:27.879Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:42:30.559Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:42:33.139Z] Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) [2026-08-05T05:42:33.139Z] Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) [2026-08-05T05:42:33.139Z] Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) [2026-08-05T05:42:33.139Z] Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2026-08-05T05:42:33.421Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) [2026-08-05T05:42:33.421Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2026-08-05T05:42:34.054Z] Installing build dependencies: started [2026-08-05T05:42:38.415Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:42:38.415Z] Getting requirements to build wheel: started [2026-08-05T05:42:40.358Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:42:40.358Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:42:41.765Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:42:42.725Z] Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) [2026-08-05T05:42:42.725Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2026-08-05T05:42:44.130Z] Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) [2026-08-05T05:42:44.130Z] Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) [2026-08-05T05:42:44.130Z] Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) [2026-08-05T05:42:44.130Z] Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) [2026-08-05T05:42:46.126Z] Collecting cryptography==50.0.0 (from -r requirements.txt (line 20)) [2026-08-05T05:42:46.126Z] Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (4.3 kB) [2026-08-05T05:42:46.126Z] Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) [2026-08-05T05:42:46.126Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2026-08-05T05:42:46.126Z] Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) [2026-08-05T05:42:46.126Z] Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) [2026-08-05T05:42:46.126Z] Collecting genson==1.3.0 (from -r requirements.txt (line 23)) [2026-08-05T05:42:46.126Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2026-08-05T05:42:46.441Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:42:46.441Z] Downloading selenium-4.46.0-py3-none-any.whl.metadata (7.4 kB) [2026-08-05T05:42:46.441Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:42:46.441Z] Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) [2026-08-05T05:42:46.731Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:42:46.731Z] Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:42:47.048Z] Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:42:47.048Z] Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) [2026-08-05T05:42:47.048Z] Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:42:47.048Z] Downloading scp-0.16.1-py2.py3-none-any.whl.metadata (4.6 kB) [2026-08-05T05:42:47.048Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:47.048Z] Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) [2026-08-05T05:42:47.362Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:47.362Z] Downloading flex-6.14.1.tar.gz (40 kB) [2026-08-05T05:42:47.697Z] Installing build dependencies: started [2026-08-05T05:42:52.144Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:42:52.144Z] Getting requirements to build wheel: started [2026-08-05T05:42:54.748Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:42:54.748Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:42:59.027Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:42:59.027Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.027Z] Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) [2026-08-05T05:42:59.027Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.027Z] Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) [2026-08-05T05:42:59.027Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.027Z] Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) [2026-08-05T05:42:59.027Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.027Z] Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) [2026-08-05T05:42:59.027Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.027Z] Downloading pytz-2026.3.post1-py2.py3-none-any.whl.metadata (22 kB) [2026-08-05T05:42:59.296Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:42:59.296Z] Downloading tzlocal-5.4.4-py3-none-any.whl.metadata (7.7 kB) [2026-08-05T05:43:00.255Z] Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:43:00.255Z] Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (41 kB) [2026-08-05T05:43:00.519Z] Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:43:00.519Z] Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) [2026-08-05T05:43:00.519Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:43:00.519Z] Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) [2026-08-05T05:43:00.789Z] Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) [2026-08-05T05:43:00.789Z] Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB) [2026-08-05T05:43:00.789Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:43:00.789Z] Downloading reactivex-5.1.0-py3-none-any.whl.metadata (6.5 kB) [2026-08-05T05:43:00.789Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:43:01.054Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2026-08-05T05:43:01.054Z] 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)) (83.0.0) [2026-08-05T05:43:02.018Z] Collecting cffi>=2.0.0 (from cryptography==50.0.0->-r requirements.txt (line 20)) [2026-08-05T05:43:02.018Z] Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.5 kB) [2026-08-05T05:43:02.018Z] Collecting pycparser (from cffi>=2.0.0->cryptography==50.0.0->-r requirements.txt (line 20)) [2026-08-05T05:43:02.018Z] Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) [2026-08-05T05:43:02.598Z] Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:43:02.598Z] Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) [2026-08-05T05:43:02.598Z] Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:43:02.598Z] Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) [2026-08-05T05:43:02.864Z] Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) [2026-08-05T05:43:02.864Z] Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl.metadata (10.0 kB) [2026-08-05T05:43:02.864Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:43:02.864Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2026-08-05T05:43:02.864Z] Collecting typing-extensions<5,>=4.15.0 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) [2026-08-05T05:43:02.864Z] Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB) [2026-08-05T05:43:03.131Z] Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.131Z] Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) [2026-08-05T05:43:03.131Z] Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.131Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2026-08-05T05:43:03.414Z] Collecting attrs>=23.2.0 (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.414Z] Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) [2026-08-05T05:43:03.721Z] Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.721Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2026-08-05T05:43:03.721Z] Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.721Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:43:03.721Z] Collecting sniffio>=1.3.0 (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.721Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2026-08-05T05:43:03.721Z] Collecting wsproto>=0.14 (from trio-websocket<1.0,>=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.721Z] Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) [2026-08-05T05:43:03.721Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3.0,>=2.6.3->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.721Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2026-08-05T05:43:03.989Z] Collecting h11<1,>=0.16.0 (from wsproto>=0.14->trio-websocket<1.0,>=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2026-08-05T05:43:03.989Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2026-08-05T05:43:04.254Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:04.254Z] Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.4 kB) [2026-08-05T05:43:04.254Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:04.254Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2026-08-05T05:43:04.254Z] Installing build dependencies: started [2026-08-05T05:43:08.516Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:43:08.516Z] Getting requirements to build wheel: started [2026-08-05T05:43:10.462Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:43:10.462Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:43:13.806Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:43:13.806Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:13.806Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2026-08-05T05:43:13.806Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:13.806Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2026-08-05T05:43:13.806Z] Installing build dependencies: started [2026-08-05T05:43:18.056Z] Installing build dependencies: finished with status 'done' [2026-08-05T05:43:18.056Z] Getting requirements to build wheel: started [2026-08-05T05:43:20.650Z] Getting requirements to build wheel: finished with status 'done' [2026-08-05T05:43:20.650Z] Preparing metadata (pyproject.toml): started [2026-08-05T05:43:21.607Z] Preparing metadata (pyproject.toml): finished with status 'done' [2026-08-05T05:43:21.607Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:21.607Z] Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) [2026-08-05T05:43:21.876Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:21.876Z] Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) [2026-08-05T05:43:21.876Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:21.876Z] Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) [2026-08-05T05:43:24.473Z] Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:24.473Z] Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2026-08-05T05:43:24.738Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:24.738Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2026-08-05T05:43:24.738Z] Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:24.738Z] Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) [2026-08-05T05:43:24.738Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:24.739Z] Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) [2026-08-05T05:43:25.005Z] Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:25.005Z] Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) [2026-08-05T05:43:25.005Z] Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:25.005Z] Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) [2026-08-05T05:43:25.270Z] Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:25.270Z] Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) [2026-08-05T05:43:25.270Z] Collecting pathable<0.6.0,>=0.5.0 (from jsonschema-path<0.5.0,>=0.4.5->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:25.270Z] Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) [2026-08-05T05:43:26.234Z] Collecting pydantic<3.0.0,>=2.0.0 (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:26.234Z] Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) [2026-08-05T05:43:26.501Z] Collecting pydantic-settings<3.0.0,>=2.0.0 (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:26.501Z] Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) [2026-08-05T05:43:26.501Z] Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:26.501Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2026-08-05T05:43:26.767Z] Collecting lazy-object-proxy<2.0,>=1.7.1 (from openapi-spec-validator<0.9.0,>=0.8.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:26.767Z] Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (5.1 kB) [2026-08-05T05:43:27.033Z] Collecting annotated-types>=0.6.0 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:27.033Z] Downloading annotated_types-0.8.0-py3-none-any.whl.metadata (15 kB) [2026-08-05T05:43:35.244Z] Collecting pydantic-core==2.46.4 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:35.244Z] Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.6 kB) [2026-08-05T05:43:35.244Z] Collecting typing-inspection>=0.4.2 (from pydantic<3.0.0,>=2.0.0->openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:35.244Z] Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) [2026-08-05T05:43:35.244Z] Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) [2026-08-05T05:43:35.244Z] Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.7 kB) [2026-08-05T05:43:35.244Z] Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) [2026-08-05T05:43:35.244Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 54.4 MB/s 0:00:00 [2026-08-05T05:43:35.244Z] Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) [2026-08-05T05:43:35.244Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2026-08-05T05:43:35.244Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2026-08-05T05:43:35.244Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2026-08-05T05:43:35.244Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2026-08-05T05:43:35.244Z] Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2026-08-05T05:43:35.244Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2026-08-05T05:43:35.244Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2026-08-05T05:43:35.244Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2026-08-05T05:43:35.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 50.5 MB/s 0:00:00 [2026-08-05T05:43:35.512Z] Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) [2026-08-05T05:43:35.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 51.9 MB/s 0:00:00 [2026-08-05T05:43:35.512Z] Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2026-08-05T05:43:35.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 19.3 MB/s 0:00:00 [2026-08-05T05:43:35.512Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2026-08-05T05:43:35.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 51.8 MB/s 0:00:00 [2026-08-05T05:43:35.512Z] Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) [2026-08-05T05:43:35.512Z] Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) [2026-08-05T05:43:35.512Z] Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl (4.9 MB) [2026-08-05T05:43:35.779Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 49.6 MB/s 0:00:00 [2026-08-05T05:43:35.779Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2026-08-05T05:43:35.779Z] Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) [2026-08-05T05:43:35.779Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2026-08-05T05:43:35.779Z] Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_aarch64.whl (218 kB) [2026-08-05T05:43:35.779Z] Downloading idna-3.18-py3-none-any.whl (65 kB) [2026-08-05T05:43:35.779Z] Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) [2026-08-05T05:43:35.779Z] Downloading certifi-2026.7.22-py3-none-any.whl (136 kB) [2026-08-05T05:43:35.779Z] Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (225 kB) [2026-08-05T05:43:35.779Z] Downloading click-8.4.2-py3-none-any.whl (119 kB) [2026-08-05T05:43:35.779Z] Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) [2026-08-05T05:43:35.779Z] Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (341 kB) [2026-08-05T05:43:35.779Z] Downloading invoke-3.0.3-py3-none-any.whl (160 kB) [2026-08-05T05:43:36.047Z] Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl (791 kB) [2026-08-05T05:43:36.047Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.9/791.9 kB 50.8 MB/s 0:00:00 [2026-08-05T05:43:36.047Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2026-08-05T05:43:36.047Z] Downloading reactivex-5.1.0-py3-none-any.whl (257 kB) [2026-08-05T05:43:36.047Z] Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB) [2026-08-05T05:43:36.047Z] Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) [2026-08-05T05:43:36.047Z] Downloading scp-0.16.1-py2.py3-none-any.whl (8.9 kB) [2026-08-05T05:43:36.047Z] Downloading selenium-4.46.0-py3-none-any.whl (9.4 MB) [2026-08-05T05:43:36.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 48.8 MB/s 0:00:00 [2026-08-05T05:43:36.322Z] Downloading trio-0.33.0-py3-none-any.whl (510 kB) [2026-08-05T05:43:36.322Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2026-08-05T05:43:36.322Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2026-08-05T05:43:36.322Z] Downloading attrs-26.1.0-py3-none-any.whl (67 kB) [2026-08-05T05:43:36.322Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2026-08-05T05:43:36.322Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2026-08-05T05:43:36.322Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2026-08-05T05:43:36.322Z] Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) [2026-08-05T05:43:36.322Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2026-08-05T05:43:36.322Z] Downloading docutils-0.23-py3-none-any.whl (634 kB) [2026-08-05T05:43:36.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 53.8 MB/s 0:00:00 [2026-08-05T05:43:36.322Z] Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) [2026-08-05T05:43:36.322Z] Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (761 kB) [2026-08-05T05:43:36.589Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 761.1/761.1 kB 51.4 MB/s 0:00:00 [2026-08-05T05:43:36.589Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2026-08-05T05:43:36.589Z] Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) [2026-08-05T05:43:36.589Z] Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) [2026-08-05T05:43:36.589Z] Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) [2026-08-05T05:43:36.589Z] Downloading referencing-0.37.0-py3-none-any.whl (26 kB) [2026-08-05T05:43:36.589Z] Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_aarch64.whl (543 kB) [2026-08-05T05:43:36.589Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 543.8/543.8 kB 49.9 MB/s 0:00:00 [2026-08-05T05:43:36.589Z] Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) [2026-08-05T05:43:36.589Z] Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) [2026-08-05T05:43:36.589Z] Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) [2026-08-05T05:43:36.589Z] Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) [2026-08-05T05:43:36.589Z] Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (69 kB) [2026-08-05T05:43:36.589Z] Downloading pathable-0.5.0-py3-none-any.whl (16 kB) [2026-08-05T05:43:36.589Z] Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) [2026-08-05T05:43:36.589Z] Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl (2.2 MB) [2026-08-05T05:43:36.860Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 51.9 MB/s 0:00:00 [2026-08-05T05:43:36.860Z] Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) [2026-08-05T05:43:36.860Z] Downloading annotated_types-0.8.0-py3-none-any.whl (13 kB) [2026-08-05T05:43:36.860Z] Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) [2026-08-05T05:43:36.860Z] Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) [2026-08-05T05:43:36.860Z] Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (23 kB) [2026-08-05T05:43:36.860Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2026-08-05T05:43:36.860Z] Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) [2026-08-05T05:43:36.860Z] Downloading pycparser-3.0-py3-none-any.whl (48 kB) [2026-08-05T05:43:36.860Z] Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) [2026-08-05T05:43:36.860Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.8 MB/s 0:00:00 [2026-08-05T05:43:36.860Z] Downloading pytz-2026.3.post1-py2.py3-none-any.whl (508 kB) [2026-08-05T05:43:36.860Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2026-08-05T05:43:36.860Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2026-08-05T05:43:36.860Z] Downloading tzlocal-5.4.4-py3-none-any.whl (18 kB) [2026-08-05T05:43:39.470Z] Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2026-08-05T05:43:39.470Z] Building wheel for robotframework-sshlibrary (pyproject.toml): started [2026-08-05T05:43:40.948Z] Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' [2026-08-05T05:43:40.948Z] Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55203 sha256=ae50ffcddc34cb37cfa4ebf3d0868c5e90fc0121737665bc03afab7cba53403b [2026-08-05T05:43:40.949Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 [2026-08-05T05:43:40.949Z] Building wheel for robotbackgroundlogger (pyproject.toml): started [2026-08-05T05:43:42.414Z] Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' [2026-08-05T05:43:42.414Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=fd9978dca62f4eefa97857ceddbaad5284dde4c718fe15c2c359679bf549f029 [2026-08-05T05:43:42.414Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2026-08-05T05:43:42.414Z] Building wheel for psutil (pyproject.toml): started [2026-08-05T05:43:54.775Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2026-08-05T05:43:54.775Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278201 sha256=5f7efe41404b3617e337874172227054f09ebeec902469d30a751373a479ae0e [2026-08-05T05:43:54.775Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2026-08-05T05:43:54.775Z] Building wheel for psycopg2 (pyproject.toml): started [2026-08-05T05:45:02.650Z] Building wheel for psycopg2 (pyproject.toml): still running... [2026-08-05T05:45:02.650Z] Building wheel for psycopg2 (pyproject.toml): finished with status 'done' [2026-08-05T05:45:02.650Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512680 sha256=886deeec93fb470d171f4f3d14a71c423a0bbb6c09128c3bc1274a18c4496e84 [2026-08-05T05:45:02.650Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2026-08-05T05:45:02.650Z] Building wheel for flex (pyproject.toml): started [2026-08-05T05:45:02.650Z] Building wheel for flex (pyproject.toml): finished with status 'done' [2026-08-05T05:45:02.650Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=ef66edc9348e2360277f9944b6034876db3f1a54bd281f77d42298b9f13fced1 [2026-08-05T05:45:02.650Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2026-08-05T05:45:02.650Z] Building wheel for strict-rfc3339 (pyproject.toml): started [2026-08-05T05:45:02.650Z] Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' [2026-08-05T05:45:02.650Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18221 sha256=ca4f7eccd818b8c69b3fc0455547f21c7f8ad996fe7826520e6d1848317fdc4d [2026-08-05T05:45:02.650Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2026-08-05T05:45:02.650Z] Building wheel for validate-email (pyproject.toml): started [2026-08-05T05:45:04.061Z] Building wheel for validate-email (pyproject.toml): finished with status 'done' [2026-08-05T05:45:04.061Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5559 sha256=7ab9056932335caa1aa88d98c3d4ed3a605f26552a221f41e9cd7fc2cded0a30 [2026-08-05T05:45:04.061Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2026-08-05T05:45:04.061Z] Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2026-08-05T05:45:05.487Z] Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, jsonpath-ng, 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, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, annotated-types, wsproto, werkzeug, typing-inspection, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, pydantic-core, outcome, cffi, trio, robotframework-requests, pynacl, pydantic, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, pydantic-settings, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2026-08-05T05:46:42.135Z] [2026-08-05T05:46:42.135Z] Successfully installed PyYAML-6.0.3 RESTinstance-1.5.2 annotated-types-0.8.0 attrs-26.1.0 bcrypt-5.0.0 certifi-2026.7.22 cffi-2.1.1 charset_normalizer-3.4.9 click-8.4.2 configparser-7.2.0 cryptography-50.0.0 docker-7.1.0 docutils-0.23 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.18 influxdb-client-1.49.0 invoke-3.0.3 isodate-0.7.2 jsonpath-ng-1.8.0 jsonpointer-3.1.1 jsonschema-4.26.0 jsonschema-path-0.4.6 jsonschema-specifications-2025.9.1 lazy-object-proxy-1.12.0 markupsafe-3.0.3 more-itertools-11.1.0 numpy-2.2.5 openapi-core-0.23.1 openapi-schema-validator-0.8.1 openapi-spec-validator-0.8.5 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-5.0.0 pathable-0.5.0 protobuf-6.33.5 psutil-7.0.0 psycopg2-2.9.10 pycparser-3.0 pycryptodome-3.23.0 pydantic-2.13.4 pydantic-core-2.46.4 pydantic-settings-2.14.2 pygments-2.20.0 pyjwt-2.13.0 pynacl-1.6.2 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2026.3.post1 pyzmq-27.0.0 reactivex-5.1.0 referencing-0.37.0 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.6.0 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-2026.6.3 scp-0.16.1 selenium-4.46.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.33.0 trio-websocket-0.12.2 typing-extensions-4.16.0 typing-inspection-0.4.2 tzlocal-5.4.4 urllib3-2.7.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.8 wsproto-1.3.2 [2026-08-05T05:46:42.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. [2026-08-05T05:47:28.964Z] Removing intermediate container 3bbeb4c4ffbd [2026-08-05T05:47:28.964Z] ---> ae6172579763 [2026-08-05T05:47:28.964Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2026-08-05T05:47:28.964Z] ---> Running in 3ba409cfc47a [2026-08-05T05:47:28.964Z] Removing intermediate container 3ba409cfc47a [2026-08-05T05:47:28.964Z] ---> c21593355d6a [2026-08-05T05:47:28.964Z] Step 11/13 : LABEL arch=arm64 [2026-08-05T05:47:28.964Z] ---> Running in 5fe266d4814d [2026-08-05T05:47:28.964Z] Removing intermediate container 5fe266d4814d [2026-08-05T05:47:28.964Z] ---> 6236d69f504b [2026-08-05T05:47:28.964Z] Step 12/13 : LABEL git_sha=f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:47:28.964Z] ---> Running in 7d0499081ede [2026-08-05T05:47:28.964Z] Removing intermediate container 7d0499081ede [2026-08-05T05:47:28.964Z] ---> 7d62c672e24b [2026-08-05T05:47:28.964Z] Step 13/13 : LABEL version=1.0.0-dev.14 [2026-08-05T05:47:28.964Z] ---> Running in 7acd48a8b9fd [2026-08-05T05:47:28.964Z] Removing intermediate container 7acd48a8b9fd [2026-08-05T05:47:28.964Z] ---> ea7b3cbc034b [2026-08-05T05:47:28.964Z] [Warning] One or more build-args [ARCH] were not consumed [2026-08-05T05:47:28.964Z] Successfully built ea7b3cbc034b [2026-08-05T05:47:28.964Z] 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 [2026-08-05T05:47:29.164Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2026-08-05T05:47:29.165Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:47:29.165Z] latest [2026-08-05T05:47:29.165Z] 1.0.0-dev.14 [2026-08-05T05:47:29.165Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:47:29.165Z] main [2026-08-05T05:47:29.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:47:29.560Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:47:29.937Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:47:29.937Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2026-08-05T05:47:30.204Z] 0dc63fe0c4eb: Preparing [2026-08-05T05:47:30.204Z] 025fce4c1c72: Preparing [2026-08-05T05:47:30.204Z] e7bf589ee39f: Preparing [2026-08-05T05:47:30.204Z] 7d5d77c4eedf: Preparing [2026-08-05T05:47:30.204Z] 4b35956d8c71: Preparing [2026-08-05T05:47:30.204Z] 88b4fba61c4c: Preparing [2026-08-05T05:47:30.204Z] 88b4fba61c4c: Waiting [2026-08-05T05:47:30.204Z] 7d5d77c4eedf: Pushed [2026-08-05T05:47:30.204Z] 025fce4c1c72: Pushed [2026-08-05T05:47:30.204Z] e7bf589ee39f: Pushed [2026-08-05T05:47:30.469Z] 4b35956d8c71: Pushed [2026-08-05T05:47:31.878Z] 88b4fba61c4c: Layer already exists [2026-08-05T05:52:38.989Z] 0dc63fe0c4eb: Pushed [2026-08-05T05:52:38.989Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:39.555Z] + 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 [2026-08-05T05:52:40.567Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2026-08-05T05:52:40.567Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2026-08-05T05:52:40.567Z] 0dc63fe0c4eb: Preparing [2026-08-05T05:52:40.567Z] 025fce4c1c72: Preparing [2026-08-05T05:52:40.567Z] e7bf589ee39f: Preparing [2026-08-05T05:52:40.567Z] 7d5d77c4eedf: Preparing [2026-08-05T05:52:40.567Z] 4b35956d8c71: Preparing [2026-08-05T05:52:40.567Z] 88b4fba61c4c: Preparing [2026-08-05T05:52:40.567Z] 88b4fba61c4c: Waiting [2026-08-05T05:52:40.567Z] 025fce4c1c72: Layer already exists [2026-08-05T05:52:40.567Z] 7d5d77c4eedf: Layer already exists [2026-08-05T05:52:40.567Z] 4b35956d8c71: Layer already exists [2026-08-05T05:52:40.567Z] e7bf589ee39f: Layer already exists [2026-08-05T05:52:40.567Z] 0dc63fe0c4eb: Layer already exists [2026-08-05T05:52:40.567Z] 88b4fba61c4c: Layer already exists [2026-08-05T05:52:40.877Z] latest: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:41.281Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:41.937Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.14 [2026-08-05T05:52:41.937Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2026-08-05T05:52:41.937Z] 0dc63fe0c4eb: Preparing [2026-08-05T05:52:41.937Z] 025fce4c1c72: Preparing [2026-08-05T05:52:41.937Z] e7bf589ee39f: Preparing [2026-08-05T05:52:41.937Z] 7d5d77c4eedf: Preparing [2026-08-05T05:52:41.937Z] 4b35956d8c71: Preparing [2026-08-05T05:52:41.937Z] 88b4fba61c4c: Preparing [2026-08-05T05:52:41.937Z] 88b4fba61c4c: Waiting [2026-08-05T05:52:41.937Z] 4b35956d8c71: Layer already exists [2026-08-05T05:52:41.937Z] e7bf589ee39f: Layer already exists [2026-08-05T05:52:41.937Z] 7d5d77c4eedf: Layer already exists [2026-08-05T05:52:41.937Z] 025fce4c1c72: Layer already exists [2026-08-05T05:52:41.937Z] 0dc63fe0c4eb: Layer already exists [2026-08-05T05:52:41.937Z] 88b4fba61c4c: Layer already exists [2026-08-05T05:52:41.937Z] 1.0.0-dev.14: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:42.481Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:43.029Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:52:43.029Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2026-08-05T05:52:43.029Z] 0dc63fe0c4eb: Preparing [2026-08-05T05:52:43.029Z] 025fce4c1c72: Preparing [2026-08-05T05:52:43.029Z] e7bf589ee39f: Preparing [2026-08-05T05:52:43.029Z] 7d5d77c4eedf: Preparing [2026-08-05T05:52:43.029Z] 4b35956d8c71: Preparing [2026-08-05T05:52:43.029Z] 88b4fba61c4c: Preparing [2026-08-05T05:52:43.029Z] 7d5d77c4eedf: Layer already exists [2026-08-05T05:52:43.029Z] 4b35956d8c71: Layer already exists [2026-08-05T05:52:43.029Z] 0dc63fe0c4eb: Layer already exists [2026-08-05T05:52:43.029Z] 025fce4c1c72: Layer already exists [2026-08-05T05:52:43.029Z] e7bf589ee39f: Layer already exists [2026-08-05T05:52:43.029Z] 88b4fba61c4c: Layer already exists [2026-08-05T05:52:43.029Z] f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:43.584Z] + 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 [2026-08-05T05:52:44.372Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2026-08-05T05:52:44.372Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2026-08-05T05:52:44.372Z] 0dc63fe0c4eb: Preparing [2026-08-05T05:52:44.372Z] 025fce4c1c72: Preparing [2026-08-05T05:52:44.372Z] e7bf589ee39f: Preparing [2026-08-05T05:52:44.372Z] 7d5d77c4eedf: Preparing [2026-08-05T05:52:44.372Z] 4b35956d8c71: Preparing [2026-08-05T05:52:44.372Z] 88b4fba61c4c: Preparing [2026-08-05T05:52:44.372Z] 88b4fba61c4c: Waiting [2026-08-05T05:52:44.372Z] 7d5d77c4eedf: Layer already exists [2026-08-05T05:52:44.372Z] 4b35956d8c71: Layer already exists [2026-08-05T05:52:44.372Z] 0dc63fe0c4eb: Layer already exists [2026-08-05T05:52:44.372Z] e7bf589ee39f: Layer already exists [2026-08-05T05:52:44.372Z] 025fce4c1c72: Layer already exists [2026-08-05T05:52:44.372Z] 88b4fba61c4c: Layer already exists [2026-08-05T05:52:44.372Z] main: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-08-05T05:52:44.709Z] ===================================================== [Pipeline] echo [2026-08-05T05:52:44.731Z] taggedImages: [2026-08-05T05:52:44.731Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [2026-08-05T05:52:44.731Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2026-08-05T05:52:44.731Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.14 [2026-08-05T05:52:44.731Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 [2026-08-05T05:52:44.732Z] - 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 [2026-08-05T05:52:45.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-08-05T05:52:45.638Z] [2026-08-05T05:52:45.638Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:52:46.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-08-05T05:52:46.252Z] arm64: Pulling from edgex-lftools-log-publisher [2026-08-05T05:52:46.252Z] 8998bd30e6a1: Pulling fs layer [2026-08-05T05:52:46.252Z] 04944245beec: Pulling fs layer [2026-08-05T05:52:46.252Z] 699f458cf7ca: Pulling fs layer [2026-08-05T05:52:46.252Z] 765212b225bb: Pulling fs layer [2026-08-05T05:52:46.252Z] f23df028b6ca: Pulling fs layer [2026-08-05T05:52:46.252Z] d65c8cfc05b1: Pulling fs layer [2026-08-05T05:52:46.252Z] 2437ff75d9bd: Pulling fs layer [2026-08-05T05:52:46.252Z] 765212b225bb: Waiting [2026-08-05T05:52:46.252Z] f23df028b6ca: Waiting [2026-08-05T05:52:46.252Z] d65c8cfc05b1: Waiting [2026-08-05T05:52:46.252Z] 2437ff75d9bd: Waiting [2026-08-05T05:52:46.252Z] 04944245beec: Verifying Checksum [2026-08-05T05:52:46.252Z] 04944245beec: Download complete [2026-08-05T05:52:46.564Z] 765212b225bb: Download complete [2026-08-05T05:52:46.564Z] f23df028b6ca: Verifying Checksum [2026-08-05T05:52:46.564Z] f23df028b6ca: Download complete [2026-08-05T05:52:46.564Z] d65c8cfc05b1: Verifying Checksum [2026-08-05T05:52:46.564Z] d65c8cfc05b1: Download complete [2026-08-05T05:52:46.564Z] 699f458cf7ca: Verifying Checksum [2026-08-05T05:52:46.564Z] 699f458cf7ca: Download complete [2026-08-05T05:52:47.891Z] 8998bd30e6a1: Verifying Checksum [2026-08-05T05:52:47.891Z] 8998bd30e6a1: Download complete [2026-08-05T05:52:49.449Z] 2437ff75d9bd: Verifying Checksum [2026-08-05T05:52:49.449Z] 2437ff75d9bd: Download complete [2026-08-05T05:52:52.416Z] 8998bd30e6a1: Pull complete [2026-08-05T05:52:53.067Z] 04944245beec: Pull complete [2026-08-05T05:52:54.674Z] 699f458cf7ca: Pull complete [2026-08-05T05:52:54.674Z] 765212b225bb: Pull complete [2026-08-05T05:52:55.717Z] f23df028b6ca: Pull complete [2026-08-05T05:52:55.717Z] d65c8cfc05b1: Pull complete [2026-08-05T05:53:11.570Z] 2437ff75d9bd: Pull complete [2026-08-05T05:53:11.570Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-08-05T05:53:11.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-08-05T05:53:11.570Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:53:12.141Z] prd-ubuntu20.04-docker-arm64-4c-16g-16244 does not seem to be running inside a container [2026-08-05T05:53:12.276Z] $ 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 [2026-08-05T05:53:14.839Z] $ docker top b613d738f5cbd2a13265e75ea666cb4c6159e3be4741a2af4370f16799998b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:53:15.646Z] ---> job-cost.sh [2026-08-05T05:53:15.940Z] lf-activate-venv: SKIPPING [2026-08-05T05:53:15.940Z] INFO: No Stack... [2026-08-05T05:53:16.224Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-08-05T05:53:17.079Z] INFO: Archiving Costs [Pipeline] sh [2026-08-05T05:53:17.491Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2026-08-05T05:53:17.492Z] + cut -d, -f6 [Pipeline] lock [2026-08-05T05:53:17.543Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [2026-08-05T05:53:17.577Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] did not exist. Created. [2026-08-05T05:53:17.599Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-08-05T05:53:18.160Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-2211170e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2026-08-05T05:53:18.582Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-08-05T05:53:18.609Z] Warning: overwriting stash ‘stack-cost’ [2026-08-05T05:53:19.399Z] Stashed 1 file(s) [Pipeline] } [2026-08-05T05:53:19.423Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2026-08-05T05:53:19.479Z] $ docker stop --time=1 b613d738f5cbd2a13265e75ea666cb4c6159e3be4741a2af4370f16799998b28 [2026-08-05T05:53:21.055Z] $ docker rm -f --volumes b613d738f5cbd2a13265e75ea666cb4c6159e3be4741a2af4370f16799998b28 [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 [2026-08-05T05:53:22.707Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-08-05T05:53:22.707Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:53:23.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:53:23.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:53:23.573Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:53:23.672Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-08-05T05:53:23.936Z] $ docker top 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-08-05T05:53:24.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-05T05:53:24.329Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-05T05:53:24.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-05T05:53:24.537Z] $ docker exec 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b ssh-agent [2026-08-05T05:53:24.662Z] SSH_AUTH_SOCK=/tmp/ssh-32zcscMSDhZf/agent.32 [2026-08-05T05:53:24.662Z] SSH_AGENT_PID=38 [2026-08-05T05:53:24.684Z] Running ssh-add (command line suppressed) [2026-08-05T05:53:24.784Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7988659103681801704.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7988659103681801704.key) [2026-08-05T05:53:24.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-05T05:53:25.379Z] + git semver tag [2026-08-05T05:53:25.379Z] 2026-08-05 05:53:25,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-08-05T05:53:25.379Z] 2026-08-05 05:53:25,374 [run_tag] DEBUG tag force:False [2026-08-05T05:53:25.379Z] 2026-08-05 05:53:25,374 [check_head_tag] DEBUG check head tag [2026-08-05T05:53:25.647Z] 2026-08-05 05:53:25,375 [execute] INFO git cat-file --batch-check [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,375 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,377 [execute] INFO git cat-file --batch [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,394 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,394 [execute] INFO git tag -a v1.0.0-dev.14 -m v1.0.0-dev.14 [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,395 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.14', '-m', 'v1.0.0-dev.14'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2026-08-05T05:53:25.648Z] 2026-08-05 05:53:25,398 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:25.648Z] 1.0.0-dev.14 [Pipeline] } [2026-08-05T05:53:25.659Z] $ docker exec --env ******** --env ******** 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b ssh-agent -k [2026-08-05T05:53:25.760Z] unset SSH_AUTH_SOCK; [2026-08-05T05:53:25.760Z] unset SSH_AGENT_PID; [2026-08-05T05:53:25.760Z] echo Agent pid 38 killed; [2026-08-05T05:53:25.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-08-05T05:53:26.194Z] + git semver [Pipeline] } [2026-08-05T05:53:26.471Z] $ docker stop --time=1 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b [2026-08-05T05:53:27.754Z] $ docker rm -f --volumes 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:53:28.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-08-05T05:53:28.589Z] [2026-08-05T05:53:28.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:53:29.062Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-08-05T05:53:29.062Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-08-05T05:53:29.062Z] ab5ef0e58194: Pulling fs layer [2026-08-05T05:53:29.062Z] 9712f1f96733: Pulling fs layer [2026-08-05T05:53:29.062Z] 63f879dbbcfc: Pulling fs layer [2026-08-05T05:53:29.062Z] 0d9ebad4ef96: Pulling fs layer [2026-08-05T05:53:29.062Z] e9a5061849ea: Pulling fs layer [2026-08-05T05:53:29.062Z] d747dcd14b5f: Pulling fs layer [2026-08-05T05:53:29.062Z] 2de7ff778b66: Pulling fs layer [2026-08-05T05:53:29.062Z] 2de7ff778b66: Waiting [2026-08-05T05:53:29.062Z] 0d9ebad4ef96: Waiting [2026-08-05T05:53:29.062Z] e9a5061849ea: Waiting [2026-08-05T05:53:29.062Z] d747dcd14b5f: Waiting [2026-08-05T05:53:29.062Z] 9712f1f96733: Download complete [2026-08-05T05:53:29.397Z] 63f879dbbcfc: Verifying Checksum [2026-08-05T05:53:29.397Z] 63f879dbbcfc: Download complete [2026-08-05T05:53:29.798Z] e9a5061849ea: Verifying Checksum [2026-08-05T05:53:29.798Z] e9a5061849ea: Download complete [2026-08-05T05:53:29.798Z] d747dcd14b5f: Download complete [2026-08-05T05:53:29.798Z] 0d9ebad4ef96: Verifying Checksum [2026-08-05T05:53:29.798Z] 0d9ebad4ef96: Download complete [2026-08-05T05:53:29.798Z] 2de7ff778b66: Verifying Checksum [2026-08-05T05:53:29.798Z] 2de7ff778b66: Download complete [2026-08-05T05:53:30.059Z] ab5ef0e58194: Verifying Checksum [2026-08-05T05:53:30.059Z] ab5ef0e58194: Download complete [2026-08-05T05:53:34.282Z] ab5ef0e58194: Pull complete [2026-08-05T05:53:34.282Z] 9712f1f96733: Pull complete [2026-08-05T05:53:34.282Z] 63f879dbbcfc: Pull complete [2026-08-05T05:53:39.565Z] 0d9ebad4ef96: Pull complete [2026-08-05T05:53:39.824Z] e9a5061849ea: Pull complete [2026-08-05T05:53:39.824Z] d747dcd14b5f: Pull complete [2026-08-05T05:53:41.259Z] 2de7ff778b66: Pull complete [2026-08-05T05:53:41.259Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-08-05T05:53:41.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-08-05T05:53:41.259Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:53:41.392Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:53:41.469Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2026-08-05T05:53:42.943Z] $ docker top d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-08-05T05:53:43.079Z] provisioning config files... [2026-08-05T05:53:43.092Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10821803288166488347tmp [2026-08-05T05:53:43.168Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9914681335149690376tmp [2026-08-05T05:53:43.189Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1582181759479318881tmp [Pipeline] { [Pipeline] echo [2026-08-05T05:53:43.337Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:53:43.642Z] ---> sigul-configuration.sh [2026-08-05T05:53:43.642Z] gpg: directory `/root/.gnupg' created [2026-08-05T05:53:43.642Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-08-05T05:53:43.642Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-08-05T05:53:43.642Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-08-05T05:53:43.642Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-08-05T05:53:43.642Z] gpg: CAST5 encrypted data [2026-08-05T05:53:43.642Z] gpg: encrypted with 1 passphrase [2026-08-05T05:53:43.642Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-08-05T05:53:43.942Z] + mkdir /home/jenkins [2026-08-05T05:53:43.942Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-08-05T05:53:44.243Z] + 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 [2026-08-05T05:53:44.259Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:53:44.578Z] ---> sigul-install.sh [2026-08-05T05:53:44.578Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-08-05T05:53:44.983Z] + git tag --list [2026-08-05T05:53:44.983Z] v0.0.1 [2026-08-05T05:53:44.983Z] v0.0.2-dev.1 [2026-08-05T05:53:44.983Z] v0.0.2-dev.10 [2026-08-05T05:53:44.983Z] v0.0.2-dev.11 [2026-08-05T05:53:44.983Z] v0.0.2-dev.12 [2026-08-05T05:53:44.983Z] v0.0.2-dev.13 [2026-08-05T05:53:44.983Z] v0.0.2-dev.14 [2026-08-05T05:53:44.983Z] v0.0.2-dev.15 [2026-08-05T05:53:44.983Z] v0.0.2-dev.16 [2026-08-05T05:53:44.983Z] v0.0.2-dev.17 [2026-08-05T05:53:44.983Z] v0.0.2-dev.18 [2026-08-05T05:53:44.983Z] v0.0.2-dev.19 [2026-08-05T05:53:44.983Z] v0.0.2-dev.2 [2026-08-05T05:53:44.983Z] v0.0.2-dev.20 [2026-08-05T05:53:44.983Z] v0.0.2-dev.21 [2026-08-05T05:53:44.983Z] v0.0.2-dev.22 [2026-08-05T05:53:44.983Z] v0.0.2-dev.23 [2026-08-05T05:53:44.983Z] v0.0.2-dev.24 [2026-08-05T05:53:44.983Z] v0.0.2-dev.25 [2026-08-05T05:53:44.983Z] v0.0.2-dev.26 [2026-08-05T05:53:44.983Z] v0.0.2-dev.27 [2026-08-05T05:53:44.983Z] v0.0.2-dev.28 [2026-08-05T05:53:44.983Z] v0.0.2-dev.29 [2026-08-05T05:53:44.983Z] v0.0.2-dev.3 [2026-08-05T05:53:44.983Z] v0.0.2-dev.30 [2026-08-05T05:53:44.983Z] v0.0.2-dev.31 [2026-08-05T05:53:44.983Z] v0.0.2-dev.32 [2026-08-05T05:53:44.983Z] v0.0.2-dev.33 [2026-08-05T05:53:44.983Z] v0.0.2-dev.34 [2026-08-05T05:53:44.983Z] v0.0.2-dev.35 [2026-08-05T05:53:44.983Z] v0.0.2-dev.36 [2026-08-05T05:53:44.983Z] v0.0.2-dev.37 [2026-08-05T05:53:44.983Z] v0.0.2-dev.38 [2026-08-05T05:53:44.983Z] v0.0.2-dev.39 [2026-08-05T05:53:44.983Z] v0.0.2-dev.4 [2026-08-05T05:53:44.983Z] v0.0.2-dev.40 [2026-08-05T05:53:44.983Z] v0.0.2-dev.41 [2026-08-05T05:53:44.983Z] v0.0.2-dev.42 [2026-08-05T05:53:44.983Z] v0.0.2-dev.43 [2026-08-05T05:53:44.983Z] v0.0.2-dev.44 [2026-08-05T05:53:44.983Z] v0.0.2-dev.5 [2026-08-05T05:53:44.983Z] v0.0.2-dev.6 [2026-08-05T05:53:44.983Z] v0.0.2-dev.7 [2026-08-05T05:53:44.983Z] v0.0.2-dev.8 [2026-08-05T05:53:44.983Z] v0.0.2-dev.9 [2026-08-05T05:53:44.983Z] v1.0.0-dev.1 [2026-08-05T05:53:44.983Z] v1.0.0-dev.10 [2026-08-05T05:53:44.983Z] v1.0.0-dev.11 [2026-08-05T05:53:44.983Z] v1.0.0-dev.12 [2026-08-05T05:53:44.983Z] v1.0.0-dev.13 [2026-08-05T05:53:44.983Z] v1.0.0-dev.14 [2026-08-05T05:53:44.983Z] v1.0.0-dev.2 [2026-08-05T05:53:44.983Z] v1.0.0-dev.3 [2026-08-05T05:53:44.983Z] v1.0.0-dev.4 [2026-08-05T05:53:44.983Z] v1.0.0-dev.5 [2026-08-05T05:53:44.983Z] v1.0.0-dev.6 [2026-08-05T05:53:44.983Z] v1.0.0-dev.7 [2026-08-05T05:53:44.983Z] v1.0.0-dev.8 [2026-08-05T05:53:44.983Z] v1.0.0-dev.9 [Pipeline] sh [2026-08-05T05:53:45.389Z] + lftools sign git-tag v1.0.0-dev.14 [2026-08-05T05:53:46.071Z] Signing Git tag with Sigul... [2026-08-05T05:53:46.071Z] Signing v1.0.0-dev.14 [Pipeline] echo [2026-08-05T05:53:46.384Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:53:46.689Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-08-05T05:53:46.696Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-08-05T05:53:47.211Z] $ docker stop --time=1 d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 [2026-08-05T05:53:48.496Z] $ docker rm -f --volumes d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-08-05T05:53:48.929Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-08-05T05:53:48.929Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:53:49.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:53:49.237Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:53:49.321Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:53:49.357Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-08-05T05:53:49.596Z] $ docker top aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 -eo pid,comm [2026-08-05T05:53:49.639Z] 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). [2026-08-05T05:53:49.639Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-08-05T05:53:49.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-05T05:53:49.715Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-05T05:53:49.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-05T05:53:49.831Z] $ docker exec aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 ssh-agent [2026-08-05T05:53:49.937Z] SSH_AUTH_SOCK=/tmp/ssh-qQDQ3XBXLQoY/agent.33 [2026-08-05T05:53:49.937Z] SSH_AGENT_PID=39 [2026-08-05T05:53:49.942Z] Running ssh-add (command line suppressed) [2026-08-05T05:53:50.052Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9655422402591771210.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9655422402591771210.key) [2026-08-05T05:53:50.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-05T05:53:50.365Z] + git semver bump pre [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,562 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,565 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,566 [bump_version] DEBUG bumping version:1.0.0-dev.14 on axis:pre with prefix:dev [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,566 [bump_version] DEBUG bumped version:1.0.0-dev.15 [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,566 [write_version] DEBUG write version:1.0.0-dev.15 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,566 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,566 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,568 [execute] INFO git cat-file --batch-check [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,568 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,572 [execute] INFO git cat-file --batch [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,572 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-08-05T05:53:50.626Z] 2026-08-05 05:53:50,575 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:50.626Z] 1.0.0-dev.15 [Pipeline] } [2026-08-05T05:53:50.638Z] $ docker exec --env ******** --env ******** aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 ssh-agent -k [2026-08-05T05:53:50.730Z] unset SSH_AUTH_SOCK; [2026-08-05T05:53:50.731Z] unset SSH_AGENT_PID; [2026-08-05T05:53:50.731Z] echo Agent pid 39 killed; [2026-08-05T05:53:50.765Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-08-05T05:53:51.089Z] + git semver [Pipeline] } [2026-08-05T05:53:51.364Z] $ docker stop --time=1 aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 [2026-08-05T05:53:52.622Z] $ docker rm -f --volumes aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 [Pipeline] // withDockerContainer [Pipeline] sh [2026-08-05T05:53:52.977Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-08-05T05:53:52.978Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:53:53.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-08-05T05:53:53.291Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:53:53.362Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:53:53.397Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-08-05T05:53:53.628Z] $ docker top 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a -eo pid,comm [2026-08-05T05:53:53.669Z] 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). [2026-08-05T05:53:53.669Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-08-05T05:53:53.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-08-05T05:53:53.780Z] [ssh-agent] Looking for ssh-agent implementation... [2026-08-05T05:53:53.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-08-05T05:53:53.894Z] $ docker exec 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a ssh-agent [2026-08-05T05:53:53.996Z] SSH_AUTH_SOCK=/tmp/ssh-MuHV8EhTcicv/agent.32 [2026-08-05T05:53:53.996Z] SSH_AGENT_PID=38 [2026-08-05T05:53:54.000Z] Running ssh-add (command line suppressed) [2026-08-05T05:53:54.107Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11053349359339336470.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11053349359339336470.key) [2026-08-05T05:53:54.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-08-05T05:53:54.421Z] + git semver push [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,623 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,627 [run_push] DEBUG push [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,628 [execute] INFO git cat-file --batch-check [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,628 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,631 [execute] INFO git rev-list 8d8a147d92868e6df54cdf717c7ba2e674929503 -- [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,631 [execute] DEBUG Popen(['git', 'rev-list', '8d8a147d92868e6df54cdf717c7ba2e674929503', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,636 [execute] INFO git fetch -v -- origin [2026-08-05T05:53:54.681Z] 2026-08-05 05:53:54,636 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) [2026-08-05T05:53:55.997Z] 2026-08-05 05:53:55,339 [run_push] DEBUG no remote changes detected [2026-08-05T05:53:55.997Z] 2026-08-05 05:53:55,339 [execute] INFO git push origin semver [2026-08-05T05:53:55.997Z] 2026-08-05 05:53:55,340 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-08-05T05:53:56.954Z] 2026-08-05 05:53:56,591 [run_push] DEBUG push all version tags [2026-08-05T05:53:56.954Z] 2026-08-05 05:53:56,591 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-08-05T05:53:56.954Z] 2026-08-05 05:53:56,592 [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) [2026-08-05T05:53:57.901Z] 2026-08-05 05:53:57,732 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2026-08-05T05:53:57.901Z] 1.0.0-dev.15 [Pipeline] } [2026-08-05T05:53:57.915Z] $ docker exec --env ******** --env ******** 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a ssh-agent -k [2026-08-05T05:53:58.006Z] unset SSH_AUTH_SOCK; [2026-08-05T05:53:58.006Z] unset SSH_AGENT_PID; [2026-08-05T05:53:58.006Z] echo Agent pid 38 killed; [2026-08-05T05:53:58.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-08-05T05:53:58.344Z] + git semver [Pipeline] } [2026-08-05T05:53:58.633Z] $ docker stop --time=1 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a [2026-08-05T05:53:59.899Z] $ docker rm -f --volumes 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-08-05T05:54:00.466Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2026-08-05T05:54:00.466Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2026-08-05T05:54:00.466Z] total 16 [2026-08-05T05:54:00.466Z] drwxr-xr-x 3 root root 4096 Aug 5 05:41 . [2026-08-05T05:54:00.466Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 5 05:53 .. [2026-08-05T05:54:00.466Z] drwxr-xr-x 2 root root 4096 Aug 5 05:41 cost [2026-08-05T05:54:00.466Z] -rw-r--r-- 1 root root 87 Aug 5 05:41 cost.csv [2026-08-05T05:54:00.466Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2026-08-05T05:54:00.466Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2026-08-05T05:54:00.466Z] total 16 [2026-08-05T05:54:00.466Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 5 05:41 . [2026-08-05T05:54:00.466Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 5 05:53 .. [2026-08-05T05:54:00.466Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 5 05:41 cost [2026-08-05T05:54:00.466Z] -rw-r--r-- 1 jenkins jenkins 87 Aug 5 05:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:00.859Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:01.928Z] ---> package-listing.sh [2026-08-05T05:54:01.928Z] ++ facter osfamily [2026-08-05T05:54:01.928Z] ++ tr '[:upper:]' '[:lower:]' [2026-08-05T05:54:01.928Z] + OS_FAMILY=debian [2026-08-05T05:54:01.928Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2026-08-05T05:54:01.928Z] + START_PACKAGES=/tmp/packages_start.txt [2026-08-05T05:54:01.928Z] + END_PACKAGES=/tmp/packages_end.txt [2026-08-05T05:54:01.928Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-08-05T05:54:01.928Z] + PACKAGES=/tmp/packages_start.txt [2026-08-05T05:54:01.928Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2026-08-05T05:54:01.928Z] + PACKAGES=/tmp/packages_end.txt [2026-08-05T05:54:01.928Z] + case "${OS_FAMILY}" in [2026-08-05T05:54:01.928Z] + dpkg -l [2026-08-05T05:54:01.928Z] + grep '^ii' [2026-08-05T05:54:01.928Z] + '[' -f /tmp/packages_start.txt ']' [2026-08-05T05:54:01.928Z] + '[' -f /tmp/packages_end.txt ']' [2026-08-05T05:54:01.928Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-08-05T05:54:01.928Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2026-08-05T05:54:01.928Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2026-08-05T05:54:01.928Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2026-08-05T05:54:01.960Z] 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 [2026-08-05T05:54:02.294Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-08-05T05:54:02.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-08-05T05:54:02.688Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-08-05T05:54:03.052Z] prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container [2026-08-05T05:54:03.171Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-08-05T05:54:03.400Z] $ docker top c1b4aad49f6578ae7f36620bd97434b1edfe53289e91782b27fa17abcf35aabc -eo pid,comm [Pipeline] { [Pipeline] sh [2026-08-05T05:54:03.849Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-08-05T05:54:04.139Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-08-05T05:54:04.485Z] + ls /var/log/sa-host [2026-08-05T05:54:04.485Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-08-05T05:54:04.686Z] provisioning config files... [2026-08-05T05:54:04.740Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3307174356951512456tmp [Pipeline] { [Pipeline] echo [2026-08-05T05:54:04.762Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:05.136Z] ---> create-netrc.sh [Pipeline] } [2026-08-05T05:54:05.151Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:05.607Z] ---> python-tools-install.sh [Pipeline] echo [2026-08-05T05:54:05.646Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:06.008Z] ---> sudo-logs.sh [2026-08-05T05:54:06.008Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-08-05T05:54:06.070Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:06.388Z] ---> job-cost.sh [2026-08-05T05:54:06.388Z] lf-activate-venv: SKIPPING [2026-08-05T05:54:06.388Z] DEBUG: total: 0.2199999988079071 [2026-08-05T05:54:06.388Z] INFO: Retrieving Stack Cost... [2026-08-05T05:54:06.958Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-08-05T05:54:07.221Z] INFO: Archiving Costs [Pipeline] echo [2026-08-05T05:54:07.236Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-08-05T05:54:07.680Z] ---> logs-deploy.sh [2026-08-05T05:54:07.680Z] lf-activate-venv: SKIPPING [2026-08-05T05:54:07.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/67 [2026-08-05T05:54:07.680Z] INFO: archiving workspace using pattern(s): [2026-08-05T05:54:08.467Z] Archives upload complete. [2026-08-05T05:54:08.467Z] INFO: archiving logs to Nexus