Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eddc1ba5d35ac977be428cb1fd634fea90fce073 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-ssh6554111838184634163.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-ssh9900694864506524902.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-ssh1338627128314671539.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-ssh7656294277343335762.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-ssh683734556175981456.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-13325’ Running on prd-ubuntu20.04-docker-8c-8g-13329 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 Avoid second fetch Checking out Revision eddc1ba5d35ac977be428cb1fd634fea90fce073 (main) Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eddc1ba5d35ac977be428cb1fd634fea90fce073 # timeout=10 Commit message: "Merge pull request #158 from edgexfoundry/dependabot/pip/cryptography-48.0.1" > git rev-list --no-walk 13a4c2f6849c57aa73fd5b4eea1c6fbb9bf1ae98 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:51:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:51:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:51:18 ========================================================= 01:51:18 EdgeX Global Pipelines Version Info 01:51:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:51:19 ------------------- 01:51:19 stable info: 01:51:19 ------------------- 01:51:19 Commited By: Ginny Guan ginny@iotechsys.com 01:51:19 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 01:51:19 Message: update stable to v1.0.281 01:51:20 ------------------- 01:51:20 experimental info: 01:51:20 ------------------- 01:51:20 Commited By: **** collab-it+edgex@linuxfoundation.org 01:51:20 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 01:51:20 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:51:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eddc1ba5d35ac977be428cb1fd634fea90fce073 [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eddc1ba [Pipeline] echo 01:51:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:21 provisioning config files... 01:51:21 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5333598247191465686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:21 ---> ****-login.sh 01:51:21 nexus3.edgexfoundry.org:10001 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:21 01:51:21 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:51:21 Configure a credential helper to remove this warning. See 01:51:21 https://docs.****.com/go/credential-store/ 01:51:21 01:51:21 Login Succeeded 01:51:21 nexus3.edgexfoundry.org:10002 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:21 01:51:21 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:51:21 Configure a credential helper to remove this warning. See 01:51:21 https://docs.****.com/go/credential-store/ 01:51:21 01:51:21 Login Succeeded 01:51:21 nexus3.edgexfoundry.org:10003 01:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:22 01:51:22 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:51:22 Configure a credential helper to remove this warning. See 01:51:22 https://docs.****.com/go/credential-store/ 01:51:22 01:51:22 Login Succeeded 01:51:22 nexus3.edgexfoundry.org:10004 01:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:22 01:51:22 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:51:22 Configure a credential helper to remove this warning. See 01:51:22 https://docs.****.com/go/credential-store/ 01:51:22 01:51:22 Login Succeeded 01:51:22 ****.io 01:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:22 01:51:22 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:51:22 Configure a credential helper to remove this warning. See 01:51:22 https://docs.****.com/go/credential-store/ 01:51:22 01:51:22 Login Succeeded 01:51:22 ---> ****-login.sh ends [Pipeline] } 01:51:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:51:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:51:23 + grep -v github /etc/ssh/ssh_known_hosts 01:51:23 + [ -e /tmp/ssh_known_hosts ] 01:51:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:51:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:51:23 + sudo tee -a /etc/ssh/ssh_known_hosts 01:51:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:51:23 01:51:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:51:23 0.1.4: Pulling from edgex-devops/py-git-semver 01:51:23 3dae71ba6b94: Pulling fs layer 01:51:23 6bf1a483ea7c: Pulling fs layer 01:51:23 f5dfc541a4d3: Pulling fs layer 01:51:23 461d9e800cba: Pulling fs layer 01:51:23 80192f66455f: Pulling fs layer 01:51:23 2e8e34ca0e6c: Pulling fs layer 01:51:23 a29436f7fd5d: Pulling fs layer 01:51:23 923cac83aea3: Pulling fs layer 01:51:23 25ad8b0a4227: Pulling fs layer 01:51:23 db01528c6b51: Pulling fs layer 01:51:23 28988de357af: Pulling fs layer 01:51:23 461d9e800cba: Waiting 01:51:23 db01528c6b51: Waiting 01:51:23 923cac83aea3: Waiting 01:51:23 80192f66455f: Waiting 01:51:23 2e8e34ca0e6c: Waiting 01:51:23 25ad8b0a4227: Waiting 01:51:23 28988de357af: Waiting 01:51:23 a29436f7fd5d: Waiting 01:51:23 6bf1a483ea7c: Verifying Checksum 01:51:23 6bf1a483ea7c: Download complete 01:51:23 461d9e800cba: Verifying Checksum 01:51:23 461d9e800cba: Download complete 01:51:23 80192f66455f: Verifying Checksum 01:51:23 80192f66455f: Download complete 01:51:24 f5dfc541a4d3: Verifying Checksum 01:51:24 f5dfc541a4d3: Download complete 01:51:24 3dae71ba6b94: Verifying Checksum 01:51:24 3dae71ba6b94: Download complete 01:51:24 923cac83aea3: Download complete 01:51:24 25ad8b0a4227: Verifying Checksum 01:51:24 25ad8b0a4227: Download complete 01:51:24 db01528c6b51: Download complete 01:51:24 28988de357af: Verifying Checksum 01:51:24 28988de357af: Download complete 01:51:24 a29436f7fd5d: Verifying Checksum 01:51:24 a29436f7fd5d: Download complete 01:51:24 2e8e34ca0e6c: Download complete 01:51:25 3dae71ba6b94: Pull complete 01:51:25 6bf1a483ea7c: Pull complete 01:51:26 f5dfc541a4d3: Pull complete 01:51:26 461d9e800cba: Pull complete 01:51:26 80192f66455f: Pull complete 01:51:30 2e8e34ca0e6c: Pull complete 01:51:31 a29436f7fd5d: Pull complete 01:51:31 923cac83aea3: Pull complete 01:51:31 25ad8b0a4227: Pull complete 01:51:31 db01528c6b51: Pull complete 01:51:31 28988de357af: Pull complete 01:51:31 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:51:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:51:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:31 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 01:51:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:51:33 $ docker top 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 -eo pid,comm 01:51:33 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). 01:51:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:51:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:51:33 [ssh-agent] Looking for ssh-agent implementation... 01:51:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:51:33 $ docker exec 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 ssh-agent 01:51:33 SSH_AUTH_SOCK=/tmp/ssh-QAsvs0xyhIEl/agent.32 01:51:33 SSH_AGENT_PID=38 01:51:33 Running ssh-add (command line suppressed) 01:51:33 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14457302645594353868.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14457302645594353868.key) 01:51:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:51:34 + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh 01:51:34 + git tag --points-at HEAD [Pipeline] } 01:51:34 $ docker exec --env ******** --env ******** 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 ssh-agent -k 01:51:34 unset SSH_AUTH_SOCK; 01:51:34 unset SSH_AGENT_PID; 01:51:34 echo Agent pid 38 killed; 01:51:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:51:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:51:34 [ssh-agent] Looking for ssh-agent implementation... 01:51:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:51:34 $ docker exec 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 ssh-agent 01:51:34 SSH_AUTH_SOCK=/tmp/ssh-xRCyegmX5nEj/agent.85 01:51:34 SSH_AGENT_PID=91 01:51:34 Running ssh-add (command line suppressed) 01:51:35 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_135165598049432056.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_135165598049432056.key) 01:51:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:51:35 + git semver init 01:51:35 2026-06-22 01:51:35,627 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:51:35 2026-06-22 01:51:35,630 [run_init] DEBUG init version:0.0.0 force:False 01:51:35 2026-06-22 01:51:35,630 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 01:51:35 2026-06-22 01:51:35,631 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 01:51:35 2026-06-22 01:51:35,631 [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) 01:51:36 2026-06-22 01:51:36,305 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 01:51:36 2026-06-22 01:51:36,306 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 01:51:36 2026-06-22 01:51:36,306 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 01:51:36 2026-06-22 01:51:36,306 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 01:51:36 1.0.0-dev.12 [Pipeline] } 01:51:36 $ docker exec --env ******** --env ******** 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 ssh-agent -k 01:51:36 unset SSH_AUTH_SOCK; 01:51:36 unset SSH_AGENT_PID; 01:51:36 echo Agent pid 91 killed; 01:51:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:51:37 + git semver [Pipeline] } 01:51:37 $ docker stop --time=1 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 01:51:38 $ docker rm -f --volumes 361d0da7b965f85c447795f6c29003525cd39c70470924b024d18a9038198c56 [Pipeline] // withDockerContainer [Pipeline] sh 01:51:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:51:39 Stashed 1 file(s) [Pipeline] echo 01:51:39 [edgeXSemver]: initialized semver on version 1.0.0-dev.12 [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 01:51:39 provisioning config files... 01:51:39 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4856984547401168739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:40 ---> ****-login.sh 01:51:40 nexus3.edgexfoundry.org:10001 01:51:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:40 Login Succeeded 01:51:40 nexus3.edgexfoundry.org:10002 01:51:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:40 Login Succeeded 01:51:40 nexus3.edgexfoundry.org:10003 01:51:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:40 Login Succeeded 01:51:40 nexus3.edgexfoundry.org:10004 01:51:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:40 Login Succeeded 01:51:40 ****.io 01:51:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:40 Login Succeeded 01:51:40 ---> ****-login.sh ends [Pipeline] } 01:51:40 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 01:51:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:51:41 + ls -al . 01:51:41 total 72 01:51:41 drwxrwxr-x 6 jenkins jenkins 4096 Jun 22 01:51 . 01:51:41 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 01:51 .. 01:51:41 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 01:51 .git 01:51:41 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 01:51 .github 01:51:41 -rw-rw-r-- 1 jenkins jenkins 22 Jun 22 01:51 .gitignore 01:51:41 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 01:51 .semver 01:51:41 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 22 01:51 Dockerfile 01:51:41 -rw-rw-r-- 1 jenkins jenkins 746 Jun 22 01:51 Jenkinsfile 01:51:41 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 22 01:51 LICENSE 01:51:41 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 22 01:51 README.md 01:51:41 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 01:51 TUC 01:51:41 -rw-rw-r-- 1 jenkins jenkins 12 Jun 22 01:51 VERSION 01:51:41 -rw-rw-r-- 1 jenkins jenkins 473 Jun 22 01:51 requirements.txt 01:51:41 -rw-rw-r-- 1 jenkins jenkins 54 Jun 22 01:51 robot-entrypoint.sh 01:51:41 -rw-rw-r-- 1 jenkins jenkins 445 Jun 22 01:51 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:42 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=eddc1ba5d35ac977be428cb1fd634fea90fce073 --label arch=amd64 --label version=1.0.0-dev.12 . 01:51:42 #0 building with "default" instance using docker driver 01:51:42 01:51:42 #1 [internal] load build definition from Dockerfile 01:51:42 #1 transferring dockerfile: 1.69kB done 01:51:42 #1 DONE 0.0s 01:51:42 01:51:42 #2 [internal] load metadata for docker.io/library/alpine:3.20 01:51:43 #2 DONE 0.5s 01:51:43 01:51:43 #3 [internal] load .dockerignore 01:51:43 #3 transferring context: 2B done 01:51:43 #3 DONE 0.0s 01:51:43 01:51:43 #4 [internal] load build context 01:51:43 #4 transferring context: 583.06kB 0.0s done 01:51:43 #4 DONE 0.1s 01:51:43 01:51:43 #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 01:51:43 #5 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 0.0s done 01:51:43 #5 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done 01:51:43 #5 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done 01:51:43 #5 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0B / 3.63MB 0.1s 01:51:43 #5 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done 01:51:43 #5 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 0.2s done 01:51:43 #5 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s done 01:51:43 #5 DONE 0.5s 01:51:43 01:51:43 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 01:51:43 #6 DONE 0.2s 01:51:43 01:51:43 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 01:51:43 #7 DONE 0.1s 01:51:43 01:51:43 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 01:51:43 #8 DONE 0.1s 01:51:44 01:51:44 #9 [5/7] WORKDIR /edgex-taf 01:51:44 #9 DONE 0.2s 01:51:44 01:51:44 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:51:44 #10 DONE 0.4s 01:51:44 01:51:44 #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 01:51:44 #11 0.236 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:51:45 #11 0.700 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:51:45 #11 1.122 OK: 8 MiB in 14 packages 01:51:45 #11 1.171 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:51:45 #11 1.421 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:51:46 #11 1.815 (1/14) Installing ca-certificates (20260413-r0) 01:51:46 #11 2.046 (2/14) Installing brotli-libs (1.1.0-r2) 01:51:46 #11 2.224 (3/14) Installing c-ares (1.33.1-r0) 01:51:47 #11 2.408 (4/14) Installing libunistring (1.2-r0) 01:51:47 #11 2.587 (5/14) Installing libidn2 (2.3.7-r0) 01:51:47 #11 2.790 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:51:47 #11 2.918 (7/14) Installing libpsl (0.21.5-r1) 01:51:47 #11 3.100 (8/14) Installing zstd-libs (1.5.6-r0) 01:51:47 #11 3.273 (9/14) Installing libcurl (8.14.1-r2) 01:51:48 #11 3.500 (10/14) Installing curl (8.14.1-r2) 01:51:48 #11 3.663 (11/14) Installing docker-cli (26.1.5-r0) 01:51:48 #11 4.050 (12/14) Installing oniguruma (6.9.9-r0) 01:51:48 #11 4.210 (13/14) Installing jq (1.7.1-r0) 01:51:48 #11 4.434 (14/14) Installing openssl (3.3.7-r0) 01:51:49 #11 4.600 Executing busybox-1.36.1-r31.trigger 01:51:49 #11 4.606 Executing ca-certificates-20260413-r0.trigger 01:51:49 #11 4.643 OK: 43 MiB in 28 packages 01:51:49 #11 4.695 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:51:49 #11 4.950 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:51:50 #11 5.331 (1/167) Installing libexpat (2.8.1-r0) 01:51:50 #11 5.510 (2/167) Installing libbz2 (1.0.8-r6) 01:51:50 #11 5.639 (3/167) Installing libpng (1.6.57-r0) 01:51:50 #11 5.842 (4/167) Installing freetype (2.13.2-r0) 01:51:50 #11 6.009 (5/167) Installing fontconfig (2.15.0-r1) 01:51:50 #11 6.222 (6/167) Installing libfontenc (1.1.8-r0) 01:51:50 #11 6.346 (7/167) Installing mkfontscale (1.2.2-r6) 01:51:51 #11 6.507 (8/167) Installing font-opensans (0_git20210927-r1) 01:51:51 #11 6.699 (9/167) Installing pkgconf (2.2.0-r0) 01:51:51 #11 6.883 (10/167) Installing libgcc (13.2.1_git20240309-r1) 01:51:51 #11 7.023 (11/167) Installing libffi (3.4.6-r0) 01:51:51 #11 7.189 (12/167) Installing libintl (0.22.5-r0) 01:51:51 #11 7.332 (13/167) Installing libeconf (0.6.3-r0) 01:51:52 #11 7.496 (14/167) Installing libblkid (2.40.1-r1) 01:51:52 #11 7.636 (15/167) Installing libmount (2.40.1-r1) 01:51:52 #11 7.842 (16/167) Installing pcre2 (10.43-r0) 01:51:52 #11 8.013 (17/167) Installing glib (2.80.5-r0) 01:51:52 #11 8.299 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 01:51:52 #11 8.481 (19/167) Installing xz-libs (5.8.3-r0) 01:51:53 #11 8.686 (20/167) Installing libxml2 (2.12.10-r0) 01:51:53 #11 8.861 (21/167) Installing shared-mime-info (2.4-r0) 01:51:53 #11 9.087 (22/167) Installing hicolor-icon-theme (0.17-r2) 01:51:53 #11 9.233 (23/167) Installing libjpeg-turbo (3.0.3-r0) 01:51:54 #11 9.476 (24/167) Installing libsharpyuv (1.3.2-r0) 01:51:54 #11 9.598 (25/167) Installing libwebp (1.3.2-r0) 01:51:54 #11 9.822 (26/167) Installing tiff (4.6.0t-r0) 01:51:54 #11 9.975 (27/167) Installing gdk-pixbuf (2.42.12-r0) 01:51:54 Still waiting to schedule task 01:51:54 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-13327’ 01:51:54 #11 10.18 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 01:51:54 #11 10.31 (29/167) Installing libxau (1.0.11-r4) 01:51:55 #11 10.45 (30/167) Installing libmd (1.1.0-r0) 01:51:55 #11 10.58 (31/167) Installing libbsd (0.12.2-r0) 01:51:55 #11 10.75 (32/167) Installing libxdmcp (1.1.5-r1) 01:51:55 #11 10.86 (33/167) Installing libxcb (1.16.1-r0) 01:51:55 #11 11.08 (34/167) Installing libx11 (1.8.9-r1) 01:51:55 #11 11.27 (35/167) Installing libxcomposite (0.4.6-r5) 01:51:55 #11 11.41 (36/167) Installing libxfixes (6.0.1-r4) 01:51:56 #11 11.52 (37/167) Installing libxrender (0.9.11-r5) 01:51:56 #11 11.69 (38/167) Installing libxcursor (1.2.2-r1) 01:51:56 #11 11.81 (39/167) Installing libxdamage (1.1.6-r5) 01:51:56 #11 11.95 (40/167) Installing libxext (1.3.6-r2) 01:51:56 #11 12.07 (41/167) Installing libxi (1.8.1-r4) 01:51:56 #11 12.23 (42/167) Installing libxinerama (1.1.5-r4) 01:51:56 #11 12.34 (43/167) Installing libxrandr (1.5.4-r1) 01:51:56 #11 12.51 (44/167) Installing libatk-1.0 (2.52.0-r0) 01:51:57 #11 12.65 (45/167) Installing libxtst (1.2.4-r6) 01:51:57 #11 12.80 (46/167) Installing dbus-libs (1.14.10-r1) 01:51:57 #11 12.95 (47/167) Installing at-spi2-core (2.52.0-r0) 01:51:57 #11 13.17 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 01:51:57 #11 13.30 (49/167) Installing pixman (0.43.2-r0) 01:51:57 #11 13.53 (50/167) Installing cairo (1.18.4-r0) 01:51:58 #11 13.70 (51/167) Installing cairo-gobject (1.18.4-r0) 01:51:58 #11 13.84 (52/167) Installing avahi-libs (0.8-r17) 01:51:58 #11 13.98 (53/167) Installing gmp (6.3.0-r1) 01:51:58 #11 14.21 (54/167) Installing nettle (3.10.2-r0) 01:51:58 #11 14.37 (55/167) Installing libtasn1 (4.21.0-r0) 01:51:58 #11 14.54 (56/167) Installing p11-kit (0.25.3-r0) 01:51:59 #11 14.70 (57/167) Installing gnutls (3.8.13-r0) 01:51:59 #11 14.96 (58/167) Installing cups-libs (2.4.18-r0) 01:51:59 #11 15.12 (59/167) Installing libepoxy (1.5.10-r1) 01:51:59 #11 15.35 (60/167) Installing fribidi (1.0.15-r0) 01:52:00 #11 15.48 (61/167) Installing graphite2 (1.3.14-r6) 01:52:00 #11 15.67 (62/167) Installing harfbuzz (8.5.0-r0) 01:52:00 #11 15.85 (63/167) Installing libxft (2.3.8-r3) 01:52:00 #11 16.01 (64/167) Installing pango (1.52.2-r0) 01:52:00 #11 16.16 (65/167) Installing wayland-libs-client (1.22.0-r4) 01:52:00 #11 16.33 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 01:52:01 #11 16.44 (67/167) Installing wayland-libs-egl (1.22.0-r4) 01:52:01 #11 16.59 (68/167) Installing xkeyboard-config (2.41-r0) 01:52:01 #11 16.77 (69/167) Installing libxkbcommon (1.7.0-r0) 01:52:01 #11 16.98 (70/167) Installing gtk+3.0 (3.24.43-r0) 01:52:01 #11 17.22 (71/167) Installing icu-data-full (74.2-r1) 01:52:02 #11 17.63 (72/167) Installing mesa (24.0.9-r1) 01:52:02 #11 17.75 (73/167) Installing llvm17-libs (17.0.6-r2) 01:52:04 #11 18.82 (74/167) Installing hwdata-pci (0.382-r0) 01:52:04 #11 19.00 (75/167) Installing libpciaccess (0.18.1-r0) 01:52:04 #11 19.16 (76/167) Installing libdrm (2.4.120-r0) 01:52:04 #11 19.32 (77/167) Installing libelf (0.191-r0) 01:52:04 #11 19.51 (78/167) Installing mesa-glapi (24.0.9-r1) 01:52:04 #11 19.65 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 01:52:04 #11 20.07 (80/167) Installing eudev-libs (3.2.14-r2) 01:52:04 #11 20.19 (81/167) Installing libmagic (5.45-r1) 01:52:04 #11 20.44 (82/167) Installing file (5.45-r1) 01:52:05 #11 20.55 (83/167) Installing xprop (1.2.7-r0) 01:52:05 #11 20.71 (84/167) Installing libice (1.1.1-r6) 01:52:05 #11 20.84 (85/167) Installing libuuid (2.40.1-r1) 01:52:05 #11 21.01 (86/167) Installing libsm (1.2.4-r4) 01:52:05 #11 21.13 (87/167) Installing libxt (1.3.0-r5) 01:52:05 #11 21.34 (88/167) Installing libxmu (1.1.4-r2) 01:52:05 #11 21.48 (89/167) Installing xset (1.2.5-r1) 01:52:06 #11 21.64 (90/167) Installing xdg-utils (1.2.1-r0) 01:52:06 #11 21.78 (91/167) Installing libogg (1.3.5-r5) 01:52:06 #11 21.95 (92/167) Installing libflac (1.4.3-r1) 01:52:06 #11 22.10 (93/167) Installing alsa-lib (1.2.11-r0) 01:52:06 #11 22.35 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 01:52:07 #11 22.56 (95/167) Installing aom-libs (3.9.1-r0) 01:52:07 #11 22.85 (96/167) Installing libva (2.21.0-r0) 01:52:07 #11 22.98 (97/167) Installing libvdpau (1.5-r3) 01:52:07 #11 23.15 (98/167) Installing onevpl-libs (2023.3.1-r2) 01:52:07 #11 23.30 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 01:52:08 #11 23.54 (100/167) Installing libdav1d (1.4.2-r0) 01:52:08 #11 23.72 (101/167) Installing openexr-libiex (3.1.13-r1) 01:52:08 #11 23.93 (102/167) Installing openexr-libilmthread (3.1.13-r1) 01:52:08 #11 24.07 (103/167) Installing imath (3.1.12-r0) 01:52:08 #11 24.25 (104/167) Installing openexr-libopenexr (3.1.13-r1) 01:52:08 #11 24.44 (105/167) Installing giflib (5.2.2-r0) 01:52:09 #11 24.60 (106/167) Installing libhwy (1.0.7-r0) 01:52:09 #11 24.74 (107/167) Installing lcms2 (2.19-r0) 01:52:09 #11 24.94 (108/167) Installing libjxl (0.10.2-r0) 01:52:09 #11 25.13 (109/167) Installing lame-libs (3.100-r5) 01:52:09 #11 25.34 (110/167) Installing opus (1.5.2-r0) 01:52:09 #11 25.50 (111/167) Installing rav1e-libs (0.7.1-r0) 01:52:10 #11 25.77 (112/167) Installing libgomp (13.2.1_git20240309-r1) 01:52:10 #11 25.92 (113/167) Installing soxr (0.1.3-r7) 01:52:10 #11 26.11 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 01:52:10 #11 26.25 (115/167) Installing libtheora (1.1.1-r18) 01:52:11 #11 26.47 (116/167) Installing libvorbis (1.3.7-r2) 01:52:11 #11 26.63 (117/167) Installing libvpx (1.14.1-r0) 01:52:11 #11 26.90 (118/167) Installing libwebpmux (1.3.2-r0) 01:52:11 #11 27.02 (119/167) Installing x264-libs (0.164_git20231001-r0) 01:52:11 #11 27.29 (120/167) Installing numactl (2.0.18-r0) 01:52:11 #11 27.42 (121/167) Installing x265-libs (3.6-r0) 01:52:12 #11 27.73 (122/167) Installing xvidcore (1.3.7-r2) 01:52:12 #11 27.89 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 01:52:12 #11 28.24 (124/167) Installing libbluray (1.3.4-r1) 01:52:12 #11 28.39 (125/167) Installing mpg123-libs (1.32.8-r0) 01:52:13 #11 28.62 (126/167) Installing libopenmpt (0.7.7-r0) 01:52:13 #11 28.79 (127/167) Installing cjson (1.7.19-r0) 01:52:13 #11 28.95 (128/167) Installing mbedtls (3.6.6-r0) 01:52:13 #11 29.12 (129/167) Installing librist (0.2.10-r1) 01:52:13 #11 29.31 (130/167) Installing libsrt (1.5.3-r0) 01:52:13 #11 29.48 (131/167) Installing libssh (0.10.6-r0) 01:52:14 #11 29.69 (132/167) Installing libsodium (1.0.19-r1) 01:52:14 #11 30.00 (133/167) Installing libzmq (4.3.5-r2) 01:52:14 #11 30.16 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 01:52:15 #11 30.43 (135/167) Installing crc32c (1.1.2-r0) 01:52:15 #11 30.56 (136/167) Installing double-conversion (3.3.0-r0) 01:52:15 #11 30.73 (137/167) Installing libevent (2.1.12-r7) 01:52:15 #11 30.90 (138/167) Installing wayland-libs-server (1.22.0-r4) 01:52:15 #11 31.06 (139/167) Installing mesa-gbm (24.0.9-r1) 01:52:15 #11 31.20 (140/167) Installing harfbuzz-subset (8.5.0-r0) 01:52:16 #11 31.44 (141/167) Installing icu-libs (74.2-r1) 01:52:16 #11 31.64 (142/167) Installing minizip (1.3.1-r0) 01:52:16 #11 31.80 (143/167) Installing nspr (4.35-r4) 01:52:16 #11 31.95 (144/167) Installing sqlite-libs (3.45.3-r3) 01:52:16 #11 32.20 (145/167) Installing nss (3.105-r0) 01:52:16 #11 32.39 (146/167) Installing openh264 (2.4.1-r0) 01:52:17 #11 32.64 (147/167) Installing libcamera-ipa (0.3.0-r0) 01:52:17 #11 32.78 (148/167) Installing libunwind (1.8.1-r0) 01:52:17 #11 32.96 (149/167) Installing yaml (0.2.5-r2) 01:52:17 #11 33.11 (150/167) Installing libcamera (0.3.0-r0) 01:52:17 #11 33.35 (151/167) Installing speexdsp (1.2.1-r2) 01:52:17 #11 33.49 (152/167) Installing libuv (1.48.0-r0) 01:52:18 #11 33.68 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 01:52:18 #11 33.84 (154/167) Installing libsndfile (1.2.2-r1) 01:52:18 #11 34.07 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 01:52:18 #11 34.24 (156/167) Installing pipewire-libs (1.0.6-r1) 01:52:18 #11 34.52 (157/167) Installing libasyncns (0.8-r3) 01:52:19 #11 34.66 (158/167) Installing libltdl (2.4.7-r3) 01:52:19 #11 34.83 (159/167) Installing orc (0.4.40-r0) 01:52:19 #11 34.99 (160/167) Installing tdb-libs (1.4.9-r1) 01:52:19 #11 35.18 (161/167) Installing libpulse (17.0-r0) 01:52:19 #11 35.36 (162/167) Installing libwebpdemux (1.3.2-r0) 01:52:19 #11 35.50 (163/167) Installing libgpg-error (1.49-r0) 01:52:20 #11 35.64 (164/167) Installing libgcrypt (1.10.3-r0) 01:52:20 #11 35.89 (165/167) Installing libxslt (1.1.39-r2) 01:52:20 #11 36.05 (166/167) Installing chromium (131.0.6778.108-r0) 01:52:22 #11 37.77 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 01:52:22 #11 38.06 Executing busybox-1.36.1-r31.trigger 01:52:22 #11 38.06 Executing fontconfig-2.15.0-r1.trigger 01:52:22 #11 38.08 Executing mkfontscale-1.2.2-r6.trigger 01:52:22 #11 38.09 Executing glib-2.80.5-r0.trigger 01:52:22 #11 38.10 Executing shared-mime-info-2.4-r0.trigger 01:52:22 #11 38.45 Executing gdk-pixbuf-2.42.12-r0.trigger 01:52:23 #11 38.46 Executing gtk-update-icon-cache-3.24.43-r0.trigger 01:52:23 #11 38.48 Executing gtk+3.0-3.24.43-r0.trigger 01:52:23 #11 38.50 OK: 672 MiB in 195 packages 01:52:23 #11 38.56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:23 #11 38.81 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:23 #11 39.19 (1/30) Installing jansson (2.14-r4) 01:52:23 #11 39.35 (2/30) Installing binutils (2.42-r1) 01:52:24 #11 39.58 (3/30) Installing libatomic (13.2.1_git20240309-r1) 01:52:24 #11 39.72 (4/30) Installing isl26 (0.26-r1) 01:52:24 #11 39.90 (5/30) Installing mpfr4 (4.2.1-r0) 01:52:24 #11 40.13 (6/30) Installing mpc1 (1.3.1-r1) 01:52:24 #11 40.28 (7/30) Installing gcc (13.2.1_git20240309-r1) 01:52:25 #11 41.25 (8/30) Installing musl-dev (1.2.5-r3) 01:52:26 #11 41.47 (9/30) Installing linux-headers (6.6-r0) 01:52:26 #11 41.77 (10/30) Installing libffi-dev (3.4.6-r0) 01:52:26 #11 41.92 (11/30) Installing libpq (16.14-r0) 01:52:26 #11 42.12 (12/30) Installing openssl-dev (3.3.7-r0) 01:52:26 #11 42.29 (13/30) Installing libpq-dev (16.14-r0) 01:52:27 #11 42.54 (14/30) Installing libecpg (16.14-r0) 01:52:27 #11 42.68 (15/30) Installing libecpg-dev (16.14-r0) 01:52:27 #11 42.91 (16/30) Installing clang16-headers (16.0.6-r5) 01:52:27 #11 43.10 (17/30) Installing llvm16-libs (16.0.6-r9) 01:52:28 #11 44.03 (18/30) Installing clang16-libs (16.0.6-r5) 01:52:29 #11 44.53 (19/30) Installing fortify-headers (1.1-r3) 01:52:29 #11 44.68 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 01:52:29 #11 44.93 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 01:52:29 #11 45.12 (22/30) Installing clang16 (16.0.6-r5) 01:52:29 #11 45.28 (23/30) Installing icu (74.2-r1) 01:52:30 #11 45.51 (24/30) Installing icu-dev (74.2-r1) 01:52:30 #11 46.14 (25/30) Installing llvm16 (16.0.6-r9) 01:52:31 #11 47.07 (26/30) Installing lz4-libs (1.9.4-r5) 01:52:31 #11 47.21 (27/30) Installing lz4-dev (1.9.4-r5) 01:52:31 #11 47.37 (28/30) Installing zstd (1.5.6-r0) 01:52:32 #11 47.53 (29/30) Installing zstd-dev (1.5.6-r0) 01:52:32 #11 47.71 (30/30) Installing postgresql16-dev (16.14-r0) 01:52:32 #11 47.94 Executing busybox-1.36.1-r31.trigger 01:52:32 #11 47.94 OK: 1208 MiB in 225 packages 01:52:32 #11 48.00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:32 #11 48.25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:33 #11 48.70 (1/14) Installing g++ (13.2.1_git20240309-r1) 01:52:33 #11 49.16 (2/14) Installing gdbm (1.23-r1) 01:52:33 #11 49.29 (3/14) Installing mpdecimal (4.0.0-r0) 01:52:34 #11 49.48 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 01:52:34 #11 49.61 (5/14) Installing libncursesw (6.4_p20240420-r2) 01:52:34 #11 49.83 (6/14) Installing libpanelw (6.4_p20240420-r2) 01:52:34 #11 49.95 (7/14) Installing readline (8.2.10-r0) 01:52:34 #11 50.16 (8/14) Installing python3 (3.12.13-r0) 01:52:34 #11 50.48 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 01:52:35 #11 50.82 (10/14) Installing pyc (3.12.13-r0) 01:52:35 #11 50.95 (11/14) Installing python3-pyc (3.12.13-r0) 01:52:35 #11 51.09 (12/14) Installing python3-dev (3.12.13-r0) 01:52:38 #11 54.10 (13/14) Installing libsodium-dev (1.0.19-r1) 01:52:38 #11 54.28 (14/14) Installing zeromq-dev (4.3.5-r2) 01:52:38 #11 54.42 Executing busybox-1.36.1-r31.trigger 01:52:39 #11 54.43 OK: 1374 MiB in 239 packages 01:52:39 #11 54.50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:39 #11 54.75 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:39 #11 55.15 OK: 1374 MiB in 239 packages 01:52:39 #11 55.21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:40 #11 55.46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:40 #11 55.87 (1/1) Installing tzdata (2026b-r0) 01:52:40 #11 56.10 OK: 1376 MiB in 240 packages 01:52:40 #11 56.41 (1/1) Purging tzdata (2026b-r0) 01:52:41 #11 56.42 OK: 1374 MiB in 239 packages 01:52:42 #11 58.04 Looking in links: /tmp/tmpxshxafsr 01:52:42 #11 58.04 Processing /tmp/tmpxshxafsr/pip-25.0.1-py3-none-any.whl 01:52:42 #11 58.05 Installing collected packages: pip 01:52:43 #11 59.05 Successfully installed pip-25.0.1 01:52:43 #11 59.05 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. 01:52:43 #11 59.48 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 01:52:44 #11 59.54 Collecting pip 01:52:44 #11 59.58 Downloading pip-26.1.2-py3-none-any.whl.metadata (4.6 kB) 01:52:44 #11 59.71 Collecting setuptools 01:52:44 #11 59.72 Downloading setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) 01:52:44 #11 59.75 Collecting wheel 01:52:44 #11 59.75 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 01:52:44 #11 59.77 Collecting packaging>=24.0 (from wheel) 01:52:44 #11 59.77 Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) 01:52:44 #11 59.78 Downloading pip-26.1.2-py3-none-any.whl (1.8 MB) 01:52:44 #11 59.81 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 128.6 MB/s eta 0:00:00 01:52:44 #11 59.81 Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) 01:52:44 #11 59.82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 183.9 MB/s eta 0:00:00 01:52:44 #11 59.82 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 01:52:44 #11 59.83 Downloading packaging-26.2-py3-none-any.whl (100 kB) 01:52:44 #11 59.86 Installing collected packages: setuptools, pip, packaging, wheel 01:52:45 #11 60.57 Attempting uninstall: pip 01:52:45 #11 60.57 Found existing installation: pip 25.0.1 01:52:45 #11 60.61 Uninstalling pip-25.0.1: 01:52:45 #11 60.62 Successfully uninstalled pip-25.0.1 01:52:46 #11 61.76 Successfully installed packaging-26.2 pip-26.1.2 setuptools-82.0.1 wheel-0.47.0 01:52:46 #11 61.76 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. 01:52:46 #11 62.32 Processing ./edgex-taf-common 01:52:46 #11 62.32 Installing build dependencies: started 01:52:47 #11 63.02 Installing build dependencies: finished with status 'done' 01:52:47 #11 63.03 Getting requirements to build wheel: started 01:52:48 #11 63.43 Getting requirements to build wheel: finished with status 'done' 01:52:48 #11 63.43 Preparing metadata (pyproject.toml): started 01:52:48 #11 63.62 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:48 #11 63.63 Building wheels for collected packages: edgex-taf-common 01:52:48 #11 63.63 Building wheel for edgex-taf-common (pyproject.toml): started 01:52:48 #11 63.88 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 01:52:48 #11 63.88 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15430 sha256=1c878efad95b33427c967ced57dabac65d3d8297c7801f299132aa9d9874ecd2 01:52:48 #11 63.88 Stored in directory: /tmp/pip-ephem-wheel-cache-zy5_ospe/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 01:52:48 #11 63.89 Successfully built edgex-taf-common 01:52:48 #11 63.90 Installing collected packages: edgex-taf-common 01:52:48 #11 63.92 Successfully installed edgex-taf-common-0.0.0 01:52:48 #11 63.92 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. 01:52:49 #11 64.46 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 01:52:49 #11 64.50 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 01:52:49 #11 64.52 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 01:52:49 #11 64.52 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 01:52:49 #11 64.57 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 01:52:49 #11 64.58 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 01:52:49 #11 64.61 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 01:52:49 #11 64.63 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 01:52:49 #11 64.66 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 01:52:49 #11 64.67 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 01:52:49 #11 64.68 Installing build dependencies: started 01:52:50 #11 65.33 Installing build dependencies: finished with status 'done' 01:52:50 #11 65.34 Getting requirements to build wheel: started 01:52:50 #11 65.73 Getting requirements to build wheel: finished with status 'done' 01:52:50 #11 65.74 Preparing metadata (pyproject.toml): started 01:52:50 #11 65.94 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:50 #11 65.97 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 01:52:50 #11 65.97 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 01:52:50 #11 65.98 Installing build dependencies: started 01:52:51 #11 66.59 Installing build dependencies: finished with status 'done' 01:52:51 #11 66.59 Getting requirements to build wheel: started 01:52:51 #11 66.97 Getting requirements to build wheel: finished with status 'done' 01:52:51 #11 66.97 Preparing metadata (pyproject.toml): started 01:52:51 #11 67.17 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:51 #11 67.20 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 01:52:51 #11 67.21 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 01:52:51 #11 67.24 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 01:52:51 #11 67.24 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 01:52:51 #11 67.27 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 01:52:51 #11 67.28 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 01:52:51 #11 67.29 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 01:52:51 #11 67.29 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 01:52:51 #11 67.31 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 01:52:51 #11 67.32 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 01:52:51 #11 67.56 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 01:52:52 #11 67.56 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 01:52:52 #11 67.65 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 01:52:52 #11 67.65 Downloading psutil-7.0.0.tar.gz (497 kB) 01:52:52 #11 67.74 Installing build dependencies: started 01:52:52 #11 68.34 Installing build dependencies: finished with status 'done' 01:52:53 #11 68.35 Getting requirements to build wheel: started 01:52:53 #11 68.85 Getting requirements to build wheel: finished with status 'done' 01:52:53 #11 68.85 Preparing metadata (pyproject.toml): started 01:52:53 #11 69.13 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:53 #11 69.39 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 01:52:54 #11 69.40 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) 01:52:54 #11 69.45 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 01:52:54 #11 69.47 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 01:52:54 #11 69.52 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 01:52:54 #11 69.53 Downloading psycopg2-2.9.10.tar.gz (385 kB) 01:52:54 #11 69.60 Installing build dependencies: started 01:52:54 #11 70.20 Installing build dependencies: finished with status 'done' 01:52:54 #11 70.20 Getting requirements to build wheel: started 01:52:55 #11 70.65 Getting requirements to build wheel: finished with status 'done' 01:52:55 #11 70.65 Preparing metadata (pyproject.toml): started 01:52:55 #11 70.88 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:55 #11 70.97 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 01:52:55 #11 70.97 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 01:52:55 #11 71.14 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 01:52:55 #11 71.15 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 01:52:55 #11 71.16 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) 01:52:55 #11 71.17 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 01:52:55 #11 71.39 Collecting cryptography==48.0.1 (from -r requirements.txt (line 20)) 01:52:55 #11 71.40 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (4.3 kB) 01:52:55 #11 71.41 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 01:52:55 #11 71.42 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 01:52:55 #11 71.46 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 01:52:55 #11 71.46 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 01:52:55 #11 71.48 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 01:52:55 #11 71.48 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 01:52:55 #11 71.52 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:52:56 #11 71.52 Downloading selenium-4.45.0-py3-none-any.whl.metadata (7.4 kB) 01:52:56 #11 71.55 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:52:56 #11 71.56 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 01:52:56 #11 71.58 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:52:56 #11 71.58 Downloading click-8.4.1-py3-none-any.whl.metadata (2.6 kB) 01:52:56 #11 71.62 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:52:56 #11 71.62 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 01:52:56 #11 71.64 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:52:56 #11 71.64 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 01:52:56 #11 71.66 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:56 #11 71.67 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 01:52:56 #11 71.71 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:56 #11 71.71 Downloading flex-6.14.1.tar.gz (40 kB) 01:52:56 #11 71.74 Installing build dependencies: started 01:52:56 #11 72.35 Installing build dependencies: finished with status 'done' 01:52:57 #11 72.35 Getting requirements to build wheel: started 01:52:57 #11 72.89 Getting requirements to build wheel: finished with status 'done' 01:52:57 #11 72.89 Preparing metadata (pyproject.toml): started 01:52:57 #11 73.12 Preparing metadata (pyproject.toml): finished with status 'done' 01:52:57 #11 73.13 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.14 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 01:52:57 #11 73.17 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.17 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 01:52:57 #11 73.20 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.22 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 01:52:57 #11 73.24 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.24 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 01:52:57 #11 73.29 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.29 Downloading pytz-2026.2-py2.py3-none-any.whl.metadata (22 kB) 01:52:57 #11 73.31 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:52:57 #11 73.32 Downloading tzlocal-5.4.3-py3-none-any.whl.metadata (7.7 kB) 01:52:57 #11 73.43 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 01:52:58 #11 73.44 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (40 kB) 01:52:58 #11 73.45 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 01:52:58 #11 73.45 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 01:52:58 #11 73.47 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 01:52:58 #11 73.48 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 01:52:58 #11 73.49 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 01:52:58 #11 73.50 Downloading certifi-2026.6.17-py3-none-any.whl.metadata (2.5 kB) 01:52:58 #11 73.53 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:52:58 #11 73.55 Downloading reactivex-4.1.0-py3-none-any.whl.metadata (5.7 kB) 01:52:58 #11 73.56 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:52:58 #11 73.56 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 01:52:58 #11 73.57 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)) (82.0.1) 01:52:58 #11 73.67 Collecting cffi>=2.0.0 (from cryptography==48.0.1->-r requirements.txt (line 20)) 01:53:00 #11 73.68 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.6 kB) 01:53:00 #11 73.69 Collecting pycparser (from cffi>=2.0.0->cryptography==48.0.1->-r requirements.txt (line 20)) 01:53:00 #11 73.69 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 01:53:00 #11 73.74 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:53:00 #11 73.74 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) 01:53:00 #11 73.76 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:53:00 #11 73.77 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 01:53:00 #11 73.79 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:53:00 #11 73.79 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl.metadata (10.0 kB) 01:53:00 #11 73.80 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:53:00 #11 73.81 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 01:53:00 #11 73.82 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:53:00 #11 73.82 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 01:53:00 #11 73.84 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:53:00 #11 73.84 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 01:53:00 #11 73.85 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:53:00 #11 73.86 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 01:53:00 #11 73.88 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)) 01:53:00 #11 73.88 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 01:53:00 #11 73.89 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:53:00 #11 73.90 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 01:53:00 #11 73.91 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:53:00 #11 73.91 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 01:53:00 #11 73.92 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)) 01:53:00 #11 73.93 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 01:53:00 #11 73.94 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)) 01:53:00 #11 73.95 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 01:53:00 #11 73.96 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)) 01:53:00 #11 73.96 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 01:53:00 #11 74.02 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)) 01:53:00 #11 74.03 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 01:53:00 #11 74.07 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:00 #11 74.08 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) 01:53:00 #11 74.11 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:00 #11 74.12 Downloading validate_email-1.3.tar.gz (4.7 kB) 01:53:00 #11 74.13 Installing build dependencies: started 01:53:00 #11 74.74 Installing build dependencies: finished with status 'done' 01:53:00 #11 74.74 Getting requirements to build wheel: started 01:53:00 #11 75.12 Getting requirements to build wheel: finished with status 'done' 01:53:00 #11 75.12 Preparing metadata (pyproject.toml): started 01:53:00 #11 75.31 Preparing metadata (pyproject.toml): finished with status 'done' 01:53:00 #11 75.34 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:00 #11 75.35 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 01:53:00 #11 75.37 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:00 #11 75.38 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 01:53:00 #11 75.39 Installing build dependencies: started 01:53:00 #11 75.98 Installing build dependencies: finished with status 'done' 01:53:00 #11 75.98 Getting requirements to build wheel: started 01:53:00 #11 76.35 Getting requirements to build wheel: finished with status 'done' 01:53:01 #11 76.35 Preparing metadata (pyproject.toml): started 01:53:01 #11 76.54 Preparing metadata (pyproject.toml): finished with status 'done' 01:53:01 #11 76.56 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.56 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 01:53:01 #11 76.58 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.58 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 01:53:01 #11 76.61 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.61 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 01:53:01 #11 76.91 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.92 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 01:53:01 #11 76.94 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.94 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 01:53:01 #11 76.96 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.97 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 01:53:01 #11 76.99 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 76.99 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 01:53:01 #11 77.01 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 77.01 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 01:53:01 #11 77.03 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 77.04 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 01:53:01 #11 77.06 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:01 #11 77.07 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 01:53:01 #11 77.08 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)) 01:53:01 #11 77.09 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 01:53:01 #11 77.22 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)) 01:53:01 #11 77.22 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 01:53:01 #11 77.24 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)) 01:53:01 #11 77.25 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 01:53:01 #11 77.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)) 01:53:01 #11 77.26 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 01:53:01 #11 77.31 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)) 01:53:01 #11 77.31 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (5.1 kB) 01:53:01 #11 77.33 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)) 01:53:02 #11 77.33 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 01:53:02 #11 78.13 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)) 01:53:02 #11 78.14 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.6 kB) 01:53:02 #11 78.15 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)) 01:53:02 #11 78.15 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 01:53:02 #11 78.23 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:53:02 #11 78.23 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) 01:53:02 #11 78.25 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 01:53:02 #11 78.26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 134.2 MB/s 0:00:00 01:53:02 #11 78.26 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 01:53:02 #11 78.27 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 01:53:02 #11 78.30 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 01:53:02 #11 78.30 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 01:53:02 #11 78.31 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 01:53:02 #11 78.31 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 01:53:02 #11 78.32 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 01:53:02 #11 78.32 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 01:53:02 #11 78.35 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 01:53:03 #11 79.12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 23.0 MB/s 0:00:00 01:53:03 #11 79.16 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) 01:53:03 #11 79.17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 167.6 MB/s 0:00:00 01:53:03 #11 79.18 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 01:53:03 #11 79.19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 169.4 MB/s 0:00:00 01:53:03 #11 79.19 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 01:53:03 #11 79.23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 65.3 MB/s 0:00:00 01:53:03 #11 79.24 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 01:53:03 #11 79.24 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 01:53:03 #11 79.27 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl (5.0 MB) 01:53:04 #11 79.38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 43.1 MB/s 0:00:00 01:53:04 #11 79.39 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 01:53:04 #11 79.40 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 01:53:04 #11 79.41 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 01:53:04 #11 79.41 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_x86_64.whl (218 kB) 01:53:04 #11 79.42 Downloading idna-3.18-py3-none-any.whl (65 kB) 01:53:04 #11 79.43 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 01:53:04 #11 79.46 Downloading certifi-2026.6.17-py3-none-any.whl (133 kB) 01:53:04 #11 79.47 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (221 kB) 01:53:04 #11 79.48 Downloading click-8.4.1-py3-none-any.whl (116 kB) 01:53:04 #11 79.48 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 01:53:04 #11 79.49 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (359 kB) 01:53:04 #11 79.50 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 01:53:04 #11 79.50 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl (1.4 MB) 01:53:04 #11 79.52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 152.4 MB/s 0:00:00 01:53:04 #11 79.52 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 01:53:04 #11 79.53 Downloading reactivex-4.1.0-py3-none-any.whl (218 kB) 01:53:04 #11 79.54 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 01:53:04 #11 79.55 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 01:53:04 #11 79.56 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 01:53:04 #11 79.57 Downloading selenium-4.45.0-py3-none-any.whl (9.5 MB) 01:53:04 #11 79.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 72.2 MB/s 0:00:00 01:53:04 #11 79.71 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 01:53:04 #11 79.74 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 01:53:04 #11 79.75 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 01:53:04 #11 79.76 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 01:53:04 #11 79.76 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 01:53:04 #11 79.77 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 01:53:04 #11 79.77 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 01:53:04 #11 79.78 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 01:53:04 #11 79.78 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 01:53:04 #11 79.79 Downloading docutils-0.23-py3-none-any.whl (634 kB) 01:53:04 #11 79.80 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 170.9 MB/s 0:00:00 01:53:04 #11 79.80 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 01:53:04 #11 79.81 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) 01:53:04 #11 79.82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 157.4 MB/s 0:00:00 01:53:04 #11 79.82 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 01:53:04 #11 79.83 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 01:53:04 #11 79.83 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 01:53:04 #11 79.84 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 01:53:04 #11 79.85 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 01:53:04 #11 79.86 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (582 kB) 01:53:04 #11 79.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 582.4/582.4 kB 141.8 MB/s 0:00:00 01:53:04 #11 79.87 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 01:53:04 #11 79.88 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 01:53:04 #11 79.89 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 01:53:04 #11 79.90 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 01:53:04 #11 79.91 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (70 kB) 01:53:04 #11 79.91 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 01:53:04 #11 79.92 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 01:53:04 #11 79.94 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl (2.4 MB) 01:53:04 #11 79.97 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 70.3 MB/s 0:00:00 01:53:04 #11 79.98 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 01:53:04 #11 79.98 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 01:53:04 #11 79.99 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 01:53:04 #11 79.99 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 01:53:04 #11 80.00 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 01:53:04 #11 80.00 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 01:53:04 #11 80.01 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 01:53:04 #11 80.01 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 01:53:04 #11 80.02 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 01:53:04 #11 80.03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 213.1 MB/s 0:00:00 01:53:04 #11 80.03 Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) 01:53:04 #11 80.04 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 01:53:04 #11 80.05 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 01:53:04 #11 80.05 Downloading tzlocal-5.4.3-py3-none-any.whl (18 kB) 01:53:04 #11 80.19 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 01:53:04 #11 80.19 Building wheel for robotframework-sshlibrary (pyproject.toml): started 01:53:04 #11 80.43 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 01:53:05 #11 80.43 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=0aa15056e3e6235d9db2800992283fc9344c9bbc456933bd51a5b391b83bd212 01:53:05 #11 80.43 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 01:53:05 #11 80.44 Building wheel for robotbackgroundlogger (pyproject.toml): started 01:53:05 #11 80.67 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 01:53:05 #11 80.67 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=e909e7627397564e2bf70a7c1872b1316d5777fb1e7943d1675709fb9216bad0 01:53:05 #11 80.67 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 01:53:05 #11 80.68 Building wheel for psutil (pyproject.toml): started 01:53:06 #11 82.39 Building wheel for psutil (pyproject.toml): finished with status 'done' 01:53:07 #11 82.39 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277534 sha256=64a41a1edff7315049a5cd6d44ba464c6e762de470bc5e70d8714a9becb73348 01:53:07 #11 82.39 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 01:53:07 #11 82.40 Building wheel for psycopg2 (pyproject.toml): started 01:53:15 #11 90.89 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 01:53:15 #11 90.89 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521920 sha256=f6b4774ba099da49a8371d6c3b56ae9e9e29f9643e7c23c1b971dc6b94560e44 01:53:15 #11 90.89 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 01:53:15 #11 90.90 Building wheel for flex (pyproject.toml): started 01:53:15 #11 91.21 Building wheel for flex (pyproject.toml): finished with status 'done' 01:53:15 #11 91.21 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=5de87757a692f529f256cd6fcf0e291d6fd36329500a942285296184ebaa9d9c 01:53:15 #11 91.22 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 01:53:15 #11 91.22 Building wheel for strict-rfc3339 (pyproject.toml): started 01:53:16 #11 91.45 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 01:53:16 #11 91.46 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=62a4f8674c7c73388826be8e6bb96b2314a413c2a56a621069a0f567c68e2e16 01:53:16 #11 91.46 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 01:53:16 #11 91.46 Building wheel for validate-email (pyproject.toml): started 01:53:16 #11 91.70 Building wheel for validate-email (pyproject.toml): finished with status 'done' 01:53:16 #11 91.71 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=4be1cb09f6fdf1a12933ca54bc750abb6c921c57d5299bdd2bc67547c16db6f3 01:53:16 #11 91.71 Stored in directory: /tmp/pip-ephem-wheel-cache-3qp7vlx9/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 01:53:16 #11 91.71 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 01:53:16 #11 91.90 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 01:53:28 #11 102.7 01:53:28 #11 102.7 Successfully installed PyYAML-6.0.3 RESTinstance-1.5.2 annotated-types-0.7.0 attrs-26.1.0 bcrypt-5.0.0 certifi-2026.6.17 cffi-2.0.0 charset_normalizer-3.4.7 click-8.4.1 configparser-7.2.0 cryptography-48.0.1 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.10.1 pynacl-1.6.2 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2026.2 pyzmq-27.0.0 reactivex-4.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.5.1 scp-0.15.0 selenium-4.45.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.15.0 typing-inspection-0.4.2 tzlocal-5.4.3 urllib3-2.7.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.8 wsproto-1.3.2 01:53:28 #11 102.7 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. 01:53:28 #11 DONE 103.7s 01:53:28 01:53:28 #12 exporting to image 01:53:28 #12 exporting layers 01:53:33 #12 exporting layers 5.7s done 01:53:34 #12 writing image sha256:56cb4d1880399474364f52fbbf79b4e5b612ac4a3f2fc15329dd7a6e62e90925 done 01:53:34 #12 naming to docker.io/library/edgex-taf-common done 01:53:34 #12 DONE 5.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 01:53:34 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 01:53:34 eddc1ba5d35ac977be428cb1fd634fea90fce073 01:53:34 latest 01:53:34 1.0.0-dev.12 01:53:34 eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 01:53:34 main 01:53:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073 01:53:34 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 01:53:34 cbc0d87552b1: Preparing 01:53:34 05af85c808b5: Preparing 01:53:34 5f70bf18a086: Preparing 01:53:34 c15fd5c465a0: Preparing 01:53:34 ab2dc6bc9f24: Preparing 01:53:34 834f3b334aee: Preparing 01:53:34 08bc4e534116: Preparing 01:53:34 834f3b334aee: Waiting 01:53:34 08bc4e534116: Waiting 01:53:34 05af85c808b5: Pushed 01:53:34 5f70bf18a086: Pushed 01:53:34 c15fd5c465a0: Pushed 01:53:34 ab2dc6bc9f24: Pushed 01:53:35 834f3b334aee: Pushed 01:53:36 08bc4e534116: Pushed 01:55:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13331 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 01:55:22 Selected Git installation does not exist. Using Default 01:55:22 The recommended git tool is: NONE 01:55:27 using credential edgex-jenkins-ssh 01:55:27 Cloning the remote Git repository 01:55:27 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 01:55:27 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 01:55:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 01:55:27 > git --version # timeout=10 01:55:27 > git --version # 'git version 2.25.1' 01:55:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:55:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:55:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 01:55:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:55:33 Avoid second fetch 01:55:33 Checking out Revision eddc1ba5d35ac977be428cb1fd634fea90fce073 (main) 01:55:34 Commit message: "Merge pull request #158 from edgexfoundry/dependabot/pip/cryptography-48.0.1" 01:55:33 > git config core.sparsecheckout # timeout=10 01:55:33 > git checkout -f eddc1ba5d35ac977be428cb1fd634fea90fce073 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:55:38 provisioning config files... 01:55:38 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10600467369715405531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:55:39 ---> ****-login.sh 01:55:39 nexus3.edgexfoundry.org:10001 01:55:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:55:39 Configure a credential helper to remove this warning. See 01:55:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:55:39 01:55:39 Login Succeeded 01:55:39 nexus3.edgexfoundry.org:10002 01:55:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:55:39 Configure a credential helper to remove this warning. See 01:55:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:55:39 01:55:39 Login Succeeded 01:55:39 nexus3.edgexfoundry.org:10003 01:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:55:40 Configure a credential helper to remove this warning. See 01:55:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:55:40 01:55:40 Login Succeeded 01:55:40 nexus3.edgexfoundry.org:10004 01:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:55:40 Configure a credential helper to remove this warning. See 01:55:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:55:40 01:55:40 Login Succeeded 01:55:40 ****.io 01:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:55:41 Configure a credential helper to remove this warning. See 01:55:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:55:41 01:55:41 Login Succeeded 01:55:41 ---> ****-login.sh ends [Pipeline] } 01:55:41 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 01:55:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:55:42 + ls -al . 01:55:42 total 68 01:55:42 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 01:55 . 01:55:42 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 01:55 .. 01:55:42 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 01:55 .git 01:55:42 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 01:55 .github 01:55:42 -rw-rw-r-- 1 jenkins jenkins 22 Jun 22 01:55 .gitignore 01:55:42 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 22 01:55 Dockerfile 01:55:42 -rw-rw-r-- 1 jenkins jenkins 746 Jun 22 01:55 Jenkinsfile 01:55:42 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 22 01:55 LICENSE 01:55:42 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 22 01:55 README.md 01:55:42 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 01:55 TUC 01:55:42 -rw-rw-r-- 1 jenkins jenkins 12 Jun 22 01:51 VERSION 01:55:42 -rw-rw-r-- 1 jenkins jenkins 473 Jun 22 01:55 requirements.txt 01:55:42 -rw-rw-r-- 1 jenkins jenkins 54 Jun 22 01:55 robot-entrypoint.sh 01:55:42 -rw-rw-r-- 1 jenkins jenkins 445 Jun 22 01:55 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:42 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=eddc1ba5d35ac977be428cb1fd634fea90fce073 --label arch=arm64 --label version=1.0.0-dev.12 . 01:55:42 Sending build context to Docker daemon 437.8kB 01:55:42 Step 1/13 : FROM alpine:3.20 01:55:43 3.20: Pulling from library/alpine 01:55:43 3f26bc2dec0b: Pulling fs layer 01:55:43 3f26bc2dec0b: Download complete 01:55:48 3f26bc2dec0b: Pull complete 01:55:48 Digest: sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 01:55:48 Status: Downloaded newer image for alpine:3.20 01:55:48 ---> ab3fe4defd29 01:55:48 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 01:55:48 ---> Running in 493bb1ebe7a1 01:55:48 Removing intermediate container 493bb1ebe7a1 01:55:48 ---> 57f043b23d8c 01:55:48 Step 3/13 : LABEL maintainer="Bruce Huang " 01:55:48 ---> Running in d1b493b710b6 01:55:48 Removing intermediate container d1b493b710b6 01:55:48 ---> 889dfc71ce6a 01:55:48 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 01:55:49 ---> b6171736c4e4 01:55:49 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 01:55:49 ---> 4efc82f82dba 01:55:49 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 01:55:50 ---> 477264826ed3 01:55:50 Step 7/13 : WORKDIR /edgex-taf 01:55:50 ---> Running in 3fa10e7f2b1a 01:55:50 Removing intermediate container 3fa10e7f2b1a 01:55:50 ---> c05bd043dbd4 01:55:50 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:50 ---> Running in 04c673ab6e2f 01:55:52 Removing intermediate container 04c673ab6e2f 01:55:52 ---> 38d5399c29eb 01:55:52 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 01:55:52 ---> Running in 08ceeb501b14 01:55:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:55:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:55:55 OK: 9 MiB in 14 packages 01:55:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:55:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:55:57 (1/14) Installing ca-certificates (20260413-r0) 01:55:57 (2/14) Installing brotli-libs (1.1.0-r2) 01:55:57 (3/14) Installing c-ares (1.33.1-r0) 01:55:58 (4/14) Installing libunistring (1.2-r0) 01:55:58 (5/14) Installing libidn2 (2.3.7-r0) 01:55:58 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:55:59 (7/14) Installing libpsl (0.21.5-r1) 01:55:59 (8/14) Installing zstd-libs (1.5.6-r0) 01:55:59 (9/14) Installing libcurl (8.14.1-r2) 01:55:59 (10/14) Installing curl (8.14.1-r2) 01:55:59 (11/14) Installing docker-cli (26.1.5-r0) 01:56:00 (12/14) Installing oniguruma (6.9.9-r0) 01:56:00 (13/14) Installing jq (1.7.1-r0) 01:56:01 (14/14) Installing openssl (3.3.7-r0) 01:56:01 Executing busybox-1.36.1-r31.trigger 01:56:01 Executing ca-certificates-20260413-r0.trigger 01:56:01 OK: 43 MiB in 28 packages 01:56:01 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:56:02 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:56:03 (1/166) Installing libexpat (2.8.1-r0) 01:56:03 (2/166) Installing libbz2 (1.0.8-r6) 01:56:03 (3/166) Installing libpng (1.6.57-r0) 01:56:04 (4/166) Installing freetype (2.13.2-r0) 01:56:04 (5/166) Installing fontconfig (2.15.0-r1) 01:56:04 (6/166) Installing libfontenc (1.1.8-r0) 01:56:04 (7/166) Installing mkfontscale (1.2.2-r6) 01:56:05 (8/166) Installing font-opensans (0_git20210927-r1) 01:56:05 (9/166) Installing pkgconf (2.2.0-r0) 01:56:05 (10/166) Installing libgcc (13.2.1_git20240309-r1) 01:56:05 (11/166) Installing libffi (3.4.6-r0) 01:56:06 (12/166) Installing libintl (0.22.5-r0) 01:56:06 (13/166) Installing libeconf (0.6.3-r0) 01:56:06 (14/166) Installing libblkid (2.40.1-r1) 01:56:06 (15/166) Installing libmount (2.40.1-r1) 01:56:07 (16/166) Installing pcre2 (10.43-r0) 01:56:07 (17/166) Installing glib (2.80.5-r0) 01:56:08 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 01:56:08 (19/166) Installing xz-libs (5.8.3-r0) 01:56:08 (20/166) Installing libxml2 (2.12.10-r0) 01:56:08 (21/166) Installing shared-mime-info (2.4-r0) 01:56:09 (22/166) Installing hicolor-icon-theme (0.17-r2) 01:56:09 (23/166) Installing libjpeg-turbo (3.0.3-r0) 01:56:09 (24/166) Installing libsharpyuv (1.3.2-r0) 01:56:09 (25/166) Installing libwebp (1.3.2-r0) 01:56:10 (26/166) Installing tiff (4.6.0t-r0) 01:56:10 (27/166) Installing gdk-pixbuf (2.42.12-r0) 01:56:10 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 01:56:10 (29/166) Installing libxau (1.0.11-r4) 01:56:11 (30/166) Installing libmd (1.1.0-r0) 01:56:11 (31/166) Installing libbsd (0.12.2-r0) 01:56:11 (32/166) Installing libxdmcp (1.1.5-r1) 01:56:11 (33/166) Installing libxcb (1.16.1-r0) 01:56:11 (34/166) Installing libx11 (1.8.9-r1) 01:56:12 (35/166) Installing libxcomposite (0.4.6-r5) 01:56:12 (36/166) Installing libxfixes (6.0.1-r4) 01:56:12 cbc0d87552b1: Pushed 01:56:12 eddc1ba5d35ac977be428cb1fd634fea90fce073: digest: sha256:e56579fc4b5247843bb8f098459e149229b8acee926c9a9666c8f2fa664461c1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 (37/166) Installing libxrender (0.9.11-r5) 01:56:12 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:56:12 (38/166) Installing libxcursor (1.2.2-r1) 01:56:12 (39/166) Installing libxdamage (1.1.6-r5) [Pipeline] sh 01:56:13 (40/166) Installing libxext (1.3.6-r2) 01:56:13 (41/166) Installing libxi (1.8.1-r4) 01:56:13 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 01:56:13 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 01:56:13 cbc0d87552b1: Preparing 01:56:13 05af85c808b5: Preparing 01:56:13 5f70bf18a086: Preparing 01:56:13 c15fd5c465a0: Preparing 01:56:13 ab2dc6bc9f24: Preparing 01:56:13 834f3b334aee: Preparing 01:56:13 08bc4e534116: Preparing 01:56:13 834f3b334aee: Waiting 01:56:13 08bc4e534116: Waiting 01:56:13 05af85c808b5: Layer already exists 01:56:13 5f70bf18a086: Layer already exists 01:56:13 ab2dc6bc9f24: Layer already exists 01:56:13 cbc0d87552b1: Layer already exists 01:56:13 c15fd5c465a0: Layer already exists 01:56:13 08bc4e534116: Layer already exists 01:56:13 834f3b334aee: Layer already exists 01:56:13 latest: digest: sha256:e56579fc4b5247843bb8f098459e149229b8acee926c9a9666c8f2fa664461c1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:13 (42/166) Installing libxinerama (1.1.5-r4) 01:56:13 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:13 (43/166) Installing libxrandr (1.5.4-r1) 01:56:13 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.12 01:56:13 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 01:56:13 cbc0d87552b1: Preparing 01:56:13 05af85c808b5: Preparing 01:56:13 5f70bf18a086: Preparing 01:56:13 c15fd5c465a0: Preparing 01:56:13 ab2dc6bc9f24: Preparing 01:56:13 834f3b334aee: Preparing 01:56:13 08bc4e534116: Preparing 01:56:13 834f3b334aee: Waiting 01:56:13 08bc4e534116: Waiting 01:56:13 c15fd5c465a0: Layer already exists 01:56:13 05af85c808b5: Layer already exists 01:56:13 cbc0d87552b1: Layer already exists 01:56:13 5f70bf18a086: Layer already exists 01:56:13 ab2dc6bc9f24: Layer already exists 01:56:13 08bc4e534116: Layer already exists 01:56:13 834f3b334aee: Layer already exists 01:56:13 1.0.0-dev.12: digest: sha256:e56579fc4b5247843bb8f098459e149229b8acee926c9a9666c8f2fa664461c1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:14 (44/166) Installing libatk-1.0 (2.52.0-r0) 01:56:14 (45/166) Installing libxtst (1.2.4-r6) 01:56:14 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:56:14 (46/166) Installing dbus-libs (1.14.10-r1) [Pipeline] sh 01:56:14 (47/166) Installing at-spi2-core (2.52.0-r0) 01:56:14 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 01:56:14 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 01:56:14 cbc0d87552b1: Preparing 01:56:14 05af85c808b5: Preparing 01:56:14 5f70bf18a086: Preparing 01:56:14 c15fd5c465a0: Preparing 01:56:14 ab2dc6bc9f24: Preparing 01:56:14 834f3b334aee: Preparing 01:56:14 08bc4e534116: Preparing 01:56:14 08bc4e534116: Waiting 01:56:14 834f3b334aee: Waiting 01:56:14 ab2dc6bc9f24: Layer already exists 01:56:14 cbc0d87552b1: Layer already exists 01:56:14 05af85c808b5: Layer already exists 01:56:14 5f70bf18a086: Layer already exists 01:56:14 c15fd5c465a0: Layer already exists 01:56:14 834f3b334aee: Layer already exists 01:56:14 08bc4e534116: Layer already exists 01:56:14 eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12: digest: sha256:e56579fc4b5247843bb8f098459e149229b8acee926c9a9666c8f2fa664461c1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:14 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 01:56:14 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:15 (49/166) Installing pixman (0.43.2-r0) 01:56:15 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 01:56:15 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 01:56:15 cbc0d87552b1: Preparing 01:56:15 05af85c808b5: Preparing 01:56:15 5f70bf18a086: Preparing 01:56:15 c15fd5c465a0: Preparing 01:56:15 ab2dc6bc9f24: Preparing 01:56:15 834f3b334aee: Preparing 01:56:15 08bc4e534116: Preparing 01:56:15 834f3b334aee: Waiting 01:56:15 08bc4e534116: Waiting 01:56:15 ab2dc6bc9f24: Layer already exists 01:56:15 5f70bf18a086: Layer already exists 01:56:15 cbc0d87552b1: Layer already exists 01:56:15 05af85c808b5: Layer already exists 01:56:15 c15fd5c465a0: Layer already exists 01:56:15 834f3b334aee: Layer already exists 01:56:15 08bc4e534116: Layer already exists 01:56:15 main: digest: sha256:e56579fc4b5247843bb8f098459e149229b8acee926c9a9666c8f2fa664461c1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:15 ===================================================== [Pipeline] echo 01:56:15 taggedImages: 01:56:15 - nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073 01:56:15 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 01:56:15 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.12 01:56:15 - nexus3.edgexfoundry.org:10003/edgex-taf-common:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 01:56:15 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 01:56:15 (50/166) Installing cairo (1.18.4-r0) [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 01:56:15 (51/166) Installing cairo-gobject (1.18.4-r0) 01:56:15 (52/166) Installing avahi-libs (0.8-r17) 01:56:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:56:15 01:56:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:15 (53/166) Installing gmp (6.3.0-r1) 01:56:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:56:16 latest: Pulling from edgex-lftools-log-publisher 01:56:16 5eb5b503b376: Pulling fs layer 01:56:16 5c69ac0246d0: Pulling fs layer 01:56:16 ec43610c2a17: Pulling fs layer 01:56:16 3a2ae6a8a46f: Pulling fs layer 01:56:16 33b1e0a273af: Pulling fs layer 01:56:16 5d3b04190fa2: Pulling fs layer 01:56:16 2f39f015ded8: Pulling fs layer 01:56:16 33b1e0a273af: Waiting 01:56:16 2f39f015ded8: Waiting 01:56:16 5d3b04190fa2: Waiting 01:56:16 3a2ae6a8a46f: Waiting 01:56:16 5c69ac0246d0: Download complete 01:56:16 3a2ae6a8a46f: Verifying Checksum 01:56:16 3a2ae6a8a46f: Download complete 01:56:16 33b1e0a273af: Verifying Checksum 01:56:16 33b1e0a273af: Download complete 01:56:16 5d3b04190fa2: Verifying Checksum 01:56:16 5d3b04190fa2: Download complete 01:56:16 ec43610c2a17: Verifying Checksum 01:56:16 ec43610c2a17: Download complete 01:56:16 (54/166) Installing nettle (3.10.2-r0) 01:56:16 5eb5b503b376: Verifying Checksum 01:56:16 5eb5b503b376: Download complete 01:56:16 (55/166) Installing libtasn1 (4.21.0-r0) 01:56:16 2f39f015ded8: Verifying Checksum 01:56:16 2f39f015ded8: Download complete 01:56:16 (56/166) Installing p11-kit (0.25.3-r0) 01:56:16 (57/166) Installing gnutls (3.8.13-r0) 01:56:17 (58/166) Installing cups-libs (2.4.18-r0) 01:56:17 (59/166) Installing libepoxy (1.5.10-r1) 01:56:17 5eb5b503b376: Pull complete 01:56:17 (60/166) Installing fribidi (1.0.15-r0) 01:56:17 5c69ac0246d0: Pull complete 01:56:18 (61/166) Installing graphite2 (1.3.14-r6) 01:56:18 (62/166) Installing harfbuzz (8.5.0-r0) 01:56:18 (63/166) Installing libxft (2.3.8-r3) 01:56:18 (64/166) Installing pango (1.52.2-r0) 01:56:19 (65/166) Installing wayland-libs-client (1.22.0-r4) 01:56:19 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 01:56:19 (67/166) Installing wayland-libs-egl (1.22.0-r4) 01:56:19 (68/166) Installing xkeyboard-config (2.41-r0) 01:56:20 (69/166) Installing libxkbcommon (1.7.0-r0) 01:56:20 (70/166) Installing gtk+3.0 (3.24.43-r0) 01:56:20 (71/166) Installing icu-data-full (74.2-r1) 01:56:21 (72/166) Installing mesa (24.0.9-r1) 01:56:22 (73/166) Installing llvm17-libs (17.0.6-r2) 01:56:23 ec43610c2a17: Pull complete 01:56:23 3a2ae6a8a46f: Pull complete 01:56:24 33b1e0a273af: Pull complete 01:56:24 5d3b04190fa2: Pull complete 01:56:25 (74/166) Installing hwdata-pci (0.382-r0) 01:56:25 (75/166) Installing libpciaccess (0.18.1-r0) 01:56:25 (76/166) Installing libdrm (2.4.120-r0) 01:56:25 (77/166) Installing libelf (0.191-r0) 01:56:26 (78/166) Installing mesa-glapi (24.0.9-r1) 01:56:26 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 01:56:27 (80/166) Installing eudev-libs (3.2.14-r2) 01:56:27 (81/166) Installing libmagic (5.45-r1) 01:56:27 (82/166) Installing file (5.45-r1) 01:56:27 (83/166) Installing xprop (1.2.7-r0) 01:56:28 (84/166) Installing libice (1.1.1-r6) 01:56:28 (85/166) Installing libuuid (2.40.1-r1) 01:56:28 (86/166) Installing libsm (1.2.4-r4) 01:56:28 (87/166) Installing libxt (1.3.0-r5) 01:56:29 (88/166) Installing libxmu (1.1.4-r2) 01:56:29 2f39f015ded8: Pull complete 01:56:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:56:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:56:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:56:29 (89/166) Installing xset (1.2.5-r1) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:56:29 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 01:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:56:29 (90/166) Installing xdg-utils (1.2.1-r0) 01:56:29 (91/166) Installing libogg (1.3.5-r5) 01:56:29 (92/166) Installing libflac (1.4.3-r1) 01:56:30 (93/166) Installing alsa-lib (1.2.11-r0) 01:56:30 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 01:56:30 (95/166) Installing aom-libs (3.9.1-r0) 01:56:30 $ docker top cf93b6faa83bba7043f2d97663e500f948606070eb0627d33db8457315484341 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:56:31 ---> job-cost.sh 01:56:31 lf-activate-venv: SKIPPING 01:56:31 INFO: No Stack... 01:56:31 (96/166) Installing libva (2.21.0-r0) 01:56:31 (97/166) Installing libvdpau (1.5-r3) 01:56:31 INFO: Retrieving Pricing Info for: v3-standard-8 01:56:31 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 01:56:31 (99/166) Installing libdav1d (1.4.2-r0) 01:56:31 INFO: Archiving Costs [Pipeline] sh 01:56:32 (100/166) Installing openexr-libiex (3.1.13-r1) 01:56:32 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 01:56:32 + cut -d, -f6 [Pipeline] lock 01:56:32 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] 01:56:32 Resource [jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] did not exist. Created. 01:56:32 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] [Pipeline] { [Pipeline] unstash 01:56:32 (101/166) Installing openexr-libilmthread (3.1.13-r1) [Pipeline] sh 01:56:32 (102/166) Installing imath (3.1.12-r0) 01:56:32 + echo total: 0.2199999988079071 [Pipeline] stash 01:56:32 Stashed 1 file(s) [Pipeline] } 01:56:32 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] [Pipeline] // lock [Pipeline] } 01:56:32 $ docker stop --time=1 cf93b6faa83bba7043f2d97663e500f948606070eb0627d33db8457315484341 01:56:32 (103/166) Installing openexr-libopenexr (3.1.13-r1) 01:56:33 (104/166) Installing giflib (5.2.2-r0) 01:56:33 (105/166) Installing libhwy (1.0.7-r0) 01:56:33 (106/166) Installing lcms2 (2.19-r0) 01:56:33 (107/166) Installing libjxl (0.10.2-r0) 01:56:33 $ docker rm -f --volumes cf93b6faa83bba7043f2d97663e500f948606070eb0627d33db8457315484341 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:56:34 (108/166) Installing lame-libs (3.100-r5) 01:56:34 (109/166) Installing opus (1.5.2-r0) 01:56:34 (110/166) Installing rav1e-libs (0.7.1-r0) 01:56:34 (111/166) Installing libgomp (13.2.1_git20240309-r1) 01:56:35 (112/166) Installing soxr (0.1.3-r7) 01:56:35 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 01:56:35 (114/166) Installing libtheora (1.1.1-r18) 01:56:35 (115/166) Installing libvorbis (1.3.7-r2) 01:56:36 (116/166) Installing libvpx (1.14.1-r0) 01:56:36 (117/166) Installing libwebpmux (1.3.2-r0) 01:56:36 (118/166) Installing x264-libs (0.164_git20231001-r0) 01:56:36 (119/166) Installing numactl (2.0.18-r0) 01:56:36 (120/166) Installing x265-libs (3.6-r0) 01:56:37 (121/166) Installing xvidcore (1.3.7-r2) 01:56:37 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 01:56:38 (123/166) Installing libbluray (1.3.4-r1) 01:56:38 (124/166) Installing mpg123-libs (1.32.8-r0) 01:56:38 (125/166) Installing libopenmpt (0.7.7-r0) 01:56:39 (126/166) Installing cjson (1.7.19-r0) 01:56:39 (127/166) Installing mbedtls (3.6.6-r0) 01:56:39 (128/166) Installing librist (0.2.10-r1) 01:56:39 (129/166) Installing libsrt (1.5.3-r0) 01:56:39 (130/166) Installing libssh (0.10.6-r0) 01:56:40 (131/166) Installing libsodium (1.0.19-r1) 01:56:40 (132/166) Installing libzmq (4.3.5-r2) 01:56:40 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 01:56:41 (134/166) Installing crc32c (1.1.2-r0) 01:56:41 (135/166) Installing double-conversion (3.3.0-r0) 01:56:41 (136/166) Installing libevent (2.1.12-r7) 01:56:41 (137/166) Installing wayland-libs-server (1.22.0-r4) 01:56:42 (138/166) Installing mesa-gbm (24.0.9-r1) 01:56:42 (139/166) Installing harfbuzz-subset (8.5.0-r0) 01:56:42 (140/166) Installing icu-libs (74.2-r1) 01:56:43 (141/166) Installing minizip (1.3.1-r0) 01:56:43 (142/166) Installing nspr (4.35-r4) 01:56:43 (143/166) Installing sqlite-libs (3.45.3-r3) 01:56:43 (144/166) Installing nss (3.105-r0) 01:56:44 (145/166) Installing openh264 (2.4.1-r0) 01:56:44 (146/166) Installing libcamera-ipa (0.3.0-r0) 01:56:44 (147/166) Installing libunwind (1.8.1-r0) 01:56:44 (148/166) Installing yaml (0.2.5-r2) 01:56:44 (149/166) Installing libcamera (0.3.0-r0) 01:56:45 (150/166) Installing speexdsp (1.2.1-r2) 01:56:45 (151/166) Installing libuv (1.48.0-r0) 01:56:45 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 01:56:46 (153/166) Installing libsndfile (1.2.2-r1) 01:56:46 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 01:56:46 (155/166) Installing pipewire-libs (1.0.6-r1) 01:56:47 (156/166) Installing libasyncns (0.8-r3) 01:56:47 (157/166) Installing libltdl (2.4.7-r3) 01:56:47 (158/166) Installing orc (0.4.40-r0) 01:56:47 (159/166) Installing tdb-libs (1.4.9-r1) 01:56:47 (160/166) Installing libpulse (17.0-r0) 01:56:48 (161/166) Installing libwebpdemux (1.3.2-r0) 01:56:48 (162/166) Installing libgpg-error (1.49-r0) 01:56:48 (163/166) Installing libgcrypt (1.10.3-r0) 01:56:48 (164/166) Installing libxslt (1.1.39-r2) 01:56:49 (165/166) Installing chromium (131.0.6778.108-r0) 01:56:55 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 01:56:55 Executing busybox-1.36.1-r31.trigger 01:56:55 Executing fontconfig-2.15.0-r1.trigger 01:56:55 Executing mkfontscale-1.2.2-r6.trigger 01:56:55 Executing glib-2.80.5-r0.trigger 01:56:55 Executing shared-mime-info-2.4-r0.trigger 01:56:58 Executing gdk-pixbuf-2.42.12-r0.trigger 01:56:58 Executing gtk-update-icon-cache-3.24.43-r0.trigger 01:56:58 Executing gtk+3.0-3.24.43-r0.trigger 01:56:58 OK: 658 MiB in 194 packages 01:56:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:56:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:57:00 (1/30) Installing jansson (2.14-r4) 01:57:00 (2/30) Installing binutils (2.42-r1) 01:57:01 (3/30) Installing libatomic (13.2.1_git20240309-r1) 01:57:02 (4/30) Installing isl26 (0.26-r1) 01:57:02 (5/30) Installing mpfr4 (4.2.1-r0) 01:57:02 (6/30) Installing mpc1 (1.3.1-r1) 01:57:02 (7/30) Installing gcc (13.2.1_git20240309-r1) 01:57:06 (8/30) Installing musl-dev (1.2.5-r3) 01:57:06 (9/30) Installing linux-headers (6.6-r0) 01:57:07 (10/30) Installing libffi-dev (3.4.6-r0) 01:57:07 (11/30) Installing libpq (16.14-r0) 01:57:07 (12/30) Installing openssl-dev (3.3.7-r0) 01:57:07 (13/30) Installing libpq-dev (16.14-r0) 01:57:07 (14/30) Installing libecpg (16.14-r0) 01:57:08 (15/30) Installing libecpg-dev (16.14-r0) 01:57:08 (16/30) Installing clang16-headers (16.0.6-r5) 01:57:09 (17/30) Installing llvm16-libs (16.0.6-r9) 01:57:12 (18/30) Installing clang16-libs (16.0.6-r5) 01:57:13 (19/30) Installing fortify-headers (1.1-r3) 01:57:13 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 01:57:14 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 01:57:15 (22/30) Installing clang16 (16.0.6-r5) 01:57:15 (23/30) Installing icu (74.2-r1) 01:57:15 (24/30) Installing icu-dev (74.2-r1) 01:57:16 (25/30) Installing llvm16 (16.0.6-r9) 01:57:19 (26/30) Installing lz4-libs (1.9.4-r5) 01:57:19 (27/30) Installing lz4-dev (1.9.4-r5) 01:57:19 (28/30) Installing zstd (1.5.6-r0) 01:57:19 (29/30) Installing zstd-dev (1.5.6-r0) 01:57:19 (30/30) Installing postgresql16-dev (16.14-r0) 01:57:20 Executing busybox-1.36.1-r31.trigger 01:57:20 OK: 1184 MiB in 224 packages 01:57:20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:57:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:57:22 (1/14) Installing g++ (13.2.1_git20240309-r1) 01:57:23 (2/14) Installing gdbm (1.23-r1) 01:57:23 (3/14) Installing mpdecimal (4.0.0-r0) 01:57:24 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 01:57:24 (5/14) Installing libncursesw (6.4_p20240420-r2) 01:57:24 (6/14) Installing libpanelw (6.4_p20240420-r2) 01:57:24 (7/14) Installing readline (8.2.10-r0) 01:57:25 (8/14) Installing python3 (3.12.13-r0) 01:57:26 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 01:57:26 (10/14) Installing pyc (3.12.13-r0) 01:57:26 (11/14) Installing python3-pyc (3.12.13-r0) 01:57:27 (12/14) Installing python3-dev (3.12.13-r0) 01:57:29 (13/14) Installing libsodium-dev (1.0.19-r1) 01:57:30 (14/14) Installing zeromq-dev (4.3.5-r2) 01:57:30 Executing busybox-1.36.1-r31.trigger 01:57:30 OK: 1371 MiB in 238 packages 01:57:30 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:57:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:57:32 OK: 1371 MiB in 238 packages 01:57:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:57:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:57:34 (1/1) Installing tzdata (2026b-r0) 01:57:35 OK: 1372 MiB in 239 packages 01:57:37 (1/1) Purging tzdata (2026b-r0) 01:57:37 OK: 1371 MiB in 238 packages 01:57:47 Looking in links: /tmp/tmp7dxlzydj 01:57:47 Processing /tmp/tmp7dxlzydj/pip-25.0.1-py3-none-any.whl 01:57:47 Installing collected packages: pip 01:57:54 Successfully installed pip-25.0.1 01: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. 01:57:57 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 01:57:57 Collecting pip 01:57:57 Downloading pip-26.1.2-py3-none-any.whl.metadata (4.6 kB) 01:57:58 Collecting setuptools 01:57:58 Downloading setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) 01:57:58 Collecting wheel 01:57:58 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 01:57:58 Collecting packaging>=24.0 (from wheel) 01:57:58 Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) 01:57:58 Downloading pip-26.1.2-py3-none-any.whl (1.8 MB) 01:57:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 37.0 MB/s eta 0:00:00 01:57:59 Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) 01:57:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 41.5 MB/s eta 0:00:00 01:57:59 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 01:57:59 Downloading packaging-26.2-py3-none-any.whl (100 kB) 01:57:59 Installing collected packages: setuptools, pip, packaging, wheel 01:58:04 Attempting uninstall: pip 01:58:04 Found existing installation: pip 25.0.1 01:58:04 Uninstalling pip-25.0.1: 01:58:04 Successfully uninstalled pip-25.0.1 01:58:12 Successfully installed packaging-26.2 pip-26.1.2 setuptools-82.0.1 wheel-0.47.0 01:58:12 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. 01:58:15 Processing ./edgex-taf-common 01:58:15 Installing build dependencies: started 01:58:20 Installing build dependencies: finished with status 'done' 01:58:20 Getting requirements to build wheel: started 01:58:22 Getting requirements to build wheel: finished with status 'done' 01:58:22 Preparing metadata (pyproject.toml): started 01:58:23 Preparing metadata (pyproject.toml): finished with status 'done' 01:58:23 Building wheels for collected packages: edgex-taf-common 01:58:23 Building wheel for edgex-taf-common (pyproject.toml): started 01:58:25 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 01:58:25 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15430 sha256=3b965ec1cc8bf0983934e18a122c90ccf5002a9a36d473f1e43fd3eb856474a5 01:58:25 Stored in directory: /tmp/pip-ephem-wheel-cache-81jqonyt/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 01:58:25 Successfully built edgex-taf-common 01:58:25 Installing collected packages: edgex-taf-common 01:58:25 Successfully installed edgex-taf-common-0.0.0 01:58:25 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. 01:58:28 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 01:58:28 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 01:58:28 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 01:58:28 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 01:58:28 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 01:58:28 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 01:58:28 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 01:58:28 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 01:58:28 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 01:58:28 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 01:58:29 Installing build dependencies: started 01:58:34 Installing build dependencies: finished with status 'done' 01:58:34 Getting requirements to build wheel: started 01:58:36 Getting requirements to build wheel: finished with status 'done' 01:58:36 Preparing metadata (pyproject.toml): started 01:58:37 Preparing metadata (pyproject.toml): finished with status 'done' 01:58:37 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 01:58:37 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 01:58:37 Installing build dependencies: started 01:58:42 Installing build dependencies: finished with status 'done' 01:58:42 Getting requirements to build wheel: started 01:58:44 Getting requirements to build wheel: finished with status 'done' 01:58:44 Preparing metadata (pyproject.toml): started 01:58:45 Preparing metadata (pyproject.toml): finished with status 'done' 01:58:45 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 01:58:45 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 01:58:45 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 01:58:45 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 01:58:45 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 01:58:45 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 01:58:46 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 01:58:46 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 01:58:46 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 01:58:46 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 01:58:47 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 01:58:47 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 01:58:48 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 01:58:48 Downloading psutil-7.0.0.tar.gz (497 kB) 01:58:49 Installing build dependencies: started 01:58:53 Installing build dependencies: finished with status 'done' 01:58:53 Getting requirements to build wheel: started 01:58:56 Getting requirements to build wheel: finished with status 'done' 01:58:56 Preparing metadata (pyproject.toml): started 01:58:58 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:00 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 01:59:00 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) 01:59:00 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 01:59:00 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 01:59:00 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 01:59:00 Downloading psycopg2-2.9.10.tar.gz (385 kB) 01:59:01 Installing build dependencies: started 01:59:05 Installing build dependencies: finished with status 'done' 01:59:05 Getting requirements to build wheel: started 01:59:07 Getting requirements to build wheel: finished with status 'done' 01:59:07 Preparing metadata (pyproject.toml): started 01:59:08 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:09 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 01:59:09 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 01:59:11 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 01:59:11 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 01:59:11 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) 01:59:11 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 01:59:12 Collecting cryptography==48.0.1 (from -r requirements.txt (line 20)) 01:59:12 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (4.3 kB) 01:59:13 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 01:59:13 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 01:59:13 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 01:59:13 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 01:59:13 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 01:59:13 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 01:59:13 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:13 Downloading selenium-4.45.0-py3-none-any.whl.metadata (7.4 kB) 01:59:13 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:13 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 01:59:13 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:13 Downloading click-8.4.1-py3-none-any.whl.metadata (2.6 kB) 01:59:14 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:59:14 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 01:59:14 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:59:14 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 01:59:14 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:14 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 01:59:14 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:14 Downloading flex-6.14.1.tar.gz (40 kB) 01:59:14 Installing build dependencies: started 01:59:19 Installing build dependencies: finished with status 'done' 01:59:19 Getting requirements to build wheel: started 01:59:21 Getting requirements to build wheel: finished with status 'done' 01:59:21 Preparing metadata (pyproject.toml): started 01:59:22 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:22 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:22 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 01:59:22 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:22 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 01:59:22 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:22 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 01:59:23 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:23 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 01:59:23 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:23 Downloading pytz-2026.2-py2.py3-none-any.whl.metadata (22 kB) 01:59:23 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:23 Downloading tzlocal-5.4.3-py3-none-any.whl.metadata (7.7 kB) 01:59:24 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 01:59:24 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (40 kB) 01:59:24 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 01:59:24 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 01:59:24 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 01:59:25 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 01:59:25 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 01:59:25 Downloading certifi-2026.6.17-py3-none-any.whl.metadata (2.5 kB) 01:59:25 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:59:25 Downloading reactivex-4.1.0-py3-none-any.whl.metadata (5.7 kB) 01:59:25 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:59:25 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 01:59: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)) (82.0.1) 01:59:26 Collecting cffi>=2.0.0 (from cryptography==48.0.1->-r requirements.txt (line 20)) 01:59:26 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.6 kB) 01:59:26 Collecting pycparser (from cffi>=2.0.0->cryptography==48.0.1->-r requirements.txt (line 20)) 01:59:26 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 01:59:26 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:59:26 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) 01:59:27 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:59:27 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 01:59:27 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 01:59:27 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl.metadata (10.0 kB) 01:59:27 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:59:27 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 01:59:27 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 01:59:27 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 01:59:27 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:27 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 01:59:27 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:27 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 01:59:28 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)) 01:59:28 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 01:59:28 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:28 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 01:59:28 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 01:59:28 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 01:59:28 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)) 01:59:28 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 01:59:28 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)) 01:59:28 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 01:59:28 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)) 01:59:28 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 01:59:28 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)) 01:59:28 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 01:59:29 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:29 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.4 kB) 01:59:29 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:29 Downloading validate_email-1.3.tar.gz (4.7 kB) 01:59:29 Installing build dependencies: started 01:59:34 Installing build dependencies: finished with status 'done' 01:59:34 Getting requirements to build wheel: started 01:59:38 Getting requirements to build wheel: finished with status 'done' 01:59:38 Preparing metadata (pyproject.toml): started 01:59:39 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:39 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:39 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 01:59:39 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:39 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 01:59:39 Installing build dependencies: started 01:59:44 Installing build dependencies: finished with status 'done' 01:59:44 Getting requirements to build wheel: started 01:59:47 Getting requirements to build wheel: finished with status 'done' 01:59:47 Preparing metadata (pyproject.toml): started 01:59:48 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:48 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:48 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 01:59:48 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:48 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 01:59:48 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:48 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 01:59:52 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 01:59:52 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 01:59:52 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 01:59:52 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 01:59:52 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 01:59:52 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 01:59:52 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:52 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 01:59:52 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)) 01:59:52 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 01:59:53 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)) 01:59:53 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 01:59:53 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)) 01:59:53 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 01:59:54 Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 01:59:54 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 01:59:54 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)) 01:59:54 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (5.1 kB) 01:59:54 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)) 01:59:54 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 02:00:03 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)) 02:00:03 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.6 kB) 02:00:03 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)) 02:00:03 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 02:00:03 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:00:03 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.7 kB) 02:00:03 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 02:00:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 53.2 MB/s 0:00:00 02:00:03 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 02:00:03 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 02:00:03 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 02:00:03 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 02:00:03 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 02:00:03 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 02:00:03 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 02:00:04 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 02:00:04 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 16.7 MB/s 0:00:00 02:00:05 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 58.7 MB/s 0:00:00 02:00:05 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 56.2 MB/s 0:00:00 02:00:05 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 51.8 MB/s 0:00:00 02:00:05 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 02:00:05 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 02:00:05 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl (4.8 MB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 44.5 MB/s 0:00:00 02:00:05 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 02:00:05 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 02:00:05 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 02:00:05 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_aarch64.whl (211 kB) 02:00:05 Downloading idna-3.18-py3-none-any.whl (65 kB) 02:00:05 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 02:00:05 Downloading certifi-2026.6.17-py3-none-any.whl (133 kB) 02:00:05 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (222 kB) 02:00:05 Downloading click-8.4.1-py3-none-any.whl (116 kB) 02:00:05 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 02:00:05 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (341 kB) 02:00:05 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 02:00:05 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl (791 kB) 02:00:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.9/791.9 kB 57.9 MB/s 0:00:00 02:00:05 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 02:00:06 Downloading reactivex-4.1.0-py3-none-any.whl (218 kB) 02:00:06 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 02:00:06 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 02:00:06 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 02:00:06 Downloading selenium-4.45.0-py3-none-any.whl (9.5 MB) 02:00:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 47.3 MB/s 0:00:00 02:00:06 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 02:00:06 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 02:00:06 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 02:00:06 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 02:00:06 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 02:00:06 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 02:00:06 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 02:00:06 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 02:00:06 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 02:00:06 Downloading docutils-0.23-py3-none-any.whl (634 kB) 02:00:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 52.3 MB/s 0:00:00 02:00:06 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 02:00:06 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (761 kB) 02:00:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 761.1/761.1 kB 60.0 MB/s 0:00:00 02:00:06 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 02:00:06 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 02:00:06 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 02:00:06 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 02:00:06 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 02:00:06 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (553 kB) 02:00:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 553.1/553.1 kB 54.0 MB/s 0:00:00 02:00:06 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 02:00:07 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 02:00:07 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 02:00:07 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 02:00:07 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (69 kB) 02:00:07 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 02:00:07 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 02:00:07 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl (2.2 MB) 02:00:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 44.2 MB/s 0:00:00 02:00:07 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 02:00:07 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 02:00:07 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 02:00:07 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 02:00:07 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (23 kB) 02:00:07 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 02:00:07 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 02:00:07 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 02:00:07 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 02:00:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.8 MB/s 0:00:00 02:00:07 Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) 02:00:07 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 02:00:07 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 02:00:07 Downloading tzlocal-5.4.3-py3-none-any.whl (18 kB) 02:00:09 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 02:00:09 Building wheel for robotframework-sshlibrary (pyproject.toml): started 02:00:10 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 02:00:10 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=1ff08686482e8340b34647e9285863f7205f740ee134e5a248c3f0ed6da43dfb 02:00:10 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 02:00:10 Building wheel for robotbackgroundlogger (pyproject.toml): started 02:00:12 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 02:00:12 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=fffff5d90376dbd42e5a2a678effd3bd1c1ef4627d996609ba61d22e06b565d3 02:00:12 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 02:00:12 Building wheel for psutil (pyproject.toml): started 02:00:27 Building wheel for psutil (pyproject.toml): finished with status 'done' 02:00:27 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278201 sha256=27179c25a92fd05ecaaef6b71aca5f777ff016311d44c0ac7399cae17c80c196 02:00:27 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 02:00:27 Building wheel for psycopg2 (pyproject.toml): started 02:01:35 Building wheel for psycopg2 (pyproject.toml): still running... 02:01:35 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 02:01:35 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512674 sha256=97c11172536f5de0fde2b8ffeb6c1cb13e9d66ecd56cac4525dc2448a7f268de 02:01:35 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 02:01:35 Building wheel for flex (pyproject.toml): started 02:01:35 Building wheel for flex (pyproject.toml): finished with status 'done' 02:01:35 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=99c7b3efb06de501e2625e4d118c1f74d9f17d7bf95552cd397eaf67d3c427c0 02:01:35 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 02:01:35 Building wheel for strict-rfc3339 (pyproject.toml): started 02:01:35 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 02:01:35 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=2888e2a27d8962485b636347ea1110e27f5c774f6394d6b80edbbddaa8f5b2a1 02:01:35 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 02:01:35 Building wheel for validate-email (pyproject.toml): started 02:01:36 Building wheel for validate-email (pyproject.toml): finished with status 'done' 02:01:36 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=24d9dc1051a0f3bdf99fd2e80d5d9c5e8870e521dea08d4fb9eaf5b66b8b2be6 02:01:36 Stored in directory: /tmp/pip-ephem-wheel-cache-18fzasf5/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 02:01:36 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 02:01:38 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 02:03:15 02:03:15 Successfully installed PyYAML-6.0.3 RESTinstance-1.5.2 annotated-types-0.7.0 attrs-26.1.0 bcrypt-5.0.0 certifi-2026.6.17 cffi-2.0.0 charset_normalizer-3.4.7 click-8.4.1 configparser-7.2.0 cryptography-48.0.1 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.10.1 pynacl-1.6.2 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2026.2 pyzmq-27.0.0 reactivex-4.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.5.1 scp-0.15.0 selenium-4.45.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.15.0 typing-inspection-0.4.2 tzlocal-5.4.3 urllib3-2.7.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.8 wsproto-1.3.2 02:03:15 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. 02:04:01 Removing intermediate container 08ceeb501b14 02:04:01 ---> 69e3ea568225 02:04:01 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 02:04:01 ---> Running in 519693c72722 02:04:01 Removing intermediate container 519693c72722 02:04:01 ---> 7aa557893702 02:04:01 Step 11/13 : LABEL arch=arm64 02:04:01 ---> Running in ca62dd2b2771 02:04:01 Removing intermediate container ca62dd2b2771 02:04:01 ---> 5502b22aa528 02:04:01 Step 12/13 : LABEL git_sha=eddc1ba5d35ac977be428cb1fd634fea90fce073 02:04:01 ---> Running in 0da1d5b90164 02:04:01 Removing intermediate container 0da1d5b90164 02:04:01 ---> 1b671eb58e53 02:04:01 Step 13/13 : LABEL version=1.0.0-dev.12 02:04:01 ---> Running in 56add07e8010 02:04:01 Removing intermediate container 56add07e8010 02:04:01 ---> a5773b3ef8f8 02:04:01 [Warning] One or more build-args [ARCH] were not consumed 02:04:01 Successfully built a5773b3ef8f8 02:04:01 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 02:04:02 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 02:04:02 eddc1ba5d35ac977be428cb1fd634fea90fce073 02:04:02 latest 02:04:02 1.0.0-dev.12 02:04:02 eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 02:04:02 main 02:04:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073 02:04:02 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:04:02 97b1ddbb02c5: Preparing 02:04:02 716416d20fc7: Preparing 02:04:02 fb8dcb5047ec: Preparing 02:04:02 793313a3c227: Preparing 02:04:02 e790340cc1dd: Preparing 02:04:02 88b4fba61c4c: Preparing 02:04:02 88b4fba61c4c: Waiting 02:04:03 793313a3c227: Pushed 02:04:03 fb8dcb5047ec: Pushed 02:04:03 716416d20fc7: Pushed 02:04:03 e790340cc1dd: Pushed 02:04:09 88b4fba61c4c: Pushed 02:09:01 97b1ddbb02c5: Pushed 02:09:01 eddc1ba5d35ac977be428cb1fd634fea90fce073: digest: sha256:15c727068824c33fec937a2ebaea3bd261d028af8fc988d1c0c1b5cda2d0327a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:01 + 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 02:09:02 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 02:09:02 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:09:02 97b1ddbb02c5: Preparing 02:09:02 716416d20fc7: Preparing 02:09:02 fb8dcb5047ec: Preparing 02:09:02 793313a3c227: Preparing 02:09:02 e790340cc1dd: Preparing 02:09:02 88b4fba61c4c: Preparing 02:09:02 88b4fba61c4c: Waiting 02:09:02 e790340cc1dd: Layer already exists 02:09:02 97b1ddbb02c5: Layer already exists 02:09:02 793313a3c227: Layer already exists 02:09:02 fb8dcb5047ec: Layer already exists 02:09:02 716416d20fc7: Layer already exists 02:09:02 88b4fba61c4c: Layer already exists 02:09:02 latest: digest: sha256:15c727068824c33fec937a2ebaea3bd261d028af8fc988d1c0c1b5cda2d0327a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:02 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:03 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.12 02:09:03 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:09:03 97b1ddbb02c5: Preparing 02:09:03 716416d20fc7: Preparing 02:09:03 fb8dcb5047ec: Preparing 02:09:03 793313a3c227: Preparing 02:09:03 e790340cc1dd: Preparing 02:09:03 88b4fba61c4c: Preparing 02:09:03 88b4fba61c4c: Waiting 02:09:03 97b1ddbb02c5: Layer already exists 02:09:03 716416d20fc7: Layer already exists 02:09:03 fb8dcb5047ec: Layer already exists 02:09:03 e790340cc1dd: Layer already exists 02:09:03 793313a3c227: Layer already exists 02:09:03 88b4fba61c4c: Layer already exists 02:09:03 1.0.0-dev.12: digest: sha256:15c727068824c33fec937a2ebaea3bd261d028af8fc988d1c0c1b5cda2d0327a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:03 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:04 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 02:09:04 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:09:04 97b1ddbb02c5: Preparing 02:09:04 716416d20fc7: Preparing 02:09:04 fb8dcb5047ec: Preparing 02:09:04 793313a3c227: Preparing 02:09:04 e790340cc1dd: Preparing 02:09:04 88b4fba61c4c: Preparing 02:09:04 88b4fba61c4c: Waiting 02:09:04 e790340cc1dd: Layer already exists 02:09:04 793313a3c227: Layer already exists 02:09:04 fb8dcb5047ec: Layer already exists 02:09:04 97b1ddbb02c5: Layer already exists 02:09:04 716416d20fc7: Layer already exists 02:09:04 88b4fba61c4c: Layer already exists 02:09:04 eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12: digest: sha256:15c727068824c33fec937a2ebaea3bd261d028af8fc988d1c0c1b5cda2d0327a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:04 + 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 02:09:05 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 02:09:05 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:09:05 97b1ddbb02c5: Preparing 02:09:05 716416d20fc7: Preparing 02:09:05 fb8dcb5047ec: Preparing 02:09:05 793313a3c227: Preparing 02:09:05 e790340cc1dd: Preparing 02:09:05 88b4fba61c4c: Preparing 02:09:05 88b4fba61c4c: Waiting 02:09:05 716416d20fc7: Layer already exists 02:09:05 97b1ddbb02c5: Layer already exists 02:09:05 fb8dcb5047ec: Layer already exists 02:09:05 793313a3c227: Layer already exists 02:09:05 e790340cc1dd: Layer already exists 02:09:05 88b4fba61c4c: Layer already exists 02:09:05 main: digest: sha256:15c727068824c33fec937a2ebaea3bd261d028af8fc988d1c0c1b5cda2d0327a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:09:05 ===================================================== [Pipeline] echo 02:09:05 taggedImages: 02:09:05 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073 02:09:05 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 02:09:05 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.12 02:09:05 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:eddc1ba5d35ac977be428cb1fd634fea90fce073-1.0.0-dev.12 02:09:05 - 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 02:09:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:05 02:09:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:05 arm64: Pulling from edgex-lftools-log-publisher 02:09:05 8998bd30e6a1: Pulling fs layer 02:09:05 04944245beec: Pulling fs layer 02:09:05 699f458cf7ca: Pulling fs layer 02:09:05 765212b225bb: Pulling fs layer 02:09:05 f23df028b6ca: Pulling fs layer 02:09:05 d65c8cfc05b1: Pulling fs layer 02:09:05 2437ff75d9bd: Pulling fs layer 02:09:05 f23df028b6ca: Waiting 02:09:05 d65c8cfc05b1: Waiting 02:09:05 2437ff75d9bd: Waiting 02:09:05 765212b225bb: Waiting 02:09:06 04944245beec: Verifying Checksum 02:09:06 04944245beec: Download complete 02:09:06 765212b225bb: Verifying Checksum 02:09:06 765212b225bb: Download complete 02:09:06 f23df028b6ca: Download complete 02:09:06 d65c8cfc05b1: Download complete 02:09:06 699f458cf7ca: Verifying Checksum 02:09:06 699f458cf7ca: Download complete 02:09:06 8998bd30e6a1: Verifying Checksum 02:09:06 8998bd30e6a1: Download complete 02:09:09 2437ff75d9bd: Verifying Checksum 02:09:09 2437ff75d9bd: Download complete 02:09:11 8998bd30e6a1: Pull complete 02:09:11 04944245beec: Pull complete 02:09:13 699f458cf7ca: Pull complete 02:09:13 765212b225bb: Pull complete 02:09:18 f23df028b6ca: Pull complete 02:09:18 d65c8cfc05b1: Pull complete 02:09:37 2437ff75d9bd: Pull complete 02:09:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:37 prd-ubuntu20.04-docker-arm64-4c-16g-13331 does not seem to be running inside a container 02:09:37 $ 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 02:09:39 $ docker top 0b981c1c7eef0978afd4aa9b2074799d587cad60d31a67e3774d4126403171a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:40 ---> job-cost.sh 02:09:40 lf-activate-venv: SKIPPING 02:09:40 INFO: No Stack... 02:09:40 INFO: Retrieving Pricing Info for: v3-standard-4 02:09:41 INFO: Archiving Costs [Pipeline] sh 02:09:41 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 02:09:41 + cut -d, -f6 [Pipeline] lock 02:09:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] 02:09:41 Resource [jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] did not exist. Created. 02:09:41 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:09:42 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-f4b4d377/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:09:43 + echo total: 0.10999999940395355 [Pipeline] stash 02:09:43 Warning: overwriting stash ‘stack-cost’ 02:09:43 Stashed 1 file(s) [Pipeline] } 02:09:43 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-65-stack-cost] [Pipeline] // lock [Pipeline] } 02:09:43 $ docker stop --time=1 0b981c1c7eef0978afd4aa9b2074799d587cad60d31a67e3774d4126403171a5 02:09:46 $ docker rm -f --volumes 0b981c1c7eef0978afd4aa9b2074799d587cad60d31a67e3774d4126403171a5 [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 02:09:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:09:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:09:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:47 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 02:09: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:09:47 $ docker top 9c36baa499cb43776489d8c1da1c83804b5f8dd4d21a8d5540a9478599827857 -eo pid,comm 02:09:47 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). 02:09:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:09:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:47 [ssh-agent] Looking for ssh-agent implementation... 02:09:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:47 $ docker exec 9c36baa499cb43776489d8c1da1c83804b5f8dd4d21a8d5540a9478599827857 ssh-agent 02:09:47 SSH_AUTH_SOCK=/tmp/ssh-cd95gQJ9s6BI/agent.32 02:09:47 SSH_AGENT_PID=38 02:09:47 Running ssh-add (command line suppressed) 02:09:48 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17416188953161660585.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17416188953161660585.key) 02:09:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:48 + git semver tag 02:09:48 2026-06-22 02:09:48,591 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:09:48 2026-06-22 02:09:48,594 [run_tag] DEBUG tag force:False 02:09:48 2026-06-22 02:09:48,594 [check_head_tag] DEBUG check head tag 02:09:48 2026-06-22 02:09:48,594 [execute] INFO git cat-file --batch-check 02:09:48 2026-06-22 02:09:48,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 02:09:48 2026-06-22 02:09:48,596 [execute] INFO git cat-file --batch 02:09:48 2026-06-22 02:09:48,597 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 02:09:48 2026-06-22 02:09:48,611 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:09:48 2026-06-22 02:09:48,611 [execute] INFO git tag -a v1.0.0-dev.12 -m v1.0.0-dev.12 02:09:48 2026-06-22 02:09:48,611 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.12', '-m', 'v1.0.0-dev.12'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 02:09:48 2026-06-22 02:09:48,614 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:09:48 1.0.0-dev.12 [Pipeline] } 02:09:48 $ docker exec --env ******** --env ******** 9c36baa499cb43776489d8c1da1c83804b5f8dd4d21a8d5540a9478599827857 ssh-agent -k 02:09:48 unset SSH_AUTH_SOCK; 02:09:48 unset SSH_AGENT_PID; 02:09:48 echo Agent pid 38 killed; 02:09:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:09:49 + git semver [Pipeline] } 02:09:49 $ docker stop --time=1 9c36baa499cb43776489d8c1da1c83804b5f8dd4d21a8d5540a9478599827857 02:09:50 $ docker rm -f --volumes 9c36baa499cb43776489d8c1da1c83804b5f8dd4d21a8d5540a9478599827857 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:09:51 02:09:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:09:51 0.23.1-centos7: Pulling from edgex-lftools 02:09:51 ab5ef0e58194: Pulling fs layer 02:09:51 9712f1f96733: Pulling fs layer 02:09:51 63f879dbbcfc: Pulling fs layer 02:09:51 0d9ebad4ef96: Pulling fs layer 02:09:51 e9a5061849ea: Pulling fs layer 02:09:51 0d9ebad4ef96: Waiting 02:09:51 d747dcd14b5f: Pulling fs layer 02:09:51 2de7ff778b66: Pulling fs layer 02:09:51 e9a5061849ea: Waiting 02:09:51 d747dcd14b5f: Waiting 02:09:51 2de7ff778b66: Waiting 02:09:51 9712f1f96733: Verifying Checksum 02:09:51 9712f1f96733: Download complete 02:09:52 63f879dbbcfc: Verifying Checksum 02:09:52 63f879dbbcfc: Download complete 02:09:52 e9a5061849ea: Verifying Checksum 02:09:52 e9a5061849ea: Download complete 02:09:52 d747dcd14b5f: Download complete 02:09:52 0d9ebad4ef96: Verifying Checksum 02:09:52 0d9ebad4ef96: Download complete 02:09:52 ab5ef0e58194: Download complete 02:09:52 2de7ff778b66: Verifying Checksum 02:09:52 2de7ff778b66: Download complete 02:09:55 ab5ef0e58194: Pull complete 02:09:55 9712f1f96733: Pull complete 02:09:56 63f879dbbcfc: Pull complete 02:10:01 0d9ebad4ef96: Pull complete 02:10:01 e9a5061849ea: Pull complete 02:10:01 d747dcd14b5f: Pull complete 02:10:03 2de7ff778b66: Pull complete 02:10:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:10:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:10:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:03 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 02:10:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:10:05 $ docker top 7c0a4371737fc4039441a1478ff8b96ce3a8a1c88ddd22737e883a0982939548 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:10:05 provisioning config files... 02:10:05 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16399525070189074801tmp 02:10:05 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12535258962547169072tmp 02:10:05 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17679016127385307378tmp [Pipeline] { [Pipeline] echo 02:10:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:10:05 ---> sigul-configuration.sh 02:10:05 gpg: directory `/root/.gnupg' created 02:10:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:10:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:10:05 gpg: keyring `/root/.gnupg/secring.gpg' created 02:10:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:10:05 gpg: CAST5 encrypted data 02:10:05 gpg: encrypted with 1 passphrase 02:10:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:10:05 + mkdir /home/jenkins 02:10:05 + mkdir /home/jenkins/sigul [Pipeline] sh 02:10:06 + 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 02:10:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:10:06 ---> sigul-install.sh 02:10:06 Sigul already installed; skipping installation. [Pipeline] sh 02:10:06 + git tag --list 02:10:06 v0.0.1 02:10:06 v0.0.2-dev.1 02:10:06 v0.0.2-dev.10 02:10:06 v0.0.2-dev.11 02:10:06 v0.0.2-dev.12 02:10:06 v0.0.2-dev.13 02:10:06 v0.0.2-dev.14 02:10:06 v0.0.2-dev.15 02:10:06 v0.0.2-dev.16 02:10:06 v0.0.2-dev.17 02:10:06 v0.0.2-dev.18 02:10:06 v0.0.2-dev.19 02:10:06 v0.0.2-dev.2 02:10:06 v0.0.2-dev.20 02:10:06 v0.0.2-dev.21 02:10:06 v0.0.2-dev.22 02:10:06 v0.0.2-dev.23 02:10:06 v0.0.2-dev.24 02:10:06 v0.0.2-dev.25 02:10:06 v0.0.2-dev.26 02:10:06 v0.0.2-dev.27 02:10:06 v0.0.2-dev.28 02:10:06 v0.0.2-dev.29 02:10:06 v0.0.2-dev.3 02:10:06 v0.0.2-dev.30 02:10:06 v0.0.2-dev.31 02:10:06 v0.0.2-dev.32 02:10:06 v0.0.2-dev.33 02:10:06 v0.0.2-dev.34 02:10:06 v0.0.2-dev.35 02:10:06 v0.0.2-dev.36 02:10:06 v0.0.2-dev.37 02:10:06 v0.0.2-dev.38 02:10:06 v0.0.2-dev.39 02:10:06 v0.0.2-dev.4 02:10:06 v0.0.2-dev.40 02:10:06 v0.0.2-dev.41 02:10:06 v0.0.2-dev.42 02:10:06 v0.0.2-dev.43 02:10:06 v0.0.2-dev.44 02:10:06 v0.0.2-dev.5 02:10:06 v0.0.2-dev.6 02:10:06 v0.0.2-dev.7 02:10:06 v0.0.2-dev.8 02:10:06 v0.0.2-dev.9 02:10:06 v1.0.0-dev.1 02:10:06 v1.0.0-dev.10 02:10:06 v1.0.0-dev.11 02:10:06 v1.0.0-dev.12 02:10:06 v1.0.0-dev.2 02:10:06 v1.0.0-dev.3 02:10:06 v1.0.0-dev.4 02:10:06 v1.0.0-dev.5 02:10:06 v1.0.0-dev.6 02:10:06 v1.0.0-dev.7 02:10:06 v1.0.0-dev.8 02:10:06 v1.0.0-dev.9 [Pipeline] sh 02:10:07 + lftools sign git-tag v1.0.0-dev.12 02:10:07 Signing Git tag with Sigul... 02:10:07 Signing v1.0.0-dev.12 [Pipeline] echo 02:10:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:10:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:10:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:10:08 $ docker stop --time=1 7c0a4371737fc4039441a1478ff8b96ce3a8a1c88ddd22737e883a0982939548 02:10:09 $ docker rm -f --volumes 7c0a4371737fc4039441a1478ff8b96ce3a8a1c88ddd22737e883a0982939548 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:10:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:10:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:10:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:10 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 02:10:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:10:11 $ docker top 6f314cbb354e71b2a1cc9c2120bdcc0bceeedb10cfc6fdb92a6a3add4334f2bf -eo pid,comm 02:10:11 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). 02:10:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:10:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:11 [ssh-agent] Looking for ssh-agent implementation... 02:10:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:11 $ docker exec 6f314cbb354e71b2a1cc9c2120bdcc0bceeedb10cfc6fdb92a6a3add4334f2bf ssh-agent 02:10:11 SSH_AUTH_SOCK=/tmp/ssh-Qm1uTgNkmUhg/agent.33 02:10:11 SSH_AGENT_PID=39 02:10:11 Running ssh-add (command line suppressed) 02:10:11 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5213912525939619072.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5213912525939619072.key) 02:10:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:11 + git semver bump pre 02:10:12 2026-06-22 02:10:12,127 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:10:12 2026-06-22 02:10:12,130 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:10:12 2026-06-22 02:10:12,131 [bump_version] DEBUG bumping version:1.0.0-dev.12 on axis:pre with prefix:dev 02:10:12 2026-06-22 02:10:12,131 [bump_version] DEBUG bumped version:1.0.0-dev.13 02:10:12 2026-06-22 02:10:12,131 [write_version] DEBUG write version:1.0.0-dev.13 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 02:10:12 2026-06-22 02:10:12,131 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:10:12 2026-06-22 02:10:12,131 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:10:12 2026-06-22 02:10:12,133 [execute] INFO git cat-file --batch-check 02:10:12 2026-06-22 02:10:12,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:10:12 2026-06-22 02:10:12,138 [execute] INFO git cat-file --batch 02:10:12 2026-06-22 02:10:12,138 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:10:12 2026-06-22 02:10:12,143 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:10:12 1.0.0-dev.13 [Pipeline] } 02:10:12 $ docker exec --env ******** --env ******** 6f314cbb354e71b2a1cc9c2120bdcc0bceeedb10cfc6fdb92a6a3add4334f2bf ssh-agent -k 02:10:12 unset SSH_AUTH_SOCK; 02:10:12 unset SSH_AGENT_PID; 02:10:12 echo Agent pid 39 killed; 02:10:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:12 + git semver [Pipeline] } 02:10:13 $ docker stop --time=1 6f314cbb354e71b2a1cc9c2120bdcc0bceeedb10cfc6fdb92a6a3add4334f2bf 02:10:14 $ docker rm -f --volumes 6f314cbb354e71b2a1cc9c2120bdcc0bceeedb10cfc6fdb92a6a3add4334f2bf [Pipeline] // withDockerContainer [Pipeline] sh 02:10:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:10:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:10:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:15 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 02:10:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:10:15 $ docker top 99b419717cbb525fc33ad2f1e975b79486a51a333acf611f86f89137e0075540 -eo pid,comm 02:10:15 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). 02:10:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:10:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:15 [ssh-agent] Looking for ssh-agent implementation... 02:10:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:15 $ docker exec 99b419717cbb525fc33ad2f1e975b79486a51a333acf611f86f89137e0075540 ssh-agent 02:10:15 SSH_AUTH_SOCK=/tmp/ssh-qH3izwn1skvu/agent.33 02:10:15 SSH_AGENT_PID=39 02:10:15 Running ssh-add (command line suppressed) 02:10:15 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12081275791623631015.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12081275791623631015.key) 02:10:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:16 + git semver push 02:10:16 2026-06-22 02:10:16,406 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:10:16 2026-06-22 02:10:16,409 [run_push] DEBUG push 02:10:16 2026-06-22 02:10:16,409 [execute] INFO git cat-file --batch-check 02:10:16 2026-06-22 02:10:16,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:10:16 2026-06-22 02:10:16,411 [execute] INFO git rev-list ee1862afbd434770b34036b69b67597a24a707ae -- 02:10:16 2026-06-22 02:10:16,411 [execute] DEBUG Popen(['git', 'rev-list', 'ee1862afbd434770b34036b69b67597a24a707ae', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:10:16 2026-06-22 02:10:16,415 [execute] INFO git fetch -v -- origin 02:10:16 2026-06-22 02:10:16,415 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 02:10:17 2026-06-22 02:10:16,910 [run_push] DEBUG no remote changes detected 02:10:17 2026-06-22 02:10:16,910 [execute] INFO git push origin semver 02:10:17 2026-06-22 02:10:16,910 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:10:18 2026-06-22 02:10:18,102 [run_push] DEBUG push all version tags 02:10:18 2026-06-22 02:10:18,103 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:10:18 2026-06-22 02:10:18,103 [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) 02:10:19 2026-06-22 02:10:19,211 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:10:19 1.0.0-dev.13 [Pipeline] } 02:10:19 $ docker exec --env ******** --env ******** 99b419717cbb525fc33ad2f1e975b79486a51a333acf611f86f89137e0075540 ssh-agent -k 02:10:19 unset SSH_AUTH_SOCK; 02:10:19 unset SSH_AGENT_PID; 02:10:19 echo Agent pid 39 killed; 02:10:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:19 + git semver [Pipeline] } 02:10:20 $ docker stop --time=1 99b419717cbb525fc33ad2f1e975b79486a51a333acf611f86f89137e0075540 02:10:21 $ docker rm -f --volumes 99b419717cbb525fc33ad2f1e975b79486a51a333acf611f86f89137e0075540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:10:21 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 02:10:21 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:10:21 total 16 02:10:21 drwxr-xr-x 3 root root 4096 Jun 22 01:56 . 02:10:21 drwxrwxr-x 7 jenkins jenkins 4096 Jun 22 02:10 .. 02:10:21 drwxr-xr-x 2 root root 4096 Jun 22 01:56 cost 02:10:21 -rw-r--r-- 1 root root 87 Jun 22 01:56 cost.csv 02:10:21 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:10:21 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:10:21 total 16 02:10:21 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 01:56 . 02:10:21 drwxrwxr-x 7 jenkins jenkins 4096 Jun 22 02:10 .. 02:10:21 drwxr-xr-x 2 jenkins jenkins 4096 Jun 22 01:56 cost 02:10:21 -rw-r--r-- 1 jenkins jenkins 87 Jun 22 01:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:10:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:10:23 ---> package-listing.sh 02:10:23 ++ facter osfamily 02:10:23 ++ tr '[:upper:]' '[:lower:]' 02:10:23 + OS_FAMILY=debian 02:10:23 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 02:10:23 + START_PACKAGES=/tmp/packages_start.txt 02:10:23 + END_PACKAGES=/tmp/packages_end.txt 02:10:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:10:23 + PACKAGES=/tmp/packages_start.txt 02:10:23 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 02:10:23 + PACKAGES=/tmp/packages_end.txt 02:10:23 + case "${OS_FAMILY}" in 02:10:23 + dpkg -l 02:10:23 + grep '^ii' 02:10:23 + '[' -f /tmp/packages_start.txt ']' 02:10:23 + '[' -f /tmp/packages_end.txt ']' 02:10:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:10:23 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 02:10:23 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 02:10:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 02:10:23 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 02:10:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:10:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:24 prd-ubuntu20.04-docker-8c-8g-13329 does not seem to be running inside a container 02:10:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:10:24 $ docker top 4431ce95a364bae9a4702132c5764e9e9ab8b90ecf5da62bef717cf8ce3de89c -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:10:25 + mkdir -p /var/log/sysstat [Pipeline] sh 02:10:25 + ls /var/log/sa-host 02:10:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:10:25 provisioning config files... 02:10:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16856735328253639700tmp [Pipeline] { [Pipeline] echo 02:10:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:10:26 ---> create-netrc.sh [Pipeline] } 02:10:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:10:26 ---> python-tools-install.sh [Pipeline] echo 02:10:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:10:26 ---> sudo-logs.sh 02:10:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:10:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:10:27 ---> job-cost.sh 02:10:27 lf-activate-venv: SKIPPING 02:10:27 DEBUG: total: 0.2199999988079071 02:10:27 INFO: Retrieving Stack Cost... 02:10:27 INFO: Retrieving Pricing Info for: v3-standard-8 02:10:27 INFO: Archiving Costs [Pipeline] echo 02:10:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:10:27 ---> logs-deploy.sh 02:10:27 lf-activate-venv: SKIPPING 02:10:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/65 02:10:27 INFO: archiving workspace using pattern(s): 02:10:28 Archives upload complete. 02:10:28 INFO: archiving logs to Nexus 02:10:29 ---> uname -a: 02:10:29 Linux prd-ubuntu20-04-docker-8c-8g-13329 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:10:29 02:10:29 02:10:29 ---> lscpu: 02:10:29 Architecture: x86_64 02:10:29 CPU op-mode(s): 32-bit, 64-bit 02:10:29 Byte Order: Little Endian 02:10:29 Address sizes: 40 bits physical, 48 bits virtual 02:10:29 CPU(s): 8 02:10:29 On-line CPU(s) list: 0-7 02:10:29 Thread(s) per core: 1 02:10:29 Core(s) per socket: 1 02:10:29 Socket(s): 8 02:10:29 NUMA node(s): 1 02:10:29 Vendor ID: AuthenticAMD 02:10:29 CPU family: 23 02:10:29 Model: 49 02:10:29 Model name: AMD EPYC-Rome Processor 02:10:29 Stepping: 0 02:10:29 CPU MHz: 2799.974 02:10:29 BogoMIPS: 5599.94 02:10:29 Virtualization: AMD-V 02:10:29 Hypervisor vendor: KVM 02:10:29 Virtualization type: full 02:10:29 L1d cache: 256 KiB 02:10:29 L1i cache: 256 KiB 02:10:29 L2 cache: 4 MiB 02:10:29 L3 cache: 128 MiB 02:10:29 NUMA node0 CPU(s): 0-7 02:10:29 Vulnerability Gather data sampling: Not affected 02:10:29 Vulnerability Itlb multihit: Not affected 02:10:29 Vulnerability L1tf: Not affected 02:10:29 Vulnerability Mds: Not affected 02:10:29 Vulnerability Meltdown: Not affected 02:10:29 Vulnerability Mmio stale data: Not affected 02:10:29 Vulnerability Retbleed: Vulnerable 02:10:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:10:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:10:29 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:10:29 Vulnerability Srbds: Not affected 02:10:29 Vulnerability Tsx async abort: Not affected 02:10:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:10:29 02:10:29 02:10:29 ---> nproc: 02:10:29 8 02:10:29 02:10:29 02:10:29 ---> df -h: 02:10:29 Filesystem Size Used Avail Use% Mounted on 02:10:29 overlay 155G 13G 143G 9% / 02:10:29 tmpfs 64M 0 64M 0% /dev 02:10:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:10:29 shm 64M 0 64M 0% /dev/shm 02:10:29 /dev/vda1 155G 13G 143G 9% /facter-os 02:10:29 02:10:29