Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 235bca4a8432a561fea1a1efa3e48abcfbcbc34f 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-ssh11258291664658240472.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh4189418042070787388.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh5475513749290271495.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh10483122998938878351.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-ssh13846325018851799379.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1171 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 235bca4a8432a561fea1a1efa3e48abcfbcbc34f (main) Commit message: "Merge pull request #122 from jinlinGuan/issue-121" > git config core.sparsecheckout # timeout=10 > git checkout -f 235bca4a8432a561fea1a1efa3e48abcfbcbc34f # timeout=10 > git rev-list --no-walk b931d77d11e17753c2a46cffd2d677fa5a4c20d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-09T09:09:12.717Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-09T09:09:12.783Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-09T09:09:12.810Z] ========================================================= [2025-05-09T09:09:12.810Z] EdgeX Global Pipelines Version Info [2025-05-09T09:09:12.810Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:09:13.912Z] ------------------- [2025-05-09T09:09:13.912Z] stable info: [2025-05-09T09:09:13.912Z] ------------------- [2025-05-09T09:09:13.912Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-09T09:09:13.912Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-09T09:09:13.912Z] Message: update stable to v1.0.274 [2025-05-09T09:09:14.172Z] ------------------- [2025-05-09T09:09:14.172Z] experimental info: [2025-05-09T09:09:14.172Z] ------------------- [2025-05-09T09:09:14.172Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-09T09:09:14.172Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-09T09:09:14.172Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-09T09:09:14.264Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-05-09T09:09:14.283Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-05-09T09:09:14.363Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-09T09:09:14.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-09T09:09:14.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-09T09:09:14.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-05-09T09:09:14.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-09T09:09:14.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-09T09:09:14.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-09T09:09:14.510Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-09T09:09:14.529Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-09T09:09:14.549Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-05-09T09:09:14.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-09T09:09:14.586Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-09T09:09:14.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-09T09:09:14.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-09T09:09:14.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-09T09:09:14.663Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] echo [2025-05-09T09:09:14.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 235bca4 [Pipeline] echo [2025-05-09T09:09:14.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:09:14.778Z] provisioning config files... [2025-05-09T09:09:14.794Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4221915011782071611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:09:15.127Z] ---> ****-login.sh [2025-05-09T09:09:15.127Z] nexus3.edgexfoundry.org:10001 [2025-05-09T09:09:15.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:15.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:15.387Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:15.387Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:15.387Z] [2025-05-09T09:09:15.387Z] Login Succeeded [2025-05-09T09:09:15.387Z] nexus3.edgexfoundry.org:10002 [2025-05-09T09:09:15.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:15.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:15.650Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:15.650Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:15.650Z] [2025-05-09T09:09:15.650Z] Login Succeeded [2025-05-09T09:09:15.650Z] nexus3.edgexfoundry.org:10003 [2025-05-09T09:09:15.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:15.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:15.650Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:15.651Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:15.651Z] [2025-05-09T09:09:15.651Z] Login Succeeded [2025-05-09T09:09:15.651Z] nexus3.edgexfoundry.org:10004 [2025-05-09T09:09:15.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:15.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:15.911Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:15.911Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:15.911Z] [2025-05-09T09:09:15.911Z] Login Succeeded [2025-05-09T09:09:15.911Z] ****.io [2025-05-09T09:09:15.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:15.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:15.911Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:15.911Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:15.911Z] [2025-05-09T09:09:15.911Z] Login Succeeded [2025-05-09T09:09:15.911Z] ---> ****-login.sh ends [Pipeline] } [2025-05-09T09:09:15.919Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-09T09:09:16.452Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-09T09:09:16.452Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-09T09:09:16.452Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-09T09:09:16.452Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-09T09:09:16.452Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-05-09T09:09:16.452Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-09T09:09:16.452Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:09:16.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:09:16.890Z] [2025-05-09T09:09:16.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:09:17.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:09:17.193Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-09T09:09:17.193Z] b85a868b505f: Pulling fs layer [2025-05-09T09:09:17.193Z] e2be974225ed: Pulling fs layer [2025-05-09T09:09:17.193Z] 339a4e72a1f5: Pulling fs layer [2025-05-09T09:09:17.193Z] 988bab9f4d93: Pulling fs layer [2025-05-09T09:09:17.193Z] 1469e6f7b9e6: Pulling fs layer [2025-05-09T09:09:17.193Z] eaf3925da568: Pulling fs layer [2025-05-09T09:09:17.193Z] bab4dde63d76: Pulling fs layer [2025-05-09T09:09:17.193Z] bde34c3a00c8: Pulling fs layer [2025-05-09T09:09:17.193Z] b352a97aabf1: Pulling fs layer [2025-05-09T09:09:17.193Z] 4872d77fe225: Pulling fs layer [2025-05-09T09:09:17.193Z] 5851b861e8e6: Pulling fs layer [2025-05-09T09:09:17.193Z] bde34c3a00c8: Waiting [2025-05-09T09:09:17.193Z] b352a97aabf1: Waiting [2025-05-09T09:09:17.193Z] 988bab9f4d93: Waiting [2025-05-09T09:09:17.193Z] 4872d77fe225: Waiting [2025-05-09T09:09:17.193Z] 1469e6f7b9e6: Waiting [2025-05-09T09:09:17.193Z] 5851b861e8e6: Waiting [2025-05-09T09:09:17.193Z] bab4dde63d76: Waiting [2025-05-09T09:09:17.193Z] eaf3925da568: Waiting [2025-05-09T09:09:17.193Z] e2be974225ed: Download complete [2025-05-09T09:09:17.193Z] 988bab9f4d93: Verifying Checksum [2025-05-09T09:09:17.193Z] 988bab9f4d93: Download complete [2025-05-09T09:09:17.453Z] 339a4e72a1f5: Verifying Checksum [2025-05-09T09:09:17.453Z] 339a4e72a1f5: Download complete [2025-05-09T09:09:17.453Z] 1469e6f7b9e6: Verifying Checksum [2025-05-09T09:09:17.453Z] 1469e6f7b9e6: Download complete [2025-05-09T09:09:17.453Z] eaf3925da568: Verifying Checksum [2025-05-09T09:09:17.453Z] eaf3925da568: Download complete [2025-05-09T09:09:17.453Z] bde34c3a00c8: Verifying Checksum [2025-05-09T09:09:17.453Z] bde34c3a00c8: Download complete [2025-05-09T09:09:17.453Z] b352a97aabf1: Verifying Checksum [2025-05-09T09:09:17.453Z] b352a97aabf1: Download complete [2025-05-09T09:09:17.453Z] 4872d77fe225: Verifying Checksum [2025-05-09T09:09:17.453Z] 4872d77fe225: Download complete [2025-05-09T09:09:17.453Z] 5851b861e8e6: Verifying Checksum [2025-05-09T09:09:17.453Z] b85a868b505f: Verifying Checksum [2025-05-09T09:09:17.453Z] b85a868b505f: Download complete [2025-05-09T09:09:17.712Z] bab4dde63d76: Verifying Checksum [2025-05-09T09:09:17.712Z] bab4dde63d76: Download complete [2025-05-09T09:09:18.648Z] b85a868b505f: Pull complete [2025-05-09T09:09:18.908Z] e2be974225ed: Pull complete [2025-05-09T09:09:19.479Z] 339a4e72a1f5: Pull complete [2025-05-09T09:09:19.479Z] 988bab9f4d93: Pull complete [2025-05-09T09:09:19.738Z] 1469e6f7b9e6: Pull complete [2025-05-09T09:09:19.738Z] eaf3925da568: Pull complete [2025-05-09T09:09:21.652Z] bab4dde63d76: Pull complete [2025-05-09T09:09:21.652Z] bde34c3a00c8: Pull complete [2025-05-09T09:09:21.652Z] b352a97aabf1: Pull complete [2025-05-09T09:09:21.652Z] 4872d77fe225: Pull complete [2025-05-09T09:09:21.914Z] 5851b861e8e6: Pull complete [2025-05-09T09:09:21.914Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-05-09T09:09:21.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:09:21.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:09:22.071Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:09:22.107Z] $ 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 [2025-05-09T09:09:23.888Z] $ docker top 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c -eo pid,comm [2025-05-09T09:09:23.945Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-05-09T09:09:23.945Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-09T09:09:23.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-09T09:09:23.997Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-09T09:09:24.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-09T09:09:24.106Z] $ docker exec 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent [2025-05-09T09:09:24.209Z] SSH_AUTH_SOCK=/tmp/ssh-56fRGVziSMJ5/agent.31 [2025-05-09T09:09:24.209Z] SSH_AGENT_PID=37 [2025-05-09T09:09:24.214Z] Running ssh-add (command line suppressed) [2025-05-09T09:09:24.316Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11179943429299841840.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11179943429299841840.key) [2025-05-09T09:09:24.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-09T09:09:24.619Z] + git tag --points-at HEAD [Pipeline] } [2025-05-09T09:09:24.640Z] $ docker exec --env ******** --env ******** 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent -k [2025-05-09T09:09:24.747Z] unset SSH_AUTH_SOCK; [2025-05-09T09:09:24.748Z] unset SSH_AGENT_PID; [2025-05-09T09:09:24.748Z] echo Agent pid 37 killed; [2025-05-09T09:09:24.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-09T09:09:24.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-09T09:09:24.797Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-09T09:09:24.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-09T09:09:24.902Z] $ docker exec 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent [2025-05-09T09:09:25.007Z] SSH_AUTH_SOCK=/tmp/ssh-0yK0oYiXNKyO/agent.70 [2025-05-09T09:09:25.007Z] SSH_AGENT_PID=76 [2025-05-09T09:09:25.012Z] Running ssh-add (command line suppressed) [2025-05-09T09:09:25.113Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10851799098802761359.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10851799098802761359.key) [2025-05-09T09:09:25.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-09T09:09:25.421Z] + git semver init [2025-05-09T09:09:25.680Z] 2025-05-09 09:09:25,598 [run_init] DEBUG init version:0.0.0 force:False [2025-05-09T09:09:25.680Z] 2025-05-09 09:09:25,599 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-05-09T09:09:25.680Z] 2025-05-09 09:09:25,599 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-05-09T09:09:25.680Z] 2025-05-09 09:09:25,600 [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, universal_newlines=False, shell=None, istream=None) [2025-05-09T09:09:26.249Z] 2025-05-09 09:09:26,193 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2025-05-09T09:09:26.249Z] 2025-05-09 09:09:26,193 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2025-05-09T09:09:26.249Z] 2025-05-09 09:09:26,193 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:09:26.249Z] 2025-05-09 09:09:26,194 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:09:26.249Z] 1.0.0-dev.2 [Pipeline] } [2025-05-09T09:09:26.256Z] $ docker exec --env ******** --env ******** 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent -k [2025-05-09T09:09:26.358Z] unset SSH_AUTH_SOCK; [2025-05-09T09:09:26.360Z] unset SSH_AGENT_PID; [2025-05-09T09:09:26.360Z] echo Agent pid 76 killed; [2025-05-09T09:09:26.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-09T09:09:26.694Z] + git semver [Pipeline] } [2025-05-09T09:09:26.971Z] $ docker stop --time=1 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c [2025-05-09T09:09:28.319Z] $ docker rm -f --volumes 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-09T09:09:28.682Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-09T09:09:28.954Z] Stashed 1 file(s) [Pipeline] echo [2025-05-09T09:09:28.959Z] [edgeXSemver]: initialized semver on version 1.0.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:09:29.107Z] provisioning config files... [2025-05-09T09:09:29.117Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7237996257273896021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:09:29.413Z] ---> ****-login.sh [2025-05-09T09:09:29.413Z] nexus3.edgexfoundry.org:10001 [2025-05-09T09:09:29.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:29.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:29.413Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:29.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:29.413Z] [2025-05-09T09:09:29.413Z] Login Succeeded [2025-05-09T09:09:29.413Z] nexus3.edgexfoundry.org:10002 [2025-05-09T09:09:29.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:29.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:29.413Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:29.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:29.413Z] [2025-05-09T09:09:29.413Z] Login Succeeded [2025-05-09T09:09:29.413Z] nexus3.edgexfoundry.org:10003 [2025-05-09T09:09:29.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:29.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:29.673Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:29.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:29.673Z] [2025-05-09T09:09:29.673Z] Login Succeeded [2025-05-09T09:09:29.673Z] nexus3.edgexfoundry.org:10004 [2025-05-09T09:09:29.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:29.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:29.673Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:29.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:29.673Z] [2025-05-09T09:09:29.674Z] Login Succeeded [2025-05-09T09:09:29.674Z] ****.io [2025-05-09T09:09:29.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:09:29.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:09:29.934Z] Configure a credential helper to remove this warning. See [2025-05-09T09:09:29.934Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:09:29.934Z] [2025-05-09T09:09:29.934Z] Login Succeeded [2025-05-09T09:09:29.934Z] ---> ****-login.sh ends [Pipeline] } [2025-05-09T09:09:29.941Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-09T09:09:30.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-09T09:09:30.928Z] + ls -al . [2025-05-09T09:09:30.928Z] total 72 [2025-05-09T09:09:30.928Z] drwxrwxr-x 6 jenkins jenkins 4096 May 9 09:09 . [2025-05-09T09:09:30.928Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 09:09 .. [2025-05-09T09:09:30.928Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 09:09 .git [2025-05-09T09:09:30.928Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 09:09 .github [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 22 May 9 09:09 .gitignore [2025-05-09T09:09:30.928Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 09:09 .semver [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 1653 May 9 09:09 Dockerfile [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 746 May 9 09:09 Jenkinsfile [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 9 09:09 LICENSE [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 4232 May 9 09:09 README.md [2025-05-09T09:09:30.928Z] drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:09 TUC [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 11 May 9 09:09 VERSION [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 347 May 9 09:09 requirements.txt [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 54 May 9 09:09 robot-entrypoint.sh [2025-05-09T09:09:30.928Z] -rw-rw-r-- 1 jenkins jenkins 445 May 9 09:09 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:09:31.246Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f --label arch=amd64 --label version=1.0.0-dev.2 . [2025-05-09T09:09:31.246Z] Sending build context to Docker daemon 580.6kB [2025-05-09T09:09:31.246Z] Step 1/13 : FROM alpine:3.20 [2025-05-09T09:09:31.505Z] 3.20: Pulling from library/alpine [2025-05-09T09:09:31.767Z] 0a9a5dfd008f: Pulling fs layer [2025-05-09T09:09:31.767Z] 0a9a5dfd008f: Verifying Checksum [2025-05-09T09:09:31.767Z] 0a9a5dfd008f: Download complete [2025-05-09T09:09:32.026Z] 0a9a5dfd008f: Pull complete [2025-05-09T09:09:32.026Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-09T09:09:32.026Z] Status: Downloaded newer image for alpine:3.20 [2025-05-09T09:09:32.026Z] ---> ff221270b9fb [2025-05-09T09:09:32.026Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-05-09T09:09:32.285Z] ---> Running in 7fbf75ecf49e [2025-05-09T09:09:32.285Z] Removing intermediate container 7fbf75ecf49e [2025-05-09T09:09:32.285Z] ---> a84e07ffad32 [2025-05-09T09:09:32.285Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-05-09T09:09:32.285Z] ---> Running in 49c8906140ff [2025-05-09T09:09:32.544Z] Removing intermediate container 49c8906140ff [2025-05-09T09:09:32.544Z] ---> bc7bbbf3c19d [2025-05-09T09:09:32.544Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-05-09T09:09:32.804Z] ---> 20c7136197c1 [2025-05-09T09:09:32.804Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-05-09T09:09:32.804Z] ---> e188f64a1b77 [2025-05-09T09:09:32.804Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-05-09T09:09:33.064Z] ---> 877d73cd2311 [2025-05-09T09:09:33.064Z] Step 7/13 : WORKDIR /edgex-taf [2025-05-09T09:09:33.064Z] ---> Running in e4e467c88c57 [2025-05-09T09:09:33.064Z] Removing intermediate container e4e467c88c57 [2025-05-09T09:09:33.064Z] ---> d9def708a8c7 [2025-05-09T09:09:33.064Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-09T09:09:33.323Z] ---> Running in 7dec06961e10 [2025-05-09T09:09:33.891Z] Removing intermediate container 7dec06961e10 [2025-05-09T09:09:33.891Z] ---> dbccd4c6537a [2025-05-09T09:09:33.891Z] Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-05-09T09:09:33.891Z] ---> Running in a6e19861157d [2025-05-09T09:09:34.150Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:34.720Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:35.657Z] OK: 8 MiB in 14 packages [2025-05-09T09:09:35.657Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:35.918Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:36.855Z] (1/14) Installing ca-certificates (20241121-r1) [2025-05-09T09:09:37.114Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-09T09:09:37.681Z] (3/14) Installing c-ares (1.33.1-r0) [2025-05-09T09:09:37.940Z] (4/14) Installing libunistring (1.2-r0) [2025-05-09T09:09:38.509Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-05-09T09:09:38.768Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-09T09:09:39.026Z] (7/14) Installing libpsl (0.21.5-r1) [2025-05-09T09:09:39.593Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-09T09:09:39.851Z] (9/14) Installing libcurl (8.12.1-r0) [2025-05-09T09:09:40.422Z] (10/14) Installing curl (8.12.1-r0) [2025-05-09T09:09:40.681Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-05-09T09:09:41.625Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-05-09T09:09:42.192Z] (13/14) Installing jq (1.7.1-r0) [2025-05-09T09:09:42.451Z] (14/14) Installing openssl (3.3.3-r0) [2025-05-09T09:09:43.021Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:09:43.021Z] Executing ca-certificates-20241121-r1.trigger [2025-05-09T09:09:43.021Z] OK: 43 MiB in 28 packages [2025-05-09T09:09:43.022Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:43.588Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:09:44.049Z] Still waiting to schedule task [2025-05-09T09:09:44.049Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-09T09:09:44.157Z] (1/167) Installing libexpat (2.7.0-r0) [2025-05-09T09:09:44.419Z] (2/167) Installing libbz2 (1.0.8-r6) [2025-05-09T09:09:44.685Z] (3/167) Installing libpng (1.6.44-r0) [2025-05-09T09:09:45.252Z] (4/167) Installing freetype (2.13.2-r0) [2025-05-09T09:09:45.509Z] (5/167) Installing fontconfig (2.15.0-r1) [2025-05-09T09:09:46.076Z] (6/167) Installing libfontenc (1.1.8-r0) [2025-05-09T09:09:46.341Z] (7/167) Installing mkfontscale (1.2.2-r6) [2025-05-09T09:09:46.600Z] (8/167) Installing font-opensans (0_git20210927-r1) [2025-05-09T09:09:47.169Z] (9/167) Installing pkgconf (2.2.0-r0) [2025-05-09T09:09:47.428Z] (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-05-09T09:09:47.687Z] (11/167) Installing libffi (3.4.6-r0) [2025-05-09T09:09:48.257Z] (12/167) Installing libintl (0.22.5-r0) [2025-05-09T09:09:48.517Z] (13/167) Installing libeconf (0.6.3-r0) [2025-05-09T09:09:48.776Z] (14/167) Installing libblkid (2.40.1-r1) [2025-05-09T09:09:49.035Z] (15/167) Installing libmount (2.40.1-r1) [2025-05-09T09:09:49.292Z] (16/167) Installing pcre2 (10.43-r0) [2025-05-09T09:09:49.860Z] (17/167) Installing glib (2.80.5-r0) [2025-05-09T09:09:50.427Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-09T09:09:50.993Z] (19/167) Installing xz-libs (5.6.2-r1) [2025-05-09T09:09:51.257Z] (20/167) Installing libxml2 (2.12.7-r2) [2025-05-09T09:09:51.823Z] (21/167) Installing shared-mime-info (2.4-r0) [2025-05-09T09:09:52.388Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-05-09T09:09:52.648Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-05-09T09:09:52.907Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2025-05-09T09:09:53.166Z] (25/167) Installing libwebp (1.3.2-r0) [2025-05-09T09:09:53.732Z] (26/167) Installing tiff (4.6.0t-r0) [2025-05-09T09:09:53.991Z] (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-05-09T09:09:54.560Z] (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-05-09T09:09:54.821Z] (29/167) Installing libxau (1.0.11-r4) [2025-05-09T09:09:55.080Z] (30/167) Installing libmd (1.1.0-r0) [2025-05-09T09:09:55.339Z] (31/167) Installing libbsd (0.12.2-r0) [2025-05-09T09:09:55.597Z] (32/167) Installing libxdmcp (1.1.5-r1) [2025-05-09T09:09:55.855Z] (33/167) Installing libxcb (1.16.1-r0) [2025-05-09T09:09:56.422Z] (34/167) Installing libx11 (1.8.9-r1) [2025-05-09T09:09:56.988Z] (35/167) Installing libxcomposite (0.4.6-r5) [2025-05-09T09:09:56.988Z] (36/167) Installing libxfixes (6.0.1-r4) [2025-05-09T09:09:57.246Z] (37/167) Installing libxrender (0.9.11-r5) [2025-05-09T09:09:57.504Z] (38/167) Installing libxcursor (1.2.2-r1) [2025-05-09T09:09:58.072Z] (39/167) Installing libxdamage (1.1.6-r5) [2025-05-09T09:09:58.072Z] (40/167) Installing libxext (1.3.6-r2) [2025-05-09T09:09:58.642Z] (41/167) Installing libxi (1.8.1-r4) [2025-05-09T09:09:58.899Z] (42/167) Installing libxinerama (1.1.5-r4) [2025-05-09T09:09:58.899Z] (43/167) Installing libxrandr (1.5.4-r1) [2025-05-09T09:09:59.468Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-05-09T09:09:59.726Z] (45/167) Installing libxtst (1.2.4-r6) [2025-05-09T09:09:59.985Z] (46/167) Installing dbus-libs (1.14.10-r1) [2025-05-09T09:10:00.253Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2025-05-09T09:10:00.829Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-05-09T09:10:01.087Z] (49/167) Installing pixman (0.43.2-r0) [2025-05-09T09:10:01.347Z] (50/167) Installing cairo (1.18.0-r0) [2025-05-09T09:10:01.915Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2025-05-09T09:10:02.172Z] (52/167) Installing avahi-libs (0.8-r17) [2025-05-09T09:10:02.432Z] (53/167) Installing gmp (6.3.0-r1) [2025-05-09T09:10:03.013Z] (54/167) Installing nettle (3.9.1-r0) [2025-05-09T09:10:03.586Z] (55/167) Installing libtasn1 (4.20.0-r0) [2025-05-09T09:10:03.846Z] (56/167) Installing p11-kit (0.25.3-r0) [2025-05-09T09:10:04.107Z] (57/167) Installing gnutls (3.8.5-r0) [2025-05-09T09:10:04.676Z] (58/167) Installing cups-libs (2.4.9-r1) [2025-05-09T09:10:05.246Z] (59/167) Installing libepoxy (1.5.10-r1) [2025-05-09T09:10:05.507Z] (60/167) Installing fribidi (1.0.15-r0) [2025-05-09T09:10:05.771Z] (61/167) Installing graphite2 (1.3.14-r6) [2025-05-09T09:10:06.343Z] (62/167) Installing harfbuzz (8.5.0-r0) [2025-05-09T09:10:06.603Z] (63/167) Installing libxft (2.3.8-r3) [2025-05-09T09:10:07.173Z] (64/167) Installing pango (1.52.2-r0) [2025-05-09T09:10:07.437Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-05-09T09:10:07.700Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-05-09T09:10:07.962Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-05-09T09:10:08.230Z] (68/167) Installing xkeyboard-config (2.41-r0) [2025-05-09T09:10:08.808Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2025-05-09T09:10:09.068Z] (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-05-09T09:10:10.004Z] (71/167) Installing icu-data-full (74.2-r0) [2025-05-09T09:10:11.911Z] (72/167) Installing mesa (24.0.9-r1) [2025-05-09T09:10:12.171Z] (73/167) Installing llvm17-libs (17.0.6-r2) [2025-05-09T09:10:22.198Z] (74/167) Installing hwdata-pci (0.382-r0) [2025-05-09T09:10:22.198Z] (75/167) Installing libpciaccess (0.18.1-r0) [2025-05-09T09:10:22.198Z] (76/167) Installing libdrm (2.4.120-r0) [2025-05-09T09:10:22.198Z] (77/167) Installing libelf (0.191-r0) [2025-05-09T09:10:22.198Z] (78/167) Installing mesa-glapi (24.0.9-r1) [2025-05-09T09:10:22.773Z] (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-05-09T09:10:24.681Z] (80/167) Installing eudev-libs (3.2.14-r2) [2025-05-09T09:10:24.940Z] (81/167) Installing libmagic (5.45-r1) [2025-05-09T09:10:25.510Z] (82/167) Installing file (5.45-r1) [2025-05-09T09:10:25.771Z] (83/167) Installing xprop (1.2.7-r0) [2025-05-09T09:10:26.031Z] (84/167) Installing libice (1.1.1-r6) [2025-05-09T09:10:26.290Z] (85/167) Installing libuuid (2.40.1-r1) [2025-05-09T09:10:26.858Z] (86/167) Installing libsm (1.2.4-r4) [2025-05-09T09:10:26.858Z] (87/167) Installing libxt (1.3.0-r5) [2025-05-09T09:10:27.425Z] (88/167) Installing libxmu (1.1.4-r2) [2025-05-09T09:10:27.685Z] (89/167) Installing xset (1.2.5-r1) [2025-05-09T09:10:27.944Z] (90/167) Installing xdg-utils (1.2.1-r0) [2025-05-09T09:10:28.513Z] (91/167) Installing libogg (1.3.5-r5) [2025-05-09T09:10:28.772Z] (92/167) Installing libflac (1.4.3-r1) [2025-05-09T09:10:29.032Z] (93/167) Installing alsa-lib (1.2.11-r0) [2025-05-09T09:10:29.604Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-05-09T09:10:30.173Z] (95/167) Installing aom-libs (3.9.1-r0) [2025-05-09T09:10:30.740Z] (96/167) Installing libva (2.21.0-r0) [2025-05-09T09:10:31.003Z] (97/167) Installing libvdpau (1.5-r3) [2025-05-09T09:10:31.268Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-05-09T09:10:31.855Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-05-09T09:10:32.115Z] (100/167) Installing libdav1d (1.4.2-r0) [2025-05-09T09:10:32.685Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2025-05-09T09:10:32.945Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-05-09T09:10:33.514Z] (103/167) Installing imath (3.1.12-r0) [2025-05-09T09:10:33.774Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-05-09T09:10:34.343Z] (105/167) Installing giflib (5.2.2-r0) [2025-05-09T09:10:34.602Z] (106/167) Installing libhwy (1.0.7-r0) [2025-05-09T09:10:34.861Z] (107/167) Installing lcms2 (2.16-r0) [2025-05-09T09:10:35.120Z] (108/167) Installing libjxl (0.10.2-r0) [2025-05-09T09:10:35.701Z] (109/167) Installing lame-libs (3.100-r5) [2025-05-09T09:10:36.288Z] (110/167) Installing opus (1.5.2-r0) [2025-05-09T09:10:36.546Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2025-05-09T09:10:37.131Z] (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-05-09T09:10:37.390Z] (113/167) Installing soxr (0.1.3-r7) [2025-05-09T09:10:37.964Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-05-09T09:10:38.226Z] (115/167) Installing libtheora (1.1.1-r18) [2025-05-09T09:10:38.795Z] (116/167) Installing libvorbis (1.3.7-r2) [2025-05-09T09:10:39.054Z] (117/167) Installing libvpx (1.14.1-r0) [2025-05-09T09:10:39.621Z] (118/167) Installing libwebpmux (1.3.2-r0) [2025-05-09T09:10:39.880Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-05-09T09:10:40.453Z] (120/167) Installing numactl (2.0.18-r0) [2025-05-09T09:10:40.712Z] (121/167) Installing x265-libs (3.6-r0) [2025-05-09T09:10:41.298Z] (122/167) Installing xvidcore (1.3.7-r2) [2025-05-09T09:10:41.867Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-05-09T09:10:42.433Z] (124/167) Installing libbluray (1.3.4-r1) [2025-05-09T09:10:43.015Z] (125/167) Installing mpg123-libs (1.32.8-r0) [2025-05-09T09:10:43.273Z] (126/167) Installing libopenmpt (0.7.7-r0) [2025-05-09T09:10:43.843Z] (127/167) Installing cjson (1.7.18-r0) [2025-05-09T09:10:44.102Z] (128/167) Installing mbedtls (3.6.3-r0) [2025-05-09T09:10:44.670Z] (129/167) Installing librist (0.2.10-r1) [2025-05-09T09:10:44.929Z] (130/167) Installing libsrt (1.5.3-r0) [2025-05-09T09:10:45.496Z] (131/167) Installing libssh (0.10.6-r0) [2025-05-09T09:10:45.755Z] (132/167) Installing libsodium (1.0.19-r0) [2025-05-09T09:10:46.323Z] (133/167) Installing libzmq (4.3.5-r2) [2025-05-09T09:10:46.580Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-05-09T09:10:47.145Z] (135/167) Installing crc32c (1.1.2-r0) [2025-05-09T09:10:47.405Z] (136/167) Installing double-conversion (3.3.0-r0) [2025-05-09T09:10:47.664Z] (137/167) Installing libevent (2.1.12-r7) [2025-05-09T09:10:48.232Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-05-09T09:10:48.491Z] (139/167) Installing mesa-gbm (24.0.9-r1) [2025-05-09T09:10:48.749Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-05-09T09:10:49.316Z] (141/167) Installing icu-libs (74.2-r0) [2025-05-09T09:10:49.884Z] (142/167) Installing minizip (1.3.1-r0) [2025-05-09T09:10:50.144Z] (143/167) Installing nspr (4.35-r4) [2025-05-09T09:10:50.403Z] (144/167) Installing sqlite-libs (3.45.3-r2) [2025-05-09T09:10:50.972Z] (145/167) Installing nss (3.105-r0) [2025-05-09T09:10:51.540Z] (146/167) Installing openh264 (2.4.1-r0) [2025-05-09T09:10:52.107Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-05-09T09:10:52.366Z] (148/167) Installing libunwind (1.8.1-r0) [2025-05-09T09:10:52.624Z] (149/167) Installing yaml (0.2.5-r2) [2025-05-09T09:10:52.882Z] (150/167) Installing libcamera (0.3.0-r0) [2025-05-09T09:10:53.450Z] (151/167) Installing speexdsp (1.2.1-r2) [2025-05-09T09:10:53.709Z] (152/167) Installing libuv (1.48.0-r0) [2025-05-09T09:10:54.277Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-05-09T09:10:54.536Z] (154/167) Installing libsndfile (1.2.2-r1) [2025-05-09T09:10:55.105Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-05-09T09:10:55.366Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2025-05-09T09:10:55.935Z] (157/167) Installing libasyncns (0.8-r3) [2025-05-09T09:10:56.195Z] (158/167) Installing libltdl (2.4.7-r3) [2025-05-09T09:10:56.764Z] (159/167) Installing orc (0.4.40-r0) [2025-05-09T09:10:57.024Z] (160/167) Installing tdb-libs (1.4.9-r1) [2025-05-09T09:10:57.286Z] (161/167) Installing libpulse (17.0-r0) [2025-05-09T09:10:57.855Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2025-05-09T09:10:58.116Z] (163/167) Installing libgpg-error (1.49-r0) [2025-05-09T09:10:58.376Z] (164/167) Installing libgcrypt (1.10.3-r0) [2025-05-09T09:10:58.945Z] (165/167) Installing libxslt (1.1.39-r2) [2025-05-09T09:10:59.205Z] (166/167) Installing chromium (131.0.6778.108-r0) [2025-05-09T09:11:14.093Z] (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-05-09T09:11:14.093Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:11:14.093Z] Executing fontconfig-2.15.0-r1.trigger [2025-05-09T09:11:14.093Z] Executing mkfontscale-1.2.2-r6.trigger [2025-05-09T09:11:14.093Z] Executing glib-2.80.5-r0.trigger [2025-05-09T09:11:14.093Z] Executing shared-mime-info-2.4-r0.trigger [2025-05-09T09:11:14.093Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-05-09T09:11:14.093Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-05-09T09:11:14.093Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-05-09T09:11:14.093Z] OK: 672 MiB in 195 packages [2025-05-09T09:11:14.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:11:14.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:11:14.351Z] (1/30) Installing jansson (2.14-r4) [2025-05-09T09:11:14.610Z] (2/30) Installing binutils (2.42-r1) [2025-05-09T09:11:15.546Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-05-09T09:11:15.546Z] (4/30) Installing isl26 (0.26-r1) [2025-05-09T09:11:16.116Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-05-09T09:11:16.682Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-05-09T09:11:16.942Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-05-09T09:11:18.979Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1172 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2025-05-09T09:11:22.047Z] Selected Git installation does not exist. Using Default [2025-05-09T09:11:22.047Z] The recommended git tool is: NONE [2025-05-09T09:11:26.920Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-05-09T09:11:26.920Z] (9/30) Installing linux-headers (6.6-r0) [2025-05-09T09:11:27.179Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-05-09T09:11:27.315Z] using credential edgex-jenkins-ssh [2025-05-09T09:11:27.337Z] Cloning the remote Git repository [2025-05-09T09:11:27.437Z] (11/30) Installing libpq (16.8-r0) [2025-05-09T09:11:28.006Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-05-09T09:11:28.265Z] (13/30) Installing libpq-dev (16.8-r0) [2025-05-09T09:11:27.370Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-05-09T09:11:27.467Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2025-05-09T09:11:27.665Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-05-09T09:11:27.666Z] > git --version # timeout=10 [2025-05-09T09:11:27.699Z] > git --version # 'git version 2.25.1' [2025-05-09T09:11:27.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-09T09:11:27.871Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-09T09:11:28.833Z] (14/30) Installing libecpg (16.8-r0) [2025-05-09T09:11:29.091Z] (15/30) Installing libecpg-dev (16.8-r0) [2025-05-09T09:11:29.412Z] Avoid second fetch [2025-05-09T09:11:29.412Z] Checking out Revision 235bca4a8432a561fea1a1efa3e48abcfbcbc34f (main) [2025-05-09T09:11:29.658Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-05-09T09:11:28.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-05-09T09:11:28.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-09T09:11:29.414Z] > git config core.sparsecheckout # timeout=10 [2025-05-09T09:11:29.482Z] > git checkout -f 235bca4a8432a561fea1a1efa3e48abcfbcbc34f # timeout=10 [2025-05-09T09:11:30.011Z] Commit message: "Merge pull request #122 from jinlinGuan/issue-121" [2025-05-09T09:11:30.228Z] (17/30) Installing llvm16-libs (16.0.6-r9) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-09T09:11:34.751Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-09T09:11:34.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-09T09:11:34.751Z] Dload Upload Total Spent Left Speed [2025-05-09T09:11:34.751Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 72886 0 --:--:-- --:--:-- --:--:-- 72886 [Pipeline] sh [2025-05-09T09:11:35.101Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-09T09:11:35.422Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-09T09:11:35.422Z] + sudo tee /etc/docker/daemon.new [2025-05-09T09:11:35.422Z] { [2025-05-09T09:11:35.422Z] "registry-mirrors": [ [2025-05-09T09:11:35.422Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-09T09:11:35.422Z] ], [2025-05-09T09:11:35.422Z] "bip": "10.250.0.254/24", [2025-05-09T09:11:35.422Z] "hosts": [ [2025-05-09T09:11:35.422Z] "tcp://0.0.0.0:5555", [2025-05-09T09:11:35.422Z] "unix:///var/run/docker.sock" [2025-05-09T09:11:35.422Z] ], [2025-05-09T09:11:35.422Z] "mtu": 1458, [2025-05-09T09:11:35.422Z] "selinux-enabled": true, [2025-05-09T09:11:35.422Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-09T09:11:35.422Z] } [Pipeline] sh [2025-05-09T09:11:35.765Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-09T09:11:36.092Z] + sudo service docker restart [2025-05-09T09:11:36.785Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-05-09T09:11:40.070Z] (19/30) Installing fortify-headers (1.1-r3) [2025-05-09T09:11:40.070Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-05-09T09:11:40.636Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-05-09T09:11:40.895Z] (22/30) Installing clang16 (16.0.6-r5) [2025-05-09T09:11:41.462Z] (23/30) Installing icu (74.2-r0) [2025-05-09T09:11:42.030Z] (24/30) Installing icu-dev (74.2-r0) [2025-05-09T09:11:42.288Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-05-09T09:11:50.397Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-05-09T09:11:50.397Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-05-09T09:11:50.397Z] (28/30) Installing zstd (1.5.6-r0) [2025-05-09T09:11:50.657Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-05-09T09:11:50.915Z] (30/30) Installing postgresql16-dev (16.8-r0) [2025-05-09T09:11:51.482Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:11:51.482Z] OK: 1208 MiB in 225 packages [2025-05-09T09:11:51.742Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:11:52.001Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:11:52.939Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:11:54.358Z] provisioning config files... [2025-05-09T09:11:54.382Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4430178381288704254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:11:54.829Z] ---> ****-login.sh [2025-05-09T09:11:54.829Z] nexus3.edgexfoundry.org:10001 [2025-05-09T09:11:55.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:11:55.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:11:55.687Z] Configure a credential helper to remove this warning. See [2025-05-09T09:11:55.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:11:55.687Z] [2025-05-09T09:11:55.687Z] Login Succeeded [2025-05-09T09:11:55.687Z] nexus3.edgexfoundry.org:10002 [2025-05-09T09:11:55.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:11:55.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:11:55.968Z] Configure a credential helper to remove this warning. See [2025-05-09T09:11:55.968Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:11:55.968Z] [2025-05-09T09:11:55.968Z] Login Succeeded [2025-05-09T09:11:55.968Z] nexus3.edgexfoundry.org:10003 [2025-05-09T09:11:55.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:11:56.227Z] (2/14) Installing gdbm (1.23-r1) [2025-05-09T09:11:56.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:11:56.238Z] Configure a credential helper to remove this warning. See [2025-05-09T09:11:56.238Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:11:56.238Z] [2025-05-09T09:11:56.238Z] Login Succeeded [2025-05-09T09:11:56.238Z] nexus3.edgexfoundry.org:10004 [2025-05-09T09:11:56.486Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-05-09T09:11:56.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:11:56.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:11:56.510Z] Configure a credential helper to remove this warning. See [2025-05-09T09:11:56.510Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:11:56.510Z] [2025-05-09T09:11:56.510Z] Login Succeeded [2025-05-09T09:11:56.510Z] ****.io [2025-05-09T09:11:56.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:11:57.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:11:57.044Z] Configure a credential helper to remove this warning. See [2025-05-09T09:11:57.044Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:11:57.044Z] [2025-05-09T09:11:57.044Z] Login Succeeded [2025-05-09T09:11:57.044Z] ---> ****-login.sh ends [2025-05-09T09:11:57.053Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [Pipeline] } [2025-05-09T09:11:57.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-05-09T09:11:57.311Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-09T09:11:57.570Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-05-09T09:11:57.723Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-09T09:11:57.828Z] (7/14) Installing readline (8.2.10-r0) [2025-05-09T09:11:58.068Z] + ls -al . [2025-05-09T09:11:58.068Z] total 68 [2025-05-09T09:11:58.068Z] drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:11 . [2025-05-09T09:11:58.068Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 09:11 .. [2025-05-09T09:11:58.068Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 09:11 .git [2025-05-09T09:11:58.068Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 09:11 .github [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 22 May 9 09:11 .gitignore [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 1653 May 9 09:11 Dockerfile [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 746 May 9 09:11 Jenkinsfile [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 9 09:11 LICENSE [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 4232 May 9 09:11 README.md [2025-05-09T09:11:58.068Z] drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:11 TUC [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 11 May 9 09:09 VERSION [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 347 May 9 09:11 requirements.txt [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 54 May 9 09:11 robot-entrypoint.sh [2025-05-09T09:11:58.068Z] -rw-rw-r-- 1 jenkins jenkins 445 May 9 09:11 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:11:58.394Z] (8/14) Installing python3 (3.12.10-r0) [2025-05-09T09:11:58.416Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f --label arch=arm64 --label version=1.0.0-dev.2 . [2025-05-09T09:11:58.683Z] Sending build context to Docker daemon 343kB [2025-05-09T09:11:58.683Z] Step 1/13 : FROM alpine:3.20 [2025-05-09T09:11:59.264Z] 3.20: Pulling from library/alpine [2025-05-09T09:11:59.264Z] 94e9d8af2201: Pulling fs layer [2025-05-09T09:11:59.329Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) [2025-05-09T09:11:59.847Z] 94e9d8af2201: Verifying Checksum [2025-05-09T09:11:59.847Z] 94e9d8af2201: Download complete [2025-05-09T09:11:59.895Z] (10/14) Installing pyc (3.12.10-r0) [2025-05-09T09:12:00.155Z] (11/14) Installing python3-pyc (3.12.10-r0) [2025-05-09T09:12:00.414Z] (12/14) Installing python3-dev (3.12.10-r0) [2025-05-09T09:12:00.431Z] 94e9d8af2201: Pull complete [2025-05-09T09:12:00.431Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-09T09:12:00.431Z] Status: Downloaded newer image for alpine:3.20 [2025-05-09T09:12:00.431Z] ---> 7aab056cecc6 [2025-05-09T09:12:00.431Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-05-09T09:12:00.431Z] ---> Running in 2451aaf8cd62 [2025-05-09T09:12:00.699Z] Removing intermediate container 2451aaf8cd62 [2025-05-09T09:12:00.699Z] ---> 501c54201445 [2025-05-09T09:12:00.699Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-05-09T09:12:00.966Z] ---> Running in e47e7a1b3513 [2025-05-09T09:12:01.240Z] Removing intermediate container e47e7a1b3513 [2025-05-09T09:12:01.240Z] ---> f3dcee359fc1 [2025-05-09T09:12:01.240Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-05-09T09:12:01.827Z] ---> 71cd9daf6b4d [2025-05-09T09:12:01.827Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-05-09T09:12:02.105Z] ---> 3508b4c7534d [2025-05-09T09:12:02.105Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-05-09T09:12:02.690Z] ---> be18be4ed202 [2025-05-09T09:12:02.690Z] Step 7/13 : WORKDIR /edgex-taf [2025-05-09T09:12:02.690Z] ---> Running in f6cbbb9714ad [2025-05-09T09:12:02.964Z] Removing intermediate container f6cbbb9714ad [2025-05-09T09:12:02.964Z] ---> 095943f8ed78 [2025-05-09T09:12:02.964Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-09T09:12:02.964Z] ---> Running in 46cd435c1f6a [2025-05-09T09:12:04.935Z] Removing intermediate container 46cd435c1f6a [2025-05-09T09:12:04.935Z] ---> 42875d704735 [2025-05-09T09:12:04.935Z] Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-05-09T09:12:04.935Z] ---> Running in 8bee1a9449af [2025-05-09T09:12:05.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:06.491Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:06.974Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-05-09T09:12:06.974Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-05-09T09:12:07.233Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:12:07.233Z] OK: 1374 MiB in 239 packages [2025-05-09T09:12:07.233Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:12:07.799Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:12:08.438Z] OK: 9 MiB in 14 packages [2025-05-09T09:12:08.438Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:08.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:08.734Z] OK: 1374 MiB in 239 packages [2025-05-09T09:12:08.734Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-09T09:12:08.996Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-09T09:12:09.929Z] (1/1) Installing tzdata (2025b-r0) [2025-05-09T09:12:10.187Z] OK: 1376 MiB in 240 packages [2025-05-09T09:12:10.653Z] (1/14) Installing ca-certificates (20241121-r1) [2025-05-09T09:12:10.753Z] (1/1) Purging tzdata (2025b-r0) [2025-05-09T09:12:10.753Z] OK: 1374 MiB in 239 packages [2025-05-09T09:12:10.921Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-09T09:12:11.514Z] (3/14) Installing c-ares (1.33.1-r0) [2025-05-09T09:12:11.780Z] (4/14) Installing libunistring (1.2-r0) [2025-05-09T09:12:12.362Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-05-09T09:12:12.772Z] Looking in links: /tmp/tmpaj0t1w8l [2025-05-09T09:12:12.772Z] Processing /tmp/tmpaj0t1w8l/pip-25.0.1-py3-none-any.whl [2025-05-09T09:12:12.772Z] Installing collected packages: pip [2025-05-09T09:12:12.943Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-09T09:12:13.210Z] (7/14) Installing libpsl (0.21.5-r1) [2025-05-09T09:12:13.371Z] Successfully installed pip-25.0.1 [2025-05-09T09:12:13.371Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:12:13.793Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-09T09:12:13.984Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-05-09T09:12:13.984Z] Collecting pip [2025-05-09T09:12:13.984Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-05-09T09:12:13.984Z] Collecting setuptools [2025-05-09T09:12:13.984Z] Downloading setuptools-80.3.1-py3-none-any.whl.metadata (6.5 kB) [2025-05-09T09:12:13.984Z] Collecting wheel [2025-05-09T09:12:13.984Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:12:13.984Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-05-09T09:12:14.057Z] (9/14) Installing libcurl (8.12.1-r0) [2025-05-09T09:12:14.256Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 58.3 MB/s eta 0:00:00 [2025-05-09T09:12:14.257Z] Downloading setuptools-80.3.1-py3-none-any.whl (1.2 MB) [2025-05-09T09:12:14.257Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 101.0 MB/s eta 0:00:00 [2025-05-09T09:12:14.257Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-05-09T09:12:14.257Z] Installing collected packages: wheel, setuptools, pip [2025-05-09T09:12:14.635Z] (10/14) Installing curl (8.12.1-r0) [2025-05-09T09:12:14.900Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-05-09T09:12:15.256Z] Attempting uninstall: pip [2025-05-09T09:12:15.256Z] Found existing installation: pip 25.0.1 [2025-05-09T09:12:15.256Z] Uninstalling pip-25.0.1: [2025-05-09T09:12:15.256Z] Successfully uninstalled pip-25.0.1 [2025-05-09T09:12:15.862Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-05-09T09:12:16.236Z] Successfully installed pip-25.1.1 setuptools-80.3.1 wheel-0.45.1 [2025-05-09T09:12:16.236Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:12:16.441Z] (13/14) Installing jq (1.7.1-r0) [2025-05-09T09:12:16.805Z] Processing ./edgex-taf-common [2025-05-09T09:12:16.805Z] Preparing metadata (setup.py): started [2025-05-09T09:12:16.805Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:16.805Z] Building wheels for collected packages: edgex-taf-common [2025-05-09T09:12:16.805Z]  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:16.805Z]  Building wheel for edgex-taf-common (setup.py): started [2025-05-09T09:12:17.023Z] (14/14) Installing openssl (3.3.3-r0) [2025-05-09T09:12:17.065Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-05-09T09:12:17.065Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14235 sha256=3c7c8e8e4be3cf514ac5397739c701bf0af82b8154267562dd6b9b0ea3932c31 [2025-05-09T09:12:17.065Z] Stored in directory: /tmp/pip-ephem-wheel-cache-joh53nnz/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-05-09T09:12:17.065Z] Successfully built edgex-taf-common [2025-05-09T09:12:17.065Z] Installing collected packages: edgex-taf-common [2025-05-09T09:12:17.065Z] Successfully installed edgex-taf-common-0.0.0 [2025-05-09T09:12:17.065Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:12:17.289Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:12:17.289Z] Executing ca-certificates-20241121-r1.trigger [2025-05-09T09:12:17.560Z] OK: 43 MiB in 28 packages [2025-05-09T09:12:17.633Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-05-09T09:12:17.633Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:12:17.633Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-05-09T09:12:17.633Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-05-09T09:12:17.633Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-05-09T09:12:17.633Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-05-09T09:12:17.633Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-05-09T09:12:17.633Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-05-09T09:12:17.633Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-05-09T09:12:17.827Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:17.892Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-05-09T09:12:17.892Z] Preparing metadata (setup.py): started [2025-05-09T09:12:17.893Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:17.893Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-05-09T09:12:17.893Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-05-09T09:12:17.893Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-05-09T09:12:17.893Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-05-09T09:12:18.151Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-05-09T09:12:18.151Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-05-09T09:12:18.151Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-05-09T09:12:18.151Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-05-09T09:12:18.151Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-05-09T09:12:18.151Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-05-09T09:12:18.404Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:12:18.410Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-05-09T09:12:18.410Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2025-05-09T09:12:18.410Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-05-09T09:12:18.410Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-05-09T09:12:18.410Z] Installing build dependencies: started [2025-05-09T09:12:19.345Z] Installing build dependencies: finished with status 'done' [2025-05-09T09:12:19.345Z] Getting requirements to build wheel: started [2025-05-09T09:12:19.912Z] Getting requirements to build wheel: finished with status 'done' [2025-05-09T09:12:19.912Z] Preparing metadata (pyproject.toml): started [2025-05-09T09:12:20.171Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-09T09:12:20.341Z] (1/166) Installing libexpat (2.7.0-r0) [2025-05-09T09:12:20.341Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-05-09T09:12:20.430Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-05-09T09:12:20.430Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) [2025-05-09T09:12:20.430Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-05-09T09:12:20.430Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-05-09T09:12:20.430Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-05-09T09:12:20.430Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-05-09T09:12:20.606Z] (3/166) Installing libpng (1.6.44-r0) [2025-05-09T09:12:20.689Z] Preparing metadata (setup.py): started [2025-05-09T09:12:20.689Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:20.949Z] Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) [2025-05-09T09:12:20.949Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2025-05-09T09:12:21.184Z] (4/166) Installing freetype (2.13.2-r0) [2025-05-09T09:12:21.208Z] Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) [2025-05-09T09:12:21.208Z] Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) [2025-05-09T09:12:21.208Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.208Z] Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:12:21.208Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.208Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-05-09T09:12:21.209Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.209Z] Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:12:21.209Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.209Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-05-09T09:12:21.209Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.209Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-05-09T09:12:21.209Z] Preparing metadata (setup.py): started [2025-05-09T09:12:21.467Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:21.467Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.467Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-05-09T09:12:21.467Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.467Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-05-09T09:12:21.467Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.467Z] Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) [2025-05-09T09:12:21.728Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.728Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-05-09T09:12:21.728Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.728Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-05-09T09:12:21.728Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.728Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-05-09T09:12:21.728Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:21.728Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-05-09T09:12:21.728Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:12:21.728Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-05-09T09:12:21.728Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:12:21.728Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-05-09T09:12:21.728Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:12:21.728Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-05-09T09:12:21.763Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-05-09T09:12:21.987Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:12:21.987Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-05-09T09:12:21.987Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:12:21.987Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-05-09T09:12:21.987Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:12:21.987Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-05-09T09:12:21.987Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.3.1) [2025-05-09T09:12:21.987Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:12:21.987Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-05-09T09:12:21.987Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:12:21.987Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [2025-05-09T09:12:21.987Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.987Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-05-09T09:12:21.987Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.987Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-05-09T09:12:21.987Z] Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:21.987Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-05-09T09:12:22.027Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-05-09T09:12:22.247Z] Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-05-09T09:12:22.247Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-05-09T09:12:22.247Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-05-09T09:12:22.247Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-05-09T09:12:22.247Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-05-09T09:12:22.247Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-05-09T09:12:22.247Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:12:22.247Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-05-09T09:12:22.247Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.247Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-05-09T09:12:22.247Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.247Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-05-09T09:12:22.247Z] Preparing metadata (setup.py): started [2025-05-09T09:12:22.505Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:22.505Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.505Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:12:22.505Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.505Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-05-09T09:12:22.505Z] Preparing metadata (setup.py): started [2025-05-09T09:12:22.604Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-05-09T09:12:22.765Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:12:22.765Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.765Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:12:22.765Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.765Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-05-09T09:12:22.765Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:22.765Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-05-09T09:12:22.868Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-05-09T09:12:23.025Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.025Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-05-09T09:12:23.284Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.284Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2025-05-09T09:12:23.284Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.284Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-05-09T09:12:23.448Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-05-09T09:12:23.543Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-05-09T09:12:23.543Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-05-09T09:12:23.543Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-05-09T09:12:23.543Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-05-09T09:12:23.543Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-05-09T09:12:23.543Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-05-09T09:12:23.543Z] Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.543Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-05-09T09:12:23.543Z] Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.713Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-05-09T09:12:23.803Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-05-09T09:12:23.803Z] Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.803Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-05-09T09:12:23.803Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:12:23.803Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) [2025-05-09T09:12:23.803Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-05-09T09:12:23.804Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 234.0 MB/s eta 0:00:00 [2025-05-09T09:12:23.804Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-05-09T09:12:23.804Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-05-09T09:12:23.804Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-05-09T09:12:23.804Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-05-09T09:12:23.804Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-05-09T09:12:23.804Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-05-09T09:12:23.804Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-05-09T09:12:23.804Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-05-09T09:12:23.804Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2025-05-09T09:12:24.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 243.1 MB/s eta 0:00:00 [2025-05-09T09:12:24.063Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) [2025-05-09T09:12:24.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 117.6 MB/s eta 0:00:00 [2025-05-09T09:12:24.063Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-05-09T09:12:24.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 271.5 MB/s eta 0:00:00 [2025-05-09T09:12:24.063Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2025-05-09T09:12:24.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 248.5 MB/s eta 0:00:00 [2025-05-09T09:12:24.063Z] Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) [2025-05-09T09:12:24.063Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) [2025-05-09T09:12:24.063Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-05-09T09:12:24.063Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-05-09T09:12:24.063Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-05-09T09:12:24.063Z] Downloading click-8.1.8-py3-none-any.whl (98 kB) [2025-05-09T09:12:24.063Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-05-09T09:12:24.063Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-05-09T09:12:24.063Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-05-09T09:12:24.063Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-05-09T09:12:24.063Z] Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) [2025-05-09T09:12:24.063Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 105.4 MB/s eta 0:00:00 [2025-05-09T09:12:24.063Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-05-09T09:12:24.063Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-05-09T09:12:24.063Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-05-09T09:12:24.297Z] (11/166) Installing libffi (3.4.6-r0) [2025-05-09T09:12:24.322Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-05-09T09:12:24.322Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-05-09T09:12:24.322Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-05-09T09:12:24.322Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-05-09T09:12:24.322Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-05-09T09:12:24.322Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-05-09T09:12:24.322Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-05-09T09:12:24.322Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-05-09T09:12:24.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 290.6 MB/s eta 0:00:00 [2025-05-09T09:12:24.322Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-05-09T09:12:24.322Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-05-09T09:12:24.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 262.5 MB/s eta 0:00:00 [2025-05-09T09:12:24.322Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-05-09T09:12:24.322Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-05-09T09:12:24.322Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-05-09T09:12:24.322Z] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [2025-05-09T09:12:24.322Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-05-09T09:12:24.322Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-05-09T09:12:24.322Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB) [2025-05-09T09:12:24.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 223.9 MB/s eta 0:00:00 [2025-05-09T09:12:24.322Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-05-09T09:12:24.322Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-05-09T09:12:24.322Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-05-09T09:12:24.322Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-05-09T09:12:24.322Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-05-09T09:12:24.322Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-05-09T09:12:24.322Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-05-09T09:12:24.322Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2025-05-09T09:12:24.322Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-05-09T09:12:24.322Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-05-09T09:12:24.322Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-05-09T09:12:24.322Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-05-09T09:12:24.322Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-05-09T09:12:24.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 228.8 MB/s eta 0:00:00 [2025-05-09T09:12:24.322Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-05-09T09:12:24.322Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-05-09T09:12:24.322Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-05-09T09:12:24.322Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-05-09T09:12:24.563Z] (12/166) Installing libintl (0.22.5-r0) [2025-05-09T09:12:24.579Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-05-09T09:12:24.579Z]  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:24.579Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-05-09T09:12:24.579Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-05-09T09:12:24.579Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=1b6a16e4f96193fa5031b522f20fc12dc340fb6c6875a81370d52867423c697a [2025-05-09T09:12:24.579Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-05-09T09:12:24.579Z] Building wheel for psutil (pyproject.toml): started [2025-05-09T09:12:24.828Z] (13/166) Installing libeconf (0.6.3-r0) [2025-05-09T09:12:25.416Z] (14/166) Installing libblkid (2.40.1-r1) [2025-05-09T09:12:25.681Z] (15/166) Installing libmount (2.40.1-r1) [2025-05-09T09:12:26.259Z] (16/166) Installing pcre2 (10.43-r0) [2025-05-09T09:12:26.481Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-05-09T09:12:26.481Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277529 sha256=286eef333c665f18768917985411b10e397bfe522e9f4848acbd34103a43ce5c [2025-05-09T09:12:26.481Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-05-09T09:12:26.481Z]  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:26.481Z]  Building wheel for psycopg2 (setup.py): started [2025-05-09T09:12:26.523Z] (17/166) Installing glib (2.80.5-r0) [2025-05-09T09:12:27.101Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-09T09:12:27.680Z] (19/166) Installing xz-libs (5.6.2-r1) [2025-05-09T09:12:28.257Z] (20/166) Installing libxml2 (2.12.7-r2) [2025-05-09T09:12:28.839Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-05-09T09:12:29.417Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-05-09T09:12:29.685Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-05-09T09:12:30.267Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-05-09T09:12:30.535Z] (25/166) Installing libwebp (1.3.2-r0) [2025-05-09T09:12:31.116Z] (26/166) Installing tiff (4.6.0t-r0) [2025-05-09T09:12:31.381Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-05-09T09:12:31.960Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-05-09T09:12:32.225Z] (29/166) Installing libxau (1.0.11-r4) [2025-05-09T09:12:32.490Z] (30/166) Installing libmd (1.1.0-r0) [2025-05-09T09:12:32.755Z] (31/166) Installing libbsd (0.12.2-r0) [2025-05-09T09:12:33.019Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-05-09T09:12:33.286Z] (33/166) Installing libxcb (1.16.1-r0) [2025-05-09T09:12:33.867Z] (34/166) Installing libx11 (1.8.9-r1) [2025-05-09T09:12:34.448Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-05-09T09:12:34.719Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-05-09T09:12:34.986Z] (37/166) Installing libxrender (0.9.11-r5) [2025-05-09T09:12:35.569Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-05-09T09:12:35.834Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-05-09T09:12:36.099Z] (40/166) Installing libxext (1.3.6-r2) [2025-05-09T09:12:36.365Z] (41/166) Installing libxi (1.8.1-r4) [2025-05-09T09:12:36.461Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-05-09T09:12:36.461Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521919 sha256=8d14f59c0688fca18a55e9738141047da5805fb0ea622573f6a9141657ad9d21 [2025-05-09T09:12:36.461Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-05-09T09:12:36.461Z]  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:36.461Z]  Building wheel for flex (setup.py): started [2025-05-09T09:12:36.461Z] Building wheel for flex (setup.py): finished with status 'done' [2025-05-09T09:12:36.461Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=50b7ae8c0820a8a4bbefcef4455bb3220f7494fa92ee123a1befd11cbcadfec0 [2025-05-09T09:12:36.461Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-05-09T09:12:36.461Z]  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:36.461Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-05-09T09:12:36.461Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-05-09T09:12:36.462Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=2908aa9af0232525352157b93426c005dc5b8a8fbc755b99ab29f4748a47987c [2025-05-09T09:12:36.462Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-05-09T09:12:36.462Z]  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:12:36.462Z]  Building wheel for validate-email (setup.py): started [2025-05-09T09:12:36.462Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-05-09T09:12:36.462Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=45e994623eec8e3aadbe7ee078be9d84cb784f3350ed3e89d98205f96897fde8 [2025-05-09T09:12:36.462Z] Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-05-09T09:12:36.462Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-05-09T09:12:36.462Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-05-09T09:12:36.634Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-05-09T09:12:37.215Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-05-09T09:12:37.487Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-05-09T09:12:37.752Z] (45/166) Installing libxtst (1.2.4-r6) [2025-05-09T09:12:38.021Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-05-09T09:12:38.599Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-05-09T09:12:38.864Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-05-09T09:12:39.443Z] (49/166) Installing pixman (0.43.2-r0) [2025-05-09T09:12:39.710Z] (50/166) Installing cairo (1.18.0-r0) [2025-05-09T09:12:40.296Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2025-05-09T09:12:40.563Z] (52/166) Installing avahi-libs (0.8-r17) [2025-05-09T09:12:40.923Z] (53/166) Installing gmp (6.3.0-r1) [2025-05-09T09:12:41.503Z] (54/166) Installing nettle (3.9.1-r0) [2025-05-09T09:12:42.084Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-05-09T09:12:42.348Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-05-09T09:12:42.938Z] (57/166) Installing gnutls (3.8.5-r0) [2025-05-09T09:12:43.519Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-05-09T09:12:43.784Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-05-09T09:12:44.364Z] (60/166) Installing fribidi (1.0.15-r0) [2025-05-09T09:12:44.630Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-05-09T09:12:45.210Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-05-09T09:12:45.476Z] (63/166) Installing libxft (2.3.8-r3) [2025-05-09T09:12:46.060Z] (64/166) Installing pango (1.52.2-r0) [2025-05-09T09:12:46.454Z] [2025-05-09T09:12:46.454Z] Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.1.8 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-05-09T09:12:46.454Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:12:46.641Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-05-09T09:12:46.906Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-05-09T09:12:47.173Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-05-09T09:12:47.438Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-05-09T09:12:48.016Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-05-09T09:12:48.597Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-05-09T09:12:49.178Z] (71/166) Installing icu-data-full (74.2-r0) [2025-05-09T09:12:52.515Z] (72/166) Installing mesa (24.0.9-r1) [2025-05-09T09:12:52.515Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2025-05-09T09:13:02.575Z] (74/166) Installing hwdata-pci (0.382-r0) [2025-05-09T09:13:02.575Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-05-09T09:13:02.575Z] (76/166) Installing libdrm (2.4.120-r0) [2025-05-09T09:13:02.839Z] (77/166) Installing libelf (0.191-r0) [2025-05-09T09:13:03.416Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-05-09T09:13:03.681Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-05-09T09:13:06.246Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-05-09T09:13:06.246Z] (81/166) Installing libmagic (5.45-r1) [2025-05-09T09:13:06.824Z] (82/166) Installing file (5.45-r1) [2025-05-09T09:13:07.089Z] (83/166) Installing xprop (1.2.7-r0) [2025-05-09T09:13:07.666Z] (84/166) Installing libice (1.1.1-r6) [2025-05-09T09:13:07.929Z] (85/166) Installing libuuid (2.40.1-r1) [2025-05-09T09:13:08.193Z] (86/166) Installing libsm (1.2.4-r4) [2025-05-09T09:13:08.392Z] Removing intermediate container a6e19861157d [2025-05-09T09:13:08.392Z] ---> 8328dfb7a339 [2025-05-09T09:13:08.392Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-05-09T09:13:08.392Z] ---> Running in fb6e976719d6 [2025-05-09T09:13:08.392Z] Removing intermediate container fb6e976719d6 [2025-05-09T09:13:08.392Z] ---> 4e1ef3eb164d [2025-05-09T09:13:08.392Z] Step 11/13 : LABEL arch=amd64 [2025-05-09T09:13:08.392Z] ---> Running in 566f9508645b [2025-05-09T09:13:08.392Z] Removing intermediate container 566f9508645b [2025-05-09T09:13:08.392Z] ---> 3f243a01042d [2025-05-09T09:13:08.392Z] Step 12/13 : LABEL git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:13:08.392Z] ---> Running in 4eaf69821c90 [2025-05-09T09:13:08.392Z] Removing intermediate container 4eaf69821c90 [2025-05-09T09:13:08.392Z] ---> 403e46d7b073 [2025-05-09T09:13:08.392Z] Step 13/13 : LABEL version=1.0.0-dev.2 [2025-05-09T09:13:08.392Z] ---> Running in 96393b5d6236 [2025-05-09T09:13:08.392Z] Removing intermediate container 96393b5d6236 [2025-05-09T09:13:08.392Z] ---> 205e31ea6780 [2025-05-09T09:13:08.392Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-09T09:13:08.392Z] Successfully built 205e31ea6780 [2025-05-09T09:13:08.392Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2025-05-09T09:13:08.458Z] (87/166) Installing libxt (1.3.0-r5) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-09T09:13:08.538Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2025-05-09T09:13:08.539Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:13:08.539Z] latest [2025-05-09T09:13:08.539Z] 1.0.0-dev.2 [2025-05-09T09:13:08.539Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:13:08.539Z] main [2025-05-09T09:13:08.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:13:08.874Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:13:09.035Z] (88/166) Installing libxmu (1.1.4-r2) [2025-05-09T09:13:09.194Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:13:09.194Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-05-09T09:13:09.194Z] 22efa3a77642: Preparing [2025-05-09T09:13:09.194Z] 8445cac951cc: Preparing [2025-05-09T09:13:09.194Z] ea211d002771: Preparing [2025-05-09T09:13:09.194Z] 993a46cea685: Preparing [2025-05-09T09:13:09.194Z] 5169d68dbba4: Preparing [2025-05-09T09:13:09.194Z] 994456c4fd7b: Preparing [2025-05-09T09:13:09.194Z] 994456c4fd7b: Waiting [2025-05-09T09:13:09.194Z] 993a46cea685: Pushed [2025-05-09T09:13:09.194Z] ea211d002771: Pushed [2025-05-09T09:13:09.194Z] 8445cac951cc: Pushed [2025-05-09T09:13:09.194Z] 5169d68dbba4: Pushed [2025-05-09T09:13:09.194Z] 994456c4fd7b: Layer already exists [2025-05-09T09:13:09.298Z] (89/166) Installing xset (1.2.5-r1) [2025-05-09T09:13:09.563Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-05-09T09:13:10.141Z] (91/166) Installing libogg (1.3.5-r5) [2025-05-09T09:13:10.405Z] (92/166) Installing libflac (1.4.3-r1) [2025-05-09T09:13:10.984Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-05-09T09:13:11.562Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-05-09T09:13:12.141Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-05-09T09:13:12.721Z] (96/166) Installing libva (2.21.0-r0) [2025-05-09T09:13:12.985Z] (97/166) Installing libvdpau (1.5-r3) [2025-05-09T09:13:13.255Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-05-09T09:13:13.834Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-05-09T09:13:14.411Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-05-09T09:13:14.676Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-05-09T09:13:15.253Z] (102/166) Installing imath (3.1.12-r0) [2025-05-09T09:13:15.517Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-05-09T09:13:16.095Z] (104/166) Installing giflib (5.2.2-r0) [2025-05-09T09:13:16.359Z] (105/166) Installing libhwy (1.0.7-r0) [2025-05-09T09:13:16.625Z] (106/166) Installing lcms2 (2.16-r0) [2025-05-09T09:13:17.202Z] (107/166) Installing libjxl (0.10.2-r0) [2025-05-09T09:13:17.783Z] (108/166) Installing lame-libs (3.100-r5) [2025-05-09T09:13:18.057Z] (109/166) Installing opus (1.5.2-r0) [2025-05-09T09:13:18.636Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-05-09T09:13:19.215Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-05-09T09:13:19.792Z] (112/166) Installing soxr (0.1.3-r7) [2025-05-09T09:13:20.056Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-05-09T09:13:20.319Z] (114/166) Installing libtheora (1.1.1-r18) [2025-05-09T09:13:20.895Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-05-09T09:13:21.470Z] (116/166) Installing libvpx (1.14.1-r0) [2025-05-09T09:13:22.047Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-05-09T09:13:22.309Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-05-09T09:13:22.883Z] (119/166) Installing numactl (2.0.18-r0) [2025-05-09T09:13:23.147Z] (120/166) Installing x265-libs (3.6-r0) [2025-05-09T09:13:24.099Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-05-09T09:13:24.362Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-05-09T09:13:25.315Z] (123/166) Installing libbluray (1.3.4-r1) [2025-05-09T09:13:25.579Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-05-09T09:13:26.156Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-05-09T09:13:26.734Z] (126/166) Installing cjson (1.7.18-r0) [2025-05-09T09:13:26.998Z] (127/166) Installing mbedtls (3.6.3-r0) [2025-05-09T09:13:27.575Z] (128/166) Installing librist (0.2.10-r1) [2025-05-09T09:13:27.839Z] (129/166) Installing libsrt (1.5.3-r0) [2025-05-09T09:13:28.416Z] (130/166) Installing libssh (0.10.6-r0) [2025-05-09T09:13:28.995Z] (131/166) Installing libsodium (1.0.19-r0) [2025-05-09T09:13:29.259Z] (132/166) Installing libzmq (4.3.5-r2) [2025-05-09T09:13:29.836Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-05-09T09:13:30.416Z] (134/166) Installing crc32c (1.1.2-r0) [2025-05-09T09:13:30.681Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-05-09T09:13:30.944Z] (136/166) Installing libevent (2.1.12-r7) [2025-05-09T09:13:31.521Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-05-09T09:13:31.785Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-05-09T09:13:32.362Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-05-09T09:13:32.943Z] (140/166) Installing icu-libs (74.2-r0) [2025-05-09T09:13:33.522Z] (141/166) Installing minizip (1.3.1-r0) [2025-05-09T09:13:33.784Z] (142/166) Installing nspr (4.35-r4) [2025-05-09T09:13:34.048Z] (143/166) Installing sqlite-libs (3.45.3-r2) [2025-05-09T09:13:34.625Z] (144/166) Installing nss (3.105-r0) [2025-05-09T09:13:35.203Z] (145/166) Installing openh264 (2.4.1-r0) [2025-05-09T09:13:35.783Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-05-09T09:13:36.365Z] (147/166) Installing libunwind (1.8.1-r0) [2025-05-09T09:13:36.686Z] (148/166) Installing yaml (0.2.5-r2) [2025-05-09T09:13:37.278Z] (149/166) Installing libcamera (0.3.0-r0) [2025-05-09T09:13:37.877Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-05-09T09:13:38.147Z] (151/166) Installing libuv (1.48.0-r0) [2025-05-09T09:13:38.432Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-05-09T09:13:39.018Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-05-09T09:13:39.605Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-05-09T09:13:39.873Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-05-09T09:13:40.847Z] (156/166) Installing libasyncns (0.8-r3) [2025-05-09T09:13:40.847Z] (157/166) Installing libltdl (2.4.7-r3) [2025-05-09T09:13:41.425Z] (158/166) Installing orc (0.4.40-r0) [2025-05-09T09:13:41.690Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-05-09T09:13:42.271Z] (160/166) Installing libpulse (17.0-r0) [2025-05-09T09:13:42.535Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-05-09T09:13:43.115Z] (162/166) Installing libgpg-error (1.49-r0) [2025-05-09T09:13:43.380Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-05-09T09:13:43.959Z] (164/166) Installing libxslt (1.1.39-r2) [2025-05-09T09:13:44.225Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-05-09T09:13:50.864Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-05-09T09:13:51.443Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:13:51.443Z] Executing fontconfig-2.15.0-r1.trigger [2025-05-09T09:13:51.443Z] Executing mkfontscale-1.2.2-r6.trigger [2025-05-09T09:13:51.711Z] Executing glib-2.80.5-r0.trigger [2025-05-09T09:13:51.711Z] Executing shared-mime-info-2.4-r0.trigger [2025-05-09T09:13:53.655Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-05-09T09:13:53.655Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-05-09T09:13:53.655Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-05-09T09:13:53.922Z] OK: 657 MiB in 194 packages [2025-05-09T09:13:54.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:13:54.770Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:13:56.198Z] (1/30) Installing jansson (2.14-r4) [2025-05-09T09:13:56.777Z] (2/30) Installing binutils (2.42-r1) [2025-05-09T09:13:57.737Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-05-09T09:13:57.737Z] (4/30) Installing isl26 (0.26-r1) [2025-05-09T09:13:58.316Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-05-09T09:13:58.899Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-05-09T09:13:59.164Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-05-09T09:14:07.355Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-05-09T09:14:07.934Z] (9/30) Installing linux-headers (6.6-r0) [2025-05-09T09:14:08.890Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-05-09T09:14:09.155Z] (11/30) Installing libpq (16.8-r0) [2025-05-09T09:14:09.735Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-05-09T09:14:10.318Z] (13/30) Installing libpq-dev (16.8-r0) [2025-05-09T09:14:10.899Z] (14/30) Installing libecpg (16.8-r0) [2025-05-09T09:14:11.167Z] (15/30) Installing libecpg-dev (16.8-r0) [2025-05-09T09:14:11.751Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-05-09T09:14:12.332Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-05-09T09:14:22.387Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-05-09T09:14:27.714Z] (19/30) Installing fortify-headers (1.1-r3) [2025-05-09T09:14:27.977Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-05-09T09:14:28.930Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-05-09T09:14:29.507Z] (22/30) Installing clang16 (16.0.6-r5) [2025-05-09T09:14:29.771Z] (23/30) Installing icu (74.2-r0) [2025-05-09T09:14:30.349Z] (24/30) Installing icu-dev (74.2-r0) [2025-05-09T09:14:30.925Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-05-09T09:14:34.263Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-05-09T09:14:34.527Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-05-09T09:14:34.792Z] (28/30) Installing zstd (1.5.6-r0) [2025-05-09T09:14:35.379Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-05-09T09:14:35.642Z] (30/30) Installing postgresql16-dev (16.8-r0) [2025-05-09T09:14:37.042Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:14:37.042Z] OK: 1184 MiB in 224 packages [2025-05-09T09:14:37.042Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:14:37.620Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:14:39.547Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-05-09T09:14:40.500Z] (2/14) Installing gdbm (1.23-r1) [2025-05-09T09:14:40.764Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-05-09T09:14:41.027Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-05-09T09:14:41.605Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-05-09T09:14:41.868Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-05-09T09:14:42.132Z] (7/14) Installing readline (8.2.10-r0) [2025-05-09T09:14:42.710Z] (8/14) Installing python3 (3.12.10-r0) [2025-05-09T09:14:44.640Z] (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) [2025-05-09T09:14:45.221Z] (10/14) Installing pyc (3.12.10-r0) [2025-05-09T09:14:45.488Z] (11/14) Installing python3-pyc (3.12.10-r0) [2025-05-09T09:14:46.064Z] (12/14) Installing python3-dev (3.12.10-r0) [2025-05-09T09:14:56.103Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-05-09T09:14:56.103Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-05-09T09:14:56.103Z] Executing busybox-1.36.1-r29.trigger [2025-05-09T09:14:56.103Z] OK: 1370 MiB in 238 packages [2025-05-09T09:14:56.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:14:56.681Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:14:58.610Z] OK: 1370 MiB in 238 packages [2025-05-09T09:14:58.610Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-09T09:14:59.187Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-09T09:15:01.111Z] (1/1) Installing tzdata (2025b-r0) [2025-05-09T09:15:01.690Z] OK: 1372 MiB in 239 packages [2025-05-09T09:15:03.617Z] (1/1) Purging tzdata (2025b-r0) [2025-05-09T09:15:03.617Z] OK: 1370 MiB in 238 packages [2025-05-09T09:15:13.656Z] Looking in links: /tmp/tmpszr6f21j [2025-05-09T09:15:13.656Z] Processing /tmp/tmpszr6f21j/pip-25.0.1-py3-none-any.whl [2025-05-09T09:15:13.656Z] Installing collected packages: pip [2025-05-09T09:15:20.277Z] Successfully installed pip-25.0.1 [2025-05-09T09:15:20.277Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:15:22.204Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-05-09T09:15:22.204Z] Collecting pip [2025-05-09T09:15:22.467Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-05-09T09:15:23.416Z] Collecting setuptools [2025-05-09T09:15:23.416Z] Downloading setuptools-80.3.1-py3-none-any.whl.metadata (6.5 kB) [2025-05-09T09:15:23.682Z] Collecting wheel [2025-05-09T09:15:23.682Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:15:23.682Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-05-09T09:15:23.682Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 55.0 MB/s eta 0:00:00 [2025-05-09T09:15:23.682Z] Downloading setuptools-80.3.1-py3-none-any.whl (1.2 MB) [2025-05-09T09:15:23.682Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 57.1 MB/s eta 0:00:00 [2025-05-09T09:15:23.946Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-05-09T09:15:23.946Z] Installing collected packages: wheel, setuptools, pip [2025-05-09T09:15:30.560Z] Attempting uninstall: pip [2025-05-09T09:15:30.560Z] Found existing installation: pip 25.0.1 [2025-05-09T09:15:30.560Z] Uninstalling pip-25.0.1: [2025-05-09T09:15:30.560Z] Successfully uninstalled pip-25.0.1 [2025-05-09T09:15:37.173Z] Successfully installed pip-25.1.1 setuptools-80.3.1 wheel-0.45.1 [2025-05-09T09:15:37.173Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:15:39.744Z] Processing ./edgex-taf-common [2025-05-09T09:15:39.744Z] Preparing metadata (setup.py): started [2025-05-09T09:15:40.701Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:15:40.701Z] Building wheels for collected packages: edgex-taf-common [2025-05-09T09:15:40.701Z]  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:15:40.701Z]  Building wheel for edgex-taf-common (setup.py): started [2025-05-09T09:15:42.105Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-05-09T09:15:42.105Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14235 sha256=ee228136c9b7fc959b11c78bad9588b7877598b8eff6847c6f5a61d219c07cbb [2025-05-09T09:15:42.105Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gljnucif/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-05-09T09:15:42.105Z] Successfully built edgex-taf-common [2025-05-09T09:15:42.105Z] Installing collected packages: edgex-taf-common [2025-05-09T09:15:42.105Z] Successfully installed edgex-taf-common-0.0.0 [2025-05-09T09:15:42.105Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:15:45.432Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-05-09T09:15:45.432Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:15:45.432Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-05-09T09:15:45.432Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-05-09T09:15:45.432Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-05-09T09:15:45.432Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-05-09T09:15:45.432Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-05-09T09:15:45.432Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-05-09T09:15:45.432Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-05-09T09:15:45.432Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-05-09T09:15:45.432Z] Preparing metadata (setup.py): started [2025-05-09T09:15:45.715Z] 22efa3a77642: Pushed [2025-05-09T09:15:45.715Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:46.047Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:46.387Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:15:46.388Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-05-09T09:15:46.388Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-05-09T09:15:46.388Z] 22efa3a77642: Preparing [2025-05-09T09:15:46.388Z] 8445cac951cc: Preparing [2025-05-09T09:15:46.388Z] ea211d002771: Preparing [2025-05-09T09:15:46.388Z] 993a46cea685: Preparing [2025-05-09T09:15:46.388Z] 5169d68dbba4: Preparing [2025-05-09T09:15:46.388Z] 994456c4fd7b: Preparing [2025-05-09T09:15:46.388Z] 994456c4fd7b: Waiting [2025-05-09T09:15:46.388Z] ea211d002771: Layer already exists [2025-05-09T09:15:46.388Z] 993a46cea685: Layer already exists [2025-05-09T09:15:46.388Z] 8445cac951cc: Layer already exists [2025-05-09T09:15:46.388Z] 5169d68dbba4: Layer already exists [2025-05-09T09:15:46.388Z] 22efa3a77642: Layer already exists [2025-05-09T09:15:46.388Z] 994456c4fd7b: Layer already exists [2025-05-09T09:15:46.388Z] latest: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:46.652Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-05-09T09:15:46.652Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-05-09T09:15:46.652Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-05-09T09:15:46.652Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-05-09T09:15:46.718Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:46.914Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-05-09T09:15:46.914Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-05-09T09:15:46.914Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-05-09T09:15:46.914Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-05-09T09:15:47.029Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [2025-05-09T09:15:47.029Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-05-09T09:15:47.029Z] 22efa3a77642: Preparing [2025-05-09T09:15:47.029Z] 8445cac951cc: Preparing [2025-05-09T09:15:47.029Z] ea211d002771: Preparing [2025-05-09T09:15:47.029Z] 993a46cea685: Preparing [2025-05-09T09:15:47.029Z] 5169d68dbba4: Preparing [2025-05-09T09:15:47.029Z] 994456c4fd7b: Preparing [2025-05-09T09:15:47.029Z] 994456c4fd7b: Waiting [2025-05-09T09:15:47.029Z] ea211d002771: Layer already exists [2025-05-09T09:15:47.029Z] 8445cac951cc: Layer already exists [2025-05-09T09:15:47.029Z] 5169d68dbba4: Layer already exists [2025-05-09T09:15:47.029Z] 993a46cea685: Layer already exists [2025-05-09T09:15:47.029Z] 22efa3a77642: Layer already exists [2025-05-09T09:15:47.029Z] 994456c4fd7b: Layer already exists [2025-05-09T09:15:47.029Z] 1.0.0-dev.2: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:47.180Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-05-09T09:15:47.180Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-05-09T09:15:47.351Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:47.675Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:15:47.675Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-05-09T09:15:47.675Z] 22efa3a77642: Preparing [2025-05-09T09:15:47.675Z] 8445cac951cc: Preparing [2025-05-09T09:15:47.675Z] ea211d002771: Preparing [2025-05-09T09:15:47.675Z] 993a46cea685: Preparing [2025-05-09T09:15:47.675Z] 5169d68dbba4: Preparing [2025-05-09T09:15:47.675Z] 994456c4fd7b: Preparing [2025-05-09T09:15:47.675Z] 994456c4fd7b: Waiting [2025-05-09T09:15:47.675Z] 5169d68dbba4: Layer already exists [2025-05-09T09:15:47.675Z] 993a46cea685: Layer already exists [2025-05-09T09:15:47.675Z] 22efa3a77642: Layer already exists [2025-05-09T09:15:47.675Z] 8445cac951cc: Layer already exists [2025-05-09T09:15:47.675Z] ea211d002771: Layer already exists [2025-05-09T09:15:47.675Z] 994456c4fd7b: Layer already exists [2025-05-09T09:15:47.675Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:47.996Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:15:48.313Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-05-09T09:15:48.313Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-05-09T09:15:48.313Z] 22efa3a77642: Preparing [2025-05-09T09:15:48.313Z] 8445cac951cc: Preparing [2025-05-09T09:15:48.313Z] ea211d002771: Preparing [2025-05-09T09:15:48.313Z] 993a46cea685: Preparing [2025-05-09T09:15:48.313Z] 5169d68dbba4: Preparing [2025-05-09T09:15:48.313Z] 994456c4fd7b: Preparing [2025-05-09T09:15:48.313Z] 994456c4fd7b: Waiting [2025-05-09T09:15:48.313Z] ea211d002771: Layer already exists [2025-05-09T09:15:48.313Z] 8445cac951cc: Layer already exists [2025-05-09T09:15:48.313Z] 22efa3a77642: Layer already exists [2025-05-09T09:15:48.313Z] 993a46cea685: Layer already exists [2025-05-09T09:15:48.313Z] 5169d68dbba4: Layer already exists [2025-05-09T09:15:48.313Z] 994456c4fd7b: Layer already exists [2025-05-09T09:15:48.313Z] main: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-09T09:15:48.386Z] ===================================================== [Pipeline] echo [2025-05-09T09:15:48.402Z] taggedImages: [2025-05-09T09:15:48.402Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:15:48.402Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-05-09T09:15:48.402Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [2025-05-09T09:15:48.402Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:15:48.402Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo [2025-05-09T09:15:48.451Z] ========================================================= [2025-05-09T09:15:48.451Z] [edgeXBuildMultiArch] RAW Config: [2025-05-09T09:15:48.451Z] images: [2025-05-09T09:15:48.451Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:15:48.451Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-05-09T09:15:48.451Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [2025-05-09T09:15:48.451Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:15:48.451Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-05-09T09:15:48.451Z] settingsFile: [2025-05-09T09:15:48.451Z] taf-settings [2025-05-09T09:15:48.451Z] ========================================================= [Pipeline] node [2025-05-09T09:15:48.575Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-05-09T09:15:48.575Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2025-05-09T09:15:49.524Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-05-09T09:15:49.524Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-05-09T09:15:49.789Z] Installing build dependencies: started [2025-05-09T09:15:55.118Z] Installing build dependencies: finished with status 'done' [2025-05-09T09:15:55.118Z] Getting requirements to build wheel: started [2025-05-09T09:15:57.055Z] Getting requirements to build wheel: finished with status 'done' [2025-05-09T09:15:57.055Z] Preparing metadata (pyproject.toml): started [2025-05-09T09:15:58.993Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-09T09:16:00.933Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-05-09T09:16:00.934Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) [2025-05-09T09:16:00.934Z] Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) [2025-05-09T09:16:00.934Z] Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) [2025-05-09T09:16:01.198Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-05-09T09:16:01.198Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-05-09T09:16:01.780Z] Preparing metadata (setup.py): started [2025-05-09T09:16:02.737Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:16:03.455Z] Still waiting to schedule task [2025-05-09T09:16:03.455Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-09T09:16:03.688Z] Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) [2025-05-09T09:16:03.688Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2025-05-09T09:16:05.085Z] Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) [2025-05-09T09:16:05.085Z] Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) [2025-05-09T09:16:05.348Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:05.348Z] Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:16:05.348Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:05.348Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-05-09T09:16:05.611Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:05.611Z] Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:16:05.611Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:05.611Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-05-09T09:16:05.875Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:05.875Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-05-09T09:16:05.875Z] Preparing metadata (setup.py): started [2025-05-09T09:16:07.270Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:16:07.270Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:07.270Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-05-09T09:16:07.270Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:07.271Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-05-09T09:16:07.271Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:07.271Z] Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) [2025-05-09T09:16:07.533Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:07.533Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-05-09T09:16:07.797Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:07.797Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-05-09T09:16:08.061Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:08.061Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-05-09T09:16:08.061Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:08.061Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-05-09T09:16:08.637Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:16:08.901Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-05-09T09:16:08.901Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:16:08.901Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-05-09T09:16:09.164Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:16:09.164Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-05-09T09:16:09.164Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-05-09T09:16:09.164Z] Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) [2025-05-09T09:16:09.427Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:16:09.427Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-05-09T09:16:09.690Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:16:09.690Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-05-09T09:16:09.690Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.3.1) [2025-05-09T09:16:09.690Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:16:09.690Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-05-09T09:16:09.954Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) [2025-05-09T09:16:09.954Z] Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) [2025-05-09T09:16:10.217Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.217Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-05-09T09:16:10.217Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.217Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-05-09T09:16:10.481Z] Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.481Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-05-09T09:16:10.481Z] Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.481Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-05-09T09:16:10.744Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.744Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-05-09T09:16:10.744Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.744Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-05-09T09:16:10.744Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:10.744Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-05-09T09:16:11.007Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:11.007Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-05-09T09:16:11.007Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:11.007Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-05-09T09:16:11.271Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-05-09T09:16:11.271Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-05-09T09:16:11.535Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:11.535Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-05-09T09:16:11.535Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:11.535Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-05-09T09:16:11.535Z] Preparing metadata (setup.py): started [2025-05-09T09:16:12.486Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:16:12.751Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:12.751Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-05-09T09:16:12.751Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:12.751Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-05-09T09:16:12.751Z] Preparing metadata (setup.py): started [2025-05-09T09:16:13.704Z] Preparing metadata (setup.py): finished with status 'done' [2025-05-09T09:16:13.968Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:13.968Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-05-09T09:16:13.968Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:13.968Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-05-09T09:16:13.968Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:13.968Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-05-09T09:16:14.232Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:14.232Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-05-09T09:16:16.797Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:16.797Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2025-05-09T09:16:17.377Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.377Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-05-09T09:16:17.377Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.377Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-05-09T09:16:17.377Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.377Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-05-09T09:16:17.641Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.641Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-05-09T09:16:17.641Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.641Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) [2025-05-09T09:16:17.641Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.641Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-05-09T09:16:17.904Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:17.904Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-05-09T09:16:18.168Z] Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:18.168Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-05-09T09:16:18.431Z] Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:18.431Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-05-09T09:16:18.694Z] Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:18.694Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-05-09T09:16:19.274Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-05-09T09:16:19.274Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) [2025-05-09T09:16:19.274Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-05-09T09:16:19.274Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 60.9 MB/s eta 0:00:00 [2025-05-09T09:16:19.274Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-05-09T09:16:19.274Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-05-09T09:16:19.274Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-05-09T09:16:19.274Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-05-09T09:16:19.274Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-05-09T09:16:19.541Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-05-09T09:16:19.541Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-05-09T09:16:19.541Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-05-09T09:16:19.541Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2025-05-09T09:16:19.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 53.4 MB/s eta 0:00:00 [2025-05-09T09:16:19.807Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2025-05-09T09:16:19.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.0 MB/s eta 0:00:00 [2025-05-09T09:16:19.807Z] Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) [2025-05-09T09:16:19.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 62.1 MB/s eta 0:00:00 [2025-05-09T09:16:19.807Z] Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2025-05-09T09:16:19.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 56.7 MB/s eta 0:00:00 [2025-05-09T09:16:19.807Z] Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) [2025-05-09T09:16:19.807Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) [2025-05-09T09:16:20.072Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-05-09T09:16:20.072Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-05-09T09:16:20.072Z] Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) [2025-05-09T09:16:20.072Z] Downloading click-8.1.8-py3-none-any.whl (98 kB) [2025-05-09T09:16:20.072Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-05-09T09:16:20.072Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-05-09T09:16:20.072Z] Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) [2025-05-09T09:16:20.072Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-05-09T09:16:20.072Z] Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) [2025-05-09T09:16:20.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 57.0 MB/s eta 0:00:00 [2025-05-09T09:16:20.337Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-05-09T09:16:20.337Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-05-09T09:16:20.337Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-05-09T09:16:20.337Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-05-09T09:16:20.337Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-05-09T09:16:20.337Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-05-09T09:16:20.337Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-05-09T09:16:20.337Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-05-09T09:16:20.337Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-05-09T09:16:20.337Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-05-09T09:16:20.337Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-05-09T09:16:20.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 58.2 MB/s eta 0:00:00 [2025-05-09T09:16:20.337Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-05-09T09:16:20.337Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-05-09T09:16:20.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 61.2 MB/s eta 0:00:00 [2025-05-09T09:16:20.337Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-05-09T09:16:20.337Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-05-09T09:16:20.337Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-05-09T09:16:20.337Z] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [2025-05-09T09:16:20.337Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-05-09T09:16:20.337Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-05-09T09:16:20.600Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB) [2025-05-09T09:16:20.600Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 58.0 MB/s eta 0:00:00 [2025-05-09T09:16:20.600Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-05-09T09:16:20.600Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-05-09T09:16:20.600Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-05-09T09:16:20.600Z] Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) [2025-05-09T09:16:20.600Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-05-09T09:16:20.600Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-05-09T09:16:20.600Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-05-09T09:16:20.600Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) [2025-05-09T09:16:20.600Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-05-09T09:16:20.600Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-05-09T09:16:20.600Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-05-09T09:16:20.600Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-05-09T09:16:20.600Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-05-09T09:16:20.600Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.6 MB/s eta 0:00:00 [2025-05-09T09:16:20.600Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-05-09T09:16:20.600Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-05-09T09:16:20.600Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-05-09T09:16:20.600Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-05-09T09:16:21.550Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-05-09T09:16:21.550Z]  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:16:21.550Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-05-09T09:16:22.504Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-05-09T09:16:22.504Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=45759424b20f3f631f78ead4bb0a2d3ad3ca8953838c595c0a45eb72443f1cf2 [2025-05-09T09:16:22.504Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-05-09T09:16:22.504Z] Building wheel for psutil (pyproject.toml): started [2025-05-09T09:16:34.794Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-05-09T09:16:34.794Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278200 sha256=76f8f7f08e8e076468605c88043cd959627b3ffd92230a9d6a6bf417dbb07951 [2025-05-09T09:16:34.794Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-05-09T09:16:34.794Z]  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:16:34.794Z]  Building wheel for psycopg2 (setup.py): started [2025-05-09T09:16:57.217Z] Running on prd-centos7-docker-4c-2g-1173 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:16:57.267Z] provisioning config files... [2025-05-09T09:16:57.289Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5377354003768001125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:01.200Z] ---> ****-login.sh [2025-05-09T09:17:01.200Z] nexus3.edgexfoundry.org:10001 [2025-05-09T09:17:01.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:17:01.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:17:01.468Z] Configure a credential helper to remove this warning. See [2025-05-09T09:17:01.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:17:01.468Z] [2025-05-09T09:17:01.468Z] Login Succeeded [2025-05-09T09:17:01.468Z] nexus3.edgexfoundry.org:10002 [2025-05-09T09:17:01.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:17:01.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:17:01.468Z] Configure a credential helper to remove this warning. See [2025-05-09T09:17:01.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:17:01.468Z] [2025-05-09T09:17:01.468Z] Login Succeeded [2025-05-09T09:17:01.468Z] nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:01.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:17:01.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:17:01.468Z] Configure a credential helper to remove this warning. See [2025-05-09T09:17:01.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:17:01.468Z] [2025-05-09T09:17:01.468Z] Login Succeeded [2025-05-09T09:17:01.468Z] nexus3.edgexfoundry.org:10004 [2025-05-09T09:17:01.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:17:01.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:17:01.733Z] Configure a credential helper to remove this warning. See [2025-05-09T09:17:01.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:17:01.733Z] [2025-05-09T09:17:01.733Z] Login Succeeded [2025-05-09T09:17:01.733Z] ****.io [2025-05-09T09:17:01.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-09T09:17:01.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-09T09:17:01.995Z] Configure a credential helper to remove this warning. See [2025-05-09T09:17:01.996Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-09T09:17:01.996Z] [2025-05-09T09:17:01.996Z] Login Succeeded [2025-05-09T09:17:01.996Z] ---> ****-login.sh ends [Pipeline] } [2025-05-09T09:17:02.005Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-09T09:17:02.366Z] + docker buildx ls [2025-05-09T09:17:02.626Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-09T09:17:02.626Z] default * docker [2025-05-09T09:17:02.626Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-09T09:17:02.915Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-09T09:17:02.915Z] edgex-builder [Pipeline] sh [2025-05-09T09:17:03.208Z] + docker buildx inspect --bootstrap [2025-05-09T09:17:03.208Z] #1 [internal] booting buildkit [2025-05-09T09:17:03.208Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-09T09:17:06.537Z] #1 pulling image moby/buildkit:buildx-stable-1 3.1s done [2025-05-09T09:17:06.538Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-09T09:17:07.926Z] #1 creating container buildx_buildkit_edgex-builder0 1.8s done [2025-05-09T09:17:07.926Z] #1 DONE 4.8s [2025-05-09T09:17:08.187Z] Name: edgex-builder [2025-05-09T09:17:08.187Z] Driver: docker-container [2025-05-09T09:17:08.187Z] [2025-05-09T09:17:08.187Z] Nodes: [2025-05-09T09:17:08.187Z] Name: edgex-builder0 [2025-05-09T09:17:08.187Z] Endpoint: unix:///var/run/docker.sock [2025-05-09T09:17:08.187Z] Status: running [2025-05-09T09:17:08.187Z] Buildkit: v0.21.1 [2025-05-09T09:17:08.187Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-09T09:17:08.485Z] + docker buildx ls [2025-05-09T09:17:08.485Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-09T09:17:08.485Z] edgex-builder * docker-container [2025-05-09T09:17:08.485Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-05-09T09:17:08.485Z] default docker [2025-05-09T09:17:08.485Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-09T09:17:08.775Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f' [2025-05-09T09:17:08.775Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f --push - [2025-05-09T09:17:09.033Z] #1 [internal] load build definition from Dockerfile [2025-05-09T09:17:09.033Z] #1 transferring dockerfile: 201B done [2025-05-09T09:17:09.033Z] #1 DONE 0.0s [2025-05-09T09:17:09.033Z] [2025-05-09T09:17:09.033Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:17:09.033Z] #2 DONE 0.1s [2025-05-09T09:17:09.033Z] [2025-05-09T09:17:09.033Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:17:09.033Z] #3 DONE 0.1s [2025-05-09T09:17:09.033Z] [2025-05-09T09:17:09.033Z] #4 [internal] load .dockerignore [2025-05-09T09:17:09.033Z] #4 transferring context: 2B done [2025-05-09T09:17:09.033Z] #4 DONE 0.0s [2025-05-09T09:17:09.033Z] [2025-05-09T09:17:09.033Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:09.033Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:09.033Z] #5 DONE 0.0s [2025-05-09T09:17:09.033Z] [2025-05-09T09:17:09.033Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:09.033Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:09.293Z] #6 DONE 0.1s [2025-05-09T09:17:09.293Z] [2025-05-09T09:17:09.293Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:09.293Z] #7 DONE 0.0s [2025-05-09T09:17:09.293Z] [2025-05-09T09:17:09.293Z] #8 exporting to image [2025-05-09T09:17:09.293Z] #8 exporting layers done [2025-05-09T09:17:09.293Z] #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b 0.0s done [2025-05-09T09:17:09.293Z] #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done [2025-05-09T09:17:09.293Z] #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done [2025-05-09T09:17:09.293Z] #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done [2025-05-09T09:17:09.293Z] #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.0s done [2025-05-09T09:17:09.293Z] #8 pushing layers [2025-05-09T09:17:09.293Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-09T09:17:09.293Z] #8 pushing layers 0.1s done [2025-05-09T09:17:09.293Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done [2025-05-09T09:17:09.293Z] #8 DONE 0.2s [2025-05-09T09:17:09.558Z] [2025-05-09T09:17:09.558Z] 1 warning found (use --debug to expand): [2025-05-09T09:17:09.558Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-09T09:17:09.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - [2025-05-09T09:17:09.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' [2025-05-09T09:17:10.110Z] #1 [internal] load build definition from Dockerfile [2025-05-09T09:17:10.110Z] #1 transferring dockerfile: 167B done [2025-05-09T09:17:10.110Z] #1 DONE 0.0s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-05-09T09:17:10.110Z] #2 DONE 0.0s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-05-09T09:17:10.110Z] #3 DONE 0.0s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #4 [internal] load .dockerignore [2025-05-09T09:17:10.110Z] #4 transferring context: 2B done [2025-05-09T09:17:10.110Z] #4 DONE 0.0s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.110Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.110Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done [2025-05-09T09:17:10.110Z] #5 CACHED [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.110Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:10.110Z] #6 CACHED [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:10.110Z] #7 DONE 0.0s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] #8 exporting to image [2025-05-09T09:17:10.110Z] #8 exporting layers done [2025-05-09T09:17:10.110Z] #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done [2025-05-09T09:17:10.110Z] #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done [2025-05-09T09:17:10.110Z] #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done [2025-05-09T09:17:10.110Z] #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done [2025-05-09T09:17:10.110Z] #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done [2025-05-09T09:17:10.110Z] #8 pushing layers 0.0s done [2025-05-09T09:17:10.110Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done [2025-05-09T09:17:10.110Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-09T09:17:10.110Z] #8 DONE 0.1s [2025-05-09T09:17:10.110Z] [2025-05-09T09:17:10.110Z] 1 warning found (use --debug to expand): [2025-05-09T09:17:10.110Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-09T09:17:10.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2' [2025-05-09T09:17:10.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 --push - [2025-05-09T09:17:10.664Z] #1 [internal] load build definition from Dockerfile [2025-05-09T09:17:10.664Z] #1 transferring dockerfile: 172B done [2025-05-09T09:17:10.664Z] #1 DONE 0.0s [2025-05-09T09:17:10.664Z] [2025-05-09T09:17:10.664Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [2025-05-09T09:17:10.665Z] #2 DONE 0.0s [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [2025-05-09T09:17:10.665Z] #3 DONE 0.0s [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #4 [internal] load .dockerignore [2025-05-09T09:17:10.665Z] #4 transferring context: 2B done [2025-05-09T09:17:10.665Z] #4 DONE 0.0s [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.665Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done [2025-05-09T09:17:10.665Z] #5 CACHED [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.665Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done [2025-05-09T09:17:10.665Z] #6 CACHED [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #7 exporting to image [2025-05-09T09:17:10.665Z] #7 exporting layers done [2025-05-09T09:17:10.665Z] #7 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done [2025-05-09T09:17:10.665Z] #7 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done [2025-05-09T09:17:10.665Z] #7 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done [2025-05-09T09:17:10.665Z] #7 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done [2025-05-09T09:17:10.665Z] #7 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 [2025-05-09T09:17:10.665Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-09T09:17:10.665Z] #7 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done [2025-05-09T09:17:10.665Z] #7 pushing layers 0.0s done [2025-05-09T09:17:10.665Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done [2025-05-09T09:17:10.665Z] #7 DONE 0.1s [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:10.665Z] #8 DONE 0.0s [2025-05-09T09:17:10.665Z] [2025-05-09T09:17:10.665Z] 1 warning found (use --debug to expand): [2025-05-09T09:17:10.665Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-09T09:17:10.965Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2' [2025-05-09T09:17:10.965Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 --push - [2025-05-09T09:17:10.965Z] #1 [internal] load build definition from Dockerfile [2025-05-09T09:17:10.965Z] #1 transferring dockerfile: 213B done [2025-05-09T09:17:10.965Z] #1 DONE 0.0s [2025-05-09T09:17:10.965Z] [2025-05-09T09:17:10.965Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:17:10.965Z] #2 DONE 0.0s [2025-05-09T09:17:10.965Z] [2025-05-09T09:17:10.965Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:17:10.965Z] #3 DONE 0.0s [2025-05-09T09:17:10.965Z] [2025-05-09T09:17:10.965Z] #4 [internal] load .dockerignore [2025-05-09T09:17:10.965Z] #4 transferring context: 2B done [2025-05-09T09:17:10.965Z] #4 DONE 0.0s [2025-05-09T09:17:10.965Z] [2025-05-09T09:17:10.965Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:10.965Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:10.965Z] #5 DONE 0.0s [2025-05-09T09:17:10.965Z] [2025-05-09T09:17:10.965Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:11.226Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:11.227Z] #6 CACHED [2025-05-09T09:17:11.227Z] [2025-05-09T09:17:11.227Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:11.227Z] #5 CACHED [2025-05-09T09:17:11.227Z] [2025-05-09T09:17:11.227Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:11.227Z] #7 DONE 0.0s [2025-05-09T09:17:11.227Z] [2025-05-09T09:17:11.227Z] #8 exporting to image [2025-05-09T09:17:11.227Z] #8 exporting layers done [2025-05-09T09:17:11.227Z] #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done [2025-05-09T09:17:11.227Z] #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done [2025-05-09T09:17:11.227Z] #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done [2025-05-09T09:17:11.227Z] #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done [2025-05-09T09:17:11.227Z] #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done [2025-05-09T09:17:11.227Z] #8 pushing layers 0.0s done [2025-05-09T09:17:11.227Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done [2025-05-09T09:17:11.227Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-09T09:17:11.227Z] #8 DONE 0.1s [2025-05-09T09:17:11.227Z] [2025-05-09T09:17:11.227Z] 1 warning found (use --debug to expand): [2025-05-09T09:17:11.227Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-09T09:17:11.516Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - [2025-05-09T09:17:11.516Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' [2025-05-09T09:17:11.516Z] #1 [internal] load build definition from Dockerfile [2025-05-09T09:17:11.516Z] #1 transferring dockerfile: 165B done [2025-05-09T09:17:11.516Z] #1 DONE 0.0s [2025-05-09T09:17:11.516Z] [2025-05-09T09:17:11.516Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-05-09T09:17:11.516Z] #2 DONE 0.0s [2025-05-09T09:17:11.516Z] [2025-05-09T09:17:11.516Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-05-09T09:17:11.516Z] #3 DONE 0.0s [2025-05-09T09:17:11.516Z] [2025-05-09T09:17:11.516Z] #4 [internal] load .dockerignore [2025-05-09T09:17:11.516Z] #4 transferring context: 2B done [2025-05-09T09:17:11.516Z] #4 DONE 0.0s [2025-05-09T09:17:11.776Z] [2025-05-09T09:17:11.776Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:11.776Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:11.776Z] #5 CACHED [2025-05-09T09:17:11.776Z] [2025-05-09T09:17:11.776Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 [2025-05-09T09:17:11.776Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done [2025-05-09T09:17:11.776Z] #6 CACHED [2025-05-09T09:17:11.776Z] [2025-05-09T09:17:11.776Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-09T09:17:11.776Z] #7 DONE 0.0s [2025-05-09T09:17:11.776Z] [2025-05-09T09:17:11.776Z] #8 exporting to image [2025-05-09T09:17:11.776Z] #8 exporting layers done [2025-05-09T09:17:11.776Z] #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done [2025-05-09T09:17:11.776Z] #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done [2025-05-09T09:17:11.776Z] #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done [2025-05-09T09:17:11.776Z] #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done [2025-05-09T09:17:11.776Z] #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done [2025-05-09T09:17:11.776Z] #8 pushing layers 0.0s done [2025-05-09T09:17:11.776Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done [2025-05-09T09:17:11.776Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-09T09:17:11.776Z] #8 DONE 0.1s [2025-05-09T09:17:11.776Z] [2025-05-09T09:17:11.776Z] 1 warning found (use --debug to expand): [2025-05-09T09:17:11.776Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-09T09:17:12.167Z] + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:12.461Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:13.018Z] ---> package-listing.sh [2025-05-09T09:17:13.018Z] ++ facter osfamily [2025-05-09T09:17:13.018Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-09T09:17:13.278Z] + OS_FAMILY=redhat [2025-05-09T09:17:13.278Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-05-09T09:17:13.278Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-09T09:17:13.278Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-09T09:17:13.278Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-09T09:17:13.278Z] + PACKAGES=/tmp/packages_start.txt [2025-05-09T09:17:13.278Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-05-09T09:17:13.278Z] + PACKAGES=/tmp/packages_end.txt [2025-05-09T09:17:13.278Z] + case "${OS_FAMILY}" in [2025-05-09T09:17:13.278Z] + rpm -qa [2025-05-09T09:17:13.278Z] + sort [2025-05-09T09:17:13.846Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-09T09:17:13.846Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-09T09:17:13.846Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-09T09:17:13.846Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-05-09T09:17:13.846Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-05-09T09:17:13.846Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-05-09T09:17:13.858Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-09T09:17:14.138Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:17:14.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:14.702Z] [2025-05-09T09:17:14.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:17:15.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:15.011Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-09T09:17:15.011Z] 5eb5b503b376: Pulling fs layer [2025-05-09T09:17:15.011Z] 5c69ac0246d0: Pulling fs layer [2025-05-09T09:17:15.011Z] ec43610c2a17: Pulling fs layer [2025-05-09T09:17:15.011Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-09T09:17:15.011Z] 33b1e0a273af: Pulling fs layer [2025-05-09T09:17:15.011Z] 5d3b04190fa2: Pulling fs layer [2025-05-09T09:17:15.011Z] 2f39f015ded8: Pulling fs layer [2025-05-09T09:17:15.011Z] 3a2ae6a8a46f: Waiting [2025-05-09T09:17:15.011Z] 33b1e0a273af: Waiting [2025-05-09T09:17:15.011Z] 5d3b04190fa2: Waiting [2025-05-09T09:17:15.011Z] 2f39f015ded8: Waiting [2025-05-09T09:17:15.011Z] 5c69ac0246d0: Verifying Checksum [2025-05-09T09:17:15.011Z] 5c69ac0246d0: Download complete [2025-05-09T09:17:15.011Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-09T09:17:15.011Z] 3a2ae6a8a46f: Download complete [2025-05-09T09:17:15.011Z] 33b1e0a273af: Verifying Checksum [2025-05-09T09:17:15.011Z] 33b1e0a273af: Download complete [2025-05-09T09:17:15.011Z] 5d3b04190fa2: Verifying Checksum [2025-05-09T09:17:15.011Z] 5d3b04190fa2: Download complete [2025-05-09T09:17:15.011Z] ec43610c2a17: Verifying Checksum [2025-05-09T09:17:15.011Z] ec43610c2a17: Download complete [2025-05-09T09:17:15.274Z] 5eb5b503b376: Verifying Checksum [2025-05-09T09:17:15.274Z] 5eb5b503b376: Download complete [2025-05-09T09:17:15.848Z] 2f39f015ded8: Download complete [2025-05-09T09:17:16.421Z] 5eb5b503b376: Pull complete [2025-05-09T09:17:16.679Z] 5c69ac0246d0: Pull complete [2025-05-09T09:17:17.248Z] ec43610c2a17: Pull complete [2025-05-09T09:17:17.248Z] 3a2ae6a8a46f: Pull complete [2025-05-09T09:17:17.248Z] 33b1e0a273af: Pull complete [2025-05-09T09:17:17.511Z] 5d3b04190fa2: Pull complete [2025-05-09T09:17:21.718Z] 2f39f015ded8: Pull complete [2025-05-09T09:17:21.718Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-09T09:17:21.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:21.718Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:17:21.859Z] prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container [2025-05-09T09:17:21.882Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-09T09:17:26.637Z] $ docker top 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-09T09:17:26.977Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-09T09:17:27.266Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-09T09:17:27.559Z] + ls /var/log/sa-host [2025-05-09T09:17:27.559Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:17:27.728Z] provisioning config files... [2025-05-09T09:17:27.736Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3212658016943240600tmp [Pipeline] { [Pipeline] echo [2025-05-09T09:17:27.751Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:28.037Z] ---> create-netrc.sh [Pipeline] } [2025-05-09T09:17:28.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:28.394Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-09T09:17:28.404Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:28.696Z] ---> sudo-logs.sh [2025-05-09T09:17:28.697Z] Archiving 'sudo' log.. [2025-05-09T09:17:28.697Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1173.novalocal: Name or service not known [2025-05-09T09:17:28.697Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1173.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-05-09T09:17:28.724Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:29.022Z] ---> job-cost.sh [2025-05-09T09:17:29.022Z] lf-activate-venv: SKIPPING [2025-05-09T09:17:29.022Z] INFO: No Stack... [2025-05-09T09:17:29.281Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-05-09T09:17:29.851Z] INFO: Archiving Costs [Pipeline] echo [2025-05-09T09:17:29.865Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:30.153Z] ---> logs-deploy.sh [2025-05-09T09:17:30.153Z] lf-activate-venv: SKIPPING [2025-05-09T09:17:30.153Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/52 [2025-05-09T09:17:30.153Z] INFO: archiving workspace using pattern(s): [2025-05-09T09:17:31.089Z] Archives upload complete. [2025-05-09T09:17:31.089Z] INFO: archiving logs to Nexus [2025-05-09T09:17:31.183Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-05-09T09:17:31.183Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512678 sha256=28a2c735a47429f8634dda5d5883a8dd7cb0953461d3941b8aae2a940e88424e [2025-05-09T09:17:31.183Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-05-09T09:17:31.183Z]  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:17:31.183Z]  Building wheel for flex (setup.py): started [2025-05-09T09:17:31.183Z] Building wheel for flex (setup.py): finished with status 'done' [2025-05-09T09:17:31.183Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=6d7e15ef0707fbae4eaf379925cdcb0707f2e287643713899cad18511d54a54f [2025-05-09T09:17:31.183Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-05-09T09:17:31.183Z]  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:17:31.183Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-05-09T09:17:32.025Z] ---> uname -a: [2025-05-09T09:17:32.025Z] Linux prd-centos7-docker-4c-2g-1173.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] ---> lscpu: [2025-05-09T09:17:32.025Z] Architecture: x86_64 [2025-05-09T09:17:32.025Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-09T09:17:32.025Z] Byte Order: Little Endian [2025-05-09T09:17:32.025Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-09T09:17:32.025Z] CPU(s): 2 [2025-05-09T09:17:32.025Z] On-line CPU(s) list: 0,1 [2025-05-09T09:17:32.025Z] Thread(s) per core: 1 [2025-05-09T09:17:32.025Z] Core(s) per socket: 1 [2025-05-09T09:17:32.025Z] Socket(s): 2 [2025-05-09T09:17:32.025Z] NUMA node(s): 1 [2025-05-09T09:17:32.025Z] Vendor ID: AuthenticAMD [2025-05-09T09:17:32.025Z] CPU family: 23 [2025-05-09T09:17:32.025Z] Model: 49 [2025-05-09T09:17:32.025Z] Model name: AMD EPYC-Rome Processor [2025-05-09T09:17:32.025Z] Stepping: 0 [2025-05-09T09:17:32.025Z] CPU MHz: 2800.000 [2025-05-09T09:17:32.025Z] BogoMIPS: 5600.00 [2025-05-09T09:17:32.025Z] Virtualization: AMD-V [2025-05-09T09:17:32.025Z] Hypervisor vendor: KVM [2025-05-09T09:17:32.025Z] Virtualization type: full [2025-05-09T09:17:32.025Z] L1d cache: 64 KiB [2025-05-09T09:17:32.025Z] L1i cache: 64 KiB [2025-05-09T09:17:32.025Z] L2 cache: 1 MiB [2025-05-09T09:17:32.025Z] L3 cache: 32 MiB [2025-05-09T09:17:32.025Z] NUMA node0 CPU(s): 0,1 [2025-05-09T09:17:32.025Z] Vulnerability Itlb multihit: Not affected [2025-05-09T09:17:32.025Z] Vulnerability L1tf: Not affected [2025-05-09T09:17:32.025Z] Vulnerability Mds: Not affected [2025-05-09T09:17:32.025Z] Vulnerability Meltdown: Not affected [2025-05-09T09:17:32.025Z] Vulnerability Mmio stale data: Not affected [2025-05-09T09:17:32.025Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-09T09:17:32.025Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-05-09T09:17:32.025Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-05-09T09:17:32.025Z] Vulnerability Srbds: Not affected [2025-05-09T09:17:32.025Z] Vulnerability Tsx async abort: Not affected [2025-05-09T09:17:32.025Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] ---> nproc: [2025-05-09T09:17:32.025Z] 2 [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] ---> df -h: [2025-05-09T09:17:32.025Z] Filesystem Size Used Avail Use% Mounted on [2025-05-09T09:17:32.025Z] overlay 40G 7.3G 33G 19% / [2025-05-09T09:17:32.025Z] tmpfs 64M 0 64M 0% /dev [2025-05-09T09:17:32.025Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-05-09T09:17:32.025Z] shm 64M 0 64M 0% /dev/shm [2025-05-09T09:17:32.025Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] [2025-05-09T09:17:32.025Z] Cannot open /var/log/sysstat/sa09: No such file or directory [2025-05-09T09:17:32.025Z] Please check if data collecting is enabled [2025-05-09T09:17:32.025Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-09T09:17:32.063Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-09T09:17:32.065Z] $ docker stop --time=1 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 [2025-05-09T09:17:32.603Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-05-09T09:17:32.603Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=92ce452b526566a7e1b849b9aea939f0fa1f54d09f6c4716263317cf313c5a42 [2025-05-09T09:17:32.603Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-05-09T09:17:32.603Z]  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 [2025-05-09T09:17:32.603Z]  Building wheel for validate-email (setup.py): started [2025-05-09T09:17:33.195Z] $ docker rm -f --volumes 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-09T09:17:33.279Z] [WS-CLEANUP] Deleting project workspace... [2025-05-09T09:17:33.279Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-09T09:17:33.300Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:17:33.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:33.801Z] [2025-05-09T09:17:33.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:17:34.031Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-05-09T09:17:34.031Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=6e6cbb8c3b89c621b7a225f9e5881332d1a84e1eef77741582f97a34af64e6e1 [2025-05-09T09:17:34.031Z] Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-05-09T09:17:34.031Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-05-09T09:17:34.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:34.113Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-09T09:17:34.113Z] 5eb5b503b376: Pulling fs layer [2025-05-09T09:17:34.113Z] 5c69ac0246d0: Pulling fs layer [2025-05-09T09:17:34.113Z] ec43610c2a17: Pulling fs layer [2025-05-09T09:17:34.113Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-09T09:17:34.113Z] 33b1e0a273af: Pulling fs layer [2025-05-09T09:17:34.113Z] 5d3b04190fa2: Pulling fs layer [2025-05-09T09:17:34.113Z] 2f39f015ded8: Pulling fs layer [2025-05-09T09:17:34.113Z] 33b1e0a273af: Waiting [2025-05-09T09:17:34.113Z] 5d3b04190fa2: Waiting [2025-05-09T09:17:34.113Z] 2f39f015ded8: Waiting [2025-05-09T09:17:34.113Z] 3a2ae6a8a46f: Waiting [2025-05-09T09:17:34.113Z] 5c69ac0246d0: Download complete [2025-05-09T09:17:34.113Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-09T09:17:34.113Z] 3a2ae6a8a46f: Download complete [2025-05-09T09:17:34.113Z] 33b1e0a273af: Verifying Checksum [2025-05-09T09:17:34.113Z] 33b1e0a273af: Download complete [2025-05-09T09:17:34.113Z] ec43610c2a17: Download complete [2025-05-09T09:17:34.372Z] 5eb5b503b376: Verifying Checksum [2025-05-09T09:17:34.372Z] 5eb5b503b376: Download complete [2025-05-09T09:17:34.937Z] 2f39f015ded8: Download complete [2025-05-09T09:17:35.002Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-05-09T09:17:35.502Z] 5eb5b503b376: Pull complete [2025-05-09T09:17:35.502Z] 5c69ac0246d0: Pull complete [2025-05-09T09:17:36.068Z] ec43610c2a17: Pull complete [2025-05-09T09:17:36.068Z] 3a2ae6a8a46f: Pull complete [2025-05-09T09:17:36.068Z] 33b1e0a273af: Pull complete [2025-05-09T09:17:36.327Z] 5d3b04190fa2: Pull complete [2025-05-09T09:17:40.530Z] 2f39f015ded8: Pull complete [2025-05-09T09:17:40.530Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-09T09:17:40.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:17:40.530Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:17:40.625Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:17:40.646Z] $ 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 [2025-05-09T09:17:42.900Z] $ docker top 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:17:43.304Z] ---> job-cost.sh [2025-05-09T09:17:43.304Z] lf-activate-venv: SKIPPING [2025-05-09T09:17:43.304Z] INFO: No Stack... [2025-05-09T09:17:43.575Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-09T09:17:44.143Z] INFO: Archiving Costs [Pipeline] sh [2025-05-09T09:17:44.430Z] + cut -d, -f6 [2025-05-09T09:17:44.430Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2025-05-09T09:17:44.447Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [2025-05-09T09:17:44.456Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] did not exist. Created. [2025-05-09T09:17:44.462Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-09T09:17:44.770Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-09T09:17:44.808Z] Stashed 1 file(s) [Pipeline] } [2025-05-09T09:17:44.817Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-09T09:17:44.836Z] $ docker stop --time=1 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 [2025-05-09T09:17:45.986Z] $ docker rm -f --volumes 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-09T09:18:42.834Z] [2025-05-09T09:18:42.834Z] Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.1.8 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 [2025-05-09T09:18:42.834Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-09T09:19:29.647Z] Removing intermediate container 8bee1a9449af [2025-05-09T09:19:29.647Z] ---> 9508c6ff583a [2025-05-09T09:19:29.647Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-05-09T09:19:29.647Z] ---> Running in 9c75fd00e000 [2025-05-09T09:19:29.647Z] Removing intermediate container 9c75fd00e000 [2025-05-09T09:19:29.647Z] ---> 0a0c07820540 [2025-05-09T09:19:29.647Z] Step 11/13 : LABEL arch=arm64 [2025-05-09T09:19:29.647Z] ---> Running in f1e6fb33421f [2025-05-09T09:19:29.647Z] Removing intermediate container f1e6fb33421f [2025-05-09T09:19:29.647Z] ---> b0403da51bff [2025-05-09T09:19:29.647Z] Step 12/13 : LABEL git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:19:29.647Z] ---> Running in fb46d9e87551 [2025-05-09T09:19:29.647Z] Removing intermediate container fb46d9e87551 [2025-05-09T09:19:29.647Z] ---> 70fce79416c4 [2025-05-09T09:19:29.647Z] Step 13/13 : LABEL version=1.0.0-dev.2 [2025-05-09T09:19:29.647Z] ---> Running in e866b4f73b4f [2025-05-09T09:19:29.647Z] Removing intermediate container e866b4f73b4f [2025-05-09T09:19:29.647Z] ---> 70709f24cfe0 [2025-05-09T09:19:29.647Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-09T09:19:29.647Z] Successfully built 70709f24cfe0 [2025-05-09T09:19:29.647Z] Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-09T09:19:29.785Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2025-05-09T09:19:29.785Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:19:29.785Z] latest [2025-05-09T09:19:29.785Z] 1.0.0-dev.2 [2025-05-09T09:19:29.785Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:19:29.785Z] main [2025-05-09T09:19:29.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:19:30.144Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:19:30.508Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:19:30.508Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-05-09T09:19:30.508Z] 27f901fc199b: Preparing [2025-05-09T09:19:30.508Z] eccf2a3fe96b: Preparing [2025-05-09T09:19:30.508Z] 72081a2ca294: Preparing [2025-05-09T09:19:30.508Z] caa12885b19b: Preparing [2025-05-09T09:19:30.508Z] 871d06416459: Preparing [2025-05-09T09:19:30.508Z] dd9c8f8612c8: Preparing [2025-05-09T09:19:30.508Z] dd9c8f8612c8: Waiting [2025-05-09T09:19:30.773Z] eccf2a3fe96b: Pushed [2025-05-09T09:19:30.773Z] 72081a2ca294: Pushed [2025-05-09T09:19:30.773Z] caa12885b19b: Pushed [2025-05-09T09:19:30.773Z] dd9c8f8612c8: Layer already exists [2025-05-09T09:19:30.773Z] 871d06416459: Pushed [2025-05-09T09:24:07.521Z] 27f901fc199b: Pushed [2025-05-09T09:24:07.521Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:07.884Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:08.235Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-05-09T09:24:08.235Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-05-09T09:24:08.235Z] 27f901fc199b: Preparing [2025-05-09T09:24:08.235Z] eccf2a3fe96b: Preparing [2025-05-09T09:24:08.235Z] 72081a2ca294: Preparing [2025-05-09T09:24:08.235Z] caa12885b19b: Preparing [2025-05-09T09:24:08.235Z] 871d06416459: Preparing [2025-05-09T09:24:08.235Z] dd9c8f8612c8: Preparing [2025-05-09T09:24:08.235Z] dd9c8f8612c8: Waiting [2025-05-09T09:24:08.235Z] eccf2a3fe96b: Layer already exists [2025-05-09T09:24:08.235Z] caa12885b19b: Layer already exists [2025-05-09T09:24:08.235Z] 871d06416459: Layer already exists [2025-05-09T09:24:08.235Z] 27f901fc199b: Layer already exists [2025-05-09T09:24:08.235Z] 72081a2ca294: Layer already exists [2025-05-09T09:24:08.235Z] dd9c8f8612c8: Layer already exists [2025-05-09T09:24:08.235Z] latest: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:08.581Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:08.943Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [2025-05-09T09:24:08.943Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-05-09T09:24:08.943Z] 27f901fc199b: Preparing [2025-05-09T09:24:08.943Z] eccf2a3fe96b: Preparing [2025-05-09T09:24:08.943Z] 72081a2ca294: Preparing [2025-05-09T09:24:08.943Z] caa12885b19b: Preparing [2025-05-09T09:24:08.943Z] 871d06416459: Preparing [2025-05-09T09:24:08.943Z] dd9c8f8612c8: Preparing [2025-05-09T09:24:08.943Z] dd9c8f8612c8: Waiting [2025-05-09T09:24:08.943Z] 871d06416459: Layer already exists [2025-05-09T09:24:08.943Z] 72081a2ca294: Layer already exists [2025-05-09T09:24:08.943Z] caa12885b19b: Layer already exists [2025-05-09T09:24:08.943Z] 27f901fc199b: Layer already exists [2025-05-09T09:24:08.943Z] eccf2a3fe96b: Layer already exists [2025-05-09T09:24:08.943Z] dd9c8f8612c8: Layer already exists [2025-05-09T09:24:08.943Z] 1.0.0-dev.2: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:09.295Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:09.647Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:24:09.647Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-05-09T09:24:09.647Z] 27f901fc199b: Preparing [2025-05-09T09:24:09.647Z] eccf2a3fe96b: Preparing [2025-05-09T09:24:09.647Z] 72081a2ca294: Preparing [2025-05-09T09:24:09.647Z] caa12885b19b: Preparing [2025-05-09T09:24:09.647Z] 871d06416459: Preparing [2025-05-09T09:24:09.647Z] dd9c8f8612c8: Preparing [2025-05-09T09:24:09.647Z] dd9c8f8612c8: Waiting [2025-05-09T09:24:09.647Z] 871d06416459: Layer already exists [2025-05-09T09:24:09.647Z] 72081a2ca294: Layer already exists [2025-05-09T09:24:09.647Z] eccf2a3fe96b: Layer already exists [2025-05-09T09:24:09.648Z] 27f901fc199b: Layer already exists [2025-05-09T09:24:09.648Z] caa12885b19b: Layer already exists [2025-05-09T09:24:09.648Z] dd9c8f8612c8: Layer already exists [2025-05-09T09:24:09.648Z] 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:10.005Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:10.353Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2025-05-09T09:24:10.354Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-05-09T09:24:10.354Z] 27f901fc199b: Preparing [2025-05-09T09:24:10.354Z] eccf2a3fe96b: Preparing [2025-05-09T09:24:10.354Z] 72081a2ca294: Preparing [2025-05-09T09:24:10.354Z] caa12885b19b: Preparing [2025-05-09T09:24:10.354Z] 871d06416459: Preparing [2025-05-09T09:24:10.354Z] dd9c8f8612c8: Preparing [2025-05-09T09:24:10.354Z] dd9c8f8612c8: Waiting [2025-05-09T09:24:10.354Z] 72081a2ca294: Layer already exists [2025-05-09T09:24:10.354Z] 871d06416459: Layer already exists [2025-05-09T09:24:10.354Z] 27f901fc199b: Layer already exists [2025-05-09T09:24:10.354Z] caa12885b19b: Layer already exists [2025-05-09T09:24:10.354Z] eccf2a3fe96b: Layer already exists [2025-05-09T09:24:10.354Z] dd9c8f8612c8: Layer already exists [2025-05-09T09:24:10.354Z] main: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-09T09:24:10.686Z] ===================================================== [Pipeline] echo [2025-05-09T09:24:10.697Z] taggedImages: [2025-05-09T09:24:10.697Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [2025-05-09T09:24:10.697Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-05-09T09:24:10.697Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [2025-05-09T09:24:10.697Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [2025-05-09T09:24:10.697Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo [2025-05-09T09:24:10.706Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] echo [2025-05-09T09:24:10.716Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo [2025-05-09T09:24:10.729Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [Pipeline] echo [2025-05-09T09:24:10.741Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] echo [2025-05-09T09:24:10.753Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:11.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-09T09:24:11.178Z] [2025-05-09T09:24:11.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:11.507Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-09T09:24:11.507Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-09T09:24:11.507Z] 8998bd30e6a1: Pulling fs layer [2025-05-09T09:24:11.507Z] 04944245beec: Pulling fs layer [2025-05-09T09:24:11.507Z] 699f458cf7ca: Pulling fs layer [2025-05-09T09:24:11.507Z] 765212b225bb: Pulling fs layer [2025-05-09T09:24:11.507Z] f23df028b6ca: Pulling fs layer [2025-05-09T09:24:11.507Z] d65c8cfc05b1: Pulling fs layer [2025-05-09T09:24:11.507Z] 2437ff75d9bd: Pulling fs layer [2025-05-09T09:24:11.507Z] f23df028b6ca: Waiting [2025-05-09T09:24:11.507Z] 765212b225bb: Waiting [2025-05-09T09:24:11.507Z] d65c8cfc05b1: Waiting [2025-05-09T09:24:11.507Z] 2437ff75d9bd: Waiting [2025-05-09T09:24:11.774Z] 04944245beec: Verifying Checksum [2025-05-09T09:24:11.774Z] 04944245beec: Download complete [2025-05-09T09:24:11.774Z] 765212b225bb: Verifying Checksum [2025-05-09T09:24:11.774Z] 765212b225bb: Download complete [2025-05-09T09:24:11.774Z] f23df028b6ca: Verifying Checksum [2025-05-09T09:24:11.774Z] f23df028b6ca: Download complete [2025-05-09T09:24:11.774Z] d65c8cfc05b1: Download complete [2025-05-09T09:24:12.043Z] 699f458cf7ca: Verifying Checksum [2025-05-09T09:24:12.043Z] 699f458cf7ca: Download complete [2025-05-09T09:24:12.310Z] 8998bd30e6a1: Download complete [2025-05-09T09:24:14.895Z] 2437ff75d9bd: Verifying Checksum [2025-05-09T09:24:14.895Z] 2437ff75d9bd: Download complete [2025-05-09T09:24:16.846Z] 8998bd30e6a1: Pull complete [2025-05-09T09:24:17.426Z] 04944245beec: Pull complete [2025-05-09T09:24:18.830Z] 699f458cf7ca: Pull complete [2025-05-09T09:24:18.830Z] 765212b225bb: Pull complete [2025-05-09T09:24:19.786Z] f23df028b6ca: Pull complete [2025-05-09T09:24:20.052Z] d65c8cfc05b1: Pull complete [2025-05-09T09:24:38.237Z] 2437ff75d9bd: Pull complete [2025-05-09T09:24:38.237Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-09T09:24:38.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-09T09:24:38.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:24:38.464Z] prd-ubuntu20.04-docker-arm64-4c-16g-1172 does not seem to be running inside a container [2025-05-09T09:24:38.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-09T09:24:40.754Z] $ docker top a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:24:41.593Z] ---> job-cost.sh [2025-05-09T09:24:41.593Z] lf-activate-venv: SKIPPING [2025-05-09T09:24:41.593Z] INFO: No Stack... [2025-05-09T09:24:41.856Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-09T09:24:42.806Z] INFO: Archiving Costs [Pipeline] sh [2025-05-09T09:24:43.438Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-05-09T09:24:43.438Z] + cut -d, -f6 [Pipeline] lock [2025-05-09T09:24:43.496Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [2025-05-09T09:24:43.506Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] did not exist. Created. [2025-05-09T09:24:43.512Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-09T09:24:44.171Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-6e624667/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-09T09:24:44.818Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-09T09:24:44.833Z] Warning: overwriting stash ‘stack-cost’ [2025-05-09T09:24:45.242Z] Stashed 1 file(s) [Pipeline] } [2025-05-09T09:24:45.251Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-09T09:24:45.263Z] $ docker stop --time=1 a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 [2025-05-09T09:24:46.771Z] $ docker rm -f --volumes a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-05-09T09:24:47.453Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-09T09:24:47.453Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:47.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:24:47.757Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:24:47.863Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:24:47.889Z] $ 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 [2025-05-09T09:24:48.290Z] $ docker top 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b -eo pid,comm [2025-05-09T09:24:48.350Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-05-09T09:24:48.350Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-09T09:24:48.398Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-09T09:24:48.399Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-09T09:24:48.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-09T09:24:48.503Z] $ docker exec 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b ssh-agent [2025-05-09T09:24:48.612Z] SSH_AUTH_SOCK=/tmp/ssh-jE9yG7mxG1jp/agent.32 [2025-05-09T09:24:48.612Z] SSH_AGENT_PID=38 [2025-05-09T09:24:48.616Z] Running ssh-add (command line suppressed) [2025-05-09T09:24:48.711Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2328791871251449564.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2328791871251449564.key) [2025-05-09T09:24:48.733Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-09T09:24:49.022Z] + git semver tag [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,187 [run_tag] DEBUG tag force:False [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,187 [check_head_tag] DEBUG check head tag [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,188 [execute] INFO git cat-file --batch-check [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,191 [execute] INFO git cat-file --batch [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,192 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,208 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,208 [execute] INFO git tag -a v1.0.0-dev.2 -m v1.0.0-dev.2 [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,208 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.2', '-m', 'v1.0.0-dev.2'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2025-05-09T09:24:49.281Z] 2025-05-09 09:24:49,212 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:24:49.281Z] 1.0.0-dev.2 [Pipeline] } [2025-05-09T09:24:49.286Z] $ docker exec --env ******** --env ******** 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b ssh-agent -k [2025-05-09T09:24:49.385Z] unset SSH_AUTH_SOCK; [2025-05-09T09:24:49.386Z] unset SSH_AGENT_PID; [2025-05-09T09:24:49.386Z] echo Agent pid 38 killed; [2025-05-09T09:24:49.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-09T09:24:49.724Z] + git semver [Pipeline] } [2025-05-09T09:24:49.992Z] $ docker stop --time=1 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b [2025-05-09T09:24:51.315Z] $ docker rm -f --volumes 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:51.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-09T09:24:51.769Z] [2025-05-09T09:24:51.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:24:52.075Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-09T09:24:52.075Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-09T09:24:52.075Z] ab5ef0e58194: Pulling fs layer [2025-05-09T09:24:52.075Z] 9712f1f96733: Pulling fs layer [2025-05-09T09:24:52.075Z] 63f879dbbcfc: Pulling fs layer [2025-05-09T09:24:52.075Z] 0d9ebad4ef96: Pulling fs layer [2025-05-09T09:24:52.075Z] e9a5061849ea: Pulling fs layer [2025-05-09T09:24:52.075Z] d747dcd14b5f: Pulling fs layer [2025-05-09T09:24:52.075Z] 2de7ff778b66: Pulling fs layer [2025-05-09T09:24:52.075Z] e9a5061849ea: Waiting [2025-05-09T09:24:52.075Z] 0d9ebad4ef96: Waiting [2025-05-09T09:24:52.075Z] d747dcd14b5f: Waiting [2025-05-09T09:24:52.075Z] 2de7ff778b66: Waiting [2025-05-09T09:24:52.075Z] 9712f1f96733: Verifying Checksum [2025-05-09T09:24:52.075Z] 9712f1f96733: Download complete [2025-05-09T09:24:52.336Z] 63f879dbbcfc: Verifying Checksum [2025-05-09T09:24:52.336Z] 63f879dbbcfc: Download complete [2025-05-09T09:24:52.593Z] e9a5061849ea: Verifying Checksum [2025-05-09T09:24:52.593Z] e9a5061849ea: Download complete [2025-05-09T09:24:52.593Z] d747dcd14b5f: Download complete [2025-05-09T09:24:52.593Z] ab5ef0e58194: Verifying Checksum [2025-05-09T09:24:52.593Z] ab5ef0e58194: Download complete [2025-05-09T09:24:52.593Z] 0d9ebad4ef96: Verifying Checksum [2025-05-09T09:24:52.593Z] 0d9ebad4ef96: Download complete [2025-05-09T09:24:52.593Z] 2de7ff778b66: Verifying Checksum [2025-05-09T09:24:52.593Z] 2de7ff778b66: Download complete [2025-05-09T09:24:55.878Z] ab5ef0e58194: Pull complete [2025-05-09T09:24:55.878Z] 9712f1f96733: Pull complete [2025-05-09T09:24:56.137Z] 63f879dbbcfc: Pull complete [2025-05-09T09:24:59.416Z] 0d9ebad4ef96: Pull complete [2025-05-09T09:24:59.674Z] e9a5061849ea: Pull complete [2025-05-09T09:24:59.674Z] d747dcd14b5f: Pull complete [2025-05-09T09:25:00.605Z] 2de7ff778b66: Pull complete [2025-05-09T09:25:00.605Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-09T09:25:00.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-09T09:25:00.605Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:25:00.697Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:25:00.718Z] $ 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 [2025-05-09T09:25:04.517Z] $ docker top 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:25:04.593Z] provisioning config files... [2025-05-09T09:25:04.600Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5523283032011413650tmp [2025-05-09T09:25:04.608Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config18047345125773832230tmp [2025-05-09T09:25:04.615Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9539666368745882285tmp [Pipeline] { [Pipeline] echo [2025-05-09T09:25:04.643Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:04.936Z] ---> sigul-configuration.sh [2025-05-09T09:25:04.936Z] gpg: directory `/root/.gnupg' created [2025-05-09T09:25:04.936Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-09T09:25:04.936Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-09T09:25:04.936Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-09T09:25:04.936Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-09T09:25:04.936Z] gpg: CAST5 encrypted data [2025-05-09T09:25:04.936Z] gpg: encrypted with 1 passphrase [2025-05-09T09:25:04.936Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-09T09:25:05.233Z] + mkdir /home/jenkins [2025-05-09T09:25:05.233Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-09T09:25:05.535Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-05-09T09:25:05.550Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:05.843Z] ---> sigul-install.sh [2025-05-09T09:25:05.844Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-09T09:25:06.138Z] + git tag --list [2025-05-09T09:25:06.138Z] v0.0.1 [2025-05-09T09:25:06.138Z] v0.0.2-dev.1 [2025-05-09T09:25:06.138Z] v0.0.2-dev.10 [2025-05-09T09:25:06.138Z] v0.0.2-dev.11 [2025-05-09T09:25:06.138Z] v0.0.2-dev.12 [2025-05-09T09:25:06.138Z] v0.0.2-dev.13 [2025-05-09T09:25:06.138Z] v0.0.2-dev.14 [2025-05-09T09:25:06.138Z] v0.0.2-dev.15 [2025-05-09T09:25:06.138Z] v0.0.2-dev.16 [2025-05-09T09:25:06.138Z] v0.0.2-dev.17 [2025-05-09T09:25:06.138Z] v0.0.2-dev.18 [2025-05-09T09:25:06.138Z] v0.0.2-dev.19 [2025-05-09T09:25:06.138Z] v0.0.2-dev.2 [2025-05-09T09:25:06.138Z] v0.0.2-dev.20 [2025-05-09T09:25:06.138Z] v0.0.2-dev.21 [2025-05-09T09:25:06.138Z] v0.0.2-dev.22 [2025-05-09T09:25:06.138Z] v0.0.2-dev.23 [2025-05-09T09:25:06.138Z] v0.0.2-dev.24 [2025-05-09T09:25:06.138Z] v0.0.2-dev.25 [2025-05-09T09:25:06.138Z] v0.0.2-dev.26 [2025-05-09T09:25:06.138Z] v0.0.2-dev.27 [2025-05-09T09:25:06.138Z] v0.0.2-dev.28 [2025-05-09T09:25:06.138Z] v0.0.2-dev.29 [2025-05-09T09:25:06.138Z] v0.0.2-dev.3 [2025-05-09T09:25:06.138Z] v0.0.2-dev.30 [2025-05-09T09:25:06.138Z] v0.0.2-dev.31 [2025-05-09T09:25:06.138Z] v0.0.2-dev.32 [2025-05-09T09:25:06.138Z] v0.0.2-dev.33 [2025-05-09T09:25:06.138Z] v0.0.2-dev.34 [2025-05-09T09:25:06.138Z] v0.0.2-dev.35 [2025-05-09T09:25:06.138Z] v0.0.2-dev.36 [2025-05-09T09:25:06.138Z] v0.0.2-dev.37 [2025-05-09T09:25:06.138Z] v0.0.2-dev.38 [2025-05-09T09:25:06.138Z] v0.0.2-dev.39 [2025-05-09T09:25:06.138Z] v0.0.2-dev.4 [2025-05-09T09:25:06.138Z] v0.0.2-dev.40 [2025-05-09T09:25:06.138Z] v0.0.2-dev.41 [2025-05-09T09:25:06.138Z] v0.0.2-dev.42 [2025-05-09T09:25:06.138Z] v0.0.2-dev.43 [2025-05-09T09:25:06.138Z] v0.0.2-dev.44 [2025-05-09T09:25:06.138Z] v0.0.2-dev.5 [2025-05-09T09:25:06.138Z] v0.0.2-dev.6 [2025-05-09T09:25:06.138Z] v0.0.2-dev.7 [2025-05-09T09:25:06.138Z] v0.0.2-dev.8 [2025-05-09T09:25:06.138Z] v0.0.2-dev.9 [2025-05-09T09:25:06.138Z] v1.0.0-dev.1 [2025-05-09T09:25:06.138Z] v1.0.0-dev.2 [Pipeline] sh [2025-05-09T09:25:06.432Z] + lftools sign git-tag v1.0.0-dev.2 [2025-05-09T09:25:07.002Z] Signing Git tag with Sigul... [2025-05-09T09:25:07.002Z] Signing v1.0.0-dev.2 [Pipeline] echo [2025-05-09T09:25:07.270Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:07.565Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-09T09:25:07.572Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-09T09:25:07.587Z] $ docker stop --time=1 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 [2025-05-09T09:25:08.892Z] $ docker rm -f --volumes 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-09T09:25:09.324Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-09T09:25:09.324Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:25:09.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:25:09.622Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:25:09.696Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:25:09.714Z] $ 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 [2025-05-09T09:25:10.050Z] $ docker top e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc -eo pid,comm [2025-05-09T09:25:10.103Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-05-09T09:25:10.103Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-09T09:25:10.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-09T09:25:10.163Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-09T09:25:10.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-09T09:25:10.278Z] $ docker exec e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc ssh-agent [2025-05-09T09:25:10.397Z] SSH_AUTH_SOCK=/tmp/ssh-UGDR9g2lHJGK/agent.32 [2025-05-09T09:25:10.397Z] SSH_AGENT_PID=38 [2025-05-09T09:25:10.401Z] Running ssh-add (command line suppressed) [2025-05-09T09:25:10.510Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4387248427877869963.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4387248427877869963.key) [2025-05-09T09:25:10.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-09T09:25:10.817Z] + git semver bump pre [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,012 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,013 [bump_version] DEBUG bumping version:1.0.0-dev.2 on axis:pre with prefix:dev [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,013 [bump_version] DEBUG bumped version:1.0.0-dev.3 [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,013 [write_version] DEBUG write version:1.0.0-dev.3 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,013 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,013 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,017 [execute] INFO git cat-file --batch-check [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,017 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,023 [execute] INFO git cat-file --batch [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,024 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-09T09:25:11.076Z] 2025-05-09 09:25:11,029 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:25:11.076Z] 1.0.0-dev.3 [Pipeline] } [2025-05-09T09:25:11.078Z] $ docker exec --env ******** --env ******** e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc ssh-agent -k [2025-05-09T09:25:11.174Z] unset SSH_AUTH_SOCK; [2025-05-09T09:25:11.174Z] unset SSH_AGENT_PID; [2025-05-09T09:25:11.174Z] echo Agent pid 38 killed; [2025-05-09T09:25:11.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-09T09:25:11.503Z] + git semver [Pipeline] } [2025-05-09T09:25:11.767Z] $ docker stop --time=1 e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc [2025-05-09T09:25:13.059Z] $ docker rm -f --volumes e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-09T09:25:13.430Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-09T09:25:13.431Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:25:13.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-09T09:25:13.730Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:25:13.805Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:25:13.830Z] $ 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 [2025-05-09T09:25:14.234Z] $ docker top 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 -eo pid,comm [2025-05-09T09:25:14.286Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-05-09T09:25:14.286Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-09T09:25:14.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-09T09:25:14.344Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-09T09:25:14.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-09T09:25:14.451Z] $ docker exec 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 ssh-agent [2025-05-09T09:25:14.567Z] SSH_AUTH_SOCK=/tmp/ssh-qEuop0aDBH6D/agent.33 [2025-05-09T09:25:14.567Z] SSH_AGENT_PID=39 [2025-05-09T09:25:14.571Z] Running ssh-add (command line suppressed) [2025-05-09T09:25:14.669Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15819551948798936934.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15819551948798936934.key) [2025-05-09T09:25:14.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-09T09:25:14.983Z] + git semver push [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,174 [run_push] DEBUG push [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,175 [execute] INFO git cat-file --batch-check [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,180 [execute] INFO git rev-list 562266cff0f3a5e35dea187bfb9c672743f5a9b9 -- [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,180 [execute] DEBUG Popen(['git', 'rev-list', '562266cff0f3a5e35dea187bfb9c672743f5a9b9', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,187 [execute] INFO git fetch -v origin [2025-05-09T09:25:15.243Z] 2025-05-09 09:25:15,187 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-05-09T09:25:15.809Z] 2025-05-09 09:25:15,639 [run_push] DEBUG no remote changes detected [2025-05-09T09:25:15.809Z] 2025-05-09 09:25:15,639 [execute] INFO git push origin semver [2025-05-09T09:25:15.809Z] 2025-05-09 09:25:15,640 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-09T09:25:16.746Z] 2025-05-09 09:25:16,431 [run_push] DEBUG push all version tags [2025-05-09T09:25:16.746Z] 2025-05-09 09:25:16,432 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-09T09:25:16.746Z] 2025-05-09 09:25:16,432 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2025-05-09T09:25:17.313Z] 2025-05-09 09:25:17,087 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-05-09T09:25:17.313Z] 1.0.0-dev.3 [Pipeline] } [2025-05-09T09:25:17.315Z] $ docker exec --env ******** --env ******** 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 ssh-agent -k [2025-05-09T09:25:17.404Z] unset SSH_AUTH_SOCK; [2025-05-09T09:25:17.405Z] unset SSH_AGENT_PID; [2025-05-09T09:25:17.405Z] echo Agent pid 39 killed; [2025-05-09T09:25:17.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-09T09:25:17.745Z] + git semver [Pipeline] } [2025-05-09T09:25:18.011Z] $ docker stop --time=1 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 [2025-05-09T09:25:19.286Z] $ docker rm -f --volumes 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-09T09:25:19.786Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2025-05-09T09:25:19.786Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-05-09T09:25:19.786Z] total 16 [2025-05-09T09:25:19.786Z] drwxr-xr-x 3 root root 4096 May 9 09:17 . [2025-05-09T09:25:19.786Z] drwxrwxr-x 7 jenkins jenkins 4096 May 9 09:25 .. [2025-05-09T09:25:19.786Z] drwxr-xr-x 2 root root 4096 May 9 09:17 cost [2025-05-09T09:25:19.786Z] -rw-r--r-- 1 root root 87 May 9 09:17 cost.csv [2025-05-09T09:25:19.786Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-05-09T09:25:19.786Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-05-09T09:25:19.786Z] total 16 [2025-05-09T09:25:19.786Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 09:17 . [2025-05-09T09:25:19.786Z] drwxrwxr-x 7 jenkins jenkins 4096 May 9 09:25 .. [2025-05-09T09:25:19.786Z] drwxr-xr-x 2 jenkins jenkins 4096 May 9 09:17 cost [2025-05-09T09:25:19.786Z] -rw-r--r-- 1 jenkins jenkins 87 May 9 09:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:20.104Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:20.966Z] ---> package-listing.sh [2025-05-09T09:25:20.966Z] ++ facter osfamily [2025-05-09T09:25:20.966Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-09T09:25:21.226Z] + OS_FAMILY=debian [2025-05-09T09:25:21.226Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-05-09T09:25:21.226Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-09T09:25:21.226Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-09T09:25:21.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-09T09:25:21.226Z] + PACKAGES=/tmp/packages_start.txt [2025-05-09T09:25:21.226Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-05-09T09:25:21.226Z] + PACKAGES=/tmp/packages_end.txt [2025-05-09T09:25:21.226Z] + case "${OS_FAMILY}" in [2025-05-09T09:25:21.226Z] + dpkg -l [2025-05-09T09:25:21.226Z] + grep '^ii' [2025-05-09T09:25:21.226Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-09T09:25:21.226Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-09T09:25:21.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-09T09:25:21.226Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-05-09T09:25:21.226Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-05-09T09:25:21.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-05-09T09:25:21.236Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-09T09:25:21.515Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-09T09:25:22.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-09T09:25:22.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-09T09:25:22.149Z] prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container [2025-05-09T09:25:22.170Z] $ 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 [2025-05-09T09:25:22.437Z] $ docker top 632fbd300aa6eb5bd11f0505883f9a808508edf32488b36847335fd6ebe18607 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-09T09:25:22.785Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-09T09:25:23.073Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-09T09:25:23.356Z] + ls /var/log/sa-host [2025-05-09T09:25:23.356Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-09T09:25:23.393Z] provisioning config files... [2025-05-09T09:25:23.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5026225273126961888tmp [Pipeline] { [Pipeline] echo [2025-05-09T09:25:23.420Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:23.702Z] ---> create-netrc.sh [Pipeline] } [2025-05-09T09:25:23.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:24.019Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-09T09:25:24.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:24.312Z] ---> sudo-logs.sh [2025-05-09T09:25:24.312Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-09T09:25:24.343Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:24.625Z] ---> job-cost.sh [2025-05-09T09:25:24.625Z] lf-activate-venv: SKIPPING [2025-05-09T09:25:24.625Z] DEBUG: total: 0.2199999988079071 [2025-05-09T09:25:24.625Z] INFO: Retrieving Stack Cost... [2025-05-09T09:25:24.884Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-09T09:25:25.451Z] INFO: Archiving Costs [Pipeline] echo [2025-05-09T09:25:25.466Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-09T09:25:25.749Z] ---> logs-deploy.sh [2025-05-09T09:25:25.749Z] lf-activate-venv: SKIPPING [2025-05-09T09:25:25.749Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/52 [2025-05-09T09:25:25.749Z] INFO: archiving workspace using pattern(s): [2025-05-09T09:25:26.687Z] Archives upload complete. [2025-05-09T09:25:26.687Z] INFO: archiving logs to Nexus