Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8ae93feb29fbaa43da1d87a6d88aee91490ee53e 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-ssh8541617460529423427.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-ssh7605214914675601942.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-ssh4796872455204093149.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-ssh15890560066845583425.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-ssh17145798481955009648.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-4336 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 Avoid second fetch Checking out Revision 8ae93feb29fbaa43da1d87a6d88aee91490ee53e (main) Commit message: "Merge pull request #131 from jinlinGuan/add-websocket" > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ae93feb29fbaa43da1d87a6d88aee91490ee53e # timeout=10 > git rev-list --no-walk 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-01T09:18:12.351Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-01T09:18:12.412Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-01T09:18:12.435Z] ========================================================= [2025-07-01T09:18:12.435Z] EdgeX Global Pipelines Version Info [2025-07-01T09:18:12.435Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:18:13.543Z] ------------------- [2025-07-01T09:18:13.543Z] stable info: [2025-07-01T09:18:13.543Z] ------------------- [2025-07-01T09:18:13.543Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-01T09:18:13.543Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-01T09:18:13.543Z] Message: update stable to v1.0.274 [2025-07-01T09:18:13.805Z] ------------------- [2025-07-01T09:18:13.805Z] experimental info: [2025-07-01T09:18:13.805Z] ------------------- [2025-07-01T09:18:13.805Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-01T09:18:13.805Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-01T09:18:13.805Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-07-01T09:18:13.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-07-01T09:18:13.918Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-07-01T09:18:13.939Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-01T09:18:13.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-01T09:18:13.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-01T09:18:14.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-07-01T09:18:14.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-01T09:18:14.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-07-01T09:18:14.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-07-01T09:18:14.092Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-01T09:18:14.120Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-07-01T09:18:14.144Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-07-01T09:18:14.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-01T09:18:14.192Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-01T09:18:14.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-01T09:18:14.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-01T09:18:14.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-01T09:18:14.276Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] echo [2025-07-01T09:18:14.299Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ae93fe [Pipeline] echo [2025-07-01T09:18:14.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:18:14.412Z] provisioning config files... [2025-07-01T09:18:14.427Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4484926547931007316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:18:14.762Z] ---> ****-login.sh [2025-07-01T09:18:14.762Z] nexus3.edgexfoundry.org:10001 [2025-07-01T09:18:14.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:15.028Z] [2025-07-01T09:18:15.028Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T09:18:15.028Z] Configure a credential helper to remove this warning. See [2025-07-01T09:18:15.028Z] https://docs.****.com/go/credential-store/ [2025-07-01T09:18:15.028Z] [2025-07-01T09:18:15.028Z] Login Succeeded [2025-07-01T09:18:15.028Z] nexus3.edgexfoundry.org:10002 [2025-07-01T09:18:15.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:15.028Z] [2025-07-01T09:18:15.028Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T09:18:15.028Z] Configure a credential helper to remove this warning. See [2025-07-01T09:18:15.028Z] https://docs.****.com/go/credential-store/ [2025-07-01T09:18:15.028Z] [2025-07-01T09:18:15.028Z] Login Succeeded [2025-07-01T09:18:15.028Z] nexus3.edgexfoundry.org:10003 [2025-07-01T09:18:15.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:15.295Z] [2025-07-01T09:18:15.295Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T09:18:15.295Z] Configure a credential helper to remove this warning. See [2025-07-01T09:18:15.295Z] https://docs.****.com/go/credential-store/ [2025-07-01T09:18:15.295Z] [2025-07-01T09:18:15.295Z] Login Succeeded [2025-07-01T09:18:15.295Z] nexus3.edgexfoundry.org:10004 [2025-07-01T09:18:15.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:15.295Z] [2025-07-01T09:18:15.295Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T09:18:15.295Z] Configure a credential helper to remove this warning. See [2025-07-01T09:18:15.295Z] https://docs.****.com/go/credential-store/ [2025-07-01T09:18:15.295Z] [2025-07-01T09:18:15.295Z] Login Succeeded [2025-07-01T09:18:15.295Z] ****.io [2025-07-01T09:18:15.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:15.556Z] [2025-07-01T09:18:15.556Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T09:18:15.556Z] Configure a credential helper to remove this warning. See [2025-07-01T09:18:15.556Z] https://docs.****.com/go/credential-store/ [2025-07-01T09:18:15.556Z] [2025-07-01T09:18:15.556Z] Login Succeeded [2025-07-01T09:18:15.556Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T09:18:15.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-01T09:18:16.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T09:18:16.454Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-01T09:18:16.454Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-01T09:18:16.454Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-01T09:18:16.454Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-01T09:18:16.454Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-01T09:18:16.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:18:16.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:18:16.888Z] [2025-07-01T09:18:16.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:18:17.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:18:17.203Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-01T09:18:17.203Z] 3dae71ba6b94: Pulling fs layer [2025-07-01T09:18:17.203Z] 6bf1a483ea7c: Pulling fs layer [2025-07-01T09:18:17.203Z] f5dfc541a4d3: Pulling fs layer [2025-07-01T09:18:17.203Z] 461d9e800cba: Pulling fs layer [2025-07-01T09:18:17.203Z] 80192f66455f: Pulling fs layer [2025-07-01T09:18:17.203Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-01T09:18:17.203Z] a29436f7fd5d: Pulling fs layer [2025-07-01T09:18:17.203Z] 923cac83aea3: Pulling fs layer [2025-07-01T09:18:17.203Z] 25ad8b0a4227: Pulling fs layer [2025-07-01T09:18:17.203Z] db01528c6b51: Pulling fs layer [2025-07-01T09:18:17.203Z] 28988de357af: Pulling fs layer [2025-07-01T09:18:17.203Z] 461d9e800cba: Waiting [2025-07-01T09:18:17.203Z] 80192f66455f: Waiting [2025-07-01T09:18:17.203Z] 2e8e34ca0e6c: Waiting [2025-07-01T09:18:17.203Z] 923cac83aea3: Waiting [2025-07-01T09:18:17.203Z] a29436f7fd5d: Waiting [2025-07-01T09:18:17.203Z] 28988de357af: Waiting [2025-07-01T09:18:17.203Z] db01528c6b51: Waiting [2025-07-01T09:18:17.203Z] 25ad8b0a4227: Waiting [2025-07-01T09:18:17.203Z] 6bf1a483ea7c: Verifying Checksum [2025-07-01T09:18:17.203Z] 6bf1a483ea7c: Download complete [2025-07-01T09:18:17.203Z] 461d9e800cba: Download complete [2025-07-01T09:18:17.203Z] 80192f66455f: Verifying Checksum [2025-07-01T09:18:17.203Z] 80192f66455f: Download complete [2025-07-01T09:18:17.468Z] f5dfc541a4d3: Verifying Checksum [2025-07-01T09:18:17.468Z] f5dfc541a4d3: Download complete [2025-07-01T09:18:17.468Z] 3dae71ba6b94: Verifying Checksum [2025-07-01T09:18:17.468Z] 3dae71ba6b94: Download complete [2025-07-01T09:18:17.468Z] 923cac83aea3: Verifying Checksum [2025-07-01T09:18:17.468Z] 923cac83aea3: Download complete [2025-07-01T09:18:17.728Z] 25ad8b0a4227: Verifying Checksum [2025-07-01T09:18:17.728Z] 25ad8b0a4227: Download complete [2025-07-01T09:18:17.728Z] db01528c6b51: Verifying Checksum [2025-07-01T09:18:17.728Z] db01528c6b51: Download complete [2025-07-01T09:18:17.728Z] 28988de357af: Download complete [2025-07-01T09:18:17.728Z] a29436f7fd5d: Verifying Checksum [2025-07-01T09:18:17.728Z] a29436f7fd5d: Download complete [2025-07-01T09:18:18.298Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-01T09:18:18.298Z] 2e8e34ca0e6c: Download complete [2025-07-01T09:18:18.866Z] 3dae71ba6b94: Pull complete [2025-07-01T09:18:19.126Z] 6bf1a483ea7c: Pull complete [2025-07-01T09:18:19.692Z] f5dfc541a4d3: Pull complete [2025-07-01T09:18:19.693Z] 461d9e800cba: Pull complete [2025-07-01T09:18:19.959Z] 80192f66455f: Pull complete [2025-07-01T09:18:24.179Z] 2e8e34ca0e6c: Pull complete [2025-07-01T09:18:25.116Z] a29436f7fd5d: Pull complete [2025-07-01T09:18:25.116Z] 923cac83aea3: Pull complete [2025-07-01T09:18:25.376Z] 25ad8b0a4227: Pull complete [2025-07-01T09:18:25.376Z] db01528c6b51: Pull complete [2025-07-01T09:18:25.376Z] 28988de357af: Pull complete [2025-07-01T09:18:25.376Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-01T09:18:25.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:18:25.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:18:25.513Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:18:25.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T09:18:27.383Z] $ docker top 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a -eo pid,comm [2025-07-01T09:18:27.419Z] 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-07-01T09:18:27.420Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T09:18:27.478Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T09:18:27.478Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T09:18:27.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T09:18:27.600Z] $ docker exec 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent [2025-07-01T09:18:27.682Z] SSH_AUTH_SOCK=/tmp/ssh-dL4bV8l1UwGB/agent.31 [2025-07-01T09:18:27.682Z] SSH_AGENT_PID=37 [2025-07-01T09:18:27.689Z] Running ssh-add (command line suppressed) [2025-07-01T09:18:27.784Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5361675253137458054.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5361675253137458054.key) [2025-07-01T09:18:27.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T09:18:28.092Z] + git tag --points-at HEAD [Pipeline] } [2025-07-01T09:18:28.137Z] $ docker exec --env ******** --env ******** 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent -k [2025-07-01T09:18:28.221Z] unset SSH_AUTH_SOCK; [2025-07-01T09:18:28.221Z] unset SSH_AGENT_PID; [2025-07-01T09:18:28.221Z] echo Agent pid 37 killed; [2025-07-01T09:18:28.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-01T09:18:28.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T09:18:28.264Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T09:18:28.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T09:18:28.370Z] $ docker exec 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent [2025-07-01T09:18:28.470Z] SSH_AUTH_SOCK=/tmp/ssh-Af0ZHd50PiK1/agent.70 [2025-07-01T09:18:28.470Z] SSH_AGENT_PID=76 [2025-07-01T09:18:28.475Z] Running ssh-add (command line suppressed) [2025-07-01T09:18:28.585Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14496911758721104843.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14496911758721104843.key) [2025-07-01T09:18:28.593Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T09:18:28.884Z] + git semver init [2025-07-01T09:18:29.142Z] 2025-07-01 09:18:29,095 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T09:18:29.142Z] 2025-07-01 09:18:29,098 [run_init] DEBUG init version:0.0.0 force:False [2025-07-01T09:18:29.142Z] 2025-07-01 09:18:29,099 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-07-01T09:18:29.142Z] 2025-07-01 09:18:29,099 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-07-01T09:18:29.142Z] 2025-07-01 09:18:29,099 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-07-01T09:18:30.078Z] 2025-07-01 09:18:29,739 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2025-07-01T09:18:30.078Z] 2025-07-01 09:18:29,739 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2025-07-01T09:18:30.078Z] 2025-07-01 09:18:29,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:18:30.078Z] 2025-07-01 09:18:29,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:18:30.078Z] 1.0.0-dev.8 [Pipeline] } [2025-07-01T09:18:30.094Z] $ docker exec --env ******** --env ******** 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent -k [2025-07-01T09:18:30.182Z] unset SSH_AUTH_SOCK; [2025-07-01T09:18:30.183Z] unset SSH_AGENT_PID; [2025-07-01T09:18:30.183Z] echo Agent pid 76 killed; [2025-07-01T09:18:30.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T09:18:30.514Z] + git semver [Pipeline] } [2025-07-01T09:18:30.788Z] $ docker stop --time=1 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a [2025-07-01T09:18:32.095Z] $ docker rm -f --volumes 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T09:18:32.421Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-01T09:18:32.627Z] Stashed 1 file(s) [Pipeline] echo [2025-07-01T09:18:32.631Z] [edgeXSemver]: initialized semver on version 1.0.0-dev.8 [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-07-01T09:18:32.802Z] provisioning config files... [2025-07-01T09:18:32.813Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11017321208752628273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:18:33.125Z] ---> ****-login.sh [2025-07-01T09:18:33.126Z] nexus3.edgexfoundry.org:10001 [2025-07-01T09:18:33.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:33.126Z] Login Succeeded [2025-07-01T09:18:33.126Z] nexus3.edgexfoundry.org:10002 [2025-07-01T09:18:33.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:33.126Z] Login Succeeded [2025-07-01T09:18:33.126Z] nexus3.edgexfoundry.org:10003 [2025-07-01T09:18:33.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:33.385Z] Login Succeeded [2025-07-01T09:18:33.385Z] nexus3.edgexfoundry.org:10004 [2025-07-01T09:18:33.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:33.385Z] Login Succeeded [2025-07-01T09:18:33.385Z] ****.io [2025-07-01T09:18:33.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:18:33.644Z] Login Succeeded [2025-07-01T09:18:33.644Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T09:18:33.653Z] 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-07-01T09:18:34.436Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-01T09:18:34.723Z] + ls -al . [2025-07-01T09:18:34.723Z] total 72 [2025-07-01T09:18:34.723Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 09:18 . [2025-07-01T09:18:34.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 09:18 .. [2025-07-01T09:18:34.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 09:18 .git [2025-07-01T09:18:34.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 09:18 .github [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 09:18 .gitignore [2025-07-01T09:18:34.723Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 09:18 .semver [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 09:18 Dockerfile [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 09:18 Jenkinsfile [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 09:18 LICENSE [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jul 1 09:18 README.md [2025-07-01T09:18:34.723Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:18 TUC [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 09:18 VERSION [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 426 Jul 1 09:18 requirements.txt [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 09:18 robot-entrypoint.sh [2025-07-01T09:18:34.723Z] -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 09:18 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:18:35.042Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e --label arch=amd64 --label version=1.0.0-dev.8 . [2025-07-01T09:18:35.616Z] #0 building with "default" instance using docker driver [2025-07-01T09:18:35.617Z] [2025-07-01T09:18:35.617Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:18:35.617Z] #1 transferring dockerfile: 1.69kB done [2025-07-01T09:18:35.617Z] #1 DONE 0.0s [2025-07-01T09:18:35.617Z] [2025-07-01T09:18:35.617Z] #2 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-01T09:18:35.617Z] #2 DONE 0.1s [2025-07-01T09:18:35.876Z] [2025-07-01T09:18:35.876Z] #3 [internal] load .dockerignore [2025-07-01T09:18:35.876Z] #3 transferring context: 2B done [2025-07-01T09:18:35.876Z] #3 DONE 0.0s [2025-07-01T09:18:35.876Z] [2025-07-01T09:18:35.876Z] #4 [internal] load build context [2025-07-01T09:18:35.876Z] #4 transferring context: 512.98kB 0.0s done [2025-07-01T09:18:35.876Z] #4 DONE 0.1s [2025-07-01T09:18:35.876Z] [2025-07-01T09:18:35.876Z] #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-01T09:18:35.876Z] #5 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-01T09:18:35.876Z] #5 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s [2025-07-01T09:18:35.876Z] #5 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-01T09:18:35.876Z] #5 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-01T09:18:35.876Z] #5 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-01T09:18:35.876Z] #5 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-01T09:18:36.134Z] #5 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-01T09:18:36.134Z] #5 DONE 0.3s [2025-07-01T09:18:36.134Z] [2025-07-01T09:18:36.134Z] #6 [2/7] COPY . /edgex-taf/edgex-taf-common [2025-07-01T09:18:36.134Z] #6 DONE 0.1s [2025-07-01T09:18:36.134Z] [2025-07-01T09:18:36.134Z] #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ [2025-07-01T09:18:36.134Z] #7 DONE 0.0s [2025-07-01T09:18:36.394Z] [2025-07-01T09:18:36.394Z] #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt [2025-07-01T09:18:36.394Z] #8 DONE 0.0s [2025-07-01T09:18:36.394Z] [2025-07-01T09:18:36.394Z] #9 [5/7] WORKDIR /edgex-taf [2025-07-01T09:18:36.394Z] #9 DONE 0.0s [2025-07-01T09:18:36.394Z] [2025-07-01T09:18:36.394Z] #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-01T09:18:36.394Z] #10 DONE 0.3s [2025-07-01T09:18:36.653Z] [2025-07-01T09:18:36.653Z] #11 [7/7] RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt [2025-07-01T09:18:36.653Z] #11 0.243 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:18:39.940Z] #11 3.180 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:18:43.229Z] #11 6.686 OK: 8 MiB in 14 packages [2025-07-01T09:18:43.487Z] #11 6.736 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:18:46.018Z] #11 9.463 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:18:47.736Z] Still waiting to schedule task [2025-07-01T09:18:47.737Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-01T09:18:50.204Z] #11 12.98 (1/14) Installing ca-certificates (20241121-r1) [2025-07-01T09:18:51.581Z] #11 15.15 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-01T09:18:54.865Z] #11 18.19 (3/14) Installing c-ares (1.33.1-r0) [2025-07-01T09:18:56.778Z] #11 20.09 (4/14) Installing libunistring (1.2-r0) [2025-07-01T09:18:59.309Z] #11 22.85 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-01T09:19:01.843Z] #11 25.04 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-01T09:19:03.747Z] #11 26.87 (7/14) Installing libpsl (0.21.5-r1) [2025-07-01T09:19:05.135Z] #11 28.71 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-01T09:19:07.666Z] #11 31.18 (9/14) Installing libcurl (8.12.1-r0) [2025-07-01T09:19:10.201Z] #11 33.66 (10/14) Installing curl (8.12.1-r0) [2025-07-01T09:19:12.740Z] #11 35.79 (11/14) Installing docker-cli (26.1.5-r0) [2025-07-01T09:19:18.022Z] #11 41.46 (12/14) Installing oniguruma (6.9.9-r0) [2025-07-01T09:19:20.558Z] #11 43.75 (13/14) Installing jq (1.7.1-r0) [2025-07-01T09:19:23.095Z] #11 46.17 (14/14) Installing openssl (3.3.3-r0) [2025-07-01T09:19:25.633Z] #11 48.76 Executing busybox-1.36.1-r29.trigger [2025-07-01T09:19:25.633Z] #11 48.77 Executing ca-certificates-20241121-r1.trigger [2025-07-01T09:19:25.633Z] #11 48.81 OK: 43 MiB in 28 packages [2025-07-01T09:19:25.633Z] #11 48.87 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:19:28.171Z] #11 51.68 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:19:32.362Z] #11 55.25 (1/167) Installing libexpat (2.7.0-r0) [2025-07-01T09:19:33.743Z] #11 57.04 (2/167) Installing libbz2 (1.0.8-r6) [2025-07-01T09:19:35.124Z] #11 58.71 (3/167) Installing libpng (1.6.44-r0) [2025-07-01T09:19:37.664Z] #11 60.95 (4/167) Installing freetype (2.13.2-r0) [2025-07-01T09:19:40.209Z] #11 63.44 (5/167) Installing fontconfig (2.15.0-r1) [2025-07-01T09:19:42.749Z] #11 65.79 (6/167) Installing libfontenc (1.1.8-r0) [2025-07-01T09:19:44.129Z] #11 67.38 (7/167) Installing mkfontscale (1.2.2-r6) [2025-07-01T09:19:45.513Z] #11 68.95 (8/167) Installing font-opensans (0_git20210927-r1) [2025-07-01T09:19:48.805Z] #11 72.22 (9/167) Installing pkgconf (2.2.0-r0) [2025-07-01T09:19:50.709Z] #11 74.10 (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-07-01T09:19:52.614Z] #11 75.95 (11/167) Installing libffi (3.4.6-r0) [2025-07-01T09:19:53.991Z] #11 77.57 (12/167) Installing libintl (0.22.5-r0) [2025-07-01T09:19:55.893Z] #11 79.14 (13/167) Installing libeconf (0.6.3-r0) [2025-07-01T09:19:57.269Z] #11 80.72 (14/167) Installing libblkid (2.40.1-r1) [2025-07-01T09:19:59.174Z] #11 82.74 (15/167) Installing libmount (2.40.1-r1) [2025-07-01T09:20:01.712Z] #11 84.96 (16/167) Installing pcre2 (10.43-r0) [2025-07-01T09:20:04.249Z] #11 87.55 (17/167) Installing glib (2.80.5-r0) [2025-07-01T09:20:07.536Z] #11 90.86 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-01T09:20:10.822Z] #11 93.87 (19/167) Installing xz-libs (5.6.2-r1) [2025-07-01T09:20:12.727Z] #11 96.01 (20/167) Installing libxml2 (2.12.10-r0) [2025-07-01T09:20:15.263Z] #11 98.87 (21/167) Installing shared-mime-info (2.4-r0) [2025-07-01T09:20:17.798Z] #11 101.4 (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-07-01T09:20:19.700Z] #11 103.0 (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-07-01T09:20:22.233Z] #11 105.4 (24/167) Installing libsharpyuv (1.3.2-r0) [2025-07-01T09:20:23.167Z] #11 106.7 (25/167) Installing libwebp (1.3.2-r0) [2025-07-01T09:20:25.697Z] #11 109.3 (26/167) Installing tiff (4.6.0t-r0) [2025-07-01T09:20:27.880Z] #11 111.5 (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-07-01T09:20:30.413Z] #11 113.6 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-07-01T09:20:31.790Z] #11 115.3 (29/167) Installing libxau (1.0.11-r4) [2025-07-01T09:20:33.166Z] #11 116.6 (30/167) Installing libmd (1.1.0-r0) [2025-07-01T09:20:33.429Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4337 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2025-07-01T09:20:33.478Z] Selected Git installation does not exist. Using Default [2025-07-01T09:20:33.478Z] The recommended git tool is: NONE [2025-07-01T09:20:35.072Z] #11 118.3 (31/167) Installing libbsd (0.12.2-r0) [2025-07-01T09:20:36.450Z] #11 120.0 (32/167) Installing libxdmcp (1.1.5-r1) [2025-07-01T09:20:37.820Z] #11 121.2 (33/167) Installing libxcb (1.16.1-r0) [2025-07-01T09:20:39.448Z] using credential edgex-jenkins-ssh [2025-07-01T09:20:39.471Z] Cloning the remote Git repository [2025-07-01T09:20:39.516Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-07-01T09:20:39.610Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2025-07-01T09:20:39.749Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-07-01T09:20:39.750Z] > git --version # timeout=10 [2025-07-01T09:20:39.769Z] > git --version # 'git version 2.25.1' [2025-07-01T09:20:39.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-01T09:20:39.920Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-01T09:20:40.843Z] #11 123.7 (34/167) Installing libx11 (1.8.9-r1) [2025-07-01T09:20:40.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-07-01T09:20:40.640Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-01T09:20:41.626Z] Avoid second fetch [2025-07-01T09:20:41.627Z] Checking out Revision 8ae93feb29fbaa43da1d87a6d88aee91490ee53e (main) [2025-07-01T09:20:42.181Z] Commit message: "Merge pull request #131 from jinlinGuan/add-websocket" [2025-07-01T09:20:41.644Z] > git config core.sparsecheckout # timeout=10 [2025-07-01T09:20:41.712Z] > git checkout -f 8ae93feb29fbaa43da1d87a6d88aee91490ee53e # timeout=10 [2025-07-01T09:20:43.379Z] #11 126.8 (35/167) Installing libxcomposite (0.4.6-r5) [2025-07-01T09:20:44.773Z] #11 128.1 (36/167) Installing libxfixes (6.0.1-r4) [2025-07-01T09:20:45.711Z] #11 129.3 (37/167) Installing libxrender (0.9.11-r5) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-01T09:20:47.252Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-01T09:20:47.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-01T09:20:47.252Z] Dload Upload Total Spent Left Speed [2025-07-01T09:20:47.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh [2025-07-01T09:20:47.588Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-01T09:20:47.617Z] #11 130.9 (38/167) Installing libxcursor (1.2.2-r1) [2025-07-01T09:20:47.927Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-01T09:20:47.927Z] + sudo tee /etc/docker/daemon.new [2025-07-01T09:20:47.927Z] { [2025-07-01T09:20:47.927Z] "registry-mirrors": [ [2025-07-01T09:20:47.927Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-01T09:20:47.927Z] ], [2025-07-01T09:20:47.927Z] "bip": "10.250.0.254/24", [2025-07-01T09:20:47.927Z] "hosts": [ [2025-07-01T09:20:47.927Z] "tcp://0.0.0.0:5555", [2025-07-01T09:20:47.927Z] "unix:///var/run/docker.sock" [2025-07-01T09:20:47.927Z] ], [2025-07-01T09:20:47.927Z] "mtu": 1458, [2025-07-01T09:20:47.927Z] "selinux-enabled": true, [2025-07-01T09:20:47.927Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-01T09:20:47.927Z] } [Pipeline] sh [2025-07-01T09:20:48.250Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-01T09:20:48.573Z] + sudo service docker restart [2025-07-01T09:20:49.001Z] #11 132.5 (39/167) Installing libxdamage (1.1.6-r5) [2025-07-01T09:20:50.382Z] #11 133.8 (40/167) Installing libxext (1.3.6-r2) [2025-07-01T09:20:52.288Z] #11 135.5 (41/167) Installing libxi (1.8.1-r4) [2025-07-01T09:20:53.668Z] #11 137.1 (42/167) Installing libxinerama (1.1.5-r4) [2025-07-01T09:20:55.047Z] #11 138.4 (43/167) Installing libxrandr (1.5.4-r1) [2025-07-01T09:20:56.428Z] #11 140.0 (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-07-01T09:20:58.332Z] #11 141.9 (45/167) Installing libxtst (1.2.4-r6) [2025-07-01T09:20:59.712Z] #11 143.2 (46/167) Installing dbus-libs (1.14.10-r1) [2025-07-01T09:21:06.291Z] #11 149.5 (47/167) Installing at-spi2-core (2.52.0-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:21:06.816Z] provisioning config files... [2025-07-01T09:21:06.838Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15578793441557838337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:21:07.281Z] ---> ****-login.sh [2025-07-01T09:21:07.281Z] nexus3.edgexfoundry.org:10001 [2025-07-01T09:21:07.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:21:07.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:21:07.829Z] Configure a credential helper to remove this warning. See [2025-07-01T09:21:07.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:21:07.829Z] [2025-07-01T09:21:07.829Z] Login Succeeded [2025-07-01T09:21:07.829Z] nexus3.edgexfoundry.org:10002 [2025-07-01T09:21:08.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:21:08.195Z] #11 151.7 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-07-01T09:21:08.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:21:08.370Z] Configure a credential helper to remove this warning. See [2025-07-01T09:21:08.370Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:21:08.370Z] [2025-07-01T09:21:08.370Z] Login Succeeded [2025-07-01T09:21:08.370Z] nexus3.edgexfoundry.org:10003 [2025-07-01T09:21:08.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:21:08.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:21:08.645Z] Configure a credential helper to remove this warning. See [2025-07-01T09:21:08.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:21:08.645Z] [2025-07-01T09:21:08.645Z] Login Succeeded [2025-07-01T09:21:08.645Z] nexus3.edgexfoundry.org:10004 [2025-07-01T09:21:08.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:21:08.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:21:08.916Z] Configure a credential helper to remove this warning. See [2025-07-01T09:21:08.916Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:21:08.916Z] [2025-07-01T09:21:08.916Z] Login Succeeded [2025-07-01T09:21:08.916Z] ****.io [2025-07-01T09:21:09.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:21:09.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:21:09.452Z] Configure a credential helper to remove this warning. See [2025-07-01T09:21:09.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:21:09.452Z] [2025-07-01T09:21:09.452Z] Login Succeeded [2025-07-01T09:21:09.452Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T09:21:09.468Z] 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-07-01T09:21:10.100Z] #11 153.5 (49/167) Installing pixman (0.43.2-r0) [2025-07-01T09:21:10.172Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-01T09:21:10.492Z] + ls -al . [2025-07-01T09:21:10.492Z] total 68 [2025-07-01T09:21:10.492Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:21 . [2025-07-01T09:21:10.492Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 09:20 .. [2025-07-01T09:21:10.492Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 09:20 .git [2025-07-01T09:21:10.492Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 09:20 .github [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 09:20 .gitignore [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 09:20 Dockerfile [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 09:20 Jenkinsfile [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 09:20 LICENSE [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 4232 Jul 1 09:20 README.md [2025-07-01T09:21:10.492Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:20 TUC [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 09:18 VERSION [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 426 Jul 1 09:20 requirements.txt [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 09:20 robot-entrypoint.sh [2025-07-01T09:21:10.492Z] -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 09:20 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:21:10.840Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e --label arch=arm64 --label version=1.0.0-dev.8 . [2025-07-01T09:21:11.110Z] Sending build context to Docker daemon 377.3kB [2025-07-01T09:21:11.110Z] Step 1/13 : FROM alpine:3.20 [2025-07-01T09:21:11.691Z] 3.20: Pulling from library/alpine [2025-07-01T09:21:11.691Z] 94e9d8af2201: Pulling fs layer [2025-07-01T09:21:11.959Z] 94e9d8af2201: Verifying Checksum [2025-07-01T09:21:11.959Z] 94e9d8af2201: Download complete [2025-07-01T09:21:12.545Z] 94e9d8af2201: Pull complete [2025-07-01T09:21:12.545Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-01T09:21:12.634Z] #11 156.1 (50/167) Installing cairo (1.18.4-r0) [2025-07-01T09:21:12.812Z] Status: Downloaded newer image for alpine:3.20 [2025-07-01T09:21:12.812Z] ---> 7aab056cecc6 [2025-07-01T09:21:12.812Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-07-01T09:21:12.812Z] ---> Running in 11284a92e503 [2025-07-01T09:21:13.080Z] Removing intermediate container 11284a92e503 [2025-07-01T09:21:13.080Z] ---> 1c68d6dbd4b0 [2025-07-01T09:21:13.080Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-07-01T09:21:13.347Z] ---> Running in 94cb7ed8ff82 [2025-07-01T09:21:13.613Z] Removing intermediate container 94cb7ed8ff82 [2025-07-01T09:21:13.613Z] ---> 2b7e6f33057a [2025-07-01T09:21:13.613Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-07-01T09:21:14.197Z] ---> 5acfd8830a37 [2025-07-01T09:21:14.197Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-07-01T09:21:14.786Z] ---> f90beda9dbbf [2025-07-01T09:21:14.786Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-07-01T09:21:15.060Z] ---> b777fb4fc45d [2025-07-01T09:21:15.060Z] Step 7/13 : WORKDIR /edgex-taf [2025-07-01T09:21:15.060Z] ---> Running in 7ed7a20b10ff [2025-07-01T09:21:15.654Z] Removing intermediate container 7ed7a20b10ff [2025-07-01T09:21:15.654Z] ---> eae9b6f2f106 [2025-07-01T09:21:15.654Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-01T09:21:15.654Z] ---> Running in e2f0a10360d2 [2025-07-01T09:21:15.920Z] #11 158.9 (51/167) Installing cairo-gobject (1.18.4-r0) [2025-07-01T09:21:16.857Z] #11 160.2 (52/167) Installing avahi-libs (0.8-r17) [2025-07-01T09:21:17.600Z] Removing intermediate container e2f0a10360d2 [2025-07-01T09:21:17.600Z] ---> e822e00edf9a [2025-07-01T09:21:17.600Z] 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-07-01T09:21:17.600Z] ---> Running in f9e1f39e2c9a [2025-07-01T09:21:18.186Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:21:18.761Z] #11 162.1 (53/167) Installing gmp (6.3.0-r1) [2025-07-01T09:21:21.295Z] #11 164.6 (54/167) Installing nettle (3.9.1-r0) [2025-07-01T09:21:21.521Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:21:23.830Z] #11 167.1 (55/167) Installing libtasn1 (4.20.0-r0) [2025-07-01T09:21:25.208Z] #11 168.7 (56/167) Installing p11-kit (0.25.3-r0) [2025-07-01T09:21:26.879Z] OK: 9 MiB in 14 packages [2025-07-01T09:21:26.880Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:21:27.744Z] #11 171.2 (57/167) Installing gnutls (3.8.5-r0) [2025-07-01T09:21:29.452Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:21:31.038Z] #11 174.3 (58/167) Installing cups-libs (2.4.9-r1) [2025-07-01T09:21:33.575Z] #11 176.7 (59/167) Installing libepoxy (1.5.10-r1) [2025-07-01T09:21:33.698Z] (1/14) Installing ca-certificates (20241121-r1) [2025-07-01T09:21:35.631Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-01T09:21:36.111Z] #11 179.4 (60/167) Installing fribidi (1.0.15-r0) [2025-07-01T09:21:37.487Z] #11 181.0 (61/167) Installing graphite2 (1.3.14-r6) [2025-07-01T09:21:38.218Z] (3/14) Installing c-ares (1.33.1-r0) [2025-07-01T09:21:39.393Z] #11 183.0 (62/167) Installing harfbuzz (8.5.0-r0) [2025-07-01T09:21:40.156Z] (4/14) Installing libunistring (1.2-r0) [2025-07-01T09:21:42.683Z] #11 185.8 (63/167) Installing libxft (2.3.8-r3) [2025-07-01T09:21:42.731Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-07-01T09:21:44.062Z] #11 187.4 (64/167) Installing pango (1.52.2-r0) [2025-07-01T09:21:45.315Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-01T09:21:46.599Z] #11 189.9 (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-07-01T09:21:47.250Z] (7/14) Installing libpsl (0.21.5-r1) [2025-07-01T09:21:47.978Z] #11 191.5 (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-07-01T09:21:49.188Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-01T09:21:49.355Z] #11 192.9 (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-07-01T09:21:50.733Z] #11 194.2 (68/167) Installing xkeyboard-config (2.41-r0) [2025-07-01T09:21:51.766Z] (9/14) Installing libcurl (8.12.1-r0) [2025-07-01T09:21:54.022Z] #11 197.1 (69/167) Installing libxkbcommon (1.7.0-r0) [2025-07-01T09:21:54.343Z] (10/14) Installing curl (8.12.1-r0) [2025-07-01T09:21:55.927Z] #11 199.2 (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-07-01T09:21:57.035Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-07-01T09:22:00.117Z] #11 202.8 (71/167) Installing icu-data-full (74.2-r0) [2025-07-01T09:22:05.269Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-07-01T09:22:05.388Z] #11 208.9 (72/167) Installing mesa (24.0.9-r1) [2025-07-01T09:22:07.296Z] #11 210.5 (73/167) Installing llvm17-libs (17.0.6-r2) [2025-07-01T09:22:07.853Z] (13/14) Installing jq (1.7.1-r0) [2025-07-01T09:22:10.431Z] (14/14) Installing openssl (3.3.3-r0) [2025-07-01T09:22:13.018Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T09:22:13.018Z] Executing ca-certificates-20241121-r1.trigger [2025-07-01T09:22:13.018Z] OK: 43 MiB in 28 packages [2025-07-01T09:22:13.018Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:22:16.352Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:22:20.597Z] (1/166) Installing libexpat (2.7.0-r0) [2025-07-01T09:22:22.536Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-07-01T09:22:23.938Z] (3/166) Installing libpng (1.6.44-r0) [2025-07-01T09:22:26.514Z] (4/166) Installing freetype (2.13.2-r0) [2025-07-01T09:22:29.084Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-07-01T09:22:31.011Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-07-01T09:22:32.942Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-07-01T09:22:33.852Z] #11 235.6 (74/167) Installing hwdata-pci (0.382-r0) [2025-07-01T09:22:34.337Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-07-01T09:22:34.789Z] #11 238.2 (75/167) Installing libpciaccess (0.18.1-r0) [2025-07-01T09:22:36.171Z] #11 239.7 (76/167) Installing libdrm (2.4.120-r0) [2025-07-01T09:22:38.726Z] #11 241.9 (77/167) Installing libelf (0.191-r0) [2025-07-01T09:22:40.630Z] #11 243.8 (78/167) Installing mesa-glapi (24.0.9-r1) [2025-07-01T09:22:42.537Z] #11 245.8 (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-07-01T09:22:52.501Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-07-01T09:22:53.904Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-07-01T09:22:55.850Z] (11/166) Installing libffi (3.4.6-r0) [2025-07-01T09:22:57.248Z] (12/166) Installing libintl (0.22.5-r0) [2025-07-01T09:22:57.437Z] #11 258.7 (80/167) Installing eudev-libs (3.2.14-r2) [2025-07-01T09:22:57.437Z] #11 260.3 (81/167) Installing libmagic (5.45-r1) [2025-07-01T09:22:59.174Z] (13/166) Installing libeconf (0.6.3-r0) [2025-07-01T09:22:59.968Z] #11 263.2 (82/167) Installing file (5.45-r1) [2025-07-01T09:23:00.570Z] (14/166) Installing libblkid (2.40.1-r1) [2025-07-01T09:23:01.349Z] #11 264.6 (83/167) Installing xprop (1.2.7-r0) [2025-07-01T09:23:02.724Z] #11 266.2 (84/167) Installing libice (1.1.1-r6) [2025-07-01T09:23:03.129Z] (15/166) Installing libmount (2.40.1-r1) [2025-07-01T09:23:04.627Z] #11 267.7 (85/167) Installing libuuid (2.40.1-r1) [2025-07-01T09:23:05.056Z] (16/166) Installing pcre2 (10.43-r0) [2025-07-01T09:23:06.004Z] #11 269.3 (86/167) Installing libsm (1.2.4-r4) [2025-07-01T09:23:07.382Z] #11 270.9 (87/167) Installing libxt (1.3.0-r5) [2025-07-01T09:23:07.614Z] (17/166) Installing glib (2.80.5-r0) [2025-07-01T09:23:09.915Z] #11 273.2 (88/167) Installing libxmu (1.1.4-r2) [2025-07-01T09:23:10.935Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-01T09:23:11.823Z] #11 275.0 (89/167) Installing xset (1.2.5-r1) [2025-07-01T09:23:13.200Z] #11 276.6 (90/167) Installing xdg-utils (1.2.1-r0) [2025-07-01T09:23:14.253Z] (19/166) Installing xz-libs (5.6.2-r1) [2025-07-01T09:23:15.105Z] #11 278.6 (91/167) Installing libogg (1.3.5-r5) [2025-07-01T09:23:16.813Z] (20/166) Installing libxml2 (2.12.10-r0) [2025-07-01T09:23:17.008Z] #11 280.1 (92/167) Installing libflac (1.4.3-r1) [2025-07-01T09:23:18.911Z] #11 282.4 (93/167) Installing alsa-lib (1.2.11-r0) [2025-07-01T09:23:19.375Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-07-01T09:23:21.932Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-07-01T09:23:22.199Z] #11 285.2 (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-07-01T09:23:23.860Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-07-01T09:23:25.484Z] #11 288.6 (95/167) Installing aom-libs (3.9.1-r0) [2025-07-01T09:23:26.425Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-07-01T09:23:27.375Z] (25/166) Installing libwebp (1.3.2-r0) [2025-07-01T09:23:28.774Z] #11 292.1 (96/167) Installing libva (2.21.0-r0) [2025-07-01T09:23:29.936Z] (26/166) Installing tiff (4.6.0t-r0) [2025-07-01T09:23:30.691Z] #11 294.0 (97/167) Installing libvdpau (1.5-r3) [2025-07-01T09:23:31.861Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-07-01T09:23:32.066Z] #11 295.6 (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-07-01T09:23:34.427Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-07-01T09:23:34.599Z] #11 297.8 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-07-01T09:23:35.823Z] (29/166) Installing libxau (1.0.11-r4) [2025-07-01T09:23:37.142Z] #11 300.3 (100/167) Installing libdav1d (1.4.2-r0) [2025-07-01T09:23:37.218Z] (30/166) Installing libmd (1.1.0-r0) [2025-07-01T09:23:39.140Z] (31/166) Installing libbsd (0.12.2-r0) [2025-07-01T09:23:39.675Z] #11 303.0 (101/167) Installing openexr-libiex (3.1.13-r1) [2025-07-01T09:23:40.535Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-07-01T09:23:41.929Z] (33/166) Installing libxcb (1.16.1-r0) [2025-07-01T09:23:42.209Z] #11 305.5 (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-07-01T09:23:43.584Z] #11 307.1 (103/167) Installing imath (3.1.12-r0) [2025-07-01T09:23:44.487Z] (34/166) Installing libx11 (1.8.9-r1) [2025-07-01T09:23:45.484Z] #11 308.9 (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-07-01T09:23:47.804Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-07-01T09:23:48.751Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-07-01T09:23:48.770Z] #11 312.0 (105/167) Installing giflib (5.2.2-r0) [2025-07-01T09:23:50.147Z] (37/166) Installing libxrender (0.9.11-r5) [2025-07-01T09:23:50.154Z] #11 313.6 (106/167) Installing libhwy (1.0.7-r0) [2025-07-01T09:23:52.066Z] #11 315.2 (107/167) Installing lcms2 (2.16-r0) [2025-07-01T09:23:52.071Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-07-01T09:23:53.465Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-07-01T09:23:53.967Z] #11 317.3 (108/167) Installing libjxl (0.10.2-r0) [2025-07-01T09:23:54.860Z] (40/166) Installing libxext (1.3.6-r2) [2025-07-01T09:23:56.787Z] (41/166) Installing libxi (1.8.1-r4) [2025-07-01T09:23:57.254Z] #11 320.3 (109/167) Installing lame-libs (3.100-r5) [2025-07-01T09:23:58.181Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-07-01T09:23:59.156Z] #11 322.6 (110/167) Installing opus (1.5.2-r0) [2025-07-01T09:23:59.576Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-07-01T09:24:01.502Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-07-01T09:24:01.702Z] #11 325.2 (111/167) Installing rav1e-libs (0.7.1-r0) [2025-07-01T09:24:03.431Z] (45/166) Installing libxtst (1.2.4-r6) [2025-07-01T09:24:04.382Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-07-01T09:24:04.993Z] #11 328.4 (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-07-01T09:24:06.951Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-07-01T09:24:07.524Z] #11 330.6 (113/167) Installing soxr (0.1.3-r7) [2025-07-01T09:24:08.887Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-07-01T09:24:08.903Z] #11 332.4 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-07-01T09:24:10.814Z] #11 334.4 (115/167) Installing libtheora (1.1.1-r18) [2025-07-01T09:24:10.815Z] (49/166) Installing pixman (0.43.2-r0) [2025-07-01T09:24:13.346Z] #11 336.9 (116/167) Installing libvorbis (1.3.7-r2) [2025-07-01T09:24:13.376Z] (50/166) Installing cairo (1.18.4-r0) [2025-07-01T09:24:15.877Z] #11 339.1 (117/167) Installing libvpx (1.14.1-r0) [2025-07-01T09:24:15.933Z] (51/166) Installing cairo-gobject (1.18.4-r0) [2025-07-01T09:24:17.327Z] (52/166) Installing avahi-libs (0.8-r17) [2025-07-01T09:24:19.158Z] #11 342.2 (118/167) Installing libwebpmux (1.3.2-r0) [2025-07-01T09:24:19.251Z] (53/166) Installing gmp (6.3.0-r1) [2025-07-01T09:24:20.530Z] #11 343.8 (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-07-01T09:24:21.809Z] (54/166) Installing nettle (3.9.1-r0) [2025-07-01T09:24:23.809Z] #11 346.9 (120/167) Installing numactl (2.0.18-r0) [2025-07-01T09:24:25.127Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-07-01T09:24:25.181Z] #11 348.4 (121/167) Installing x265-libs (3.6-r0) [2025-07-01T09:24:26.075Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-07-01T09:24:28.462Z] #11 351.9 (122/167) Installing xvidcore (1.3.7-r2) [2025-07-01T09:24:29.392Z] (57/166) Installing gnutls (3.8.5-r0) [2025-07-01T09:24:30.991Z] #11 354.1 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-07-01T09:24:31.953Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-07-01T09:24:34.513Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-07-01T09:24:35.176Z] #11 358.0 (124/167) Installing libbluray (1.3.4-r1) [2025-07-01T09:24:37.071Z] (60/166) Installing fribidi (1.0.15-r0) [2025-07-01T09:24:37.076Z] #11 360.2 (125/167) Installing mpg123-libs (1.32.8-r0) [2025-07-01T09:24:38.465Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-07-01T09:24:38.976Z] #11 362.5 (126/167) Installing libopenmpt (0.7.7-r0) [2025-07-01T09:24:40.396Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-07-01T09:24:42.346Z] #11 365.3 (127/167) Installing cjson (1.7.18-r0) [2025-07-01T09:24:43.354Z] #11 366.9 (128/167) Installing mbedtls (3.6.3-r0) [2025-07-01T09:24:43.775Z] (63/166) Installing libxft (2.3.8-r3) [2025-07-01T09:24:45.185Z] (64/166) Installing pango (1.52.2-r0) [2025-07-01T09:24:45.992Z] #11 369.4 (129/167) Installing librist (0.2.10-r1) [2025-07-01T09:24:47.789Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-07-01T09:24:48.012Z] #11 371.3 (130/167) Installing libsrt (1.5.3-r0) [2025-07-01T09:24:49.193Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-07-01T09:24:50.544Z] #11 373.7 (131/167) Installing libssh (0.10.6-r0) [2025-07-01T09:24:50.589Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-07-01T09:24:51.986Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-07-01T09:24:52.448Z] #11 375.9 (132/167) Installing libsodium (1.0.19-r0) [2025-07-01T09:24:54.974Z] #11 378.1 (133/167) Installing libzmq (4.3.5-r2) [2025-07-01T09:24:55.304Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-07-01T09:24:57.229Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-07-01T09:24:57.502Z] #11 380.6 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-07-01T09:25:00.788Z] #11 383.7 (135/167) Installing crc32c (1.1.2-r0) [2025-07-01T09:25:01.464Z] (71/166) Installing icu-data-full (74.2-r0) [2025-07-01T09:25:01.722Z] #11 385.3 (136/167) Installing double-conversion (3.3.0-r0) [2025-07-01T09:25:03.620Z] #11 386.9 (137/167) Installing libevent (2.1.12-r7) [2025-07-01T09:25:06.149Z] #11 389.4 (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-07-01T09:25:07.524Z] #11 390.9 (139/167) Installing mesa-gbm (24.0.9-r1) [2025-07-01T09:25:08.897Z] #11 392.5 (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-07-01T09:25:12.193Z] #11 395.2 (141/167) Installing icu-libs (74.2-r0) [2025-07-01T09:25:13.729Z] (72/166) Installing mesa (24.0.9-r1) [2025-07-01T09:25:14.307Z] (73/166) Installing llvm17-libs (17.0.6-r2) [2025-07-01T09:25:15.480Z] #11 398.7 (142/167) Installing minizip (1.3.1-r0) [2025-07-01T09:25:16.857Z] #11 400.4 (143/167) Installing nspr (4.35-r4) [2025-07-01T09:25:19.390Z] #11 402.6 (144/167) Installing sqlite-libs (3.45.3-r2) [2025-07-01T09:25:21.927Z] #11 405.5 (145/167) Installing nss (3.105-r0) [2025-07-01T09:25:26.120Z] #11 408.9 (146/167) Installing openh264 (2.4.1-r0) [2025-07-01T09:25:28.652Z] #11 411.8 (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-07-01T09:25:30.558Z] #11 413.7 (148/167) Installing libunwind (1.8.1-r0) [2025-07-01T09:25:32.459Z] #11 415.6 (149/167) Installing yaml (0.2.5-r2) [2025-07-01T09:25:34.360Z] #11 417.5 (150/167) Installing libcamera (0.3.0-r0) [2025-07-01T09:25:36.893Z] #11 420.4 (151/167) Installing speexdsp (1.2.1-r2) [2025-07-01T09:25:38.795Z] #11 422.0 (152/167) Installing libuv (1.48.0-r0) [2025-07-01T09:25:40.706Z] #11 423.9 (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-07-01T09:25:43.243Z] #11 426.4 (154/167) Installing libsndfile (1.2.2-r1) [2025-07-01T09:25:45.780Z] #11 429.0 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-07-01T09:25:49.068Z] #11 432.2 (156/167) Installing pipewire-libs (1.0.6-r1) [2025-07-01T09:25:52.364Z] #11 435.7 (157/167) Installing libasyncns (0.8-r3) [2025-07-01T09:25:53.103Z] (74/166) Installing hwdata-pci (0.382-r0) [2025-07-01T09:25:53.103Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-07-01T09:25:53.103Z] (76/166) Installing libdrm (2.4.120-r0) [2025-07-01T09:25:53.740Z] #11 437.0 (158/167) Installing libltdl (2.4.7-r3) [2025-07-01T09:25:55.027Z] (77/166) Installing libelf (0.191-r0) [2025-07-01T09:25:55.115Z] #11 438.7 (159/167) Installing orc (0.4.40-r0) [2025-07-01T09:25:56.956Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-07-01T09:25:57.647Z] #11 440.8 (160/167) Installing tdb-libs (1.4.9-r1) [2025-07-01T09:25:58.879Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-07-01T09:25:59.553Z] #11 442.7 (161/167) Installing libpulse (17.0-r0) [2025-07-01T09:26:02.087Z] #11 445.6 (162/167) Installing libwebpdemux (1.3.2-r0) [2025-07-01T09:26:03.465Z] #11 446.9 (163/167) Installing libgpg-error (1.49-r0) [2025-07-01T09:26:05.369Z] #11 448.8 (164/167) Installing libgcrypt (1.10.3-r0) [2025-07-01T09:26:05.498Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-07-01T09:26:07.419Z] (81/166) Installing libmagic (5.45-r1) [2025-07-01T09:26:08.655Z] #11 451.8 (165/167) Installing libxslt (1.1.39-r2) [2025-07-01T09:26:09.977Z] (82/166) Installing file (5.45-r1) [2025-07-01T09:26:10.557Z] #11 454.0 (166/167) Installing chromium (131.0.6778.108-r0) [2025-07-01T09:26:11.377Z] (83/166) Installing xprop (1.2.7-r0) [2025-07-01T09:26:13.301Z] (84/166) Installing libice (1.1.1-r6) [2025-07-01T09:26:15.224Z] (85/166) Installing libuuid (2.40.1-r1) [2025-07-01T09:26:16.636Z] (86/166) Installing libsm (1.2.4-r4) [2025-07-01T09:26:18.560Z] (87/166) Installing libxt (1.3.0-r5) [2025-07-01T09:26:21.120Z] (88/166) Installing libxmu (1.1.4-r2) [2025-07-01T09:26:22.512Z] (89/166) Installing xset (1.2.5-r1) [2025-07-01T09:26:24.436Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-07-01T09:26:26.360Z] (91/166) Installing libogg (1.3.5-r5) [2025-07-01T09:26:28.284Z] (92/166) Installing libflac (1.4.3-r1) [2025-07-01T09:26:30.207Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-07-01T09:26:33.526Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-07-01T09:26:36.841Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-07-01T09:26:40.155Z] (96/166) Installing libva (2.21.0-r0) [2025-07-01T09:26:42.078Z] (97/166) Installing libvdpau (1.5-r3) [2025-07-01T09:26:43.471Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-07-01T09:26:46.782Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-07-01T09:26:48.705Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-07-01T09:26:51.261Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-07-01T09:26:52.654Z] (102/166) Installing imath (3.1.12-r0) [2025-07-01T09:26:55.213Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-07-01T09:26:57.241Z] #11 493.1 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-07-01T09:26:57.241Z] #11 497.3 Executing busybox-1.36.1-r29.trigger [2025-07-01T09:26:57.241Z] #11 497.3 Executing fontconfig-2.15.0-r1.trigger [2025-07-01T09:26:57.241Z] #11 497.3 Executing mkfontscale-1.2.2-r6.trigger [2025-07-01T09:26:57.241Z] #11 497.3 Executing glib-2.80.5-r0.trigger [2025-07-01T09:26:57.241Z] #11 497.3 Executing shared-mime-info-2.4-r0.trigger [2025-07-01T09:26:57.241Z] #11 497.6 Executing gdk-pixbuf-2.42.12-r0.trigger [2025-07-01T09:26:57.241Z] #11 497.7 Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-07-01T09:26:57.241Z] #11 497.7 Executing gtk+3.0-3.24.43-r0.trigger [2025-07-01T09:26:57.241Z] #11 497.7 OK: 672 MiB in 195 packages [2025-07-01T09:26:57.241Z] #11 497.8 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:26:57.241Z] #11 500.6 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:26:57.769Z] (104/166) Installing giflib (5.2.2-r0) [2025-07-01T09:26:59.159Z] (105/166) Installing libhwy (1.0.7-r0) [2025-07-01T09:27:01.083Z] (106/166) Installing lcms2 (2.16-r0) [2025-07-01T09:27:01.433Z] #11 504.2 (1/30) Installing jansson (2.14-r4) [2025-07-01T09:27:02.370Z] #11 505.8 (2/30) Installing binutils (2.42-r1) [2025-07-01T09:27:03.005Z] (107/166) Installing libjxl (0.10.2-r0) [2025-07-01T09:27:05.660Z] #11 509.2 (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-07-01T09:27:06.321Z] (108/166) Installing lame-libs (3.100-r5) [2025-07-01T09:27:07.039Z] #11 510.5 (4/30) Installing isl26 (0.26-r1) [2025-07-01T09:27:08.249Z] (109/166) Installing opus (1.5.2-r0) [2025-07-01T09:27:10.330Z] #11 513.3 (5/30) Installing mpfr4 (4.2.1-r0) [2025-07-01T09:27:10.808Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-07-01T09:27:12.243Z] #11 515.7 (6/30) Installing mpc1 (1.3.1-r1) [2025-07-01T09:27:14.122Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-07-01T09:27:14.146Z] #11 517.6 (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-07-01T09:27:16.046Z] (112/166) Installing soxr (0.1.3-r7) [2025-07-01T09:27:17.970Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-07-01T09:27:19.891Z] (114/166) Installing libtheora (1.1.1-r18) [2025-07-01T09:27:22.449Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-07-01T09:27:25.006Z] (116/166) Installing libvpx (1.14.1-r0) [2025-07-01T09:27:29.231Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-07-01T09:27:30.624Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-07-01T09:27:33.940Z] (119/166) Installing numactl (2.0.18-r0) [2025-07-01T09:27:35.337Z] (120/166) Installing x265-libs (3.6-r0) [2025-07-01T09:27:39.563Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-07-01T09:27:40.954Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-07-01T09:27:47.559Z] (123/166) Installing libbluray (1.3.4-r1) [2025-07-01T09:27:49.479Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-07-01T09:27:52.038Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-07-01T09:27:52.866Z] #11 550.5 (8/30) Installing musl-dev (1.2.5-r1) [2025-07-01T09:27:52.866Z] #11 553.9 (9/30) Installing linux-headers (6.6-r0) [2025-07-01T09:27:54.243Z] #11 557.7 (10/30) Installing libffi-dev (3.4.6-r0) [2025-07-01T09:27:55.354Z] (126/166) Installing cjson (1.7.18-r0) [2025-07-01T09:27:56.144Z] #11 559.5 (11/30) Installing libpq (16.9-r0) [2025-07-01T09:27:56.750Z] (127/166) Installing mbedtls (3.6.3-r0) [2025-07-01T09:27:58.675Z] #11 561.8 (12/30) Installing openssl-dev (3.3.3-r0) [2025-07-01T09:27:59.312Z] (128/166) Installing librist (0.2.10-r1) [2025-07-01T09:28:01.206Z] #11 564.2 (13/30) Installing libpq-dev (16.9-r0) [2025-07-01T09:28:01.236Z] (129/166) Installing libsrt (1.5.3-r0) [2025-07-01T09:28:03.741Z] #11 567.1 (14/30) Installing libecpg (16.9-r0) [2025-07-01T09:28:03.796Z] (130/166) Installing libssh (0.10.6-r0) [2025-07-01T09:28:05.645Z] #11 569.1 (15/30) Installing libecpg-dev (16.9-r0) [2025-07-01T09:28:05.786Z] (131/166) Installing libsodium (1.0.19-r0) [2025-07-01T09:28:08.175Z] #11 571.6 (16/30) Installing clang16-headers (16.0.6-r5) [2025-07-01T09:28:08.386Z] (132/166) Installing libzmq (4.3.5-r2) [2025-07-01T09:28:10.979Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-07-01T09:28:11.456Z] #11 574.5 (17/30) Installing llvm16-libs (16.0.6-r9) [2025-07-01T09:28:14.301Z] (134/166) Installing crc32c (1.1.2-r0) [2025-07-01T09:28:15.253Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-07-01T09:28:17.183Z] (136/166) Installing libevent (2.1.12-r7) [2025-07-01T09:28:19.113Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-07-01T09:28:19.576Z] #11 582.7 (18/30) Installing clang16-libs (16.0.6-r5) [2025-07-01T09:28:21.041Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-07-01T09:28:22.438Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-07-01T09:28:25.763Z] (140/166) Installing icu-libs (74.2-r0) [2025-07-01T09:28:29.085Z] (141/166) Installing minizip (1.3.1-r0) [2025-07-01T09:28:30.489Z] (142/166) Installing nspr (4.35-r4) [2025-07-01T09:28:33.058Z] (143/166) Installing sqlite-libs (3.45.3-r2) [2025-07-01T09:28:35.627Z] (144/166) Installing nss (3.105-r0) [2025-07-01T09:28:38.956Z] (145/166) Installing openh264 (2.4.1-r0) [2025-07-01T09:28:41.519Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-07-01T09:28:44.089Z] (147/166) Installing libunwind (1.8.1-r0) [2025-07-01T09:28:46.019Z] (148/166) Installing yaml (0.2.5-r2) [2025-07-01T09:28:47.954Z] (149/166) Installing libcamera (0.3.0-r0) [2025-07-01T09:28:51.277Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-07-01T09:28:51.661Z] #11 612.9 (19/30) Installing fortify-headers (1.1-r3) [2025-07-01T09:28:51.661Z] #11 614.2 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-07-01T09:28:52.673Z] (151/166) Installing libuv (1.48.0-r0) [2025-07-01T09:28:54.607Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-07-01T09:28:54.947Z] #11 617.9 (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-07-01T09:28:56.328Z] #11 619.9 (22/30) Installing clang16 (16.0.6-r5) [2025-07-01T09:28:57.175Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-07-01T09:28:58.865Z] #11 622.5 (23/30) Installing icu (74.2-r0) [2025-07-01T09:28:59.741Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-07-01T09:29:01.399Z] #11 625.0 (24/30) Installing icu-dev (74.2-r0) [2025-07-01T09:29:02.305Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-07-01T09:29:04.690Z] #11 628.1 (25/30) Installing llvm16 (16.0.6-r9) [2025-07-01T09:29:06.537Z] (156/166) Installing libasyncns (0.8-r3) [2025-07-01T09:29:07.484Z] (157/166) Installing libltdl (2.4.7-r3) [2025-07-01T09:29:08.880Z] (158/166) Installing orc (0.4.40-r0) [2025-07-01T09:29:11.445Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-07-01T09:29:13.370Z] (160/166) Installing libpulse (17.0-r0) [2025-07-01T09:29:15.935Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-07-01T09:29:17.329Z] (162/166) Installing libgpg-error (1.49-r0) [2025-07-01T09:29:19.253Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-07-01T09:29:21.815Z] (164/166) Installing libxslt (1.1.39-r2) [2025-07-01T09:29:24.381Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-07-01T09:29:51.374Z] #11 670.1 (26/30) Installing lz4-libs (1.9.4-r5) [2025-07-01T09:29:51.375Z] #11 672.0 (27/30) Installing lz4-dev (1.9.4-r5) [2025-07-01T09:29:51.375Z] #11 673.6 (28/30) Installing zstd (1.5.6-r0) [2025-07-01T09:29:52.312Z] #11 675.8 (29/30) Installing zstd-dev (1.5.6-r0) [2025-07-01T09:29:54.218Z] #11 677.6 (30/30) Installing postgresql16-dev (16.9-r0) [2025-07-01T09:29:57.511Z] #11 681.0 Executing busybox-1.36.1-r29.trigger [2025-07-01T09:29:57.770Z] #11 681.0 OK: 1208 MiB in 225 packages [2025-07-01T09:29:57.770Z] #11 681.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:01.053Z] #11 684.2 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:04.365Z] #11 687.7 (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-07-01T09:30:12.487Z] #11 695.0 (2/14) Installing gdbm (1.23-r1) [2025-07-01T09:30:13.056Z] #11 696.6 (3/14) Installing mpdecimal (4.0.0-r0) [2025-07-01T09:30:15.591Z] #11 698.6 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-07-01T09:30:16.965Z] #11 700.2 (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-07-01T09:30:18.867Z] #11 702.4 (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-07-01T09:30:20.243Z] #11 703.7 (7/14) Installing readline (8.2.10-r0) [2025-07-01T09:30:22.780Z] #11 706.0 (8/14) Installing python3 (3.12.11-r0) [2025-07-01T09:30:29.347Z] #11 711.9 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) [2025-07-01T09:30:31.882Z] #11 715.4 (10/14) Installing pyc (3.12.11-r0) [2025-07-01T09:30:33.269Z] #11 716.8 (11/14) Installing python3-pyc (3.12.11-r0) [2025-07-01T09:30:34.673Z] #11 718.0 (12/14) Installing python3-dev (3.12.11-r0) [2025-07-01T09:30:44.666Z] #11 726.9 (13/14) Installing libsodium-dev (1.0.19-r0) [2025-07-01T09:30:44.924Z] #11 728.4 (14/14) Installing zeromq-dev (4.3.5-r2) [2025-07-01T09:30:45.963Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-07-01T09:30:46.828Z] #11 730.0 Executing busybox-1.36.1-r29.trigger [2025-07-01T09:30:46.828Z] #11 730.0 OK: 1374 MiB in 239 packages [2025-07-01T09:30:46.828Z] #11 730.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:46.920Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T09:30:46.920Z] Executing fontconfig-2.15.0-r1.trigger [2025-07-01T09:30:46.920Z] Executing mkfontscale-1.2.2-r6.trigger [2025-07-01T09:30:47.190Z] Executing glib-2.80.5-r0.trigger [2025-07-01T09:30:47.190Z] Executing shared-mime-info-2.4-r0.trigger [2025-07-01T09:30:49.442Z] #11 733.0 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:49.770Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-07-01T09:30:49.770Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-07-01T09:30:49.770Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-07-01T09:30:49.770Z] OK: 657 MiB in 194 packages [2025-07-01T09:30:49.770Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:30:52.702Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:30:52.925Z] #11 736.4 OK: 1374 MiB in 239 packages [2025-07-01T09:30:53.185Z] #11 736.5 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:56.472Z] #11 739.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T09:30:56.936Z] (1/30) Installing jansson (2.14-r4) [2025-07-01T09:30:58.330Z] (2/30) Installing binutils (2.42-r1) [2025-07-01T09:30:59.757Z] #11 743.0 (1/1) Installing tzdata (2025b-r0) [2025-07-01T09:31:01.659Z] #11 745.2 OK: 1376 MiB in 240 packages [2025-07-01T09:31:02.228Z] #11 745.6 (1/1) Purging tzdata (2025b-r0) [2025-07-01T09:31:02.228Z] #11 745.6 OK: 1374 MiB in 239 packages [2025-07-01T09:31:03.604Z] #11 747.2 Looking in links: /tmp/tmphmuvc8kw [2025-07-01T09:31:03.862Z] #11 747.2 Processing /tmp/tmphmuvc8kw/pip-25.0.1-py3-none-any.whl [2025-07-01T09:31:03.862Z] #11 747.2 Installing collected packages: pip [2025-07-01T09:31:04.800Z] #11 748.2 Successfully installed pip-25.0.1 [2025-07-01T09:31:04.800Z] #11 748.2 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-07-01T09:31:05.059Z] #11 748.6 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-07-01T09:31:05.318Z] #11 748.7 Collecting pip [2025-07-01T09:31:05.318Z] #11 748.7 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-07-01T09:31:05.318Z] #11 748.8 Collecting setuptools [2025-07-01T09:31:05.579Z] #11 748.9 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-07-01T09:31:05.579Z] #11 748.9 Collecting wheel [2025-07-01T09:31:05.579Z] #11 748.9 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-07-01T09:31:05.579Z] #11 748.9 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-07-01T09:31:05.579Z] #11 748.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 194.5 MB/s eta 0:00:00 [2025-07-01T09:31:05.579Z] #11 748.9 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-07-01T09:31:05.579Z] #11 748.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 274.8 MB/s eta 0:00:00 [2025-07-01T09:31:05.579Z] #11 748.9 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-07-01T09:31:05.579Z] #11 749.0 Installing collected packages: wheel, setuptools, pip [2025-07-01T09:31:06.515Z] #11 749.8 Attempting uninstall: pip [2025-07-01T09:31:06.515Z] #11 749.8 Found existing installation: pip 25.0.1 [2025-07-01T09:31:06.515Z] #11 749.9 Uninstalling pip-25.0.1: [2025-07-01T09:31:06.515Z] #11 749.9 Successfully uninstalled pip-25.0.1 [2025-07-01T09:31:07.458Z] #11 750.9 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-07-01T09:31:07.458Z] #11 750.9 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-07-01T09:31:08.025Z] #11 751.4 Processing ./edgex-taf-common [2025-07-01T09:31:08.025Z] #11 751.4 Preparing metadata (setup.py): started [2025-07-01T09:31:08.025Z] #11 751.5 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:08.283Z] #11 751.5 Building wheels for collected packages: edgex-taf-common [2025-07-01T09:31:08.283Z] #11 751.5 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-07-01T09:31:08.283Z] #11 751.5 Building wheel for edgex-taf-common (setup.py): started [2025-07-01T09:31:08.283Z] #11 751.7 Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-07-01T09:31:08.548Z] #11 751.7 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=82a2b132d0707c58e2bd9cdf86c32179dd0db0ffce4a05733cb76b6059732117 [2025-07-01T09:31:08.548Z] #11 751.7 Stored in directory: /tmp/pip-ephem-wheel-cache-35zy8b80/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-07-01T09:31:08.548Z] #11 751.7 Successfully built edgex-taf-common [2025-07-01T09:31:08.548Z] #11 751.8 Installing collected packages: edgex-taf-common [2025-07-01T09:31:08.548Z] #11 751.8 Successfully installed edgex-taf-common-0.0.0 [2025-07-01T09:31:08.548Z] #11 751.8 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-07-01T09:31:08.809Z] #11 752.3 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-07-01T09:31:08.809Z] #11 752.3 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:31:08.809Z] #11 752.3 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-07-01T09:31:08.809Z] #11 752.3 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-07-01T09:31:08.809Z] #11 752.4 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-07-01T09:31:08.809Z] #11 752.4 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-07-01T09:31:08.809Z] #11 752.4 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-07-01T09:31:09.068Z] #11 752.4 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-07-01T09:31:09.068Z] #11 752.4 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-07-01T09:31:09.068Z] #11 752.4 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-07-01T09:31:09.068Z] #11 752.4 Preparing metadata (setup.py): started [2025-07-01T09:31:09.068Z] #11 752.6 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:09.327Z] #11 752.6 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-07-01T09:31:09.327Z] #11 752.6 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-07-01T09:31:09.327Z] #11 752.6 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-07-01T09:31:09.327Z] #11 752.6 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-07-01T09:31:09.327Z] #11 752.7 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) [2025-07-01T09:31:09.327Z] #11 752.7 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2025-07-01T09:31:09.327Z] #11 752.7 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-07-01T09:31:09.327Z] #11 752.7 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-07-01T09:31:09.327Z] #11 752.7 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-07-01T09:31:09.327Z] #11 752.7 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-07-01T09:31:09.586Z] #11 753.0 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-07-01T09:31:09.586Z] #11 753.0 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) [2025-07-01T09:31:09.586Z] #11 753.1 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-07-01T09:31:09.586Z] #11 753.1 Downloading psutil-7.0.0.tar.gz (497 kB) [2025-07-01T09:31:09.846Z] #11 753.2 Installing build dependencies: started [2025-07-01T09:31:10.415Z] #11 754.0 Installing build dependencies: finished with status 'done' [2025-07-01T09:31:10.673Z] #11 754.0 Getting requirements to build wheel: started [2025-07-01T09:31:10.933Z] #11 754.4 Getting requirements to build wheel: finished with status 'done' [2025-07-01T09:31:11.206Z] #11 754.4 Preparing metadata (pyproject.toml): started [2025-07-01T09:31:11.206Z] #11 754.7 Preparing metadata (pyproject.toml): finished with status 'done' [2025-07-01T09:31:11.465Z] #11 755.0 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-07-01T09:31:11.723Z] #11 755.0 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) [2025-07-01T09:31:11.723Z] #11 755.1 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) [2025-07-01T09:31:11.723Z] #11 755.1 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2025-07-01T09:31:11.723Z] #11 755.1 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-07-01T09:31:11.723Z] #11 755.1 Downloading psycopg2-2.9.10.tar.gz (385 kB) [2025-07-01T09:31:11.723Z] #11 755.2 Preparing metadata (setup.py): started [2025-07-01T09:31:11.982Z] #11 755.4 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:11.982Z] #11 755.5 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) [2025-07-01T09:31:12.240Z] #11 755.5 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) [2025-07-01T09:31:12.240Z] #11 755.7 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) [2025-07-01T09:31:12.500Z] #11 755.7 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-07-01T09:31:12.500Z] #11 755.7 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) [2025-07-01T09:31:12.500Z] #11 755.7 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) [2025-07-01T09:31:12.500Z] #11 755.9 Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) [2025-07-01T09:31:12.500Z] #11 755.9 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) [2025-07-01T09:31:12.500Z] #11 756.0 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) [2025-07-01T09:31:12.500Z] #11 756.0 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-07-01T09:31:12.500Z] #11 756.0 Collecting requests-sse==0.5.2 (from -r requirements.txt (line 21)) [2025-07-01T09:31:12.500Z] #11 756.0 Downloading requests_sse-0.5.2-py3-none-any.whl.metadata (3.2 kB) [2025-07-01T09:31:12.500Z] #11 756.0 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:12.500Z] #11 756.0 Downloading selenium-4.34.0-py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:31:12.760Z] #11 756.0 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:12.760Z] #11 756.0 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-07-01T09:31:12.760Z] #11 756.1 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:12.760Z] #11 756.1 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-07-01T09:31:12.760Z] #11 756.1 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:12.760Z] #11 756.1 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-07-01T09:31:12.760Z] #11 756.1 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:12.760Z] #11 756.1 Downloading flex-6.14.1.tar.gz (40 kB) [2025-07-01T09:31:12.760Z] #11 756.2 Preparing metadata (setup.py): started [2025-07-01T09:31:12.760Z] #11 756.3 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:13.019Z] #11 756.4 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.4 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-07-01T09:31:13.019Z] #11 756.4 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.4 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-07-01T09:31:13.019Z] #11 756.4 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.4 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-07-01T09:31:13.019Z] #11 756.5 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.5 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-07-01T09:31:13.019Z] #11 756.5 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.5 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) [2025-07-01T09:31:13.019Z] #11 756.5 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.5 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-07-01T09:31:13.019Z] #11 756.6 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:13.019Z] #11 756.6 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-07-01T09:31:13.279Z] #11 756.7 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:31:13.279Z] #11 756.7 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-07-01T09:31:13.279Z] #11 756.7 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:31:13.279Z] #11 756.7 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-07-01T09:31:13.279Z] #11 756.7 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:31:13.279Z] #11 756.7 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) [2025-07-01T09:31:13.279Z] #11 756.7 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:31:13.279Z] #11 756.7 Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) [2025-07-01T09:31:13.279Z] #11 756.8 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:31:13.537Z] #11 756.8 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-07-01T09:31:13.538Z] #11 756.8 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:31:13.538Z] #11 756.8 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-07-01T09:31:13.538Z] #11 756.8 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 14)) (80.9.0) [2025-07-01T09:31:13.538Z] #11 756.9 Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) [2025-07-01T09:31:13.538Z] #11 756.9 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) [2025-07-01T09:31:13.538Z] #11 757.0 Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) [2025-07-01T09:31:13.538Z] #11 757.0 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) [2025-07-01T09:31:13.538Z] #11 757.0 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:31:13.538Z] #11 757.0 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-07-01T09:31:13.538Z] #11 757.0 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:31:13.538Z] #11 757.0 Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) [2025-07-01T09:31:13.538Z] #11 757.1 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:31:13.797Z] #11 757.1 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-07-01T09:31:13.797Z] #11 757.1 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.1 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-07-01T09:31:13.797Z] #11 757.1 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.1 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-07-01T09:31:13.797Z] #11 757.1 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.1 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-07-01T09:31:13.797Z] #11 757.2 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.2 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-07-01T09:31:13.797Z] #11 757.2 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.2 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-07-01T09:31:13.797Z] #11 757.2 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.2 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-07-01T09:31:13.797Z] #11 757.2 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.2 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-07-01T09:31:13.797Z] #11 757.2 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:13.797Z] #11 757.2 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-07-01T09:31:13.797Z] #11 757.3 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:31:14.056Z] #11 757.3 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-07-01T09:31:14.056Z] #11 757.4 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.056Z] #11 757.4 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-07-01T09:31:14.056Z] #11 757.4 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.056Z] #11 757.4 Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-07-01T09:31:14.056Z] #11 757.4 Preparing metadata (setup.py): started [2025-07-01T09:31:14.056Z] #11 757.6 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:14.315Z] #11 757.6 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.315Z] #11 757.6 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:31:14.315Z] #11 757.7 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.315Z] #11 757.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-07-01T09:31:14.315Z] #11 757.7 Preparing metadata (setup.py): started [2025-07-01T09:31:14.315Z] #11 757.9 Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:31:14.573Z] #11 757.9 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.573Z] #11 757.9 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-07-01T09:31:14.573Z] #11 757.9 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.573Z] #11 757.9 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-07-01T09:31:14.573Z] #11 757.9 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.573Z] #11 757.9 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-07-01T09:31:14.573Z] #11 758.0 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.573Z] #11 758.0 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-07-01T09:31:14.831Z] #11 758.3 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.831Z] #11 758.3 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2025-07-01T09:31:14.831Z] #11 758.3 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.831Z] #11 758.3 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-07-01T09:31:14.831Z] #11 758.3 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:14.831Z] #11 758.3 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-07-01T09:31:14.831Z] #11 758.4 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.4 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-07-01T09:31:15.095Z] #11 758.4 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.4 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-07-01T09:31:15.095Z] #11 758.4 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.4 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) [2025-07-01T09:31:15.095Z] #11 758.4 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.4 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-07-01T09:31:15.095Z] #11 758.5 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.5 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-07-01T09:31:15.095Z] #11 758.5 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-07-01T09:31:15.095Z] #11 758.5 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-07-01T09:31:15.095Z] #11 758.5 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-07-01T09:31:15.095Z] #11 758.5 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-07-01T09:31:15.095Z] #11 758.6 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-07-01T09:31:15.095Z] #11 758.6 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-07-01T09:31:15.095Z] #11 758.7 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:31:15.095Z] #11 758.7 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) [2025-07-01T09:31:15.095Z] #11 758.7 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-07-01T09:31:15.353Z] #11 758.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 305.3 MB/s eta 0:00:00 [2025-07-01T09:31:15.353Z] #11 758.7 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-07-01T09:31:15.353Z] #11 758.7 Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-07-01T09:31:15.353Z] #11 758.8 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) [2025-07-01T09:31:15.611Z] #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 75.6 MB/s eta 0:00:00 [2025-07-01T09:31:15.611Z] #11 759.0 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) [2025-07-01T09:31:15.611Z] #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 220.3 MB/s eta 0:00:00 [2025-07-01T09:31:15.611Z] #11 759.0 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2025-07-01T09:31:15.611Z] #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 217.6 MB/s eta 0:00:00 [2025-07-01T09:31:15.611Z] #11 759.0 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) [2025-07-01T09:31:15.611Z] #11 759.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 164.2 MB/s eta 0:00:00 [2025-07-01T09:31:15.611Z] #11 759.1 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) [2025-07-01T09:31:15.612Z] #11 759.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 142.9 MB/s eta 0:00:00 [2025-07-01T09:31:15.612Z] #11 759.1 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading requests_sse-0.5.2-py3-none-any.whl (10 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-07-01T09:31:15.612Z] #11 759.1 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-07-01T09:31:15.612Z] #11 759.2 Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) [2025-07-01T09:31:15.612Z] #11 759.2 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-07-01T09:31:15.612Z] #11 759.2 Downloading selenium-4.34.0-py3-none-any.whl (9.4 MB) [2025-07-01T09:31:15.612Z] #11 759.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 272.5 MB/s eta 0:00:00 [2025-07-01T09:31:15.612Z] #11 759.2 Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-07-01T09:31:15.612Z] #11 759.2 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-07-01T09:31:15.612Z] #11 759.2 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-07-01T09:31:15.870Z] #11 759.2 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-07-01T09:31:15.870Z] #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 208.1 MB/s eta 0:00:00 [2025-07-01T09:31:15.870Z] #11 759.3 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-07-01T09:31:15.870Z] #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 167.9 MB/s eta 0:00:00 [2025-07-01T09:31:15.870Z] #11 759.3 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) [2025-07-01T09:31:15.870Z] #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 230.1 MB/s eta 0:00:00 [2025-07-01T09:31:15.870Z] #11 759.3 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-07-01T09:31:15.870Z] #11 759.3 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading pycparser-2.22-py3-none-any.whl (117 kB) [2025-07-01T09:31:16.129Z] #11 759.3 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) [2025-07-01T09:31:16.129Z] #11 759.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 197.6 MB/s eta 0:00:00 [2025-07-01T09:31:16.129Z] #11 759.4 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-07-01T09:31:16.129Z] #11 759.4 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-07-01T09:31:16.129Z] #11 759.4 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-07-01T09:31:16.129Z] #11 759.4 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-07-01T09:31:16.129Z] #11 759.5 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-07-01T09:31:16.129Z] #11 759.5 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-07-01T09:31:16.129Z] #11 759.5 Building wheel for robotbackgroundlogger (setup.py): started [2025-07-01T09:31:16.129Z] #11 759.7 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-07-01T09:31:16.390Z] #11 759.7 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=334c0fc1f7553e575b73b1d4617aa03b7edb621c679a04f0083318ea982b0b55 [2025-07-01T09:31:16.390Z] #11 759.7 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-07-01T09:31:16.390Z] #11 759.7 Building wheel for psutil (pyproject.toml): started [2025-07-01T09:31:16.509Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-07-01T09:31:16.509Z] (4/30) Installing isl26 (0.26-r1) [2025-07-01T09:31:18.293Z] #11 761.4 Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-07-01T09:31:18.293Z] #11 761.4 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277545 sha256=423665daded840f010dec2b5072715dbc054e7c960b057937adc625f382068b9 [2025-07-01T09:31:18.293Z] #11 761.4 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-07-01T09:31:18.293Z] #11 761.4 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-07-01T09:31:18.293Z] #11 761.4 Building wheel for psycopg2 (setup.py): started [2025-07-01T09:31:18.467Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-07-01T09:31:21.028Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-07-01T09:31:22.955Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-07-01T09:31:26.407Z] #11 769.8 Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-07-01T09:31:26.407Z] #11 769.8 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521914 sha256=0fa5658844d556aa825d202ca318d439dd3cc524417cbe6f1d51c89187327c9f [2025-07-01T09:31:26.407Z] #11 769.8 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-07-01T09:31:26.407Z] #11 769.8 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-07-01T09:31:26.407Z] #11 769.8 Building wheel for flex (setup.py): started [2025-07-01T09:31:26.667Z] #11 770.1 Building wheel for flex (setup.py): finished with status 'done' [2025-07-01T09:31:26.667Z] #11 770.1 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=f59e8f1c6bb674ea6bc676915dbe0382cadcd4f01a97d4a28e4e6768c4ae189b [2025-07-01T09:31:26.667Z] #11 770.1 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-07-01T09:31:26.667Z] #11 770.1 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-07-01T09:31:26.667Z] #11 770.1 Building wheel for strict-rfc3339 (setup.py): started [2025-07-01T09:31:26.927Z] #11 770.3 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-07-01T09:31:26.927Z] #11 770.3 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=e88a67d3085ba4e87a897c8e4b929f0482b02d14db1741d1e1d132ab3d2af601 [2025-07-01T09:31:26.927Z] #11 770.3 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-07-01T09:31:26.927Z] #11 770.3 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-07-01T09:31:26.927Z] #11 770.3 Building wheel for validate-email (setup.py): started [2025-07-01T09:31:26.927Z] #11 770.5 Building wheel for validate-email (setup.py): finished with status 'done' [2025-07-01T09:31:27.186Z] #11 770.5 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=3d736c82c40baf70f213b3a97c4146b6d0e91703da4f8e9a66f0985749b299b1 [2025-07-01T09:31:27.186Z] #11 770.5 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-07-01T09:31:27.186Z] #11 770.5 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-07-01T09:31:27.186Z] #11 770.7 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, pyjwt, pygments, pycryptodome, pycparser, 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, cffi, trio, robotframework-requests, requests-sse, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-07-01T09:31:37.176Z] #11 780.4 [2025-07-01T09:31:37.176Z] #11 780.4 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.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.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.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.4 requests-sse-0.5.2 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.25.1 selenium-4.34.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.14.0 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-07-01T09:31:37.176Z] #11 780.4 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-07-01T09:31:38.553Z] #11 DONE 781.9s [2025-07-01T09:31:38.553Z] [2025-07-01T09:31:38.553Z] #12 exporting to image [2025-07-01T09:31:38.553Z] #12 exporting layers [2025-07-01T09:31:43.822Z] #12 exporting layers 5.2s done [2025-07-01T09:31:43.822Z] #12 writing image sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:31:43.822Z] #12 naming to docker.io/library/edgex-taf-common done [2025-07-01T09:31:43.822Z] #12 DONE 5.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-07-01T09:31:43.987Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2025-07-01T09:31:43.987Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:31:43.987Z] latest [2025-07-01T09:31:43.987Z] 1.0.0-dev.8 [2025-07-01T09:31:43.987Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:31:43.987Z] main [2025-07-01T09:31:43.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:31:44.334Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:31:44.649Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:31:44.649Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-07-01T09:31:44.649Z] c35f89738514: Preparing [2025-07-01T09:31:44.649Z] 06fc8f012e93: Preparing [2025-07-01T09:31:44.649Z] 5f70bf18a086: Preparing [2025-07-01T09:31:44.649Z] cf993478c8dc: Preparing [2025-07-01T09:31:44.649Z] bc80d5c0bddb: Preparing [2025-07-01T09:31:44.649Z] a84281231b28: Preparing [2025-07-01T09:31:44.649Z] 994456c4fd7b: Preparing [2025-07-01T09:31:44.649Z] a84281231b28: Waiting [2025-07-01T09:31:44.649Z] 994456c4fd7b: Waiting [2025-07-01T09:31:44.908Z] 06fc8f012e93: Pushed [2025-07-01T09:31:44.908Z] 5f70bf18a086: Pushed [2025-07-01T09:31:44.908Z] bc80d5c0bddb: Pushed [2025-07-01T09:31:44.908Z] cf993478c8dc: Pushed [2025-07-01T09:31:44.908Z] 994456c4fd7b: Layer already exists [2025-07-01T09:31:44.908Z] a84281231b28: Pushed [2025-07-01T09:31:55.142Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-07-01T09:31:57.710Z] (9/30) Installing linux-headers (6.6-r0) [2025-07-01T09:32:01.034Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-07-01T09:32:02.964Z] (11/30) Installing libpq (16.9-r0) [2025-07-01T09:32:05.532Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-07-01T09:32:08.098Z] (13/30) Installing libpq-dev (16.9-r0) [2025-07-01T09:32:11.427Z] (14/30) Installing libecpg (16.9-r0) [2025-07-01T09:32:13.362Z] (15/30) Installing libecpg-dev (16.9-r0) [2025-07-01T09:32:15.933Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-07-01T09:32:19.258Z] (17/30) Installing llvm16-libs (16.0.6-r9) [2025-07-01T09:33:06.054Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-07-01T09:33:12.675Z] (19/30) Installing fortify-headers (1.1-r3) [2025-07-01T09:33:14.073Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-07-01T09:33:18.391Z] (21/30) Installing llvm16-linker-tools (16.0.6-r9) [2025-07-01T09:33:19.805Z] (22/30) Installing clang16 (16.0.6-r5) [2025-07-01T09:33:22.390Z] (23/30) Installing icu (74.2-r0) [2025-07-01T09:33:24.978Z] (24/30) Installing icu-dev (74.2-r0) [2025-07-01T09:33:28.311Z] (25/30) Installing llvm16 (16.0.6-r9) [2025-07-01T09:34:07.697Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-07-01T09:34:07.697Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-07-01T09:34:07.697Z] (28/30) Installing zstd (1.5.6-r0) [2025-07-01T09:34:07.962Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-07-01T09:34:09.893Z] (30/30) Installing postgresql16-dev (16.9-r0) [2025-07-01T09:34:14.181Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T09:34:14.181Z] OK: 1184 MiB in 224 packages [2025-07-01T09:34:14.181Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:34:17.504Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:34:21.753Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-07-01T09:34:36.455Z] c35f89738514: Pushed [2025-07-01T09:34:36.455Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:36.713Z] (2/14) Installing gdbm (1.23-r1) [2025-07-01T09:34:36.793Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:37.135Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-07-01T09:34:37.135Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-07-01T09:34:37.135Z] c35f89738514: Preparing [2025-07-01T09:34:37.135Z] 06fc8f012e93: Preparing [2025-07-01T09:34:37.135Z] 5f70bf18a086: Preparing [2025-07-01T09:34:37.135Z] cf993478c8dc: Preparing [2025-07-01T09:34:37.135Z] bc80d5c0bddb: Preparing [2025-07-01T09:34:37.135Z] a84281231b28: Preparing [2025-07-01T09:34:37.135Z] 994456c4fd7b: Preparing [2025-07-01T09:34:37.135Z] a84281231b28: Waiting [2025-07-01T09:34:37.135Z] 994456c4fd7b: Waiting [2025-07-01T09:34:37.135Z] 06fc8f012e93: Layer already exists [2025-07-01T09:34:37.135Z] cf993478c8dc: Layer already exists [2025-07-01T09:34:37.135Z] c35f89738514: Layer already exists [2025-07-01T09:34:37.135Z] bc80d5c0bddb: Layer already exists [2025-07-01T09:34:37.135Z] 5f70bf18a086: Layer already exists [2025-07-01T09:34:37.135Z] a84281231b28: Layer already exists [2025-07-01T09:34:37.135Z] 994456c4fd7b: Layer already exists [2025-07-01T09:34:37.135Z] latest: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:37.291Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-07-01T09:34:37.467Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:37.788Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [2025-07-01T09:34:37.788Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-07-01T09:34:37.788Z] c35f89738514: Preparing [2025-07-01T09:34:37.788Z] 06fc8f012e93: Preparing [2025-07-01T09:34:37.788Z] 5f70bf18a086: Preparing [2025-07-01T09:34:37.788Z] cf993478c8dc: Preparing [2025-07-01T09:34:37.788Z] bc80d5c0bddb: Preparing [2025-07-01T09:34:37.788Z] a84281231b28: Preparing [2025-07-01T09:34:37.788Z] 994456c4fd7b: Preparing [2025-07-01T09:34:37.788Z] a84281231b28: Waiting [2025-07-01T09:34:37.788Z] 994456c4fd7b: Waiting [2025-07-01T09:34:37.788Z] 5f70bf18a086: Layer already exists [2025-07-01T09:34:37.788Z] c35f89738514: Layer already exists [2025-07-01T09:34:37.788Z] 06fc8f012e93: Layer already exists [2025-07-01T09:34:37.788Z] bc80d5c0bddb: Layer already exists [2025-07-01T09:34:37.788Z] cf993478c8dc: Layer already exists [2025-07-01T09:34:37.788Z] 994456c4fd7b: Layer already exists [2025-07-01T09:34:37.788Z] a84281231b28: Layer already exists [2025-07-01T09:34:37.788Z] 1.0.0-dev.8: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:38.112Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:38.438Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:34:38.438Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-07-01T09:34:38.438Z] c35f89738514: Preparing [2025-07-01T09:34:38.438Z] 06fc8f012e93: Preparing [2025-07-01T09:34:38.438Z] 5f70bf18a086: Preparing [2025-07-01T09:34:38.438Z] cf993478c8dc: Preparing [2025-07-01T09:34:38.438Z] bc80d5c0bddb: Preparing [2025-07-01T09:34:38.438Z] a84281231b28: Preparing [2025-07-01T09:34:38.438Z] 994456c4fd7b: Preparing [2025-07-01T09:34:38.438Z] a84281231b28: Waiting [2025-07-01T09:34:38.438Z] 994456c4fd7b: Waiting [2025-07-01T09:34:38.438Z] cf993478c8dc: Layer already exists [2025-07-01T09:34:38.438Z] 5f70bf18a086: Layer already exists [2025-07-01T09:34:38.438Z] c35f89738514: Layer already exists [2025-07-01T09:34:38.438Z] 06fc8f012e93: Layer already exists [2025-07-01T09:34:38.438Z] bc80d5c0bddb: Layer already exists [2025-07-01T09:34:38.438Z] a84281231b28: Layer already exists [2025-07-01T09:34:38.438Z] 994456c4fd7b: Layer already exists [2025-07-01T09:34:38.438Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:38.780Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:34:39.114Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-07-01T09:34:39.114Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-07-01T09:34:39.114Z] c35f89738514: Preparing [2025-07-01T09:34:39.114Z] 06fc8f012e93: Preparing [2025-07-01T09:34:39.114Z] 5f70bf18a086: Preparing [2025-07-01T09:34:39.114Z] cf993478c8dc: Preparing [2025-07-01T09:34:39.114Z] bc80d5c0bddb: Preparing [2025-07-01T09:34:39.114Z] a84281231b28: Preparing [2025-07-01T09:34:39.114Z] 994456c4fd7b: Preparing [2025-07-01T09:34:39.114Z] a84281231b28: Waiting [2025-07-01T09:34:39.114Z] 994456c4fd7b: Waiting [2025-07-01T09:34:39.114Z] bc80d5c0bddb: Layer already exists [2025-07-01T09:34:39.114Z] 5f70bf18a086: Layer already exists [2025-07-01T09:34:39.114Z] cf993478c8dc: Layer already exists [2025-07-01T09:34:39.114Z] c35f89738514: Layer already exists [2025-07-01T09:34:39.114Z] 06fc8f012e93: Layer already exists [2025-07-01T09:34:39.114Z] 994456c4fd7b: Layer already exists [2025-07-01T09:34:39.114Z] a84281231b28: Layer already exists [2025-07-01T09:34:39.114Z] main: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T09:34:39.182Z] ===================================================== [Pipeline] echo [2025-07-01T09:34:39.193Z] taggedImages: [2025-07-01T09:34:39.193Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:34:39.193Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-07-01T09:34:39.193Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [2025-07-01T09:34:39.193Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:34:39.193Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-07-01T09:34:39.216Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [Pipeline] echo [2025-07-01T09:34:39.266Z] ========================================================= [2025-07-01T09:34:39.266Z] [edgeXBuildMultiArch] RAW Config: [2025-07-01T09:34:39.266Z] images: [2025-07-01T09:34:39.266Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:34:39.266Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-07-01T09:34:39.266Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [2025-07-01T09:34:39.266Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:34:39.266Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-07-01T09:34:39.266Z] settingsFile: [2025-07-01T09:34:39.266Z] taf-settings [2025-07-01T09:34:39.266Z] ========================================================= [Pipeline] node [2025-07-01T09:34:41.147Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-07-01T09:34:43.080Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-07-01T09:34:44.477Z] (7/14) Installing readline (8.2.10-r0) [2025-07-01T09:34:47.043Z] (8/14) Installing python3 (3.12.11-r0) [2025-07-01T09:34:54.269Z] Still waiting to schedule task [2025-07-01T09:34:54.270Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-01T09:34:55.215Z] (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) [2025-07-01T09:34:59.090Z] (10/14) Installing pyc (3.12.11-r0) [2025-07-01T09:35:00.039Z] (11/14) Installing python3-pyc (3.12.11-r0) [2025-07-01T09:35:01.432Z] (12/14) Installing python3-dev (3.12.11-r0) [2025-07-01T09:35:11.463Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-07-01T09:35:12.855Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-07-01T09:35:14.777Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T09:35:14.777Z] OK: 1370 MiB in 238 packages [2025-07-01T09:35:15.040Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:35:18.356Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:35:22.576Z] OK: 1370 MiB in 238 packages [2025-07-01T09:35:22.576Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T09:35:25.894Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T09:35:29.211Z] (1/1) Installing tzdata (2025b-r0) [2025-07-01T09:35:31.770Z] OK: 1372 MiB in 239 packages [2025-07-01T09:35:33.696Z] (1/1) Purging tzdata (2025b-r0) [2025-07-01T09:35:33.696Z] OK: 1370 MiB in 238 packages [2025-07-01T09:35:42.870Z] Running on prd-centos7-docker-4c-2g-4338 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:35:42.923Z] provisioning config files... [2025-07-01T09:35:42.977Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15563326489480999301tmp [Pipeline] { [Pipeline] libraryResource [2025-07-01T09:35:43.729Z] Looking in links: /tmp/tmprrmf2qp0 [2025-07-01T09:35:43.729Z] Processing /tmp/tmprrmf2qp0/pip-25.0.1-py3-none-any.whl [2025-07-01T09:35:43.729Z] Installing collected packages: pip [Pipeline] sh [2025-07-01T09:35:46.913Z] ---> ****-login.sh [2025-07-01T09:35:46.913Z] nexus3.edgexfoundry.org:10001 [2025-07-01T09:35:46.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:35:46.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:35:46.913Z] Configure a credential helper to remove this warning. See [2025-07-01T09:35:46.913Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:35:46.913Z] [2025-07-01T09:35:46.913Z] Login Succeeded [2025-07-01T09:35:46.913Z] nexus3.edgexfoundry.org:10002 [2025-07-01T09:35:47.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:35:47.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:35:47.175Z] Configure a credential helper to remove this warning. See [2025-07-01T09:35:47.175Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:35:47.175Z] [2025-07-01T09:35:47.175Z] Login Succeeded [2025-07-01T09:35:47.175Z] nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:47.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:35:47.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:35:47.176Z] Configure a credential helper to remove this warning. See [2025-07-01T09:35:47.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:35:47.176Z] [2025-07-01T09:35:47.176Z] Login Succeeded [2025-07-01T09:35:47.176Z] nexus3.edgexfoundry.org:10004 [2025-07-01T09:35:47.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:35:47.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:35:47.176Z] Configure a credential helper to remove this warning. See [2025-07-01T09:35:47.176Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:35:47.176Z] [2025-07-01T09:35:47.176Z] Login Succeeded [2025-07-01T09:35:47.176Z] ****.io [2025-07-01T09:35:47.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T09:35:47.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T09:35:47.439Z] Configure a credential helper to remove this warning. See [2025-07-01T09:35:47.439Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T09:35:47.439Z] [2025-07-01T09:35:47.439Z] Login Succeeded [2025-07-01T09:35:47.439Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T09:35:47.448Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T09:35:47.814Z] + docker buildx ls [2025-07-01T09:35:48.074Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-01T09:35:48.074Z] default * docker [2025-07-01T09:35:48.074Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-01T09:35:48.382Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-01T09:35:48.382Z] edgex-builder [Pipeline] sh [2025-07-01T09:35:48.686Z] + docker buildx inspect --bootstrap [2025-07-01T09:35:48.686Z] #1 [internal] booting buildkit [2025-07-01T09:35:48.686Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-01T09:35:49.048Z] Successfully installed pip-25.0.1 [2025-07-01T09:35:49.048Z] 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-07-01T09:35:51.607Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) [2025-07-01T09:35:51.870Z] Collecting pip [2025-07-01T09:35:51.870Z] Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) [2025-07-01T09:35:52.019Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2025-07-01T09:35:52.019Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-01T09:35:52.822Z] Collecting setuptools [2025-07-01T09:35:52.822Z] Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) [2025-07-01T09:35:52.969Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-07-01T09:35:52.969Z] #1 DONE 4.2s [2025-07-01T09:35:52.969Z] Name: edgex-builder [2025-07-01T09:35:52.969Z] Driver: docker-container [2025-07-01T09:35:52.969Z] [2025-07-01T09:35:52.969Z] Nodes: [2025-07-01T09:35:52.969Z] Name: edgex-builder0 [2025-07-01T09:35:52.969Z] Endpoint: unix:///var/run/docker.sock [2025-07-01T09:35:52.969Z] Status: running [2025-07-01T09:35:52.969Z] Buildkit: v0.22.0 [2025-07-01T09:35:52.969Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-01T09:35:53.088Z] Collecting wheel [2025-07-01T09:35:53.088Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-07-01T09:35:53.088Z] Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) [2025-07-01T09:35:53.263Z] + docker buildx ls [2025-07-01T09:35:53.263Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-01T09:35:53.263Z] edgex-builder * docker-container [2025-07-01T09:35:53.263Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-01T09:35:53.263Z] default docker [2025-07-01T09:35:53.263Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-01T09:35:53.354Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 50.8 MB/s eta 0:00:00 [2025-07-01T09:35:53.354Z] Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) [2025-07-01T09:35:53.354Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.4 MB/s eta 0:00:00 [2025-07-01T09:35:53.354Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-07-01T09:35:53.354Z] Installing collected packages: wheel, setuptools, pip [2025-07-01T09:35:53.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e --push - [2025-07-01T09:35:53.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e' [2025-07-01T09:35:53.811Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:35:53.811Z] #1 transferring dockerfile: 201B done [2025-07-01T09:35:53.811Z] #1 DONE 0.0s [2025-07-01T09:35:53.811Z] [2025-07-01T09:35:53.811Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:35:53.811Z] #2 DONE 0.1s [2025-07-01T09:35:53.811Z] [2025-07-01T09:35:53.811Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:35:53.811Z] #3 DONE 0.1s [2025-07-01T09:35:53.811Z] [2025-07-01T09:35:53.811Z] #4 [internal] load .dockerignore [2025-07-01T09:35:53.811Z] #4 transferring context: 2B done [2025-07-01T09:35:53.811Z] #4 DONE 0.0s [2025-07-01T09:35:53.811Z] [2025-07-01T09:35:53.811Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:53.811Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:53.811Z] #5 DONE 0.0s [2025-07-01T09:35:53.811Z] [2025-07-01T09:35:53.811Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:53.811Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:53.811Z] #6 DONE 0.1s [2025-07-01T09:35:54.071Z] [2025-07-01T09:35:54.071Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:54.071Z] #7 DONE 0.0s [2025-07-01T09:35:54.071Z] [2025-07-01T09:35:54.071Z] #8 exporting to image [2025-07-01T09:35:54.071Z] #8 exporting layers done [2025-07-01T09:35:54.071Z] #8 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done [2025-07-01T09:35:54.071Z] #8 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:35:54.071Z] #8 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done [2025-07-01T09:35:54.071Z] #8 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done [2025-07-01T09:35:54.071Z] #8 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done [2025-07-01T09:35:54.071Z] #8 pushing layers 0.1s done [2025-07-01T09:35:54.071Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 [2025-07-01T09:35:54.071Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T09:35:54.071Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done [2025-07-01T09:35:54.071Z] #8 DONE 0.2s [2025-07-01T09:35:54.071Z] [2025-07-01T09:35:54.071Z] 1 warning found (use --debug to expand): [2025-07-01T09:35:54.071Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T09:35:54.361Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' [2025-07-01T09:35:54.361Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - [2025-07-01T09:35:54.361Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:35:54.361Z] #1 transferring dockerfile: 167B done [2025-07-01T09:35:54.361Z] #1 DONE 0.0s [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-07-01T09:35:54.361Z] #2 DONE 0.0s [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-07-01T09:35:54.361Z] #3 DONE 0.0s [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #4 [internal] load .dockerignore [2025-07-01T09:35:54.361Z] #4 transferring context: 2B done [2025-07-01T09:35:54.361Z] #4 DONE 0.0s [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:54.361Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:54.361Z] #5 CACHED [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:54.361Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:54.361Z] #6 CACHED [2025-07-01T09:35:54.361Z] [2025-07-01T09:35:54.361Z] #7 exporting to image [2025-07-01T09:35:54.361Z] #7 exporting layers [2025-07-01T09:35:54.361Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T09:35:54.622Z] #7 exporting layers done [2025-07-01T09:35:54.622Z] #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done [2025-07-01T09:35:54.622Z] #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:35:54.622Z] #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done [2025-07-01T09:35:54.622Z] #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done [2025-07-01T09:35:54.622Z] #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done [2025-07-01T09:35:54.622Z] #7 pushing layers 0.0s done [2025-07-01T09:35:54.622Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done [2025-07-01T09:35:54.622Z] #7 DONE 0.1s [2025-07-01T09:35:54.622Z] [2025-07-01T09:35:54.622Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:54.622Z] #8 DONE 0.0s [2025-07-01T09:35:54.622Z] [2025-07-01T09:35:54.622Z] 1 warning found (use --debug to expand): [2025-07-01T09:35:54.622Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T09:35:54.910Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8' [2025-07-01T09:35:54.910Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 --push - [2025-07-01T09:35:54.910Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:35:54.910Z] #1 transferring dockerfile: 172B done [2025-07-01T09:35:54.910Z] #1 DONE 0.0s [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [2025-07-01T09:35:54.910Z] #2 DONE 0.0s [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [2025-07-01T09:35:54.910Z] #3 DONE 0.0s [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #4 [internal] load .dockerignore [2025-07-01T09:35:54.910Z] #4 transferring context: 2B done [2025-07-01T09:35:54.910Z] #4 DONE 0.0s [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:54.910Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:54.910Z] #5 CACHED [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:54.910Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:54.910Z] #6 CACHED [2025-07-01T09:35:54.910Z] [2025-07-01T09:35:54.910Z] #7 exporting to image [2025-07-01T09:35:54.910Z] #7 exporting layers done [2025-07-01T09:35:54.910Z] #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done [2025-07-01T09:35:54.910Z] #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:35:54.910Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T09:35:55.170Z] #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done [2025-07-01T09:35:55.170Z] #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done [2025-07-01T09:35:55.170Z] #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done [2025-07-01T09:35:55.170Z] #7 pushing layers 0.0s done [2025-07-01T09:35:55.170Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done [2025-07-01T09:35:55.170Z] #7 DONE 0.1s [2025-07-01T09:35:55.170Z] [2025-07-01T09:35:55.170Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:55.170Z] #8 DONE 0.0s [2025-07-01T09:35:55.170Z] [2025-07-01T09:35:55.170Z] 1 warning found (use --debug to expand): [2025-07-01T09:35:55.170Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T09:35:55.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 --push - [2025-07-01T09:35:55.463Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8' [2025-07-01T09:35:55.724Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:35:55.724Z] #1 transferring dockerfile: 213B done [2025-07-01T09:35:55.724Z] #1 DONE 0.0s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:35:55.724Z] #2 DONE 0.0s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:35:55.724Z] #3 DONE 0.0s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #4 [internal] load .dockerignore [2025-07-01T09:35:55.724Z] #4 transferring context: 2B done [2025-07-01T09:35:55.724Z] #4 DONE 0.0s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:55.724Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:55.724Z] #5 CACHED [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:55.724Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:55.724Z] #6 CACHED [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:55.724Z] #7 DONE 0.0s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] #8 exporting to image [2025-07-01T09:35:55.724Z] #8 exporting layers done [2025-07-01T09:35:55.724Z] #8 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done [2025-07-01T09:35:55.724Z] #8 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:35:55.724Z] #8 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done [2025-07-01T09:35:55.724Z] #8 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done [2025-07-01T09:35:55.724Z] #8 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done [2025-07-01T09:35:55.724Z] #8 pushing layers 0.0s done [2025-07-01T09:35:55.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done [2025-07-01T09:35:55.724Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T09:35:55.724Z] #8 DONE 0.1s [2025-07-01T09:35:55.724Z] [2025-07-01T09:35:55.724Z] 1 warning found (use --debug to expand): [2025-07-01T09:35:55.724Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T09:35:56.014Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - [2025-07-01T09:35:56.014Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' [2025-07-01T09:35:56.274Z] #1 [internal] load build definition from Dockerfile [2025-07-01T09:35:56.274Z] #1 transferring dockerfile: 165B done [2025-07-01T09:35:56.274Z] #1 DONE 0.0s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-07-01T09:35:56.274Z] #2 DONE 0.0s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-07-01T09:35:56.274Z] #3 DONE 0.0s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #4 [internal] load .dockerignore [2025-07-01T09:35:56.274Z] #4 transferring context: 2B done [2025-07-01T09:35:56.274Z] #4 DONE 0.0s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:56.274Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:56.274Z] #5 CACHED [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 [2025-07-01T09:35:56.274Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done [2025-07-01T09:35:56.274Z] #6 CACHED [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #7 exporting to image [2025-07-01T09:35:56.274Z] #7 exporting layers done [2025-07-01T09:35:56.274Z] #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done [2025-07-01T09:35:56.274Z] #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done [2025-07-01T09:35:56.274Z] #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done [2025-07-01T09:35:56.274Z] #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done [2025-07-01T09:35:56.274Z] #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done [2025-07-01T09:35:56.274Z] #7 pushing layers 0.0s done [2025-07-01T09:35:56.274Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 [2025-07-01T09:35:56.274Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T09:35:56.274Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done [2025-07-01T09:35:56.274Z] #7 DONE 0.1s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-07-01T09:35:56.274Z] #8 DONE 0.0s [2025-07-01T09:35:56.274Z] [2025-07-01T09:35:56.274Z] 1 warning found (use --debug to expand): [2025-07-01T09:35:56.274Z]  - 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-07-01T09:35:56.743Z] + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:35:57.037Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:35:57.591Z] ---> package-listing.sh [2025-07-01T09:35:57.591Z] ++ facter osfamily [2025-07-01T09:35:57.591Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-01T09:35:57.850Z] + OS_FAMILY=redhat [2025-07-01T09:35:57.850Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-07-01T09:35:57.850Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-01T09:35:57.850Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-01T09:35:57.850Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-01T09:35:57.850Z] + PACKAGES=/tmp/packages_start.txt [2025-07-01T09:35:57.850Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-07-01T09:35:57.850Z] + PACKAGES=/tmp/packages_end.txt [2025-07-01T09:35:57.850Z] + case "${OS_FAMILY}" in [2025-07-01T09:35:57.850Z] + sort [2025-07-01T09:35:57.850Z] + rpm -qa [2025-07-01T09:35:58.421Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-01T09:35:58.421Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-01T09:35:58.421Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-01T09:35:58.421Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-07-01T09:35:58.421Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-07-01T09:35:58.421Z] + 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-07-01T09:35:58.431Z] 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-07-01T09:35:58.713Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:35:59.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:35:59.278Z] [2025-07-01T09:35:59.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:35:59.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:35:59.593Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-01T09:35:59.593Z] 5eb5b503b376: Pulling fs layer [2025-07-01T09:35:59.593Z] 5c69ac0246d0: Pulling fs layer [2025-07-01T09:35:59.593Z] ec43610c2a17: Pulling fs layer [2025-07-01T09:35:59.593Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-01T09:35:59.593Z] 33b1e0a273af: Pulling fs layer [2025-07-01T09:35:59.593Z] 5d3b04190fa2: Pulling fs layer [2025-07-01T09:35:59.593Z] 2f39f015ded8: Pulling fs layer [2025-07-01T09:35:59.593Z] 3a2ae6a8a46f: Waiting [2025-07-01T09:35:59.593Z] 33b1e0a273af: Waiting [2025-07-01T09:35:59.593Z] 5d3b04190fa2: Waiting [2025-07-01T09:35:59.593Z] 2f39f015ded8: Waiting [2025-07-01T09:35:59.593Z] 5c69ac0246d0: Verifying Checksum [2025-07-01T09:35:59.593Z] 5c69ac0246d0: Download complete [2025-07-01T09:35:59.593Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-01T09:35:59.593Z] 3a2ae6a8a46f: Download complete [2025-07-01T09:35:59.593Z] 33b1e0a273af: Verifying Checksum [2025-07-01T09:35:59.593Z] 33b1e0a273af: Download complete [2025-07-01T09:35:59.593Z] ec43610c2a17: Verifying Checksum [2025-07-01T09:35:59.593Z] ec43610c2a17: Download complete [2025-07-01T09:35:59.593Z] 5d3b04190fa2: Verifying Checksum [2025-07-01T09:35:59.593Z] 5d3b04190fa2: Download complete [2025-07-01T09:35:59.853Z] 5eb5b503b376: Verifying Checksum [2025-07-01T09:35:59.853Z] 5eb5b503b376: Download complete [2025-07-01T09:35:59.982Z] Attempting uninstall: pip [2025-07-01T09:35:59.982Z] Found existing installation: pip 25.0.1 [2025-07-01T09:35:59.982Z] Uninstalling pip-25.0.1: [2025-07-01T09:35:59.982Z] Successfully uninstalled pip-25.0.1 [2025-07-01T09:36:00.423Z] 2f39f015ded8: Download complete [2025-07-01T09:36:00.998Z] 5eb5b503b376: Pull complete [2025-07-01T09:36:01.264Z] 5c69ac0246d0: Pull complete [2025-07-01T09:36:01.529Z] ec43610c2a17: Pull complete [2025-07-01T09:36:01.796Z] 3a2ae6a8a46f: Pull complete [2025-07-01T09:36:01.796Z] 33b1e0a273af: Pull complete [2025-07-01T09:36:02.058Z] 5d3b04190fa2: Pull complete [2025-07-01T09:36:06.269Z] 2f39f015ded8: Pull complete [2025-07-01T09:36:06.269Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-01T09:36:06.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:36:06.269Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:36:06.424Z] prd-centos7-docker-4c-2g-4338 does not seem to be running inside a container [2025-07-01T09:36:06.464Z] $ 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-07-01T09:36:06.619Z] Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 [2025-07-01T09:36:06.619Z] 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-07-01T09:36:08.551Z] Processing ./edgex-taf-common [2025-07-01T09:36:08.551Z] Preparing metadata (setup.py): started [2025-07-01T09:36:09.129Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:09.393Z] Building wheels for collected packages: edgex-taf-common [2025-07-01T09:36:09.393Z]  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-07-01T09:36:09.393Z]  Building wheel for edgex-taf-common (setup.py): started [2025-07-01T09:36:09.889Z] $ docker top f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T09:36:10.228Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-01T09:36:10.529Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-01T09:36:10.793Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-07-01T09:36:10.793Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=0ae9018feea474f22bba39945f8d2505065659fcefa92c8958dcd0384c5c081f [2025-07-01T09:36:10.793Z] Stored in directory: /tmp/pip-ephem-wheel-cache-qm3s7tw9/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-07-01T09:36:10.793Z] Successfully built edgex-taf-common [2025-07-01T09:36:10.793Z] Installing collected packages: edgex-taf-common [2025-07-01T09:36:10.793Z] Successfully installed edgex-taf-common-0.0.0 [2025-07-01T09:36:10.793Z] 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-07-01T09:36:10.824Z] + ls /var/log/sa-host [2025-07-01T09:36:10.824Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:36:10.993Z] provisioning config files... [2025-07-01T09:36:11.001Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1015776936414904441tmp [Pipeline] { [Pipeline] echo [2025-07-01T09:36:11.021Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:11.309Z] ---> create-netrc.sh [Pipeline] } [2025-07-01T09:36:11.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:11.662Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-01T09:36:11.674Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:11.961Z] ---> sudo-logs.sh [2025-07-01T09:36:11.961Z] Archiving 'sudo' log.. [2025-07-01T09:36:11.961Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4338.novalocal: Name or service not known [2025-07-01T09:36:11.961Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4338.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-01T09:36:11.985Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:12.283Z] ---> job-cost.sh [2025-07-01T09:36:12.283Z] lf-activate-venv: SKIPPING [2025-07-01T09:36:12.283Z] INFO: No Stack... [2025-07-01T09:36:12.545Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-01T09:36:13.114Z] INFO: Archiving Costs [Pipeline] echo [2025-07-01T09:36:13.129Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:13.418Z] ---> logs-deploy.sh [2025-07-01T09:36:13.418Z] lf-activate-venv: SKIPPING [2025-07-01T09:36:13.418Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/60 [2025-07-01T09:36:13.418Z] INFO: archiving workspace using pattern(s): [2025-07-01T09:36:14.124Z] Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) [2025-07-01T09:36:14.124Z] Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:36:14.124Z] Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) [2025-07-01T09:36:14.124Z] Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) [2025-07-01T09:36:14.124Z] Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) [2025-07-01T09:36:14.124Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) [2025-07-01T09:36:14.124Z] Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) [2025-07-01T09:36:14.124Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) [2025-07-01T09:36:14.124Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-07-01T09:36:14.124Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-07-01T09:36:14.124Z] Preparing metadata (setup.py): started [2025-07-01T09:36:14.354Z] Archives upload complete. [2025-07-01T09:36:14.354Z] INFO: archiving logs to Nexus [2025-07-01T09:36:14.924Z] ---> uname -a: [2025-07-01T09:36:14.924Z] Linux prd-centos7-docker-4c-2g-4338.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-07-01T09:36:14.924Z] [2025-07-01T09:36:14.924Z] [2025-07-01T09:36:14.924Z] ---> lscpu: [2025-07-01T09:36:14.924Z] Architecture: x86_64 [2025-07-01T09:36:14.924Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-01T09:36:14.924Z] Byte Order: Little Endian [2025-07-01T09:36:14.924Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-01T09:36:14.924Z] CPU(s): 2 [2025-07-01T09:36:14.924Z] On-line CPU(s) list: 0,1 [2025-07-01T09:36:14.924Z] Thread(s) per core: 1 [2025-07-01T09:36:14.924Z] Core(s) per socket: 1 [2025-07-01T09:36:14.924Z] Socket(s): 2 [2025-07-01T09:36:14.924Z] NUMA node(s): 1 [2025-07-01T09:36:14.924Z] Vendor ID: AuthenticAMD [2025-07-01T09:36:14.924Z] CPU family: 23 [2025-07-01T09:36:14.924Z] Model: 49 [2025-07-01T09:36:14.924Z] Model name: AMD EPYC-Rome Processor [2025-07-01T09:36:14.924Z] Stepping: 0 [2025-07-01T09:36:14.924Z] CPU MHz: 2800.000 [2025-07-01T09:36:14.924Z] BogoMIPS: 5600.00 [2025-07-01T09:36:14.924Z] Virtualization: AMD-V [2025-07-01T09:36:14.924Z] Hypervisor vendor: KVM [2025-07-01T09:36:14.924Z] Virtualization type: full [2025-07-01T09:36:14.924Z] L1d cache: 64 KiB [2025-07-01T09:36:14.924Z] L1i cache: 64 KiB [2025-07-01T09:36:14.924Z] L2 cache: 1 MiB [2025-07-01T09:36:14.924Z] L3 cache: 32 MiB [2025-07-01T09:36:14.924Z] NUMA node0 CPU(s): 0,1 [2025-07-01T09:36:14.924Z] Vulnerability Itlb multihit: Not affected [2025-07-01T09:36:14.924Z] Vulnerability L1tf: Not affected [2025-07-01T09:36:14.924Z] Vulnerability Mds: Not affected [2025-07-01T09:36:14.924Z] Vulnerability Meltdown: Not affected [2025-07-01T09:36:14.924Z] Vulnerability Mmio stale data: Not affected [2025-07-01T09:36:14.924Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-01T09:36:14.924Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-01T09:36:14.924Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-01T09:36:14.924Z] Vulnerability Srbds: Not affected [2025-07-01T09:36:14.924Z] Vulnerability Tsx async abort: Not affected [2025-07-01T09:36:14.924Z] 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-07-01T09:36:14.924Z] [2025-07-01T09:36:14.924Z] [2025-07-01T09:36:15.087Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:15.087Z] Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) [2025-07-01T09:36:15.087Z] Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) [2025-07-01T09:36:15.184Z] ---> nproc: [2025-07-01T09:36:15.184Z] 2 [2025-07-01T09:36:15.184Z] [2025-07-01T09:36:15.184Z] [2025-07-01T09:36:15.184Z] ---> df -h: [2025-07-01T09:36:15.184Z] Filesystem Size Used Avail Use% Mounted on [2025-07-01T09:36:15.184Z] overlay 40G 7.3G 33G 19% / [2025-07-01T09:36:15.184Z] tmpfs 64M 0 64M 0% /dev [2025-07-01T09:36:15.184Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-01T09:36:15.184Z] shm 64M 0 64M 0% /dev/shm [2025-07-01T09:36:15.184Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-01T09:36:15.184Z] [2025-07-01T09:36:15.184Z] [2025-07-01T09:36:15.184Z] Cannot open /var/log/sysstat/sa01: No such file or directory [2025-07-01T09:36:15.184Z] Please check if data collecting is enabled [2025-07-01T09:36:15.184Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T09:36:15.219Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-01T09:36:15.228Z] $ docker stop --time=1 f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 [2025-07-01T09:36:15.352Z] Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) [2025-07-01T09:36:15.352Z] Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) [2025-07-01T09:36:15.352Z] Collecting requests==2.32.4 (from -r requirements.txt (line 8)) [2025-07-01T09:36:15.617Z] Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) [2025-07-01T09:36:15.617Z] Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) [2025-07-01T09:36:15.617Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) [2025-07-01T09:36:15.617Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-07-01T09:36:15.617Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-07-01T09:36:16.370Z] $ docker rm -f --volumes f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-01T09:36:16.465Z] [WS-CLEANUP] Deleting project workspace... [2025-07-01T09:36:16.466Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-01T09:36:16.483Z] [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-07-01T09:36:16.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:36:16.907Z] [2025-07-01T09:36:16.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:36:17.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:36:17.212Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-01T09:36:17.212Z] 5eb5b503b376: Pulling fs layer [2025-07-01T09:36:17.212Z] 5c69ac0246d0: Pulling fs layer [2025-07-01T09:36:17.212Z] ec43610c2a17: Pulling fs layer [2025-07-01T09:36:17.212Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-01T09:36:17.212Z] 33b1e0a273af: Pulling fs layer [2025-07-01T09:36:17.212Z] 5d3b04190fa2: Pulling fs layer [2025-07-01T09:36:17.212Z] 2f39f015ded8: Pulling fs layer [2025-07-01T09:36:17.212Z] 3a2ae6a8a46f: Waiting [2025-07-01T09:36:17.212Z] 33b1e0a273af: Waiting [2025-07-01T09:36:17.212Z] 2f39f015ded8: Waiting [2025-07-01T09:36:17.212Z] 5d3b04190fa2: Waiting [2025-07-01T09:36:17.212Z] 5c69ac0246d0: Download complete [2025-07-01T09:36:17.212Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-01T09:36:17.212Z] 3a2ae6a8a46f: Download complete [2025-07-01T09:36:17.212Z] 33b1e0a273af: Verifying Checksum [2025-07-01T09:36:17.212Z] 33b1e0a273af: Download complete [2025-07-01T09:36:17.212Z] 5d3b04190fa2: Download complete [2025-07-01T09:36:17.212Z] ec43610c2a17: Verifying Checksum [2025-07-01T09:36:17.212Z] ec43610c2a17: Download complete [2025-07-01T09:36:17.471Z] 5eb5b503b376: Verifying Checksum [2025-07-01T09:36:17.471Z] 5eb5b503b376: Download complete [2025-07-01T09:36:17.546Z] Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) [2025-07-01T09:36:17.546Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) [2025-07-01T09:36:18.043Z] 2f39f015ded8: Verifying Checksum [2025-07-01T09:36:18.043Z] 2f39f015ded8: Download complete [2025-07-01T09:36:18.127Z] Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) [2025-07-01T09:36:18.127Z] Downloading psutil-7.0.0.tar.gz (497 kB) [2025-07-01T09:36:18.712Z] Installing build dependencies: started [2025-07-01T09:36:19.418Z] 5eb5b503b376: Pull complete [2025-07-01T09:36:19.418Z] 5c69ac0246d0: Pull complete [2025-07-01T09:36:19.677Z] ec43610c2a17: Pull complete [2025-07-01T09:36:19.938Z] 3a2ae6a8a46f: Pull complete [2025-07-01T09:36:19.938Z] 33b1e0a273af: Pull complete [2025-07-01T09:36:20.197Z] 5d3b04190fa2: Pull complete [2025-07-01T09:36:22.940Z] Installing build dependencies: finished with status 'done' [2025-07-01T09:36:22.940Z] Getting requirements to build wheel: started [2025-07-01T09:36:26.259Z] Getting requirements to build wheel: finished with status 'done' [2025-07-01T09:36:26.259Z] Preparing metadata (pyproject.toml): started [2025-07-01T09:36:26.764Z] 2f39f015ded8: Pull complete [2025-07-01T09:36:26.764Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-01T09:36:26.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:36:26.764Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:36:26.868Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:36:26.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-01T09:36:27.652Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-07-01T09:36:28.547Z] $ docker top cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:36:28.938Z] ---> job-cost.sh [2025-07-01T09:36:28.938Z] lf-activate-venv: SKIPPING [2025-07-01T09:36:28.938Z] INFO: No Stack... [2025-07-01T09:36:29.507Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-01T09:36:29.574Z] Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) [2025-07-01T09:36:29.574Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) [2025-07-01T09:36:29.768Z] INFO: Archiving Costs [Pipeline] sh [2025-07-01T09:36:29.836Z] Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) [2025-07-01T09:36:29.836Z] Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) [2025-07-01T09:36:30.060Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-07-01T09:36:30.060Z] + cut -d, -f6 [Pipeline] lock [2025-07-01T09:36:30.076Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [2025-07-01T09:36:30.083Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] did not exist. Created. [2025-07-01T09:36:30.089Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] { [2025-07-01T09:36:30.100Z] Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) [2025-07-01T09:36:30.100Z] Downloading psycopg2-2.9.10.tar.gz (385 kB) [Pipeline] unstash [Pipeline] sh [2025-07-01T09:36:30.400Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-01T09:36:30.431Z] Stashed 1 file(s) [Pipeline] } [2025-07-01T09:36:30.438Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-01T09:36:30.462Z] $ docker stop --time=1 cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 [2025-07-01T09:36:30.677Z] Preparing metadata (setup.py): started [2025-07-01T09:36:31.604Z] $ docker rm -f --volumes cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-01T09:36:32.072Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:32.647Z] Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) [2025-07-01T09:36:32.648Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) [2025-07-01T09:36:34.043Z] Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) [2025-07-01T09:36:34.043Z] Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) [2025-07-01T09:36:34.306Z] Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) [2025-07-01T09:36:34.306Z] Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) [2025-07-01T09:36:35.695Z] Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) [2025-07-01T09:36:35.695Z] Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) [2025-07-01T09:36:35.958Z] Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) [2025-07-01T09:36:35.958Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-07-01T09:36:35.958Z] Collecting requests-sse==0.5.2 (from -r requirements.txt (line 21)) [2025-07-01T09:36:35.958Z] Downloading requests_sse-0.5.2-py3-none-any.whl.metadata (3.2 kB) [2025-07-01T09:36:36.222Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:36.222Z] Downloading selenium-4.34.0-py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:36:36.222Z] Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:36.485Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-07-01T09:36:36.485Z] Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:36.485Z] Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) [2025-07-01T09:36:36.485Z] Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:36.485Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-07-01T09:36:36.748Z] Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:36.748Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-07-01T09:36:37.011Z] Preparing metadata (setup.py): started [2025-07-01T09:36:37.960Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:37.960Z] Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:37.960Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-07-01T09:36:38.231Z] Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:38.231Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-07-01T09:36:38.231Z] Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:38.231Z] Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) [2025-07-01T09:36:38.498Z] Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:38.498Z] Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) [2025-07-01T09:36:38.761Z] Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:38.761Z] Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) [2025-07-01T09:36:39.025Z] Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:39.025Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-07-01T09:36:39.025Z] Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:39.025Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-07-01T09:36:39.974Z] Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:36:39.975Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-07-01T09:36:39.975Z] Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:36:39.975Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-07-01T09:36:40.241Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:36:40.241Z] Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) [2025-07-01T09:36:40.241Z] Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:36:40.241Z] Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) [2025-07-01T09:36:40.503Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:36:40.503Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-07-01T09:36:40.766Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:36:40.766Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-07-01T09:36:40.766Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 14)) (80.9.0) [2025-07-01T09:36:41.715Z] Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) [2025-07-01T09:36:41.715Z] Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) [2025-07-01T09:36:41.980Z] Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) [2025-07-01T09:36:41.980Z] Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) [2025-07-01T09:36:41.980Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:36:41.980Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-07-01T09:36:42.242Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) [2025-07-01T09:36:42.242Z] Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) [2025-07-01T09:36:42.242Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) [2025-07-01T09:36:42.242Z] Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) [2025-07-01T09:36:42.505Z] Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:42.505Z] Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) [2025-07-01T09:36:42.505Z] Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:42.505Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-07-01T09:36:42.768Z] Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:42.768Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-07-01T09:36:42.768Z] Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:42.768Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-07-01T09:36:43.031Z] Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:43.031Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-07-01T09:36:43.031Z] Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:43.031Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-07-01T09:36:43.031Z] Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:43.031Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-07-01T09:36:43.031Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:43.031Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-07-01T09:36:43.604Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) [2025-07-01T09:36:43.604Z] Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) [2025-07-01T09:36:43.867Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:43.867Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-07-01T09:36:43.867Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:43.867Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-07-01T09:36:44.130Z] Preparing metadata (setup.py): started [2025-07-01T09:36:45.078Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:45.078Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:45.078Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-07-01T09:36:45.341Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:45.341Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-07-01T09:36:45.341Z] Preparing metadata (setup.py): started [2025-07-01T09:36:46.290Z] Preparing metadata (setup.py): finished with status 'done' [2025-07-01T09:36:46.290Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:46.290Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-07-01T09:36:46.552Z] Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:46.552Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-07-01T09:36:46.552Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:46.552Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) [2025-07-01T09:36:46.815Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:46.815Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-07-01T09:36:49.370Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.370Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2025-07-01T09:36:49.370Z] Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.370Z] Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) [2025-07-01T09:36:49.637Z] Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.637Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) [2025-07-01T09:36:49.637Z] Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.637Z] Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) [2025-07-01T09:36:49.901Z] Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.901Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) [2025-07-01T09:36:49.901Z] Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.901Z] Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) [2025-07-01T09:36:49.901Z] Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:49.901Z] Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) [2025-07-01T09:36:50.165Z] Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:50.165Z] Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) [2025-07-01T09:36:50.427Z] 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-07-01T09:36:50.427Z] Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) [2025-07-01T09:36:50.809Z] 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-07-01T09:36:50.809Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) [2025-07-01T09:36:51.075Z] 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-07-01T09:36:51.075Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) [2025-07-01T09:36:51.676Z] Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) [2025-07-01T09:36:51.676Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) [2025-07-01T09:36:51.676Z] Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) [2025-07-01T09:36:51.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 59.2 MB/s eta 0:00:00 [2025-07-01T09:36:51.954Z] Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) [2025-07-01T09:36:51.954Z] Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) [2025-07-01T09:36:51.954Z] Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) [2025-07-01T09:36:51.954Z] Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) [2025-07-01T09:36:51.954Z] Downloading configparser-7.2.0-py3-none-any.whl (17 kB) [2025-07-01T09:36:51.954Z] Downloading requests-2.32.4-py3-none-any.whl (64 kB) [2025-07-01T09:36:51.954Z] Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) [2025-07-01T09:36:51.954Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-07-01T09:36:51.954Z] Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) [2025-07-01T09:36:52.227Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 48.7 MB/s eta 0:00:00 [2025-07-01T09:36:52.227Z] Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2025-07-01T09:36:52.227Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s eta 0:00:00 [2025-07-01T09:36:52.227Z] Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) [2025-07-01T09:36:52.227Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 57.0 MB/s eta 0:00:00 [2025-07-01T09:36:52.227Z] Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) [2025-07-01T09:36:52.506Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 53.0 MB/s eta 0:00:00 [2025-07-01T09:36:52.506Z] Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) [2025-07-01T09:36:52.506Z] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [2025-07-01T09:36:52.506Z] Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) [2025-07-01T09:36:52.506Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 52.9 MB/s eta 0:00:00 [2025-07-01T09:36:52.506Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-07-01T09:36:52.506Z] Downloading requests_sse-0.5.2-py3-none-any.whl (10 kB) [2025-07-01T09:36:52.506Z] Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) [2025-07-01T09:36:52.506Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-07-01T09:36:52.506Z] Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) [2025-07-01T09:36:52.506Z] Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) [2025-07-01T09:36:52.777Z] Downloading click-8.2.1-py3-none-any.whl (102 kB) [2025-07-01T09:36:52.777Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-07-01T09:36:52.777Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-07-01T09:36:52.777Z] Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) [2025-07-01T09:36:52.777Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-07-01T09:36:52.777Z] Downloading selenium-4.34.0-py3-none-any.whl (9.4 MB) [2025-07-01T09:36:53.048Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 50.1 MB/s eta 0:00:00 [2025-07-01T09:36:53.048Z] Downloading trio-0.30.0-py3-none-any.whl (499 kB) [2025-07-01T09:36:53.048Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-07-01T09:36:53.048Z] Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) [2025-07-01T09:36:53.048Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-07-01T09:36:53.048Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-07-01T09:36:53.048Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-07-01T09:36:53.048Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-07-01T09:36:53.048Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-07-01T09:36:53.048Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-07-01T09:36:53.048Z] Downloading h11-0.16.0-py3-none-any.whl (37 kB) [2025-07-01T09:36:53.048Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-07-01T09:36:53.048Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 55.0 MB/s eta 0:00:00 [2025-07-01T09:36:53.048Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-07-01T09:36:53.048Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-07-01T09:36:53.048Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 55.0 MB/s eta 0:00:00 [2025-07-01T09:36:53.048Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-07-01T09:36:53.048Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-07-01T09:36:53.048Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-07-01T09:36:53.048Z] Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) [2025-07-01T09:36:53.048Z] Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) [2025-07-01T09:36:53.317Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-07-01T09:36:53.317Z] Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) [2025-07-01T09:36:53.317Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 49.6 MB/s eta 0:00:00 [2025-07-01T09:36:53.317Z] Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) [2025-07-01T09:36:53.317Z] Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) [2025-07-01T09:36:53.317Z] Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) [2025-07-01T09:36:53.317Z] Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) [2025-07-01T09:36:53.317Z] Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) [2025-07-01T09:36:53.317Z] Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) [2025-07-01T09:36:53.317Z] Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) [2025-07-01T09:36:53.317Z] Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) [2025-07-01T09:36:53.317Z] Downloading isodate-0.7.2-py3-none-any.whl (22 kB) [2025-07-01T09:36:53.317Z] Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) [2025-07-01T09:36:53.317Z] Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) [2025-07-01T09:36:53.317Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-07-01T09:36:53.317Z] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [2025-07-01T09:36:53.317Z] Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) [2025-07-01T09:36:53.317Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.6 MB/s eta 0:00:00 [2025-07-01T09:36:53.317Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-07-01T09:36:53.317Z] Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) [2025-07-01T09:36:53.591Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-07-01T09:36:53.591Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-07-01T09:36:54.182Z] Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-07-01T09:36:54.182Z]  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-07-01T09:36:54.182Z]  Building wheel for robotbackgroundlogger (setup.py): started [2025-07-01T09:36:55.587Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-07-01T09:36:55.587Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=6cde693d3678a95a09e21fcd9db531a0a542067d1ff7207a296960c02a36196f [2025-07-01T09:36:55.587Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-07-01T09:36:55.587Z] Building wheel for psutil (pyproject.toml): started [2025-07-01T09:37:07.857Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-07-01T09:37:07.857Z] Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278203 sha256=31c9ad711d1e88d058cd65f6c66749e10fe77fac83c3db6180a2c61ff8a1c546 [2025-07-01T09:37:07.857Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d [2025-07-01T09:37:07.857Z]  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-07-01T09:37:07.857Z]  Building wheel for psycopg2 (setup.py): started [2025-07-01T09:38:04.207Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-07-01T09:38:04.207Z] Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512677 sha256=c152651d986787b11835af1086678d388501a1a1a485808bc789f4e16dd73802 [2025-07-01T09:38:04.207Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b [2025-07-01T09:38:04.207Z]  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-07-01T09:38:04.207Z]  Building wheel for flex (setup.py): started [2025-07-01T09:38:04.207Z] Building wheel for flex (setup.py): finished with status 'done' [2025-07-01T09:38:04.207Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=0b34057347f03e862e3deff3cfa70a1e81a5d6e3c949cf2ec68478918841d564 [2025-07-01T09:38:04.207Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-07-01T09:38:04.207Z]  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-07-01T09:38:04.207Z]  Building wheel for strict-rfc3339 (setup.py): started [2025-07-01T09:38:04.207Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-07-01T09:38:04.207Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=93a36861b4d0e58262080dee6d3ccd105e9af2ce83fb47aa9b2b5f2856c29d04 [2025-07-01T09:38:04.207Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-07-01T09:38:04.472Z]  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-07-01T09:38:04.472Z]  Building wheel for validate-email (setup.py): started [2025-07-01T09:38:05.869Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-07-01T09:38:05.869Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=fc85a234f1600efaadf31b1bc5dbbf7159b201eb7c739712d8b41cdc94610a8a [2025-07-01T09:38:05.869Z] Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-07-01T09:38:05.869Z] Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email [2025-07-01T09:38:06.819Z] 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, pyjwt, pygments, pycryptodome, pycparser, 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, cffi, trio, robotframework-requests, requests-sse, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance [2025-07-01T09:39:14.617Z] [2025-07-01T09:39:14.617Z] Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.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.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.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.4 requests-sse-0.5.2 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.25.1 selenium-4.34.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.14.0 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-07-01T09:39:14.617Z] 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-07-01T09:40:01.396Z] Removing intermediate container f9e1f39e2c9a [2025-07-01T09:40:01.396Z] ---> 87efd229438f [2025-07-01T09:40:01.396Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-07-01T09:40:01.396Z] ---> Running in 39a3a0d52375 [2025-07-01T09:40:01.396Z] Removing intermediate container 39a3a0d52375 [2025-07-01T09:40:01.396Z] ---> 07914758ffd3 [2025-07-01T09:40:01.396Z] Step 11/13 : LABEL arch=arm64 [2025-07-01T09:40:01.396Z] ---> Running in de5c59a2c914 [2025-07-01T09:40:01.396Z] Removing intermediate container de5c59a2c914 [2025-07-01T09:40:01.396Z] ---> 13c95f04db2c [2025-07-01T09:40:01.396Z] Step 12/13 : LABEL git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:40:01.396Z] ---> Running in 777e9433fb3d [2025-07-01T09:40:01.396Z] Removing intermediate container 777e9433fb3d [2025-07-01T09:40:01.396Z] ---> ca41e4906058 [2025-07-01T09:40:01.396Z] Step 13/13 : LABEL version=1.0.0-dev.8 [2025-07-01T09:40:01.396Z] ---> Running in b0b7ef5a1525 [2025-07-01T09:40:01.396Z] Removing intermediate container b0b7ef5a1525 [2025-07-01T09:40:01.396Z] ---> d3727eb87386 [2025-07-01T09:40:01.396Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-01T09:40:01.396Z] Successfully built d3727eb87386 [2025-07-01T09:40:01.396Z] 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-07-01T09:40:01.526Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2025-07-01T09:40:01.527Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:40:01.527Z] latest [2025-07-01T09:40:01.527Z] 1.0.0-dev.8 [2025-07-01T09:40:01.527Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:40:01.527Z] main [2025-07-01T09:40:01.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:40:01.877Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:40:02.226Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:40:02.492Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-07-01T09:40:02.492Z] a21971c89fa2: Preparing [2025-07-01T09:40:02.492Z] c6c0cbc9f653: Preparing [2025-07-01T09:40:02.492Z] 3957c43a09d5: Preparing [2025-07-01T09:40:02.492Z] 25e6b09b3e4f: Preparing [2025-07-01T09:40:02.492Z] 5994057d8e36: Preparing [2025-07-01T09:40:02.492Z] dd9c8f8612c8: Preparing [2025-07-01T09:40:02.492Z] dd9c8f8612c8: Waiting [2025-07-01T09:40:02.756Z] 25e6b09b3e4f: Pushed [2025-07-01T09:40:02.756Z] 3957c43a09d5: Pushed [2025-07-01T09:40:02.756Z] c6c0cbc9f653: Pushed [2025-07-01T09:40:02.756Z] 5994057d8e36: Pushed [2025-07-01T09:40:02.756Z] dd9c8f8612c8: Layer already exists [2025-07-01T09:45:09.499Z] a21971c89fa2: Pushed [2025-07-01T09:45:09.499Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:09.849Z] + 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-07-01T09:45:10.196Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-07-01T09:45:10.196Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-07-01T09:45:10.196Z] a21971c89fa2: Preparing [2025-07-01T09:45:10.196Z] c6c0cbc9f653: Preparing [2025-07-01T09:45:10.196Z] 3957c43a09d5: Preparing [2025-07-01T09:45:10.196Z] 25e6b09b3e4f: Preparing [2025-07-01T09:45:10.196Z] 5994057d8e36: Preparing [2025-07-01T09:45:10.196Z] dd9c8f8612c8: Preparing [2025-07-01T09:45:10.196Z] dd9c8f8612c8: Waiting [2025-07-01T09:45:10.196Z] a21971c89fa2: Layer already exists [2025-07-01T09:45:10.196Z] 25e6b09b3e4f: Layer already exists [2025-07-01T09:45:10.196Z] c6c0cbc9f653: Layer already exists [2025-07-01T09:45:10.196Z] 3957c43a09d5: Layer already exists [2025-07-01T09:45:10.196Z] 5994057d8e36: Layer already exists [2025-07-01T09:45:10.196Z] dd9c8f8612c8: Layer already exists [2025-07-01T09:45:10.196Z] latest: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:10.543Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:10.885Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [2025-07-01T09:45:10.885Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-07-01T09:45:10.885Z] a21971c89fa2: Preparing [2025-07-01T09:45:10.885Z] c6c0cbc9f653: Preparing [2025-07-01T09:45:10.885Z] 3957c43a09d5: Preparing [2025-07-01T09:45:10.885Z] 25e6b09b3e4f: Preparing [2025-07-01T09:45:10.885Z] 5994057d8e36: Preparing [2025-07-01T09:45:10.885Z] dd9c8f8612c8: Preparing [2025-07-01T09:45:10.885Z] dd9c8f8612c8: Waiting [2025-07-01T09:45:10.885Z] 25e6b09b3e4f: Layer already exists [2025-07-01T09:45:10.885Z] 3957c43a09d5: Layer already exists [2025-07-01T09:45:10.885Z] a21971c89fa2: Layer already exists [2025-07-01T09:45:10.885Z] c6c0cbc9f653: Layer already exists [2025-07-01T09:45:10.885Z] 5994057d8e36: Layer already exists [2025-07-01T09:45:10.885Z] dd9c8f8612c8: Layer already exists [2025-07-01T09:45:10.885Z] 1.0.0-dev.8: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:11.232Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:11.572Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:45:11.572Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-07-01T09:45:11.572Z] a21971c89fa2: Preparing [2025-07-01T09:45:11.572Z] c6c0cbc9f653: Preparing [2025-07-01T09:45:11.572Z] 3957c43a09d5: Preparing [2025-07-01T09:45:11.572Z] 25e6b09b3e4f: Preparing [2025-07-01T09:45:11.572Z] 5994057d8e36: Preparing [2025-07-01T09:45:11.572Z] dd9c8f8612c8: Preparing [2025-07-01T09:45:11.572Z] dd9c8f8612c8: Waiting [2025-07-01T09:45:11.572Z] a21971c89fa2: Layer already exists [2025-07-01T09:45:11.572Z] 25e6b09b3e4f: Layer already exists [2025-07-01T09:45:11.572Z] 5994057d8e36: Layer already exists [2025-07-01T09:45:11.572Z] 3957c43a09d5: Layer already exists [2025-07-01T09:45:11.572Z] c6c0cbc9f653: Layer already exists [2025-07-01T09:45:11.572Z] dd9c8f8612c8: Layer already exists [2025-07-01T09:45:11.572Z] 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:11.923Z] + 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-07-01T09:45:12.271Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2025-07-01T09:45:12.271Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-07-01T09:45:12.271Z] a21971c89fa2: Preparing [2025-07-01T09:45:12.271Z] c6c0cbc9f653: Preparing [2025-07-01T09:45:12.271Z] 3957c43a09d5: Preparing [2025-07-01T09:45:12.271Z] 25e6b09b3e4f: Preparing [2025-07-01T09:45:12.271Z] 5994057d8e36: Preparing [2025-07-01T09:45:12.271Z] dd9c8f8612c8: Preparing [2025-07-01T09:45:12.271Z] dd9c8f8612c8: Waiting [2025-07-01T09:45:12.271Z] 3957c43a09d5: Layer already exists [2025-07-01T09:45:12.271Z] 5994057d8e36: Layer already exists [2025-07-01T09:45:12.271Z] 25e6b09b3e4f: Layer already exists [2025-07-01T09:45:12.271Z] a21971c89fa2: Layer already exists [2025-07-01T09:45:12.271Z] c6c0cbc9f653: Layer already exists [2025-07-01T09:45:12.271Z] dd9c8f8612c8: Layer already exists [2025-07-01T09:45:12.271Z] main: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T09:45:12.339Z] ===================================================== [Pipeline] echo [2025-07-01T09:45:12.349Z] taggedImages: [2025-07-01T09:45:12.349Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [2025-07-01T09:45:12.349Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-07-01T09:45:12.349Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [2025-07-01T09:45:12.349Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [2025-07-01T09:45:12.349Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo [2025-07-01T09:45:12.364Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] echo [2025-07-01T09:45:12.376Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo [2025-07-01T09:45:12.388Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [Pipeline] echo [2025-07-01T09:45:12.400Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] echo [2025-07-01T09:45:12.409Z] 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-07-01T09:45:12.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T09:45:12.812Z] [2025-07-01T09:45:12.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:13.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T09:45:13.131Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-01T09:45:13.131Z] 8998bd30e6a1: Pulling fs layer [2025-07-01T09:45:13.131Z] 04944245beec: Pulling fs layer [2025-07-01T09:45:13.131Z] 699f458cf7ca: Pulling fs layer [2025-07-01T09:45:13.131Z] 765212b225bb: Pulling fs layer [2025-07-01T09:45:13.131Z] f23df028b6ca: Pulling fs layer [2025-07-01T09:45:13.131Z] d65c8cfc05b1: Pulling fs layer [2025-07-01T09:45:13.131Z] 2437ff75d9bd: Pulling fs layer [2025-07-01T09:45:13.131Z] 765212b225bb: Waiting [2025-07-01T09:45:13.131Z] f23df028b6ca: Waiting [2025-07-01T09:45:13.131Z] 2437ff75d9bd: Waiting [2025-07-01T09:45:13.395Z] 04944245beec: Verifying Checksum [2025-07-01T09:45:13.395Z] 04944245beec: Download complete [2025-07-01T09:45:13.395Z] 765212b225bb: Verifying Checksum [2025-07-01T09:45:13.395Z] 765212b225bb: Download complete [2025-07-01T09:45:13.395Z] f23df028b6ca: Verifying Checksum [2025-07-01T09:45:13.395Z] f23df028b6ca: Download complete [2025-07-01T09:45:13.395Z] d65c8cfc05b1: Verifying Checksum [2025-07-01T09:45:13.395Z] d65c8cfc05b1: Download complete [2025-07-01T09:45:13.395Z] 699f458cf7ca: Verifying Checksum [2025-07-01T09:45:13.395Z] 699f458cf7ca: Download complete [2025-07-01T09:45:13.974Z] 8998bd30e6a1: Verifying Checksum [2025-07-01T09:45:13.974Z] 8998bd30e6a1: Download complete [2025-07-01T09:45:16.542Z] 2437ff75d9bd: Verifying Checksum [2025-07-01T09:45:16.542Z] 2437ff75d9bd: Download complete [2025-07-01T09:45:18.477Z] 8998bd30e6a1: Pull complete [2025-07-01T09:45:18.742Z] 04944245beec: Pull complete [2025-07-01T09:45:20.679Z] 699f458cf7ca: Pull complete [2025-07-01T09:45:20.679Z] 765212b225bb: Pull complete [2025-07-01T09:45:21.633Z] f23df028b6ca: Pull complete [2025-07-01T09:45:21.633Z] d65c8cfc05b1: Pull complete [2025-07-01T09:45:39.808Z] 2437ff75d9bd: Pull complete [2025-07-01T09:45:39.809Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-01T09:45:39.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T09:45:39.809Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:45:40.038Z] prd-ubuntu20.04-docker-arm64-4c-16g-4337 does not seem to be running inside a container [2025-07-01T09:45:40.088Z] $ 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-07-01T09:45:41.900Z] $ docker top bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:45:42.752Z] ---> job-cost.sh [2025-07-01T09:45:42.753Z] lf-activate-venv: SKIPPING [2025-07-01T09:45:42.753Z] INFO: No Stack... [2025-07-01T09:45:43.334Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-01T09:45:43.912Z] INFO: Archiving Costs [Pipeline] sh [2025-07-01T09:45:44.547Z] + cut -d, -f6 [2025-07-01T09:45:44.547Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2025-07-01T09:45:44.600Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [2025-07-01T09:45:44.608Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] did not exist. Created. [2025-07-01T09:45:44.613Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-01T09:45:45.272Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-0c5f3e66/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-01T09:45:45.593Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-01T09:45:45.881Z] Warning: overwriting stash ‘stack-cost’ [2025-07-01T09:45:46.287Z] Stashed 1 file(s) [Pipeline] } [2025-07-01T09:45:46.296Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-01T09:45:46.316Z] $ docker stop --time=1 bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce [2025-07-01T09:45:47.819Z] $ docker rm -f --volumes bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce [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-07-01T09:45:48.481Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T09:45:48.481Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:48.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:45:48.781Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:45:48.850Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:45:48.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T09:45:49.091Z] $ docker top 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T09:45:49.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T09:45:49.175Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T09:45:49.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T09:45:49.274Z] $ docker exec 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 ssh-agent [2025-07-01T09:45:49.370Z] SSH_AUTH_SOCK=/tmp/ssh-NpCcLh36Svuq/agent.31 [2025-07-01T09:45:49.370Z] SSH_AGENT_PID=37 [2025-07-01T09:45:49.374Z] Running ssh-add (command line suppressed) [2025-07-01T09:45:49.460Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3895938760370844764.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3895938760370844764.key) [2025-07-01T09:45:49.474Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T09:45:49.771Z] + git semver tag [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,961 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,965 [run_tag] DEBUG tag force:False [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,965 [check_head_tag] DEBUG check head tag [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,965 [execute] INFO git cat-file --batch-check [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,965 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,967 [execute] INFO git cat-file --batch [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,967 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,979 [execute] INFO git tag -a v1.0.0-dev.8 -m v1.0.0-dev.8 [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,979 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.8', '-m', 'v1.0.0-dev.8'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-07-01T09:45:50.029Z] 2025-07-01 09:45:49,982 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:45:50.029Z] 1.0.0-dev.8 [Pipeline] } [2025-07-01T09:45:50.037Z] $ docker exec --env ******** --env ******** 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 ssh-agent -k [2025-07-01T09:45:50.130Z] unset SSH_AUTH_SOCK; [2025-07-01T09:45:50.130Z] unset SSH_AGENT_PID; [2025-07-01T09:45:50.130Z] echo Agent pid 37 killed; [2025-07-01T09:45:50.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T09:45:50.461Z] + git semver [Pipeline] } [2025-07-01T09:45:50.734Z] $ docker stop --time=1 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 [2025-07-01T09:45:51.995Z] $ docker rm -f --volumes 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:52.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T09:45:52.388Z] [2025-07-01T09:45:52.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:45:52.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T09:45:52.690Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-01T09:45:52.690Z] ab5ef0e58194: Pulling fs layer [2025-07-01T09:45:52.690Z] 9712f1f96733: Pulling fs layer [2025-07-01T09:45:52.690Z] 63f879dbbcfc: Pulling fs layer [2025-07-01T09:45:52.690Z] 0d9ebad4ef96: Pulling fs layer [2025-07-01T09:45:52.690Z] e9a5061849ea: Pulling fs layer [2025-07-01T09:45:52.690Z] d747dcd14b5f: Pulling fs layer [2025-07-01T09:45:52.690Z] 2de7ff778b66: Pulling fs layer [2025-07-01T09:45:52.690Z] d747dcd14b5f: Waiting [2025-07-01T09:45:52.690Z] 2de7ff778b66: Waiting [2025-07-01T09:45:52.690Z] 0d9ebad4ef96: Waiting [2025-07-01T09:45:52.690Z] e9a5061849ea: Waiting [2025-07-01T09:45:52.690Z] 9712f1f96733: Verifying Checksum [2025-07-01T09:45:52.690Z] 9712f1f96733: Download complete [2025-07-01T09:45:53.260Z] 63f879dbbcfc: Verifying Checksum [2025-07-01T09:45:53.260Z] 63f879dbbcfc: Download complete [2025-07-01T09:45:53.260Z] e9a5061849ea: Verifying Checksum [2025-07-01T09:45:53.260Z] e9a5061849ea: Download complete [2025-07-01T09:45:53.260Z] d747dcd14b5f: Verifying Checksum [2025-07-01T09:45:53.260Z] d747dcd14b5f: Download complete [2025-07-01T09:45:53.260Z] 0d9ebad4ef96: Verifying Checksum [2025-07-01T09:45:53.260Z] 0d9ebad4ef96: Download complete [2025-07-01T09:45:53.519Z] 2de7ff778b66: Verifying Checksum [2025-07-01T09:45:53.519Z] 2de7ff778b66: Download complete [2025-07-01T09:45:53.519Z] ab5ef0e58194: Verifying Checksum [2025-07-01T09:45:53.519Z] ab5ef0e58194: Download complete [2025-07-01T09:45:57.703Z] ab5ef0e58194: Pull complete [2025-07-01T09:45:57.703Z] 9712f1f96733: Pull complete [2025-07-01T09:45:58.269Z] 63f879dbbcfc: Pull complete [2025-07-01T09:46:03.536Z] 0d9ebad4ef96: Pull complete [2025-07-01T09:46:04.105Z] e9a5061849ea: Pull complete [2025-07-01T09:46:04.105Z] d747dcd14b5f: Pull complete [2025-07-01T09:46:05.479Z] 2de7ff778b66: Pull complete [2025-07-01T09:46:05.479Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-01T09:46:05.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T09:46:05.479Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:46:05.577Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:46:05.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-01T09:46:07.687Z] $ docker top f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:46:07.754Z] provisioning config files... [2025-07-01T09:46:07.761Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7560925686003341253tmp [2025-07-01T09:46:07.770Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5047384788104815079tmp [2025-07-01T09:46:07.778Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config90197603298833760tmp [Pipeline] { [Pipeline] echo [2025-07-01T09:46:07.807Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:08.098Z] ---> sigul-configuration.sh [2025-07-01T09:46:08.098Z] gpg: directory `/root/.gnupg' created [2025-07-01T09:46:08.098Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-01T09:46:08.098Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-01T09:46:08.098Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-01T09:46:08.098Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-01T09:46:08.098Z] gpg: CAST5 encrypted data [2025-07-01T09:46:08.098Z] gpg: encrypted with 1 passphrase [2025-07-01T09:46:08.098Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-01T09:46:08.392Z] + mkdir /home/jenkins [2025-07-01T09:46:08.392Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-01T09:46:08.687Z] + 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-07-01T09:46:08.697Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:08.988Z] ---> sigul-install.sh [2025-07-01T09:46:08.988Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-01T09:46:09.281Z] + git tag --list [2025-07-01T09:46:09.281Z] v0.0.1 [2025-07-01T09:46:09.281Z] v0.0.2-dev.1 [2025-07-01T09:46:09.281Z] v0.0.2-dev.10 [2025-07-01T09:46:09.281Z] v0.0.2-dev.11 [2025-07-01T09:46:09.281Z] v0.0.2-dev.12 [2025-07-01T09:46:09.281Z] v0.0.2-dev.13 [2025-07-01T09:46:09.281Z] v0.0.2-dev.14 [2025-07-01T09:46:09.281Z] v0.0.2-dev.15 [2025-07-01T09:46:09.281Z] v0.0.2-dev.16 [2025-07-01T09:46:09.281Z] v0.0.2-dev.17 [2025-07-01T09:46:09.281Z] v0.0.2-dev.18 [2025-07-01T09:46:09.281Z] v0.0.2-dev.19 [2025-07-01T09:46:09.281Z] v0.0.2-dev.2 [2025-07-01T09:46:09.281Z] v0.0.2-dev.20 [2025-07-01T09:46:09.281Z] v0.0.2-dev.21 [2025-07-01T09:46:09.281Z] v0.0.2-dev.22 [2025-07-01T09:46:09.281Z] v0.0.2-dev.23 [2025-07-01T09:46:09.281Z] v0.0.2-dev.24 [2025-07-01T09:46:09.281Z] v0.0.2-dev.25 [2025-07-01T09:46:09.282Z] v0.0.2-dev.26 [2025-07-01T09:46:09.282Z] v0.0.2-dev.27 [2025-07-01T09:46:09.282Z] v0.0.2-dev.28 [2025-07-01T09:46:09.282Z] v0.0.2-dev.29 [2025-07-01T09:46:09.282Z] v0.0.2-dev.3 [2025-07-01T09:46:09.282Z] v0.0.2-dev.30 [2025-07-01T09:46:09.282Z] v0.0.2-dev.31 [2025-07-01T09:46:09.282Z] v0.0.2-dev.32 [2025-07-01T09:46:09.282Z] v0.0.2-dev.33 [2025-07-01T09:46:09.282Z] v0.0.2-dev.34 [2025-07-01T09:46:09.282Z] v0.0.2-dev.35 [2025-07-01T09:46:09.282Z] v0.0.2-dev.36 [2025-07-01T09:46:09.282Z] v0.0.2-dev.37 [2025-07-01T09:46:09.282Z] v0.0.2-dev.38 [2025-07-01T09:46:09.282Z] v0.0.2-dev.39 [2025-07-01T09:46:09.282Z] v0.0.2-dev.4 [2025-07-01T09:46:09.282Z] v0.0.2-dev.40 [2025-07-01T09:46:09.282Z] v0.0.2-dev.41 [2025-07-01T09:46:09.282Z] v0.0.2-dev.42 [2025-07-01T09:46:09.282Z] v0.0.2-dev.43 [2025-07-01T09:46:09.282Z] v0.0.2-dev.44 [2025-07-01T09:46:09.282Z] v0.0.2-dev.5 [2025-07-01T09:46:09.282Z] v0.0.2-dev.6 [2025-07-01T09:46:09.282Z] v0.0.2-dev.7 [2025-07-01T09:46:09.282Z] v0.0.2-dev.8 [2025-07-01T09:46:09.282Z] v0.0.2-dev.9 [2025-07-01T09:46:09.282Z] v1.0.0-dev.1 [2025-07-01T09:46:09.282Z] v1.0.0-dev.2 [2025-07-01T09:46:09.282Z] v1.0.0-dev.3 [2025-07-01T09:46:09.282Z] v1.0.0-dev.4 [2025-07-01T09:46:09.282Z] v1.0.0-dev.5 [2025-07-01T09:46:09.282Z] v1.0.0-dev.6 [2025-07-01T09:46:09.282Z] v1.0.0-dev.7 [2025-07-01T09:46:09.282Z] v1.0.0-dev.8 [Pipeline] sh [2025-07-01T09:46:09.580Z] + lftools sign git-tag v1.0.0-dev.8 [2025-07-01T09:46:10.148Z] Signing Git tag with Sigul... [2025-07-01T09:46:10.148Z] Signing v1.0.0-dev.8 [Pipeline] echo [2025-07-01T09:46:10.421Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:10.709Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-01T09:46:10.716Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-01T09:46:10.738Z] $ docker stop --time=1 f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 [2025-07-01T09:46:12.020Z] $ docker rm -f --volumes f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-01T09:46:12.433Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T09:46:12.433Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:46:12.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:46:12.745Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:46:12.827Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:46:12.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T09:46:13.121Z] $ docker top deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 -eo pid,comm [2025-07-01T09:46:13.166Z] 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-07-01T09:46:13.166Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T09:46:13.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T09:46:13.221Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T09:46:13.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T09:46:13.339Z] $ docker exec deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 ssh-agent [2025-07-01T09:46:13.447Z] SSH_AUTH_SOCK=/tmp/ssh-PsgbYBZKjRQd/agent.33 [2025-07-01T09:46:13.447Z] SSH_AGENT_PID=39 [2025-07-01T09:46:13.452Z] Running ssh-add (command line suppressed) [2025-07-01T09:46:13.557Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14104934984105875858.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14104934984105875858.key) [2025-07-01T09:46:13.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T09:46:13.861Z] + git semver bump pre [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,062 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [bump_version] DEBUG bumping version:1.0.0-dev.8 on axis:pre with prefix:dev [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [bump_version] DEBUG bumped version:1.0.0-dev.9 [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [write_version] DEBUG write version:1.0.0-dev.9 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,067 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,069 [execute] INFO git cat-file --batch-check [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,073 [execute] INFO git cat-file --batch [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-01T09:46:14.121Z] 2025-07-01 09:46:14,076 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:46:14.121Z] 1.0.0-dev.9 [Pipeline] } [2025-07-01T09:46:14.131Z] $ docker exec --env ******** --env ******** deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 ssh-agent -k [2025-07-01T09:46:14.235Z] unset SSH_AUTH_SOCK; [2025-07-01T09:46:14.236Z] unset SSH_AGENT_PID; [2025-07-01T09:46:14.236Z] echo Agent pid 39 killed; [2025-07-01T09:46:14.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T09:46:14.564Z] + git semver [Pipeline] } [2025-07-01T09:46:14.836Z] $ docker stop --time=1 deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 [2025-07-01T09:46:16.119Z] $ docker rm -f --volumes deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T09:46:16.469Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T09:46:16.469Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:46:16.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T09:46:16.776Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:46:16.855Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:46:16.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T09:46:17.124Z] $ docker top de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 -eo pid,comm [2025-07-01T09:46:17.222Z] 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-07-01T09:46:17.222Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T09:46:17.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T09:46:17.274Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T09:46:17.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T09:46:17.377Z] $ docker exec de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 ssh-agent [2025-07-01T09:46:17.472Z] SSH_AUTH_SOCK=/tmp/ssh-mOKNT6jAsqNG/agent.32 [2025-07-01T09:46:17.472Z] SSH_AGENT_PID=38 [2025-07-01T09:46:17.491Z] Running ssh-add (command line suppressed) [2025-07-01T09:46:17.587Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6035642166232446906.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6035642166232446906.key) [2025-07-01T09:46:17.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T09:46:17.933Z] + git semver push [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,142 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,147 [run_push] DEBUG push [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,148 [execute] INFO git cat-file --batch-check [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,151 [execute] INFO git rev-list 7d518b1735888c0a51baa7c1ab6cd6fb8fed2565 -- [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,151 [execute] DEBUG Popen(['git', 'rev-list', '7d518b1735888c0a51baa7c1ab6cd6fb8fed2565', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,155 [execute] INFO git fetch -v -- origin [2025-07-01T09:46:18.194Z] 2025-07-01 09:46:18,156 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-01T09:46:18.762Z] 2025-07-01 09:46:18,657 [run_push] DEBUG no remote changes detected [2025-07-01T09:46:18.762Z] 2025-07-01 09:46:18,657 [execute] INFO git push origin semver [2025-07-01T09:46:18.762Z] 2025-07-01 09:46:18,657 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-01T09:46:19.700Z] 2025-07-01 09:46:19,411 [run_push] DEBUG push all version tags [2025-07-01T09:46:19.700Z] 2025-07-01 09:46:19,411 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-01T09:46:19.700Z] 2025-07-01 09:46:19,412 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) [2025-07-01T09:46:20.638Z] 2025-07-01 09:46:20,370 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-07-01T09:46:20.638Z] 1.0.0-dev.9 [Pipeline] } [2025-07-01T09:46:20.646Z] $ docker exec --env ******** --env ******** de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 ssh-agent -k [2025-07-01T09:46:20.750Z] unset SSH_AUTH_SOCK; [2025-07-01T09:46:20.750Z] unset SSH_AGENT_PID; [2025-07-01T09:46:20.750Z] echo Agent pid 38 killed; [2025-07-01T09:46:20.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T09:46:21.075Z] + git semver [Pipeline] } [2025-07-01T09:46:21.348Z] $ docker stop --time=1 de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 [2025-07-01T09:46:22.606Z] $ docker rm -f --volumes de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-01T09:46:23.022Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2025-07-01T09:46:23.023Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-07-01T09:46:23.023Z] total 16 [2025-07-01T09:46:23.023Z] drwxr-xr-x 3 root root 4096 Jul 1 09:36 . [2025-07-01T09:46:23.023Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 09:46 .. [2025-07-01T09:46:23.023Z] drwxr-xr-x 2 root root 4096 Jul 1 09:36 cost [2025-07-01T09:46:23.023Z] -rw-r--r-- 1 root root 88 Jul 1 09:36 cost.csv [2025-07-01T09:46:23.023Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-07-01T09:46:23.023Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-07-01T09:46:23.023Z] total 16 [2025-07-01T09:46:23.023Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 09:36 . [2025-07-01T09:46:23.023Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 09:46 .. [2025-07-01T09:46:23.023Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 09:36 cost [2025-07-01T09:46:23.023Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 1 09:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:23.325Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:24.186Z] ---> package-listing.sh [2025-07-01T09:46:24.186Z] ++ facter osfamily [2025-07-01T09:46:24.186Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-01T09:46:24.446Z] + OS_FAMILY=debian [2025-07-01T09:46:24.446Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-07-01T09:46:24.446Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-01T09:46:24.446Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-01T09:46:24.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-01T09:46:24.446Z] + PACKAGES=/tmp/packages_start.txt [2025-07-01T09:46:24.446Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-07-01T09:46:24.446Z] + PACKAGES=/tmp/packages_end.txt [2025-07-01T09:46:24.446Z] + case "${OS_FAMILY}" in [2025-07-01T09:46:24.446Z] + dpkg -l [2025-07-01T09:46:24.446Z] + grep '^ii' [2025-07-01T09:46:24.446Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-01T09:46:24.446Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-01T09:46:24.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-01T09:46:24.446Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-07-01T09:46:24.446Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-07-01T09:46:24.446Z] + 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-07-01T09:46:24.458Z] 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-07-01T09:46:24.734Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T09:46:25.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T09:46:25.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T09:46:25.373Z] prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container [2025-07-01T09:46:25.401Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-01T09:46:25.608Z] $ docker top 8234cb761d086d0f23151d78b8828b17ea7482fdf9cc77e1e7d17d9810b6eeda -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T09:46:25.950Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-01T09:46:26.236Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-01T09:46:26.522Z] + ls /var/log/sa-host [2025-07-01T09:46:26.522Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T09:46:26.554Z] provisioning config files... [2025-07-01T09:46:26.563Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15364822151181641691tmp [Pipeline] { [Pipeline] echo [2025-07-01T09:46:26.583Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:26.865Z] ---> create-netrc.sh [Pipeline] } [2025-07-01T09:46:26.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:27.185Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-01T09:46:27.195Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:27.479Z] ---> sudo-logs.sh [2025-07-01T09:46:27.480Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-01T09:46:27.505Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:27.789Z] ---> job-cost.sh [2025-07-01T09:46:27.789Z] lf-activate-venv: SKIPPING [2025-07-01T09:46:27.789Z] DEBUG: total: 0.2199999988079071 [2025-07-01T09:46:27.789Z] INFO: Retrieving Stack Cost... [2025-07-01T09:46:28.358Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-01T09:46:28.617Z] INFO: Archiving Costs [Pipeline] echo [2025-07-01T09:46:28.630Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T09:46:28.916Z] ---> logs-deploy.sh [2025-07-01T09:46:28.916Z] lf-activate-venv: SKIPPING [2025-07-01T09:46:28.916Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/60 [2025-07-01T09:46:28.916Z] INFO: archiving workspace using pattern(s): [2025-07-01T09:46:29.855Z] Archives upload complete. [2025-07-01T09:46:29.855Z] INFO: archiving logs to Nexus