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 05:36:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:36:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:36:33 ========================================================= 05:36:33 EdgeX Global Pipelines Version Info 05:36:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:36:34 ------------------- 05:36:34 stable info: 05:36:34 ------------------- 05:36:34 Commited By: Ginny Guan ginny@iotechsys.com 05:36:34 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 05:36:34 Message: update stable to v1.0.281 05:36:35 ------------------- 05:36:35 experimental info: 05:36:35 ------------------- 05:36:35 Commited By: **** collab-it+edgex@linuxfoundation.org 05:36:35 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 05:36:35 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 05:36:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f841b5a5e64b84806f3af205f58f3dc2f9049a63 [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f841b5a [Pipeline] echo 05:36:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:36:36 provisioning config files... 05:36:36 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10644916085318216230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:36:36 ---> ****-login.sh 05:36:36 nexus3.edgexfoundry.org:10001 05:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:36 05:36:36 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:36:36 Configure a credential helper to remove this warning. See 05:36:36 https://docs.****.com/go/credential-store/ 05:36:36 05:36:36 Login Succeeded 05:36:36 nexus3.edgexfoundry.org:10002 05:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:37 05:36:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:36:37 Configure a credential helper to remove this warning. See 05:36:37 https://docs.****.com/go/credential-store/ 05:36:37 05:36:37 Login Succeeded 05:36:37 nexus3.edgexfoundry.org:10003 05:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:37 05:36:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:36:37 Configure a credential helper to remove this warning. See 05:36:37 https://docs.****.com/go/credential-store/ 05:36:37 05:36:37 Login Succeeded 05:36:37 nexus3.edgexfoundry.org:10004 05:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:37 05:36:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:36:37 Configure a credential helper to remove this warning. See 05:36:37 https://docs.****.com/go/credential-store/ 05:36:37 05:36:37 Login Succeeded 05:36:37 ****.io 05:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:37 05:36:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:36:37 Configure a credential helper to remove this warning. See 05:36:37 https://docs.****.com/go/credential-store/ 05:36:37 05:36:37 Login Succeeded 05:36:37 ---> ****-login.sh ends [Pipeline] } 05:36:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:36:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:36:38 + grep -v github /etc/ssh/ssh_known_hosts 05:36:38 + [ -e /tmp/ssh_known_hosts ] 05:36:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:36:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:36:38 + sudo tee -a /etc/ssh/ssh_known_hosts 05:36:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:36:38 05:36:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:36:38 0.1.4: Pulling from edgex-devops/py-git-semver 05:36:38 3dae71ba6b94: Pulling fs layer 05:36:38 6bf1a483ea7c: Pulling fs layer 05:36:38 f5dfc541a4d3: Pulling fs layer 05:36:38 461d9e800cba: Pulling fs layer 05:36:38 80192f66455f: Pulling fs layer 05:36:38 2e8e34ca0e6c: Pulling fs layer 05:36:38 a29436f7fd5d: Pulling fs layer 05:36:38 923cac83aea3: Pulling fs layer 05:36:38 25ad8b0a4227: Pulling fs layer 05:36:38 db01528c6b51: Pulling fs layer 05:36:38 28988de357af: Pulling fs layer 05:36:38 461d9e800cba: Waiting 05:36:38 a29436f7fd5d: Waiting 05:36:38 923cac83aea3: Waiting 05:36:38 25ad8b0a4227: Waiting 05:36:38 db01528c6b51: Waiting 05:36:38 28988de357af: Waiting 05:36:38 2e8e34ca0e6c: Waiting 05:36:38 80192f66455f: Waiting 05:36:38 6bf1a483ea7c: Verifying Checksum 05:36:38 6bf1a483ea7c: Download complete 05:36:38 461d9e800cba: Verifying Checksum 05:36:38 461d9e800cba: Download complete 05:36:39 80192f66455f: Verifying Checksum 05:36:39 80192f66455f: Download complete 05:36:39 f5dfc541a4d3: Verifying Checksum 05:36:39 f5dfc541a4d3: Download complete 05:36:39 3dae71ba6b94: Verifying Checksum 05:36:39 3dae71ba6b94: Download complete 05:36:39 923cac83aea3: Verifying Checksum 05:36:39 923cac83aea3: Download complete 05:36:39 25ad8b0a4227: Verifying Checksum 05:36:39 25ad8b0a4227: Download complete 05:36:39 db01528c6b51: Verifying Checksum 05:36:39 db01528c6b51: Download complete 05:36:39 28988de357af: Verifying Checksum 05:36:39 28988de357af: Download complete 05:36:39 a29436f7fd5d: Download complete 05:36:40 2e8e34ca0e6c: Verifying Checksum 05:36:40 2e8e34ca0e6c: Download complete 05:36:40 3dae71ba6b94: Pull complete 05:36:40 6bf1a483ea7c: Pull complete 05:36:41 f5dfc541a4d3: Pull complete 05:36:41 461d9e800cba: Pull complete 05:36:41 80192f66455f: Pull complete 05:36:46 2e8e34ca0e6c: Pull complete 05:36:46 a29436f7fd5d: Pull complete 05:36:46 923cac83aea3: Pull complete 05:36:46 25ad8b0a4227: Pull complete 05:36:46 db01528c6b51: Pull complete 05:36:46 28988de357af: Pull complete 05:36:46 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:36:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:36:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:36:47 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:36:47 $ 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 05:36:48 $ docker top 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 -eo pid,comm 05:36:48 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). 05:36:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:36:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:36:48 [ssh-agent] Looking for ssh-agent implementation... 05:36:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:36:49 $ docker exec 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent 05:36:49 SSH_AUTH_SOCK=/tmp/ssh-JNLZECtae4aN/agent.33 05:36:49 SSH_AGENT_PID=39 05:36:49 Running ssh-add (command line suppressed) 05:36:49 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) 05:36:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:36:49 + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh 05:36:49 + git tag --points-at HEAD [Pipeline] } 05:36:50 $ docker exec --env ******** --env ******** 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent -k 05:36:50 unset SSH_AUTH_SOCK; 05:36:50 unset SSH_AGENT_PID; 05:36:50 echo Agent pid 39 killed; 05:36:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:36:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:36:50 [ssh-agent] Looking for ssh-agent implementation... 05:36:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:36:50 $ docker exec 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent 05:36:50 SSH_AUTH_SOCK=/tmp/ssh-BHYKcrwZp83b/agent.86 05:36:50 SSH_AGENT_PID=92 05:36:50 Running ssh-add (command line suppressed) 05:36:50 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) 05:36:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:36:51 + git semver init 05:36:51 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') 05:36:51 2026-08-05 05:36:51,504 [run_init] DEBUG init version:0.0.0 force:False 05:36:51 2026-08-05 05:36:51,505 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 05:36:51 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 05:36:51 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) 05:36:52 2026-08-05 05:36:52,248 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 05:36:52 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 05:36:52 2026-08-05 05:36:52,249 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:36:52 2026-08-05 05:36:52,249 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:36:52 1.0.0-dev.14 [Pipeline] } 05:36:52 $ docker exec --env ******** --env ******** 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 ssh-agent -k 05:36:52 unset SSH_AUTH_SOCK; 05:36:52 unset SSH_AGENT_PID; 05:36:52 echo Agent pid 92 killed; 05:36:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:36:53 + git semver [Pipeline] } 05:36:53 $ docker stop --time=1 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 05:36:54 $ docker rm -f --volumes 262a320a2979773c4986122c24d2f6e9f1b4a22735aa83100ef4bca149bf3926 [Pipeline] // withDockerContainer [Pipeline] sh 05:36:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:36:56 Stashed 1 file(s) [Pipeline] echo 05:36:56 [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 05:36:56 provisioning config files... 05:36:56 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13005693087657167304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:36:57 ---> ****-login.sh 05:36:57 nexus3.edgexfoundry.org:10001 05:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:57 Login Succeeded 05:36:57 nexus3.edgexfoundry.org:10002 05:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:57 Login Succeeded 05:36:57 nexus3.edgexfoundry.org:10003 05:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:57 Login Succeeded 05:36:57 nexus3.edgexfoundry.org:10004 05:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:57 Login Succeeded 05:36:57 ****.io 05:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:57 Login Succeeded 05:36:57 ---> ****-login.sh ends [Pipeline] } 05:36:57 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 05:36:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:36:59 + ls -al . 05:36:59 total 72 05:36:59 drwxrwxr-x 6 jenkins jenkins 4096 Aug 5 05:36 . 05:36:59 drwxrwxr-x 4 jenkins jenkins 4096 Aug 5 05:36 .. 05:36:59 drwxrwxr-x 8 jenkins jenkins 4096 Aug 5 05:36 .git 05:36:59 drwxrwxr-x 2 jenkins jenkins 4096 Aug 5 05:36 .github 05:36:59 -rw-rw-r-- 1 jenkins jenkins 22 Aug 5 05:36 .gitignore 05:36:59 drwxr-xr-x 3 jenkins jenkins 4096 Aug 5 05:36 .semver 05:36:59 -rw-rw-r-- 1 jenkins jenkins 1653 Aug 5 05:36 Dockerfile 05:36:59 -rw-rw-r-- 1 jenkins jenkins 746 Aug 5 05:36 Jenkinsfile 05:36:59 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 5 05:36 LICENSE 05:36:59 -rw-rw-r-- 1 jenkins jenkins 4232 Aug 5 05:36 README.md 05:36:59 drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:36 TUC 05:36:59 -rw-rw-r-- 1 jenkins jenkins 12 Aug 5 05:36 VERSION 05:36:59 -rw-rw-r-- 1 jenkins jenkins 473 Aug 5 05:36 requirements.txt 05:36:59 -rw-rw-r-- 1 jenkins jenkins 54 Aug 5 05:36 robot-entrypoint.sh 05:36:59 -rw-rw-r-- 1 jenkins jenkins 445 Aug 5 05:36 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:59 + 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 . 05:37:00 #0 building with "default" instance using docker driver 05:37:00 05:37:00 #1 [internal] load build definition from Dockerfile 05:37:00 #1 transferring dockerfile: 1.69kB done 05:37:00 #1 DONE 0.0s 05:37:00 05:37:00 #2 [internal] load metadata for docker.io/library/alpine:3.20 05:37:00 #2 DONE 0.1s 05:37:00 05:37:00 #3 [internal] load .dockerignore 05:37:00 #3 transferring context: 2B done 05:37:00 #3 DONE 0.0s 05:37:00 05:37:00 #4 [internal] load build context 05:37:00 #4 transferring context: 592.55kB 0.0s done 05:37:00 #4 DONE 0.1s 05:37:00 05:37:00 #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 05:37:00 #5 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 0.0s done 05:37:00 #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s 05:37:00 #5 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done 05:37:00 #5 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done 05:37:00 #5 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 0.1s done 05:37:00 #5 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done 05:37:00 #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s done 05:37:00 #5 DONE 0.3s 05:37:00 05:37:00 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 05:37:00 #6 DONE 0.1s 05:37:00 05:37:00 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 05:37:00 #7 DONE 0.0s 05:37:00 05:37:00 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 05:37:00 #8 DONE 0.0s 05:37:00 05:37:00 #9 [5/7] WORKDIR /edgex-taf 05:37:00 #9 DONE 0.0s 05:37:00 05:37:00 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:37:01 #10 DONE 0.3s 05:37:01 05:37:01 #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 05:37:01 #11 0.223 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:01 #11 0.526 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:02 #11 1.038 OK: 8 MiB in 14 packages 05:37:02 #11 1.083 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:02 #11 1.260 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:03 #11 1.714 (1/14) Installing ca-certificates (20260413-r0) 05:37:03 #11 1.864 (2/14) Installing brotli-libs (1.1.0-r2) 05:37:03 #11 2.094 (3/14) Installing c-ares (1.33.1-r0) 05:37:03 #11 2.241 (4/14) Installing libunistring (1.2-r0) 05:37:03 #11 2.487 (5/14) Installing libidn2 (2.3.7-r0) 05:37:03 #11 2.640 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:37:03 #11 2.823 (7/14) Installing libpsl (0.21.5-r1) 05:37:04 #11 2.961 (8/14) Installing zstd-libs (1.5.6-r0) 05:37:04 #11 3.188 (9/14) Installing libcurl (8.14.1-r2) 05:37:04 #11 3.348 (10/14) Installing curl (8.14.1-r2) 05:37:04 #11 3.557 (11/14) Installing docker-cli (26.1.5-r0) 05:37:05 #11 3.865 (12/14) Installing oniguruma (6.9.9-r0) 05:37:05 #11 4.081 (13/14) Installing jq (1.7.1-r0) 05:37:05 #11 4.248 (14/14) Installing openssl (3.3.7-r0) 05:37:05 #11 4.476 Executing busybox-1.36.1-r31.trigger 05:37:05 #11 4.481 Executing ca-certificates-20260413-r0.trigger 05:37:05 #11 4.517 OK: 43 MiB in 28 packages 05:37:05 #11 4.576 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:05 #11 4.758 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:06 #11 5.215 (1/167) Installing libexpat (2.8.1-r0) 05:37:06 #11 5.352 (2/167) Installing libbz2 (1.0.8-r6) 05:37:06 #11 5.507 (3/167) Installing libpng (1.6.57-r0) 05:37:06 #11 5.659 (4/167) Installing freetype (2.13.2-r0) 05:37:06 #11 5.902 (5/167) Installing fontconfig (2.15.0-r1) 05:37:07 #11 6.059 (6/167) Installing libfontenc (1.1.8-r0) 05:37:07 #11 6.232 (7/167) Installing mkfontscale (1.2.2-r6) 05:37:07 #11 6.361 (8/167) Installing font-opensans (0_git20210927-r1) 05:37:07 #11 6.638 (9/167) Installing pkgconf (2.2.0-r0) 05:37:08 #11 6.785 (10/167) Installing libgcc (13.2.1_git20240309-r1) 05:37:08 #11 6.971 (11/167) Installing libffi (3.4.6-r0) 05:37:08 #11 7.098 (12/167) Installing libintl (0.22.5-r0) 05:37:08 #11 7.270 (13/167) Installing libeconf (0.6.3-r0) 05:37:08 #11 7.440 (14/167) Installing libblkid (2.40.1-r1) 05:37:08 #11 7.628 (15/167) Installing libmount (2.40.1-r1) 05:37:08 #11 7.789 (16/167) Installing pcre2 (10.43-r0) 05:37:09 #11 8.029 (17/167) Installing glib (2.80.5-r0) 05:37:09 #11 8.238 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 05:37:09 #11 8.518 (19/167) Installing xz-libs (5.8.3-r0) 05:37:09 #11 8.674 (20/167) Installing libxml2 (2.12.10-r0) 05:37:10 #11 8.934 (21/167) Installing shared-mime-info (2.4-r0) 05:37:10 #11 9.107 (22/167) Installing hicolor-icon-theme (0.17-r2) 05:37:10 #11 9.281 (23/167) Installing libjpeg-turbo (3.0.3-r0) 05:37:10 #11 9.446 (24/167) Installing libsharpyuv (1.3.2-r0) 05:37:10 #11 9.591 (25/167) Installing libwebp (1.3.2-r0) 05:37:10 #11 9.755 (26/167) Installing tiff (4.6.0t-r0) 05:37:11 #11 9.977 (27/167) Installing gdk-pixbuf (2.42.12-r0) 05:37:11 #11 10.14 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 05:37:11 Still waiting to schedule task 05:37:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:37:11 #11 10.30 (29/167) Installing libxau (1.0.11-r4) 05:37:11 #11 10.41 (30/167) Installing libmd (1.1.0-r0) 05:37:11 #11 10.58 (31/167) Installing libbsd (0.12.2-r0) 05:37:11 #11 10.71 (32/167) Installing libxdmcp (1.1.5-r1) 05:37:12 #11 10.86 (33/167) Installing libxcb (1.16.1-r0) 05:37:12 #11 11.02 (34/167) Installing libx11 (1.8.9-r1) 05:37:12 #11 11.28 (35/167) Installing libxcomposite (0.4.6-r5) 05:37:12 #11 11.40 (36/167) Installing libxfixes (6.0.1-r4) 05:37:12 #11 11.55 (37/167) Installing libxrender (0.9.11-r5) 05:37:12 #11 11.69 (38/167) Installing libxcursor (1.2.2-r1) 05:37:13 #11 11.85 (39/167) Installing libxdamage (1.1.6-r5) 05:37:13 #11 11.97 (40/167) Installing libxext (1.3.6-r2) 05:37:13 #11 12.13 (41/167) Installing libxi (1.8.1-r4) 05:37:13 #11 12.27 (42/167) Installing libxinerama (1.1.5-r4) 05:37:13 #11 12.42 (43/167) Installing libxrandr (1.5.4-r1) 05:37:13 #11 12.53 (44/167) Installing libatk-1.0 (2.52.0-r0) 05:37:13 #11 12.72 (45/167) Installing libxtst (1.2.4-r6) 05:37:13 #11 12.85 (46/167) Installing dbus-libs (1.14.10-r1) 05:37:14 #11 13.05 (47/167) Installing at-spi2-core (2.52.0-r0) 05:37:14 #11 13.21 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 05:37:14 #11 13.40 (49/167) Installing pixman (0.43.2-r0) 05:37:14 #11 13.57 (50/167) Installing cairo (1.18.4-r0) 05:37:14 #11 13.82 (51/167) Installing cairo-gobject (1.18.4-r0) 05:37:15 #11 13.95 (52/167) Installing avahi-libs (0.8-r17) 05:37:15 #11 14.14 (53/167) Installing gmp (6.3.0-r1) 05:37:15 #11 14.33 (54/167) Installing nettle (3.10.2-r0) 05:37:15 #11 14.56 (55/167) Installing libtasn1 (4.21.0-r0) 05:37:15 #11 14.69 (56/167) Installing p11-kit (0.25.3-r0) 05:37:16 #11 14.93 (57/167) Installing gnutls (3.8.13-r0) 05:37:16 #11 15.11 (58/167) Installing cups-libs (2.4.18-r0) 05:37:16 #11 15.34 (59/167) Installing libepoxy (1.5.10-r1) 05:37:16 #11 15.52 (60/167) Installing fribidi (1.0.15-r0) 05:37:16 #11 15.69 (61/167) Installing graphite2 (1.3.14-r6) 05:37:17 #11 15.87 (62/167) Installing harfbuzz (8.5.0-r0) 05:37:17 #11 16.12 (63/167) Installing libxft (2.3.8-r3) 05:37:17 #11 16.26 (64/167) Installing pango (1.52.2-r0) 05:37:17 #11 16.50 (65/167) Installing wayland-libs-client (1.22.0-r4) 05:37:17 #11 16.63 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 05:37:17 #11 16.77 (67/167) Installing wayland-libs-egl (1.22.0-r4) 05:37:18 #11 16.89 (68/167) Installing xkeyboard-config (2.41-r0) 05:37:18 #11 17.14 (69/167) Installing libxkbcommon (1.7.0-r0) 05:37:18 #11 17.30 (70/167) Installing gtk+3.0 (3.24.43-r0) 05:37:18 #11 17.61 (71/167) Installing icu-data-full (74.2-r1) 05:37:19 #11 18.05 (72/167) Installing mesa (24.0.9-r1) 05:37:19 #11 18.21 (73/167) Installing llvm17-libs (17.0.6-r2) 05:37:20 #11 19.52 (74/167) Installing hwdata-pci (0.382-r0) 05:37:20 #11 19.75 (75/167) Installing libpciaccess (0.18.1-r0) 05:37:20 #11 19.88 (76/167) Installing libdrm (2.4.120-r0) 05:37:21 #11 20.14 (77/167) Installing libelf (0.191-r0) 05:37:21 #11 20.33 (78/167) Installing mesa-glapi (24.0.9-r1) 05:37:21 #11 20.52 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 05:37:22 #11 21.05 (80/167) Installing eudev-libs (3.2.14-r2) 05:37:22 #11 21.21 (81/167) Installing libmagic (5.45-r1) 05:37:22 #11 21.42 (82/167) Installing file (5.45-r1) 05:37:22 #11 21.55 (83/167) Installing xprop (1.2.7-r0) 05:37:22 #11 21.68 (84/167) Installing libice (1.1.1-r6) 05:37:22 #11 21.84 (85/167) Installing libuuid (2.40.1-r1) 05:37:23 #11 21.96 (86/167) Installing libsm (1.2.4-r4) 05:37:23 #11 22.13 (87/167) Installing libxt (1.3.0-r5) 05:37:23 #11 22.30 (88/167) Installing libxmu (1.1.4-r2) 05:37:23 #11 22.49 (89/167) Installing xset (1.2.5-r1) 05:37:23 #11 22.61 (90/167) Installing xdg-utils (1.2.1-r0) 05:37:24 #11 22.80 (91/167) Installing libogg (1.3.5-r5) 05:37:24 #11 22.92 (92/167) Installing libflac (1.4.3-r1) 05:37:24 #11 23.14 (93/167) Installing alsa-lib (1.2.11-r0) 05:37:24 #11 23.31 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 05:37:24 #11 23.62 (95/167) Installing aom-libs (3.9.1-r0) 05:37:24 #11 23.83 (96/167) Installing libva (2.21.0-r0) 05:37:25 #11 24.02 (97/167) Installing libvdpau (1.5-r3) 05:37:25 #11 24.15 (98/167) Installing onevpl-libs (2023.3.1-r2) 05:37:25 #11 24.35 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 05:37:25 #11 24.53 (100/167) Installing libdav1d (1.4.2-r0) 05:37:25 #11 24.77 (101/167) Installing openexr-libiex (3.1.13-r1) 05:37:25 #11 24.95 (102/167) Installing openexr-libilmthread (3.1.13-r1) 05:37:26 #11 25.12 (103/167) Installing imath (3.1.12-r0) 05:37:26 #11 25.27 (104/167) Installing openexr-libopenexr (3.1.13-r1) 05:37:26 #11 25.54 (105/167) Installing giflib (5.2.2-r0) 05:37:26 #11 25.67 (106/167) Installing libhwy (1.0.7-r0) 05:37:27 #11 25.84 (107/167) Installing lcms2 (2.19-r0) 05:37:27 #11 26.00 (108/167) Installing libjxl (0.10.2-r0) 05:37:27 #11 26.28 (109/167) Installing lame-libs (3.100-r5) 05:37:27 #11 26.45 (110/167) Installing opus (1.5.2-r0) 05:37:27 #11 26.67 (111/167) Installing rav1e-libs (0.7.1-r0) 05:37:28 #11 26.86 (112/167) Installing libgomp (13.2.1_git20240309-r1) 05:37:28 #11 27.08 (113/167) Installing soxr (0.1.3-r7) 05:37:28 #11 27.23 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 05:37:28 #11 27.42 (115/167) Installing libtheora (1.1.1-r18) 05:37:28 #11 27.59 (116/167) Installing libvorbis (1.3.7-r2) 05:37:28 #11 27.80 (117/167) Installing libvpx (1.14.1-r0) 05:37:29 #11 28.01 (118/167) Installing libwebpmux (1.3.2-r0) 05:37:29 #11 28.19 (119/167) Installing x264-libs (0.164_git20231001-r0) 05:37:29 #11 28.37 (120/167) Installing numactl (2.0.18-r0) 05:37:29 #11 28.54 (121/167) Installing x265-libs (3.6-r0) 05:37:30 #11 28.79 (122/167) Installing xvidcore (1.3.7-r2) 05:37:30 #11 29.00 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 05:37:30 #11 29.27 (124/167) Installing libbluray (1.3.4-r1) 05:37:30 #11 29.48 (125/167) Installing mpg123-libs (1.32.8-r0) 05:37:30 #11 29.67 (126/167) Installing libopenmpt (0.7.7-r0) 05:37:31 #11 29.91 (127/167) Installing cjson (1.7.19-r0) 05:37:31 #11 30.07 (128/167) Installing mbedtls (3.6.6-r0) 05:37:31 #11 30.41 (129/167) Installing librist (0.2.10-r1) 05:37:31 #11 30.60 (130/167) Installing libsrt (1.5.3-r0) 05:37:32 #11 30.83 (131/167) Installing libssh (0.10.6-r0) 05:37:32 #11 30.99 (132/167) Installing libsodium (1.0.19-r1) 05:37:32 #11 31.20 (133/167) Installing libzmq (4.3.5-r2) 05:37:32 #11 31.35 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 05:37:32 #11 31.62 (135/167) Installing crc32c (1.1.2-r0) 05:37:32 #11 31.77 (136/167) Installing double-conversion (3.3.0-r0) 05:37:33 #11 31.94 (137/167) Installing libevent (2.1.12-r7) 05:37:33 #11 32.12 (138/167) Installing wayland-libs-server (1.22.0-r4) 05:37:33 #11 32.29 (139/167) Installing mesa-gbm (24.0.9-r1) 05:37:33 #11 32.41 (140/167) Installing harfbuzz-subset (8.5.0-r0) 05:37:33 #11 32.66 (141/167) Installing icu-libs (74.2-r1) 05:37:33 #11 32.85 (142/167) Installing minizip (1.3.1-r0) 05:37:34 #11 33.02 (143/167) Installing nspr (4.35-r4) 05:37:34 #11 33.17 (144/167) Installing sqlite-libs (3.45.3-r3) 05:37:34 #11 33.42 (145/167) Installing nss (3.105-r0) 05:37:34 #11 33.62 (146/167) Installing openh264 (2.4.1-r0) 05:37:35 #11 33.87 (147/167) Installing libcamera-ipa (0.3.0-r0) 05:37:35 #11 34.03 (148/167) Installing libunwind (1.8.1-r0) 05:37:35 #11 34.22 (149/167) Installing yaml (0.2.5-r2) 05:37:35 #11 34.36 (150/167) Installing libcamera (0.3.0-r0) 05:37:35 #11 34.61 (151/167) Installing speexdsp (1.2.1-r2) 05:37:35 #11 34.75 (152/167) Installing libuv (1.48.0-r0) 05:37:36 #11 34.95 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 05:37:36 #11 35.14 (154/167) Installing libsndfile (1.2.2-r1) 05:37:36 #11 35.38 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 05:37:36 #11 35.56 (156/167) Installing pipewire-libs (1.0.6-r1) 05:37:37 #11 35.85 (157/167) Installing libasyncns (0.8-r3) 05:37:37 #11 35.99 (158/167) Installing libltdl (2.4.7-r3) 05:37:37 #11 36.15 (159/167) Installing orc (0.4.40-r0) 05:37:37 #11 36.32 (160/167) Installing tdb-libs (1.4.9-r1) 05:37:37 #11 36.50 (161/167) Installing libpulse (17.0-r0) 05:37:37 #11 36.68 (162/167) Installing libwebpdemux (1.3.2-r0) 05:37:38 #11 36.82 (163/167) Installing libgpg-error (1.49-r0) 05:37:38 #11 36.97 (164/167) Installing libgcrypt (1.10.3-r0) 05:37:38 #11 37.21 (165/167) Installing libxslt (1.1.39-r2) 05:37:38 #11 37.37 (166/167) Installing chromium (131.0.6778.108-r0) 05:37:40 #11 39.09 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 05:37:40 #11 39.37 Executing busybox-1.36.1-r31.trigger 05:37:40 #11 39.38 Executing fontconfig-2.15.0-r1.trigger 05:37:40 #11 39.39 Executing mkfontscale-1.2.2-r6.trigger 05:37:40 #11 39.41 Executing glib-2.80.5-r0.trigger 05:37:40 #11 39.42 Executing shared-mime-info-2.4-r0.trigger 05:37:40 #11 39.77 Executing gdk-pixbuf-2.42.12-r0.trigger 05:37:41 #11 39.78 Executing gtk-update-icon-cache-3.24.43-r0.trigger 05:37:41 #11 39.80 Executing gtk+3.0-3.24.43-r0.trigger 05:37:41 #11 39.82 OK: 672 MiB in 195 packages 05:37:41 #11 39.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:41 #11 40.13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:41 #11 40.56 (1/30) Installing jansson (2.14-r4) 05:37:41 #11 40.72 (2/30) Installing binutils (2.42-r1) 05:37:42 #11 40.93 (3/30) Installing libatomic (13.2.1_git20240309-r1) 05:37:42 #11 41.07 (4/30) Installing isl26 (0.26-r1) 05:37:42 #11 41.25 (5/30) Installing mpfr4 (4.2.1-r0) 05:37:42 #11 41.47 (6/30) Installing mpc1 (1.3.1-r1) 05:37:42 #11 41.62 (7/30) Installing gcc (13.2.1_git20240309-r1) 05:37:43 #11 42.52 (8/30) Installing musl-dev (1.2.5-r3) 05:37:44 #11 42.76 (9/30) Installing linux-headers (6.6-r0) 05:37:44 #11 43.05 (10/30) Installing libffi-dev (3.4.6-r0) 05:37:44 #11 43.20 (11/30) Installing libpq (16.14-r0) 05:37:44 #11 43.40 (12/30) Installing openssl-dev (3.3.7-r0) 05:37:44 #11 43.57 (13/30) Installing libpq-dev (16.14-r0) 05:37:44 #11 43.81 (14/30) Installing libecpg (16.14-r0) 05:37:45 #11 43.96 (15/30) Installing libecpg-dev (16.14-r0) 05:37:45 #11 44.21 (16/30) Installing clang16-headers (16.0.6-r5) 05:37:45 #11 44.42 (17/30) Installing llvm16-libs (16.0.6-r9) 05:37:46 #11 45.34 (18/30) Installing clang16-libs (16.0.6-r5) 05:37:46 #11 45.85 (19/30) Installing fortify-headers (1.1-r3) 05:37:47 #11 45.99 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 05:37:47 #11 46.24 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 05:37:47 #11 46.42 (22/30) Installing clang16 (16.0.6-r5) 05:37:47 #11 46.58 (23/30) Installing icu (74.2-r1) 05:37:47 #11 46.82 (24/30) Installing icu-dev (74.2-r1) 05:37:48 #11 47.04 (25/30) Installing llvm16 (16.0.6-r9) 05:37:49 #11 47.96 (26/30) Installing lz4-libs (1.9.4-r5) 05:37:49 #11 48.09 (27/30) Installing lz4-dev (1.9.4-r5) 05:37:49 #11 48.25 (28/30) Installing zstd (1.5.6-r0) 05:37:49 #11 48.41 (29/30) Installing zstd-dev (1.5.6-r0) 05:37:49 #11 48.61 (30/30) Installing postgresql16-dev (16.14-r0) 05:37:49 #11 48.84 Executing busybox-1.36.1-r31.trigger 05:37:50 #11 48.84 OK: 1208 MiB in 225 packages 05:37:50 #11 48.90 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:50 #11 49.15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:50 #11 49.54 (1/14) Installing g++ (13.2.1_git20240309-r1) 05:37:51 #11 50.02 (2/14) Installing gdbm (1.23-r1) 05:37:51 #11 50.15 (3/14) Installing mpdecimal (4.0.0-r0) 05:37:51 #11 50.34 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 05:37:51 #11 50.47 (5/14) Installing libncursesw (6.4_p20240420-r2) 05:37:51 #11 50.68 (6/14) Installing libpanelw (6.4_p20240420-r2) 05:37:51 #11 50.80 (7/14) Installing readline (8.2.10-r0) 05:37:52 #11 51.01 (8/14) Installing python3 (3.12.13-r0) 05:37:52 #11 51.32 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 05:37:52 #11 51.67 (10/14) Installing pyc (3.12.13-r0) 05:37:52 #11 51.79 (11/14) Installing python3-pyc (3.12.13-r0) 05:37:53 #11 51.93 (12/14) Installing python3-dev (3.12.13-r0) 05:37:53 #11 52.50 (13/14) Installing libsodium-dev (1.0.19-r1) 05:37:53 #11 52.67 (14/14) Installing zeromq-dev (4.3.5-r2) 05:37:54 #11 52.81 Executing busybox-1.36.1-r31.trigger 05:37:54 #11 52.82 OK: 1374 MiB in 239 packages 05:37:54 #11 52.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:54 #11 53.13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:54 #11 53.52 OK: 1374 MiB in 239 packages 05:37:54 #11 53.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:37:55 #11 53.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:37:55 #11 54.25 (1/1) Installing tzdata (2026b-r0) 05:37:55 #11 54.49 OK: 1376 MiB in 240 packages 05:37:55 #11 54.82 (1/1) Purging tzdata (2026b-r0) 05:37:56 #11 54.84 OK: 1374 MiB in 239 packages 05:37:57 #11 56.48 Looking in links: /tmp/tmp4k6r87g0 05:37:57 #11 56.48 Processing /tmp/tmp4k6r87g0/pip-25.0.1-py3-none-any.whl 05:37:57 #11 56.49 Installing collected packages: pip 05:37:58 #11 57.54 Successfully installed pip-25.0.1 05:37:58 #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. 05:37:59 #11 57.98 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 05:37:59 #11 58.04 Collecting pip 05:37:59 #11 58.09 Downloading pip-26.2.1-py3-none-any.whl.metadata (4.6 kB) 05:37:59 #11 58.23 Collecting setuptools 05:37:59 #11 58.24 Downloading setuptools-83.0.0-py3-none-any.whl.metadata (6.6 kB) 05:37:59 #11 58.27 Collecting wheel 05:37:59 #11 58.27 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 05:37:59 #11 58.29 Collecting packaging>=24.0 (from wheel) 05:37:59 #11 58.29 Downloading packaging-26.3-py3-none-any.whl.metadata (3.5 kB) 05:37:59 #11 58.30 Downloading pip-26.2.1-py3-none-any.whl (1.8 MB) 05:37:59 #11 58.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 124.9 MB/s eta 0:00:00 05:37:59 #11 58.33 Downloading setuptools-83.0.0-py3-none-any.whl (1.0 MB) 05:37:59 #11 58.33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 158.2 MB/s eta 0:00:00 05:37:59 #11 58.34 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 05:37:59 #11 58.34 Downloading packaging-26.3-py3-none-any.whl (129 kB) 05:37:59 #11 58.37 Installing collected packages: setuptools, pip, packaging, wheel 05:38:00 #11 59.07 Attempting uninstall: pip 05:38:00 #11 59.08 Found existing installation: pip 25.0.1 05:38:00 #11 59.11 Uninstalling pip-25.0.1: 05:38:00 #11 59.12 Successfully uninstalled pip-25.0.1 05:38:01 #11 60.26 Successfully installed packaging-26.3 pip-26.2.1 setuptools-83.0.0 wheel-0.47.0 05:38:01 #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. 05:38:01 #11 60.80 Processing ./edgex-taf-common 05:38:02 #11 60.80 Installing build dependencies: started 05:38:02 #11 61.53 Installing build dependencies: finished with status 'done' 05:38:02 #11 61.53 Getting requirements to build wheel: started 05:38:02 #11 61.92 Getting requirements to build wheel: finished with status 'done' 05:38:03 #11 61.92 Preparing metadata (pyproject.toml): started 05:38:03 #11 62.12 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:03 #11 62.13 Building wheels for collected packages: edgex-taf-common 05:38:03 #11 62.13 Building wheel for edgex-taf-common (pyproject.toml): started 05:38:03 #11 62.37 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 05:38:03 #11 62.37 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15432 sha256=cfcb85fd2cc8107880a63dfa439417f497b5871ee2835feb7d48d7400e14ccc4 05:38:03 #11 62.37 Stored in directory: /tmp/pip-ephem-wheel-cache-7nf2dff1/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 05:38:03 #11 62.38 Successfully built edgex-taf-common 05:38:03 #11 62.40 Installing collected packages: edgex-taf-common 05:38:03 #11 62.42 Successfully installed edgex-taf-common-0.0.0 05:38:03 #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. 05:38:04 #11 62.92 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 05:38:04 #11 62.96 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 05:38:04 #11 62.97 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 05:38:04 #11 62.98 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 05:38:04 #11 63.00 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 05:38:04 #11 63.00 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 05:38:04 #11 63.02 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 05:38:04 #11 63.03 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 05:38:04 #11 63.04 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 05:38:04 #11 63.04 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 05:38:04 #11 63.06 Installing build dependencies: started 05:38:04 #11 63.61 Installing build dependencies: finished with status 'done' 05:38:04 #11 63.61 Getting requirements to build wheel: started 05:38:05 #11 63.98 Getting requirements to build wheel: finished with status 'done' 05:38:05 #11 63.98 Preparing metadata (pyproject.toml): started 05:38:05 #11 64.18 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:05 #11 64.19 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 05:38:05 #11 64.19 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 05:38:05 #11 64.20 Installing build dependencies: started 05:38:05 #11 64.76 Installing build dependencies: finished with status 'done' 05:38:05 #11 64.76 Getting requirements to build wheel: started 05:38:06 #11 65.13 Getting requirements to build wheel: finished with status 'done' 05:38:06 #11 65.13 Preparing metadata (pyproject.toml): started 05:38:06 #11 65.32 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:06 #11 65.34 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 05:38:06 #11 65.35 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 05:38:06 #11 65.36 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 05:38:06 #11 65.36 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 05:38:06 #11 65.39 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 05:38:06 #11 65.39 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 05:38:06 #11 65.40 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 05:38:06 #11 65.41 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 05:38:06 #11 65.43 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 05:38:06 #11 65.43 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 05:38:06 #11 65.70 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 05:38:07 #11 65.71 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 05:38:07 #11 65.80 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 05:38:07 #11 65.80 Downloading psutil-7.0.0.tar.gz (497 kB) 05:38:07 #11 65.89 Installing build dependencies: started 05:38:07 #11 66.45 Installing build dependencies: finished with status 'done' 05:38:07 #11 66.45 Getting requirements to build wheel: started 05:38:08 #11 66.97 Getting requirements to build wheel: finished with status 'done' 05:38:08 #11 66.97 Preparing metadata (pyproject.toml): started 05:38:08 #11 67.25 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:08 #11 67.53 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 05:38:08 #11 67.55 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) 05:38:08 #11 67.59 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 05:38:08 #11 67.59 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 05:38:08 #11 67.64 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 05:38:09 #11 67.64 Downloading psycopg2-2.9.10.tar.gz (385 kB) 05:38:09 #11 67.71 Installing build dependencies: started 05:38:09 #11 68.27 Installing build dependencies: finished with status 'done' 05:38:09 #11 68.27 Getting requirements to build wheel: started 05:38:09 #11 68.67 Getting requirements to build wheel: finished with status 'done' 05:38:09 #11 68.68 Preparing metadata (pyproject.toml): started 05:38:10 #11 68.89 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:10 #11 68.98 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 05:38:10 #11 68.98 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 05:38:10 #11 69.15 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 05:38:10 #11 69.15 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 05:38:10 #11 69.17 Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) 05:38:10 #11 69.17 Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) 05:38:10 #11 69.39 Collecting cryptography==50.0.0 (from -r requirements.txt (line 20)) 05:38:10 #11 69.39 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (4.3 kB) 05:38:10 #11 69.41 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 05:38:10 #11 69.41 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 05:38:10 #11 69.42 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 05:38:10 #11 69.43 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 05:38:10 #11 69.45 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 05:38:10 #11 69.46 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 05:38:10 #11 69.49 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:38:10 #11 69.49 Downloading selenium-4.46.0-py3-none-any.whl.metadata (7.4 kB) 05:38:10 #11 69.51 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:38:10 #11 69.51 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 05:38:10 #11 69.53 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:38:10 #11 69.53 Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) 05:38:10 #11 69.56 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:38:10 #11 69.56 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 05:38:10 #11 69.58 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:38:10 #11 69.58 Downloading scp-0.16.1-py2.py3-none-any.whl.metadata (4.6 kB) 05:38:10 #11 69.59 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:10 #11 69.60 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 05:38:10 #11 69.63 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:10 #11 69.64 Downloading flex-6.14.1.tar.gz (40 kB) 05:38:10 #11 69.67 Installing build dependencies: started 05:38:11 #11 70.24 Installing build dependencies: finished with status 'done' 05:38:11 #11 70.24 Getting requirements to build wheel: started 05:38:11 #11 70.63 Getting requirements to build wheel: finished with status 'done' 05:38:12 #11 70.63 Preparing metadata (pyproject.toml): started 05:38:12 #11 70.83 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:12 #11 70.84 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.85 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 05:38:12 #11 70.87 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.88 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 05:38:12 #11 70.90 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.91 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 05:38:12 #11 70.93 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.93 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 05:38:12 #11 70.97 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.97 Downloading pytz-2026.3.post1-py2.py3-none-any.whl.metadata (22 kB) 05:38:12 #11 70.99 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:12 #11 70.99 Downloading tzlocal-5.4.4-py3-none-any.whl.metadata (7.7 kB) 05:38:12 #11 71.11 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 05:38:12 #11 71.12 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (41 kB) 05:38:12 #11 71.14 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 05:38:12 #11 71.14 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 05:38:12 #11 71.16 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 05:38:12 #11 71.17 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 05:38:12 #11 71.19 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 05:38:12 #11 71.19 Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB) 05:38:12 #11 71.23 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:38:12 #11 71.23 Downloading reactivex-5.1.0-py3-none-any.whl.metadata (6.5 kB) 05:38:12 #11 71.24 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:38:12 #11 71.25 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 05:38:12 #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) 05:38:12 #11 71.37 Collecting cffi>=2.0.0 (from cryptography==50.0.0->-r requirements.txt (line 20)) 05:38:12 #11 71.38 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.5 kB) 05:38:12 #11 71.39 Collecting pycparser (from cffi>=2.0.0->cryptography==50.0.0->-r requirements.txt (line 20)) 05:38:12 #11 71.40 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 05:38:12 #11 71.44 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:38:12 #11 71.45 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) 05:38:12 #11 71.47 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:38:12 #11 71.47 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 05:38:12 #11 71.49 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:38:12 #11 71.50 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl.metadata (10.0 kB) 05:38:12 #11 71.51 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:38:12 #11 71.52 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 05:38:12 #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)) 05:38:12 #11 71.54 Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB) 05:38:12 #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)) 05:38:12 #11 71.56 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 05:38:12 #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)) 05:38:12 #11 71.57 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 05:38:12 #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)) 05:38:12 #11 71.62 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 05:38:12 #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)) 05:38:12 #11 71.64 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 05:38:12 #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)) 05:38:12 #11 71.66 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 05:38:12 #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)) 05:38:12 #11 71.67 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 05:38:12 #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)) 05:38:12 #11 71.69 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 05:38:12 #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)) 05:38:12 #11 71.70 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 05:38:12 #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)) 05:38:13 #11 71.73 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 05:38:13 #11 71.77 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:13 #11 71.77 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) 05:38:13 #11 71.80 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:13 #11 71.80 Downloading validate_email-1.3.tar.gz (4.7 kB) 05:38:13 #11 71.81 Installing build dependencies: started 05:38:13 #11 72.41 Installing build dependencies: finished with status 'done' 05:38:13 #11 72.41 Getting requirements to build wheel: started 05:38:13 #11 72.79 Getting requirements to build wheel: finished with status 'done' 05:38:14 #11 72.79 Preparing metadata (pyproject.toml): started 05:38:14 #11 72.99 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:14 #11 73.00 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:14 #11 73.01 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 05:38:14 #11 73.06 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:14 #11 73.07 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 05:38:14 #11 73.08 Installing build dependencies: started 05:38:14 #11 73.64 Installing build dependencies: finished with status 'done' 05:38:14 #11 73.64 Getting requirements to build wheel: started 05:38:15 #11 74.03 Getting requirements to build wheel: finished with status 'done' 05:38:15 #11 74.03 Preparing metadata (pyproject.toml): started 05:38:15 #11 74.24 Preparing metadata (pyproject.toml): finished with status 'done' 05:38:15 #11 74.25 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.26 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 05:38:15 #11 74.27 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.28 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 05:38:15 #11 74.30 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.30 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 05:38:15 #11 74.60 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.61 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 05:38:15 #11 74.62 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.63 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 05:38:15 #11 74.64 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.65 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 05:38:15 #11 74.67 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:15 #11 74.67 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 05:38:15 #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)) 05:38:15 #11 74.69 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 05:38:15 #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)) 05:38:16 #11 74.71 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 05:38:16 #11 74.74 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:16 #11 74.74 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 05:38:16 #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)) 05:38:16 #11 74.76 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 05:38:16 #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)) 05:38:16 #11 74.88 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 05:38:16 #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)) 05:38:16 #11 74.91 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 05:38:16 #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)) 05:38:16 #11 74.92 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 05:38:16 #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)) 05:38:16 #11 74.97 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (5.1 kB) 05:38:16 #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)) 05:38:16 #11 74.98 Downloading annotated_types-0.8.0-py3-none-any.whl.metadata (15 kB) 05:38:16 #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)) 05:38:17 #11 75.79 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.6 kB) 05:38:17 #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)) 05:38:17 #11 75.81 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 05:38:17 #11 75.87 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:38:17 #11 75.88 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) 05:38:17 #11 75.90 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 05:38:17 #11 75.90 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 180.2 MB/s 0:00:00 05:38:17 #11 75.91 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 05:38:17 #11 75.91 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 05:38:17 #11 75.92 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 05:38:17 #11 75.92 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 05:38:17 #11 75.93 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 05:38:17 #11 75.93 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 05:38:17 #11 75.94 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 05:38:17 #11 75.94 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 05:38:17 #11 75.95 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 05:38:17 #11 76.06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 173.0 MB/s 0:00:00 05:38:17 #11 76.06 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) 05:38:17 #11 76.07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 209.4 MB/s 0:00:00 05:38:17 #11 76.08 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 05:38:17 #11 76.08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 213.9 MB/s 0:00:00 05:38:17 #11 76.09 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 05:38:17 #11 76.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 190.0 MB/s 0:00:00 05:38:17 #11 76.11 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 05:38:17 #11 76.11 Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) 05:38:17 #11 76.12 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl (5.0 MB) 05:38:17 #11 76.14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 218.3 MB/s 0:00:00 05:38:17 #11 76.15 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 05:38:17 #11 76.15 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 05:38:17 #11 76.16 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 05:38:17 #11 76.17 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_x86_64.whl (226 kB) 05:38:17 #11 76.17 Downloading idna-3.18-py3-none-any.whl (65 kB) 05:38:17 #11 76.18 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 05:38:17 #11 76.18 Downloading certifi-2026.7.22-py3-none-any.whl (136 kB) 05:38:17 #11 76.19 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (223 kB) 05:38:17 #11 76.19 Downloading click-8.4.2-py3-none-any.whl (119 kB) 05:38:17 #11 76.20 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 05:38:17 #11 76.20 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (359 kB) 05:38:17 #11 76.21 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 05:38:17 #11 76.22 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl (1.4 MB) 05:38:17 #11 76.22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 202.5 MB/s 0:00:00 05:38:17 #11 76.23 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 05:38:17 #11 76.23 Downloading reactivex-5.1.0-py3-none-any.whl (257 kB) 05:38:17 #11 76.24 Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB) 05:38:17 #11 76.24 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 05:38:17 #11 76.25 Downloading scp-0.16.1-py2.py3-none-any.whl (8.9 kB) 05:38:17 #11 76.25 Downloading selenium-4.46.0-py3-none-any.whl (9.4 MB) 05:38:17 #11 76.41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 59.4 MB/s 0:00:00 05:38:17 #11 76.41 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 05:38:17 #11 76.42 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 05:38:17 #11 76.42 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 05:38:17 #11 76.43 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 05:38:17 #11 76.43 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 05:38:17 #11 76.44 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 05:38:17 #11 76.44 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 05:38:17 #11 76.44 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 05:38:17 #11 76.45 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 05:38:17 #11 76.45 Downloading docutils-0.23-py3-none-any.whl (634 kB) 05:38:17 #11 76.46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 176.1 MB/s 0:00:00 05:38:17 #11 76.46 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 05:38:17 #11 76.46 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) 05:38:17 #11 76.47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 255.1 MB/s 0:00:00 05:38:17 #11 76.47 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 05:38:17 #11 76.48 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 05:38:17 #11 76.48 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 05:38:17 #11 76.49 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 05:38:17 #11 76.49 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 05:38:17 #11 76.49 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_x86_64.whl (573 kB) 05:38:17 #11 76.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 573.0/573.0 kB 208.0 MB/s 0:00:00 05:38:17 #11 76.51 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 05:38:17 #11 76.51 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 05:38:17 #11 76.52 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 05:38:17 #11 76.52 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 05:38:17 #11 76.53 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (70 kB) 05:38:17 #11 76.53 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 05:38:17 #11 76.53 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 05:38:17 #11 76.54 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl (2.4 MB) 05:38:17 #11 76.56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 112.1 MB/s 0:00:00 05:38:17 #11 76.57 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 05:38:17 #11 76.57 Downloading annotated_types-0.8.0-py3-none-any.whl (13 kB) 05:38:17 #11 76.58 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 05:38:17 #11 76.58 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 05:38:17 #11 76.59 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 05:38:17 #11 76.59 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 05:38:17 #11 76.59 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 05:38:17 #11 76.60 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 05:38:17 #11 76.60 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 05:38:17 #11 76.61 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 209.1 MB/s 0:00:00 05:38:17 #11 76.61 Downloading pytz-2026.3.post1-py2.py3-none-any.whl (508 kB) 05:38:17 #11 76.62 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 05:38:17 #11 76.62 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 05:38:17 #11 76.63 Downloading tzlocal-5.4.4-py3-none-any.whl (18 kB) 05:38:18 #11 76.92 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 05:38:18 #11 76.92 Building wheel for robotframework-sshlibrary (pyproject.toml): started 05:38:18 #11 77.16 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 05:38:18 #11 77.17 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55203 sha256=6e7ff0ae5aa92289a4ea23195e6e1707cf0f249366bcff5b332a43fe53042239 05:38:18 #11 77.17 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 05:38:18 #11 77.17 Building wheel for robotbackgroundlogger (pyproject.toml): started 05:38:18 #11 77.40 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 05:38:18 #11 77.41 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=570111716d85e890679664407e9547a4e463b1a175f6ceac48a5159a6b6b10bb 05:38:18 #11 77.41 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 05:38:18 #11 77.41 Building wheel for psutil (pyproject.toml): started 05:38:20 #11 79.21 Building wheel for psutil (pyproject.toml): finished with status 'done' 05:38:20 #11 79.21 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277539 sha256=c2b93f8a29ed611a45ecf52a295a706264f440eb9ccd77bee9e21ed76ae8350b 05:38:20 #11 79.21 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 05:38:20 #11 79.22 Building wheel for psycopg2 (pyproject.toml): started 05:38:28 #11 87.49 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 05:38:28 #11 87.49 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521913 sha256=b176d80d997b24333efdc7f14fa9235320db2a1e9240a5506104b89d908708af 05:38:28 #11 87.49 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 05:38:28 #11 87.49 Building wheel for flex (pyproject.toml): started 05:38:28 #11 87.80 Building wheel for flex (pyproject.toml): finished with status 'done' 05:38:29 #11 87.80 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=69677563077b76b770694966db5c59c68553feca54a89b6f16a2a365ff7496e3 05:38:29 #11 87.80 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 05:38:29 #11 87.81 Building wheel for strict-rfc3339 (pyproject.toml): started 05:38:29 #11 88.04 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 05:38:29 #11 88.04 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18221 sha256=9cb4143538abb5116cd194d704e6b69ee1bb0718f3651a1e4718942780de0dcc 05:38:29 #11 88.04 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 05:38:29 #11 88.04 Building wheel for validate-email (pyproject.toml): started 05:38:29 #11 88.27 Building wheel for validate-email (pyproject.toml): finished with status 'done' 05:38:29 #11 88.28 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5559 sha256=3d39c594d69349952ee9deba0a2a09b40ea5c1515ae8213b98f0638848c8ceff 05:38:29 #11 88.28 Stored in directory: /tmp/pip-ephem-wheel-cache-3vvjerow/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 05:38:29 #11 88.28 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 05:38:29 #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 05:38:42 #11 99.12 05:38:42 #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 05:38:42 #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. 05:38:42 #11 DONE 100.1s 05:38:42 05:38:42 #12 exporting to image 05:38:42 #12 exporting layers 05:38:47 #12 exporting layers 6.0s done 05:38:47 #12 writing image sha256:af570ef6688c97750f381980ec97c5f5f8d3cc149ad914945a336b0fbad9b294 done 05:38:47 #12 naming to docker.io/library/edgex-taf-common done 05:38:47 #12 DONE 6.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 05:38:47 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 05:38:47 f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:38:47 latest 05:38:47 1.0.0-dev.14 05:38:47 f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:38:47 main 05:38:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:48 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:48 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:38:48 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:38:48 abad194e1727: Preparing 05:38:48 d54f33be42ad: Preparing 05:38:48 5f70bf18a086: Preparing 05:38:48 9cb5d040783c: Preparing 05:38:48 2f231f008661: Preparing 05:38:48 77eb4ea0a742: Preparing 05:38:48 08bc4e534116: Preparing 05:38:48 77eb4ea0a742: Waiting 05:38:48 08bc4e534116: Waiting 05:38:48 d54f33be42ad: Pushed 05:38:48 5f70bf18a086: Pushed 05:38:48 9cb5d040783c: Pushed 05:38:48 2f231f008661: Pushed 05:38:48 08bc4e534116: Layer already exists 05:38:48 77eb4ea0a742: Pushed 05:38:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16244 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 05:38:51 Selected Git installation does not exist. Using Default 05:38:51 The recommended git tool is: NONE 05:38:56 using credential edgex-jenkins-ssh 05:38:56 Cloning the remote Git repository 05:38:56 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 05:38:56 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 05:38:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 05:38:56 > git --version # timeout=10 05:38:56 > git --version # 'git version 2.25.1' 05:38:56 using GIT_SSH to set credentials SSH Credentials for GitHub 05:38:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:38:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 05:38:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:38:58 Avoid second fetch 05:38:58 Checking out Revision f841b5a5e64b84806f3af205f58f3dc2f9049a63 (main) 05:38:58 > git config core.sparsecheckout # timeout=10 05:38:58 > git checkout -f f841b5a5e64b84806f3af205f58f3dc2f9049a63 # timeout=10 05:38:59 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 05:39:04 provisioning config files... 05:39:04 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12415645392488418167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:39:04 ---> ****-login.sh 05:39:04 nexus3.edgexfoundry.org:10001 05:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:39:05 Configure a credential helper to remove this warning. See 05:39:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:39:05 05:39:05 Login Succeeded 05:39:05 nexus3.edgexfoundry.org:10002 05:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:39:05 Configure a credential helper to remove this warning. See 05:39:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:39:05 05:39:05 Login Succeeded 05:39:05 nexus3.edgexfoundry.org:10003 05:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:39:06 Configure a credential helper to remove this warning. See 05:39:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:39:06 05:39:06 Login Succeeded 05:39:06 nexus3.edgexfoundry.org:10004 05:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:39:06 Configure a credential helper to remove this warning. See 05:39:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:39:06 05:39:06 Login Succeeded 05:39:06 ****.io 05:39:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:39:06 Configure a credential helper to remove this warning. See 05:39:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:39:06 05:39:06 Login Succeeded 05:39:06 ---> ****-login.sh ends [Pipeline] } 05:39:06 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 05:39:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:39:08 + ls -al . 05:39:08 total 68 05:39:08 drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:39 . 05:39:08 drwxrwxr-x 4 jenkins jenkins 4096 Aug 5 05:38 .. 05:39:08 drwxrwxr-x 8 jenkins jenkins 4096 Aug 5 05:39 .git 05:39:08 drwxrwxr-x 2 jenkins jenkins 4096 Aug 5 05:38 .github 05:39:08 -rw-rw-r-- 1 jenkins jenkins 22 Aug 5 05:38 .gitignore 05:39:08 -rw-rw-r-- 1 jenkins jenkins 1653 Aug 5 05:38 Dockerfile 05:39:08 -rw-rw-r-- 1 jenkins jenkins 746 Aug 5 05:38 Jenkinsfile 05:39:08 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 5 05:38 LICENSE 05:39:08 -rw-rw-r-- 1 jenkins jenkins 4232 Aug 5 05:38 README.md 05:39:08 drwxrwxr-x 5 jenkins jenkins 4096 Aug 5 05:38 TUC 05:39:08 -rw-rw-r-- 1 jenkins jenkins 12 Aug 5 05:36 VERSION 05:39:08 -rw-rw-r-- 1 jenkins jenkins 473 Aug 5 05:38 requirements.txt 05:39:08 -rw-rw-r-- 1 jenkins jenkins 54 Aug 5 05:38 robot-entrypoint.sh 05:39:08 -rw-rw-r-- 1 jenkins jenkins 445 Aug 5 05:38 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:08 + 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 . 05:39:08 Sending build context to Docker daemon 449kB 05:39:08 Step 1/13 : FROM alpine:3.20 05:39:09 3.20: Pulling from library/alpine 05:39:09 3f26bc2dec0b: Pulling fs layer 05:39:09 3f26bc2dec0b: Verifying Checksum 05:39:09 3f26bc2dec0b: Download complete 05:39:10 3f26bc2dec0b: Pull complete 05:39:10 Digest: sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 05:39:10 Status: Downloaded newer image for alpine:3.20 05:39:10 ---> ab3fe4defd29 05:39:10 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 05:39:10 ---> Running in 61ffd92afe30 05:39:11 Removing intermediate container 61ffd92afe30 05:39:11 ---> 23999d2c5827 05:39:11 Step 3/13 : LABEL maintainer="Bruce Huang " 05:39:11 ---> Running in 34a9c39657f2 05:39:11 Removing intermediate container 34a9c39657f2 05:39:11 ---> 505610a9889b 05:39:11 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 05:39:12 ---> e5cf3681f732 05:39:12 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 05:39:12 ---> dd5321edc8a0 05:39:12 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 05:39:13 ---> 3b326f7b0d86 05:39:13 Step 7/13 : WORKDIR /edgex-taf 05:39:13 ---> Running in 13997206f354 05:39:13 Removing intermediate container 13997206f354 05:39:13 ---> 7e0c5efe1499 05:39:13 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:39:13 ---> Running in ce2f0f902871 05:39:15 Removing intermediate container ce2f0f902871 05:39:15 ---> 92b544be28b3 05:39:15 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 05:39:15 ---> Running in 3bbeb4c4ffbd 05:39:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:39:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:39:18 OK: 9 MiB in 14 packages 05:39:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:39:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:39:20 (1/14) Installing ca-certificates (20260413-r0) 05:39:20 (2/14) Installing brotli-libs (1.1.0-r2) 05:39:20 (3/14) Installing c-ares (1.33.1-r0) 05:39:20 (4/14) Installing libunistring (1.2-r0) 05:39:21 (5/14) Installing libidn2 (2.3.7-r0) 05:39:21 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:39:21 (7/14) Installing libpsl (0.21.5-r1) 05:39:21 (8/14) Installing zstd-libs (1.5.6-r0) 05:39:21 (9/14) Installing libcurl (8.14.1-r2) 05:39:22 (10/14) Installing curl (8.14.1-r2) 05:39:22 (11/14) Installing docker-cli (26.1.5-r0) 05:39:23 (12/14) Installing oniguruma (6.9.9-r0) 05:39:23 (13/14) Installing jq (1.7.1-r0) 05:39:23 (14/14) Installing openssl (3.3.7-r0) 05:39:24 Executing busybox-1.36.1-r31.trigger 05:39:24 Executing ca-certificates-20260413-r0.trigger 05:39:24 OK: 43 MiB in 28 packages 05:39:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:39:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:39:26 (1/166) Installing libexpat (2.8.1-r0) 05:39:26 (2/166) Installing libbz2 (1.0.8-r6) 05:39:26 (3/166) Installing libpng (1.6.57-r0) 05:39:26 (4/166) Installing freetype (2.13.2-r0) 05:39:27 (5/166) Installing fontconfig (2.15.0-r1) 05:39:27 (6/166) Installing libfontenc (1.1.8-r0) 05:39:27 (7/166) Installing mkfontscale (1.2.2-r6) 05:39:27 (8/166) Installing font-opensans (0_git20210927-r1) 05:39:27 (9/166) Installing pkgconf (2.2.0-r0) 05:39:28 (10/166) Installing libgcc (13.2.1_git20240309-r1) 05:39:28 (11/166) Installing libffi (3.4.6-r0) 05:39:28 (12/166) Installing libintl (0.22.5-r0) 05:39:28 (13/166) Installing libeconf (0.6.3-r0) 05:39:29 (14/166) Installing libblkid (2.40.1-r1) 05:39:29 (15/166) Installing libmount (2.40.1-r1) 05:39:29 (16/166) Installing pcre2 (10.43-r0) 05:39:29 (17/166) Installing glib (2.80.5-r0) 05:39:30 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 05:39:30 (19/166) Installing xz-libs (5.8.3-r0) 05:39:30 (20/166) Installing libxml2 (2.12.10-r0) 05:39:30 (21/166) Installing shared-mime-info (2.4-r0) 05:39:31 (22/166) Installing hicolor-icon-theme (0.17-r2) 05:39:31 (23/166) Installing libjpeg-turbo (3.0.3-r0) 05:39:31 (24/166) Installing libsharpyuv (1.3.2-r0) 05:39:32 (25/166) Installing libwebp (1.3.2-r0) 05:39:33 (26/166) Installing tiff (4.6.0t-r0) 05:39:33 (27/166) Installing gdk-pixbuf (2.42.12-r0) 05:39:35 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 05:39:35 (29/166) Installing libxau (1.0.11-r4) 05:39:35 (30/166) Installing libmd (1.1.0-r0) 05:39:35 (31/166) Installing libbsd (0.12.2-r0) 05:39:35 (32/166) Installing libxdmcp (1.1.5-r1) 05:39:36 (33/166) Installing libxcb (1.16.1-r0) 05:39:36 (34/166) Installing libx11 (1.8.9-r1) 05:39:36 (35/166) Installing libxcomposite (0.4.6-r5) 05:39:36 (36/166) Installing libxfixes (6.0.1-r4) 05:39:37 (37/166) Installing libxrender (0.9.11-r5) 05:39:37 (38/166) Installing libxcursor (1.2.2-r1) 05:39:37 (39/166) Installing libxdamage (1.1.6-r5) 05:39:37 (40/166) Installing libxext (1.3.6-r2) 05:39:37 (41/166) Installing libxi (1.8.1-r4) 05:39:38 (42/166) Installing libxinerama (1.1.5-r4) 05:39:38 (43/166) Installing libxrandr (1.5.4-r1) 05:39:38 (44/166) Installing libatk-1.0 (2.52.0-r0) 05:39:38 (45/166) Installing libxtst (1.2.4-r6) 05:39:38 (46/166) Installing dbus-libs (1.14.10-r1) 05:39:39 (47/166) Installing at-spi2-core (2.52.0-r0) 05:39:39 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 05:39:39 (49/166) Installing pixman (0.43.2-r0) 05:39:39 (50/166) Installing cairo (1.18.4-r0) 05:39:40 (51/166) Installing cairo-gobject (1.18.4-r0) 05:39:40 (52/166) Installing avahi-libs (0.8-r17) 05:39:40 (53/166) Installing gmp (6.3.0-r1) 05:39:40 (54/166) Installing nettle (3.10.2-r0) 05:39:40 (55/166) Installing libtasn1 (4.21.0-r0) 05:39:41 (56/166) Installing p11-kit (0.25.3-r0) 05:39:41 (57/166) Installing gnutls (3.8.13-r0) 05:39:41 (58/166) Installing cups-libs (2.4.18-r0) 05:39:41 (59/166) Installing libepoxy (1.5.10-r1) 05:39:42 (60/166) Installing fribidi (1.0.15-r0) 05:39:42 (61/166) Installing graphite2 (1.3.14-r6) 05:39:42 (62/166) Installing harfbuzz (8.5.0-r0) 05:39:42 (63/166) Installing libxft (2.3.8-r3) 05:39:42 (64/166) Installing pango (1.52.2-r0) 05:39:43 (65/166) Installing wayland-libs-client (1.22.0-r4) 05:39:43 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 05:39:43 (67/166) Installing wayland-libs-egl (1.22.0-r4) 05:39:43 (68/166) Installing xkeyboard-config (2.41-r0) 05:39:43 (69/166) Installing libxkbcommon (1.7.0-r0) 05:39:44 (70/166) Installing gtk+3.0 (3.24.43-r0) 05:39:44 (71/166) Installing icu-data-full (74.2-r1) 05:39:45 (72/166) Installing mesa (24.0.9-r1) 05:39:45 (73/166) Installing llvm17-libs (17.0.6-r2) 05:39:49 (74/166) Installing hwdata-pci (0.382-r0) 05:39:49 (75/166) Installing libpciaccess (0.18.1-r0) 05:39:49 (76/166) Installing libdrm (2.4.120-r0) 05:39:49 (77/166) Installing libelf (0.191-r0) 05:39:49 (78/166) Installing mesa-glapi (24.0.9-r1) 05:39:49 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 05:39:50 (80/166) Installing eudev-libs (3.2.14-r2) 05:39:50 (81/166) Installing libmagic (5.45-r1) 05:39:51 (82/166) Installing file (5.45-r1) 05:39:51 (83/166) Installing xprop (1.2.7-r0) 05:39:51 (84/166) Installing libice (1.1.1-r6) 05:39:51 (85/166) Installing libuuid (2.40.1-r1) 05:39:51 (86/166) Installing libsm (1.2.4-r4) 05:39:52 (87/166) Installing libxt (1.3.0-r5) 05:39:52 (88/166) Installing libxmu (1.1.4-r2) 05:39:52 (89/166) Installing xset (1.2.5-r1) 05:39:52 (90/166) Installing xdg-utils (1.2.1-r0) 05:39:52 (91/166) Installing libogg (1.3.5-r5) 05:39:53 (92/166) Installing libflac (1.4.3-r1) 05:39:53 (93/166) Installing alsa-lib (1.2.11-r0) 05:39:53 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 05:39:54 (95/166) Installing aom-libs (3.9.1-r0) 05:39:54 (96/166) Installing libva (2.21.0-r0) 05:39:54 (97/166) Installing libvdpau (1.5-r3) 05:39:54 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 05:39:55 (99/166) Installing libdav1d (1.4.2-r0) 05:39:55 (100/166) Installing openexr-libiex (3.1.13-r1) 05:39:55 (101/166) Installing openexr-libilmthread (3.1.13-r1) 05:39:55 (102/166) Installing imath (3.1.12-r0) 05:39:55 (103/166) Installing openexr-libopenexr (3.1.13-r1) 05:39:56 (104/166) Installing giflib (5.2.2-r0) 05:39:56 (105/166) Installing libhwy (1.0.7-r0) 05:39:56 (106/166) Installing lcms2 (2.19-r0) 05:39:56 (107/166) Installing libjxl (0.10.2-r0) 05:39:56 (108/166) Installing lame-libs (3.100-r5) 05:39:57 (109/166) Installing opus (1.5.2-r0) 05:39:57 (110/166) Installing rav1e-libs (0.7.1-r0) 05:39:57 (111/166) Installing libgomp (13.2.1_git20240309-r1) 05:39:58 (112/166) Installing soxr (0.1.3-r7) 05:39:58 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 05:39:58 (114/166) Installing libtheora (1.1.1-r18) 05:39:58 (115/166) Installing libvorbis (1.3.7-r2) 05:39:58 (116/166) Installing libvpx (1.14.1-r0) 05:39:59 (117/166) Installing libwebpmux (1.3.2-r0) 05:39:59 (118/166) Installing x264-libs (0.164_git20231001-r0) 05:39:59 (119/166) Installing numactl (2.0.18-r0) 05:39:59 (120/166) Installing x265-libs (3.6-r0) 05:39:59 (121/166) Installing xvidcore (1.3.7-r2) 05:40:00 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 05:40:00 (123/166) Installing libbluray (1.3.4-r1) 05:40:01 (124/166) Installing mpg123-libs (1.32.8-r0) 05:40:01 (125/166) Installing libopenmpt (0.7.7-r0) 05:40:01 (126/166) Installing cjson (1.7.19-r0) 05:40:01 (127/166) Installing mbedtls (3.6.6-r0) 05:40:01 (128/166) Installing librist (0.2.10-r1) 05:40:01 (129/166) Installing libsrt (1.5.3-r0) 05:40:02 (130/166) Installing libssh (0.10.6-r0) 05:40:02 (131/166) Installing libsodium (1.0.19-r1) 05:40:02 (132/166) Installing libzmq (4.3.5-r2) 05:40:03 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 05:40:03 (134/166) Installing crc32c (1.1.2-r0) 05:40:03 (135/166) Installing double-conversion (3.3.0-r0) 05:40:03 (136/166) Installing libevent (2.1.12-r7) 05:40:03 (137/166) Installing wayland-libs-server (1.22.0-r4) 05:40:04 (138/166) Installing mesa-gbm (24.0.9-r1) 05:40:04 (139/166) Installing harfbuzz-subset (8.5.0-r0) 05:40:04 (140/166) Installing icu-libs (74.2-r1) 05:40:04 (141/166) Installing minizip (1.3.1-r0) 05:40:05 (142/166) Installing nspr (4.35-r4) 05:40:05 (143/166) Installing sqlite-libs (3.45.3-r3) 05:40:05 (144/166) Installing nss (3.105-r0) 05:40:05 (145/166) Installing openh264 (2.4.1-r0) 05:40:06 (146/166) Installing libcamera-ipa (0.3.0-r0) 05:40:06 (147/166) Installing libunwind (1.8.1-r0) 05:40:06 (148/166) Installing yaml (0.2.5-r2) 05:40:06 (149/166) Installing libcamera (0.3.0-r0) 05:40:07 (150/166) Installing speexdsp (1.2.1-r2) 05:40:07 (151/166) Installing libuv (1.48.0-r0) 05:40:07 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 05:40:07 (153/166) Installing libsndfile (1.2.2-r1) 05:40:08 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 05:40:08 (155/166) Installing pipewire-libs (1.0.6-r1) 05:40:08 (156/166) Installing libasyncns (0.8-r3) 05:40:09 (157/166) Installing libltdl (2.4.7-r3) 05:40:09 (158/166) Installing orc (0.4.40-r0) 05:40:09 (159/166) Installing tdb-libs (1.4.9-r1) 05:40:09 (160/166) Installing libpulse (17.0-r0) 05:40:09 (161/166) Installing libwebpdemux (1.3.2-r0) 05:40:10 (162/166) Installing libgpg-error (1.49-r0) 05:40:10 (163/166) Installing libgcrypt (1.10.3-r0) 05:40:10 (164/166) Installing libxslt (1.1.39-r2) 05:40:10 (165/166) Installing chromium (131.0.6778.108-r0) 05:40:17 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 05:40:17 Executing busybox-1.36.1-r31.trigger 05:40:17 Executing fontconfig-2.15.0-r1.trigger 05:40:17 Executing mkfontscale-1.2.2-r6.trigger 05:40:17 Executing glib-2.80.5-r0.trigger 05:40:17 Executing shared-mime-info-2.4-r0.trigger 05:40:19 Executing gdk-pixbuf-2.42.12-r0.trigger 05:40:19 Executing gtk-update-icon-cache-3.24.43-r0.trigger 05:40:20 Executing gtk+3.0-3.24.43-r0.trigger 05:40:20 OK: 658 MiB in 194 packages 05:40:20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:22 (1/30) Installing jansson (2.14-r4) 05:40:22 (2/30) Installing binutils (2.42-r1) 05:40:23 (3/30) Installing libatomic (13.2.1_git20240309-r1) 05:40:23 (4/30) Installing isl26 (0.26-r1) 05:40:23 (5/30) Installing mpfr4 (4.2.1-r0) 05:40:23 (6/30) Installing mpc1 (1.3.1-r1) 05:40:24 (7/30) Installing gcc (13.2.1_git20240309-r1) 05:40:27 (8/30) Installing musl-dev (1.2.5-r3) 05:40:27 (9/30) Installing linux-headers (6.6-r0) 05:40:28 (10/30) Installing libffi-dev (3.4.6-r0) 05:40:28 (11/30) Installing libpq (16.14-r0) 05:40:28 (12/30) Installing openssl-dev (3.3.7-r0) 05:40:28 (13/30) Installing libpq-dev (16.14-r0) 05:40:29 (14/30) Installing libecpg (16.14-r0) 05:40:29 (15/30) Installing libecpg-dev (16.14-r0) 05:40:29 (16/30) Installing clang16-headers (16.0.6-r5) 05:40:29 (17/30) Installing llvm16-libs (16.0.6-r9) 05:40:33 (18/30) Installing clang16-libs (16.0.6-r5) 05:40:34 (19/30) Installing fortify-headers (1.1-r3) 05:40:34 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 05:40:35 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 05:40:35 (22/30) Installing clang16 (16.0.6-r5) 05:40:35 (23/30) Installing icu (74.2-r1) 05:40:36 (24/30) Installing icu-dev (74.2-r1) 05:40:36 (25/30) Installing llvm16 (16.0.6-r9) 05:40:39 (26/30) Installing lz4-libs (1.9.4-r5) 05:40:39 (27/30) Installing lz4-dev (1.9.4-r5) 05:40:39 (28/30) Installing zstd (1.5.6-r0) 05:40:39 (29/30) Installing zstd-dev (1.5.6-r0) 05:40:40 (30/30) Installing postgresql16-dev (16.14-r0) 05:40:41 Executing busybox-1.36.1-r31.trigger 05:40:41 OK: 1184 MiB in 224 packages 05:40:41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:43 (1/14) Installing g++ (13.2.1_git20240309-r1) 05:40:44 (2/14) Installing gdbm (1.23-r1) 05:40:44 (3/14) Installing mpdecimal (4.0.0-r0) 05:40:44 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 05:40:44 (5/14) Installing libncursesw (6.4_p20240420-r2) 05:40:44 (6/14) Installing libpanelw (6.4_p20240420-r2) 05:40:45 (7/14) Installing readline (8.2.10-r0) 05:40:45 (8/14) Installing python3 (3.12.13-r0) 05:40:49 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 05:40:49 (10/14) Installing pyc (3.12.13-r0) 05:40:50 (11/14) Installing python3-pyc (3.12.13-r0) 05:40:50 (12/14) Installing python3-dev (3.12.13-r0) 05:40:53 (13/14) Installing libsodium-dev (1.0.19-r1) 05:40:53 (14/14) Installing zeromq-dev (4.3.5-r2) 05:40:53 Executing busybox-1.36.1-r31.trigger 05:40:53 OK: 1371 MiB in 238 packages 05:40:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:56 OK: 1371 MiB in 238 packages 05:40:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:58 (1/1) Installing tzdata (2026b-r0) 05:40:59 OK: 1372 MiB in 239 packages 05:41:01 (1/1) Purging tzdata (2026b-r0) 05:41:01 OK: 1371 MiB in 238 packages 05:41:11 Looking in links: /tmp/tmp7bkn4b6i 05:41:11 Processing /tmp/tmp7bkn4b6i/pip-25.0.1-py3-none-any.whl 05:41:11 Installing collected packages: pip 05:41:18 Successfully installed pip-25.0.1 05:41:18 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. 05:41:21 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 05:41:22 Collecting pip 05:41:22 Downloading pip-26.2.1-py3-none-any.whl.metadata (4.6 kB) 05:41:23 Collecting setuptools 05:41:23 Downloading setuptools-83.0.0-py3-none-any.whl.metadata (6.6 kB) 05:41:23 Collecting wheel 05:41:23 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 05:41:23 Collecting packaging>=24.0 (from wheel) 05:41:23 Downloading packaging-26.3-py3-none-any.whl.metadata (3.5 kB) 05:41:23 Downloading pip-26.2.1-py3-none-any.whl (1.8 MB) 05:41:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 48.9 MB/s eta 0:00:00 05:41:23 Downloading setuptools-83.0.0-py3-none-any.whl (1.0 MB) 05:41:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 49.8 MB/s eta 0:00:00 05:41:23 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 05:41:23 Downloading packaging-26.3-py3-none-any.whl (129 kB) 05:41:24 Installing collected packages: setuptools, pip, packaging, wheel 05:41:29 Attempting uninstall: pip 05:41:29 Found existing installation: pip 25.0.1 05:41:29 Uninstalling pip-25.0.1: 05:41:29 Successfully uninstalled pip-25.0.1 05:41:36 Successfully installed packaging-26.3 pip-26.2.1 setuptools-83.0.0 wheel-0.47.0 05:41:36 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. 05:41:39 Processing ./edgex-taf-common 05:41:39 Installing build dependencies: started 05:41:40 abad194e1727: Pushed 05:41:40 f841b5a5e64b84806f3af205f58f3dc2f9049a63: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:41:41 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:41:41 abad194e1727: Preparing 05:41:41 d54f33be42ad: Preparing 05:41:41 5f70bf18a086: Preparing 05:41:41 9cb5d040783c: Preparing 05:41:41 2f231f008661: Preparing 05:41:41 77eb4ea0a742: Preparing 05:41:41 08bc4e534116: Preparing 05:41:41 77eb4ea0a742: Waiting 05:41:41 08bc4e534116: Waiting 05:41:41 5f70bf18a086: Layer already exists 05:41:41 abad194e1727: Layer already exists 05:41:41 9cb5d040783c: Layer already exists 05:41:41 d54f33be42ad: Layer already exists 05:41:41 2f231f008661: Layer already exists 05:41:41 77eb4ea0a742: Layer already exists 05:41:41 08bc4e534116: Layer already exists 05:41:41 latest: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + 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 05:41:42 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.14 05:41:42 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:41:42 abad194e1727: Preparing 05:41:42 d54f33be42ad: Preparing 05:41:42 5f70bf18a086: Preparing 05:41:42 9cb5d040783c: Preparing 05:41:42 2f231f008661: Preparing 05:41:42 77eb4ea0a742: Preparing 05:41:42 08bc4e534116: Preparing 05:41:42 77eb4ea0a742: Waiting 05:41:42 08bc4e534116: Waiting 05:41:42 5f70bf18a086: Layer already exists 05:41:42 9cb5d040783c: Layer already exists 05:41:42 2f231f008661: Layer already exists 05:41:42 abad194e1727: Layer already exists 05:41:42 d54f33be42ad: Layer already exists 05:41:42 77eb4ea0a742: Layer already exists 05:41:42 08bc4e534116: Layer already exists 05:41:42 1.0.0-dev.14: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + 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 05:41:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:41:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:41:43 abad194e1727: Preparing 05:41:43 d54f33be42ad: Preparing 05:41:43 5f70bf18a086: Preparing 05:41:43 9cb5d040783c: Preparing 05:41:43 2f231f008661: Preparing 05:41:43 77eb4ea0a742: Preparing 05:41:43 08bc4e534116: Preparing 05:41:43 77eb4ea0a742: Waiting 05:41:43 08bc4e534116: Waiting 05:41:43 abad194e1727: Layer already exists 05:41:43 2f231f008661: Layer already exists 05:41:43 9cb5d040783c: Layer already exists 05:41:43 5f70bf18a086: Layer already exists 05:41:43 d54f33be42ad: Layer already exists 05:41:43 77eb4ea0a742: Layer already exists 05:41:43 08bc4e534116: Layer already exists 05:41:43 f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 05:41:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:41:43 abad194e1727: Preparing 05:41:43 d54f33be42ad: Preparing 05:41:43 5f70bf18a086: Preparing 05:41:43 9cb5d040783c: Preparing 05:41:43 2f231f008661: Preparing 05:41:43 77eb4ea0a742: Preparing 05:41:43 08bc4e534116: Preparing 05:41:43 77eb4ea0a742: Waiting 05:41:43 08bc4e534116: Waiting 05:41:43 9cb5d040783c: Layer already exists 05:41:43 d54f33be42ad: Layer already exists 05:41:43 abad194e1727: Layer already exists 05:41:43 5f70bf18a086: Layer already exists 05:41:43 2f231f008661: Layer already exists 05:41:43 08bc4e534116: Layer already exists 05:41:43 77eb4ea0a742: Layer already exists 05:41:43 main: digest: sha256:2989f931bb56e4887d470e642fc260b314950f8e52e25aafbc21fad083ce001f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:43 ===================================================== [Pipeline] echo 05:41:43 taggedImages: 05:41:43 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:41:43 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:41:43 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.14 05:41:43 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:41:43 - 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 05:41:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:41:44 05:41:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:41:44 latest: Pulling from edgex-lftools-log-publisher 05:41:44 5eb5b503b376: Pulling fs layer 05:41:44 5c69ac0246d0: Pulling fs layer 05:41:44 ec43610c2a17: Pulling fs layer 05:41:44 3a2ae6a8a46f: Pulling fs layer 05:41:44 33b1e0a273af: Pulling fs layer 05:41:44 5d3b04190fa2: Pulling fs layer 05:41:44 2f39f015ded8: Pulling fs layer 05:41:44 3a2ae6a8a46f: Waiting 05:41:44 33b1e0a273af: Waiting 05:41:44 5d3b04190fa2: Waiting 05:41:44 2f39f015ded8: Waiting 05:41:44 5c69ac0246d0: Verifying Checksum 05:41:44 5c69ac0246d0: Download complete 05:41:44 3a2ae6a8a46f: Verifying Checksum 05:41:44 3a2ae6a8a46f: Download complete 05:41:44 33b1e0a273af: Verifying Checksum 05:41:44 33b1e0a273af: Download complete 05:41:44 5d3b04190fa2: Verifying Checksum 05:41:44 5d3b04190fa2: Download complete 05:41:44 ec43610c2a17: Download complete 05:41:44 5eb5b503b376: Verifying Checksum 05:41:44 5eb5b503b376: Download complete 05:41:45 2f39f015ded8: Download complete 05:41:46 5eb5b503b376: Pull complete 05:41:46 5c69ac0246d0: Pull complete 05:41:47 ec43610c2a17: Pull complete 05:41:47 3a2ae6a8a46f: Pull complete 05:41:47 33b1e0a273af: Pull complete 05:41:47 5d3b04190fa2: Pull complete 05:41:48 Installing build dependencies: finished with status 'done' 05:41:48 Getting requirements to build wheel: started 05:41:50 Getting requirements to build wheel: finished with status 'done' 05:41:50 Preparing metadata (pyproject.toml): started 05:41:51 Preparing metadata (pyproject.toml): finished with status 'done' 05:41:51 Building wheels for collected packages: edgex-taf-common 05:41:51 Building wheel for edgex-taf-common (pyproject.toml): started 05:41:53 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 05:41:53 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15432 sha256=03cf5803128a9d391469f410e2d3d51d7da3858e7f439358c8d67d469391a88d 05:41:53 Stored in directory: /tmp/pip-ephem-wheel-cache-kr67halo/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 05:41:53 Successfully built edgex-taf-common 05:41:53 Installing collected packages: edgex-taf-common 05:41:53 Successfully installed edgex-taf-common-0.0.0 05:41:53 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. 05:41:54 2f39f015ded8: Pull complete 05:41:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:41:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:41:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:54 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:41:54 $ 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 05:41:55 $ docker top c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:41:56 ---> job-cost.sh 05:41:56 lf-activate-venv: SKIPPING 05:41:56 INFO: No Stack... 05:41:56 INFO: Retrieving Pricing Info for: v3-standard-8 05:41:56 INFO: Archiving Costs [Pipeline] sh 05:41:56 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 05:41:56 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 05:41:56 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 05:41:56 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 05:41:56 + + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 05:41:56 cut -d, -f6 [Pipeline] lock 05:41:56 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] 05:41:56 Resource [jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] did not exist. Created. 05:41:56 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:41:56 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 05:41:56 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 05:41:56 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 05:41:56 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 05:41:56 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 05:41:56 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 05:41:57 Installing build dependencies: started 05:41:57 + echo total: 0.2199999988079071 [Pipeline] stash 05:41:57 Stashed 1 file(s) [Pipeline] } 05:41:57 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 05:41:57 $ docker stop --time=1 c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f 05:41:58 $ docker rm -f --volumes c50e693ffdfc42176d9c992dce473f5dab2f61e270ffa3b071bacf9267f2504f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:42:02 Installing build dependencies: finished with status 'done' 05:42:02 Getting requirements to build wheel: started 05:42:05 Getting requirements to build wheel: finished with status 'done' 05:42:05 Preparing metadata (pyproject.toml): started 05:42:06 Preparing metadata (pyproject.toml): finished with status 'done' 05:42:06 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 05:42:06 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 05:42:06 Installing build dependencies: started 05:42:12 Installing build dependencies: finished with status 'done' 05:42:12 Getting requirements to build wheel: started 05:42:14 Getting requirements to build wheel: finished with status 'done' 05:42:14 Preparing metadata (pyproject.toml): started 05:42:16 Preparing metadata (pyproject.toml): finished with status 'done' 05:42:16 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 05:42:16 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 05:42:16 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 05:42:16 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 05:42:16 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 05:42:16 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 05:42:16 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 05:42:16 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 05:42:16 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 05:42:16 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 05:42:18 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 05:42:18 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 05:42:19 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 05:42:19 Downloading psutil-7.0.0.tar.gz (497 kB) 05:42:19 Installing build dependencies: started 05:42:24 Installing build dependencies: finished with status 'done' 05:42:24 Getting requirements to build wheel: started 05:42:27 Getting requirements to build wheel: finished with status 'done' 05:42:27 Preparing metadata (pyproject.toml): started 05:42:30 Preparing metadata (pyproject.toml): finished with status 'done' 05:42:33 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 05:42:33 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) 05:42:33 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 05:42:33 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 05:42:33 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 05:42:33 Downloading psycopg2-2.9.10.tar.gz (385 kB) 05:42:34 Installing build dependencies: started 05:42:38 Installing build dependencies: finished with status 'done' 05:42:38 Getting requirements to build wheel: started 05:42:40 Getting requirements to build wheel: finished with status 'done' 05:42:40 Preparing metadata (pyproject.toml): started 05:42:41 Preparing metadata (pyproject.toml): finished with status 'done' 05:42:42 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 05:42:42 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 05:42:44 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 05:42:44 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 05:42:44 Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) 05:42:44 Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) 05:42:46 Collecting cryptography==50.0.0 (from -r requirements.txt (line 20)) 05:42:46 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (4.3 kB) 05:42:46 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 05:42:46 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 05:42:46 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 05:42:46 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 05:42:46 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 05:42:46 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 05:42:46 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:42:46 Downloading selenium-4.46.0-py3-none-any.whl.metadata (7.4 kB) 05:42:46 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:42:46 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 05:42:46 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:42:46 Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) 05:42:47 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:42:47 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 05:42:47 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:42:47 Downloading scp-0.16.1-py2.py3-none-any.whl.metadata (4.6 kB) 05:42:47 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:47 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 05:42:47 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:47 Downloading flex-6.14.1.tar.gz (40 kB) 05:42:47 Installing build dependencies: started 05:42:52 Installing build dependencies: finished with status 'done' 05:42:52 Getting requirements to build wheel: started 05:42:54 Getting requirements to build wheel: finished with status 'done' 05:42:54 Preparing metadata (pyproject.toml): started 05:42:59 Preparing metadata (pyproject.toml): finished with status 'done' 05:42:59 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 05:42:59 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 05:42:59 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 05:42:59 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 05:42:59 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading pytz-2026.3.post1-py2.py3-none-any.whl.metadata (22 kB) 05:42:59 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:42:59 Downloading tzlocal-5.4.4-py3-none-any.whl.metadata (7.7 kB) 05:43:00 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 05:43:00 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (41 kB) 05:43:00 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 05:43:00 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 05:43:00 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 05:43:00 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 05:43:00 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 05:43:00 Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB) 05:43:00 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:43:00 Downloading reactivex-5.1.0-py3-none-any.whl.metadata (6.5 kB) 05:43:00 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:43:01 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 05:43:01 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) 05:43:02 Collecting cffi>=2.0.0 (from cryptography==50.0.0->-r requirements.txt (line 20)) 05:43:02 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.5 kB) 05:43:02 Collecting pycparser (from cffi>=2.0.0->cryptography==50.0.0->-r requirements.txt (line 20)) 05:43:02 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 05:43:02 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:43:02 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) 05:43:02 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:43:02 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 05:43:02 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 05:43:02 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl.metadata (10.0 kB) 05:43:02 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:43:02 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 05:43:02 Collecting typing-extensions<5,>=4.15.0 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 05:43:02 Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB) 05:43:03 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:43:03 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 05:43:03 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:43:03 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 05:43:03 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)) 05:43:03 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 05:43:03 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:43:03 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 05:43:03 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:43:03 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 05:43:03 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)) 05:43:03 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 05:43:03 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)) 05:43:03 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 05:43:03 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)) 05:43:03 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 05:43:03 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)) 05:43:03 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 05:43:04 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:04 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.4 kB) 05:43:04 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:04 Downloading validate_email-1.3.tar.gz (4.7 kB) 05:43:04 Installing build dependencies: started 05:43:08 Installing build dependencies: finished with status 'done' 05:43:08 Getting requirements to build wheel: started 05:43:10 Getting requirements to build wheel: finished with status 'done' 05:43:10 Preparing metadata (pyproject.toml): started 05:43:13 Preparing metadata (pyproject.toml): finished with status 'done' 05:43:13 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:13 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 05:43:13 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:13 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 05:43:13 Installing build dependencies: started 05:43:18 Installing build dependencies: finished with status 'done' 05:43:18 Getting requirements to build wheel: started 05:43:20 Getting requirements to build wheel: finished with status 'done' 05:43:20 Preparing metadata (pyproject.toml): started 05:43:21 Preparing metadata (pyproject.toml): finished with status 'done' 05:43:21 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:21 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 05:43:21 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:21 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 05:43:21 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:21 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 05:43:24 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:24 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 05:43:24 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:24 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 05:43:24 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:24 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 05:43:24 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:24 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 05:43:25 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:25 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 05:43:25 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:25 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 05:43:25 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:25 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 05:43:25 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)) 05:43:25 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 05:43:26 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)) 05:43:26 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 05:43:26 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)) 05:43:26 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 05:43:26 Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:26 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 05:43:26 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)) 05:43:26 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (5.1 kB) 05:43:27 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)) 05:43:27 Downloading annotated_types-0.8.0-py3-none-any.whl.metadata (15 kB) 05:43:35 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)) 05:43:35 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.6 kB) 05:43:35 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)) 05:43:35 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 05:43:35 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 05:43:35 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.7 kB) 05:43:35 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 54.4 MB/s 0:00:00 05:43:35 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 05:43:35 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 05:43:35 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 05:43:35 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 05:43:35 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 05:43:35 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 05:43:35 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 05:43:35 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 05:43:35 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 50.5 MB/s 0:00:00 05:43:35 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 51.9 MB/s 0:00:00 05:43:35 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 19.3 MB/s 0:00:00 05:43:35 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 51.8 MB/s 0:00:00 05:43:35 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 05:43:35 Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) 05:43:35 Downloading cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl (4.9 MB) 05:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 49.6 MB/s 0:00:00 05:43:35 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 05:43:35 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 05:43:35 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 05:43:35 Downloading charset_normalizer-3.4.9-cp312-cp312-musllinux_1_2_aarch64.whl (218 kB) 05:43:35 Downloading idna-3.18-py3-none-any.whl (65 kB) 05:43:35 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 05:43:35 Downloading certifi-2026.7.22-py3-none-any.whl (136 kB) 05:43:35 Downloading cffi-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (225 kB) 05:43:35 Downloading click-8.4.2-py3-none-any.whl (119 kB) 05:43:35 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 05:43:35 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (341 kB) 05:43:35 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 05:43:36 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl (791 kB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.9/791.9 kB 50.8 MB/s 0:00:00 05:43:36 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 05:43:36 Downloading reactivex-5.1.0-py3-none-any.whl (257 kB) 05:43:36 Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB) 05:43:36 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 05:43:36 Downloading scp-0.16.1-py2.py3-none-any.whl (8.9 kB) 05:43:36 Downloading selenium-4.46.0-py3-none-any.whl (9.4 MB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 48.8 MB/s 0:00:00 05:43:36 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 05:43:36 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 05:43:36 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 05:43:36 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 05:43:36 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 05:43:36 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 05:43:36 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 05:43:36 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 05:43:36 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 05:43:36 Downloading docutils-0.23-py3-none-any.whl (634 kB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 53.8 MB/s 0:00:00 05:43:36 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 05:43:36 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (761 kB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 761.1/761.1 kB 51.4 MB/s 0:00:00 05:43:36 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 05:43:36 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 05:43:36 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 05:43:36 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 05:43:36 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 05:43:36 Downloading rpds_py-2026.6.3-cp312-cp312-musllinux_1_2_aarch64.whl (543 kB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 543.8/543.8 kB 49.9 MB/s 0:00:00 05:43:36 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 05:43:36 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 05:43:36 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 05:43:36 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 05:43:36 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (69 kB) 05:43:36 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 05:43:36 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 05:43:36 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl (2.2 MB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 51.9 MB/s 0:00:00 05:43:36 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 05:43:36 Downloading annotated_types-0.8.0-py3-none-any.whl (13 kB) 05:43:36 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 05:43:36 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 05:43:36 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (23 kB) 05:43:36 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 05:43:36 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 05:43:36 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 05:43:36 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 05:43:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.8 MB/s 0:00:00 05:43:36 Downloading pytz-2026.3.post1-py2.py3-none-any.whl (508 kB) 05:43:36 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 05:43:36 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 05:43:36 Downloading tzlocal-5.4.4-py3-none-any.whl (18 kB) 05:43:39 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 05:43:39 Building wheel for robotframework-sshlibrary (pyproject.toml): started 05:43:40 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 05:43:40 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55203 sha256=ae50ffcddc34cb37cfa4ebf3d0868c5e90fc0121737665bc03afab7cba53403b 05:43:40 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 05:43:40 Building wheel for robotbackgroundlogger (pyproject.toml): started 05:43:42 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 05:43:42 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=fd9978dca62f4eefa97857ceddbaad5284dde4c718fe15c2c359679bf549f029 05:43:42 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 05:43:42 Building wheel for psutil (pyproject.toml): started 05:43:54 Building wheel for psutil (pyproject.toml): finished with status 'done' 05:43:54 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278201 sha256=5f7efe41404b3617e337874172227054f09ebeec902469d30a751373a479ae0e 05:43:54 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 05:43:54 Building wheel for psycopg2 (pyproject.toml): started 05:45:02 Building wheel for psycopg2 (pyproject.toml): still running... 05:45:02 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 05:45:02 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512680 sha256=886deeec93fb470d171f4f3d14a71c423a0bbb6c09128c3bc1274a18c4496e84 05:45:02 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 05:45:02 Building wheel for flex (pyproject.toml): started 05:45:02 Building wheel for flex (pyproject.toml): finished with status 'done' 05:45:02 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=ef66edc9348e2360277f9944b6034876db3f1a54bd281f77d42298b9f13fced1 05:45:02 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 05:45:02 Building wheel for strict-rfc3339 (pyproject.toml): started 05:45:02 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 05:45:02 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18221 sha256=ca4f7eccd818b8c69b3fc0455547f21c7f8ad996fe7826520e6d1848317fdc4d 05:45:02 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 05:45:02 Building wheel for validate-email (pyproject.toml): started 05:45:04 Building wheel for validate-email (pyproject.toml): finished with status 'done' 05:45:04 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5559 sha256=7ab9056932335caa1aa88d98c3d4ed3a605f26552a221f41e9cd7fc2cded0a30 05:45:04 Stored in directory: /tmp/pip-ephem-wheel-cache-bt65lsh2/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 05:45:04 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 05:45:05 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 05:46:42 05:46:42 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 05:46: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. 05:47:28 Removing intermediate container 3bbeb4c4ffbd 05:47:28 ---> ae6172579763 05:47:28 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 05:47:28 ---> Running in 3ba409cfc47a 05:47:28 Removing intermediate container 3ba409cfc47a 05:47:28 ---> c21593355d6a 05:47:28 Step 11/13 : LABEL arch=arm64 05:47:28 ---> Running in 5fe266d4814d 05:47:28 Removing intermediate container 5fe266d4814d 05:47:28 ---> 6236d69f504b 05:47:28 Step 12/13 : LABEL git_sha=f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:47:28 ---> Running in 7d0499081ede 05:47:28 Removing intermediate container 7d0499081ede 05:47:28 ---> 7d62c672e24b 05:47:28 Step 13/13 : LABEL version=1.0.0-dev.14 05:47:28 ---> Running in 7acd48a8b9fd 05:47:28 Removing intermediate container 7acd48a8b9fd 05:47:28 ---> ea7b3cbc034b 05:47:28 [Warning] One or more build-args [ARCH] were not consumed 05:47:28 Successfully built ea7b3cbc034b 05:47:28 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 05:47:29 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 05:47:29 f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:47:29 latest 05:47:29 1.0.0-dev.14 05:47:29 f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:47:29 main 05:47:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:29 + 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 05:47:29 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:47:29 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:47:30 0dc63fe0c4eb: Preparing 05:47:30 025fce4c1c72: Preparing 05:47:30 e7bf589ee39f: Preparing 05:47:30 7d5d77c4eedf: Preparing 05:47:30 4b35956d8c71: Preparing 05:47:30 88b4fba61c4c: Preparing 05:47:30 88b4fba61c4c: Waiting 05:47:30 7d5d77c4eedf: Pushed 05:47:30 025fce4c1c72: Pushed 05:47:30 e7bf589ee39f: Pushed 05:47:30 4b35956d8c71: Pushed 05:47:31 88b4fba61c4c: Layer already exists 05:52:38 0dc63fe0c4eb: Pushed 05:52:38 f841b5a5e64b84806f3af205f58f3dc2f9049a63: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:39 + 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 05:52:40 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 05:52:40 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:52:40 0dc63fe0c4eb: Preparing 05:52:40 025fce4c1c72: Preparing 05:52:40 e7bf589ee39f: Preparing 05:52:40 7d5d77c4eedf: Preparing 05:52:40 4b35956d8c71: Preparing 05:52:40 88b4fba61c4c: Preparing 05:52:40 88b4fba61c4c: Waiting 05:52:40 025fce4c1c72: Layer already exists 05:52:40 7d5d77c4eedf: Layer already exists 05:52:40 4b35956d8c71: Layer already exists 05:52:40 e7bf589ee39f: Layer already exists 05:52:40 0dc63fe0c4eb: Layer already exists 05:52:40 88b4fba61c4c: Layer already exists 05:52:40 latest: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:41 + 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 05:52:41 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.14 05:52:41 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:52:41 0dc63fe0c4eb: Preparing 05:52:41 025fce4c1c72: Preparing 05:52:41 e7bf589ee39f: Preparing 05:52:41 7d5d77c4eedf: Preparing 05:52:41 4b35956d8c71: Preparing 05:52:41 88b4fba61c4c: Preparing 05:52:41 88b4fba61c4c: Waiting 05:52:41 4b35956d8c71: Layer already exists 05:52:41 e7bf589ee39f: Layer already exists 05:52:41 7d5d77c4eedf: Layer already exists 05:52:41 025fce4c1c72: Layer already exists 05:52:41 0dc63fe0c4eb: Layer already exists 05:52:41 88b4fba61c4c: Layer already exists 05:52:41 1.0.0-dev.14: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:42 + 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 05:52:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:52:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:52:43 0dc63fe0c4eb: Preparing 05:52:43 025fce4c1c72: Preparing 05:52:43 e7bf589ee39f: Preparing 05:52:43 7d5d77c4eedf: Preparing 05:52:43 4b35956d8c71: Preparing 05:52:43 88b4fba61c4c: Preparing 05:52:43 7d5d77c4eedf: Layer already exists 05:52:43 4b35956d8c71: Layer already exists 05:52:43 0dc63fe0c4eb: Layer already exists 05:52:43 025fce4c1c72: Layer already exists 05:52:43 e7bf589ee39f: Layer already exists 05:52:43 88b4fba61c4c: Layer already exists 05:52:43 f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:43 + 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 05:52:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 05:52:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:52:44 0dc63fe0c4eb: Preparing 05:52:44 025fce4c1c72: Preparing 05:52:44 e7bf589ee39f: Preparing 05:52:44 7d5d77c4eedf: Preparing 05:52:44 4b35956d8c71: Preparing 05:52:44 88b4fba61c4c: Preparing 05:52:44 88b4fba61c4c: Waiting 05:52:44 7d5d77c4eedf: Layer already exists 05:52:44 4b35956d8c71: Layer already exists 05:52:44 0dc63fe0c4eb: Layer already exists 05:52:44 e7bf589ee39f: Layer already exists 05:52:44 025fce4c1c72: Layer already exists 05:52:44 88b4fba61c4c: Layer already exists 05:52:44 main: digest: sha256:ed13f73932af0fc8b501b20556dbbbf07ad6b3316f79434b5ed7063460dddb05 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:44 ===================================================== [Pipeline] echo 05:52:44 taggedImages: 05:52:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63 05:52:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 05:52:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.14 05:52:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f841b5a5e64b84806f3af205f58f3dc2f9049a63-1.0.0-dev.14 05:52:44 - 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 05:52:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:52:45 05:52:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:52:46 arm64: Pulling from edgex-lftools-log-publisher 05:52:46 8998bd30e6a1: Pulling fs layer 05:52:46 04944245beec: Pulling fs layer 05:52:46 699f458cf7ca: Pulling fs layer 05:52:46 765212b225bb: Pulling fs layer 05:52:46 f23df028b6ca: Pulling fs layer 05:52:46 d65c8cfc05b1: Pulling fs layer 05:52:46 2437ff75d9bd: Pulling fs layer 05:52:46 765212b225bb: Waiting 05:52:46 f23df028b6ca: Waiting 05:52:46 d65c8cfc05b1: Waiting 05:52:46 2437ff75d9bd: Waiting 05:52:46 04944245beec: Verifying Checksum 05:52:46 04944245beec: Download complete 05:52:46 765212b225bb: Download complete 05:52:46 f23df028b6ca: Verifying Checksum 05:52:46 f23df028b6ca: Download complete 05:52:46 d65c8cfc05b1: Verifying Checksum 05:52:46 d65c8cfc05b1: Download complete 05:52:46 699f458cf7ca: Verifying Checksum 05:52:46 699f458cf7ca: Download complete 05:52:47 8998bd30e6a1: Verifying Checksum 05:52:47 8998bd30e6a1: Download complete 05:52:49 2437ff75d9bd: Verifying Checksum 05:52:49 2437ff75d9bd: Download complete 05:52:52 8998bd30e6a1: Pull complete 05:52:53 04944245beec: Pull complete 05:52:54 699f458cf7ca: Pull complete 05:52:54 765212b225bb: Pull complete 05:52:55 f23df028b6ca: Pull complete 05:52:55 d65c8cfc05b1: Pull complete 05:53:11 2437ff75d9bd: Pull complete 05:53:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:53:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:53:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:12 prd-ubuntu20.04-docker-arm64-4c-16g-16244 does not seem to be running inside a container 05:53:12 $ 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 05:53:14 $ docker top b613d738f5cbd2a13265e75ea666cb4c6159e3be4741a2af4370f16799998b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:53:15 ---> job-cost.sh 05:53:15 lf-activate-venv: SKIPPING 05:53:15 INFO: No Stack... 05:53:16 INFO: Retrieving Pricing Info for: v3-standard-4 05:53:17 INFO: Archiving Costs [Pipeline] sh 05:53:17 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 05:53:17 + cut -d, -f6 [Pipeline] lock 05:53:17 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] 05:53:17 Resource [jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] did not exist. Created. 05:53:17 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:53:18 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-2211170e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:53:18 + echo total: 0.10999999940395355 [Pipeline] stash 05:53:18 Warning: overwriting stash ‘stack-cost’ 05:53:19 Stashed 1 file(s) [Pipeline] } 05:53:19 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 05:53:19 $ docker stop --time=1 b613d738f5cbd2a13265e75ea666cb4c6159e3be4741a2af4370f16799998b28 05:53:21 $ 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 05:53:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:53:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:23 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:53:23 $ 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 05:53:23 $ docker top 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:53:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:24 [ssh-agent] Looking for ssh-agent implementation... 05:53:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:24 $ docker exec 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b ssh-agent 05:53:24 SSH_AUTH_SOCK=/tmp/ssh-32zcscMSDhZf/agent.32 05:53:24 SSH_AGENT_PID=38 05:53:24 Running ssh-add (command line suppressed) 05:53:24 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) 05:53:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:25 + git semver tag 05:53:25 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') 05:53:25 2026-08-05 05:53:25,374 [run_tag] DEBUG tag force:False 05:53:25 2026-08-05 05:53:25,374 [check_head_tag] DEBUG check head tag 05:53:25 2026-08-05 05:53:25,375 [execute] INFO git cat-file --batch-check 05:53:25 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) 05:53:25 2026-08-05 05:53:25,377 [execute] INFO git cat-file --batch 05:53:25 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) 05:53:25 2026-08-05 05:53:25,394 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:25 2026-08-05 05:53:25,394 [execute] INFO git tag -a v1.0.0-dev.14 -m v1.0.0-dev.14 05:53:25 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) 05:53:25 2026-08-05 05:53:25,398 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:25 1.0.0-dev.14 [Pipeline] } 05:53:25 $ docker exec --env ******** --env ******** 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b ssh-agent -k 05:53:25 unset SSH_AUTH_SOCK; 05:53:25 unset SSH_AGENT_PID; 05:53:25 echo Agent pid 38 killed; 05:53:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:26 + git semver [Pipeline] } 05:53:26 $ docker stop --time=1 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b 05:53:27 $ docker rm -f --volumes 3f72fdb8f63efb68a3d08c6fe3a8d1428568e8b04b7215ca74e40411952d2f4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:53:28 05:53:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:53:29 0.23.1-centos7: Pulling from edgex-lftools 05:53:29 ab5ef0e58194: Pulling fs layer 05:53:29 9712f1f96733: Pulling fs layer 05:53:29 63f879dbbcfc: Pulling fs layer 05:53:29 0d9ebad4ef96: Pulling fs layer 05:53:29 e9a5061849ea: Pulling fs layer 05:53:29 d747dcd14b5f: Pulling fs layer 05:53:29 2de7ff778b66: Pulling fs layer 05:53:29 2de7ff778b66: Waiting 05:53:29 0d9ebad4ef96: Waiting 05:53:29 e9a5061849ea: Waiting 05:53:29 d747dcd14b5f: Waiting 05:53:29 9712f1f96733: Download complete 05:53:29 63f879dbbcfc: Verifying Checksum 05:53:29 63f879dbbcfc: Download complete 05:53:29 e9a5061849ea: Verifying Checksum 05:53:29 e9a5061849ea: Download complete 05:53:29 d747dcd14b5f: Download complete 05:53:29 0d9ebad4ef96: Verifying Checksum 05:53:29 0d9ebad4ef96: Download complete 05:53:29 2de7ff778b66: Verifying Checksum 05:53:29 2de7ff778b66: Download complete 05:53:30 ab5ef0e58194: Verifying Checksum 05:53:30 ab5ef0e58194: Download complete 05:53:34 ab5ef0e58194: Pull complete 05:53:34 9712f1f96733: Pull complete 05:53:34 63f879dbbcfc: Pull complete 05:53:39 0d9ebad4ef96: Pull complete 05:53:39 e9a5061849ea: Pull complete 05:53:39 d747dcd14b5f: Pull complete 05:53:41 2de7ff778b66: Pull complete 05:53:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:53:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:53:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:41 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:53:41 $ 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 05:53:42 $ docker top d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:53:43 provisioning config files... 05:53:43 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10821803288166488347tmp 05:53:43 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9914681335149690376tmp 05:53:43 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1582181759479318881tmp [Pipeline] { [Pipeline] echo 05:53:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:53:43 ---> sigul-configuration.sh 05:53:43 gpg: directory `/root/.gnupg' created 05:53:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:53:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:53:43 gpg: keyring `/root/.gnupg/secring.gpg' created 05:53:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:53:43 gpg: CAST5 encrypted data 05:53:43 gpg: encrypted with 1 passphrase 05:53:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:53:43 + mkdir /home/jenkins 05:53:43 + mkdir /home/jenkins/sigul [Pipeline] sh 05:53:44 + 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 05:53:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:53:44 ---> sigul-install.sh 05:53:44 Sigul already installed; skipping installation. [Pipeline] sh 05:53:44 + git tag --list 05:53:44 v0.0.1 05:53:44 v0.0.2-dev.1 05:53:44 v0.0.2-dev.10 05:53:44 v0.0.2-dev.11 05:53:44 v0.0.2-dev.12 05:53:44 v0.0.2-dev.13 05:53:44 v0.0.2-dev.14 05:53:44 v0.0.2-dev.15 05:53:44 v0.0.2-dev.16 05:53:44 v0.0.2-dev.17 05:53:44 v0.0.2-dev.18 05:53:44 v0.0.2-dev.19 05:53:44 v0.0.2-dev.2 05:53:44 v0.0.2-dev.20 05:53:44 v0.0.2-dev.21 05:53:44 v0.0.2-dev.22 05:53:44 v0.0.2-dev.23 05:53:44 v0.0.2-dev.24 05:53:44 v0.0.2-dev.25 05:53:44 v0.0.2-dev.26 05:53:44 v0.0.2-dev.27 05:53:44 v0.0.2-dev.28 05:53:44 v0.0.2-dev.29 05:53:44 v0.0.2-dev.3 05:53:44 v0.0.2-dev.30 05:53:44 v0.0.2-dev.31 05:53:44 v0.0.2-dev.32 05:53:44 v0.0.2-dev.33 05:53:44 v0.0.2-dev.34 05:53:44 v0.0.2-dev.35 05:53:44 v0.0.2-dev.36 05:53:44 v0.0.2-dev.37 05:53:44 v0.0.2-dev.38 05:53:44 v0.0.2-dev.39 05:53:44 v0.0.2-dev.4 05:53:44 v0.0.2-dev.40 05:53:44 v0.0.2-dev.41 05:53:44 v0.0.2-dev.42 05:53:44 v0.0.2-dev.43 05:53:44 v0.0.2-dev.44 05:53:44 v0.0.2-dev.5 05:53:44 v0.0.2-dev.6 05:53:44 v0.0.2-dev.7 05:53:44 v0.0.2-dev.8 05:53:44 v0.0.2-dev.9 05:53:44 v1.0.0-dev.1 05:53:44 v1.0.0-dev.10 05:53:44 v1.0.0-dev.11 05:53:44 v1.0.0-dev.12 05:53:44 v1.0.0-dev.13 05:53:44 v1.0.0-dev.14 05:53:44 v1.0.0-dev.2 05:53:44 v1.0.0-dev.3 05:53:44 v1.0.0-dev.4 05:53:44 v1.0.0-dev.5 05:53:44 v1.0.0-dev.6 05:53:44 v1.0.0-dev.7 05:53:44 v1.0.0-dev.8 05:53:44 v1.0.0-dev.9 [Pipeline] sh 05:53:45 + lftools sign git-tag v1.0.0-dev.14 05:53:46 Signing Git tag with Sigul... 05:53:46 Signing v1.0.0-dev.14 [Pipeline] echo 05:53:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:53:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:53:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:53:47 $ docker stop --time=1 d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 05:53:48 $ docker rm -f --volumes d85402cd38b10a7813663ce2ce7dae5caf5446d4368cfe91cf87d98778b8a106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:53:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:53:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:49 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:53:49 $ 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 05:53:49 $ docker top aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 -eo pid,comm 05:53:49 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). 05:53:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:53:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:49 [ssh-agent] Looking for ssh-agent implementation... 05:53:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:49 $ docker exec aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 ssh-agent 05:53:49 SSH_AUTH_SOCK=/tmp/ssh-qQDQ3XBXLQoY/agent.33 05:53:49 SSH_AGENT_PID=39 05:53:49 Running ssh-add (command line suppressed) 05:53:50 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) 05:53:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:50 + git semver bump pre 05:53:50 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') 05:53:50 2026-08-05 05:53:50,565 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:50 2026-08-05 05:53:50,566 [bump_version] DEBUG bumping version:1.0.0-dev.14 on axis:pre with prefix:dev 05:53:50 2026-08-05 05:53:50,566 [bump_version] DEBUG bumped version:1.0.0-dev.15 05:53:50 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 05:53:50 2026-08-05 05:53:50,566 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:50 2026-08-05 05:53:50,566 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:50 2026-08-05 05:53:50,568 [execute] INFO git cat-file --batch-check 05:53:50 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) 05:53:50 2026-08-05 05:53:50,572 [execute] INFO git cat-file --batch 05:53:50 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) 05:53:50 2026-08-05 05:53:50,575 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:50 1.0.0-dev.15 [Pipeline] } 05:53:50 $ docker exec --env ******** --env ******** aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 ssh-agent -k 05:53:50 unset SSH_AUTH_SOCK; 05:53:50 unset SSH_AGENT_PID; 05:53:50 echo Agent pid 39 killed; 05:53:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:51 + git semver [Pipeline] } 05:53:51 $ docker stop --time=1 aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 05:53:52 $ docker rm -f --volumes aa8cee2de6bd6b0ddf568e4dfd67af9ac0fb082b09fe15bd8ae446b385939098 [Pipeline] // withDockerContainer [Pipeline] sh 05:53:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:53:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:53 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:53:53 $ 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 05:53:53 $ docker top 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a -eo pid,comm 05:53:53 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). 05:53:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:53:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:53 [ssh-agent] Looking for ssh-agent implementation... 05:53:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:53 $ docker exec 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a ssh-agent 05:53:53 SSH_AUTH_SOCK=/tmp/ssh-MuHV8EhTcicv/agent.32 05:53:53 SSH_AGENT_PID=38 05:53:54 Running ssh-add (command line suppressed) 05:53:54 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) 05:53:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:54 + git semver push 05:53:54 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') 05:53:54 2026-08-05 05:53:54,627 [run_push] DEBUG push 05:53:54 2026-08-05 05:53:54,628 [execute] INFO git cat-file --batch-check 05:53:54 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) 05:53:54 2026-08-05 05:53:54,631 [execute] INFO git rev-list 8d8a147d92868e6df54cdf717c7ba2e674929503 -- 05:53:54 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) 05:53:54 2026-08-05 05:53:54,636 [execute] INFO git fetch -v -- origin 05:53:54 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) 05:53:55 2026-08-05 05:53:55,339 [run_push] DEBUG no remote changes detected 05:53:55 2026-08-05 05:53:55,339 [execute] INFO git push origin semver 05:53:55 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) 05:53:56 2026-08-05 05:53:56,591 [run_push] DEBUG push all version tags 05:53:56 2026-08-05 05:53:56,591 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:53:56 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) 05:53:57 2026-08-05 05:53:57,732 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:53:57 1.0.0-dev.15 [Pipeline] } 05:53:57 $ docker exec --env ******** --env ******** 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a ssh-agent -k 05:53:58 unset SSH_AUTH_SOCK; 05:53:58 unset SSH_AGENT_PID; 05:53:58 echo Agent pid 38 killed; 05:53:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:58 + git semver [Pipeline] } 05:53:58 $ docker stop --time=1 519a57d86a9a39ab30a906ff7d554299d96aa91b40ad6017ffd6cab1e925bd7a 05:53:59 $ 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 05:54:00 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 05:54:00 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:54:00 total 16 05:54:00 drwxr-xr-x 3 root root 4096 Aug 5 05:41 . 05:54:00 drwxrwxr-x 7 jenkins jenkins 4096 Aug 5 05:53 .. 05:54:00 drwxr-xr-x 2 root root 4096 Aug 5 05:41 cost 05:54:00 -rw-r--r-- 1 root root 87 Aug 5 05:41 cost.csv 05:54:00 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:54:00 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:54:00 total 16 05:54:00 drwxr-xr-x 3 jenkins jenkins 4096 Aug 5 05:41 . 05:54:00 drwxrwxr-x 7 jenkins jenkins 4096 Aug 5 05:53 .. 05:54:00 drwxr-xr-x 2 jenkins jenkins 4096 Aug 5 05:41 cost 05:54:00 -rw-r--r-- 1 jenkins jenkins 87 Aug 5 05:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:54:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:54:01 ---> package-listing.sh 05:54:01 ++ facter osfamily 05:54:01 ++ tr '[:upper:]' '[:lower:]' 05:54:01 + OS_FAMILY=debian 05:54:01 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 05:54:01 + START_PACKAGES=/tmp/packages_start.txt 05:54:01 + END_PACKAGES=/tmp/packages_end.txt 05:54:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:54:01 + PACKAGES=/tmp/packages_start.txt 05:54:01 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:54:01 + PACKAGES=/tmp/packages_end.txt 05:54:01 + case "${OS_FAMILY}" in 05:54:01 + dpkg -l 05:54:01 + grep '^ii' 05:54:01 + '[' -f /tmp/packages_start.txt ']' 05:54:01 + '[' -f /tmp/packages_end.txt ']' 05:54:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:54:01 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:54:01 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 05:54:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 05:54:01 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 05:54:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:54:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:03 prd-ubuntu20.04-docker-8c-8g-16243 does not seem to be running inside a container 05:54:03 $ 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 05:54:03 $ docker top c1b4aad49f6578ae7f36620bd97434b1edfe53289e91782b27fa17abcf35aabc -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:03 + touch /tmp/pre-build-complete [Pipeline] sh 05:54:04 + mkdir -p /var/log/sysstat [Pipeline] sh 05:54:04 + ls /var/log/sa-host 05:54:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:54:04 provisioning config files... 05:54:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3307174356951512456tmp [Pipeline] { [Pipeline] echo 05:54:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:54:05 ---> create-netrc.sh [Pipeline] } 05:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:54:05 ---> python-tools-install.sh [Pipeline] echo 05:54:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:54:06 ---> sudo-logs.sh 05:54:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:54:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:54:06 ---> job-cost.sh 05:54:06 lf-activate-venv: SKIPPING 05:54:06 DEBUG: total: 0.2199999988079071 05:54:06 INFO: Retrieving Stack Cost... 05:54:06 INFO: Retrieving Pricing Info for: v3-standard-8 05:54:07 INFO: Archiving Costs [Pipeline] echo 05:54:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:54:07 ---> logs-deploy.sh 05:54:07 lf-activate-venv: SKIPPING 05:54:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/67 05:54:07 INFO: archiving workspace using pattern(s): 05:54:08 Archives upload complete. 05:54:08 INFO: archiving logs to Nexus