Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 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-ssh8131266362218862302.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-ssh12358288760020031223.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-ssh11859995843944968141.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-ssh9098923835526573426.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-ssh2633358832085714669.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-1586 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 (main) Commit message: "Merge pull request #123 from jinlinGuan/issue-121" > git config core.sparsecheckout # timeout=10 > git checkout -f e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 > git rev-list --no-walk 235bca4a8432a561fea1a1efa3e48abcfbcbc34f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:36:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:36:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:36:06 ========================================================= 07:36:06 EdgeX Global Pipelines Version Info 07:36:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:36:09 ------------------- 07:36:09 stable info: 07:36:09 ------------------- 07:36:09 Commited By: Ginny Guan ginny@iotechsys.com 07:36:09 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:36:09 Message: update stable to v1.0.274 07:36:09 ------------------- 07:36:09 experimental info: 07:36:09 ------------------- 07:36:09 Commited By: Ginny Guan ginny@iotechsys.com 07:36:09 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 07:36:09 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e4e89c1 [Pipeline] echo 07:36:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:09 provisioning config files... 07:36:10 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config2442066588499814073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:13 ---> ****-login.sh 07:36:13 nexus3.edgexfoundry.org:10001 07:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:13 Configure a credential helper to remove this warning. See 07:36:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:13 07:36:13 Login Succeeded 07:36:13 nexus3.edgexfoundry.org:10002 07:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:13 Configure a credential helper to remove this warning. See 07:36:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:13 07:36:13 Login Succeeded 07:36:13 nexus3.edgexfoundry.org:10003 07:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:13 Configure a credential helper to remove this warning. See 07:36:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:13 07:36:13 Login Succeeded 07:36:13 nexus3.edgexfoundry.org:10004 07:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:13 Configure a credential helper to remove this warning. See 07:36:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:13 07:36:13 Login Succeeded 07:36:13 ****.io 07:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:14 Configure a credential helper to remove this warning. See 07:36:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:14 07:36:14 Login Succeeded 07:36:14 ---> ****-login.sh ends [Pipeline] } 07:36:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:36:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:36:14 + grep -v github /etc/ssh/ssh_known_hosts 07:36:14 + [ -e /tmp/ssh_known_hosts ] 07:36:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:36:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:36:14 + sudo tee -a /etc/ssh/ssh_known_hosts 07:36:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:15 07:36:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:15 0.1.4: Pulling from edgex-devops/py-git-semver 07:36:15 b85a868b505f: Pulling fs layer 07:36:15 e2be974225ed: Pulling fs layer 07:36:15 339a4e72a1f5: Pulling fs layer 07:36:15 988bab9f4d93: Pulling fs layer 07:36:15 1469e6f7b9e6: Pulling fs layer 07:36:15 eaf3925da568: Pulling fs layer 07:36:15 bab4dde63d76: Pulling fs layer 07:36:15 bde34c3a00c8: Pulling fs layer 07:36:15 b352a97aabf1: Pulling fs layer 07:36:15 4872d77fe225: Pulling fs layer 07:36:15 5851b861e8e6: Pulling fs layer 07:36:15 988bab9f4d93: Waiting 07:36:15 b352a97aabf1: Waiting 07:36:15 4872d77fe225: Waiting 07:36:15 5851b861e8e6: Waiting 07:36:15 1469e6f7b9e6: Waiting 07:36:15 bab4dde63d76: Waiting 07:36:15 eaf3925da568: Waiting 07:36:15 bde34c3a00c8: Waiting 07:36:15 e2be974225ed: Verifying Checksum 07:36:15 e2be974225ed: Download complete 07:36:15 988bab9f4d93: Verifying Checksum 07:36:15 988bab9f4d93: Download complete 07:36:15 1469e6f7b9e6: Verifying Checksum 07:36:15 1469e6f7b9e6: Download complete 07:36:15 eaf3925da568: Download complete 07:36:15 339a4e72a1f5: Verifying Checksum 07:36:15 339a4e72a1f5: Download complete 07:36:15 bde34c3a00c8: Verifying Checksum 07:36:15 bde34c3a00c8: Download complete 07:36:15 b352a97aabf1: Download complete 07:36:15 4872d77fe225: Verifying Checksum 07:36:15 4872d77fe225: Download complete 07:36:15 5851b861e8e6: Verifying Checksum 07:36:15 5851b861e8e6: Download complete 07:36:15 b85a868b505f: Verifying Checksum 07:36:15 b85a868b505f: Download complete 07:36:15 bab4dde63d76: Verifying Checksum 07:36:15 bab4dde63d76: Download complete 07:36:16 b85a868b505f: Pull complete 07:36:17 e2be974225ed: Pull complete 07:36:17 339a4e72a1f5: Pull complete 07:36:17 988bab9f4d93: Pull complete 07:36:17 1469e6f7b9e6: Pull complete 07:36:17 eaf3925da568: Pull complete 07:36:19 bab4dde63d76: Pull complete 07:36:19 bde34c3a00c8: Pull complete 07:36:19 b352a97aabf1: Pull complete 07:36:19 4872d77fe225: Pull complete 07:36:19 5851b861e8e6: Pull complete 07:36:19 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:19 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:36:20 $ 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 07:36:22 $ docker top 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 -eo pid,comm 07:36:22 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). 07:36:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:36:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:22 [ssh-agent] Looking for ssh-agent implementation... 07:36:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:22 $ docker exec 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 ssh-agent 07:36:22 SSH_AUTH_SOCK=/tmp/ssh-P73M0B2VrRKW/agent.31 07:36:22 SSH_AGENT_PID=38 07:36:22 Running ssh-add (command line suppressed) 07:36:22 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8488879625425193465.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8488879625425193465.key) 07:36:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:22 + git tag --points-at HEAD [Pipeline] } 07:36:22 $ docker exec --env ******** --env ******** 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 ssh-agent -k 07:36:23 unset SSH_AUTH_SOCK; 07:36:23 unset SSH_AGENT_PID; 07:36:23 echo Agent pid 38 killed; 07:36:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:36:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:23 [ssh-agent] Looking for ssh-agent implementation... 07:36:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:23 $ docker exec 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 ssh-agent 07:36:23 SSH_AUTH_SOCK=/tmp/ssh-tFPdLM5IkL9d/agent.71 07:36:23 SSH_AGENT_PID=77 07:36:23 Running ssh-add (command line suppressed) 07:36:23 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16482229696960493213.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16482229696960493213.key) 07:36:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:23 + git semver init 07:36:23 2025-05-15 07:36:23,862 [run_init] DEBUG init version:0.0.0 force:False 07:36:23 2025-05-15 07:36:23,862 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:36:23 2025-05-15 07:36:23,863 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:36:23 2025-05-15 07:36:23,863 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 07:36:24 2025-05-15 07:36:24,525 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 07:36:24 2025-05-15 07:36:24,525 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 07:36:24 2025-05-15 07:36:24,525 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:36:24 2025-05-15 07:36:24,526 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:36:24 1.0.0-dev.3 [Pipeline] } 07:36:24 $ docker exec --env ******** --env ******** 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 ssh-agent -k 07:36:24 unset SSH_AUTH_SOCK; 07:36:24 unset SSH_AGENT_PID; 07:36:24 echo Agent pid 77 killed; 07:36:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:25 + git semver [Pipeline] } 07:36:25 $ docker stop --time=1 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 07:36:26 $ docker rm -f --volumes 96e9d8a395d1502ec5a5400ea65b7fec33fc06c51ccf46b69f86229e110b8576 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:36:27 Stashed 1 file(s) [Pipeline] echo 07:36:27 [edgeXSemver]: initialized semver on version 1.0.0-dev.3 [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 07:36:27 provisioning config files... 07:36:27 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4441461221476077732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:28 ---> ****-login.sh 07:36:28 nexus3.edgexfoundry.org:10001 07:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 nexus3.edgexfoundry.org:10002 07:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 nexus3.edgexfoundry.org:10003 07:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 nexus3.edgexfoundry.org:10004 07:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 ****.io 07:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 ---> ****-login.sh ends [Pipeline] } 07:36:28 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 07:36:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:36:29 + ls -al . 07:36:29 total 72 07:36:29 drwxrwxr-x 6 jenkins jenkins 4096 May 15 07:36 . 07:36:29 drwxrwxr-x 4 jenkins jenkins 4096 May 15 07:36 .. 07:36:29 drwxrwxr-x 8 jenkins jenkins 4096 May 15 07:36 .git 07:36:29 drwxrwxr-x 2 jenkins jenkins 4096 May 15 07:36 .github 07:36:29 -rw-rw-r-- 1 jenkins jenkins 22 May 15 07:36 .gitignore 07:36:29 drwxr-xr-x 3 jenkins jenkins 4096 May 15 07:36 .semver 07:36:29 -rw-rw-r-- 1 jenkins jenkins 1653 May 15 07:36 Dockerfile 07:36:29 -rw-rw-r-- 1 jenkins jenkins 746 May 15 07:36 Jenkinsfile 07:36:29 -rw-rw-r-- 1 jenkins jenkins 11381 May 15 07:36 LICENSE 07:36:29 -rw-rw-r-- 1 jenkins jenkins 4232 May 15 07:36 README.md 07:36:29 drwxrwxr-x 5 jenkins jenkins 4096 May 15 07:36 TUC 07:36:29 -rw-rw-r-- 1 jenkins jenkins 11 May 15 07:36 VERSION 07:36:29 -rw-rw-r-- 1 jenkins jenkins 347 May 15 07:36 requirements.txt 07:36:29 -rw-rw-r-- 1 jenkins jenkins 54 May 15 07:36 robot-entrypoint.sh 07:36:29 -rw-rw-r-- 1 jenkins jenkins 445 May 15 07:36 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:29 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 --label arch=amd64 --label version=1.0.0-dev.3 . 07:36:29 Sending build context to Docker daemon 594.4kB 07:36:29 Step 1/13 : FROM alpine:3.20 07:36:30 3.20: Pulling from library/alpine 07:36:30 0a9a5dfd008f: Pulling fs layer 07:36:30 0a9a5dfd008f: Verifying Checksum 07:36:30 0a9a5dfd008f: Download complete 07:36:30 0a9a5dfd008f: Pull complete 07:36:30 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:36:30 Status: Downloaded newer image for alpine:3.20 07:36:30 ---> ff221270b9fb 07:36:30 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:36:30 ---> Running in b4c7e125cbcb 07:36:30 Removing intermediate container b4c7e125cbcb 07:36:30 ---> 29534cedcec8 07:36:30 Step 3/13 : LABEL maintainer="Bruce Huang " 07:36:30 ---> Running in f7c9508ce917 07:36:30 Removing intermediate container f7c9508ce917 07:36:30 ---> a9cacab6ba61 07:36:30 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:36:31 ---> e081b6b79234 07:36:31 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:36:31 ---> b80cb063e47f 07:36:31 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:36:31 ---> 0b14abc7b47a 07:36:31 Step 7/13 : WORKDIR /edgex-taf 07:36:32 ---> Running in a113525c0bce 07:36:32 Removing intermediate container a113525c0bce 07:36:32 ---> dd3998344631 07:36:32 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:32 ---> Running in 92a633ea95a7 07:36:32 Removing intermediate container 92a633ea95a7 07:36:32 ---> 13e77b8054b1 07:36:32 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 07:36:32 ---> Running in 8621c684569b 07:36:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:36:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:36:34 OK: 8 MiB in 14 packages 07:36:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:36:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:36:37 (1/14) Installing ca-certificates (20241121-r1) 07:36:37 (2/14) Installing brotli-libs (1.1.0-r2) 07:36:38 (3/14) Installing c-ares (1.33.1-r0) 07:36:38 (4/14) Installing libunistring (1.2-r0) 07:36:38 (5/14) Installing libidn2 (2.3.7-r0) 07:36:39 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:36:39 (7/14) Installing libpsl (0.21.5-r1) 07:36:40 (8/14) Installing zstd-libs (1.5.6-r0) 07:36:40 (9/14) Installing libcurl (8.12.1-r0) 07:36:40 (10/14) Installing curl (8.12.1-r0) 07:36:41 (11/14) Installing docker-cli (26.1.5-r0) 07:36:42 Still waiting to schedule task 07:36:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:36:43 (12/14) Installing oniguruma (6.9.9-r0) 07:36:43 (13/14) Installing jq (1.7.1-r0) 07:36:43 (14/14) Installing openssl (3.3.3-r0) 07:36:43 Executing busybox-1.36.1-r29.trigger 07:36:43 Executing ca-certificates-20241121-r1.trigger 07:36:44 OK: 43 MiB in 28 packages 07:36:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:36:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:36:45 (1/167) Installing libexpat (2.7.0-r0) 07:36:45 (2/167) Installing libbz2 (1.0.8-r6) 07:36:45 (3/167) Installing libpng (1.6.44-r0) 07:36:46 (4/167) Installing freetype (2.13.2-r0) 07:36:46 (5/167) Installing fontconfig (2.15.0-r1) 07:36:47 (6/167) Installing libfontenc (1.1.8-r0) 07:36:47 (7/167) Installing mkfontscale (1.2.2-r6) 07:36:47 (8/167) Installing font-opensans (0_git20210927-r1) 07:36:48 (9/167) Installing pkgconf (2.2.0-r0) 07:36:48 (10/167) Installing libgcc (13.2.1_git20240309-r1) 07:36:49 (11/167) Installing libffi (3.4.6-r0) 07:36:49 (12/167) Installing libintl (0.22.5-r0) 07:36:49 (13/167) Installing libeconf (0.6.3-r0) 07:36:49 (14/167) Installing libblkid (2.40.1-r1) 07:36:50 (15/167) Installing libmount (2.40.1-r1) 07:36:50 (16/167) Installing pcre2 (10.43-r0) 07:36:51 (17/167) Installing glib (2.80.5-r0) 07:36:51 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 07:36:52 (19/167) Installing xz-libs (5.6.2-r1) 07:36:52 (20/167) Installing libxml2 (2.12.10-r0) 07:36:52 (21/167) Installing shared-mime-info (2.4-r0) 07:36:53 (22/167) Installing hicolor-icon-theme (0.17-r2) 07:36:53 (23/167) Installing libjpeg-turbo (3.0.3-r0) 07:36:54 (24/167) Installing libsharpyuv (1.3.2-r0) 07:36:54 (25/167) Installing libwebp (1.3.2-r0) 07:36:54 (26/167) Installing tiff (4.6.0t-r0) 07:36:55 (27/167) Installing gdk-pixbuf (2.42.12-r0) 07:36:55 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 07:36:56 (29/167) Installing libxau (1.0.11-r4) 07:36:56 (30/167) Installing libmd (1.1.0-r0) 07:36:56 (31/167) Installing libbsd (0.12.2-r0) 07:36:56 (32/167) Installing libxdmcp (1.1.5-r1) 07:36:57 (33/167) Installing libxcb (1.16.1-r0) 07:36:57 (34/167) Installing libx11 (1.8.9-r1) 07:36:58 (35/167) Installing libxcomposite (0.4.6-r5) 07:36:58 (36/167) Installing libxfixes (6.0.1-r4) 07:36:58 (37/167) Installing libxrender (0.9.11-r5) 07:36:58 (38/167) Installing libxcursor (1.2.2-r1) 07:36:59 (39/167) Installing libxdamage (1.1.6-r5) 07:36:59 (40/167) Installing libxext (1.3.6-r2) 07:36:59 (41/167) Installing libxi (1.8.1-r4) 07:37:00 (42/167) Installing libxinerama (1.1.5-r4) 07:37:00 (43/167) Installing libxrandr (1.5.4-r1) 07:37:00 (44/167) Installing libatk-1.0 (2.52.0-r0) 07:37:01 (45/167) Installing libxtst (1.2.4-r6) 07:37:01 (46/167) Installing dbus-libs (1.14.10-r1) 07:37:01 (47/167) Installing at-spi2-core (2.52.0-r0) 07:37:02 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 07:37:02 (49/167) Installing pixman (0.43.2-r0) 07:37:02 (50/167) Installing cairo (1.18.0-r0) 07:37:03 (51/167) Installing cairo-gobject (1.18.0-r0) 07:37:03 (52/167) Installing avahi-libs (0.8-r17) 07:37:03 (53/167) Installing gmp (6.3.0-r1) 07:37:04 (54/167) Installing nettle (3.9.1-r0) 07:37:04 (55/167) Installing libtasn1 (4.20.0-r0) 07:37:05 (56/167) Installing p11-kit (0.25.3-r0) 07:37:05 (57/167) Installing gnutls (3.8.5-r0) 07:37:06 (58/167) Installing cups-libs (2.4.9-r1) 07:37:06 (59/167) Installing libepoxy (1.5.10-r1) 07:37:06 (60/167) Installing fribidi (1.0.15-r0) 07:37:07 (61/167) Installing graphite2 (1.3.14-r6) 07:37:07 (62/167) Installing harfbuzz (8.5.0-r0) 07:37:07 (63/167) Installing libxft (2.3.8-r3) 07:37:08 (64/167) Installing pango (1.52.2-r0) 07:37:08 (65/167) Installing wayland-libs-client (1.22.0-r4) 07:37:09 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 07:37:09 (67/167) Installing wayland-libs-egl (1.22.0-r4) 07:37:09 (68/167) Installing xkeyboard-config (2.41-r0) 07:37:10 (69/167) Installing libxkbcommon (1.7.0-r0) 07:37:10 (70/167) Installing gtk+3.0 (3.24.43-r0) 07:37:11 (71/167) Installing icu-data-full (74.2-r0) 07:37:12 (72/167) Installing mesa (24.0.9-r1) 07:37:12 (73/167) Installing llvm17-libs (17.0.6-r2) 07:37:19 (74/167) Installing hwdata-pci (0.382-r0) 07:37:19 (75/167) Installing libpciaccess (0.18.1-r0) 07:37:19 (76/167) Installing libdrm (2.4.120-r0) 07:37:19 (77/167) Installing libelf (0.191-r0) 07:37:19 (78/167) Installing mesa-glapi (24.0.9-r1) 07:37:19 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 07:37:23 (80/167) Installing eudev-libs (3.2.14-r2) 07:37:23 (81/167) Installing libmagic (5.45-r1) 07:37:23 (82/167) Installing file (5.45-r1) 07:37:23 (83/167) Installing xprop (1.2.7-r0) 07:37:23 (84/167) Installing libice (1.1.1-r6) 07:37:24 (85/167) Installing libuuid (2.40.1-r1) 07:37:24 (86/167) Installing libsm (1.2.4-r4) 07:37:25 (87/167) Installing libxt (1.3.0-r5) 07:37:25 (88/167) Installing libxmu (1.1.4-r2) 07:37:25 (89/167) Installing xset (1.2.5-r1) 07:37:26 (90/167) Installing xdg-utils (1.2.1-r0) 07:37:26 (91/167) Installing libogg (1.3.5-r5) 07:37:26 (92/167) Installing libflac (1.4.3-r1) 07:37:26 (93/167) Installing alsa-lib (1.2.11-r0) 07:37:27 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 07:37:28 (95/167) Installing aom-libs (3.9.1-r0) 07:37:28 (96/167) Installing libva (2.21.0-r0) 07:37:29 (97/167) Installing libvdpau (1.5-r3) 07:37:29 (98/167) Installing onevpl-libs (2023.3.1-r2) 07:37:29 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 07:37:30 (100/167) Installing libdav1d (1.4.2-r0) 07:37:30 (101/167) Installing openexr-libiex (3.1.13-r1) 07:37:31 (102/167) Installing openexr-libilmthread (3.1.13-r1) 07:37:31 (103/167) Installing imath (3.1.12-r0) 07:37:31 (104/167) Installing openexr-libopenexr (3.1.13-r1) 07:37:32 (105/167) Installing giflib (5.2.2-r0) 07:37:32 (106/167) Installing libhwy (1.0.7-r0) 07:37:32 (107/167) Installing lcms2 (2.16-r0) 07:37:33 (108/167) Installing libjxl (0.10.2-r0) 07:37:33 (109/167) Installing lame-libs (3.100-r5) 07:37:34 (110/167) Installing opus (1.5.2-r0) 07:37:34 (111/167) Installing rav1e-libs (0.7.1-r0) 07:37:34 (112/167) Installing libgomp (13.2.1_git20240309-r1) 07:37:35 (113/167) Installing soxr (0.1.3-r7) 07:37:35 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 07:37:36 (115/167) Installing libtheora (1.1.1-r18) 07:37:36 (116/167) Installing libvorbis (1.3.7-r2) 07:37:36 (117/167) Installing libvpx (1.14.1-r0) 07:37:37 (118/167) Installing libwebpmux (1.3.2-r0) 07:37:37 (119/167) Installing x264-libs (0.164_git20231001-r0) 07:37:38 (120/167) Installing numactl (2.0.18-r0) 07:37:38 (121/167) Installing x265-libs (3.6-r0) 07:37:39 (122/167) Installing xvidcore (1.3.7-r2) 07:37:39 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 07:37:40 (124/167) Installing libbluray (1.3.4-r1) 07:37:40 (125/167) Installing mpg123-libs (1.32.8-r0) 07:37:41 (126/167) Installing libopenmpt (0.7.7-r0) 07:37:41 (127/167) Installing cjson (1.7.18-r0) 07:37:41 (128/167) Installing mbedtls (3.6.3-r0) 07:37:42 (129/167) Installing librist (0.2.10-r1) 07:37:42 (130/167) Installing libsrt (1.5.3-r0) 07:37:43 (131/167) Installing libssh (0.10.6-r0) 07:37:43 (132/167) Installing libsodium (1.0.19-r0) 07:37:43 (133/167) Installing libzmq (4.3.5-r2) 07:37:44 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 07:37:45 (135/167) Installing crc32c (1.1.2-r0) 07:37:45 (136/167) Installing double-conversion (3.3.0-r0) 07:37:45 (137/167) Installing libevent (2.1.12-r7) 07:37:45 (138/167) Installing wayland-libs-server (1.22.0-r4) 07:37:46 (139/167) Installing mesa-gbm (24.0.9-r1) 07:37:46 (140/167) Installing harfbuzz-subset (8.5.0-r0) 07:37:47 (141/167) Installing icu-libs (74.2-r0) 07:37:47 (142/167) Installing minizip (1.3.1-r0) 07:37:48 (143/167) Installing nspr (4.35-r4) 07:37:48 (144/167) Installing sqlite-libs (3.45.3-r2) 07:37:48 (145/167) Installing nss (3.105-r0) 07:37:49 (146/167) Installing openh264 (2.4.1-r0) 07:37:50 (147/167) Installing libcamera-ipa (0.3.0-r0) 07:37:50 (148/167) Installing libunwind (1.8.1-r0) 07:37:50 (149/167) Installing yaml (0.2.5-r2) 07:37:51 (150/167) Installing libcamera (0.3.0-r0) 07:37:51 (151/167) Installing speexdsp (1.2.1-r2) 07:37:51 (152/167) Installing libuv (1.48.0-r0) 07:37:52 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 07:37:52 (154/167) Installing libsndfile (1.2.2-r1) 07:37:53 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 07:37:53 (156/167) Installing pipewire-libs (1.0.6-r1) 07:37:54 (157/167) Installing libasyncns (0.8-r3) 07:37:54 (158/167) Installing libltdl (2.4.7-r3) 07:37:54 (159/167) Installing orc (0.4.40-r0) 07:37:54 (160/167) Installing tdb-libs (1.4.9-r1) 07:37:55 (161/167) Installing libpulse (17.0-r0) 07:37:55 (162/167) Installing libwebpdemux (1.3.2-r0) 07:37:56 (163/167) Installing libgpg-error (1.49-r0) 07:37:56 (164/167) Installing libgcrypt (1.10.3-r0) 07:37:56 (165/167) Installing libxslt (1.1.39-r2) 07:37:57 (166/167) Installing chromium (131.0.6778.108-r0) 07:38:12 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 07:38:13 Executing busybox-1.36.1-r29.trigger 07:38:13 Executing fontconfig-2.15.0-r1.trigger 07:38:13 Executing mkfontscale-1.2.2-r6.trigger 07:38:13 Executing glib-2.80.5-r0.trigger 07:38:13 Executing shared-mime-info-2.4-r0.trigger 07:38:13 Executing gdk-pixbuf-2.42.12-r0.trigger 07:38:13 Executing gtk-update-icon-cache-3.24.43-r0.trigger 07:38:13 Executing gtk+3.0-3.24.43-r0.trigger 07:38:13 OK: 672 MiB in 195 packages 07:38:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 (1/30) Installing jansson (2.14-r4) 07:38:15 (2/30) Installing binutils (2.42-r1) 07:38:16 (3/30) Installing libatomic (13.2.1_git20240309-r1) 07:38:16 (4/30) Installing isl26 (0.26-r1) 07:38:16 (5/30) Installing mpfr4 (4.2.1-r0) 07:38:17 (6/30) Installing mpc1 (1.3.1-r1) 07:38:17 (7/30) Installing gcc (13.2.1_git20240309-r1) 07:38:24 (8/30) Installing musl-dev (1.2.5-r1) 07:38:24 (9/30) Installing linux-headers (6.6-r0) 07:38:25 (10/30) Installing libffi-dev (3.4.6-r0) 07:38:25 (11/30) Installing libpq (16.9-r0) 07:38:26 (12/30) Installing openssl-dev (3.3.3-r0) 07:38:26 (13/30) Installing libpq-dev (16.9-r0) 07:38:27 (14/30) Installing libecpg (16.9-r0) 07:38:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1587 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 07:38:27 Selected Git installation does not exist. Using Default 07:38:27 The recommended git tool is: NONE 07:38:27 (15/30) Installing libecpg-dev (16.9-r0) 07:38:27 (16/30) Installing clang16-headers (16.0.6-r5) 07:38:28 (17/30) Installing llvm16-libs (16.0.6-r9) 07:38:31 using credential edgex-jenkins-ssh 07:38:31 Cloning the remote Git repository 07:38:31 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 07:38:31 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 07:38:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 07:38:32 > git --version # timeout=10 07:38:32 > git --version # 'git version 2.25.1' 07:38:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 07:38:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:33 Avoid second fetch 07:38:33 Checking out Revision e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 (main) 07:38:34 Commit message: "Merge pull request #123 from jinlinGuan/issue-121" 07:38:33 > git config core.sparsecheckout # timeout=10 07:38:33 > git checkout -f e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 # timeout=10 07:38:38 (18/30) Installing clang16-libs (16.0.6-r5) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:38:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:38:39 % Total % Received % Xferd Average Speed Time Time Time Current 07:38:39 Dload Upload Total Spent Left Speed 07:38:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 84394 0 --:--:-- --:--:-- --:--:-- 84394 [Pipeline] sh 07:38:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:38:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:38:39 + sudo tee /etc/docker/daemon.new 07:38:39 { 07:38:39 "registry-mirrors": [ 07:38:39 "https://nexus3.edgexfoundry.org:10001" 07:38:39 ], 07:38:39 "bip": "10.250.0.254/24", 07:38:39 "hosts": [ 07:38:39 "tcp://0.0.0.0:5555", 07:38:39 "unix:///var/run/docker.sock" 07:38:39 ], 07:38:39 "mtu": 1458, 07:38:39 "selinux-enabled": true, 07:38:39 "seccomp-profile": "/etc/docker/seccomp.json" 07:38:39 } [Pipeline] sh 07:38:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:38:40 + sudo service docker restart 07:38:43 (19/30) Installing fortify-headers (1.1-r3) 07:38:43 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 07:38:44 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 07:38:44 (22/30) Installing clang16 (16.0.6-r5) 07:38:45 (23/30) Installing icu (74.2-r0) 07:38:45 (24/30) Installing icu-dev (74.2-r0) 07:38:46 (25/30) Installing llvm16 (16.0.6-r9) 07:38:54 (26/30) Installing lz4-libs (1.9.4-r5) 07:38:54 (27/30) Installing lz4-dev (1.9.4-r5) 07:38:54 (28/30) Installing zstd (1.5.6-r0) 07:38:54 (29/30) Installing zstd-dev (1.5.6-r0) 07:38:55 (30/30) Installing postgresql16-dev (16.9-r0) 07:38:55 Executing busybox-1.36.1-r29.trigger 07:38:55 OK: 1208 MiB in 225 packages 07:38:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:57 (1/14) Installing g++ (13.2.1_git20240309-r1) 07:38:58 (2/14) Installing gdbm (1.23-r1) 07:38:58 (3/14) Installing mpdecimal (4.0.0-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:38:58 provisioning config files... 07:38:58 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config342709110715812884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:38:58 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 07:38:59 ---> ****-login.sh 07:38:59 nexus3.edgexfoundry.org:10001 07:38:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:59 (5/14) Installing libncursesw (6.4_p20240420-r2) 07:38:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:38:59 Configure a credential helper to remove this warning. See 07:38:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:38:59 07:38:59 Login Succeeded 07:38:59 nexus3.edgexfoundry.org:10002 07:38:59 (6/14) Installing libpanelw (6.4_p20240420-r2) 07:38:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:00 (7/14) Installing readline (8.2.10-r0) 07:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:00 Configure a credential helper to remove this warning. See 07:39:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:00 07:39:00 Login Succeeded 07:39:00 nexus3.edgexfoundry.org:10003 07:39:00 (8/14) Installing python3 (3.12.10-r0) 07:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:00 Configure a credential helper to remove this warning. See 07:39:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:00 07:39:00 Login Succeeded 07:39:00 nexus3.edgexfoundry.org:10004 07:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:00 Configure a credential helper to remove this warning. See 07:39:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:00 07:39:00 Login Succeeded 07:39:00 ****.io 07:39:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:01 Configure a credential helper to remove this warning. See 07:39:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:01 07:39:01 Login Succeeded 07:39:01 ---> ****-login.sh ends [Pipeline] } 07:39:01 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 07:39:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:39:02 + ls -al . 07:39:02 total 68 07:39:02 drwxrwxr-x 5 jenkins jenkins 4096 May 15 07:39 . 07:39:02 drwxrwxr-x 4 jenkins jenkins 4096 May 15 07:38 .. 07:39:02 drwxrwxr-x 8 jenkins jenkins 4096 May 15 07:38 .git 07:39:02 drwxrwxr-x 2 jenkins jenkins 4096 May 15 07:38 .github 07:39:02 -rw-rw-r-- 1 jenkins jenkins 22 May 15 07:38 .gitignore 07:39:02 -rw-rw-r-- 1 jenkins jenkins 1653 May 15 07:38 Dockerfile 07:39:02 -rw-rw-r-- 1 jenkins jenkins 746 May 15 07:38 Jenkinsfile 07:39:02 -rw-rw-r-- 1 jenkins jenkins 11381 May 15 07:38 LICENSE 07:39:02 -rw-rw-r-- 1 jenkins jenkins 4232 May 15 07:38 README.md 07:39:02 drwxrwxr-x 5 jenkins jenkins 4096 May 15 07:38 TUC 07:39:02 -rw-rw-r-- 1 jenkins jenkins 11 May 15 07:36 VERSION 07:39:02 -rw-rw-r-- 1 jenkins jenkins 347 May 15 07:38 requirements.txt 07:39:02 -rw-rw-r-- 1 jenkins jenkins 54 May 15 07:38 robot-entrypoint.sh 07:39:02 -rw-rw-r-- 1 jenkins jenkins 445 May 15 07:38 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:02 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 --label arch=arm64 --label version=1.0.0-dev.3 . 07:39:02 (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) 07:39:03 Sending build context to Docker daemon 351.2kB 07:39:03 Step 1/13 : FROM alpine:3.20 07:39:03 3.20: Pulling from library/alpine 07:39:03 (10/14) Installing pyc (3.12.10-r0) 07:39:03 94e9d8af2201: Pulling fs layer 07:39:03 (11/14) Installing python3-pyc (3.12.10-r0) 07:39:03 94e9d8af2201: Verifying Checksum 07:39:03 94e9d8af2201: Download complete 07:39:03 (12/14) Installing python3-dev (3.12.10-r0) 07:39:04 94e9d8af2201: Pull complete 07:39:04 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:39:04 Status: Downloaded newer image for alpine:3.20 07:39:04 ---> 7aab056cecc6 07:39:04 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:39:04 ---> Running in bd04bdbf1c14 07:39:05 Removing intermediate container bd04bdbf1c14 07:39:05 ---> 2f1f06945d4c 07:39:05 Step 3/13 : LABEL maintainer="Bruce Huang " 07:39:05 ---> Running in 1be379ea791c 07:39:05 Removing intermediate container 1be379ea791c 07:39:05 ---> 411b94702780 07:39:05 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:39:05 ---> 608db374e4d8 07:39:05 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:39:06 ---> b6785e5f264c 07:39:06 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:39:06 ---> b308b5affa8f 07:39:06 Step 7/13 : WORKDIR /edgex-taf 07:39:07 ---> Running in 2f4dc1e9649c 07:39:07 Removing intermediate container 2f4dc1e9649c 07:39:07 ---> 0c7a76f001c5 07:39:07 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:07 ---> Running in 13a9655867ee 07:39:09 Removing intermediate container 13a9655867ee 07:39:09 ---> 309d6775a4b8 07:39:09 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 07:39:09 ---> Running in a796cd22def2 07:39:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:12 OK: 9 MiB in 14 packages 07:39:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:13 (13/14) Installing libsodium-dev (1.0.19-r0) 07:39:13 (14/14) Installing zeromq-dev (4.3.5-r2) 07:39:13 Executing busybox-1.36.1-r29.trigger 07:39:13 OK: 1374 MiB in 239 packages 07:39:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:39:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:39:14 OK: 1374 MiB in 239 packages 07:39:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:39:14 (1/14) Installing ca-certificates (20241121-r1) 07:39:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:39:15 (2/14) Installing brotli-libs (1.1.0-r2) 07:39:15 (1/1) Installing tzdata (2025b-r0) 07:39:15 (3/14) Installing c-ares (1.33.1-r0) 07:39:15 (4/14) Installing libunistring (1.2-r0) 07:39:16 OK: 1376 MiB in 240 packages 07:39:16 (1/1) Purging tzdata (2025b-r0) 07:39:16 OK: 1374 MiB in 239 packages 07:39:16 (5/14) Installing libidn2 (2.3.7-r0) 07:39:17 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:39:17 (7/14) Installing libpsl (0.21.5-r1) 07:39:17 (8/14) Installing zstd-libs (1.5.6-r0) 07:39:18 (9/14) Installing libcurl (8.12.1-r0) 07:39:18 Looking in links: /tmp/tmpzwku32sb 07:39:18 Processing /tmp/tmpzwku32sb/pip-25.0.1-py3-none-any.whl 07:39:18 Installing collected packages: pip 07:39:18 (10/14) Installing curl (8.12.1-r0) 07:39:19 (11/14) Installing docker-cli (26.1.5-r0) 07:39:19 Successfully installed pip-25.0.1 07:39:19 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. 07:39:19 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 07:39:19 Collecting pip 07:39:19 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 07:39:19 Collecting setuptools 07:39:19 Downloading setuptools-80.7.1-py3-none-any.whl.metadata (6.6 kB) 07:39:19 Collecting wheel 07:39:19 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 07:39:19 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 07:39:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 142.3 MB/s eta 0:00:00 07:39:19 Downloading setuptools-80.7.1-py3-none-any.whl (1.2 MB) 07:39:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 166.7 MB/s eta 0:00:00 07:39:19 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 07:39:19 Installing collected packages: wheel, setuptools, pip 07:39:20 Attempting uninstall: pip 07:39:20 Found existing installation: pip 25.0.1 07:39:21 Uninstalling pip-25.0.1: 07:39:21 Successfully uninstalled pip-25.0.1 07:39:21 (12/14) Installing oniguruma (6.9.9-r0) 07:39:21 (13/14) Installing jq (1.7.1-r0) 07:39:21 (14/14) Installing openssl (3.3.3-r0) 07:39:21 Successfully installed pip-25.1.1 setuptools-80.7.1 wheel-0.45.1 07:39:21 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. 07:39:22 Executing busybox-1.36.1-r29.trigger 07:39:22 Executing ca-certificates-20241121-r1.trigger 07:39:22 OK: 43 MiB in 28 packages 07:39:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:22 Processing ./edgex-taf-common 07:39:22 Preparing metadata (setup.py): started 07:39:22 Preparing metadata (setup.py): finished with status 'done' 07:39:22 Building wheels for collected packages: edgex-taf-common 07:39:22  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 07:39:22  Building wheel for edgex-taf-common (setup.py): started 07:39:22 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:39:22 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15390 sha256=4307394dc250f34d1f47872b6f2e1088549dcadbbbeb7a566cef81ab93602dc7 07:39:22 Stored in directory: /tmp/pip-ephem-wheel-cache-wz1rjbj6/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 07:39:22 Successfully built edgex-taf-common 07:39:22 Installing collected packages: edgex-taf-common 07:39:23 Successfully installed edgex-taf-common-0.0.0 07:39:23 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. 07:39:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:23 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 07:39:23 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 07:39:23 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 07:39:23 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 07:39:23 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 07:39:23 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 07:39:23 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 07:39:23 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 07:39:23 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:39:23 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:39:23 Preparing metadata (setup.py): started 07:39:23 Preparing metadata (setup.py): finished with status 'done' 07:39:23 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 07:39:23 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 07:39:23 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 07:39:23 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 07:39:23 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 07:39:23 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 07:39:23 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 07:39:23 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 07:39:23 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 07:39:23 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 07:39:24 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 07:39:24 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 07:39:24 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 07:39:24 Downloading psutil-7.0.0.tar.gz (497 kB) 07:39:24 Installing build dependencies: started 07:39:25 (1/166) Installing libexpat (2.7.0-r0) 07:39:25 (2/166) Installing libbz2 (1.0.8-r6) 07:39:25 Installing build dependencies: finished with status 'done' 07:39:25 Getting requirements to build wheel: started 07:39:25 (3/166) Installing libpng (1.6.44-r0) 07:39:25 (4/166) Installing freetype (2.13.2-r0) 07:39:25 Getting requirements to build wheel: finished with status 'done' 07:39:25 Preparing metadata (pyproject.toml): started 07:39:26 Preparing metadata (pyproject.toml): finished with status 'done' 07:39:26 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 07:39:26 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) 07:39:26 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 07:39:26 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 07:39:26 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 07:39:26 Downloading psycopg2-2.9.10.tar.gz (385 kB) 07:39:26 Preparing metadata (setup.py): started 07:39:26 (5/166) Installing fontconfig (2.15.0-r1) 07:39:26 Preparing metadata (setup.py): finished with status 'done' 07:39:26 Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) 07:39:26 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 07:39:27 (6/166) Installing libfontenc (1.1.8-r0) 07:39:27 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 07:39:27 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 07:39:27 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) 07:39:27 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 07:39:27 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading click-8.2.0-py3-none-any.whl.metadata (2.5 kB) 07:39:27 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 07:39:27 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading flex-6.14.1.tar.gz (40 kB) 07:39:27 Preparing metadata (setup.py): started 07:39:27 (7/166) Installing mkfontscale (1.2.2-r6) 07:39:27 Preparing metadata (setup.py): finished with status 'done' 07:39:27 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 07:39:27 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 07:39:27 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 07:39:27 (8/166) Installing font-opensans (0_git20210927-r1) 07:39:27 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 07:39:27 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 07:39:27 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 07:39:27 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:27 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 07:39:27 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 07:39:27 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 07:39:27 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 07:39:27 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 07:39:27 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 07:39:27 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 07:39:27 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 07:39:27 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 07:39:27 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:39:27 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 07:39:27 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:39:27 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 07:39:27 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.7.1) 07:39:27 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:39:27 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 07:39:27 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:39:27 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 07:39:27 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 07:39:27 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 07:39:27 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:27 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 07:39:28 Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 07:39:28 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 07:39:28 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 07:39:28 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 07:39:28 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 07:39:28 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 07:39:28 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:39:28 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 07:39:28 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 07:39:28 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:39:28 Preparing metadata (setup.py): started 07:39:28 (9/166) Installing pkgconf (2.2.0-r0) 07:39:28 Preparing metadata (setup.py): finished with status 'done' 07:39:28 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 07:39:28 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:39:28 Preparing metadata (setup.py): started 07:39:28 Preparing metadata (setup.py): finished with status 'done' 07:39:28 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 07:39:28 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 07:39:28 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 07:39:28 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:28 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 07:39:28 (10/166) Installing libgcc (13.2.1_git20240309-r1) 07:39:29 (11/166) Installing libffi (3.4.6-r0) 07:39:29 (12/166) Installing libintl (0.22.5-r0) 07:39:29 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 07:39:29 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 07:39:29 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 07:39:29 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 07:39:29 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 07:39:29 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 07:39:29 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 07:39:29 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 07:39:29 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)) 07:39:29 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 07:39:29 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 07:39:29 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)) 07:39:29 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 07:39:29 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:39:29 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 07:39:29 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 07:39:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 91.3 MB/s eta 0:00:00 07:39:29 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 07:39:29 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 07:39:29 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 07:39:29 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 07:39:29 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 07:39:29 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 07:39:29 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 07:39:29 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 07:39:29 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 07:39:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 198.6 MB/s eta 0:00:00 07:39:29 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) 07:39:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 91.0 MB/s eta 0:00:00 07:39:29 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 07:39:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 230.6 MB/s eta 0:00:00 07:39:29 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 07:39:29 (13/166) Installing libeconf (0.6.3-r0) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 221.1 MB/s eta 0:00:00 07:39:30 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 07:39:30 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 07:39:30 Downloading idna-3.10-py3-none-any.whl (70 kB) 07:39:30 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 07:39:30 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 07:39:30 Downloading click-8.2.0-py3-none-any.whl (102 kB) 07:39:30 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 07:39:30 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:39:30 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 07:39:30 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 07:39:30 Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 350.8 MB/s eta 0:00:00 07:39:30 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 07:39:30 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 07:39:30 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:39:30 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 07:39:30 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 07:39:30 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 07:39:30 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 07:39:30 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 07:39:30 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:39:30 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 07:39:30 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 236.0 MB/s eta 0:00:00 07:39:30 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 07:39:30 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 263.8 MB/s eta 0:00:00 07:39:30 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:39:30 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 07:39:30 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 07:39:30 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 07:39:30 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 07:39:30 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 07:39:30 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 318.5 MB/s eta 0:00:00 07:39:30 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 07:39:30 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 07:39:30 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 07:39:30 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 07:39:30 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 07:39:30 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 07:39:30 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 07:39:30 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 07:39:30 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 07:39:30 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 07:39:30 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 07:39:30 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:39:30 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 07:39:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 210.5 MB/s eta 0:00:00 07:39:30 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 07:39:30 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 07:39:30 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:39:30 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 07:39:30 (14/166) Installing libblkid (2.40.1-r1) 07:39:30 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 07:39:30  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 07:39:30  Building wheel for robotbackgroundlogger (setup.py): started 07:39:30 (15/166) Installing libmount (2.40.1-r1) 07:39:30 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:39:30 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4340 sha256=10b41ca789b312c0a3c4ea79e0be1ae9ecba7890be4df88c83a0e91b364d54a0 07:39:30 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 07:39:30 Building wheel for psutil (pyproject.toml): started 07:39:31 (16/166) Installing pcre2 (10.43-r0) 07:39:31 (17/166) Installing glib (2.80.5-r0) 07:39:32 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 07:39:32 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:39:32 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277539 sha256=1a42fd430930ca7409e514056d424b53b9f605e7c32045a4c5a62e353c88ae79 07:39:32 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 07:39:32  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 07:39:32  Building wheel for psycopg2 (setup.py): started 07:39:32 (19/166) Installing xz-libs (5.6.2-r1) 07:39:33 (20/166) Installing libxml2 (2.12.7-r2) 07:39:33 (21/166) Installing shared-mime-info (2.4-r0) 07:39:34 (22/166) Installing hicolor-icon-theme (0.17-r2) 07:39:34 (23/166) Installing libjpeg-turbo (3.0.3-r0) 07:39:35 (24/166) Installing libsharpyuv (1.3.2-r0) 07:39:35 (25/166) Installing libwebp (1.3.2-r0) 07:39:35 (26/166) Installing tiff (4.6.0t-r0) 07:39:36 (27/166) Installing gdk-pixbuf (2.42.12-r0) 07:39:36 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 07:39:36 (29/166) Installing libxau (1.0.11-r4) 07:39:37 (30/166) Installing libmd (1.1.0-r0) 07:39:37 (31/166) Installing libbsd (0.12.2-r0) 07:39:38 (32/166) Installing libxdmcp (1.1.5-r1) 07:39:38 (33/166) Installing libxcb (1.16.1-r0) 07:39:38 (34/166) Installing libx11 (1.8.9-r1) 07:39:39 (35/166) Installing libxcomposite (0.4.6-r5) 07:39:39 (36/166) Installing libxfixes (6.0.1-r4) 07:39:40 (37/166) Installing libxrender (0.9.11-r5) 07:39:40 (38/166) Installing libxcursor (1.2.2-r1) 07:39:40 (39/166) Installing libxdamage (1.1.6-r5) 07:39:41 (40/166) Installing libxext (1.3.6-r2) 07:39:41 (41/166) Installing libxi (1.8.1-r4) 07:39:41 (42/166) Installing libxinerama (1.1.5-r4) 07:39:41 (43/166) Installing libxrandr (1.5.4-r1) 07:39:42 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:39:42 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521925 sha256=a6d77729a6a50534f2f23831e02748dd5f68f72ba084582d99f5761116db7356 07:39:42 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 07:39:42  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 07:39:42  Building wheel for flex (setup.py): started 07:39:42 Building wheel for flex (setup.py): finished with status 'done' 07:39:42 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=b998214ec74b9342ad039cb167b9f9600d61f6512701c5df11e31e31b64ee2d9 07:39:42 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 07:39:42  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 07:39:42  Building wheel for strict-rfc3339 (setup.py): started 07:39:42 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:39:42 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=12824b6c635c841dc51a8227f936ecb6710d2d2142084f744441e260d3091ed5 07:39:42 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 07:39:42  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 07:39:42  Building wheel for validate-email (setup.py): started 07:39:42 Building wheel for validate-email (setup.py): finished with status 'done' 07:39:42 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5562 sha256=785573874b012164599de18159b4b4a1d7d4c1949a96d512c1d1bcdd7408c7fe 07:39:42 Stored in directory: /tmp/pip-ephem-wheel-cache-y5h0nnf8/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 07:39:42 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 07:39:42 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 07:39:42 (44/166) Installing libatk-1.0 (2.52.0-r0) 07:39:42 (45/166) Installing libxtst (1.2.4-r6) 07:39:43 (46/166) Installing dbus-libs (1.14.10-r1) 07:39:43 (47/166) Installing at-spi2-core (2.52.0-r0) 07:39:43 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 07:39:44 (49/166) Installing pixman (0.43.2-r0) 07:39:44 (50/166) Installing cairo (1.18.0-r0) 07:39:45 (51/166) Installing cairo-gobject (1.18.0-r0) 07:39:45 (52/166) Installing avahi-libs (0.8-r17) 07:39:45 (53/166) Installing gmp (6.3.0-r1) 07:39:46 (54/166) Installing nettle (3.9.1-r0) 07:39:47 (55/166) Installing libtasn1 (4.20.0-r0) 07:39:47 (56/166) Installing p11-kit (0.25.3-r0) 07:39:47 (57/166) Installing gnutls (3.8.5-r0) 07:39:48 (58/166) Installing cups-libs (2.4.9-r1) 07:39:48 (59/166) Installing libepoxy (1.5.10-r1) 07:39:49 (60/166) Installing fribidi (1.0.15-r0) 07:39:49 (61/166) Installing graphite2 (1.3.14-r6) 07:39:50 (62/166) Installing harfbuzz (8.5.0-r0) 07:39:50 (63/166) Installing libxft (2.3.8-r3) 07:39:51 (64/166) Installing pango (1.52.2-r0) 07:39:51 (65/166) Installing wayland-libs-client (1.22.0-r4) 07:39:51 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 07:39:52 (67/166) Installing wayland-libs-egl (1.22.0-r4) 07:39:52 (68/166) Installing xkeyboard-config (2.41-r0) 07:39:52 07:39:52 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.0 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 07:39:52 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 07:39:53 (69/166) Installing libxkbcommon (1.7.0-r0) 07:39:53 (70/166) Installing gtk+3.0 (3.24.43-r0) 07:39:54 (71/166) Installing icu-data-full (74.2-r0) 07:39:56 (72/166) Installing mesa (24.0.9-r1) 07:39:57 (73/166) Installing llvm17-libs (17.0.6-r2) 07:40:07 (74/166) Installing hwdata-pci (0.382-r0) 07:40:07 (75/166) Installing libpciaccess (0.18.1-r0) 07:40:07 (76/166) Installing libdrm (2.4.120-r0) 07:40:08 (77/166) Installing libelf (0.191-r0) 07:40:08 (78/166) Installing mesa-glapi (24.0.9-r1) 07:40:08 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 07:40:11 (80/166) Installing eudev-libs (3.2.14-r2) 07:40:11 (81/166) Installing libmagic (5.45-r1) 07:40:11 (82/166) Installing file (5.45-r1) 07:40:12 (83/166) Installing xprop (1.2.7-r0) 07:40:12 (84/166) Installing libice (1.1.1-r6) 07:40:12 (85/166) Installing libuuid (2.40.1-r1) 07:40:13 (86/166) Installing libsm (1.2.4-r4) 07:40:13 (87/166) Installing libxt (1.3.0-r5) 07:40:14 (88/166) Installing libxmu (1.1.4-r2) 07:40:14 (89/166) Installing xset (1.2.5-r1) 07:40:14 Removing intermediate container 8621c684569b 07:40:14 ---> 6c558b0686f9 07:40:14 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:40:14 ---> Running in 5e9b1dac2ce1 07:40:14 Removing intermediate container 5e9b1dac2ce1 07:40:14 ---> 5cb515da5437 07:40:14 Step 11/13 : LABEL arch=amd64 07:40:14 ---> Running in e04d52d4cdd0 07:40:14 Removing intermediate container e04d52d4cdd0 07:40:14 ---> e03c9d015658 07:40:14 Step 12/13 : LABEL git_sha=e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:40:14 ---> Running in f1f082e769e2 07:40:14 Removing intermediate container f1f082e769e2 07:40:14 ---> 6ebd0e5c833b 07:40:14 Step 13/13 : LABEL version=1.0.0-dev.3 07:40:14 ---> Running in 10c5a0b820c6 07:40:14 Removing intermediate container 10c5a0b820c6 07:40:14 ---> 5ded50b22001 07:40:14 [Warning] One or more build-args [ARCH] were not consumed 07:40:14 Successfully built 5ded50b22001 07:40:14 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 07:40:14 (90/166) Installing xdg-utils (1.2.1-r0) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 07:40:14 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 07:40:14 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:40:14 latest 07:40:14 1.0.0-dev.3 07:40:14 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:40:14 main 07:40:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:14 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:15 (91/166) Installing libogg (1.3.5-r5) 07:40:15 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:40:15 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:40:15 7a660b787eb5: Preparing 07:40:15 6e9f2b20173e: Preparing 07:40:15 5f9bb436282b: Preparing 07:40:15 c81eae251858: Preparing 07:40:15 b50cbe071df8: Preparing 07:40:15 994456c4fd7b: Preparing 07:40:15 c81eae251858: Pushed 07:40:15 6e9f2b20173e: Pushed 07:40:15 5f9bb436282b: Pushed 07:40:15 b50cbe071df8: Pushed 07:40:15 994456c4fd7b: Layer already exists 07:40:15 (92/166) Installing libflac (1.4.3-r1) 07:40:16 (93/166) Installing alsa-lib (1.2.11-r0) 07:40:16 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 07:40:17 (95/166) Installing aom-libs (3.9.1-r0) 07:40:17 (96/166) Installing libva (2.21.0-r0) 07:40:18 (97/166) Installing libvdpau (1.5-r3) 07:40:18 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 07:40:18 (99/166) Installing libdav1d (1.4.2-r0) 07:40:19 (100/166) Installing openexr-libiex (3.1.13-r1) 07:40:19 (101/166) Installing openexr-libilmthread (3.1.13-r1) 07:40:20 (102/166) Installing imath (3.1.12-r0) 07:40:20 (103/166) Installing openexr-libopenexr (3.1.13-r1) 07:40:21 (104/166) Installing giflib (5.2.2-r0) 07:40:21 (105/166) Installing libhwy (1.0.7-r0) 07:40:21 (106/166) Installing lcms2 (2.16-r0) 07:40:22 (107/166) Installing libjxl (0.10.2-r0) 07:40:22 (108/166) Installing lame-libs (3.100-r5) 07:40:23 (109/166) Installing opus (1.5.2-r0) 07:40:23 (110/166) Installing rav1e-libs (0.7.1-r0) 07:40:24 (111/166) Installing libgomp (13.2.1_git20240309-r1) 07:40:24 (112/166) Installing soxr (0.1.3-r7) 07:40:25 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 07:40:25 (114/166) Installing libtheora (1.1.1-r18) 07:40:26 (115/166) Installing libvorbis (1.3.7-r2) 07:40:26 (116/166) Installing libvpx (1.14.1-r0) 07:40:27 (117/166) Installing libwebpmux (1.3.2-r0) 07:40:27 (118/166) Installing x264-libs (0.164_git20231001-r0) 07:40:28 (119/166) Installing numactl (2.0.18-r0) 07:40:28 (120/166) Installing x265-libs (3.6-r0) 07:40:29 (121/166) Installing xvidcore (1.3.7-r2) 07:40:29 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 07:40:30 (123/166) Installing libbluray (1.3.4-r1) 07:40:30 (124/166) Installing mpg123-libs (1.32.8-r0) 07:40:31 (125/166) Installing libopenmpt (0.7.7-r0) 07:40:31 (126/166) Installing cjson (1.7.18-r0) 07:40:32 (127/166) Installing mbedtls (3.6.3-r0) 07:40:32 (128/166) Installing librist (0.2.10-r1) 07:40:33 (129/166) Installing libsrt (1.5.3-r0) 07:40:33 (130/166) Installing libssh (0.10.6-r0) 07:40:33 (131/166) Installing libsodium (1.0.19-r0) 07:40:34 (132/166) Installing libzmq (4.3.5-r2) 07:40:34 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 07:40:35 (134/166) Installing crc32c (1.1.2-r0) 07:40:35 (135/166) Installing double-conversion (3.3.0-r0) 07:40:36 (136/166) Installing libevent (2.1.12-r7) 07:40:36 (137/166) Installing wayland-libs-server (1.22.0-r4) 07:40:37 (138/166) Installing mesa-gbm (24.0.9-r1) 07:40:37 (139/166) Installing harfbuzz-subset (8.5.0-r0) 07:40:37 (140/166) Installing icu-libs (74.2-r0) 07:40:38 (141/166) Installing minizip (1.3.1-r0) 07:40:39 (142/166) Installing nspr (4.35-r4) 07:40:39 (143/166) Installing sqlite-libs (3.45.3-r2) 07:40:39 (144/166) Installing nss (3.105-r0) 07:40:40 (145/166) Installing openh264 (2.4.1-r0) 07:40:41 (146/166) Installing libcamera-ipa (0.3.0-r0) 07:40:41 (147/166) Installing libunwind (1.8.1-r0) 07:40:41 (148/166) Installing yaml (0.2.5-r2) 07:40:42 (149/166) Installing libcamera (0.3.0-r0) 07:40:43 (150/166) Installing speexdsp (1.2.1-r2) 07:40:43 (151/166) Installing libuv (1.48.0-r0) 07:40:43 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 07:40:44 (153/166) Installing libsndfile (1.2.2-r1) 07:40:44 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 07:40:45 (155/166) Installing pipewire-libs (1.0.6-r1) 07:40:45 (156/166) Installing libasyncns (0.8-r3) 07:40:45 (157/166) Installing libltdl (2.4.7-r3) 07:40:46 (158/166) Installing orc (0.4.40-r0) 07:40:46 (159/166) Installing tdb-libs (1.4.9-r1) 07:40:47 (160/166) Installing libpulse (17.0-r0) 07:40:47 (161/166) Installing libwebpdemux (1.3.2-r0) 07:40:48 (162/166) Installing libgpg-error (1.49-r0) 07:40:48 (163/166) Installing libgcrypt (1.10.3-r0) 07:40:49 (164/166) Installing libxslt (1.1.39-r2) 07:40:49 (165/166) Installing chromium (131.0.6778.108-r0) 07:41:04 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 07:41:05 Executing busybox-1.36.1-r29.trigger 07:41:05 Executing fontconfig-2.15.0-r1.trigger 07:41:05 Executing mkfontscale-1.2.2-r6.trigger 07:41:05 Executing glib-2.80.5-r0.trigger 07:41:05 Executing shared-mime-info-2.4-r0.trigger 07:41:07 Executing gdk-pixbuf-2.42.12-r0.trigger 07:41:07 Executing gtk-update-icon-cache-3.24.43-r0.trigger 07:41:07 Executing gtk+3.0-3.24.43-r0.trigger 07:41:07 OK: 657 MiB in 194 packages 07:41:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:41:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:41:09 (1/30) Installing jansson (2.14-r4) 07:41:10 (2/30) Installing binutils (2.42-r1) 07:41:11 (3/30) Installing libatomic (13.2.1_git20240309-r1) 07:41:11 (4/30) Installing isl26 (0.26-r1) 07:41:12 (5/30) Installing mpfr4 (4.2.1-r0) 07:41:12 (6/30) Installing mpc1 (1.3.1-r1) 07:41:12 (7/30) Installing gcc (13.2.1_git20240309-r1) 07:41:21 (8/30) Installing musl-dev (1.2.5-r1) 07:41:21 (9/30) Installing linux-headers (6.6-r0) 07:41:22 (10/30) Installing libffi-dev (3.4.6-r0) 07:41:22 (11/30) Installing libpq (16.8-r0) 07:41:23 (12/30) Installing openssl-dev (3.3.3-r0) 07:41:24 (13/30) Installing libpq-dev (16.8-r0) 07:41:24 (14/30) Installing libecpg (16.8-r0) 07:41:24 (15/30) Installing libecpg-dev (16.8-r0) 07:41:25 (16/30) Installing clang16-headers (16.0.6-r5) 07:41:26 (17/30) Installing llvm16-libs (16.0.6-r9) 07:41:36 (18/30) Installing clang16-libs (16.0.6-r5) 07:41:36 (19/30) Installing fortify-headers (1.1-r3) 07:41:37 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 07:41:38 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 07:41:38 (22/30) Installing clang16 (16.0.6-r5) 07:41:39 (23/30) Installing icu (74.2-r0) 07:41:39 (24/30) Installing icu-dev (74.2-r0) 07:41:40 (25/30) Installing llvm16 (16.0.6-r9) 07:41:43 (26/30) Installing lz4-libs (1.9.4-r5) 07:41:43 (27/30) Installing lz4-dev (1.9.4-r5) 07:41:44 (28/30) Installing zstd (1.5.6-r0) 07:41:44 (29/30) Installing zstd-dev (1.5.6-r0) 07:41:44 (30/30) Installing postgresql16-dev (16.8-r0) 07:41:45 Executing busybox-1.36.1-r29.trigger 07:41:45 OK: 1184 MiB in 224 packages 07:41:46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:41:46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:41:48 (1/14) Installing g++ (13.2.1_git20240309-r1) 07:41:51 (2/14) Installing gdbm (1.23-r1) 07:41:52 (3/14) Installing mpdecimal (4.0.0-r0) 07:41:52 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 07:41:52 (5/14) Installing libncursesw (6.4_p20240420-r2) 07:41:53 (6/14) Installing libpanelw (6.4_p20240420-r2) 07:41:53 (7/14) Installing readline (8.2.10-r0) 07:41:53 (8/14) Installing python3 (3.12.10-r0) 07:41:55 (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) 07:41:56 (10/14) Installing pyc (3.12.10-r0) 07:41:56 (11/14) Installing python3-pyc (3.12.10-r0) 07:41:56 (12/14) Installing python3-dev (3.12.10-r0) 07:42:07 (13/14) Installing libsodium-dev (1.0.19-r0) 07:42:08 (14/14) Installing zeromq-dev (4.3.5-r2) 07:42:08 Executing busybox-1.36.1-r29.trigger 07:42:08 OK: 1370 MiB in 238 packages 07:42:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:11 OK: 1370 MiB in 238 packages 07:42:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:14 (1/1) Installing tzdata (2025b-r0) 07:42:14 OK: 1372 MiB in 239 packages 07:42:16 (1/1) Purging tzdata (2025b-r0) 07:42:16 OK: 1370 MiB in 238 packages 07:42:26 Looking in links: /tmp/tmpcqmcgj5h 07:42:26 Processing /tmp/tmpcqmcgj5h/pip-25.0.1-py3-none-any.whl 07:42:26 Installing collected packages: pip 07:42:33 Successfully installed pip-25.0.1 07:42:33 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. 07:42:34 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 07:42:35 Collecting pip 07:42:35 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 07:42:36 Collecting setuptools 07:42:36 Downloading setuptools-80.7.1-py3-none-any.whl.metadata (6.6 kB) 07:42:36 Collecting wheel 07:42:36 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 07:42:36 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 07:42:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 46.8 MB/s eta 0:00:00 07:42:36 Downloading setuptools-80.7.1-py3-none-any.whl (1.2 MB) 07:42:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.7 MB/s eta 0:00:00 07:42:36 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 07:42:37 Installing collected packages: wheel, setuptools, pip 07:42:43 Attempting uninstall: pip 07:42:43 Found existing installation: pip 25.0.1 07:42:43 Uninstalling pip-25.0.1: 07:42:43 Successfully uninstalled pip-25.0.1 07:42:50 Successfully installed pip-25.1.1 setuptools-80.7.1 wheel-0.45.1 07:42:50 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. 07:42:52 Processing ./edgex-taf-common 07:42:52 Preparing metadata (setup.py): started 07:42:52 7a660b787eb5: Pushed 07:42:52 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8: digest: sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:53 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:53 Preparing metadata (setup.py): finished with status 'done' 07:42:53 Building wheels for collected packages: edgex-taf-common 07:42:53  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 07:42:53  Building wheel for edgex-taf-common (setup.py): started 07:42:53 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:42:53 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:42:53 7a660b787eb5: Preparing 07:42:53 6e9f2b20173e: Preparing 07:42:53 5f9bb436282b: Preparing 07:42:53 c81eae251858: Preparing 07:42:53 b50cbe071df8: Preparing 07:42:53 994456c4fd7b: Preparing 07:42:53 994456c4fd7b: Waiting 07:42:53 c81eae251858: Layer already exists 07:42:53 6e9f2b20173e: Layer already exists 07:42:53 7a660b787eb5: Layer already exists 07:42:53 5f9bb436282b: Layer already exists 07:42:53 b50cbe071df8: Layer already exists 07:42:53 994456c4fd7b: Layer already exists 07:42:53 latest: digest: sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:53 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 07:42:54 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:42:54 7a660b787eb5: Preparing 07:42:54 6e9f2b20173e: Preparing 07:42:54 5f9bb436282b: Preparing 07:42:54 c81eae251858: Preparing 07:42:54 b50cbe071df8: Preparing 07:42:54 994456c4fd7b: Preparing 07:42:54 994456c4fd7b: Waiting 07:42:54 7a660b787eb5: Layer already exists 07:42:54 c81eae251858: Layer already exists 07:42:54 5f9bb436282b: Layer already exists 07:42:54 6e9f2b20173e: Layer already exists 07:42:54 b50cbe071df8: Layer already exists 07:42:54 994456c4fd7b: Layer already exists 07:42:54 1.0.0-dev.3: digest: sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:42:54 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15390 sha256=a9a6511393c17846244a852884c7388b65e958d015795f207c7e499a41efc247 07:42:54 Stored in directory: /tmp/pip-ephem-wheel-cache-dfwsd4h5/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 07:42:54 Successfully built edgex-taf-common 07:42:54 Installing collected packages: edgex-taf-common 07:42:54 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:42:54 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:42:54 7a660b787eb5: Preparing 07:42:54 6e9f2b20173e: Preparing 07:42:54 5f9bb436282b: Preparing 07:42:54 c81eae251858: Preparing 07:42:54 b50cbe071df8: Preparing 07:42:54 994456c4fd7b: Preparing 07:42:54 c81eae251858: Layer already exists 07:42:54 7a660b787eb5: Layer already exists 07:42:54 b50cbe071df8: Layer already exists 07:42:54 6e9f2b20173e: Layer already exists 07:42:54 5f9bb436282b: Layer already exists 07:42:54 994456c4fd7b: Layer already exists 07:42:54 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3: digest: sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:55 Successfully installed edgex-taf-common-0.0.0 07:42:55 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. 07:42:55 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:55 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:42:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:42:55 7a660b787eb5: Preparing 07:42:55 6e9f2b20173e: Preparing 07:42:55 5f9bb436282b: Preparing 07:42:55 c81eae251858: Preparing 07:42:55 b50cbe071df8: Preparing 07:42:55 994456c4fd7b: Preparing 07:42:55 994456c4fd7b: Waiting 07:42:55 6e9f2b20173e: Layer already exists 07:42:55 c81eae251858: Layer already exists 07:42:55 b50cbe071df8: Layer already exists 07:42:55 5f9bb436282b: Layer already exists 07:42:55 7a660b787eb5: Layer already exists 07:42:55 994456c4fd7b: Layer already exists 07:42:55 main: digest: sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:55 ===================================================== [Pipeline] echo 07:42:55 taggedImages: 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 07:42:55 ========================================================= 07:42:55 [edgeXBuildMultiArch] RAW Config: 07:42:55 images: 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:42:55 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:42:55 settingsFile: 07:42:55 taf-settings 07:42:55 ========================================================= [Pipeline] node 07:42:58 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 07:42:58 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 07:42:58 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 07:42:58 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 07:42:58 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 07:42:58 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 07:42:58 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 07:42:58 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 07:42:58 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:42:58 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:42:58 Preparing metadata (setup.py): started 07:42:59 Preparing metadata (setup.py): finished with status 'done' 07:42:59 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 07:42:59 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 07:42:59 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 07:42:59 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 07:42:59 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 07:42:59 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 07:42:59 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 07:42:59 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 07:42:59 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 07:43:00 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 07:43:02 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 07:43:02 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 07:43:02 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 07:43:02 Downloading psutil-7.0.0.tar.gz (497 kB) 07:43:02 Installing build dependencies: started 07:43:08 Installing build dependencies: finished with status 'done' 07:43:08 Getting requirements to build wheel: started 07:43:10 Still waiting to schedule task 07:43:10 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:43:10 Getting requirements to build wheel: finished with status 'done' 07:43:10 Preparing metadata (pyproject.toml): started 07:43:12 Preparing metadata (pyproject.toml): finished with status 'done' 07:43:14 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 07:43:14 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) 07:43:14 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 07:43:14 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 07:43:14 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 07:43:14 Downloading psycopg2-2.9.10.tar.gz (385 kB) 07:43:15 Preparing metadata (setup.py): started 07:43:16 Preparing metadata (setup.py): finished with status 'done' 07:43:17 Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) 07:43:17 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 07:43:19 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 07:43:19 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 07:43:19 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:19 Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) 07:43:19 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:19 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 07:43:19 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:19 Downloading click-8.2.0-py3-none-any.whl.metadata (2.5 kB) 07:43:19 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:19 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 07:43:19 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:19 Downloading flex-6.14.1.tar.gz (40 kB) 07:43:19 Preparing metadata (setup.py): started 07:43:21 Preparing metadata (setup.py): finished with status 'done' 07:43:21 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:21 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 07:43:21 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:21 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 07:43:21 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:21 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 07:43:21 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:21 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 07:43:21 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:21 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 07:43:22 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:22 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 07:43:22 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:22 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 07:43:22 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 07:43:22 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 07:43:22 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 07:43:22 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 07:43:23 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 07:43:23 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 07:43:23 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 07:43:23 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 07:43:23 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:43:23 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 07:43:23 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:43:23 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 07:43:23 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.7.1) 07:43:23 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:43:23 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 07:43:23 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 07:43:23 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 07:43:24 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 07:43:24 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 07:43:24 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 07:43:24 Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 07:43:24 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 07:43:24 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 07:43:24 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:24 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 07:43:25 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:25 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 07:43:25 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:25 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 07:43:25 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:43:25 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 07:43:25 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:25 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 07:43:25 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:25 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:43:25 Preparing metadata (setup.py): started 07:43:26 Preparing metadata (setup.py): finished with status 'done' 07:43:26 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:26 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 07:43:26 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:26 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:43:26 Preparing metadata (setup.py): started 07:43:27 Preparing metadata (setup.py): finished with status 'done' 07:43:28 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:28 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 07:43:28 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:28 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 07:43:28 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:28 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 07:43:28 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:28 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 07:43:31 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 07:43:31 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 07:43:31 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 07:43:31 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 07:43:31 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 07:43:31 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:31 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 07:43:32 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:32 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 07:43:32 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:32 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 07:43:32 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)) 07:43:32 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 07:43:32 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:32 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 07:43:32 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)) 07:43:32 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 07:43:33 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:43:33 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 07:43:33 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 07:43:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 62.1 MB/s eta 0:00:00 07:43:33 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 07:43:33 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 07:43:33 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 07:43:33 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 07:43:33 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 07:43:33 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 07:43:33 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 07:43:33 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 07:43:33 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 51.4 MB/s eta 0:00:00 07:43:34 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.1 MB/s eta 0:00:00 07:43:34 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 60.9 MB/s eta 0:00:00 07:43:34 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 59.2 MB/s eta 0:00:00 07:43:34 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 07:43:34 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 07:43:34 Downloading idna-3.10-py3-none-any.whl (70 kB) 07:43:34 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 07:43:34 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 07:43:34 Downloading click-8.2.0-py3-none-any.whl (102 kB) 07:43:34 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 07:43:34 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:43:34 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 07:43:34 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 07:43:34 Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 52.1 MB/s eta 0:00:00 07:43:34 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 07:43:34 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 07:43:34 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:43:34 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 07:43:34 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 07:43:34 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 07:43:34 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 07:43:34 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 07:43:34 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:43:34 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 07:43:34 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 50.7 MB/s eta 0:00:00 07:43:34 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 07:43:34 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 61.4 MB/s eta 0:00:00 07:43:34 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:43:34 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 07:43:34 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 07:43:34 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 07:43:34 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 07:43:34 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 07:43:34 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB) 07:43:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 58.3 MB/s eta 0:00:00 07:43:34 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 07:43:34 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 07:43:34 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 07:43:34 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 07:43:34 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 07:43:34 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 07:43:34 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 07:43:34 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 07:43:34 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 07:43:34 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 07:43:35 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 07:43:35 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:43:35 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 07:43:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 60.4 MB/s eta 0:00:00 07:43:35 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 07:43:35 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 07:43:35 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:43:35 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 07:43:36 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 07:43:36  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 07:43:36  Building wheel for robotbackgroundlogger (setup.py): started 07:43:37 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:43:37 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4340 sha256=05993fd0947fbb684a6275579f075e97e7e6898ffd36a7fa6031bb4e514b3410 07:43:37 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 07:43:37 Building wheel for psutil (pyproject.toml): started 07:43:49 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:43:49 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278204 sha256=9642b67a1bdf80116e9961f1ec055a51e81494070acb91fac7f21a9ba2feafe9 07:43:49 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 07:43:49  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 07:43:49  Building wheel for psycopg2 (setup.py): started 07:44:03 Running on prd-centos7-docker-4c-2g-1588 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:03 provisioning config files... 07:44:03 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17185683415303969658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:44:07 ---> ****-login.sh 07:44:07 nexus3.edgexfoundry.org:10001 07:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:07 Configure a credential helper to remove this warning. See 07:44:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:07 07:44:07 Login Succeeded 07:44:07 nexus3.edgexfoundry.org:10002 07:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:07 Configure a credential helper to remove this warning. See 07:44:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:07 07:44:07 Login Succeeded 07:44:07 nexus3.edgexfoundry.org:10003 07:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:07 Configure a credential helper to remove this warning. See 07:44:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:07 07:44:07 Login Succeeded 07:44:07 nexus3.edgexfoundry.org:10004 07:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:07 Configure a credential helper to remove this warning. See 07:44:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:07 07:44:07 Login Succeeded 07:44:07 ****.io 07:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:07 Configure a credential helper to remove this warning. See 07:44:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:07 07:44:07 Login Succeeded 07:44:07 ---> ****-login.sh ends [Pipeline] } 07:44:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:08 + docker buildx ls 07:44:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:44:08 default * docker 07:44:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:44:08 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:44:08 edgex-builder [Pipeline] sh 07:44:09 + docker buildx inspect --bootstrap 07:44:09 #1 [internal] booting buildkit 07:44:09 #1 pulling image moby/buildkit:buildx-stable-1 07:44:13 #1 pulling image moby/buildkit:buildx-stable-1 4.8s done 07:44:13 #1 creating container buildx_buildkit_edgex-builder0 07:44:14 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 07:44:14 #1 DONE 6.3s 07:44:14 Name: edgex-builder 07:44:14 Driver: docker-container 07:44:14 07:44:14 Nodes: 07:44:14 Name: edgex-builder0 07:44:14 Endpoint: unix:///var/run/docker.sock 07:44:14 Status: running 07:44:14 Buildkit: v0.21.1 07:44:14 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:44:15 + docker buildx ls 07:44:15 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:44:15 edgex-builder * docker-container 07:44:15 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:44:15 default docker 07:44:15 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:44:15 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8' 07:44:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 --push - 07:44:15 #1 [internal] load build definition from Dockerfile 07:44:15 #1 transferring dockerfile: 201B done 07:44:15 #1 DONE 0.0s 07:44:15 07:44:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:44:15 #2 DONE 0.1s 07:44:15 07:44:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:44:15 #3 DONE 0.1s 07:44:15 07:44:15 #4 [internal] load .dockerignore 07:44:15 #4 transferring context: 2B done 07:44:15 #4 DONE 0.0s 07:44:15 07:44:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:15 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:15 #5 DONE 0.0s 07:44:15 07:44:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:15 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:15 #6 DONE 0.1s 07:44:15 07:44:15 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:44:15 #7 DONE 0.0s 07:44:15 07:44:15 #8 exporting to image 07:44:15 #8 exporting layers done 07:44:15 #8 exporting manifest sha256:9dc73279b94cb7211990e9a68fc5bc2c49d45bea0a513ada911a6637e1a6b1bc 0.0s done 07:44:15 #8 exporting config sha256:5f29777be2b99bb1bdd0fedaa3e63129b68fd9098685002674befe5283fb11bc done 07:44:15 #8 exporting manifest sha256:ae1836e6f9fe895982eaa860866486a9e20adb01fbce1f90458620dda058a52c done 07:44:15 #8 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 done 07:44:15 #8 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c done 07:44:15 #8 pushing layers 07:44:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:16 #8 pushing layers 0.1s done 07:44:16 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 0.1s done 07:44:16 #8 DONE 0.3s 07:44:16 07:44:16 1 warning found (use --debug to expand): 07:44:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:16 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 07:44:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 07:44:16 #1 [internal] load build definition from Dockerfile 07:44:16 #1 transferring dockerfile: 167B done 07:44:16 #1 DONE 0.0s 07:44:16 07:44:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:44:16 #2 DONE 0.0s 07:44:16 07:44:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:44:16 #3 DONE 0.0s 07:44:16 07:44:16 #4 [internal] load .dockerignore 07:44:16 #4 transferring context: 2B done 07:44:16 #4 DONE 0.0s 07:44:16 07:44:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:16 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:16 #5 DONE 0.0s 07:44:16 07:44:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:16 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:16 #6 CACHED 07:44:16 07:44:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:16 #5 CACHED 07:44:16 07:44:16 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:44:16 #7 DONE 0.0s 07:44:16 07:44:16 #8 exporting to image 07:44:16 #8 exporting layers done 07:44:16 #8 exporting manifest sha256:9dc73279b94cb7211990e9a68fc5bc2c49d45bea0a513ada911a6637e1a6b1bc done 07:44:16 #8 exporting config sha256:5f29777be2b99bb1bdd0fedaa3e63129b68fd9098685002674befe5283fb11bc done 07:44:16 #8 exporting manifest sha256:ae1836e6f9fe895982eaa860866486a9e20adb01fbce1f90458620dda058a52c done 07:44:16 #8 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 done 07:44:16 #8 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c done 07:44:16 #8 pushing layers 0.0s done 07:44:16 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 0.1s done 07:44:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:16 #8 DONE 0.1s 07:44:16 07:44:16 1 warning found (use --debug to expand): 07:44:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:16 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3' 07:44:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 --push - 07:44:16 #1 [internal] load build definition from Dockerfile 07:44:16 #1 transferring dockerfile: 172B done 07:44:16 #1 DONE 0.0s 07:44:16 07:44:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 07:44:16 #2 DONE 0.0s 07:44:16 07:44:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3 07:44:16 #3 DONE 0.0s 07:44:16 07:44:16 #4 [internal] load .dockerignore 07:44:16 #4 transferring context: 2B done 07:44:16 #4 DONE 0.0s 07:44:16 07:44:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:16 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:16 #5 CACHED 07:44:16 07:44:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:16 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 0.0s done 07:44:16 #6 CACHED 07:44:16 07:44:16 #7 exporting to image 07:44:16 #7 exporting layers done 07:44:16 #7 exporting manifest sha256:9dc73279b94cb7211990e9a68fc5bc2c49d45bea0a513ada911a6637e1a6b1bc done 07:44:16 #7 exporting config sha256:5f29777be2b99bb1bdd0fedaa3e63129b68fd9098685002674befe5283fb11bc done 07:44:16 #7 exporting manifest sha256:ae1836e6f9fe895982eaa860866486a9e20adb01fbce1f90458620dda058a52c done 07:44:16 #7 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 07:44:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:17 #7 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 done 07:44:17 #7 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c done 07:44:17 #7 pushing layers 0.0s done 07:44:17 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.3@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 0.1s done 07:44:17 #7 DONE 0.1s 07:44:17 07:44:17 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:44:17 #8 DONE 0.0s 07:44:17 07:44:17 1 warning found (use --debug to expand): 07:44:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:18 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3' 07:44:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 --push - 07:44:18 #1 [internal] load build definition from Dockerfile 07:44:18 #1 transferring dockerfile: 213B done 07:44:18 #1 DONE 0.0s 07:44:18 07:44:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:44:18 #2 DONE 0.0s 07:44:18 07:44:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:44:18 #3 DONE 0.0s 07:44:18 07:44:18 #4 [internal] load .dockerignore 07:44:18 #4 transferring context: 2B done 07:44:18 #4 DONE 0.0s 07:44:18 07:44:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:18 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b done 07:44:18 #5 CACHED 07:44:18 07:44:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:18 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b done 07:44:18 #6 CACHED 07:44:18 07:44:18 #7 exporting to image 07:44:18 #7 exporting layers done 07:44:18 #7 exporting manifest sha256:9dc73279b94cb7211990e9a68fc5bc2c49d45bea0a513ada911a6637e1a6b1bc done 07:44:18 #7 exporting config sha256:5f29777be2b99bb1bdd0fedaa3e63129b68fd9098685002674befe5283fb11bc done 07:44:18 #7 exporting manifest sha256:ae1836e6f9fe895982eaa860866486a9e20adb01fbce1f90458620dda058a52c done 07:44:18 #7 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 done 07:44:18 #7 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c done 07:44:18 #7 pushing layers 07:44:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:20 #7 pushing layers 1.0s done 07:44:20 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 07:44:20 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 2.1s done 07:44:20 #7 DONE 3.1s 07:44:20 07:44:20 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:44:20 #8 DONE 0.0s 07:44:20 07:44:20 1 warning found (use --debug to expand): 07:44:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:22 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 07:44:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 07:44:22 #1 [internal] load build definition from Dockerfile 07:44:22 #1 transferring dockerfile: 165B done 07:44:22 #1 DONE 0.0s 07:44:22 07:44:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:44:22 #2 DONE 0.0s 07:44:22 07:44:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:44:22 #3 DONE 0.0s 07:44:22 07:44:22 #4 [internal] load .dockerignore 07:44:22 #4 transferring context: 2B done 07:44:22 #4 DONE 0.0s 07:44:22 07:44:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:22 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b done 07:44:22 #5 CACHED 07:44:22 07:44:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b 07:44:22 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:7a3a985b43b9ab24ea0aaacdc4ad5fba04cfd7cdc2404181fe917ef49f65ba5b done 07:44:22 #6 CACHED 07:44:22 07:44:22 #7 exporting to image 07:44:22 #7 exporting layers done 07:44:22 #7 exporting manifest sha256:9dc73279b94cb7211990e9a68fc5bc2c49d45bea0a513ada911a6637e1a6b1bc done 07:44:22 #7 exporting config sha256:5f29777be2b99bb1bdd0fedaa3e63129b68fd9098685002674befe5283fb11bc done 07:44:22 #7 exporting manifest sha256:ae1836e6f9fe895982eaa860866486a9e20adb01fbce1f90458620dda058a52c done 07:44:22 #7 exporting config sha256:2f678d87e87620c533187a1961908534084797f6af87126af336c66187196bc3 done 07:44:22 #7 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 07:44:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:22 #7 exporting manifest list sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c done 07:44:22 #7 pushing layers 07:44:26 #7 ... 07:44:26 07:44:26 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:44:26 #8 DONE 0.0s 07:44:26 07:44:26 #7 exporting to image 07:44:26 #7 pushing layers 1.1s done 07:44:26 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 07:44:26 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:f1c894af9a877b85ccd57ebef8a33112ad94626b3095cbd98d8ecbc849013d1c 4.4s done 07:44:26 #7 DONE 5.5s 07:44:26 07:44:26 1 warning found (use --debug to expand): 07:44:26  - 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 07:44:27 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:44:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:44:28 ---> package-listing.sh 07:44:28 ++ facter osfamily 07:44:28 ++ tr '[:upper:]' '[:lower:]' 07:44:28 + OS_FAMILY=redhat 07:44:28 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 07:44:28 + START_PACKAGES=/tmp/packages_start.txt 07:44:28 + END_PACKAGES=/tmp/packages_end.txt 07:44:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:44:28 + PACKAGES=/tmp/packages_start.txt 07:44:28 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:44:28 + PACKAGES=/tmp/packages_end.txt 07:44:28 + case "${OS_FAMILY}" in 07:44:28 + sort 07:44:28 + rpm -qa 07:44:28 + '[' -f /tmp/packages_start.txt ']' 07:44:28 + '[' -f /tmp/packages_end.txt ']' 07:44:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:44:28 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:44:28 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 07:44:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 07:44:28 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 07:44:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:29 07:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:30 latest: Pulling from edgex-lftools-log-publisher 07:44:30 5eb5b503b376: Pulling fs layer 07:44:30 5c69ac0246d0: Pulling fs layer 07:44:30 ec43610c2a17: Pulling fs layer 07:44:30 3a2ae6a8a46f: Pulling fs layer 07:44:30 33b1e0a273af: Pulling fs layer 07:44:30 5d3b04190fa2: Pulling fs layer 07:44:30 2f39f015ded8: Pulling fs layer 07:44:30 33b1e0a273af: Waiting 07:44:30 5d3b04190fa2: Waiting 07:44:30 2f39f015ded8: Waiting 07:44:30 3a2ae6a8a46f: Waiting 07:44:30 5c69ac0246d0: Verifying Checksum 07:44:30 5c69ac0246d0: Download complete 07:44:30 3a2ae6a8a46f: Verifying Checksum 07:44:30 3a2ae6a8a46f: Download complete 07:44:30 33b1e0a273af: Verifying Checksum 07:44:30 33b1e0a273af: Download complete 07:44:30 5d3b04190fa2: Verifying Checksum 07:44:30 5d3b04190fa2: Download complete 07:44:30 ec43610c2a17: Verifying Checksum 07:44:30 ec43610c2a17: Download complete 07:44:30 5eb5b503b376: Verifying Checksum 07:44:30 5eb5b503b376: Download complete 07:44:30 2f39f015ded8: Verifying Checksum 07:44:30 2f39f015ded8: Download complete 07:44:31 5eb5b503b376: Pull complete 07:44:31 5c69ac0246d0: Pull complete 07:44:31 ec43610c2a17: Pull complete 07:44:31 3a2ae6a8a46f: Pull complete 07:44:32 33b1e0a273af: Pull complete 07:44:33 5d3b04190fa2: Pull complete 07:44:36 2f39f015ded8: Pull complete 07:44:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:44:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:44:36 prd-centos7-docker-4c-2g-1588 does not seem to be running inside a container 07:44:36 $ 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 07:44:40 $ docker top 9ce72b1bd5dc98d0305aeb2da003582be8992f4c07a64ede394366cea0f5bcb9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:40 + touch /tmp/pre-build-complete [Pipeline] sh 07:44:41 + mkdir -p /var/log/sysstat [Pipeline] sh 07:44:41 + ls /var/log/sa-host 07:44:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:41 provisioning config files... 07:44:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11301086991797784598tmp [Pipeline] { [Pipeline] echo 07:44:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:44:41 ---> create-netrc.sh [Pipeline] } 07:44:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:44:42 ---> python-tools-install.sh [Pipeline] echo 07:44:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:44:42 ---> sudo-logs.sh 07:44:42 Archiving 'sudo' log.. 07:44:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-1588.novalocal: Name or service not known 07:44:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-1588.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:44:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:44:42 ---> job-cost.sh 07:44:42 lf-activate-venv: SKIPPING 07:44:42 INFO: No Stack... 07:44:43 INFO: Retrieving Pricing Info for: v3-standard-2 07:44:43 INFO: Archiving Costs [Pipeline] echo 07:44:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:44:43 ---> logs-deploy.sh 07:44:43 lf-activate-venv: SKIPPING 07:44:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/53 07:44:43 INFO: archiving workspace using pattern(s): 07:44:44 Archives upload complete. 07:44:44 INFO: archiving logs to Nexus 07:44:45 ---> uname -a: 07:44:45 Linux prd-centos7-docker-4c-2g-1588.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 07:44:45 07:44:45 07:44:45 ---> lscpu: 07:44:45 Architecture: x86_64 07:44:45 CPU op-mode(s): 32-bit, 64-bit 07:44:45 Byte Order: Little Endian 07:44:45 Address sizes: 40 bits physical, 48 bits virtual 07:44:45 CPU(s): 2 07:44:45 On-line CPU(s) list: 0,1 07:44:45 Thread(s) per core: 1 07:44:45 Core(s) per socket: 1 07:44:45 Socket(s): 2 07:44:45 NUMA node(s): 1 07:44:45 Vendor ID: AuthenticAMD 07:44:45 CPU family: 23 07:44:45 Model: 49 07:44:45 Model name: AMD EPYC-Rome Processor 07:44:45 Stepping: 0 07:44:45 CPU MHz: 2800.000 07:44:45 BogoMIPS: 5600.00 07:44:45 Virtualization: AMD-V 07:44:45 Hypervisor vendor: KVM 07:44:45 Virtualization type: full 07:44:45 L1d cache: 64 KiB 07:44:45 L1i cache: 64 KiB 07:44:45 L2 cache: 1 MiB 07:44:45 L3 cache: 32 MiB 07:44:45 NUMA node0 CPU(s): 0,1 07:44:45 Vulnerability Itlb multihit: Not affected 07:44:45 Vulnerability L1tf: Not affected 07:44:45 Vulnerability Mds: Not affected 07:44:45 Vulnerability Meltdown: Not affected 07:44:45 Vulnerability Mmio stale data: Not affected 07:44:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:44:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:44:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:44:45 Vulnerability Srbds: Not affected 07:44:45 Vulnerability Tsx async abort: Not affected 07:44:45 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 07:44:45 07:44:45 07:44:45 ---> nproc: 07:44:45 2 07:44:45 07:44:45 07:44:45 ---> df -h: 07:44:45 Filesystem Size Used Avail Use% Mounted on 07:44:45 overlay 40G 7.3G 33G 19% / 07:44:45 tmpfs 64M 0 64M 0% /dev 07:44:45 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 07:44:45 shm 64M 0 64M 0% /dev/shm 07:44:45 /dev/vda1 40G 7.3G 33G 19% /facter-os 07:44:45 07:44:45 07:44:45 Cannot open /var/log/sysstat/sa15: No such file or directory 07:44:45 Please check if data collecting is enabled 07:44:45 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:45 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:44:45 $ docker stop --time=1 9ce72b1bd5dc98d0305aeb2da003582be8992f4c07a64ede394366cea0f5bcb9 07:44:45 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:44:45 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512677 sha256=d44af651985fb0aa16064d71de88bf0fa8ee27bf382bc0bd4fe884474d4212dc 07:44:45 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 07:44:45  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 07:44:45  Building wheel for flex (setup.py): started 07:44:45 Building wheel for flex (setup.py): finished with status 'done' 07:44:45 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77343 sha256=6e649754da66c3cc67cbeb1f20e68589dc86888a867a7b8534d14f67d865a680 07:44:45 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 07:44:45  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 07:44:45  Building wheel for strict-rfc3339 (setup.py): started 07:44:46 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:44:46 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=c2b3355a0272adc0f743d6ca17538c46e5b66f6806677fea8c88ea71c83021ec 07:44:46 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 07:44:46  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 07:44:46  Building wheel for validate-email (setup.py): started 07:44:46 $ docker rm -f --volumes 9ce72b1bd5dc98d0305aeb2da003582be8992f4c07a64ede394366cea0f5bcb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:44:46 [WS-CLEANUP] Deleting project workspace... 07:44:46 [WS-CLEANUP] Deferred wipeout is used... 07:44:46 [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 07:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:47 07:44:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:47 latest: Pulling from edgex-lftools-log-publisher 07:44:47 5eb5b503b376: Pulling fs layer 07:44:47 5c69ac0246d0: Pulling fs layer 07:44:47 ec43610c2a17: Pulling fs layer 07:44:47 3a2ae6a8a46f: Pulling fs layer 07:44:47 33b1e0a273af: Pulling fs layer 07:44:47 5d3b04190fa2: Pulling fs layer 07:44:47 2f39f015ded8: Pulling fs layer 07:44:47 2f39f015ded8: Waiting 07:44:47 5d3b04190fa2: Waiting 07:44:47 3a2ae6a8a46f: Waiting 07:44:47 33b1e0a273af: Waiting 07:44:47 5c69ac0246d0: Download complete 07:44:47 3a2ae6a8a46f: Verifying Checksum 07:44:47 3a2ae6a8a46f: Download complete 07:44:47 33b1e0a273af: Verifying Checksum 07:44:47 33b1e0a273af: Download complete 07:44:47 5d3b04190fa2: Verifying Checksum 07:44:47 5d3b04190fa2: Download complete 07:44:47 ec43610c2a17: Verifying Checksum 07:44:47 ec43610c2a17: Download complete 07:44:47 Building wheel for validate-email (setup.py): finished with status 'done' 07:44:47 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5562 sha256=3258f108923a974dee33fb08e2ddddac3c740e7006c45ef0ecda22609ab5a80f 07:44:47 Stored in directory: /tmp/pip-ephem-wheel-cache-2bu8n9kx/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 07:44:47 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 07:44:47 5eb5b503b376: Verifying Checksum 07:44:47 5eb5b503b376: Download complete 07:44:48 2f39f015ded8: Download complete 07:44:48 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 07:44:49 5eb5b503b376: Pull complete 07:44:49 5c69ac0246d0: Pull complete 07:44:49 ec43610c2a17: Pull complete 07:44:49 3a2ae6a8a46f: Pull complete 07:44:49 33b1e0a273af: Pull complete 07:44:49 5d3b04190fa2: Pull complete 07:44:54 2f39f015ded8: Pull complete 07:44:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:44:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:44:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:44:54 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:44:56 $ docker top f3f246ea7d5a2b531677a45b6c57a010aa76c0808040b39da277452210038739 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:44:56 ---> job-cost.sh 07:44:56 lf-activate-venv: SKIPPING 07:44:56 INFO: No Stack... 07:44:56 INFO: Retrieving Pricing Info for: v3-standard-8 07:44:57 INFO: Archiving Costs [Pipeline] sh 07:44:57 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:44:57 + cut -d, -f6 [Pipeline] lock 07:44:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] 07:44:57 Resource [jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] did not exist. Created. 07:44:57 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:44:57 + echo total: 0.2199999988079071 [Pipeline] stash 07:44:57 Stashed 1 file(s) [Pipeline] } 07:44:57 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] [Pipeline] // lock [Pipeline] } 07:44:57 $ docker stop --time=1 f3f246ea7d5a2b531677a45b6c57a010aa76c0808040b39da277452210038739 07:44:59 $ docker rm -f --volumes f3f246ea7d5a2b531677a45b6c57a010aa76c0808040b39da277452210038739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:45:56 07:45:56 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.2.0 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 07:45:56 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. 07:46:43 Removing intermediate container a796cd22def2 07:46:43 ---> 66ffb22f6dbd 07:46:43 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:46:43 ---> Running in 524dbc7e6eb7 07:46:43 Removing intermediate container 524dbc7e6eb7 07:46:43 ---> 4d63715b5a6e 07:46:43 Step 11/13 : LABEL arch=arm64 07:46:43 ---> Running in d942d362899b 07:46:43 Removing intermediate container d942d362899b 07:46:43 ---> 99a2c1377b47 07:46:43 Step 12/13 : LABEL git_sha=e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:46:43 ---> Running in 36dc52030859 07:46:43 Removing intermediate container 36dc52030859 07:46:43 ---> b2be10ef41dd 07:46:43 Step 13/13 : LABEL version=1.0.0-dev.3 07:46:43 ---> Running in 8810d4727e54 07:46:43 Removing intermediate container 8810d4727e54 07:46:43 ---> c942325c0a3e 07:46:43 [Warning] One or more build-args [ARCH] were not consumed 07:46:43 Successfully built c942325c0a3e 07:46:43 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 07:46:43 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 07:46:43 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:46:43 latest 07:46:43 1.0.0-dev.3 07:46:43 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:46:43 main 07:46:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:43 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:46:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:46:44 0db1140a48c0: Preparing 07:46:44 1ee9bcf12785: Preparing 07:46:44 18d105e02c6f: Preparing 07:46:44 69aef53d4d39: Preparing 07:46:44 d37976467e5e: Preparing 07:46:44 dd9c8f8612c8: Preparing 07:46:44 dd9c8f8612c8: Waiting 07:46:44 69aef53d4d39: Pushed 07:46:44 18d105e02c6f: Pushed 07:46:44 1ee9bcf12785: Pushed 07:46:44 d37976467e5e: Pushed 07:46:45 dd9c8f8612c8: Layer already exists 07:52:07 0db1140a48c0: Pushed 07:52:07 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8: digest: sha256:4a9fc2d59e2434a30663f9d486cb83946971c57d6d33ef5123225e34bc73380f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:07 + 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 07:52:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:52:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:52:08 0db1140a48c0: Preparing 07:52:08 1ee9bcf12785: Preparing 07:52:08 18d105e02c6f: Preparing 07:52:08 69aef53d4d39: Preparing 07:52:08 d37976467e5e: Preparing 07:52:08 dd9c8f8612c8: Preparing 07:52:08 dd9c8f8612c8: Waiting 07:52:08 18d105e02c6f: Layer already exists 07:52:08 69aef53d4d39: Layer already exists 07:52:08 1ee9bcf12785: Layer already exists 07:52:08 d37976467e5e: Layer already exists 07:52:08 0db1140a48c0: Layer already exists 07:52:08 dd9c8f8612c8: Layer already exists 07:52:08 latest: digest: sha256:4a9fc2d59e2434a30663f9d486cb83946971c57d6d33ef5123225e34bc73380f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:08 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.3 07:52:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:52:09 0db1140a48c0: Preparing 07:52:09 1ee9bcf12785: Preparing 07:52:09 18d105e02c6f: Preparing 07:52:09 69aef53d4d39: Preparing 07:52:09 d37976467e5e: Preparing 07:52:09 dd9c8f8612c8: Preparing 07:52:09 dd9c8f8612c8: Waiting 07:52:09 18d105e02c6f: Layer already exists 07:52:09 d37976467e5e: Layer already exists 07:52:09 69aef53d4d39: Layer already exists 07:52:09 1ee9bcf12785: Layer already exists 07:52:09 0db1140a48c0: Layer already exists 07:52:09 dd9c8f8612c8: Layer already exists 07:52:09 1.0.0-dev.3: digest: sha256:4a9fc2d59e2434a30663f9d486cb83946971c57d6d33ef5123225e34bc73380f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:09 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:52:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:52:10 0db1140a48c0: Preparing 07:52:10 1ee9bcf12785: Preparing 07:52:10 18d105e02c6f: Preparing 07:52:10 69aef53d4d39: Preparing 07:52:10 d37976467e5e: Preparing 07:52:10 dd9c8f8612c8: Preparing 07:52:10 dd9c8f8612c8: Waiting 07:52:10 0db1140a48c0: Layer already exists 07:52:10 1ee9bcf12785: Layer already exists 07:52:10 18d105e02c6f: Layer already exists 07:52:10 69aef53d4d39: Layer already exists 07:52:10 d37976467e5e: Layer already exists 07:52:10 dd9c8f8612c8: Layer already exists 07:52:10 e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3: digest: sha256:4a9fc2d59e2434a30663f9d486cb83946971c57d6d33ef5123225e34bc73380f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:10 + 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 07:52:11 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 07:52:11 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:52:11 0db1140a48c0: Preparing 07:52:11 1ee9bcf12785: Preparing 07:52:11 18d105e02c6f: Preparing 07:52:11 69aef53d4d39: Preparing 07:52:11 d37976467e5e: Preparing 07:52:11 dd9c8f8612c8: Preparing 07:52:11 dd9c8f8612c8: Waiting 07:52:11 1ee9bcf12785: Layer already exists 07:52:11 69aef53d4d39: Layer already exists 07:52:11 d37976467e5e: Layer already exists 07:52:11 18d105e02c6f: Layer already exists 07:52:11 0db1140a48c0: Layer already exists 07:52:11 dd9c8f8612c8: Layer already exists 07:52:11 main: digest: sha256:4a9fc2d59e2434a30663f9d486cb83946971c57d6d33ef5123225e34bc73380f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:52:11 ===================================================== [Pipeline] echo 07:52:11 taggedImages: 07:52:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 07:52:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:52:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.3 07:52:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 07:52:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 07:52:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8 [Pipeline] echo 07:52:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 07:52:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.3 [Pipeline] echo 07:52:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:e4e89c18e6f8bbda7b921cc842ad2d6c2bbc65c8-1.0.0-dev.3 [Pipeline] echo 07:52:11 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 07:52:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:52:11 07:52:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:52:12 arm64: Pulling from edgex-lftools-log-publisher 07:52:12 8998bd30e6a1: Pulling fs layer 07:52:12 04944245beec: Pulling fs layer 07:52:12 699f458cf7ca: Pulling fs layer 07:52:12 765212b225bb: Pulling fs layer 07:52:12 f23df028b6ca: Pulling fs layer 07:52:12 d65c8cfc05b1: Pulling fs layer 07:52:12 2437ff75d9bd: Pulling fs layer 07:52:12 765212b225bb: Waiting 07:52:12 f23df028b6ca: Waiting 07:52:12 d65c8cfc05b1: Waiting 07:52:12 2437ff75d9bd: Waiting 07:52:12 04944245beec: Verifying Checksum 07:52:12 04944245beec: Download complete 07:52:12 765212b225bb: Download complete 07:52:12 f23df028b6ca: Verifying Checksum 07:52:12 f23df028b6ca: Download complete 07:52:12 d65c8cfc05b1: Verifying Checksum 07:52:12 d65c8cfc05b1: Download complete 07:52:12 699f458cf7ca: Verifying Checksum 07:52:12 699f458cf7ca: Download complete 07:52:13 8998bd30e6a1: Download complete 07:52:15 2437ff75d9bd: Verifying Checksum 07:52:15 2437ff75d9bd: Download complete 07:52:17 8998bd30e6a1: Pull complete 07:52:17 04944245beec: Pull complete 07:52:19 699f458cf7ca: Pull complete 07:52:19 765212b225bb: Pull complete 07:52:20 f23df028b6ca: Pull complete 07:52:20 d65c8cfc05b1: Pull complete 07:52:38 2437ff75d9bd: Pull complete 07:52:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:52:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:52:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:52:39 prd-ubuntu20.04-docker-arm64-4c-16g-1587 does not seem to be running inside a container 07:52:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:52:41 $ docker top dc86af6697b067c8913503c2a4fc0366cdec6b78645854fe4fa1435d65b2e407 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:52:42 ---> job-cost.sh 07:52:42 lf-activate-venv: SKIPPING 07:52:42 INFO: No Stack... 07:52:42 INFO: Retrieving Pricing Info for: v3-standard-4 07:52:43 INFO: Archiving Costs [Pipeline] sh 07:52:43 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:52:43 + cut -d, -f6 [Pipeline] lock 07:52:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] 07:52:43 Resource [jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] did not exist. Created. 07:52:43 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:52:44 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-cf9a7a83/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:52:44 + echo total: 0.10999999940395355 [Pipeline] stash 07:52:44 Warning: overwriting stash ‘stack-cost’ 07:52:44 Stashed 1 file(s) [Pipeline] } 07:52:44 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-53-stack-cost] [Pipeline] // lock [Pipeline] } 07:52:44 $ docker stop --time=1 dc86af6697b067c8913503c2a4fc0366cdec6b78645854fe4fa1435d65b2e407 07:52:46 $ docker rm -f --volumes dc86af6697b067c8913503c2a4fc0366cdec6b78645854fe4fa1435d65b2e407 [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 07:52:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:52:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:52:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:52:47 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:52:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:52:47 $ docker top d4d39f6526fbc0e5ceacca057579501c0e1c48b3a4f856422b49c59ae8c3c8dc -eo pid,comm 07:52:47 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:52:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:52:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:52:47 [ssh-agent] Looking for ssh-agent implementation... 07:52:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:52:48 $ docker exec d4d39f6526fbc0e5ceacca057579501c0e1c48b3a4f856422b49c59ae8c3c8dc ssh-agent 07:52:48 SSH_AUTH_SOCK=/tmp/ssh-NyqkjzOOy7xw/agent.33 07:52:48 SSH_AGENT_PID=39 07:52:48 Running ssh-add (command line suppressed) 07:52:48 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3853320732736686543.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3853320732736686543.key) 07:52:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:52:48 + git semver tag 07:52:48 2025-05-15 07:52:48,749 [run_tag] DEBUG tag force:False 07:52:48 2025-05-15 07:52:48,750 [check_head_tag] DEBUG check head tag 07:52:48 2025-05-15 07:52:48,750 [execute] INFO git cat-file --batch-check 07:52:48 2025-05-15 07:52:48,751 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 07:52:48 2025-05-15 07:52:48,754 [execute] INFO git cat-file --batch 07:52:48 2025-05-15 07:52:48,754 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 07:52:48 2025-05-15 07:52:48,771 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:52:48 2025-05-15 07:52:48,771 [execute] INFO git tag -a v1.0.0-dev.3 -m v1.0.0-dev.3 07:52:48 2025-05-15 07:52:48,771 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.3', '-m', 'v1.0.0-dev.3'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 07:52:48 2025-05-15 07:52:48,776 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:52:48 1.0.0-dev.3 [Pipeline] } 07:52:48 $ docker exec --env ******** --env ******** d4d39f6526fbc0e5ceacca057579501c0e1c48b3a4f856422b49c59ae8c3c8dc ssh-agent -k 07:52:48 unset SSH_AUTH_SOCK; 07:52:48 unset SSH_AGENT_PID; 07:52:48 echo Agent pid 39 killed; 07:52:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:52:49 + git semver [Pipeline] } 07:52:49 $ docker stop --time=1 d4d39f6526fbc0e5ceacca057579501c0e1c48b3a4f856422b49c59ae8c3c8dc 07:52:50 $ docker rm -f --volumes d4d39f6526fbc0e5ceacca057579501c0e1c48b3a4f856422b49c59ae8c3c8dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:51 07:52:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:52:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:51 0.23.1-centos7: Pulling from edgex-lftools 07:52:51 ab5ef0e58194: Pulling fs layer 07:52:51 9712f1f96733: Pulling fs layer 07:52:51 63f879dbbcfc: Pulling fs layer 07:52:51 0d9ebad4ef96: Pulling fs layer 07:52:51 e9a5061849ea: Pulling fs layer 07:52:51 d747dcd14b5f: Pulling fs layer 07:52:51 2de7ff778b66: Pulling fs layer 07:52:51 0d9ebad4ef96: Waiting 07:52:51 2de7ff778b66: Waiting 07:52:51 d747dcd14b5f: Waiting 07:52:51 e9a5061849ea: Waiting 07:52:51 9712f1f96733: Verifying Checksum 07:52:51 9712f1f96733: Download complete 07:52:51 63f879dbbcfc: Verifying Checksum 07:52:51 63f879dbbcfc: Download complete 07:52:52 e9a5061849ea: Verifying Checksum 07:52:52 e9a5061849ea: Download complete 07:52:52 d747dcd14b5f: Verifying Checksum 07:52:52 ab5ef0e58194: Verifying Checksum 07:52:52 ab5ef0e58194: Download complete 07:52:52 0d9ebad4ef96: Verifying Checksum 07:52:52 0d9ebad4ef96: Download complete 07:52:52 2de7ff778b66: Verifying Checksum 07:52:52 2de7ff778b66: Download complete 07:52:54 ab5ef0e58194: Pull complete 07:52:54 9712f1f96733: Pull complete 07:52:54 63f879dbbcfc: Pull complete 07:52:58 0d9ebad4ef96: Pull complete 07:52:58 e9a5061849ea: Pull complete 07:52:58 d747dcd14b5f: Pull complete 07:52:59 2de7ff778b66: Pull complete 07:52:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:52:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:52:59 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:52:59 $ 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 07:53:02 $ docker top f5d91e45e083bffa96537bbd256aa779d4e8d3b219b1ad47706d0198c0f6ceae -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:53:02 provisioning config files... 07:53:02 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15021821315636864311tmp 07:53:02 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config709052770788849019tmp 07:53:02 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16035538564613858147tmp [Pipeline] { [Pipeline] echo 07:53:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:53:02 ---> sigul-configuration.sh 07:53:02 gpg: directory `/root/.gnupg' created 07:53:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:53:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:53:02 gpg: keyring `/root/.gnupg/secring.gpg' created 07:53:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:53:02 gpg: CAST5 encrypted data 07:53:02 gpg: encrypted with 1 passphrase 07:53:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:53:02 + mkdir /home/jenkins 07:53:02 + mkdir /home/jenkins/sigul [Pipeline] sh 07:53:03 + 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 07:53:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:53:03 ---> sigul-install.sh 07:53:03 Sigul already installed; skipping installation. [Pipeline] sh 07:53:03 + git tag --list 07:53:03 v0.0.1 07:53:03 v0.0.2-dev.1 07:53:03 v0.0.2-dev.10 07:53:03 v0.0.2-dev.11 07:53:03 v0.0.2-dev.12 07:53:03 v0.0.2-dev.13 07:53:03 v0.0.2-dev.14 07:53:03 v0.0.2-dev.15 07:53:03 v0.0.2-dev.16 07:53:03 v0.0.2-dev.17 07:53:03 v0.0.2-dev.18 07:53:03 v0.0.2-dev.19 07:53:03 v0.0.2-dev.2 07:53:03 v0.0.2-dev.20 07:53:03 v0.0.2-dev.21 07:53:03 v0.0.2-dev.22 07:53:03 v0.0.2-dev.23 07:53:03 v0.0.2-dev.24 07:53:03 v0.0.2-dev.25 07:53:03 v0.0.2-dev.26 07:53:03 v0.0.2-dev.27 07:53:03 v0.0.2-dev.28 07:53:03 v0.0.2-dev.29 07:53:03 v0.0.2-dev.3 07:53:03 v0.0.2-dev.30 07:53:03 v0.0.2-dev.31 07:53:03 v0.0.2-dev.32 07:53:03 v0.0.2-dev.33 07:53:03 v0.0.2-dev.34 07:53:03 v0.0.2-dev.35 07:53:03 v0.0.2-dev.36 07:53:03 v0.0.2-dev.37 07:53:03 v0.0.2-dev.38 07:53:03 v0.0.2-dev.39 07:53:03 v0.0.2-dev.4 07:53:03 v0.0.2-dev.40 07:53:03 v0.0.2-dev.41 07:53:03 v0.0.2-dev.42 07:53:03 v0.0.2-dev.43 07:53:03 v0.0.2-dev.44 07:53:03 v0.0.2-dev.5 07:53:03 v0.0.2-dev.6 07:53:03 v0.0.2-dev.7 07:53:03 v0.0.2-dev.8 07:53:03 v0.0.2-dev.9 07:53:03 v1.0.0-dev.1 07:53:03 v1.0.0-dev.2 07:53:03 v1.0.0-dev.3 [Pipeline] sh 07:53:04 + lftools sign git-tag v1.0.0-dev.3 07:53:04 Signing Git tag with Sigul... 07:53:04 Signing v1.0.0-dev.3 [Pipeline] echo 07:53:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:53:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:53:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:53:05 $ docker stop --time=1 f5d91e45e083bffa96537bbd256aa779d4e8d3b219b1ad47706d0198c0f6ceae 07:53:06 $ docker rm -f --volumes f5d91e45e083bffa96537bbd256aa779d4e8d3b219b1ad47706d0198c0f6ceae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:53:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:53:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:07 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:53:07 $ 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 07:53:07 $ docker top 1b6ba723a52ff456842693f27a1345cc35709fe105fa7b32d43315fc4d0fe493 -eo pid,comm 07:53:07 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). 07:53:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:53:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:53:07 [ssh-agent] Looking for ssh-agent implementation... 07:53:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:53:07 $ docker exec 1b6ba723a52ff456842693f27a1345cc35709fe105fa7b32d43315fc4d0fe493 ssh-agent 07:53:07 SSH_AUTH_SOCK=/tmp/ssh-DTkjnSxChJYD/agent.33 07:53:07 SSH_AGENT_PID=39 07:53:07 Running ssh-add (command line suppressed) 07:53:08 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_1421050465570886275.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_1421050465570886275.key) 07:53:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:53:08 + git semver bump pre 07:53:08 2025-05-15 07:53:08,563 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:53:08 2025-05-15 07:53:08,563 [bump_version] DEBUG bumping version:1.0.0-dev.3 on axis:pre with prefix:dev 07:53:08 2025-05-15 07:53:08,563 [bump_version] DEBUG bumped version:1.0.0-dev.4 07:53:08 2025-05-15 07:53:08,563 [write_version] DEBUG write version:1.0.0-dev.4 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 07:53:08 2025-05-15 07:53:08,563 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:53:08 2025-05-15 07:53:08,563 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:53:08 2025-05-15 07:53:08,565 [execute] INFO git cat-file --batch-check 07:53:08 2025-05-15 07:53:08,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:53:08 2025-05-15 07:53:08,570 [execute] INFO git cat-file --batch 07:53:08 2025-05-15 07:53:08,570 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:53:08 2025-05-15 07:53:08,575 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:53:08 1.0.0-dev.4 [Pipeline] } 07:53:08 $ docker exec --env ******** --env ******** 1b6ba723a52ff456842693f27a1345cc35709fe105fa7b32d43315fc4d0fe493 ssh-agent -k 07:53:08 unset SSH_AUTH_SOCK; 07:53:08 unset SSH_AGENT_PID; 07:53:08 echo Agent pid 39 killed; 07:53:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:09 + git semver [Pipeline] } 07:53:09 $ docker stop --time=1 1b6ba723a52ff456842693f27a1345cc35709fe105fa7b32d43315fc4d0fe493 07:53:10 $ docker rm -f --volumes 1b6ba723a52ff456842693f27a1345cc35709fe105fa7b32d43315fc4d0fe493 [Pipeline] // withDockerContainer [Pipeline] sh 07:53:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:53:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:53:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:11 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:53:11 $ 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 07:53:11 $ docker top 2b97f5df81e32fcba8e99e41165ff394073eb148622c4d267bc2e9dc37614075 -eo pid,comm 07:53:11 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:53:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:53:11 [ssh-agent] Looking for ssh-agent implementation... 07:53:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:53:11 $ docker exec 2b97f5df81e32fcba8e99e41165ff394073eb148622c4d267bc2e9dc37614075 ssh-agent 07:53:12 SSH_AUTH_SOCK=/tmp/ssh-hTIVSMQuN02c/agent.32 07:53:12 SSH_AGENT_PID=38 07:53:12 Running ssh-add (command line suppressed) 07:53:12 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14401871042954795383.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14401871042954795383.key) 07:53:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:53:12 + git semver push 07:53:12 2025-05-15 07:53:12,630 [run_push] DEBUG push 07:53:12 2025-05-15 07:53:12,631 [execute] INFO git cat-file --batch-check 07:53:12 2025-05-15 07:53:12,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:53:12 2025-05-15 07:53:12,635 [execute] INFO git rev-list 30663bc5cfc43bd84ba6da912c6f8fc1443997d9 -- 07:53:12 2025-05-15 07:53:12,635 [execute] DEBUG Popen(['git', 'rev-list', '30663bc5cfc43bd84ba6da912c6f8fc1443997d9', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 07:53:12 2025-05-15 07:53:12,641 [execute] INFO git fetch -v origin 07:53:12 2025-05-15 07:53:12,642 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) 07:53:13 2025-05-15 07:53:13,110 [run_push] DEBUG no remote changes detected 07:53:13 2025-05-15 07:53:13,111 [execute] INFO git push origin semver 07:53:13 2025-05-15 07:53:13,111 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 07:53:13 2025-05-15 07:53:13,751 [run_push] DEBUG push all version tags 07:53:13 2025-05-15 07:53:13,751 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:53:13 2025-05-15 07:53:13,752 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 07:53:14 2025-05-15 07:53:14,374 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:53:14 1.0.0-dev.4 [Pipeline] } 07:53:14 $ docker exec --env ******** --env ******** 2b97f5df81e32fcba8e99e41165ff394073eb148622c4d267bc2e9dc37614075 ssh-agent -k 07:53:14 unset SSH_AUTH_SOCK; 07:53:14 unset SSH_AGENT_PID; 07:53:14 echo Agent pid 38 killed; 07:53:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:14 + git semver [Pipeline] } 07:53:15 $ docker stop --time=1 2b97f5df81e32fcba8e99e41165ff394073eb148622c4d267bc2e9dc37614075 07:53:16 $ docker rm -f --volumes 2b97f5df81e32fcba8e99e41165ff394073eb148622c4d267bc2e9dc37614075 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:53:16 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 07:53:16 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:53:16 total 16 07:53:16 drwxr-xr-x 3 root root 4096 May 15 07:44 . 07:53:16 drwxrwxr-x 7 jenkins jenkins 4096 May 15 07:53 .. 07:53:16 drwxr-xr-x 2 root root 4096 May 15 07:44 cost 07:53:16 -rw-r--r-- 1 root root 87 May 15 07:44 cost.csv 07:53:16 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:53:16 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:53:16 total 16 07:53:16 drwxr-xr-x 3 jenkins jenkins 4096 May 15 07:44 . 07:53:16 drwxrwxr-x 7 jenkins jenkins 4096 May 15 07:53 .. 07:53:16 drwxr-xr-x 2 jenkins jenkins 4096 May 15 07:44 cost 07:53:16 -rw-r--r-- 1 jenkins jenkins 87 May 15 07:44 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:53:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:53:18 ---> package-listing.sh 07:53:18 ++ facter osfamily 07:53:18 ++ tr '[:upper:]' '[:lower:]' 07:53:18 + OS_FAMILY=debian 07:53:18 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 07:53:18 + START_PACKAGES=/tmp/packages_start.txt 07:53:18 + END_PACKAGES=/tmp/packages_end.txt 07:53:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:53:18 + PACKAGES=/tmp/packages_start.txt 07:53:18 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:53:18 + PACKAGES=/tmp/packages_end.txt 07:53:18 + case "${OS_FAMILY}" in 07:53:18 + dpkg -l 07:53:18 + grep '^ii' 07:53:18 + '[' -f /tmp/packages_start.txt ']' 07:53:18 + '[' -f /tmp/packages_end.txt ']' 07:53:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:53:18 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:53:18 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 07:53:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 07:53:18 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 07:53:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:53:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:19 prd-ubuntu20.04-docker-8c-8g-1586 does not seem to be running inside a container 07:53:19 $ 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 07:53:19 $ docker top 5ba2d46c2f36170f496d340704bc63bd48461b2824438cbbf08b787d9d7bcf88 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:19 + touch /tmp/pre-build-complete [Pipeline] sh 07:53:20 + mkdir -p /var/log/sysstat [Pipeline] sh 07:53:20 + ls /var/log/sa-host 07:53:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:53:20 provisioning config files... 07:53:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6787575022982958650tmp [Pipeline] { [Pipeline] echo 07:53:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:53:20 ---> create-netrc.sh [Pipeline] } 07:53:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:53:21 ---> python-tools-install.sh [Pipeline] echo 07:53:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:53:21 ---> sudo-logs.sh 07:53:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:53:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:53:21 ---> job-cost.sh 07:53:21 lf-activate-venv: SKIPPING 07:53:21 DEBUG: total: 0.2199999988079071 07:53:21 INFO: Retrieving Stack Cost... 07:53:22 INFO: Retrieving Pricing Info for: v3-standard-8 07:53:22 INFO: Archiving Costs [Pipeline] echo 07:53:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:53:22 ---> logs-deploy.sh 07:53:22 lf-activate-venv: SKIPPING 07:53:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/53 07:53:22 INFO: archiving workspace using pattern(s): 07:53:23 Archives upload complete. 07:53:24 INFO: archiving logs to Nexus 07:53:24 ---> uname -a: 07:53:24 Linux prd-ubuntu20-04-docker-8c-8g-1586 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:53:24 07:53:24 07:53:24 ---> lscpu: 07:53:24 Architecture: x86_64 07:53:24 CPU op-mode(s): 32-bit, 64-bit 07:53:24 Byte Order: Little Endian 07:53:24 Address sizes: 40 bits physical, 48 bits virtual 07:53:24 CPU(s): 8 07:53:24 On-line CPU(s) list: 0-7 07:53:24 Thread(s) per core: 1 07:53:24 Core(s) per socket: 1 07:53:24 Socket(s): 8 07:53:24 NUMA node(s): 1 07:53:24 Vendor ID: AuthenticAMD 07:53:24 CPU family: 23 07:53:24 Model: 49 07:53:24 Model name: AMD EPYC-Rome Processor 07:53:24 Stepping: 0 07:53:24 CPU MHz: 2800.000 07:53:24 BogoMIPS: 5600.00 07:53:24 Virtualization: AMD-V 07:53:24 Hypervisor vendor: KVM 07:53:24 Virtualization type: full 07:53:24 L1d cache: 256 KiB 07:53:24 L1i cache: 256 KiB 07:53:24 L2 cache: 4 MiB 07:53:24 L3 cache: 128 MiB 07:53:24 NUMA node0 CPU(s): 0-7 07:53:24 Vulnerability Itlb multihit: Not affected 07:53:24 Vulnerability L1tf: Not affected 07:53:24 Vulnerability Mds: Not affected 07:53:24 Vulnerability Meltdown: Not affected 07:53:24 Vulnerability Mmio stale data: Not affected 07:53:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:53:24 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:53:24 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:53:24 Vulnerability Srbds: Not affected 07:53:24 Vulnerability Tsx async abort: Not affected 07:53:24 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:53:24 07:53:24 07:53:24 ---> nproc: 07:53:24 8 07:53:24 07:53:24 07:53:24 ---> df -h: 07:53:24 Filesystem Size Used Avail Use% Mounted on 07:53:24 overlay 155G 13G 143G 8% / 07:53:24 tmpfs 64M 0 64M 0% /dev 07:53:24 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:53:24 shm 64M 0 64M 0% /dev/shm 07:53:24 /dev/vda1 155G 13G 143G 8% /facter-os 07:53:24 07:53:24 07:53:24 ---> sar -b -r -n DEV: 07:53:24 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1586) 05/15/25 _x86_64_ (8 CPU) 07:53:24 07:53:24 07:35:26 LINUX RESTART (8 CPU) 07:53:24 07:53:24 07:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:53:24 07:37:01 297.12 12.20 284.92 0.00 1841.56 14958.57 0.00 07:53:24 07:38:01 9.77 0.00 9.77 0.00 0.00 9967.42 0.00 07:53:24 07:39:01 15.71 0.00 15.71 0.00 0.00 17849.03 0.00 07:53:24 07:40:01 53.26 0.00 53.26 0.00 0.00 27026.03 0.00 07:53:24 07:41:01 112.96 4.93 108.03 0.00 2615.83 62036.86 0.00 07:53:24 07:42:01 6.18 0.02 6.17 0.00 0.13 116.91 0.00 07:53:24 07:43:01 2.87 0.02 2.85 0.00 3.07 57.46 0.00 07:53:24 07:44:01 1.93 0.00 1.93 0.00 0.00 20.93 0.00 07:53:24 07:45:01 46.64 0.17 46.48 0.00 14.26 16695.75 0.00 07:53:24 07:46:01 2.43 0.00 2.43 0.00 0.00 31.86 0.00 07:53:24 07:47:01 1.27 0.00 1.27 0.00 0.00 17.73 0.00 07:53:24 07:48:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 07:53:24 07:49:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 07:53:24 07:50:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 07:53:24 07:51:01 1.98 0.02 1.97 0.00 0.13 25.20 0.00 07:53:24 07:52:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 07:53:24 07:53:01 41.56 0.07 41.49 0.00 7.87 17473.75 0.00 07:53:24 Average: 35.29 1.02 34.26 0.00 263.69 9785.10 0.00 07:53:24 07:53:24 07:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:53:24 07:37:01 29781532 31504208 833352 2.53 64204 1959080 1985372 5.85 1070300 1692448 29732 07:53:24 07:38:01 29369272 31494048 835064 2.54 64972 2353552 2001464 5.90 1072104 2086768 128228 07:53:24 07:39:01 28503828 31477516 829964 2.52 67992 3180196 1935888 5.71 1086416 2895708 428928 07:53:24 07:40:01 26749208 31483916 821580 2.50 85880 4840384 2061584 6.08 2280228 3373048 1338124 07:53:24 07:41:01 27803392 31484596 799884 2.43 118576 3799392 1841044 5.43 1272752 3347216 1024 07:53:24 07:42:01 27803624 31485052 799080 2.43 117152 3796140 1817884 5.36 1270928 3343964 12 07:53:24 07:43:01 27828392 31501092 783236 2.38 117324 3796240 1660976 4.90 1260816 3343760 68 07:53:24 07:44:01 27827948 31500736 783432 2.38 117376 3796248 1660976 4.90 1260996 3343768 176 07:53:24 07:45:01 27282208 31464892 816976 2.48 124480 4248504 1731464 5.10 1307564 3782336 264 07:53:24 07:46:01 27305260 31487984 794184 2.42 124548 4248500 1731464 5.10 1284456 3782340 12 07:53:24 07:47:01 27309016 31491828 790304 2.40 124596 4248508 1731464 5.10 1281608 3782340 8 07:53:24 07:48:01 27317276 31500160 781900 2.38 124668 4248516 1731464 5.10 1272872 3782348 8 07:53:24 07:49:01 27317772 31500712 781300 2.38 124708 4248520 1731464 5.10 1272636 3782348 8 07:53:24 07:50:01 27318984 31501932 779992 2.37 124740 4248520 1731464 5.10 1271020 3782352 40 07:53:24 07:51:01 27318468 31501584 780240 2.37 124808 4248500 1740880 5.13 1271488 3782332 152 07:53:24 07:52:01 27318964 31502116 779652 2.37 124836 4248500 1740880 5.13 1271496 3782332 152 07:53:24 07:53:01 26577528 31470956 805284 2.45 158760 4852540 1820208 5.36 1336404 4382204 153092 07:53:24 Average: 27690157 31491372 799731 2.43 112331 3903638 1803291 5.31 1302593 3415742 122355 07:53:24 07:53:24 07:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:53:24 07:37:01 veth84f29f8 89.52 107.85 6.45 480.77 0.00 0.00 0.00 0.04 07:53:24 07:37:01 docker0 90.60 109.02 5.38 483.69 0.00 0.00 0.00 0.00 07:53:24 07:37:01 ens3 355.54 260.99 2365.26 73.03 0.00 0.00 0.00 0.00 07:53:24 07:37:01 lo 6.20 6.20 0.62 0.62 0.00 0.00 0.00 0.00 07:53:24 07:38:01 veth84f29f8 293.00 459.07 20.23 2401.62 0.00 0.00 0.00 0.20 07:53:24 07:38:01 docker0 293.00 459.04 16.22 2401.62 0.00 0.00 0.00 0.00 07:53:24 07:38:01 ens3 522.13 331.83 2446.64 45.38 0.00 0.00 0.00 0.00 07:53:24 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:39:01 veth84f29f8 578.49 1064.47 37.88 5157.32 0.00 0.00 0.00 0.42 07:53:24 07:39:01 docker0 578.49 1064.46 29.97 5157.32 0.00 0.00 0.00 0.00 07:53:24 07:39:01 ens3 1101.87 603.78 5183.54 52.98 0.00 0.00 0.00 0.00 07:53:24 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:40:01 docker0 178.24 300.22 11.35 1856.43 0.00 0.00 0.00 0.00 07:53:24 07:40:01 ens3 335.96 200.97 1883.75 29.45 0.00 0.00 0.00 0.00 07:53:24 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:41:01 ens3 413.71 394.37 2313.41 3610.16 0.00 0.00 0.00 0.00 07:53:24 07:41:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 07:53:24 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:42:01 ens3 379.15 415.06 25.49 4460.62 0.00 0.00 0.00 0.00 07:53:24 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:43:01 ens3 253.77 264.52 32.10 2192.67 0.00 0.00 0.00 0.00 07:53:24 07:43:01 lo 3.27 3.27 0.32 0.32 0.00 0.00 0.00 0.00 07:53:24 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:44:01 ens3 0.50 0.13 0.05 0.01 0.00 0.00 0.00 0.00 07:53:24 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:45:01 ens3 90.87 61.11 2521.97 10.45 0.00 0.00 0.00 0.00 07:53:24 07:45:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 07:53:24 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:46:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:53:24 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:51:01 ens3 0.50 0.30 1.31 0.08 0.00 0.00 0.00 0.00 07:53:24 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:52:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:53:24 07:53:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:53:24 07:53:01 ens3 123.15 79.77 3194.70 14.29 0.00 0.00 0.00 0.00 07:53:24 07:53:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 07:53:24 Average: docker0 67.08 113.69 3.70 582.29 0.00 0.00 0.00 0.00 07:53:24 Average: ens3 210.45 153.72 1174.60 617.01 0.00 0.00 0.00 0.00 07:53:24 Average: lo 0.85 0.85 0.08 0.08 0.00 0.00 0.00 0.00 07:53:24 07:53:24 07:53:24 ---> sar -P ALL: 07:53:24 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1586) 05/15/25 _x86_64_ (8 CPU) 07:53:24 07:53:24 07:35:26 LINUX RESTART (8 CPU) 07:53:24 07:53:24 07:36:01 CPU %user %nice %system %iowait %steal %idle 07:53:24 07:37:01 all 5.10 0.00 1.73 1.20 0.05 91.93 07:53:24 07:37:01 0 5.80 0.00 1.44 0.05 0.03 92.67 07:53:24 07:37:01 1 5.87 0.00 2.20 2.50 0.05 89.38 07:53:24 07:37:01 2 3.89 0.00 1.37 2.66 0.03 92.04 07:53:24 07:37:01 3 4.32 0.00 1.39 0.30 0.05 93.93 07:53:24 07:37:01 4 7.32 0.00 1.59 0.03 0.05 91.01 07:53:24 07:37:01 5 4.35 0.00 1.81 0.17 0.05 93.62 07:53:24 07:37:01 6 5.08 0.00 2.22 1.43 0.05 91.22 07:53:24 07:37:01 7 4.12 0.00 1.81 2.48 0.05 91.54 07:53:24 07:38:01 all 1.45 0.00 0.31 0.29 0.04 97.92 07:53:24 07:38:01 0 0.28 0.00 0.07 0.00 0.02 99.63 07:53:24 07:38:01 1 1.74 0.00 0.32 0.00 0.03 97.91 07:53:24 07:38:01 2 0.80 0.00 0.17 0.72 0.05 98.26 07:53:24 07:38:01 3 2.91 0.00 0.35 0.27 0.03 96.44 07:53:24 07:38:01 4 0.74 0.00 0.32 0.07 0.02 98.86 07:53:24 07:38:01 5 0.07 0.00 0.10 1.29 0.07 98.48 07:53:24 07:38:01 6 3.18 0.00 0.64 0.00 0.03 96.16 07:53:24 07:38:01 7 1.87 0.00 0.50 0.00 0.03 97.59 07:53:24 07:39:01 all 1.91 0.00 0.56 0.34 0.03 97.17 07:53:24 07:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:39:01 1 2.39 0.00 0.52 0.00 0.02 97.08 07:53:24 07:39:01 2 0.05 0.00 0.18 2.26 0.03 97.48 07:53:24 07:39:01 3 0.57 0.00 0.20 0.00 0.02 99.22 07:53:24 07:39:01 4 0.58 0.00 0.10 0.00 0.00 99.32 07:53:24 07:39:01 5 6.29 0.00 1.85 0.47 0.05 91.34 07:53:24 07:39:01 6 0.63 0.00 0.17 0.00 0.02 99.18 07:53:24 07:39:01 7 4.77 0.00 1.43 0.00 0.07 93.74 07:53:24 07:40:01 all 8.47 0.00 2.27 0.80 0.04 88.42 07:53:24 07:40:01 0 5.74 0.00 1.41 0.15 0.03 92.66 07:53:24 07:40:01 1 6.59 0.00 4.28 0.03 0.05 89.05 07:53:24 07:40:01 2 3.25 0.00 1.21 5.74 0.03 89.77 07:53:24 07:40:01 3 5.24 0.00 1.42 0.02 0.05 93.26 07:53:24 07:40:01 4 11.59 0.00 2.00 0.27 0.07 86.08 07:53:24 07:40:01 5 8.58 0.00 1.81 0.07 0.03 89.51 07:53:24 07:40:01 6 18.64 0.00 3.96 0.08 0.05 77.26 07:53:24 07:40:01 7 8.10 0.00 2.07 0.03 0.03 89.77 07:53:24 07:41:01 all 13.05 0.00 1.83 1.93 0.07 83.11 07:53:24 07:41:01 0 17.65 0.00 2.33 0.13 0.08 79.81 07:53:24 07:41:01 1 14.06 0.00 2.21 1.02 0.07 82.63 07:53:24 07:41:01 2 17.71 0.00 2.59 9.42 0.08 70.19 07:53:24 07:41:01 3 8.25 0.00 1.09 0.27 0.07 90.32 07:53:24 07:41:01 4 18.16 0.00 2.48 0.45 0.08 78.83 07:53:24 07:41:01 5 7.81 0.00 1.39 1.09 0.05 89.65 07:53:24 07:41:01 6 6.21 0.00 1.11 0.03 0.05 92.60 07:53:24 07:41:01 7 14.53 0.00 1.46 3.03 0.07 80.91 07:53:24 07:42:01 all 13.49 0.00 0.40 0.01 0.06 86.03 07:53:24 07:42:01 0 16.61 0.00 0.50 0.00 0.05 82.84 07:53:24 07:42:01 1 17.99 0.00 0.38 0.00 0.07 81.56 07:53:24 07:42:01 2 23.80 0.00 0.50 0.02 0.08 75.60 07:53:24 07:42:01 3 7.01 0.00 0.35 0.02 0.05 92.57 07:53:24 07:42:01 4 25.18 0.00 0.64 0.02 0.08 74.08 07:53:24 07:42:01 5 7.05 0.00 0.27 0.07 0.08 92.53 07:53:24 07:42:01 6 8.35 0.00 0.42 0.00 0.05 91.19 07:53:24 07:42:01 7 1.94 0.00 0.15 0.00 0.03 97.88 07:53:24 07:43:01 all 7.14 0.00 0.36 0.01 0.04 92.45 07:53:24 07:43:01 0 2.74 0.00 0.23 0.00 0.02 97.01 07:53:24 07:43:01 1 8.67 0.00 0.33 0.00 0.05 90.95 07:53:24 07:43:01 2 2.30 0.00 0.22 0.02 0.03 97.43 07:53:24 07:43:01 3 11.80 0.00 0.64 0.00 0.07 87.50 07:53:24 07:43:01 4 3.85 0.00 0.22 0.00 0.03 95.90 07:53:24 07:43:01 5 2.11 0.00 0.17 0.07 0.05 97.61 07:53:24 07:43:01 6 12.82 0.00 0.54 0.00 0.05 86.59 07:53:24 07:43:01 7 12.86 0.00 0.55 0.00 0.05 86.54 07:53:24 07:44:01 all 0.18 0.00 0.01 0.02 0.01 99.79 07:53:24 07:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:44:01 1 1.35 0.00 0.02 0.00 0.02 98.61 07:53:24 07:44:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:53:24 07:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:53:24 07:44:01 5 0.02 0.00 0.02 0.12 0.03 99.82 07:53:24 07:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:53:24 07:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:45:01 all 2.51 0.00 0.98 0.63 0.02 95.86 07:53:24 07:45:01 0 2.69 0.00 1.10 0.02 0.03 96.16 07:53:24 07:45:01 1 3.65 0.00 1.21 0.02 0.02 95.10 07:53:24 07:45:01 2 1.91 0.00 1.37 2.39 0.02 94.32 07:53:24 07:45:01 3 2.09 0.00 0.77 0.48 0.02 96.64 07:53:24 07:45:01 4 2.59 0.00 0.79 0.00 0.02 96.60 07:53:24 07:45:01 5 2.37 0.00 0.95 1.92 0.03 94.72 07:53:24 07:45:01 6 2.31 0.00 0.80 0.02 0.02 96.85 07:53:24 07:45:01 7 2.45 0.00 0.84 0.17 0.02 96.53 07:53:24 07:46:01 all 0.15 0.00 0.04 0.00 0.01 99.79 07:53:24 07:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:53:24 07:46:01 1 0.03 0.00 0.07 0.00 0.02 99.88 07:53:24 07:46:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:53:24 07:46:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:53:24 07:46:01 4 1.04 0.00 0.08 0.00 0.02 98.86 07:53:24 07:46:01 5 0.03 0.00 0.03 0.00 0.03 99.90 07:53:24 07:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:53:24 07:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:53:24 07:47:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:53:24 07:47:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:53:24 07:47:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:53:24 07:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:53:24 07:47:01 3 0.02 0.00 0.00 0.03 0.00 99.95 07:53:24 07:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:47:01 5 0.07 0.00 0.03 0.00 0.03 99.87 07:53:24 07:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:53:24 07:47:01 7 0.03 0.00 0.00 0.00 0.03 99.93 07:53:24 07:53:24 07:47:01 CPU %user %nice %system %iowait %steal %idle 07:53:24 07:48:01 all 0.01 0.00 0.01 0.01 0.01 99.97 07:53:24 07:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:48:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:53:24 07:48:01 3 0.02 0.00 0.02 0.03 0.00 99.93 07:53:24 07:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:48:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:53:24 07:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:48:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:53:24 07:49:01 all 0.01 0.00 0.01 0.00 0.01 99.95 07:53:24 07:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:53:24 07:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:49:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:53:24 07:49:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:53:24 07:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:49:01 5 0.03 0.00 0.03 0.00 0.03 99.90 07:53:24 07:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:49:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:53:24 07:50:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:53:24 07:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:53:24 07:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:53:24 07:50:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:53:24 07:50:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:53:24 07:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:53:24 07:50:01 5 0.07 0.00 0.00 0.00 0.03 99.90 07:53:24 07:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:53:24 07:50:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:53:24 07:51:01 all 0.03 0.00 0.03 0.01 0.01 99.92 07:53:24 07:51:01 0 0.02 0.00 0.02 0.02 0.02 99.93 07:53:24 07:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:53:24 07:51:01 2 0.02 0.00 0.03 0.02 0.00 99.93 07:53:24 07:51:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:53:24 07:51:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:53:24 07:51:01 5 0.08 0.00 0.03 0.00 0.02 99.87 07:53:24 07:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:53:24 07:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:53:24 07:52:01 all 0.05 0.00 0.00 0.00 0.01 99.93 07:53:24 07:52:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:53:24 07:52:01 1 0.30 0.00 0.00 0.00 0.00 99.70 07:53:24 07:52:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:53:24 07:52:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:53:24 07:52:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:53:24 07:52:01 5 0.02 0.00 0.00 0.00 0.03 99.95 07:53:24 07:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:53:24 07:52:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:53:24 07:53:01 all 3.26 0.00 1.38 0.48 0.03 94.86 07:53:24 07:53:01 0 3.34 0.00 1.30 0.02 0.03 95.31 07:53:24 07:53:01 1 3.01 0.00 1.29 0.33 0.02 95.35 07:53:24 07:53:01 2 2.86 0.00 1.56 0.02 0.03 95.53 07:53:24 07:53:01 3 2.78 0.00 1.12 0.59 0.02 95.49 07:53:24 07:53:01 4 3.75 0.00 0.97 0.00 0.02 95.26 07:53:24 07:53:01 5 2.98 0.00 2.19 2.83 0.05 91.94 07:53:24 07:53:01 6 3.62 0.00 1.50 0.02 0.02 94.84 07:53:24 07:53:01 7 3.74 0.00 1.09 0.02 0.03 95.12 07:53:24 Average: all 3.34 0.00 0.58 0.34 0.03 95.72 07:53:24 Average: 0 3.23 0.00 0.50 0.02 0.02 96.23 07:53:24 Average: 1 3.86 0.00 0.75 0.23 0.03 95.13 07:53:24 Average: 2 3.33 0.00 0.54 1.37 0.03 94.73 07:53:24 Average: 3 2.64 0.00 0.44 0.12 0.03 96.77 07:53:24 Average: 4 4.40 0.00 0.54 0.05 0.03 94.99 07:53:24 Average: 5 2.46 0.00 0.63 0.47 0.04 96.39 07:53:24 Average: 6 3.58 0.00 0.67 0.09 0.02 95.64 07:53:24 Average: 7 3.20 0.00 0.58 0.34 0.03 95.85 07:53:24 07:53:24 07:53:24