Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 674b39466aa04daeb3de7b2fd9f62241e4674147 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-ssh16862040354549942787.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-ssh16702906131136134961.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-ssh5483038002140837214.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-ssh17463426387541779815.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-ssh5096890906158216182.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-13335 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 674b39466aa04daeb3de7b2fd9f62241e4674147 (main) Commit message: "Merge pull request #157 from edgexfoundry/dependabot/pip/pyjwt-2.13.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 674b39466aa04daeb3de7b2fd9f62241e4674147 # timeout=10 > git rev-list --no-walk eddc1ba5d35ac977be428cb1fd634fea90fce073 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:16:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:16:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:16:43 ========================================================= 02:16:43 EdgeX Global Pipelines Version Info 02:16:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:16:44 ------------------- 02:16:44 stable info: 02:16:44 ------------------- 02:16:44 Commited By: Ginny Guan ginny@iotechsys.com 02:16:44 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 02:16:44 Message: update stable to v1.0.281 02:16:45 ------------------- 02:16:45 experimental info: 02:16:45 ------------------- 02:16:45 Commited By: **** collab-it+edgex@linuxfoundation.org 02:16:45 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 02:16:45 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 674b39466aa04daeb3de7b2fd9f62241e4674147 [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 674b394 [Pipeline] echo 02:16:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:16:45 provisioning config files... 02:16:45 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17534901716997816570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:16:46 ---> ****-login.sh 02:16:46 nexus3.edgexfoundry.org:10001 02:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:46 02:16:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:16:46 Configure a credential helper to remove this warning. See 02:16:46 https://docs.****.com/go/credential-store/ 02:16:46 02:16:46 Login Succeeded 02:16:46 nexus3.edgexfoundry.org:10002 02:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:46 02:16:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:16:46 Configure a credential helper to remove this warning. See 02:16:46 https://docs.****.com/go/credential-store/ 02:16:46 02:16:46 Login Succeeded 02:16:46 nexus3.edgexfoundry.org:10003 02:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:46 02:16:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:16:46 Configure a credential helper to remove this warning. See 02:16:46 https://docs.****.com/go/credential-store/ 02:16:46 02:16:46 Login Succeeded 02:16:46 nexus3.edgexfoundry.org:10004 02:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:46 02:16:46 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:16:46 Configure a credential helper to remove this warning. See 02:16:46 https://docs.****.com/go/credential-store/ 02:16:46 02:16:46 Login Succeeded 02:16:46 ****.io 02:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:47 02:16:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:16:47 Configure a credential helper to remove this warning. See 02:16:47 https://docs.****.com/go/credential-store/ 02:16:47 02:16:47 Login Succeeded 02:16:47 ---> ****-login.sh ends [Pipeline] } 02:16:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:16:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:16:47 + grep -v github /etc/ssh/ssh_known_hosts 02:16:47 + [ -e /tmp/ssh_known_hosts ] 02:16:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:16:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:16:47 + sudo tee -a /etc/ssh/ssh_known_hosts 02:16:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:48 02:16:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:48 0.1.4: Pulling from edgex-devops/py-git-semver 02:16:48 3dae71ba6b94: Pulling fs layer 02:16:48 6bf1a483ea7c: Pulling fs layer 02:16:48 f5dfc541a4d3: Pulling fs layer 02:16:48 461d9e800cba: Pulling fs layer 02:16:48 80192f66455f: Pulling fs layer 02:16:48 2e8e34ca0e6c: Pulling fs layer 02:16:48 a29436f7fd5d: Pulling fs layer 02:16:48 923cac83aea3: Pulling fs layer 02:16:48 25ad8b0a4227: Pulling fs layer 02:16:48 db01528c6b51: Pulling fs layer 02:16:48 28988de357af: Pulling fs layer 02:16:48 80192f66455f: Waiting 02:16:48 25ad8b0a4227: Waiting 02:16:48 db01528c6b51: Waiting 02:16:48 2e8e34ca0e6c: Waiting 02:16:48 28988de357af: Waiting 02:16:48 a29436f7fd5d: Waiting 02:16:48 923cac83aea3: Waiting 02:16:48 461d9e800cba: Waiting 02:16:48 6bf1a483ea7c: Verifying Checksum 02:16:48 6bf1a483ea7c: Download complete 02:16:48 461d9e800cba: Verifying Checksum 02:16:48 461d9e800cba: Download complete 02:16:48 80192f66455f: Verifying Checksum 02:16:48 80192f66455f: Download complete 02:16:48 f5dfc541a4d3: Verifying Checksum 02:16:48 f5dfc541a4d3: Download complete 02:16:48 3dae71ba6b94: Verifying Checksum 02:16:48 3dae71ba6b94: Download complete 02:16:48 923cac83aea3: Verifying Checksum 02:16:48 923cac83aea3: Download complete 02:16:48 25ad8b0a4227: Verifying Checksum 02:16:48 25ad8b0a4227: Download complete 02:16:48 db01528c6b51: Verifying Checksum 02:16:48 db01528c6b51: Download complete 02:16:48 28988de357af: Download complete 02:16:48 a29436f7fd5d: Verifying Checksum 02:16:48 a29436f7fd5d: Download complete 02:16:49 2e8e34ca0e6c: Verifying Checksum 02:16:49 2e8e34ca0e6c: Download complete 02:16:50 3dae71ba6b94: Pull complete 02:16:50 6bf1a483ea7c: Pull complete 02:16:51 f5dfc541a4d3: Pull complete 02:16:51 461d9e800cba: Pull complete 02:16:51 80192f66455f: Pull complete 02:16:55 2e8e34ca0e6c: Pull complete 02:16:56 a29436f7fd5d: Pull complete 02:16:56 923cac83aea3: Pull complete 02:16:56 25ad8b0a4227: Pull complete 02:16:56 db01528c6b51: Pull complete 02:16:56 28988de357af: Pull complete 02:16:56 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:16:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:56 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:16:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:16:58 $ docker top 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 -eo pid,comm 02:16:58 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:16:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:16:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:16:58 [ssh-agent] Looking for ssh-agent implementation... 02:16:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:16:58 $ docker exec 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 ssh-agent 02:16:58 SSH_AUTH_SOCK=/tmp/ssh-wWXBmmqeKAsS/agent.33 02:16:58 SSH_AGENT_PID=39 02:16:58 Running ssh-add (command line suppressed) 02:16:58 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16112825640750896043.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16112825640750896043.key) 02:16:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:16:59 + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh 02:16:59 + git tag --points-at HEAD [Pipeline] } 02:16:59 $ docker exec --env ******** --env ******** 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 ssh-agent -k 02:16:59 unset SSH_AUTH_SOCK; 02:16:59 unset SSH_AGENT_PID; 02:16:59 echo Agent pid 39 killed; 02:16:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:16:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:16:59 [ssh-agent] Looking for ssh-agent implementation... 02:16:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:16:59 $ docker exec 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 ssh-agent 02:16:59 SSH_AUTH_SOCK=/tmp/ssh-WlFQLQwTQWvT/agent.86 02:16:59 SSH_AGENT_PID=92 02:16:59 Running ssh-add (command line suppressed) 02:16:59 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_771986411689497095.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_771986411689497095.key) 02:16:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:17:00 + git semver init 02:17:00 2026-06-22 02:17:00,475 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:17:00 2026-06-22 02:17:00,479 [run_init] DEBUG init version:0.0.0 force:False 02:17:00 2026-06-22 02:17:00,480 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 02:17:00 2026-06-22 02:17:00,480 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 02:17:00 2026-06-22 02:17:00,480 [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) 02:17:01 2026-06-22 02:17:01,163 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 02:17:01 2026-06-22 02:17:01,163 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 02:17:01 2026-06-22 02:17:01,163 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:17:01 2026-06-22 02:17:01,164 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:17:01 1.0.0-dev.13 [Pipeline] } 02:17:01 $ docker exec --env ******** --env ******** 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 ssh-agent -k 02:17:01 unset SSH_AUTH_SOCK; 02:17:01 unset SSH_AGENT_PID; 02:17:01 echo Agent pid 92 killed; 02:17:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:17:01 + git semver [Pipeline] } 02:17:02 $ docker stop --time=1 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 02:17:03 $ docker rm -f --volumes 76180ead8c1d1ea4da88e1ecf7149893a2e690b78afe12876bb24ef4c9712320 [Pipeline] // withDockerContainer [Pipeline] sh 02:17:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:17:04 Stashed 1 file(s) [Pipeline] echo 02:17:04 [edgeXSemver]: initialized semver on version 1.0.0-dev.13 [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 02:17:04 provisioning config files... 02:17:04 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7302767630257469270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:04 ---> ****-login.sh 02:17:04 nexus3.edgexfoundry.org:10001 02:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:04 Login Succeeded 02:17:04 nexus3.edgexfoundry.org:10002 02:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:04 Login Succeeded 02:17:04 nexus3.edgexfoundry.org:10003 02:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:04 Login Succeeded 02:17:04 nexus3.edgexfoundry.org:10004 02:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:04 Login Succeeded 02:17:04 ****.io 02:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:05 Login Succeeded 02:17:05 ---> ****-login.sh ends [Pipeline] } 02:17:05 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 02:17:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:17:06 + ls -al . 02:17:06 total 72 02:17:06 drwxrwxr-x 6 jenkins jenkins 4096 Jun 22 02:17 . 02:17:06 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:16 .. 02:17:06 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 02:17 .git 02:17:06 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:16 .github 02:17:06 -rw-rw-r-- 1 jenkins jenkins 22 Jun 22 02:16 .gitignore 02:17:06 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 02:17 .semver 02:17:06 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 22 02:16 Dockerfile 02:17:06 -rw-rw-r-- 1 jenkins jenkins 746 Jun 22 02:16 Jenkinsfile 02:17:06 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 22 02:16 LICENSE 02:17:06 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 22 02:16 README.md 02:17:06 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 02:16 TUC 02:17:06 -rw-rw-r-- 1 jenkins jenkins 12 Jun 22 02:17 VERSION 02:17:06 -rw-rw-r-- 1 jenkins jenkins 473 Jun 22 02:16 requirements.txt 02:17:06 -rw-rw-r-- 1 jenkins jenkins 54 Jun 22 02:16 robot-entrypoint.sh 02:17:06 -rw-rw-r-- 1 jenkins jenkins 445 Jun 22 02:16 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:06 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=674b39466aa04daeb3de7b2fd9f62241e4674147 --label arch=amd64 --label version=1.0.0-dev.13 . 02:17:06 #0 building with "default" instance using docker driver 02:17:06 02:17:06 #1 [internal] load build definition from Dockerfile 02:17:06 #1 transferring dockerfile: 1.69kB done 02:17:06 #1 DONE 0.0s 02:17:06 02:17:06 #2 [internal] load metadata for docker.io/library/alpine:3.20 02:17:06 #2 DONE 0.1s 02:17:07 02:17:07 #3 [internal] load .dockerignore 02:17:07 #3 transferring context: 2B done 02:17:07 #3 DONE 0.0s 02:17:07 02:17:07 #4 [1/7] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 02:17:07 #4 resolve docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 0.0s done 02:17:07 #4 ... 02:17:07 02:17:07 #5 [internal] load build context 02:17:07 #5 transferring context: 586.24kB 0.0s done 02:17:07 #5 DONE 0.1s 02:17:07 02:17:07 #4 [1/7] FROM docker.io/library/alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 02:17:07 #4 extracting sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 0.1s done 02:17:07 #4 sha256:c64c687cbea9300178b30c95835354e34c4e4febc4badfe27102879de0483b5e 1.02kB / 1.02kB done 02:17:07 #4 sha256:bf8527eb54c3680e728d5b4b383a8ba730d72dae7236fbc8dff97ed6b224a731 612B / 612B done 02:17:07 #4 sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 3.63MB / 3.63MB 0.1s done 02:17:07 #4 sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 9.23kB / 9.23kB done 02:17:07 #4 DONE 0.3s 02:17:07 02:17:07 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 02:17:07 #6 DONE 0.1s 02:17:07 02:17:07 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 02:17:07 #7 DONE 0.0s 02:17:07 02:17:07 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 02:17:07 #8 DONE 0.0s 02:17:07 02:17:07 #9 [5/7] WORKDIR /edgex-taf 02:17:07 #9 DONE 0.0s 02:17:07 02:17:07 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:07 #10 DONE 0.3s 02:17:08 02:17:08 #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 02:17:08 #11 0.238 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:17:08 #11 0.645 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:17:08 #11 1.097 OK: 8 MiB in 14 packages 02:17:09 #11 1.162 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:17:09 #11 1.413 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:17:09 #11 1.808 (1/14) Installing ca-certificates (20260413-r0) 02:17:09 #11 2.015 (2/14) Installing brotli-libs (1.1.0-r2) 02:17:09 #11 2.184 (3/14) Installing c-ares (1.33.1-r0) 02:17:10 #11 2.370 (4/14) Installing libunistring (1.2-r0) 02:17:10 #11 2.544 (5/14) Installing libidn2 (2.3.7-r0) 02:17:10 #11 2.750 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:17:10 #11 2.884 (7/14) Installing libpsl (0.21.5-r1) 02:17:10 #11 3.066 (8/14) Installing zstd-libs (1.5.6-r0) 02:17:11 #11 3.233 (9/14) Installing libcurl (8.14.1-r2) 02:17:11 #11 3.461 (10/14) Installing curl (8.14.1-r2) 02:17:11 #11 3.638 (11/14) Installing docker-cli (26.1.5-r0) 02:17:12 #11 4.047 (12/14) Installing oniguruma (6.9.9-r0) 02:17:12 #11 4.198 (13/14) Installing jq (1.7.1-r0) 02:17:12 #11 4.422 (14/14) Installing openssl (3.3.7-r0) 02:17:12 #11 4.593 Executing busybox-1.36.1-r31.trigger 02:17:12 #11 4.600 Executing ca-certificates-20260413-r0.trigger 02:17:12 #11 4.637 OK: 43 MiB in 28 packages 02:17:12 #11 4.707 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:17:12 #11 4.958 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:17:13 #11 5.365 (1/167) Installing libexpat (2.8.1-r0) 02:17:13 #11 5.552 (2/167) Installing libbz2 (1.0.8-r6) 02:17:13 #11 5.687 (3/167) Installing libpng (1.6.57-r0) 02:17:13 #11 5.893 (4/167) Installing freetype (2.13.2-r0) 02:17:13 #11 6.065 (5/167) Installing fontconfig (2.15.0-r1) 02:17:14 #11 6.277 (6/167) Installing libfontenc (1.1.8-r0) 02:17:14 #11 6.405 (7/167) Installing mkfontscale (1.2.2-r6) 02:17:14 #11 6.569 (8/167) Installing font-opensans (0_git20210927-r1) 02:17:14 #11 6.765 (9/167) Installing pkgconf (2.2.0-r0) 02:17:14 #11 6.953 (10/167) Installing libgcc (13.2.1_git20240309-r1) 02:17:14 #11 7.087 (11/167) Installing libffi (3.4.6-r0) 02:17:15 #11 7.254 (12/167) Installing libintl (0.22.5-r0) 02:17:15 #11 7.383 (13/167) Installing libeconf (0.6.3-r0) 02:17:15 #11 7.546 (14/167) Installing libblkid (2.40.1-r1) 02:17:15 #11 7.690 (15/167) Installing libmount (2.40.1-r1) 02:17:15 #11 7.898 (16/167) Installing pcre2 (10.43-r0) 02:17:15 #11 8.064 (17/167) Installing glib (2.80.5-r0) 02:17:16 #11 8.359 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 02:17:16 #11 8.538 (19/167) Installing xz-libs (5.8.3-r0) 02:17:16 #11 8.742 (20/167) Installing libxml2 (2.12.10-r0) 02:17:16 #11 8.916 (21/167) Installing shared-mime-info (2.4-r0) 02:17:17 #11 9.143 (22/167) Installing hicolor-icon-theme (0.17-r2) 02:17:17 #11 9.281 (23/167) Installing libjpeg-turbo (3.0.3-r0) 02:17:17 #11 9.505 (24/167) Installing libsharpyuv (1.3.2-r0) 02:17:17 #11 9.618 (25/167) Installing libwebp (1.3.2-r0) 02:17:17 #11 9.843 (26/167) Installing tiff (4.6.0t-r0) 02:17:17 #11 9.998 (27/167) Installing gdk-pixbuf (2.42.12-r0) 02:17:18 #11 10.22 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 02:17:18 #11 10.35 (29/167) Installing libxau (1.0.11-r4) 02:17:18 #11 10.50 (30/167) Installing libmd (1.1.0-r0) 02:17:18 #11 10.62 (31/167) Installing libbsd (0.12.2-r0) 02:17:18 #11 10.79 (32/167) Installing libxdmcp (1.1.5-r1) 02:17:18 #11 10.91 (33/167) Installing libxcb (1.16.1-r0) 02:17:19 #11 11.14 (34/167) Installing libx11 (1.8.9-r1) 02:17:19 #11 11.34 (35/167) Installing libxcomposite (0.4.6-r5) 02:17:19 Still waiting to schedule task 02:17:19 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 02:17:19 #11 11.48 (36/167) Installing libxfixes (6.0.1-r4) 02:17:19 #11 11.60 (37/167) Installing libxrender (0.9.11-r5) 02:17:19 #11 11.76 (38/167) Installing libxcursor (1.2.2-r1) 02:17:19 #11 11.89 (39/167) Installing libxdamage (1.1.6-r5) 02:17:19 #11 12.04 (40/167) Installing libxext (1.3.6-r2) 02:17:19 #11 12.16 (41/167) Installing libxi (1.8.1-r4) 02:17:20 #11 12.32 (42/167) Installing libxinerama (1.1.5-r4) 02:17:20 #11 12.43 (43/167) Installing libxrandr (1.5.4-r1) 02:17:20 #11 12.60 (44/167) Installing libatk-1.0 (2.52.0-r0) 02:17:20 #11 12.73 (45/167) Installing libxtst (1.2.4-r6) 02:17:20 #11 12.88 (46/167) Installing dbus-libs (1.14.10-r1) 02:17:20 #11 13.03 (47/167) Installing at-spi2-core (2.52.0-r0) 02:17:21 #11 13.24 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 02:17:21 #11 13.37 (49/167) Installing pixman (0.43.2-r0) 02:17:21 #11 13.59 (50/167) Installing cairo (1.18.4-r0) 02:17:21 #11 13.77 (51/167) Installing cairo-gobject (1.18.4-r0) 02:17:21 #11 13.92 (52/167) Installing avahi-libs (0.8-r17) 02:17:21 #11 14.06 (53/167) Installing gmp (6.3.0-r1) 02:17:22 #11 14.29 (54/167) Installing nettle (3.10.2-r0) 02:17:22 #11 14.46 (55/167) Installing libtasn1 (4.21.0-r0) 02:17:22 #11 14.62 (56/167) Installing p11-kit (0.25.3-r0) 02:17:22 #11 14.79 (57/167) Installing gnutls (3.8.13-r0) 02:17:23 #11 15.06 (58/167) Installing cups-libs (2.4.18-r0) 02:17:23 #11 15.22 (59/167) Installing libepoxy (1.5.10-r1) 02:17:23 #11 15.45 (60/167) Installing fribidi (1.0.15-r0) 02:17:23 #11 15.58 (61/167) Installing graphite2 (1.3.14-r6) 02:17:23 #11 15.77 (62/167) Installing harfbuzz (8.5.0-r0) 02:17:23 #11 15.95 (63/167) Installing libxft (2.3.8-r3) 02:17:24 #11 16.11 (64/167) Installing pango (1.52.2-r0) 02:17:24 #11 16.27 (65/167) Installing wayland-libs-client (1.22.0-r4) 02:17:24 #11 16.44 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 02:17:24 #11 16.56 (67/167) Installing wayland-libs-egl (1.22.0-r4) 02:17:24 #11 16.72 (68/167) Installing xkeyboard-config (2.41-r0) 02:17:24 #11 16.91 (69/167) Installing libxkbcommon (1.7.0-r0) 02:17:24 #11 17.11 (70/167) Installing gtk+3.0 (3.24.43-r0) 02:17:25 #11 17.33 (71/167) Installing icu-data-full (74.2-r1) 02:17:25 #11 17.75 (72/167) Installing mesa (24.0.9-r1) 02:17:25 #11 17.88 (73/167) Installing llvm17-libs (17.0.6-r2) 02:17:26 #11 18.90 (74/167) Installing hwdata-pci (0.382-r0) 02:17:26 #11 19.08 (75/167) Installing libpciaccess (0.18.1-r0) 02:17:27 #11 19.24 (76/167) Installing libdrm (2.4.120-r0) 02:17:27 #11 19.40 (77/167) Installing libelf (0.191-r0) 02:17:27 #11 19.58 (78/167) Installing mesa-glapi (24.0.9-r1) 02:17:27 #11 19.73 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 02:17:27 #11 20.15 (80/167) Installing eudev-libs (3.2.14-r2) 02:17:28 #11 20.28 (81/167) Installing libmagic (5.45-r1) 02:17:28 #11 20.54 (82/167) Installing file (5.45-r1) 02:17:28 #11 20.66 (83/167) Installing xprop (1.2.7-r0) 02:17:28 #11 20.83 (84/167) Installing libice (1.1.1-r6) 02:17:28 #11 20.95 (85/167) Installing libuuid (2.40.1-r1) 02:17:29 #11 21.12 (86/167) Installing libsm (1.2.4-r4) 02:17:29 #11 21.26 (87/167) Installing libxt (1.3.0-r5) 02:17:29 #11 21.47 (88/167) Installing libxmu (1.1.4-r2) 02:17:29 #11 21.61 (89/167) Installing xset (1.2.5-r1) 02:17:29 #11 21.78 (90/167) Installing xdg-utils (1.2.1-r0) 02:17:29 #11 21.92 (91/167) Installing libogg (1.3.5-r5) 02:17:29 #11 22.09 (92/167) Installing libflac (1.4.3-r1) 02:17:30 #11 22.24 (93/167) Installing alsa-lib (1.2.11-r0) 02:17:30 #11 22.48 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 02:17:30 #11 22.68 (95/167) Installing aom-libs (3.9.1-r0) 02:17:30 #11 22.98 (96/167) Installing libva (2.21.0-r0) 02:17:30 #11 23.13 (97/167) Installing libvdpau (1.5-r3) 02:17:31 #11 23.30 (98/167) Installing onevpl-libs (2023.3.1-r2) 02:17:31 #11 23.45 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 02:17:31 #11 23.68 (100/167) Installing libdav1d (1.4.2-r0) 02:17:31 #11 23.86 (101/167) Installing openexr-libiex (3.1.13-r1) 02:17:31 #11 24.07 (102/167) Installing openexr-libilmthread (3.1.13-r1) 02:17:32 #11 24.20 (103/167) Installing imath (3.1.12-r0) 02:17:32 #11 24.38 (104/167) Installing openexr-libopenexr (3.1.13-r1) 02:17:32 #11 24.56 (105/167) Installing giflib (5.2.2-r0) 02:17:32 #11 24.72 (106/167) Installing libhwy (1.0.7-r0) 02:17:32 #11 24.85 (107/167) Installing lcms2 (2.19-r0) 02:17:32 #11 25.06 (108/167) Installing libjxl (0.10.2-r0) 02:17:33 #11 25.26 (109/167) Installing lame-libs (3.100-r5) 02:17:33 #11 25.47 (110/167) Installing opus (1.5.2-r0) 02:17:33 #11 25.63 (111/167) Installing rav1e-libs (0.7.1-r0) 02:17:33 #11 25.89 (112/167) Installing libgomp (13.2.1_git20240309-r1) 02:17:33 #11 26.05 (113/167) Installing soxr (0.1.3-r7) 02:17:33 #11 26.24 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 02:17:34 #11 26.38 (115/167) Installing libtheora (1.1.1-r18) 02:17:34 #11 26.61 (116/167) Installing libvorbis (1.3.7-r2) 02:17:34 #11 26.77 (117/167) Installing libvpx (1.14.1-r0) 02:17:34 #11 27.04 (118/167) Installing libwebpmux (1.3.2-r0) 02:17:34 #11 27.16 (119/167) Installing x264-libs (0.164_git20231001-r0) 02:17:35 #11 27.43 (120/167) Installing numactl (2.0.18-r0) 02:17:35 #11 27.56 (121/167) Installing x265-libs (3.6-r0) 02:17:35 #11 27.88 (122/167) Installing xvidcore (1.3.7-r2) 02:17:35 #11 28.04 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 02:17:36 #11 28.39 (124/167) Installing libbluray (1.3.4-r1) 02:17:36 #11 28.55 (125/167) Installing mpg123-libs (1.32.8-r0) 02:17:36 #11 28.77 (126/167) Installing libopenmpt (0.7.7-r0) 02:17:36 #11 28.95 (127/167) Installing cjson (1.7.19-r0) 02:17:36 #11 29.11 (128/167) Installing mbedtls (3.6.6-r0) 02:17:37 #11 29.28 (129/167) Installing librist (0.2.10-r1) 02:17:37 #11 29.46 (130/167) Installing libsrt (1.5.3-r0) 02:17:37 #11 29.63 (131/167) Installing libssh (0.10.6-r0) 02:17:37 #11 29.84 (132/167) Installing libsodium (1.0.19-r1) 02:17:37 #11 30.00 (133/167) Installing libzmq (4.3.5-r2) 02:17:38 #11 30.22 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 02:17:38 #11 30.41 (135/167) Installing crc32c (1.1.2-r0) 02:17:38 #11 30.64 (136/167) Installing double-conversion (3.3.0-r0) 02:17:38 #11 30.80 (137/167) Installing libevent (2.1.12-r7) 02:17:38 #11 30.97 (138/167) Installing wayland-libs-server (1.22.0-r4) 02:17:38 #11 31.13 (139/167) Installing mesa-gbm (24.0.9-r1) 02:17:39 #11 31.25 (140/167) Installing harfbuzz-subset (8.5.0-r0) 02:17:39 #11 31.50 (141/167) Installing icu-libs (74.2-r1) 02:17:39 #11 31.70 (142/167) Installing minizip (1.3.1-r0) 02:17:39 #11 31.86 (143/167) Installing nspr (4.35-r4) 02:17:39 #11 32.02 (144/167) Installing sqlite-libs (3.45.3-r3) 02:17:40 #11 32.27 (145/167) Installing nss (3.105-r0) 02:17:40 #11 32.46 (146/167) Installing openh264 (2.4.1-r0) 02:17:40 #11 32.70 (147/167) Installing libcamera-ipa (0.3.0-r0) 02:17:40 #11 32.86 (148/167) Installing libunwind (1.8.1-r0) 02:17:41 #11 33.05 (149/167) Installing yaml (0.2.5-r2) 02:17:41 #11 33.19 (150/167) Installing libcamera (0.3.0-r0) 02:17:41 #11 33.44 (151/167) Installing speexdsp (1.2.1-r2) 02:17:41 #11 33.88 (152/167) Installing libuv (1.48.0-r0) 02:17:41 #11 34.07 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 02:17:42 #11 34.23 (154/167) Installing libsndfile (1.2.2-r1) 02:17:42 #11 34.46 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 02:17:42 #11 34.62 (156/167) Installing pipewire-libs (1.0.6-r1) 02:17:42 #11 34.94 (157/167) Installing libasyncns (0.8-r3) 02:17:42 #11 35.08 (158/167) Installing libltdl (2.4.7-r3) 02:17:43 #11 35.24 (159/167) Installing orc (0.4.40-r0) 02:17:43 #11 35.40 (160/167) Installing tdb-libs (1.4.9-r1) 02:17:43 #11 35.58 (161/167) Installing libpulse (17.0-r0) 02:17:43 #11 35.80 (162/167) Installing libwebpdemux (1.3.2-r0) 02:17:43 #11 35.94 (163/167) Installing libgpg-error (1.49-r0) 02:17:43 #11 36.08 (164/167) Installing libgcrypt (1.10.3-r0) 02:17:44 #11 36.33 (165/167) Installing libxslt (1.1.39-r2) 02:17:44 #11 36.59 (166/167) Installing chromium (131.0.6778.108-r0) 02:17:46 #11 38.32 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 02:17:46 #11 38.62 Executing busybox-1.36.1-r31.trigger 02:17:46 #11 38.62 Executing fontconfig-2.15.0-r1.trigger 02:17:46 #11 38.64 Executing mkfontscale-1.2.2-r6.trigger 02:17:46 #11 38.66 Executing glib-2.80.5-r0.trigger 02:17:46 #11 38.67 Executing shared-mime-info-2.4-r0.trigger 02:17:46 #11 39.03 Executing gdk-pixbuf-2.42.12-r0.trigger 02:17:46 #11 39.04 Executing gtk-update-icon-cache-3.24.43-r0.trigger 02:17:46 #11 39.07 Executing gtk+3.0-3.24.43-r0.trigger 02:17:46 #11 39.09 OK: 672 MiB in 195 packages 02:17:46 #11 39.19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:17:47 #11 39.45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:17:47 #11 39.84 (1/30) Installing jansson (2.14-r4) 02:17:47 #11 40.01 (2/30) Installing binutils (2.42-r1) 02:17:48 #11 40.33 (3/30) Installing libatomic (13.2.1_git20240309-r1) 02:17:48 #11 40.48 (4/30) Installing isl26 (0.26-r1) 02:17:48 #11 40.69 (5/30) Installing mpfr4 (4.2.1-r0) 02:17:48 #11 40.92 (6/30) Installing mpc1 (1.3.1-r1) 02:17:48 #11 41.06 (7/30) Installing gcc (13.2.1_git20240309-r1) 02:17:49 #11 41.98 (8/30) Installing musl-dev (1.2.5-r3) 02:17:50 #11 42.20 (9/30) Installing linux-headers (6.6-r0) 02:17:50 #11 42.53 (10/30) Installing libffi-dev (3.4.6-r0) 02:17:50 #11 42.69 (11/30) Installing libpq (16.14-r0) 02:17:50 #11 42.90 (12/30) Installing openssl-dev (3.3.7-r0) 02:17:50 #11 43.06 (13/30) Installing libpq-dev (16.14-r0) 02:17:51 #11 43.31 (14/30) Installing libecpg (16.14-r0) 02:17:51 #11 43.47 (15/30) Installing libecpg-dev (16.14-r0) 02:17:51 #11 43.70 (16/30) Installing clang16-headers (16.0.6-r5) 02:17:51 #11 43.90 (17/30) Installing llvm16-libs (16.0.6-r9) 02:17:54 #11 46.53 (18/30) Installing clang16-libs (16.0.6-r5) 02:17:54 #11 47.14 (19/30) Installing fortify-headers (1.1-r3) 02:17:55 #11 47.28 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 02:17:55 #11 47.57 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 02:17:55 #11 47.75 (22/30) Installing clang16 (16.0.6-r5) 02:17:55 #11 47.91 (23/30) Installing icu (74.2-r1) 02:17:55 #11 48.14 (24/30) Installing icu-dev (74.2-r1) 02:17:56 #11 48.34 (25/30) Installing llvm16 (16.0.6-r9) 02:17:57 #11 49.25 (26/30) Installing lz4-libs (1.9.4-r5) 02:17:57 #11 49.38 (27/30) Installing lz4-dev (1.9.4-r5) 02:17:57 #11 49.54 (28/30) Installing zstd (1.5.6-r0) 02:17:57 #11 49.70 (29/30) Installing zstd-dev (1.5.6-r0) 02:17:57 #11 49.90 (30/30) Installing postgresql16-dev (16.14-r0) 02:17:57 #11 50.16 Executing busybox-1.36.1-r31.trigger 02:17:58 #11 50.17 OK: 1208 MiB in 225 packages 02:17:58 #11 50.23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:17:58 #11 50.48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:17:58 #11 50.87 (1/14) Installing g++ (13.2.1_git20240309-r1) 02:17:59 #11 51.34 (2/14) Installing gdbm (1.23-r1) 02:17:59 #11 51.46 (3/14) Installing mpdecimal (4.0.0-r0) 02:17:59 #11 51.65 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 02:17:59 #11 51.79 (5/14) Installing libncursesw (6.4_p20240420-r2) 02:17:59 #11 52.00 (6/14) Installing libpanelw (6.4_p20240420-r2) 02:18:00 #11 52.12 (7/14) Installing readline (8.2.10-r0) 02:18:00 #11 52.33 (8/14) Installing python3 (3.12.13-r0) 02:18:00 #11 52.66 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 02:18:00 #11 53.00 (10/14) Installing pyc (3.12.13-r0) 02:18:00 #11 53.13 (11/14) Installing python3-pyc (3.12.13-r0) 02:18:01 #11 53.28 (12/14) Installing python3-dev (3.12.13-r0) 02:18:02 #11 54.49 (13/14) Installing libsodium-dev (1.0.19-r1) 02:18:02 #11 54.66 (14/14) Installing zeromq-dev (4.3.5-r2) 02:18:02 #11 54.82 Executing busybox-1.36.1-r31.trigger 02:18:02 #11 54.83 OK: 1374 MiB in 239 packages 02:18:02 #11 54.89 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:18:03 #11 55.14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:18:03 #11 55.59 OK: 1374 MiB in 239 packages 02:18:03 #11 55.68 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:18:03 #11 55.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:18:04 #11 56.31 (1/1) Installing tzdata (2026b-r0) 02:18:04 #11 56.54 OK: 1376 MiB in 240 packages 02:18:04 #11 56.94 (1/1) Purging tzdata (2026b-r0) 02:18:04 #11 56.95 OK: 1374 MiB in 239 packages 02:18:06 #11 58.67 Looking in links: /tmp/tmpm7cx8myy 02:18:06 #11 58.68 Processing /tmp/tmpm7cx8myy/pip-25.0.1-py3-none-any.whl 02:18:06 #11 58.69 Installing collected packages: pip 02:18:07 #11 59.80 Successfully installed pip-25.0.1 02:18:07 #11 59.80 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:18:08 #11 60.22 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 02:18:08 #11 60.28 Collecting pip 02:18:08 #11 60.32 Downloading pip-26.1.2-py3-none-any.whl.metadata (4.6 kB) 02:18:08 #11 60.46 Collecting setuptools 02:18:08 #11 60.46 Downloading setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) 02:18:08 #11 60.50 Collecting wheel 02:18:08 #11 60.50 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 02:18:08 #11 60.53 Collecting packaging>=24.0 (from wheel) 02:18:08 #11 60.53 Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) 02:18:08 #11 60.54 Downloading pip-26.1.2-py3-none-any.whl (1.8 MB) 02:18:08 #11 60.56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 126.2 MB/s eta 0:00:00 02:18:08 #11 60.56 Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) 02:18:08 #11 60.57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 169.8 MB/s eta 0:00:00 02:18:08 #11 60.58 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 02:18:08 #11 60.58 Downloading packaging-26.2-py3-none-any.whl (100 kB) 02:18:08 #11 60.62 Installing collected packages: setuptools, pip, packaging, wheel 02:18:09 #11 61.32 Attempting uninstall: pip 02:18:09 #11 61.32 Found existing installation: pip 25.0.1 02:18:09 #11 61.36 Uninstalling pip-25.0.1: 02:18:09 #11 61.37 Successfully uninstalled pip-25.0.1 02:18:10 #11 62.52 Successfully installed packaging-26.2 pip-26.1.2 setuptools-82.0.1 wheel-0.47.0 02:18:10 #11 62.52 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:18:10 #11 63.07 Processing ./edgex-taf-common 02:18:11 #11 63.07 Installing build dependencies: started 02:18:12 #11 64.00 Installing build dependencies: finished with status 'done' 02:18:12 #11 64.00 Getting requirements to build wheel: started 02:18:12 #11 64.39 Getting requirements to build wheel: finished with status 'done' 02:18:12 #11 64.39 Preparing metadata (pyproject.toml): started 02:18:12 #11 64.59 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:12 #11 64.60 Building wheels for collected packages: edgex-taf-common 02:18:12 #11 64.60 Building wheel for edgex-taf-common (pyproject.toml): started 02:18:12 #11 64.85 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 02:18:12 #11 64.85 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15430 sha256=98c03803c5423d32ba588881822ba9c744c992bd855c9c51dcc574b790766329 02:18:12 #11 64.85 Stored in directory: /tmp/pip-ephem-wheel-cache-o0bsjit5/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 02:18:12 #11 64.85 Successfully built edgex-taf-common 02:18:12 #11 64.87 Installing collected packages: edgex-taf-common 02:18:12 #11 64.88 Successfully installed edgex-taf-common-0.0.0 02:18:12 #11 64.88 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:18:13 #11 65.43 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 02:18:13 #11 65.53 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 02:18:13 #11 65.55 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 02:18:13 #11 65.58 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 02:18:13 #11 65.61 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 02:18:13 #11 65.63 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 02:18:13 #11 65.65 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 02:18:13 #11 65.68 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 02:18:13 #11 65.70 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 02:18:13 #11 65.72 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 02:18:13 #11 65.75 Installing build dependencies: started 02:18:14 #11 66.38 Installing build dependencies: finished with status 'done' 02:18:14 #11 66.38 Getting requirements to build wheel: started 02:18:14 #11 66.80 Getting requirements to build wheel: finished with status 'done' 02:18:14 #11 66.81 Preparing metadata (pyproject.toml): started 02:18:14 #11 67.01 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:14 #11 67.04 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 02:18:14 #11 67.06 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 02:18:14 #11 67.07 Installing build dependencies: started 02:18:15 #11 67.70 Installing build dependencies: finished with status 'done' 02:18:15 #11 67.70 Getting requirements to build wheel: started 02:18:15 #11 68.09 Getting requirements to build wheel: finished with status 'done' 02:18:16 #11 68.09 Preparing metadata (pyproject.toml): started 02:18:16 #11 68.29 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:16 #11 68.32 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 02:18:16 #11 68.35 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 02:18:16 #11 68.36 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 02:18:16 #11 68.39 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 02:18:16 #11 68.42 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 02:18:16 #11 68.44 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 02:18:16 #11 68.45 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 02:18:16 #11 68.48 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 02:18:16 #11 68.50 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 02:18:16 #11 68.52 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 02:18:16 #11 68.77 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 02:18:16 #11 68.80 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 02:18:16 #11 68.90 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 02:18:16 #11 68.92 Downloading psutil-7.0.0.tar.gz (497 kB) 02:18:16 #11 69.05 Installing build dependencies: started 02:18:17 #11 69.72 Installing build dependencies: finished with status 'done' 02:18:17 #11 69.72 Getting requirements to build wheel: started 02:18:17 #11 70.22 Getting requirements to build wheel: finished with status 'done' 02:18:18 #11 70.22 Preparing metadata (pyproject.toml): started 02:18:18 #11 70.54 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:18 #11 70.80 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 02:18:18 #11 70.82 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) 02:18:18 #11 70.85 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 02:18:18 #11 70.88 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 02:18:18 #11 70.94 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 02:18:19 #11 70.96 Downloading psycopg2-2.9.10.tar.gz (385 kB) 02:18:19 #11 71.03 Installing build dependencies: started 02:18:19 #11 71.73 Installing build dependencies: finished with status 'done' 02:18:19 #11 71.73 Getting requirements to build wheel: started 02:18:20 #11 72.32 Getting requirements to build wheel: finished with status 'done' 02:18:20 #11 72.33 Preparing metadata (pyproject.toml): started 02:18:20 #11 72.57 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:20 #11 72.66 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 02:18:20 #11 72.69 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 02:18:20 #11 72.86 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 02:18:20 #11 72.88 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 02:18:20 #11 72.91 Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) 02:18:20 #11 72.93 Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) 02:18:20 #11 73.15 Collecting cryptography==48.0.1 (from -r requirements.txt (line 20)) 02:18:21 #11 73.18 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (4.3 kB) 02:18:21 #11 73.20 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 02:18:21 #11 73.22 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 02:18:21 #11 73.25 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 02:18:21 #11 73.27 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 02:18:21 #11 73.28 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 02:18:21 #11 73.31 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 02:18:21 #11 73.35 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:21 #11 73.37 Downloading selenium-4.45.0-py3-none-any.whl.metadata (7.4 kB) 02:18:21 #11 73.39 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:21 #11 73.42 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 02:18:21 #11 73.44 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:21 #11 73.47 Downloading click-8.4.1-py3-none-any.whl.metadata (2.6 kB) 02:18:21 #11 73.50 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:18:21 #11 73.53 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 02:18:21 #11 73.55 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:18:21 #11 73.57 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 02:18:21 #11 73.59 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:21 #11 73.61 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 02:18:21 #11 73.63 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:21 #11 73.65 Downloading flex-6.14.1.tar.gz (40 kB) 02:18:21 #11 73.68 Installing build dependencies: started 02:18:22 #11 74.35 Installing build dependencies: finished with status 'done' 02:18:22 #11 74.35 Getting requirements to build wheel: started 02:18:22 #11 74.78 Getting requirements to build wheel: finished with status 'done' 02:18:22 #11 74.78 Preparing metadata (pyproject.toml): started 02:18:22 #11 74.98 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:23 #11 75.00 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.02 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 02:18:23 #11 75.05 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.07 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 02:18:23 #11 75.11 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.13 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 02:18:23 #11 75.16 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.18 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 02:18:23 #11 75.23 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.26 Downloading pytz-2026.2-py2.py3-none-any.whl.metadata (22 kB) 02:18:23 #11 75.27 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:23 #11 75.30 Downloading tzlocal-5.4.3-py3-none-any.whl.metadata (7.7 kB) 02:18:23 #11 75.42 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 02:18:23 #11 75.45 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (40 kB) 02:18:23 #11 75.47 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 02:18:23 #11 75.49 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 02:18:23 #11 75.52 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 02:18:23 #11 75.54 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 02:18:23 #11 75.57 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 02:18:23 #11 75.59 Downloading certifi-2026.6.17-py3-none-any.whl.metadata (2.5 kB) 02:18:23 #11 75.64 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:18:23 #11 75.66 Downloading reactivex-4.1.0-py3-none-any.whl.metadata (5.7 kB) 02:18:23 #11 75.68 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:18:23 #11 75.70 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 02:18:23 #11 75.71 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) 02:18:23 #11 75.82 Collecting cffi>=2.0.0 (from cryptography==48.0.1->-r requirements.txt (line 20)) 02:18:23 #11 75.85 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.6 kB) 02:18:23 #11 75.87 Collecting pycparser (from cffi>=2.0.0->cryptography==48.0.1->-r requirements.txt (line 20)) 02:18:23 #11 75.89 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 02:18:23 #11 75.94 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:18:23 #11 75.97 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) 02:18:23 #11 75.99 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:18:23 #11 76.01 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 02:18:23 #11 76.04 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:18:23 #11 76.07 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl.metadata (10.0 kB) 02:18:23 #11 76.09 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:18:23 #11 76.11 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 02:18:23 #11 76.13 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:18:23 #11 76.15 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 02:18:24 #11 76.18 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:24 #11 76.20 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 02:18:24 #11 76.22 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:24 #11 76.24 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 02:18:24 #11 76.27 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)) 02:18:24 #11 76.29 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 02:18:24 #11 76.31 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:24 #11 76.33 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 02:18:24 #11 76.35 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:18:24 #11 76.37 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 02:18:24 #11 76.38 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)) 02:18:24 #11 76.41 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 02:18:24 #11 76.42 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)) 02:18:24 #11 76.45 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 02:18:24 #11 76.46 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)) 02:18:24 #11 76.49 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 02:18:24 #11 76.54 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)) 02:18:24 #11 76.57 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 02:18:24 #11 76.62 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:24 #11 76.64 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.4 kB) 02:18:24 #11 76.65 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:24 #11 76.68 Downloading validate_email-1.3.tar.gz (4.7 kB) 02:18:24 #11 76.68 Installing build dependencies: started 02:18:25 #11 77.34 Installing build dependencies: finished with status 'done' 02:18:25 #11 77.34 Getting requirements to build wheel: started 02:18:25 #11 77.88 Getting requirements to build wheel: finished with status 'done' 02:18:25 #11 77.88 Preparing metadata (pyproject.toml): started 02:18:25 #11 78.09 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:26 #11 78.10 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:26 #11 78.13 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 02:18:26 #11 78.14 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:26 #11 78.16 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 02:18:26 #11 78.17 Installing build dependencies: started 02:18:26 #11 78.80 Installing build dependencies: finished with status 'done' 02:18:26 #11 78.80 Getting requirements to build wheel: started 02:18:26 #11 79.17 Getting requirements to build wheel: finished with status 'done' 02:18:27 #11 79.17 Preparing metadata (pyproject.toml): started 02:18:27 #11 79.37 Preparing metadata (pyproject.toml): finished with status 'done' 02:18:27 #11 79.38 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.41 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 02:18:27 #11 79.43 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.46 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 02:18:27 #11 79.48 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.51 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 02:18:27 #11 79.80 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.83 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 02:18:27 #11 79.85 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.87 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 02:18:27 #11 79.89 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.91 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 02:18:27 #11 79.93 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 79.96 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 02:18:27 #11 79.98 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 80.00 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 02:18:27 #11 80.02 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 80.04 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 02:18:27 #11 80.07 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:27 #11 80.09 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 02:18:27 #11 80.11 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)) 02:18:27 #11 80.13 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 02:18:28 #11 80.26 Collecting pydantic<3.0.0,>=2.0.0 (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:28 #11 80.29 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 02:18:28 #11 80.31 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)) 02:18:28 #11 80.34 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 02:18:28 #11 80.35 Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:28 #11 80.38 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 02:18:28 #11 80.42 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)) 02:18:28 #11 80.45 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (5.1 kB) 02:18:28 #11 80.46 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)) 02:18:28 #11 80.49 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 02:18:29 #11 81.28 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:18:29 #11 81.30 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.6 kB) 02:18:29 #11 81.31 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:18:29 #11 81.34 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 02:18:29 #11 81.41 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:18:29 #11 81.44 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (2.7 kB) 02:18:29 #11 81.48 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 02:18:29 #11 81.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 27.9 MB/s 0:00:00 02:18:29 #11 81.53 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 02:18:29 #11 81.55 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 02:18:29 #11 81.58 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 02:18:29 #11 81.61 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 02:18:29 #11 81.63 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 02:18:29 #11 81.66 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 02:18:29 #11 81.68 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 02:18:29 #11 81.71 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 02:18:29 #11 81.73 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 02:18:29 #11 82.12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 46.4 MB/s 0:00:00 02:18:30 #11 82.17 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) 02:18:30 #11 82.18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 185.9 MB/s 0:00:00 02:18:30 #11 82.21 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 02:18:30 #11 82.21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 386.7 MB/s 0:00:00 02:18:30 #11 82.24 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 02:18:30 #11 82.43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 11.1 MB/s 0:00:00 02:18:30 #11 82.45 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 02:18:30 #11 82.48 Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) 02:18:30 #11 82.50 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl (5.0 MB) 02:18:30 #11 82.54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 165.1 MB/s 0:00:00 02:18:30 #11 82.56 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 02:18:30 #11 82.59 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 02:18:30 #11 82.61 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 02:18:30 #11 82.64 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_x86_64.whl (218 kB) 02:18:30 #11 82.66 Downloading idna-3.18-py3-none-any.whl (65 kB) 02:18:30 #11 82.69 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 02:18:30 #11 82.71 Downloading certifi-2026.6.17-py3-none-any.whl (133 kB) 02:18:30 #11 82.74 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (221 kB) 02:18:30 #11 82.77 Downloading click-8.4.1-py3-none-any.whl (116 kB) 02:18:30 #11 82.79 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 02:18:30 #11 82.82 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (359 kB) 02:18:30 #11 82.84 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 02:18:30 #11 82.87 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_x86_64.whl (1.4 MB) 02:18:30 #11 82.88 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 204.8 MB/s 0:00:00 02:18:30 #11 82.90 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 02:18:30 #11 82.93 Downloading reactivex-4.1.0-py3-none-any.whl (218 kB) 02:18:30 #11 82.95 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 02:18:30 #11 82.98 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 02:18:30 #11 83.00 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 02:18:30 #11 83.03 Downloading selenium-4.45.0-py3-none-any.whl (9.5 MB) 02:18:30 #11 83.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 147.2 MB/s 0:00:00 02:18:30 #11 83.12 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 02:18:30 #11 83.15 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 02:18:30 #11 83.17 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 02:18:30 #11 83.19 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 02:18:30 #11 83.22 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 02:18:31 #11 83.24 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 02:18:31 #11 83.27 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 02:18:31 #11 83.30 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 02:18:31 #11 83.32 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 02:18:31 #11 83.35 Downloading docutils-0.23-py3-none-any.whl (634 kB) 02:18:31 #11 83.36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 233.1 MB/s 0:00:00 02:18:31 #11 83.38 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 02:18:31 #11 83.41 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (790 kB) 02:18:31 #11 83.41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 790.2/790.2 kB 206.9 MB/s 0:00:00 02:18:31 #11 83.44 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 02:18:31 #11 83.47 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 02:18:31 #11 83.49 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 02:18:31 #11 83.52 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 02:18:31 #11 83.54 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 02:18:31 #11 83.57 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (582 kB) 02:18:31 #11 83.58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 582.4/582.4 kB 121.3 MB/s 0:00:00 02:18:31 #11 83.60 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 02:18:31 #11 83.63 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 02:18:31 #11 83.65 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 02:18:31 #11 83.68 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 02:18:31 #11 83.71 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (70 kB) 02:18:31 #11 83.73 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 02:18:31 #11 83.76 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 02:18:31 #11 83.79 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_x86_64.whl (2.4 MB) 02:18:31 #11 83.80 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 262.0 MB/s 0:00:00 02:18:31 #11 83.83 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 02:18:31 #11 83.85 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 02:18:31 #11 83.88 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 02:18:31 #11 83.90 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 02:18:31 #11 83.93 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 02:18:31 #11 83.95 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 02:18:31 #11 83.98 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 02:18:31 #11 84.00 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 02:18:32 #11 84.03 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 02:18:32 #11 84.04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 283.8 MB/s 0:00:00 02:18:32 #11 84.06 Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) 02:18:32 #11 84.09 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 02:18:32 #11 84.11 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 02:18:32 #11 84.14 Downloading tzlocal-5.4.3-py3-none-any.whl (18 kB) 02:18:32 #11 84.28 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 02:18:32 #11 84.28 Building wheel for robotframework-sshlibrary (pyproject.toml): started 02:18:32 #11 84.53 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 02:18:32 #11 84.54 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=15f29097bd0790106aaffb3e4d55d20b00ba30dad7096db624f4bf118bb700ad 02:18:32 #11 84.54 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 02:18:32 #11 84.54 Building wheel for robotbackgroundlogger (pyproject.toml): started 02:18:32 #11 84.77 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 02:18:32 #11 84.78 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=fa5f2dfc14e778b56ae744c3632289daeac3cf4548022ba6a53fb766ba1cdf23 02:18:32 #11 84.78 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 02:18:32 #11 84.78 Building wheel for psutil (pyproject.toml): started 02:18:34 #11 86.51 Building wheel for psutil (pyproject.toml): finished with status 'done' 02:18:34 #11 86.51 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277531 sha256=745fdc984d20415a4c221924c3da1a645732255974a7d5a243e329eb674e26f5 02:18:34 #11 86.51 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 02:18:34 #11 86.52 Building wheel for psycopg2 (pyproject.toml): started 02:18:42 #11 94.98 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 02:18:43 #11 94.98 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521911 sha256=5e0a95cb961077c3996c10b28b15c1f22de6723e8217600a40032a6de5a1201e 02:18:43 #11 94.98 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 02:18:43 #11 94.98 Building wheel for flex (pyproject.toml): started 02:18:43 #11 95.30 Building wheel for flex (pyproject.toml): finished with status 'done' 02:18:43 #11 95.30 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=aee6286b6482f2d66cd278337614a474c7310300637501144deb67de6b80ab5a 02:18:43 #11 95.30 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 02:18:43 #11 95.31 Building wheel for strict-rfc3339 (pyproject.toml): started 02:18:43 #11 95.54 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 02:18:43 #11 95.54 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=6f521f94253b998737386e91200f11cac5882f4301a7fc91edd76513873283d9 02:18:43 #11 95.54 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 02:18:43 #11 95.55 Building wheel for validate-email (pyproject.toml): started 02:18:43 #11 95.78 Building wheel for validate-email (pyproject.toml): finished with status 'done' 02:18:43 #11 95.78 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=3c83bcf34461a7b9f67bed8833528d2c57ad3b1c26290fe9a8e7d4b2eaa15bf6 02:18:43 #11 95.78 Stored in directory: /tmp/pip-ephem-wheel-cache-eeph3q9o/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 02:18:43 #11 95.78 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 02:18:43 #11 95.97 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:18:56 #11 107.0 02:18:56 #11 107.0 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.13.0 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:18:56 #11 107.0 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:18:56 #11 DONE 107.9s 02:18:56 02:18:56 #12 exporting to image 02:18:56 #12 exporting layers 02:19:02 #12 exporting layers 5.9s done 02:19:02 #12 writing image sha256:28fffcfc7e1b22de7ce1889434e5bc8ef5ff308531639f2fbacfd1603f973944 done 02:19:02 #12 naming to docker.io/library/edgex-taf-common done 02:19:02 #12 DONE 6.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 02:19:02 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 02:19:02 674b39466aa04daeb3de7b2fd9f62241e4674147 02:19:02 latest 02:19:02 1.0.0-dev.13 02:19:02 674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:19:02 main 02:19:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:03 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:03 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147 02:19:03 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 02:19:03 4a802a1aa25d: Preparing 02:19:03 52aab2839147: Preparing 02:19:03 5f70bf18a086: Preparing 02:19:03 b2ee23e58666: Preparing 02:19:03 bb57e6f8f376: Preparing 02:19:03 afb697ff45b0: Preparing 02:19:03 08bc4e534116: Preparing 02:19:03 afb697ff45b0: Waiting 02:19:03 08bc4e534116: Waiting 02:19:03 bb57e6f8f376: Pushed 02:19:03 52aab2839147: Pushed 02:19:03 5f70bf18a086: Pushed 02:19:03 b2ee23e58666: Pushed 02:19:03 08bc4e534116: Layer already exists 02:19:03 afb697ff45b0: Pushed 02:20:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13336 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 02:20:57 Selected Git installation does not exist. Using Default 02:20:57 The recommended git tool is: NONE 02:21:05 using credential edgex-jenkins-ssh 02:21:05 Cloning the remote Git repository 02:21:05 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 02:21:05 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 02:21:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 02:21:05 > git --version # timeout=10 02:21:05 > git --version # 'git version 2.25.1' 02:21:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:21:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:21:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 02:21:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:21:07 Avoid second fetch 02:21:07 Checking out Revision 674b39466aa04daeb3de7b2fd9f62241e4674147 (main) 02:21:07 > git config core.sparsecheckout # timeout=10 02:21:07 > git checkout -f 674b39466aa04daeb3de7b2fd9f62241e4674147 # timeout=10 02:21:07 Commit message: "Merge pull request #157 from edgexfoundry/dependabot/pip/pyjwt-2.13.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:21:12 provisioning config files... 02:21:12 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17056511856920038386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:21:12 ---> ****-login.sh 02:21:12 nexus3.edgexfoundry.org:10001 02:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:13 Configure a credential helper to remove this warning. See 02:21:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:13 02:21:13 Login Succeeded 02:21:13 nexus3.edgexfoundry.org:10002 02:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:13 Configure a credential helper to remove this warning. See 02:21:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:13 02:21:13 Login Succeeded 02:21:13 nexus3.edgexfoundry.org:10003 02:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:14 Configure a credential helper to remove this warning. See 02:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:14 02:21:14 Login Succeeded 02:21:14 nexus3.edgexfoundry.org:10004 02:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:14 Configure a credential helper to remove this warning. See 02:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:14 02:21:14 Login Succeeded 02:21:14 ****.io 02:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:14 Configure a credential helper to remove this warning. See 02:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:14 02:21:14 Login Succeeded 02:21:14 ---> ****-login.sh ends [Pipeline] } 02:21:14 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 02:21:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:21:15 + ls -al . 02:21:15 total 68 02:21:15 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 02:21 . 02:21:15 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:21 .. 02:21:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 02:21 .git 02:21:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:21 .github 02:21:15 -rw-rw-r-- 1 jenkins jenkins 22 Jun 22 02:21 .gitignore 02:21:15 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 22 02:21 Dockerfile 02:21:15 -rw-rw-r-- 1 jenkins jenkins 746 Jun 22 02:21 Jenkinsfile 02:21:15 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 22 02:21 LICENSE 02:21:15 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 22 02:21 README.md 02:21:15 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 02:21 TUC 02:21:15 -rw-rw-r-- 1 jenkins jenkins 12 Jun 22 02:17 VERSION 02:21:15 -rw-rw-r-- 1 jenkins jenkins 473 Jun 22 02:21 requirements.txt 02:21:15 -rw-rw-r-- 1 jenkins jenkins 54 Jun 22 02:21 robot-entrypoint.sh 02:21:15 -rw-rw-r-- 1 jenkins jenkins 445 Jun 22 02:21 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:16 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=674b39466aa04daeb3de7b2fd9f62241e4674147 --label arch=arm64 --label version=1.0.0-dev.13 . 02:21:16 Sending build context to Docker daemon 438.3kB 02:21:16 Step 1/13 : FROM alpine:3.20 02:21:17 3.20: Pulling from library/alpine 02:21:17 3f26bc2dec0b: Pulling fs layer 02:21:17 3f26bc2dec0b: Verifying Checksum 02:21:17 3f26bc2dec0b: Download complete 02:21:20 3f26bc2dec0b: Pull complete 02:21:20 Digest: sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc 02:21:20 Status: Downloaded newer image for alpine:3.20 02:21:20 ---> ab3fe4defd29 02:21:20 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 02:21:20 ---> Running in 236830e2abba 02:21:20 Removing intermediate container 236830e2abba 02:21:20 ---> 1f94b60a71f3 02:21:20 Step 3/13 : LABEL maintainer="Bruce Huang " 02:21:20 ---> Running in 50d08706a38c 02:21:20 Removing intermediate container 50d08706a38c 02:21:20 ---> bcf8ea4add3b 02:21:20 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 02:21:21 ---> 0403ff2884ef 02:21:21 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 02:21:21 ---> d1270f419dc6 02:21:21 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 02:21:22 ---> 725fb59d7012 02:21:22 Step 7/13 : WORKDIR /edgex-taf 02:21:22 ---> Running in 78096a096ea6 02:21:22 Removing intermediate container 78096a096ea6 02:21:22 ---> 5a09e345dcbd 02:21:22 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:22 ---> Running in 446a2da66b74 02:21:24 Removing intermediate container 446a2da66b74 02:21:24 ---> 1b579f195e3d 02:21:24 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 02:21:24 ---> Running in e08cc72473b2 02:21:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:21:27 OK: 9 MiB in 14 packages 02:21:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:21:28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:21:29 (1/14) Installing ca-certificates (20260413-r0) 02:21:29 (2/14) Installing brotli-libs (1.1.0-r2) 02:21:29 (3/14) Installing c-ares (1.33.1-r0) 02:21:30 (4/14) Installing libunistring (1.2-r0) 02:21:30 (5/14) Installing libidn2 (2.3.7-r0) 02:21:30 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:21:31 (7/14) Installing libpsl (0.21.5-r1) 02:21:31 (8/14) Installing zstd-libs (1.5.6-r0) 02:21:31 (9/14) Installing libcurl (8.14.1-r2) 02:21:31 (10/14) Installing curl (8.14.1-r2) 02:21:32 (11/14) Installing docker-cli (26.1.5-r0) 02:21:32 (12/14) Installing oniguruma (6.9.9-r0) 02:21:32 (13/14) Installing jq (1.7.1-r0) 02:21:33 (14/14) Installing openssl (3.3.7-r0) 02:21:33 Executing busybox-1.36.1-r31.trigger 02:21:33 Executing ca-certificates-20260413-r0.trigger 02:21:33 OK: 43 MiB in 28 packages 02:21:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:21:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:21:36 (1/166) Installing libexpat (2.8.1-r0) 02:21:36 (2/166) Installing libbz2 (1.0.8-r6) 02:21:36 (3/166) Installing libpng (1.6.57-r0) 02:21:36 (4/166) Installing freetype (2.13.2-r0) 02:21:36 (5/166) Installing fontconfig (2.15.0-r1) 02:21:37 (6/166) Installing libfontenc (1.1.8-r0) 02:21:37 (7/166) Installing mkfontscale (1.2.2-r6) 02:21:37 (8/166) Installing font-opensans (0_git20210927-r1) 02:21:37 (9/166) Installing pkgconf (2.2.0-r0) 02:21:38 (10/166) Installing libgcc (13.2.1_git20240309-r1) 02:21:38 (11/166) Installing libffi (3.4.6-r0) 02:21:38 (12/166) Installing libintl (0.22.5-r0) 02:21:38 (13/166) Installing libeconf (0.6.3-r0) 02:21:38 (14/166) Installing libblkid (2.40.1-r1) 02:21:39 (15/166) Installing libmount (2.40.1-r1) 02:21:39 (16/166) Installing pcre2 (10.43-r0) 02:21:39 (17/166) Installing glib (2.80.5-r0) 02:21:40 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 02:21:40 (19/166) Installing xz-libs (5.8.3-r0) 02:21:40 (20/166) Installing libxml2 (2.12.10-r0) 02:21:40 (21/166) Installing shared-mime-info (2.4-r0) 02:21:41 (22/166) Installing hicolor-icon-theme (0.17-r2) 02:21:41 (23/166) Installing libjpeg-turbo (3.0.3-r0) 02:21:41 (24/166) Installing libsharpyuv (1.3.2-r0) 02:21:41 (25/166) Installing libwebp (1.3.2-r0) 02:21:42 (26/166) Installing tiff (4.6.0t-r0) 02:21:42 (27/166) Installing gdk-pixbuf (2.42.12-r0) 02:21:42 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 02:21:42 (29/166) Installing libxau (1.0.11-r4) 02:21:42 (30/166) Installing libmd (1.1.0-r0) 02:21:43 (31/166) Installing libbsd (0.12.2-r0) 02:21:43 (32/166) Installing libxdmcp (1.1.5-r1) 02:21:43 (33/166) Installing libxcb (1.16.1-r0) 02:21:43 (34/166) Installing libx11 (1.8.9-r1) 02:21:44 (35/166) Installing libxcomposite (0.4.6-r5) 02:21:44 (36/166) Installing libxfixes (6.0.1-r4) 02:21:44 (37/166) Installing libxrender (0.9.11-r5) 02:21:44 (38/166) Installing libxcursor (1.2.2-r1) 02:21:44 (39/166) Installing libxdamage (1.1.6-r5) 02:21:45 (40/166) Installing libxext (1.3.6-r2) 02:21:45 (41/166) Installing libxi (1.8.1-r4) 02:21:45 (42/166) Installing libxinerama (1.1.5-r4) 02:21:45 (43/166) Installing libxrandr (1.5.4-r1) 02:21:45 (44/166) Installing libatk-1.0 (2.52.0-r0) 02:21:46 (45/166) Installing libxtst (1.2.4-r6) 02:21:46 (46/166) Installing dbus-libs (1.14.10-r1) 02:21:46 (47/166) Installing at-spi2-core (2.52.0-r0) 02:21:46 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 02:21:46 (49/166) Installing pixman (0.43.2-r0) 02:21:47 (50/166) Installing cairo (1.18.4-r0) 02:21:47 (51/166) Installing cairo-gobject (1.18.4-r0) 02:21:47 (52/166) Installing avahi-libs (0.8-r17) 02:21:47 (53/166) Installing gmp (6.3.0-r1) 02:21:48 (54/166) Installing nettle (3.10.2-r0) 02:21:48 (55/166) Installing libtasn1 (4.21.0-r0) 02:21:48 (56/166) Installing p11-kit (0.25.3-r0) 02:21:48 (57/166) Installing gnutls (3.8.13-r0) 02:21:49 (58/166) Installing cups-libs (2.4.18-r0) 02:21:49 (59/166) Installing libepoxy (1.5.10-r1) 02:21:49 (60/166) Installing fribidi (1.0.15-r0) 02:21:49 (61/166) Installing graphite2 (1.3.14-r6) 02:21:50 (62/166) Installing harfbuzz (8.5.0-r0) 02:21:50 (63/166) Installing libxft (2.3.8-r3) 02:21:50 (64/166) Installing pango (1.52.2-r0) 02:21:50 (65/166) Installing wayland-libs-client (1.22.0-r4) 02:21:50 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 02:21:51 (67/166) Installing wayland-libs-egl (1.22.0-r4) 02:21:51 (68/166) Installing xkeyboard-config (2.41-r0) 02:21:51 (69/166) Installing libxkbcommon (1.7.0-r0) 02:21:52 (70/166) Installing gtk+3.0 (3.24.43-r0) 02:21:52 (71/166) Installing icu-data-full (74.2-r1) 02:21:53 (72/166) Installing mesa (24.0.9-r1) 02:21:53 (73/166) Installing llvm17-libs (17.0.6-r2) 02:21:55 4a802a1aa25d: Pushed 02:21:55 674b39466aa04daeb3de7b2fd9f62241e4674147: digest: sha256:9aa5e7f38a9cb682b00ed637aa792d041534a92fbecc9a866d6c85717c29e898 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:55 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:55 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 02:21:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 02:21:55 4a802a1aa25d: Preparing 02:21:55 52aab2839147: Preparing 02:21:55 5f70bf18a086: Preparing 02:21:55 b2ee23e58666: Preparing 02:21:55 bb57e6f8f376: Preparing 02:21:55 afb697ff45b0: Preparing 02:21:55 08bc4e534116: Preparing 02:21:55 08bc4e534116: Waiting 02:21:55 afb697ff45b0: Waiting 02:21:55 bb57e6f8f376: Layer already exists 02:21:55 52aab2839147: Layer already exists 02:21:55 4a802a1aa25d: Layer already exists 02:21:55 b2ee23e58666: Layer already exists 02:21:55 5f70bf18a086: Layer already exists 02:21:55 afb697ff45b0: Layer already exists 02:21:55 08bc4e534116: Layer already exists 02:21:56 latest: digest: sha256:9aa5e7f38a9cb682b00ed637aa792d041534a92fbecc9a866d6c85717c29e898 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:56 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:56 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.13 02:21:56 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 02:21:56 4a802a1aa25d: Preparing 02:21:56 52aab2839147: Preparing 02:21:56 5f70bf18a086: Preparing 02:21:56 b2ee23e58666: Preparing 02:21:56 bb57e6f8f376: Preparing 02:21:56 afb697ff45b0: Preparing 02:21:56 08bc4e534116: Preparing 02:21:56 afb697ff45b0: Waiting 02:21:56 08bc4e534116: Waiting 02:21:56 bb57e6f8f376: Layer already exists 02:21:56 5f70bf18a086: Layer already exists 02:21:56 52aab2839147: Layer already exists 02:21:56 b2ee23e58666: Layer already exists 02:21:56 4a802a1aa25d: Layer already exists 02:21:56 08bc4e534116: Layer already exists 02:21:56 afb697ff45b0: Layer already exists 02:21:56 1.0.0-dev.13: digest: sha256:9aa5e7f38a9cb682b00ed637aa792d041534a92fbecc9a866d6c85717c29e898 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:56 (74/166) Installing hwdata-pci (0.382-r0) 02:21:57 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:57 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:21:57 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 02:21:57 4a802a1aa25d: Preparing 02:21:57 52aab2839147: Preparing 02:21:57 5f70bf18a086: Preparing 02:21:57 b2ee23e58666: Preparing 02:21:57 bb57e6f8f376: Preparing 02:21:57 afb697ff45b0: Preparing 02:21:57 08bc4e534116: Preparing 02:21:57 afb697ff45b0: Waiting 02:21:57 08bc4e534116: Waiting 02:21:57 b2ee23e58666: Layer already exists 02:21:57 52aab2839147: Layer already exists 02:21:57 bb57e6f8f376: Layer already exists 02:21:57 5f70bf18a086: Layer already exists 02:21:57 4a802a1aa25d: Layer already exists 02:21:57 08bc4e534116: Layer already exists 02:21:57 afb697ff45b0: Layer already exists 02:21:57 674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13: digest: sha256:9aa5e7f38a9cb682b00ed637aa792d041534a92fbecc9a866d6c85717c29e898 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:57 (75/166) Installing libpciaccess (0.18.1-r0) 02:21:57 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv 02:21:57 (76/166) Installing libdrm (2.4.120-r0) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:58 (77/166) Installing libelf (0.191-r0) 02:21:58 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 02:21:58 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 02:21:58 4a802a1aa25d: Preparing 02:21:58 52aab2839147: Preparing 02:21:58 5f70bf18a086: Preparing 02:21:58 b2ee23e58666: Preparing 02:21:58 bb57e6f8f376: Preparing 02:21:58 afb697ff45b0: Preparing 02:21:58 08bc4e534116: Preparing 02:21:58 afb697ff45b0: Waiting 02:21:58 08bc4e534116: Waiting 02:21:58 4a802a1aa25d: Layer already exists 02:21:58 bb57e6f8f376: Layer already exists 02:21:58 b2ee23e58666: Layer already exists 02:21:58 52aab2839147: Layer already exists 02:21:58 5f70bf18a086: Layer already exists 02:21:58 afb697ff45b0: Layer already exists 02:21:58 08bc4e534116: Layer already exists 02:21:58 main: digest: sha256:9aa5e7f38a9cb682b00ed637aa792d041534a92fbecc9a866d6c85717c29e898 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:58 ===================================================== [Pipeline] echo 02:21:58 taggedImages: 02:21:58 - nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147 02:21:58 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 02:21:58 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.13 02:21:58 - nexus3.edgexfoundry.org:10003/edgex-taf-common:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:21:58 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:58 (78/166) Installing mesa-glapi (24.0.9-r1) 02:21:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:21:58 02:21:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:21:58 (79/166) Installing mesa-dri-gallium (24.0.9-r1) [Pipeline] sh 02:21:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:21:58 latest: Pulling from edgex-lftools-log-publisher 02:21:58 5eb5b503b376: Pulling fs layer 02:21:58 5c69ac0246d0: Pulling fs layer 02:21:58 ec43610c2a17: Pulling fs layer 02:21:58 3a2ae6a8a46f: Pulling fs layer 02:21:58 33b1e0a273af: Pulling fs layer 02:21:58 5d3b04190fa2: Pulling fs layer 02:21:58 2f39f015ded8: Pulling fs layer 02:21:58 33b1e0a273af: Waiting 02:21:58 2f39f015ded8: Waiting 02:21:58 5d3b04190fa2: Waiting 02:21:58 3a2ae6a8a46f: Waiting 02:21:58 5c69ac0246d0: Download complete 02:21:58 3a2ae6a8a46f: Verifying Checksum 02:21:58 3a2ae6a8a46f: Download complete 02:21:59 33b1e0a273af: Verifying Checksum 02:21:59 33b1e0a273af: Download complete 02:21:59 5d3b04190fa2: Verifying Checksum 02:21:59 5d3b04190fa2: Download complete 02:21:59 ec43610c2a17: Verifying Checksum 02:21:59 ec43610c2a17: Download complete 02:21:59 (80/166) Installing eudev-libs (3.2.14-r2) 02:21:59 5eb5b503b376: Download complete 02:21:59 (81/166) Installing libmagic (5.45-r1) 02:21:59 (82/166) Installing file (5.45-r1) 02:21:59 2f39f015ded8: Download complete 02:21:59 (83/166) Installing xprop (1.2.7-r0) 02:22:00 5eb5b503b376: Pull complete 02:22:00 5c69ac0246d0: Pull complete 02:22:00 (84/166) Installing libice (1.1.1-r6) 02:22:00 (85/166) Installing libuuid (2.40.1-r1) 02:22:01 (86/166) Installing libsm (1.2.4-r4) 02:22:01 ec43610c2a17: Pull complete 02:22:01 3a2ae6a8a46f: Pull complete 02:22:01 (87/166) Installing libxt (1.3.0-r5) 02:22:01 33b1e0a273af: Pull complete 02:22:01 5d3b04190fa2: Pull complete 02:22:01 (88/166) Installing libxmu (1.1.4-r2) 02:22:02 (89/166) Installing xset (1.2.5-r1) 02:22:02 (90/166) Installing xdg-utils (1.2.1-r0) 02:22:02 (91/166) Installing libogg (1.3.5-r5) 02:22:02 (92/166) Installing libflac (1.4.3-r1) 02:22:02 (93/166) Installing alsa-lib (1.2.11-r0) 02:22:03 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 02:22:03 (95/166) Installing aom-libs (3.9.1-r0) 02:22:03 (96/166) Installing libva (2.21.0-r0) 02:22:04 (97/166) Installing libvdpau (1.5-r3) 02:22:04 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 02:22:04 (99/166) Installing libdav1d (1.4.2-r0) 02:22:04 (100/166) Installing openexr-libiex (3.1.13-r1) 02:22:05 (101/166) Installing openexr-libilmthread (3.1.13-r1) 02:22:05 (102/166) Installing imath (3.1.12-r0) 02:22:05 (103/166) Installing openexr-libopenexr (3.1.13-r1) 02:22:05 (104/166) Installing giflib (5.2.2-r0) 02:22:06 (105/166) Installing libhwy (1.0.7-r0) 02:22:06 (106/166) Installing lcms2 (2.19-r0) 02:22:06 (107/166) Installing libjxl (0.10.2-r0) 02:22:06 (108/166) Installing lame-libs (3.100-r5) 02:22:06 (109/166) Installing opus (1.5.2-r0) 02:22:07 2f39f015ded8: Pull complete 02:22:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:22:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:22:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:22:07 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:22:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:22:07 (110/166) Installing rav1e-libs (0.7.1-r0) 02:22:07 (111/166) Installing libgomp (13.2.1_git20240309-r1) 02:22:07 (112/166) Installing soxr (0.1.3-r7) 02:22:07 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 02:22:08 (114/166) Installing libtheora (1.1.1-r18) 02:22:08 $ docker top e0579bd3c07f6d5e680b4b14e0aa80cd51a230f2f7e413d2922674d04f9eabfb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:22:08 (115/166) Installing libvorbis (1.3.7-r2) 02:22:08 ---> job-cost.sh 02:22:08 lf-activate-venv: SKIPPING 02:22:08 INFO: No Stack... 02:22:08 (116/166) Installing libvpx (1.14.1-r0) 02:22:09 (117/166) Installing libwebpmux (1.3.2-r0) 02:22:09 INFO: Retrieving Pricing Info for: v3-standard-8 02:22:09 (118/166) Installing x264-libs (0.164_git20231001-r0) 02:22:09 INFO: Archiving Costs [Pipeline] sh 02:22:09 (119/166) Installing numactl (2.0.18-r0) 02:22:09 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 02:22:09 + cut -d, -f6 02:22:09 (120/166) Installing x265-libs (3.6-r0) [Pipeline] lock 02:22:09 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] 02:22:09 Resource [jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] did not exist. Created. 02:22:09 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:22:10 (121/166) Installing xvidcore (1.3.7-r2) 02:22:10 + echo total: 0.2199999988079071 [Pipeline] stash 02:22:10 Stashed 1 file(s) [Pipeline] } 02:22:10 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] [Pipeline] // lock [Pipeline] } 02:22:10 $ docker stop --time=1 e0579bd3c07f6d5e680b4b14e0aa80cd51a230f2f7e413d2922674d04f9eabfb 02:22:10 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 02:22:10 (123/166) Installing libbluray (1.3.4-r1) 02:22:11 (124/166) Installing mpg123-libs (1.32.8-r0) 02:22:11 $ docker rm -f --volumes e0579bd3c07f6d5e680b4b14e0aa80cd51a230f2f7e413d2922674d04f9eabfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:22:11 (125/166) Installing libopenmpt (0.7.7-r0) 02:22:11 (126/166) Installing cjson (1.7.19-r0) 02:22:12 (127/166) Installing mbedtls (3.6.6-r0) 02:22:12 (128/166) Installing librist (0.2.10-r1) 02:22:12 (129/166) Installing libsrt (1.5.3-r0) 02:22:12 (130/166) Installing libssh (0.10.6-r0) 02:22:13 (131/166) Installing libsodium (1.0.19-r1) 02:22:13 (132/166) Installing libzmq (4.3.5-r2) 02:22:13 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 02:22:13 (134/166) Installing crc32c (1.1.2-r0) 02:22:14 (135/166) Installing double-conversion (3.3.0-r0) 02:22:14 (136/166) Installing libevent (2.1.12-r7) 02:22:14 (137/166) Installing wayland-libs-server (1.22.0-r4) 02:22:14 (138/166) Installing mesa-gbm (24.0.9-r1) 02:22:14 (139/166) Installing harfbuzz-subset (8.5.0-r0) 02:22:15 (140/166) Installing icu-libs (74.2-r1) 02:22:15 (141/166) Installing minizip (1.3.1-r0) 02:22:15 (142/166) Installing nspr (4.35-r4) 02:22:16 (143/166) Installing sqlite-libs (3.45.3-r3) 02:22:16 (144/166) Installing nss (3.105-r0) 02:22:16 (145/166) Installing openh264 (2.4.1-r0) 02:22:16 (146/166) Installing libcamera-ipa (0.3.0-r0) 02:22:17 (147/166) Installing libunwind (1.8.1-r0) 02:22:17 (148/166) Installing yaml (0.2.5-r2) 02:22:17 (149/166) Installing libcamera (0.3.0-r0) 02:22:17 (150/166) Installing speexdsp (1.2.1-r2) 02:22:18 (151/166) Installing libuv (1.48.0-r0) 02:22:18 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 02:22:18 (153/166) Installing libsndfile (1.2.2-r1) 02:22:18 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 02:22:19 (155/166) Installing pipewire-libs (1.0.6-r1) 02:22:19 (156/166) Installing libasyncns (0.8-r3) 02:22:19 (157/166) Installing libltdl (2.4.7-r3) 02:22:20 (158/166) Installing orc (0.4.40-r0) 02:22:20 (159/166) Installing tdb-libs (1.4.9-r1) 02:22:20 (160/166) Installing libpulse (17.0-r0) 02:22:20 (161/166) Installing libwebpdemux (1.3.2-r0) 02:22:20 (162/166) Installing libgpg-error (1.49-r0) 02:22:21 (163/166) Installing libgcrypt (1.10.3-r0) 02:22:21 (164/166) Installing libxslt (1.1.39-r2) 02:22:21 (165/166) Installing chromium (131.0.6778.108-r0) 02:22:28 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 02:22:28 Executing busybox-1.36.1-r31.trigger 02:22:28 Executing fontconfig-2.15.0-r1.trigger 02:22:28 Executing mkfontscale-1.2.2-r6.trigger 02:22:28 Executing glib-2.80.5-r0.trigger 02:22:28 Executing shared-mime-info-2.4-r0.trigger 02:22:30 Executing gdk-pixbuf-2.42.12-r0.trigger 02:22:30 Executing gtk-update-icon-cache-3.24.43-r0.trigger 02:22:30 Executing gtk+3.0-3.24.43-r0.trigger 02:22:30 OK: 658 MiB in 194 packages 02:22:30 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:22:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:22:32 (1/30) Installing jansson (2.14-r4) 02:22:33 (2/30) Installing binutils (2.42-r1) 02:22:33 (3/30) Installing libatomic (13.2.1_git20240309-r1) 02:22:33 (4/30) Installing isl26 (0.26-r1) 02:22:34 (5/30) Installing mpfr4 (4.2.1-r0) 02:22:34 (6/30) Installing mpc1 (1.3.1-r1) 02:22:34 (7/30) Installing gcc (13.2.1_git20240309-r1) 02:22:38 (8/30) Installing musl-dev (1.2.5-r3) 02:22:38 (9/30) Installing linux-headers (6.6-r0) 02:22:38 (10/30) Installing libffi-dev (3.4.6-r0) 02:22:39 (11/30) Installing libpq (16.14-r0) 02:22:39 (12/30) Installing openssl-dev (3.3.7-r0) 02:22:39 (13/30) Installing libpq-dev (16.14-r0) 02:22:39 (14/30) Installing libecpg (16.14-r0) 02:22:40 (15/30) Installing libecpg-dev (16.14-r0) 02:22:40 (16/30) Installing clang16-headers (16.0.6-r5) 02:22:41 (17/30) Installing llvm16-libs (16.0.6-r9) 02:22:44 (18/30) Installing clang16-libs (16.0.6-r5) 02:22:45 (19/30) Installing fortify-headers (1.1-r3) 02:22:45 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 02:22:46 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 02:22:46 (22/30) Installing clang16 (16.0.6-r5) 02:22:46 (23/30) Installing icu (74.2-r1) 02:22:47 (24/30) Installing icu-dev (74.2-r1) 02:22:47 (25/30) Installing llvm16 (16.0.6-r9) 02:22:51 (26/30) Installing lz4-libs (1.9.4-r5) 02:22:51 (27/30) Installing lz4-dev (1.9.4-r5) 02:22:51 (28/30) Installing zstd (1.5.6-r0) 02:22:51 (29/30) Installing zstd-dev (1.5.6-r0) 02:22:51 (30/30) Installing postgresql16-dev (16.14-r0) 02:22:52 Executing busybox-1.36.1-r31.trigger 02:22:52 OK: 1184 MiB in 224 packages 02:22:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:22:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:22:54 (1/14) Installing g++ (13.2.1_git20240309-r1) 02:22:55 (2/14) Installing gdbm (1.23-r1) 02:22:55 (3/14) Installing mpdecimal (4.0.0-r0) 02:22:55 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 02:22:56 (5/14) Installing libncursesw (6.4_p20240420-r2) 02:22:56 (6/14) Installing libpanelw (6.4_p20240420-r2) 02:22:56 (7/14) Installing readline (8.2.10-r0) 02:22:56 (8/14) Installing python3 (3.12.13-r0) 02:22:57 (9/14) Installing python3-pycache-pyc0 (3.12.13-r0) 02:22:58 (10/14) Installing pyc (3.12.13-r0) 02:22:58 (11/14) Installing python3-pyc (3.12.13-r0) 02:22:58 (12/14) Installing python3-dev (3.12.13-r0) 02:23:02 (13/14) Installing libsodium-dev (1.0.19-r1) 02:23:02 (14/14) Installing zeromq-dev (4.3.5-r2) 02:23:02 Executing busybox-1.36.1-r31.trigger 02:23:02 OK: 1371 MiB in 238 packages 02:23:02 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:23:03 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:23:04 OK: 1371 MiB in 238 packages 02:23:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:23:06 (1/1) Installing tzdata (2026b-r0) 02:23:07 OK: 1372 MiB in 239 packages 02:23:09 (1/1) Purging tzdata (2026b-r0) 02:23:11 OK: 1371 MiB in 238 packages 02:23:23 Looking in links: /tmp/tmpp7zuzzkt 02:23:23 Processing /tmp/tmpp7zuzzkt/pip-25.0.1-py3-none-any.whl 02:23:23 Installing collected packages: pip 02:23:28 Successfully installed pip-25.0.1 02:23:28 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:23:30 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 02:23:31 Collecting pip 02:23:31 Downloading pip-26.1.2-py3-none-any.whl.metadata (4.6 kB) 02:23:32 Collecting setuptools 02:23:32 Downloading setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) 02:23:32 Collecting wheel 02:23:32 Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) 02:23:33 Collecting packaging>=24.0 (from wheel) 02:23:33 Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) 02:23:33 Downloading pip-26.1.2-py3-none-any.whl (1.8 MB) 02:23:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 52.9 MB/s eta 0:00:00 02:23:33 Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) 02:23:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 51.8 MB/s eta 0:00:00 02:23:33 Downloading wheel-0.47.0-py3-none-any.whl (32 kB) 02:23:33 Downloading packaging-26.2-py3-none-any.whl (100 kB) 02:23:33 Installing collected packages: setuptools, pip, packaging, wheel 02:23:38 Attempting uninstall: pip 02:23:38 Found existing installation: pip 25.0.1 02:23:38 Uninstalling pip-25.0.1: 02:23:38 Successfully uninstalled pip-25.0.1 02:23:47 Successfully installed packaging-26.2 pip-26.1.2 setuptools-82.0.1 wheel-0.47.0 02:23:47 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:23:50 Processing ./edgex-taf-common 02:23:50 Installing build dependencies: started 02:23:55 Installing build dependencies: finished with status 'done' 02:23:55 Getting requirements to build wheel: started 02:23:57 Getting requirements to build wheel: finished with status 'done' 02:23:57 Preparing metadata (pyproject.toml): started 02:23:59 Preparing metadata (pyproject.toml): finished with status 'done' 02:23:59 Building wheels for collected packages: edgex-taf-common 02:23:59 Building wheel for edgex-taf-common (pyproject.toml): started 02:24:00 Building wheel for edgex-taf-common (pyproject.toml): finished with status 'done' 02:24:00 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15430 sha256=9dd74438970b2581fdacd91cee4a004d6a4023d16c535172d34b3ca4464e2dae 02:24:00 Stored in directory: /tmp/pip-ephem-wheel-cache-a3ef2yd5/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 02:24:00 Successfully built edgex-taf-common 02:24:00 Installing collected packages: edgex-taf-common 02:24:00 Successfully installed edgex-taf-common-0.0.0 02:24:00 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:24:04 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 02:24:04 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 02:24:04 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 02:24:04 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 02:24:04 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 02:24:04 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 02:24:04 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 02:24:04 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 02:24:04 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 02:24:04 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 02:24:04 Installing build dependencies: started 02:24:09 Installing build dependencies: finished with status 'done' 02:24:09 Getting requirements to build wheel: started 02:24:11 Getting requirements to build wheel: finished with status 'done' 02:24:11 Preparing metadata (pyproject.toml): started 02:24:13 Preparing metadata (pyproject.toml): finished with status 'done' 02:24:13 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 02:24:13 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 02:24:13 Installing build dependencies: started 02:24:17 Installing build dependencies: finished with status 'done' 02:24:17 Getting requirements to build wheel: started 02:24:19 Getting requirements to build wheel: finished with status 'done' 02:24:19 Preparing metadata (pyproject.toml): started 02:24:20 Preparing metadata (pyproject.toml): finished with status 'done' 02:24:21 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 02:24:21 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 02:24:21 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 02:24:21 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 02:24:21 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 02:24:21 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 02:24:21 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 02:24:21 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 02:24:21 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 02:24:21 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 02:24:23 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 02:24:23 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 02:24:24 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 02:24:24 Downloading psutil-7.0.0.tar.gz (497 kB) 02:24:25 Installing build dependencies: started 02:24:29 Installing build dependencies: finished with status 'done' 02:24:29 Getting requirements to build wheel: started 02:24:32 Getting requirements to build wheel: finished with status 'done' 02:24:32 Preparing metadata (pyproject.toml): started 02:24:34 Preparing metadata (pyproject.toml): finished with status 'done' 02:24:37 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 02:24:37 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) 02:24:37 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 02:24:37 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 02:24:37 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 02:24:37 Downloading psycopg2-2.9.10.tar.gz (385 kB) 02:24:38 Installing build dependencies: started 02:24:42 Installing build dependencies: finished with status 'done' 02:24:42 Getting requirements to build wheel: started 02:24:44 Getting requirements to build wheel: finished with status 'done' 02:24:44 Preparing metadata (pyproject.toml): started 02:24:46 Preparing metadata (pyproject.toml): finished with status 'done' 02:24:46 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 02:24:46 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 02:24:48 Collecting protobuf==6.33.5 (from -r requirements.txt (line 18)) 02:24:48 Downloading protobuf-6.33.5-py3-none-any.whl.metadata (593 bytes) 02:24:48 Collecting pyjwt==2.13.0 (from -r requirements.txt (line 19)) 02:24:48 Downloading pyjwt-2.13.0-py3-none-any.whl.metadata (3.4 kB) 02:24:50 Collecting cryptography==48.0.1 (from -r requirements.txt (line 20)) 02:24:50 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (4.3 kB) 02:24:50 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 02:24:50 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 02:24:50 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 02:24:50 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 02:24:50 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 02:24:50 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 02:24:50 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:24:50 Downloading selenium-4.45.0-py3-none-any.whl.metadata (7.4 kB) 02:24:51 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:24:51 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl.metadata (10 kB) 02:24:51 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:24:51 Downloading click-8.4.1-py3-none-any.whl.metadata (2.6 kB) 02:24:51 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:24:51 Downloading paramiko-5.0.0-py3-none-any.whl.metadata (3.7 kB) 02:24:51 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:24:51 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 02:24:51 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:24:51 Downloading docutils-0.23-py3-none-any.whl.metadata (15 kB) 02:24:51 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:24:51 Downloading flex-6.14.1.tar.gz (40 kB) 02:24:51 Installing build dependencies: started 02:24:57 Installing build dependencies: finished with status 'done' 02:24:57 Getting requirements to build wheel: started 02:24:59 Getting requirements to build wheel: finished with status 'done' 02:24:59 Preparing metadata (pyproject.toml): started 02:25:00 Preparing metadata (pyproject.toml): finished with status 'done' 02:25:00 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:00 Downloading jsonpath_ng-1.8.0-py3-none-any.whl.metadata (18 kB) 02:25:00 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:00 Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB) 02:25:00 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:00 Downloading openapi_core-0.23.1-py3-none-any.whl.metadata (8.1 kB) 02:25:00 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:00 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) 02:25:00 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:00 Downloading pytz-2026.2-py2.py3-none-any.whl.metadata (22 kB) 02:25:01 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:01 Downloading tzlocal-5.4.3-py3-none-any.whl.metadata (7.7 kB) 02:25:02 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 02:25:02 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (40 kB) 02:25:02 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 02:25:02 Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB) 02:25:02 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 02:25:02 Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) 02:25:02 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 02:25:02 Downloading certifi-2026.6.17-py3-none-any.whl.metadata (2.5 kB) 02:25:02 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:25:02 Downloading reactivex-4.1.0-py3-none-any.whl.metadata (5.7 kB) 02:25:02 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:25:02 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 02:25:02 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) 02:25:04 Collecting cffi>=2.0.0 (from cryptography==48.0.1->-r requirements.txt (line 20)) 02:25:04 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.6 kB) 02:25:04 Collecting pycparser (from cffi>=2.0.0->cryptography==48.0.1->-r requirements.txt (line 20)) 02:25:04 Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB) 02:25:04 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:25:04 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) 02:25:04 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:25:04 Downloading invoke-3.0.3-py3-none-any.whl.metadata (3.2 kB) 02:25:04 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 02:25:04 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl.metadata (10.0 kB) 02:25:04 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:25:05 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 02:25:05 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 02:25:05 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 02:25:05 Collecting trio<1.0,>=0.31.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:25:05 Downloading trio-0.33.0-py3-none-any.whl.metadata (8.5 kB) 02:25:05 Collecting trio-websocket<1.0,>=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:25:05 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 02:25:05 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)) 02:25:05 Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB) 02:25:05 Collecting sortedcontainers (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:25:05 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 02:25:05 Collecting outcome (from trio<1.0,>=0.31.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 02:25:05 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 02:25:05 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)) 02:25:05 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 02:25:05 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)) 02:25:05 Downloading wsproto-1.3.2-py3-none-any.whl.metadata (5.2 kB) 02:25:05 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)) 02:25:05 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 02:25:06 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)) 02:25:06 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 02:25:06 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:06 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.4 kB) 02:25:06 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:06 Downloading validate_email-1.3.tar.gz (4.7 kB) 02:25:06 Installing build dependencies: started 02:25:10 Installing build dependencies: finished with status 'done' 02:25:10 Getting requirements to build wheel: started 02:25:13 Getting requirements to build wheel: finished with status 'done' 02:25:13 Preparing metadata (pyproject.toml): started 02:25:15 Preparing metadata (pyproject.toml): finished with status 'done' 02:25:15 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:15 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 02:25:15 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:15 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 02:25:15 Installing build dependencies: started 02:25:19 Installing build dependencies: finished with status 'done' 02:25:19 Getting requirements to build wheel: started 02:25:22 Getting requirements to build wheel: finished with status 'done' 02:25:22 Preparing metadata (pyproject.toml): started 02:25:23 Preparing metadata (pyproject.toml): finished with status 'done' 02:25:23 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:23 Downloading jsonpointer-3.1.1-py3-none-any.whl.metadata (2.4 kB) 02:25:23 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:23 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) 02:25:24 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:24 Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) 02:25:27 Collecting rpds-py>=0.25.0 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 02:25:27 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 02:25:27 Collecting jsonschema-path<0.5.0,>=0.4.5 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading jsonschema_path-0.4.6-py3-none-any.whl.metadata (5.9 kB) 02:25:27 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading more_itertools-11.1.0-py3-none-any.whl.metadata (41 kB) 02:25:27 Collecting openapi-schema-validator<0.9.0,>=0.7.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl.metadata (9.9 kB) 02:25:27 Collecting openapi-spec-validator<0.9.0,>=0.8.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:27 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl.metadata (6.5 kB) 02:25:28 Collecting werkzeug>=2.1.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:28 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) 02:25:28 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)) 02:25:28 Downloading pathable-0.5.0-py3-none-any.whl.metadata (5.9 kB) 02:25:29 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)) 02:25:29 Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB) 02:25:29 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)) 02:25:29 Downloading pydantic_settings-2.14.2-py3-none-any.whl.metadata (3.4 kB) 02:25:29 Collecting rfc3339-validator (from openapi-schema-validator<0.9.0,>=0.7.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:29 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 02:25:29 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)) 02:25:29 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (5.1 kB) 02:25:29 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)) 02:25:30 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 02:25:38 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:25:38 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.6 kB) 02:25:38 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:25:38 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB) 02:25:38 Collecting markupsafe>=2.1.1 (from werkzeug>=2.1.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 02:25:38 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (2.7 kB) 02:25:38 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 02:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 60.3 MB/s 0:00:00 02:25:39 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 02:25:39 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 02:25:39 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 02:25:39 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 02:25:39 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 02:25:39 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 02:25:39 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 02:25:39 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 02:25:39 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 02:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 49.3 MB/s 0:00:00 02:25:39 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) 02:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 57.5 MB/s 0:00:00 02:25:39 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 02:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 52.1 MB/s 0:00:00 02:25:39 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 02:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 43.7 MB/s 0:00:00 02:25:39 Downloading protobuf-6.33.5-py3-none-any.whl (170 kB) 02:25:39 Downloading pyjwt-2.13.0-py3-none-any.whl (31 kB) 02:25:39 Downloading cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl (4.8 MB) 02:25:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 49.9 MB/s 0:00:00 02:25:40 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 02:25:40 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 02:25:40 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 02:25:40 Downloading charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_aarch64.whl (211 kB) 02:25:40 Downloading idna-3.18-py3-none-any.whl (65 kB) 02:25:40 Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) 02:25:40 Downloading certifi-2026.6.17-py3-none-any.whl (133 kB) 02:25:40 Downloading cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (222 kB) 02:25:40 Downloading click-8.4.1-py3-none-any.whl (116 kB) 02:25:40 Downloading paramiko-5.0.0-py3-none-any.whl (208 kB) 02:25:40 Downloading bcrypt-5.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (341 kB) 02:25:40 Downloading invoke-3.0.3-py3-none-any.whl (160 kB) 02:25:40 Downloading pynacl-1.6.2-cp38-abi3-musllinux_1_2_aarch64.whl (791 kB) 02:25:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.9/791.9 kB 55.3 MB/s 0:00:00 02:25:40 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 02:25:40 Downloading reactivex-4.1.0-py3-none-any.whl (218 kB) 02:25:40 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 02:25:40 Downloading robotframework_pythonlibcore-4.6.0-py3-none-any.whl (20 kB) 02:25:40 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 02:25:40 Downloading selenium-4.45.0-py3-none-any.whl (9.5 MB) 02:25:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 42.6 MB/s 0:00:00 02:25:40 Downloading trio-0.33.0-py3-none-any.whl (510 kB) 02:25:40 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 02:25:40 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 02:25:41 Downloading attrs-26.1.0-py3-none-any.whl (67 kB) 02:25:41 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 02:25:41 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 02:25:41 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 02:25:41 Downloading wsproto-1.3.2-py3-none-any.whl (24 kB) 02:25:41 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 02:25:41 Downloading docutils-0.23-py3-none-any.whl (634 kB) 02:25:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.7/634.7 kB 54.9 MB/s 0:00:00 02:25:41 Downloading jsonpointer-3.1.1-py3-none-any.whl (7.7 kB) 02:25:41 Downloading pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (761 kB) 02:25:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 761.1/761.1 kB 54.7 MB/s 0:00:00 02:25:41 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 02:25:41 Downloading jsonpath_ng-1.8.0-py3-none-any.whl (67 kB) 02:25:41 Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB) 02:25:41 Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) 02:25:41 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) 02:25:41 Downloading rpds_py-2026.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (553 kB) 02:25:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 553.1/553.1 kB 53.4 MB/s 0:00:00 02:25:41 Downloading openapi_core-0.23.1-py3-none-any.whl (115 kB) 02:25:41 Downloading jsonschema_path-0.4.6-py3-none-any.whl (19 kB) 02:25:41 Downloading openapi_schema_validator-0.8.1-py3-none-any.whl (19 kB) 02:25:41 Downloading openapi_spec_validator-0.8.5-py3-none-any.whl (50 kB) 02:25:41 Downloading lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (69 kB) 02:25:41 Downloading pathable-0.5.0-py3-none-any.whl (16 kB) 02:25:41 Downloading pydantic-2.13.4-py3-none-any.whl (472 kB) 02:25:42 Downloading pydantic_core-2.46.4-cp312-cp312-musllinux_1_1_aarch64.whl (2.2 MB) 02:25:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 53.8 MB/s 0:00:00 02:25:42 Downloading pydantic_settings-2.14.2-py3-none-any.whl (61 kB) 02:25:42 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 02:25:42 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB) 02:25:42 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) 02:25:42 Downloading markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (23 kB) 02:25:42 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 02:25:42 Downloading more_itertools-11.1.0-py3-none-any.whl (72 kB) 02:25:42 Downloading pycparser-3.0-py3-none-any.whl (48 kB) 02:25:42 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) 02:25:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 51.3 MB/s 0:00:00 02:25:42 Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) 02:25:42 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 02:25:42 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 02:25:42 Downloading tzlocal-5.4.3-py3-none-any.whl (18 kB) 02:25:43 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 02:25:43 Building wheel for robotframework-sshlibrary (pyproject.toml): started 02:25:44 Building wheel for robotframework-sshlibrary (pyproject.toml): finished with status 'done' 02:25:44 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=30586f1d210be618e50fa51a46369537cfe728293dadd89686d84dac8042645f 02:25:44 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 02:25:44 Building wheel for robotbackgroundlogger (pyproject.toml): started 02:25:46 Building wheel for robotbackgroundlogger (pyproject.toml): finished with status 'done' 02:25:46 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=89566bc26a9f838037d8f3967eb4b9dfe786d91aaf54852d768a57fabfcdfc12 02:25:46 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 02:25:46 Building wheel for psutil (pyproject.toml): started 02:25:59 Building wheel for psutil (pyproject.toml): finished with status 'done' 02:25:59 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278197 sha256=1de61dcb163768d9267d7dcf959c9985238ea8ef97097f0aa151b40ea33fd542 02:25:59 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 02:25:59 Building wheel for psycopg2 (pyproject.toml): started 02:27:07 Building wheel for psycopg2 (pyproject.toml): finished with status 'done' 02:27:07 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512676 sha256=68dd6120b0f8d526adc1464725a0dca68ad7e711fc5c79893f6b8e587c84660b 02:27:07 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 02:27:07 Building wheel for flex (pyproject.toml): started 02:27:07 Building wheel for flex (pyproject.toml): finished with status 'done' 02:27:07 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=bd8669ced1f3cfea352373a8620f8c3030e46ff45de91f36067b698231516988 02:27:07 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 02:27:07 Building wheel for strict-rfc3339 (pyproject.toml): started 02:27:07 Building wheel for strict-rfc3339 (pyproject.toml): finished with status 'done' 02:27:07 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=2ff06ff41716c4204bb9964e43383048bc6c5ebaf12377c4ac7462e784ea72f7 02:27:07 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 02:27:07 Building wheel for validate-email (pyproject.toml): started 02:27:07 Building wheel for validate-email (pyproject.toml): finished with status 'done' 02:27:07 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=d781171bac300f5dfb3ae727cad599bd205f187cc264a12eb53456484bbf359c 02:27:07 Stored in directory: /tmp/pip-ephem-wheel-cache-_ijtjho1/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 02:27:07 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 02:27:07 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:28:28 02:28:28 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.13.0 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:28:28 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:29:15 Removing intermediate container e08cc72473b2 02:29:15 ---> baaed9f09b2c 02:29:15 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 02:29:15 ---> Running in 15f93ad88394 02:29:15 Removing intermediate container 15f93ad88394 02:29:15 ---> 090252825612 02:29:15 Step 11/13 : LABEL arch=arm64 02:29:15 ---> Running in f457ca10f189 02:29:15 Removing intermediate container f457ca10f189 02:29:15 ---> 726a58bbfc4b 02:29:15 Step 12/13 : LABEL git_sha=674b39466aa04daeb3de7b2fd9f62241e4674147 02:29:15 ---> Running in 5c72c133bc6c 02:29:15 Removing intermediate container 5c72c133bc6c 02:29:15 ---> b16d9ffd3cd2 02:29:15 Step 13/13 : LABEL version=1.0.0-dev.13 02:29:15 ---> Running in b716d3141ff3 02:29:15 Removing intermediate container b716d3141ff3 02:29:15 ---> 8fcfb6ee93a3 02:29:15 [Warning] One or more build-args [ARCH] were not consumed 02:29:15 Successfully built 8fcfb6ee93a3 02:29:15 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:29:15 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 02:29:15 674b39466aa04daeb3de7b2fd9f62241e4674147 02:29:15 latest 02:29:15 1.0.0-dev.13 02:29:15 674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:29:15 main 02:29:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:15 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:16 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147 02:29:16 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:29:16 33221b4b4d15: Preparing 02:29:16 1a85c566caa7: Preparing 02:29:16 5aa5f55d86ab: Preparing 02:29:16 b096079e72fa: Preparing 02:29:16 d34b69d1a931: Preparing 02:29:16 88b4fba61c4c: Preparing 02:29:16 88b4fba61c4c: Waiting 02:29:16 5aa5f55d86ab: Pushed 02:29:16 1a85c566caa7: Pushed 02:29:16 b096079e72fa: Pushed 02:29:16 88b4fba61c4c: Layer already exists 02:29:16 d34b69d1a931: Pushed 02:34:08 33221b4b4d15: Pushed 02:34:08 674b39466aa04daeb3de7b2fd9f62241e4674147: digest: sha256:7ee49c07de7fdc82d3773471b8aff1f6f50e625574a1831c8ae1ce40bae8dea4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:08 + 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:34:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 02:34:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:34:09 33221b4b4d15: Preparing 02:34:09 1a85c566caa7: Preparing 02:34:09 5aa5f55d86ab: Preparing 02:34:09 b096079e72fa: Preparing 02:34:09 d34b69d1a931: Preparing 02:34:09 88b4fba61c4c: Preparing 02:34:09 33221b4b4d15: Layer already exists 02:34:09 1a85c566caa7: Layer already exists 02:34:09 5aa5f55d86ab: Layer already exists 02:34:09 d34b69d1a931: Layer already exists 02:34:09 b096079e72fa: Layer already exists 02:34:09 88b4fba61c4c: Layer already exists 02:34:09 latest: digest: sha256:7ee49c07de7fdc82d3773471b8aff1f6f50e625574a1831c8ae1ce40bae8dea4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:09 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.13 02:34:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:34:10 33221b4b4d15: Preparing 02:34:10 1a85c566caa7: Preparing 02:34:10 5aa5f55d86ab: Preparing 02:34:10 b096079e72fa: Preparing 02:34:10 d34b69d1a931: Preparing 02:34:10 88b4fba61c4c: Preparing 02:34:10 1a85c566caa7: Layer already exists 02:34:10 33221b4b4d15: Layer already exists 02:34:10 b096079e72fa: Layer already exists 02:34:10 5aa5f55d86ab: Layer already exists 02:34:10 d34b69d1a931: Layer already exists 02:34:10 88b4fba61c4c: Layer already exists 02:34:10 1.0.0-dev.13: digest: sha256:7ee49c07de7fdc82d3773471b8aff1f6f50e625574a1831c8ae1ce40bae8dea4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:10 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:11 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:34:11 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:34:11 33221b4b4d15: Preparing 02:34:11 1a85c566caa7: Preparing 02:34:11 5aa5f55d86ab: Preparing 02:34:11 b096079e72fa: Preparing 02:34:11 d34b69d1a931: Preparing 02:34:11 88b4fba61c4c: Preparing 02:34:11 88b4fba61c4c: Waiting 02:34:11 d34b69d1a931: Layer already exists 02:34:11 b096079e72fa: Layer already exists 02:34:11 1a85c566caa7: Layer already exists 02:34:11 33221b4b4d15: Layer already exists 02:34:11 5aa5f55d86ab: Layer already exists 02:34:11 88b4fba61c4c: Layer already exists 02:34:11 674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13: digest: sha256:7ee49c07de7fdc82d3773471b8aff1f6f50e625574a1831c8ae1ce40bae8dea4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:11 + 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:34:12 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 02:34:12 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 02:34:12 33221b4b4d15: Preparing 02:34:12 1a85c566caa7: Preparing 02:34:12 5aa5f55d86ab: Preparing 02:34:12 b096079e72fa: Preparing 02:34:12 d34b69d1a931: Preparing 02:34:12 88b4fba61c4c: Preparing 02:34:12 88b4fba61c4c: Waiting 02:34:12 d34b69d1a931: Layer already exists 02:34:12 33221b4b4d15: Layer already exists 02:34:12 b096079e72fa: Layer already exists 02:34:12 1a85c566caa7: Layer already exists 02:34:12 5aa5f55d86ab: Layer already exists 02:34:12 88b4fba61c4c: Layer already exists 02:34:12 main: digest: sha256:7ee49c07de7fdc82d3773471b8aff1f6f50e625574a1831c8ae1ce40bae8dea4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:12 ===================================================== [Pipeline] echo 02:34:12 taggedImages: 02:34:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147 02:34:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 02:34:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.13 02:34:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:674b39466aa04daeb3de7b2fd9f62241e4674147-1.0.0-dev.13 02:34:12 - 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:34:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:34:12 02:34:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:34:14 arm64: Pulling from edgex-lftools-log-publisher 02:34:14 8998bd30e6a1: Pulling fs layer 02:34:14 04944245beec: Pulling fs layer 02:34:14 699f458cf7ca: Pulling fs layer 02:34:14 765212b225bb: Pulling fs layer 02:34:14 f23df028b6ca: Pulling fs layer 02:34:14 d65c8cfc05b1: Pulling fs layer 02:34:14 2437ff75d9bd: Pulling fs layer 02:34:14 f23df028b6ca: Waiting 02:34:14 765212b225bb: Waiting 02:34:14 2437ff75d9bd: Waiting 02:34:14 04944245beec: Verifying Checksum 02:34:14 04944245beec: Download complete 02:34:14 765212b225bb: Download complete 02:34:14 f23df028b6ca: Verifying Checksum 02:34:14 f23df028b6ca: Download complete 02:34:14 d65c8cfc05b1: Verifying Checksum 02:34:14 d65c8cfc05b1: Download complete 02:34:14 699f458cf7ca: Verifying Checksum 02:34:14 699f458cf7ca: Download complete 02:34:15 8998bd30e6a1: Verifying Checksum 02:34:15 8998bd30e6a1: Download complete 02:34:18 2437ff75d9bd: Verifying Checksum 02:34:18 2437ff75d9bd: Download complete 02:34:20 8998bd30e6a1: Pull complete 02:34:20 04944245beec: Pull complete 02:34:22 699f458cf7ca: Pull complete 02:34:22 765212b225bb: Pull complete 02:34:23 f23df028b6ca: Pull complete 02:34:23 d65c8cfc05b1: Pull complete 02:34:41 2437ff75d9bd: Pull complete 02:34:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:34:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:34:42 prd-ubuntu20.04-docker-arm64-4c-16g-13336 does not seem to be running inside a container 02:34:42 $ 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:34:44 $ docker top ca79a69433fd640386cc629efa74f7f5de697e8ab29e9a219c64c8adfd4a0051 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:34:45 ---> job-cost.sh 02:34:45 lf-activate-venv: SKIPPING 02:34:45 INFO: No Stack... 02:34:46 INFO: Retrieving Pricing Info for: v3-standard-4 02:34:46 INFO: Archiving Costs [Pipeline] sh 02:34:47 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 02:34:47 + cut -d, -f6 [Pipeline] lock 02:34:47 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] 02:34:47 Resource [jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] did not exist. Created. 02:34:47 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:34:48 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-609ab42f/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:34:49 + echo total: 0.10999999940395355 [Pipeline] stash 02:34:49 Warning: overwriting stash ‘stack-cost’ 02:34:49 Stashed 1 file(s) [Pipeline] } 02:34:49 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-66-stack-cost] [Pipeline] // lock [Pipeline] } 02:34:49 $ docker stop --time=1 ca79a69433fd640386cc629efa74f7f5de697e8ab29e9a219c64c8adfd4a0051 02:34:51 $ docker rm -f --volumes ca79a69433fd640386cc629efa74f7f5de697e8ab29e9a219c64c8adfd4a0051 [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:34:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:34:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:34:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:34:52 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:34:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:34:52 $ docker top 8761cc95e15bdd69ec9e2e7ca41eeb7c5fb6e310448dd436de4af39776e96f18 -eo pid,comm 02:34:52 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:34:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:34:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:34:52 [ssh-agent] Looking for ssh-agent implementation... 02:34:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:34:52 $ docker exec 8761cc95e15bdd69ec9e2e7ca41eeb7c5fb6e310448dd436de4af39776e96f18 ssh-agent 02:34:52 SSH_AUTH_SOCK=/tmp/ssh-vTpTGtFRcW3w/agent.32 02:34:52 SSH_AGENT_PID=38 02:34:52 Running ssh-add (command line suppressed) 02:34:52 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3137662467794915072.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3137662467794915072.key) 02:34:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:34:53 + git semver tag 02:34:53 2026-06-22 02:34:53,383 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:34:53 2026-06-22 02:34:53,388 [run_tag] DEBUG tag force:False 02:34:53 2026-06-22 02:34:53,388 [check_head_tag] DEBUG check head tag 02:34:53 2026-06-22 02:34:53,389 [execute] INFO git cat-file --batch-check 02:34:53 2026-06-22 02:34:53,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 02:34:53 2026-06-22 02:34:53,392 [execute] INFO git cat-file --batch 02:34:53 2026-06-22 02:34:53,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 02:34:53 2026-06-22 02:34:53,406 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:34:53 2026-06-22 02:34:53,406 [execute] INFO git tag -a v1.0.0-dev.13 -m v1.0.0-dev.13 02:34:53 2026-06-22 02:34:53,406 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.13', '-m', 'v1.0.0-dev.13'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 02:34:53 2026-06-22 02:34:53,409 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:34:53 1.0.0-dev.13 [Pipeline] } 02:34:53 $ docker exec --env ******** --env ******** 8761cc95e15bdd69ec9e2e7ca41eeb7c5fb6e310448dd436de4af39776e96f18 ssh-agent -k 02:34:53 unset SSH_AUTH_SOCK; 02:34:53 unset SSH_AGENT_PID; 02:34:53 echo Agent pid 38 killed; 02:34:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:34:54 + git semver [Pipeline] } 02:34:54 $ docker stop --time=1 8761cc95e15bdd69ec9e2e7ca41eeb7c5fb6e310448dd436de4af39776e96f18 02:34:55 $ docker rm -f --volumes 8761cc95e15bdd69ec9e2e7ca41eeb7c5fb6e310448dd436de4af39776e96f18 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:34:56 02:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:34:56 0.23.1-centos7: Pulling from edgex-lftools 02:34:56 ab5ef0e58194: Pulling fs layer 02:34:56 9712f1f96733: Pulling fs layer 02:34:56 63f879dbbcfc: Pulling fs layer 02:34:56 0d9ebad4ef96: Pulling fs layer 02:34:56 e9a5061849ea: Pulling fs layer 02:34:56 d747dcd14b5f: Pulling fs layer 02:34:56 2de7ff778b66: Pulling fs layer 02:34:56 0d9ebad4ef96: Waiting 02:34:56 e9a5061849ea: Waiting 02:34:56 d747dcd14b5f: Waiting 02:34:56 2de7ff778b66: Waiting 02:34:56 9712f1f96733: Verifying Checksum 02:34:56 9712f1f96733: Download complete 02:34:56 63f879dbbcfc: Verifying Checksum 02:34:56 63f879dbbcfc: Download complete 02:34:56 e9a5061849ea: Verifying Checksum 02:34:56 e9a5061849ea: Download complete 02:34:56 d747dcd14b5f: Download complete 02:34:56 0d9ebad4ef96: Verifying Checksum 02:34:56 0d9ebad4ef96: Download complete 02:34:57 2de7ff778b66: Verifying Checksum 02:34:57 2de7ff778b66: Download complete 02:34:57 ab5ef0e58194: Verifying Checksum 02:34:57 ab5ef0e58194: Download complete 02:35:00 ab5ef0e58194: Pull complete 02:35:00 9712f1f96733: Pull complete 02:35:01 63f879dbbcfc: Pull complete 02:35:06 0d9ebad4ef96: Pull complete 02:35:06 e9a5061849ea: Pull complete 02:35:06 d747dcd14b5f: Pull complete 02:35:07 2de7ff778b66: Pull complete 02:35:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:35:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:35:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:08 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:35:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:35:09 $ docker top 88e54035b6f02c073256f2633aa77fec654d234512ecf8dff3e70e5cc400625f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:35:09 provisioning config files... 02:35:09 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17342937819713604245tmp 02:35:09 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config2395702149026295494tmp 02:35:09 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15829243598030546623tmp [Pipeline] { [Pipeline] echo 02:35:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:35:09 ---> sigul-configuration.sh 02:35:09 gpg: directory `/root/.gnupg' created 02:35:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:35:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:35:09 gpg: keyring `/root/.gnupg/secring.gpg' created 02:35:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:35:09 gpg: CAST5 encrypted data 02:35:09 gpg: encrypted with 1 passphrase 02:35:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:35:10 + mkdir /home/jenkins 02:35:10 + mkdir /home/jenkins/sigul [Pipeline] sh 02:35:10 + 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:35:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:35:10 ---> sigul-install.sh 02:35:10 Sigul already installed; skipping installation. [Pipeline] sh 02:35:11 + git tag --list 02:35:11 v0.0.1 02:35:11 v0.0.2-dev.1 02:35:11 v0.0.2-dev.10 02:35:11 v0.0.2-dev.11 02:35:11 v0.0.2-dev.12 02:35:11 v0.0.2-dev.13 02:35:11 v0.0.2-dev.14 02:35:11 v0.0.2-dev.15 02:35:11 v0.0.2-dev.16 02:35:11 v0.0.2-dev.17 02:35:11 v0.0.2-dev.18 02:35:11 v0.0.2-dev.19 02:35:11 v0.0.2-dev.2 02:35:11 v0.0.2-dev.20 02:35:11 v0.0.2-dev.21 02:35:11 v0.0.2-dev.22 02:35:11 v0.0.2-dev.23 02:35:11 v0.0.2-dev.24 02:35:11 v0.0.2-dev.25 02:35:11 v0.0.2-dev.26 02:35:11 v0.0.2-dev.27 02:35:11 v0.0.2-dev.28 02:35:11 v0.0.2-dev.29 02:35:11 v0.0.2-dev.3 02:35:11 v0.0.2-dev.30 02:35:11 v0.0.2-dev.31 02:35:11 v0.0.2-dev.32 02:35:11 v0.0.2-dev.33 02:35:11 v0.0.2-dev.34 02:35:11 v0.0.2-dev.35 02:35:11 v0.0.2-dev.36 02:35:11 v0.0.2-dev.37 02:35:11 v0.0.2-dev.38 02:35:11 v0.0.2-dev.39 02:35:11 v0.0.2-dev.4 02:35:11 v0.0.2-dev.40 02:35:11 v0.0.2-dev.41 02:35:11 v0.0.2-dev.42 02:35:11 v0.0.2-dev.43 02:35:11 v0.0.2-dev.44 02:35:11 v0.0.2-dev.5 02:35:11 v0.0.2-dev.6 02:35:11 v0.0.2-dev.7 02:35:11 v0.0.2-dev.8 02:35:11 v0.0.2-dev.9 02:35:11 v1.0.0-dev.1 02:35:11 v1.0.0-dev.10 02:35:11 v1.0.0-dev.11 02:35:11 v1.0.0-dev.12 02:35:11 v1.0.0-dev.13 02:35:11 v1.0.0-dev.2 02:35:11 v1.0.0-dev.3 02:35:11 v1.0.0-dev.4 02:35:11 v1.0.0-dev.5 02:35:11 v1.0.0-dev.6 02:35:11 v1.0.0-dev.7 02:35:11 v1.0.0-dev.8 02:35:11 v1.0.0-dev.9 [Pipeline] sh 02:35:11 + lftools sign git-tag v1.0.0-dev.13 02:35:12 Signing Git tag with Sigul... 02:35:12 Signing v1.0.0-dev.13 [Pipeline] echo 02:35:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:35:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:35:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:35:12 $ docker stop --time=1 88e54035b6f02c073256f2633aa77fec654d234512ecf8dff3e70e5cc400625f 02:35:13 $ docker rm -f --volumes 88e54035b6f02c073256f2633aa77fec654d234512ecf8dff3e70e5cc400625f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:35:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:35:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:35:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:14 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:35:15 $ docker top fda3c83b4292af2bd02650ab5ddd63091f38878e68b97f3a6cba07f8aa01ac68 -eo pid,comm 02:35: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:35:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:35:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:35:15 [ssh-agent] Looking for ssh-agent implementation... 02:35:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:35:15 $ docker exec fda3c83b4292af2bd02650ab5ddd63091f38878e68b97f3a6cba07f8aa01ac68 ssh-agent 02:35:15 SSH_AUTH_SOCK=/tmp/ssh-RaiJbzauJvzH/agent.32 02:35:15 SSH_AGENT_PID=38 02:35:15 Running ssh-add (command line suppressed) 02:35:15 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3418905519408070828.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3418905519408070828.key) 02:35:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:35:15 + git semver bump pre 02:35:16 2026-06-22 02:35:16,079 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:35:16 2026-06-22 02:35:16,084 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:35:16 2026-06-22 02:35:16,084 [bump_version] DEBUG bumping version:1.0.0-dev.13 on axis:pre with prefix:dev 02:35:16 2026-06-22 02:35:16,084 [bump_version] DEBUG bumped version:1.0.0-dev.14 02:35:16 2026-06-22 02:35:16,084 [write_version] DEBUG write version:1.0.0-dev.14 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 02:35:16 2026-06-22 02:35:16,085 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:35:16 2026-06-22 02:35:16,085 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:35:16 2026-06-22 02:35:16,087 [execute] INFO git cat-file --batch-check 02:35:16 2026-06-22 02:35:16,087 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:35:16 2026-06-22 02:35:16,091 [execute] INFO git cat-file --batch 02:35:16 2026-06-22 02:35:16,091 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:35:16 2026-06-22 02:35:16,095 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:35:16 1.0.0-dev.14 [Pipeline] } 02:35:16 $ docker exec --env ******** --env ******** fda3c83b4292af2bd02650ab5ddd63091f38878e68b97f3a6cba07f8aa01ac68 ssh-agent -k 02:35:16 unset SSH_AUTH_SOCK; 02:35:16 unset SSH_AGENT_PID; 02:35:16 echo Agent pid 38 killed; 02:35:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:35:16 + git semver [Pipeline] } 02:35:17 $ docker stop --time=1 fda3c83b4292af2bd02650ab5ddd63091f38878e68b97f3a6cba07f8aa01ac68 02:35:18 $ docker rm -f --volumes fda3c83b4292af2bd02650ab5ddd63091f38878e68b97f3a6cba07f8aa01ac68 [Pipeline] // withDockerContainer [Pipeline] sh 02:35:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:35:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:35:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:19 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:35:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:35:19 $ docker top 41b816ab280dda28622496fb14bdf8fdca444309857eed254ffc317ecdbdc0cb -eo pid,comm 02:35:19 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:35:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:35:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:35:19 [ssh-agent] Looking for ssh-agent implementation... 02:35:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:35:19 $ docker exec 41b816ab280dda28622496fb14bdf8fdca444309857eed254ffc317ecdbdc0cb ssh-agent 02:35:19 SSH_AUTH_SOCK=/tmp/ssh-NYzxHsMooquc/agent.32 02:35:19 SSH_AGENT_PID=38 02:35:19 Running ssh-add (command line suppressed) 02:35:19 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_200372526026379982.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_200372526026379982.key) 02:35:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:35:20 + git semver push 02:35:20 2026-06-22 02:35:20,204 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:35:20 2026-06-22 02:35:20,207 [run_push] DEBUG push 02:35:20 2026-06-22 02:35:20,208 [execute] INFO git cat-file --batch-check 02:35:20 2026-06-22 02:35:20,208 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 02:35:20 2026-06-22 02:35:20,210 [execute] INFO git rev-list 1be71ec665b22355a47b8a5c673c5e58da06bb7b -- 02:35:20 2026-06-22 02:35:20,210 [execute] DEBUG Popen(['git', 'rev-list', '1be71ec665b22355a47b8a5c673c5e58da06bb7b', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:35:20 2026-06-22 02:35:20,214 [execute] INFO git fetch -v -- origin 02:35:20 2026-06-22 02:35:20,214 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 02:35:20 2026-06-22 02:35:20,770 [run_push] DEBUG no remote changes detected 02:35:20 2026-06-22 02:35:20,771 [execute] INFO git push origin semver 02:35:20 2026-06-22 02:35:20,771 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:35:22 2026-06-22 02:35:21,946 [run_push] DEBUG push all version tags 02:35:22 2026-06-22 02:35:21,946 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:35:22 2026-06-22 02:35:21,947 [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:35:23 2026-06-22 02:35:22,996 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 02:35:23 1.0.0-dev.14 [Pipeline] } 02:35:23 $ docker exec --env ******** --env ******** 41b816ab280dda28622496fb14bdf8fdca444309857eed254ffc317ecdbdc0cb ssh-agent -k 02:35:23 unset SSH_AUTH_SOCK; 02:35:23 unset SSH_AGENT_PID; 02:35:23 echo Agent pid 38 killed; 02:35:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:35:23 + git semver [Pipeline] } 02:35:23 $ docker stop --time=1 41b816ab280dda28622496fb14bdf8fdca444309857eed254ffc317ecdbdc0cb 02:35:25 $ docker rm -f --volumes 41b816ab280dda28622496fb14bdf8fdca444309857eed254ffc317ecdbdc0cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:35:25 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 02:35:25 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:35:25 total 16 02:35:25 drwxr-xr-x 3 root root 4096 Jun 22 02:22 . 02:35:25 drwxrwxr-x 7 jenkins jenkins 4096 Jun 22 02:35 .. 02:35:25 drwxr-xr-x 2 root root 4096 Jun 22 02:22 cost 02:35:25 -rw-r--r-- 1 root root 87 Jun 22 02:22 cost.csv 02:35:25 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:35:25 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 02:35:25 total 16 02:35:25 drwxr-xr-x 3 jenkins jenkins 4096 Jun 22 02:22 . 02:35:25 drwxrwxr-x 7 jenkins jenkins 4096 Jun 22 02:35 .. 02:35:25 drwxr-xr-x 2 jenkins jenkins 4096 Jun 22 02:22 cost 02:35:25 -rw-r--r-- 1 jenkins jenkins 87 Jun 22 02:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:35:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:35:26 ---> package-listing.sh 02:35:26 ++ facter osfamily 02:35:26 ++ tr '[:upper:]' '[:lower:]' 02:35:27 + OS_FAMILY=debian 02:35:27 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 02:35:27 + START_PACKAGES=/tmp/packages_start.txt 02:35:27 + END_PACKAGES=/tmp/packages_end.txt 02:35:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:35:27 + PACKAGES=/tmp/packages_start.txt 02:35:27 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 02:35:27 + PACKAGES=/tmp/packages_end.txt 02:35:27 + case "${OS_FAMILY}" in 02:35:27 + dpkg -l 02:35:27 + grep '^ii' 02:35:27 + '[' -f /tmp/packages_start.txt ']' 02:35:27 + '[' -f /tmp/packages_end.txt ']' 02:35:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:35:27 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 02:35:27 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 02:35:27 + 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:35:27 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:35:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:35:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:27 prd-ubuntu20.04-docker-8c-8g-13335 does not seem to be running inside a container 02:35:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:35:28 $ docker top 498d8a9e53f3080c0baff57a7099f3c0af0955d97b4ea508e3c45c003e639f0a -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:28 + touch /tmp/pre-build-complete [Pipeline] sh 02:35:28 + mkdir -p /var/log/sysstat [Pipeline] sh 02:35:29 + ls /var/log/sa-host 02:35:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:35:29 provisioning config files... 02:35:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config2678433830827327968tmp [Pipeline] { [Pipeline] echo 02:35:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:35:29 ---> create-netrc.sh [Pipeline] } 02:35:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:35:30 ---> python-tools-install.sh [Pipeline] echo 02:35:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:35:30 ---> sudo-logs.sh 02:35:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:35:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:35:30 ---> job-cost.sh 02:35:30 lf-activate-venv: SKIPPING 02:35:30 DEBUG: total: 0.2199999988079071 02:35:30 INFO: Retrieving Stack Cost... 02:35:31 INFO: Retrieving Pricing Info for: v3-standard-8 02:35:31 INFO: Archiving Costs [Pipeline] echo 02:35:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:35:31 ---> logs-deploy.sh 02:35:31 lf-activate-venv: SKIPPING 02:35:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/66 02:35:31 INFO: archiving workspace using pattern(s): 02:35:32 Archives upload complete. 02:35:32 INFO: archiving logs to Nexus 02:35:33 ---> uname -a: 02:35:33 Linux prd-ubuntu20-04-docker-8c-8g-13335 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:35:33 02:35:33 02:35:33 ---> lscpu: 02:35:33 Architecture: x86_64 02:35:33 CPU op-mode(s): 32-bit, 64-bit 02:35:33 Byte Order: Little Endian 02:35:33 Address sizes: 40 bits physical, 48 bits virtual 02:35:33 CPU(s): 8 02:35:33 On-line CPU(s) list: 0-7 02:35:33 Thread(s) per core: 1 02:35:33 Core(s) per socket: 1 02:35:33 Socket(s): 8 02:35:33 NUMA node(s): 1 02:35:33 Vendor ID: AuthenticAMD 02:35:33 CPU family: 23 02:35:33 Model: 49 02:35:33 Model name: AMD EPYC-Rome Processor 02:35:33 Stepping: 0 02:35:33 CPU MHz: 2800.000 02:35:33 BogoMIPS: 5600.00 02:35:33 Virtualization: AMD-V 02:35:33 Hypervisor vendor: KVM 02:35:33 Virtualization type: full 02:35:33 L1d cache: 256 KiB 02:35:33 L1i cache: 256 KiB 02:35:33 L2 cache: 4 MiB 02:35:33 L3 cache: 128 MiB 02:35:33 NUMA node0 CPU(s): 0-7 02:35:33 Vulnerability Gather data sampling: Not affected 02:35:33 Vulnerability Itlb multihit: Not affected 02:35:33 Vulnerability L1tf: Not affected 02:35:33 Vulnerability Mds: Not affected 02:35:33 Vulnerability Meltdown: Not affected 02:35:33 Vulnerability Mmio stale data: Not affected 02:35:33 Vulnerability Retbleed: Vulnerable 02:35:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:35:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:35:33 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:35:33 Vulnerability Srbds: Not affected 02:35:33 Vulnerability Tsx async abort: Not affected 02:35:33 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:35:33 02:35:33 02:35:33 ---> nproc: 02:35:33 8 02:35:33 02:35:33 02:35:33 ---> df -h: 02:35:33 Filesystem Size Used Avail Use% Mounted on 02:35:33 overlay 155G 13G 143G 9% / 02:35:33 tmpfs 64M 0 64M 0% /dev 02:35:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:35:33 shm 64M 0 64M 0% /dev/shm 02:35:33 /dev/vda1 155G 13G 143G 9% /facter-os 02:35:33 02:35:33 02:35:33 ---> sar -b -r -n DEV: 02:35:33 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-13335) 06/22/26 _x86_64_ (8 CPU) 02:35:33 02:35:33 02:16:03 LINUX RESTART (8 CPU) 02:35:33 02:35:33 02:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:35:33 02:18:01 62.87 9.18 53.69 0.00 1689.07 77697.36 0.00 02:35:33 02:19:01 79.62 0.00 79.62 0.00 0.00 48265.69 0.00 02:35:33 02:20:01 10.00 0.00 10.00 0.00 0.00 320.16 0.00 02:35:33 02:21:01 1.90 0.00 1.90 0.00 0.00 23.60 0.00 02:35:33 02:22:01 8.40 0.32 8.08 0.00 16.53 402.33 0.00 02:35:33 02:23:01 43.69 0.08 43.61 0.00 4.27 16514.31 0.00 02:35:33 02:24:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 02:35:33 02:25:01 1.68 0.00 1.68 0.00 0.00 18.66 0.00 02:35:33 02:26:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 02:35:33 02:27:01 1.58 0.00 1.58 0.00 0.00 19.60 0.00 02:35:33 02:28:01 0.83 0.00 0.83 0.00 0.00 9.60 0.00 02:35:33 02:29:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 02:35:33 02:30:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 02:35:33 02:31:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 02:35:33 02:32:01 1.48 0.02 1.47 0.00 0.13 16.93 0.00 02:35:33 02:33:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 02:35:33 02:34:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 02:35:33 02:35:01 12.41 0.02 12.40 0.00 1.73 474.72 0.00 02:35:33 Average: 12.89 0.53 12.36 0.00 93.62 7927.39 0.00 02:35:33 02:35:33 02:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:35:33 02:18:01 27740300 31459936 822336 2.50 83272 3896204 2067184 6.09 1119648 3585344 1034148 02:35:33 02:19:01 27433484 31503036 780976 2.38 99112 4203164 1858080 5.48 2458236 2531464 7076 02:35:33 02:20:01 27457644 31530592 753368 2.29 99516 4202160 1777944 5.24 2482300 2480616 56 02:35:33 02:21:01 27454900 31534204 749204 2.28 99600 4202152 1794116 5.29 2610092 2349004 28 02:35:33 02:22:01 27197456 31526584 756100 2.30 101468 4443004 1822872 5.37 2705864 2497200 245264 02:35:33 02:23:01 26941840 31528804 752740 2.29 114288 4654752 1681988 4.96 2728648 2695532 40 02:35:33 02:24:01 26942632 31529688 751432 2.29 114308 4654756 1681988 4.96 2728544 2695536 164 02:35:33 02:25:01 26955800 31542964 738084 2.25 114360 4654884 1681988 4.96 2715584 2695664 16 02:35:33 02:26:01 26957092 31544292 736760 2.24 114384 4654880 1681988 4.96 2714120 2695668 4 02:35:33 02:27:01 26959372 31546640 734224 2.23 114412 4654868 1681988 4.96 2711320 2695648 184 02:35:33 02:28:01 26959900 31547168 733684 2.23 114424 4654868 1681988 4.96 2710912 2695648 16 02:35:33 02:29:01 26960120 31547444 733388 2.23 114448 4654872 1681988 4.96 2710864 2695652 12 02:35:33 02:30:01 26960048 31547388 733388 2.23 114468 4654872 1681988 4.96 2710864 2695652 12 02:35:33 02:31:01 26959912 31547320 733296 2.23 114516 4654864 1681988 4.96 2710940 2695660 28 02:35:33 02:32:01 26958832 31546376 734456 2.23 114544 4654880 1711340 5.05 2711296 2695660 8 02:35:33 02:33:01 26958624 31546204 734516 2.23 114580 4654884 1711340 5.05 2711108 2695664 8 02:35:33 02:34:01 26959116 31546732 734152 2.23 114604 4654888 1711340 5.05 2711140 2695668 4 02:35:33 02:35:01 26451616 31519184 759456 2.31 122992 5097284 1850520 5.46 2746236 3133996 447912 02:35:33 Average: 27067149 31533031 748420 2.28 109961 4550124 1746813 5.15 2594318 2718071 96388 02:35:33 02:35:33 02:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:35:33 02:18:01 ens3 722.15 431.57 8734.13 87.65 0.00 0.00 0.00 0.00 02:35:33 02:18:01 veth4813263 361.75 621.47 25.83 8600.14 0.00 0.00 0.00 0.70 02:35:33 02:18:01 docker0 361.77 621.34 20.88 8600.13 0.00 0.00 0.00 0.00 02:35:33 02:18:01 lo 1.76 1.76 0.19 0.19 0.00 0.00 0.00 0.00 02:35:33 02:19:01 ens3 160.61 89.97 1632.04 27.30 0.00 0.00 0.00 0.00 02:35:33 02:19:01 docker0 59.49 114.33 5.88 1596.22 0.00 0.00 0.00 0.00 02:35:33 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:20:01 ens3 382.31 396.58 33.85 4169.28 0.00 0.00 0.00 0.00 02:35:33 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:20:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 02:35:33 02:21:01 ens3 374.77 396.17 25.47 4252.92 0.00 0.00 0.00 0.00 02:35:33 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:22:01 ens3 281.79 244.88 2536.17 1858.69 0.00 0.00 0.00 0.00 02:35:33 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:22:01 lo 3.60 3.60 0.35 0.35 0.00 0.00 0.00 0.00 02:35:33 02:23:01 ens3 16.48 9.68 16.60 5.45 0.00 0.00 0.00 0.00 02:35:33 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:23:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:35:33 02:24:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:35:33 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:25:01 ens3 0.17 0.13 0.02 0.01 0.00 0.00 0.00 0.00 02:35:33 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:26:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:35:33 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:27:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 02:35:33 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:28:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:35:33 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:35:33 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:30:01 ens3 0.23 0.05 0.07 0.00 0.00 0.00 0.00 0.00 02:35:33 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:31:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:35:33 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:32:01 ens3 0.22 0.10 0.09 0.06 0.00 0.00 0.00 0.00 02:35:33 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:33:01 ens3 0.25 0.13 0.02 0.01 0.00 0.00 0.00 0.00 02:35:33 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:35:33 02:34:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 02:35:33 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:35:01 ens3 127.73 71.44 3188.27 12.28 0.00 0.00 0.00 0.00 02:35:33 02:35:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:35:33 02:35:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 02:35:33 Average: ens3 114.30 90.86 890.87 579.02 0.00 0.00 0.00 0.00 02:35:33 Average: docker0 23.09 40.33 1.47 559.00 0.00 0.00 0.00 0.00 02:35:33 Average: lo 0.52 0.52 0.05 0.05 0.00 0.00 0.00 0.00 02:35:33 02:35:33 02:35:33 ---> sar -P ALL: 02:35:33 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-13335) 06/22/26 _x86_64_ (8 CPU) 02:35:33 02:35:33 02:16:03 LINUX RESTART (8 CPU) 02:35:33 02:35:33 02:17:02 CPU %user %nice %system %iowait %steal %idle 02:35:33 02:18:01 all 3.75 0.00 1.05 0.28 0.04 94.88 02:35:33 02:18:01 0 1.70 0.00 0.66 0.03 0.03 97.57 02:35:33 02:18:01 1 8.61 0.00 2.14 0.15 0.05 89.04 02:35:33 02:18:01 2 3.53 0.00 0.95 0.03 0.03 95.45 02:35:33 02:18:01 3 3.38 0.00 1.13 1.04 0.05 94.40 02:35:33 02:18:01 4 1.21 0.00 0.61 0.75 0.02 97.42 02:35:33 02:18:01 5 7.56 0.00 1.78 0.07 0.05 90.54 02:35:33 02:18:01 6 1.52 0.00 0.46 0.05 0.05 97.91 02:35:33 02:18:01 7 2.43 0.00 0.66 0.10 0.05 96.75 02:35:33 02:19:01 all 9.74 0.00 1.91 0.51 0.04 87.79 02:35:33 02:19:01 0 9.96 0.00 1.82 0.03 0.03 88.15 02:35:33 02:19:01 1 29.74 0.00 5.86 0.27 0.05 64.09 02:35:33 02:19:01 2 7.07 0.00 1.31 0.00 0.03 91.59 02:35:33 02:19:01 3 4.31 0.00 1.74 3.45 0.05 90.44 02:35:33 02:19:01 4 7.79 0.00 1.19 0.08 0.05 90.88 02:35:33 02:19:01 5 5.79 0.00 1.22 0.00 0.03 92.95 02:35:33 02:19:01 6 5.47 0.00 1.06 0.27 0.05 93.15 02:35:33 02:19:01 7 7.79 0.00 1.05 0.00 0.05 91.11 02:35:33 02:20:01 all 13.17 0.00 0.37 0.03 0.06 86.37 02:35:33 02:20:01 0 11.56 0.00 0.35 0.00 0.05 88.03 02:35:33 02:20:01 1 16.73 0.00 0.45 0.02 0.07 82.74 02:35:33 02:20:01 2 23.93 0.00 0.62 0.03 0.10 75.32 02:35:33 02:20:01 3 5.90 0.00 0.18 0.15 0.05 93.71 02:35:33 02:20:01 4 5.75 0.00 0.28 0.00 0.05 93.91 02:35:33 02:20:01 5 22.27 0.00 0.45 0.00 0.08 77.19 02:35:33 02:20:01 6 9.93 0.00 0.32 0.03 0.07 89.65 02:35:33 02:20:01 7 9.27 0.00 0.28 0.02 0.05 90.38 02:35:33 02:21:01 all 13.50 0.00 0.42 0.01 0.08 85.99 02:35:33 02:21:01 0 6.67 0.00 0.35 0.00 0.07 92.91 02:35:33 02:21:01 1 26.67 0.00 0.82 0.00 0.12 72.39 02:35:33 02:21:01 2 9.70 0.00 0.30 0.00 0.07 89.94 02:35:33 02:21:01 3 0.22 0.00 0.05 0.05 0.03 99.65 02:35:33 02:21:01 4 11.72 0.00 0.42 0.03 0.07 87.76 02:35:33 02:21:01 5 27.00 0.00 0.69 0.00 0.12 72.20 02:35:33 02:21:01 6 3.09 0.00 0.08 0.00 0.03 96.80 02:35:33 02:21:01 7 22.96 0.00 0.67 0.00 0.10 76.27 02:35:33 02:22:01 all 7.61 0.00 0.68 0.03 0.05 91.64 02:35:33 02:22:01 0 8.34 0.00 0.59 0.02 0.07 90.99 02:35:33 02:22:01 1 11.17 0.00 0.90 0.00 0.05 87.88 02:35:33 02:22:01 2 0.97 0.00 0.40 0.02 0.02 98.60 02:35:33 02:22:01 3 3.45 0.00 0.67 0.18 0.05 95.64 02:35:33 02:22:01 4 9.50 0.00 0.70 0.02 0.05 89.73 02:35:33 02:22:01 5 10.85 0.00 0.72 0.00 0.05 88.38 02:35:33 02:22:01 6 5.15 0.00 0.54 0.00 0.07 94.25 02:35:33 02:22:01 7 11.42 0.00 0.90 0.00 0.07 87.61 02:35:33 02:23:01 all 1.53 0.00 0.70 0.16 0.02 97.58 02:35:33 02:23:01 0 1.42 0.00 0.45 0.00 0.02 98.11 02:35:33 02:23:01 1 1.59 0.00 0.82 0.02 0.02 97.56 02:35:33 02:23:01 2 1.37 0.00 0.48 0.00 0.02 98.13 02:35:33 02:23:01 3 0.84 0.00 1.04 1.19 0.02 96.92 02:35:33 02:23:01 4 1.32 0.00 1.00 0.10 0.02 97.56 02:35:33 02:23:01 5 2.72 0.00 0.42 0.00 0.03 96.83 02:35:33 02:23:01 6 1.71 0.00 0.65 0.00 0.02 97.62 02:35:33 02:23:01 7 1.30 0.00 0.74 0.00 0.02 97.94 02:35:33 02:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:35:33 02:24:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:35:33 02:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:35:33 02:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:24:01 3 0.00 0.00 0.02 0.02 0.00 99.97 02:35:33 02:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:35:33 02:24:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:35:33 02:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 02:35:33 02:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:35:33 02:25:01 0 0.07 0.00 0.03 0.00 0.02 99.88 02:35:33 02:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:35:33 02:25:01 3 0.03 0.00 0.02 0.03 0.02 99.90 02:35:33 02:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:35:33 02:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:35:33 02:25:01 6 0.07 0.00 0.00 0.00 0.02 99.92 02:35:33 02:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:35:33 02:26:01 all 0.27 0.00 0.01 0.00 0.00 99.71 02:35:33 02:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:35:33 02:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:26:01 4 0.05 0.00 0.03 0.00 0.00 99.92 02:35:33 02:26:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:35:33 02:26:01 6 1.95 0.00 0.00 0.00 0.00 98.05 02:35:33 02:26:01 7 0.07 0.00 0.02 0.02 0.02 99.88 02:35:33 02:27:01 all 0.13 0.00 0.02 0.00 0.01 99.84 02:35:33 02:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:35:33 02:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:35:33 02:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:35:33 02:27:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:35:33 02:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:35:33 02:27:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:35:33 02:27:01 6 0.81 0.00 0.00 0.00 0.00 99.19 02:35:33 02:27:01 7 0.05 0.00 0.03 0.00 0.00 99.92 02:35:33 02:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:35:33 02:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:35:33 02:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:35:33 02:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:35:33 02:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:35:33 02:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:35:33 02:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:28:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:35:33 02:35:33 02:28:01 CPU %user %nice %system %iowait %steal %idle 02:35:33 02:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:35:33 02:29:01 0 0.10 0.00 0.03 0.00 0.02 99.85 02:35:33 02:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:29:01 3 0.02 0.00 0.00 0.02 0.02 99.95 02:35:33 02:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:35:33 02:29:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:35:33 02:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:35:33 02:29:01 7 0.05 0.00 0.00 0.02 0.02 99.92 02:35:33 02:30:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:35:33 02:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:35:33 02:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:35:33 02:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:35:33 02:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:35:33 02:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:35:33 02:30:01 6 0.08 0.00 0.02 0.00 0.00 99.90 02:35:33 02:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:31:01 all 0.11 0.00 0.02 0.00 0.01 99.86 02:35:33 02:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:35:33 02:31:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:35:33 02:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 02:35:33 02:31:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:31:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:35:33 02:31:01 6 0.65 0.00 0.03 0.00 0.02 99.30 02:35:33 02:31:01 7 0.12 0.00 0.02 0.02 0.02 99.83 02:35:33 02:32:01 all 0.24 0.00 0.03 0.00 0.01 99.72 02:35:33 02:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:35:33 02:32:01 1 0.07 0.00 0.03 0.00 0.00 99.90 02:35:33 02:32:01 2 0.00 0.00 0.03 0.00 0.02 99.95 02:35:33 02:32:01 3 0.00 0.00 0.03 0.02 0.00 99.95 02:35:33 02:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:35:33 02:32:01 5 0.03 0.00 0.05 0.00 0.02 99.90 02:35:33 02:32:01 6 1.68 0.00 0.02 0.00 0.00 98.30 02:35:33 02:32:01 7 0.08 0.00 0.03 0.00 0.02 99.87 02:35:33 02:33:01 all 0.23 0.00 0.01 0.00 0.01 99.74 02:35:33 02:33:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:35:33 02:33:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:35:33 02:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:33:01 3 0.02 0.00 0.00 0.02 0.02 99.95 02:35:33 02:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:35:33 02:33:01 5 0.02 0.00 0.03 0.00 0.00 99.95 02:35:33 02:33:01 6 1.65 0.00 0.00 0.00 0.02 98.34 02:35:33 02:33:01 7 0.03 0.00 0.02 0.02 0.02 99.92 02:35:33 02:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:35:33 02:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:35:33 02:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:35:33 02:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:35:33 02:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:35:33 02:34:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:35:33 02:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:35:33 02:34:01 7 0.08 0.00 0.00 0.00 0.00 99.92 02:35:33 02:35:01 all 1.89 0.00 0.75 0.03 0.02 97.31 02:35:33 02:35:01 0 2.49 0.00 1.02 0.02 0.02 96.45 02:35:33 02:35:01 1 1.69 0.00 0.69 0.00 0.02 97.61 02:35:33 02:35:01 2 2.26 0.00 0.89 0.02 0.02 96.82 02:35:33 02:35:01 3 1.57 0.00 0.85 0.15 0.02 97.40 02:35:33 02:35:01 4 1.09 0.00 0.39 0.02 0.02 98.49 02:35:33 02:35:01 5 3.01 0.00 1.06 0.02 0.02 95.90 02:35:33 02:35:01 6 1.21 0.00 0.40 0.02 0.03 98.34 02:35:33 02:35:01 7 1.81 0.00 0.72 0.02 0.02 97.44 02:35:33 Average: all 2.90 0.00 0.33 0.06 0.02 96.69 02:35:33 Average: 0 2.36 0.00 0.30 0.01 0.02 97.31 02:35:33 Average: 1 5.34 0.00 0.66 0.03 0.02 93.96 02:35:33 Average: 2 2.71 0.00 0.28 0.01 0.02 96.99 02:35:33 Average: 3 1.09 0.00 0.32 0.35 0.02 98.22 02:35:33 Average: 4 2.14 0.00 0.26 0.06 0.02 97.52 02:35:33 Average: 5 4.40 0.00 0.37 0.00 0.03 95.20 02:35:33 Average: 6 1.95 0.00 0.20 0.02 0.02 97.81 02:35:33 Average: 7 3.20 0.00 0.29 0.01 0.03 96.48 02:35:33 02:35:33 02:35:33