Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 235bca4a8432a561fea1a1efa3e48abcfbcbc34f Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11258291664658240472.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4189418042070787388.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5475513749290271495.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10483122998938878351.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13846325018851799379.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1171 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 235bca4a8432a561fea1a1efa3e48abcfbcbc34f (main) Commit message: "Merge pull request #122 from jinlinGuan/issue-121" > git config core.sparsecheckout # timeout=10 > git checkout -f 235bca4a8432a561fea1a1efa3e48abcfbcbc34f # timeout=10 > git rev-list --no-walk b931d77d11e17753c2a46cffd2d677fa5a4c20d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:09:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:09:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:09:12 ========================================================= 09:09:12 EdgeX Global Pipelines Version Info 09:09:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:09:13 ------------------- 09:09:13 stable info: 09:09:13 ------------------- 09:09:13 Commited By: Ginny Guan ginny@iotechsys.com 09:09:13 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 09:09:13 Message: update stable to v1.0.274 09:09:14 ------------------- 09:09:14 experimental info: 09:09:14 ------------------- 09:09:14 Commited By: Ginny Guan ginny@iotechsys.com 09:09:14 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 09:09:14 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 235bca4 [Pipeline] echo 09:09:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:09:14 provisioning config files... 09:09:14 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4221915011782071611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:15 ---> ****-login.sh 09:09:15 nexus3.edgexfoundry.org:10001 09:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:15 Configure a credential helper to remove this warning. See 09:09:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:15 09:09:15 Login Succeeded 09:09:15 nexus3.edgexfoundry.org:10002 09:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:15 Configure a credential helper to remove this warning. See 09:09:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:15 09:09:15 Login Succeeded 09:09:15 nexus3.edgexfoundry.org:10003 09:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:15 Configure a credential helper to remove this warning. See 09:09:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:15 09:09:15 Login Succeeded 09:09:15 nexus3.edgexfoundry.org:10004 09:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:15 Configure a credential helper to remove this warning. See 09:09:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:15 09:09:15 Login Succeeded 09:09:15 ****.io 09:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:15 Configure a credential helper to remove this warning. See 09:09:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:15 09:09:15 Login Succeeded 09:09:15 ---> ****-login.sh ends [Pipeline] } 09:09:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:09:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:09:16 + grep -v github /etc/ssh/ssh_known_hosts 09:09:16 + [ -e /tmp/ssh_known_hosts ] 09:09:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:09:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:09:16 + sudo tee -a /etc/ssh/ssh_known_hosts 09:09:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:09:16 09:09:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:09:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:09:17 0.1.4: Pulling from edgex-devops/py-git-semver 09:09:17 b85a868b505f: Pulling fs layer 09:09:17 e2be974225ed: Pulling fs layer 09:09:17 339a4e72a1f5: Pulling fs layer 09:09:17 988bab9f4d93: Pulling fs layer 09:09:17 1469e6f7b9e6: Pulling fs layer 09:09:17 eaf3925da568: Pulling fs layer 09:09:17 bab4dde63d76: Pulling fs layer 09:09:17 bde34c3a00c8: Pulling fs layer 09:09:17 b352a97aabf1: Pulling fs layer 09:09:17 4872d77fe225: Pulling fs layer 09:09:17 5851b861e8e6: Pulling fs layer 09:09:17 bde34c3a00c8: Waiting 09:09:17 b352a97aabf1: Waiting 09:09:17 988bab9f4d93: Waiting 09:09:17 4872d77fe225: Waiting 09:09:17 1469e6f7b9e6: Waiting 09:09:17 5851b861e8e6: Waiting 09:09:17 bab4dde63d76: Waiting 09:09:17 eaf3925da568: Waiting 09:09:17 e2be974225ed: Download complete 09:09:17 988bab9f4d93: Verifying Checksum 09:09:17 988bab9f4d93: Download complete 09:09:17 339a4e72a1f5: Verifying Checksum 09:09:17 339a4e72a1f5: Download complete 09:09:17 1469e6f7b9e6: Verifying Checksum 09:09:17 1469e6f7b9e6: Download complete 09:09:17 eaf3925da568: Verifying Checksum 09:09:17 eaf3925da568: Download complete 09:09:17 bde34c3a00c8: Verifying Checksum 09:09:17 bde34c3a00c8: Download complete 09:09:17 b352a97aabf1: Verifying Checksum 09:09:17 b352a97aabf1: Download complete 09:09:17 4872d77fe225: Verifying Checksum 09:09:17 4872d77fe225: Download complete 09:09:17 5851b861e8e6: Verifying Checksum 09:09:17 b85a868b505f: Verifying Checksum 09:09:17 b85a868b505f: Download complete 09:09:17 bab4dde63d76: Verifying Checksum 09:09:17 bab4dde63d76: Download complete 09:09:18 b85a868b505f: Pull complete 09:09:18 e2be974225ed: Pull complete 09:09:19 339a4e72a1f5: Pull complete 09:09:19 988bab9f4d93: Pull complete 09:09:19 1469e6f7b9e6: Pull complete 09:09:19 eaf3925da568: Pull complete 09:09:21 bab4dde63d76: Pull complete 09:09:21 bde34c3a00c8: Pull complete 09:09:21 b352a97aabf1: Pull complete 09:09:21 4872d77fe225: Pull complete 09:09:21 5851b861e8e6: Pull complete 09:09:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:09:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:09:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:09:22 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:09:23 $ docker top 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c -eo pid,comm 09:09:23 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). 09:09:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:09:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:23 [ssh-agent] Looking for ssh-agent implementation... 09:09:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:24 $ docker exec 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent 09:09:24 SSH_AUTH_SOCK=/tmp/ssh-56fRGVziSMJ5/agent.31 09:09:24 SSH_AGENT_PID=37 09:09:24 Running ssh-add (command line suppressed) 09:09:24 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11179943429299841840.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11179943429299841840.key) 09:09:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:24 + git tag --points-at HEAD [Pipeline] } 09:09:24 $ docker exec --env ******** --env ******** 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent -k 09:09:24 unset SSH_AUTH_SOCK; 09:09:24 unset SSH_AGENT_PID; 09:09:24 echo Agent pid 37 killed; 09:09:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:24 [ssh-agent] Looking for ssh-agent implementation... 09:09:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:24 $ docker exec 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent 09:09:25 SSH_AUTH_SOCK=/tmp/ssh-0yK0oYiXNKyO/agent.70 09:09:25 SSH_AGENT_PID=76 09:09:25 Running ssh-add (command line suppressed) 09:09:25 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10851799098802761359.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10851799098802761359.key) 09:09:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:25 + git semver init 09:09:25 2025-05-09 09:09:25,598 [run_init] DEBUG init version:0.0.0 force:False 09:09:25 2025-05-09 09:09:25,599 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 09:09:25 2025-05-09 09:09:25,599 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 09:09:25 2025-05-09 09:09:25,600 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 09:09:26 2025-05-09 09:09:26,193 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 09:09:26 2025-05-09 09:09:26,193 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 09:09:26 2025-05-09 09:09:26,193 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:09:26 2025-05-09 09:09:26,194 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:09:26 1.0.0-dev.2 [Pipeline] } 09:09:26 $ docker exec --env ******** --env ******** 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c ssh-agent -k 09:09:26 unset SSH_AUTH_SOCK; 09:09:26 unset SSH_AGENT_PID; 09:09:26 echo Agent pid 76 killed; 09:09:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:09:26 + git semver [Pipeline] } 09:09:26 $ docker stop --time=1 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c 09:09:28 $ docker rm -f --volumes 346d3dbce5b47cd33ee9ccf057974a802f55c58d3c0a6cff9b2e1926145e4d4c [Pipeline] // withDockerContainer [Pipeline] sh 09:09:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:09:28 Stashed 1 file(s) [Pipeline] echo 09:09:28 [edgeXSemver]: initialized semver on version 1.0.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:09:29 provisioning config files... 09:09:29 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7237996257273896021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:29 ---> ****-login.sh 09:09:29 nexus3.edgexfoundry.org:10001 09:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:29 Configure a credential helper to remove this warning. See 09:09:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:29 09:09:29 Login Succeeded 09:09:29 nexus3.edgexfoundry.org:10002 09:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:29 Configure a credential helper to remove this warning. See 09:09:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:29 09:09:29 Login Succeeded 09:09:29 nexus3.edgexfoundry.org:10003 09:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:29 Configure a credential helper to remove this warning. See 09:09:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:29 09:09:29 Login Succeeded 09:09:29 nexus3.edgexfoundry.org:10004 09:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:29 Configure a credential helper to remove this warning. See 09:09:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:29 09:09:29 Login Succeeded 09:09:29 ****.io 09:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:09:29 Configure a credential helper to remove this warning. See 09:09:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:09:29 09:09:29 Login Succeeded 09:09:29 ---> ****-login.sh ends [Pipeline] } 09:09:29 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 09:09:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:09:30 + ls -al . 09:09:30 total 72 09:09:30 drwxrwxr-x 6 jenkins jenkins 4096 May 9 09:09 . 09:09:30 drwxrwxr-x 4 jenkins jenkins 4096 May 9 09:09 .. 09:09:30 drwxrwxr-x 8 jenkins jenkins 4096 May 9 09:09 .git 09:09:30 drwxrwxr-x 2 jenkins jenkins 4096 May 9 09:09 .github 09:09:30 -rw-rw-r-- 1 jenkins jenkins 22 May 9 09:09 .gitignore 09:09:30 drwxr-xr-x 3 jenkins jenkins 4096 May 9 09:09 .semver 09:09:30 -rw-rw-r-- 1 jenkins jenkins 1653 May 9 09:09 Dockerfile 09:09:30 -rw-rw-r-- 1 jenkins jenkins 746 May 9 09:09 Jenkinsfile 09:09:30 -rw-rw-r-- 1 jenkins jenkins 11381 May 9 09:09 LICENSE 09:09:30 -rw-rw-r-- 1 jenkins jenkins 4232 May 9 09:09 README.md 09:09:30 drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:09 TUC 09:09:30 -rw-rw-r-- 1 jenkins jenkins 11 May 9 09:09 VERSION 09:09:30 -rw-rw-r-- 1 jenkins jenkins 347 May 9 09:09 requirements.txt 09:09:30 -rw-rw-r-- 1 jenkins jenkins 54 May 9 09:09 robot-entrypoint.sh 09:09:30 -rw-rw-r-- 1 jenkins jenkins 445 May 9 09:09 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:09:31 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f --label arch=amd64 --label version=1.0.0-dev.2 . 09:09:31 Sending build context to Docker daemon 580.6kB 09:09:31 Step 1/13 : FROM alpine:3.20 09:09:31 3.20: Pulling from library/alpine 09:09:31 0a9a5dfd008f: Pulling fs layer 09:09:31 0a9a5dfd008f: Verifying Checksum 09:09:31 0a9a5dfd008f: Download complete 09:09:32 0a9a5dfd008f: Pull complete 09:09:32 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:09:32 Status: Downloaded newer image for alpine:3.20 09:09:32 ---> ff221270b9fb 09:09:32 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 09:09:32 ---> Running in 7fbf75ecf49e 09:09:32 Removing intermediate container 7fbf75ecf49e 09:09:32 ---> a84e07ffad32 09:09:32 Step 3/13 : LABEL maintainer="Bruce Huang " 09:09:32 ---> Running in 49c8906140ff 09:09:32 Removing intermediate container 49c8906140ff 09:09:32 ---> bc7bbbf3c19d 09:09:32 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 09:09:32 ---> 20c7136197c1 09:09:32 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 09:09:32 ---> e188f64a1b77 09:09:32 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 09:09:33 ---> 877d73cd2311 09:09:33 Step 7/13 : WORKDIR /edgex-taf 09:09:33 ---> Running in e4e467c88c57 09:09:33 Removing intermediate container e4e467c88c57 09:09:33 ---> d9def708a8c7 09:09:33 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:33 ---> Running in 7dec06961e10 09:09:33 Removing intermediate container 7dec06961e10 09:09:33 ---> dbccd4c6537a 09:09:33 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 09:09:33 ---> Running in a6e19861157d 09:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:09:35 OK: 8 MiB in 14 packages 09:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:09:36 (1/14) Installing ca-certificates (20241121-r1) 09:09:37 (2/14) Installing brotli-libs (1.1.0-r2) 09:09:37 (3/14) Installing c-ares (1.33.1-r0) 09:09:37 (4/14) Installing libunistring (1.2-r0) 09:09:38 (5/14) Installing libidn2 (2.3.7-r0) 09:09:38 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:09:39 (7/14) Installing libpsl (0.21.5-r1) 09:09:39 (8/14) Installing zstd-libs (1.5.6-r0) 09:09:39 (9/14) Installing libcurl (8.12.1-r0) 09:09:40 (10/14) Installing curl (8.12.1-r0) 09:09:40 (11/14) Installing docker-cli (26.1.5-r0) 09:09:41 (12/14) Installing oniguruma (6.9.9-r0) 09:09:42 (13/14) Installing jq (1.7.1-r0) 09:09:42 (14/14) Installing openssl (3.3.3-r0) 09:09:43 Executing busybox-1.36.1-r29.trigger 09:09:43 Executing ca-certificates-20241121-r1.trigger 09:09:43 OK: 43 MiB in 28 packages 09:09:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:09:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:09:44 Still waiting to schedule task 09:09:44 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:09:44 (1/167) Installing libexpat (2.7.0-r0) 09:09:44 (2/167) Installing libbz2 (1.0.8-r6) 09:09:44 (3/167) Installing libpng (1.6.44-r0) 09:09:45 (4/167) Installing freetype (2.13.2-r0) 09:09:45 (5/167) Installing fontconfig (2.15.0-r1) 09:09:46 (6/167) Installing libfontenc (1.1.8-r0) 09:09:46 (7/167) Installing mkfontscale (1.2.2-r6) 09:09:46 (8/167) Installing font-opensans (0_git20210927-r1) 09:09:47 (9/167) Installing pkgconf (2.2.0-r0) 09:09:47 (10/167) Installing libgcc (13.2.1_git20240309-r1) 09:09:47 (11/167) Installing libffi (3.4.6-r0) 09:09:48 (12/167) Installing libintl (0.22.5-r0) 09:09:48 (13/167) Installing libeconf (0.6.3-r0) 09:09:48 (14/167) Installing libblkid (2.40.1-r1) 09:09:49 (15/167) Installing libmount (2.40.1-r1) 09:09:49 (16/167) Installing pcre2 (10.43-r0) 09:09:49 (17/167) Installing glib (2.80.5-r0) 09:09:50 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 09:09:50 (19/167) Installing xz-libs (5.6.2-r1) 09:09:51 (20/167) Installing libxml2 (2.12.7-r2) 09:09:51 (21/167) Installing shared-mime-info (2.4-r0) 09:09:52 (22/167) Installing hicolor-icon-theme (0.17-r2) 09:09:52 (23/167) Installing libjpeg-turbo (3.0.3-r0) 09:09:52 (24/167) Installing libsharpyuv (1.3.2-r0) 09:09:53 (25/167) Installing libwebp (1.3.2-r0) 09:09:53 (26/167) Installing tiff (4.6.0t-r0) 09:09:53 (27/167) Installing gdk-pixbuf (2.42.12-r0) 09:09:54 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 09:09:54 (29/167) Installing libxau (1.0.11-r4) 09:09:55 (30/167) Installing libmd (1.1.0-r0) 09:09:55 (31/167) Installing libbsd (0.12.2-r0) 09:09:55 (32/167) Installing libxdmcp (1.1.5-r1) 09:09:55 (33/167) Installing libxcb (1.16.1-r0) 09:09:56 (34/167) Installing libx11 (1.8.9-r1) 09:09:56 (35/167) Installing libxcomposite (0.4.6-r5) 09:09:56 (36/167) Installing libxfixes (6.0.1-r4) 09:09:57 (37/167) Installing libxrender (0.9.11-r5) 09:09:57 (38/167) Installing libxcursor (1.2.2-r1) 09:09:58 (39/167) Installing libxdamage (1.1.6-r5) 09:09:58 (40/167) Installing libxext (1.3.6-r2) 09:09:58 (41/167) Installing libxi (1.8.1-r4) 09:09:58 (42/167) Installing libxinerama (1.1.5-r4) 09:09:58 (43/167) Installing libxrandr (1.5.4-r1) 09:09:59 (44/167) Installing libatk-1.0 (2.52.0-r0) 09:09:59 (45/167) Installing libxtst (1.2.4-r6) 09:09:59 (46/167) Installing dbus-libs (1.14.10-r1) 09:10:00 (47/167) Installing at-spi2-core (2.52.0-r0) 09:10:00 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 09:10:01 (49/167) Installing pixman (0.43.2-r0) 09:10:01 (50/167) Installing cairo (1.18.0-r0) 09:10:01 (51/167) Installing cairo-gobject (1.18.0-r0) 09:10:02 (52/167) Installing avahi-libs (0.8-r17) 09:10:02 (53/167) Installing gmp (6.3.0-r1) 09:10:03 (54/167) Installing nettle (3.9.1-r0) 09:10:03 (55/167) Installing libtasn1 (4.20.0-r0) 09:10:03 (56/167) Installing p11-kit (0.25.3-r0) 09:10:04 (57/167) Installing gnutls (3.8.5-r0) 09:10:04 (58/167) Installing cups-libs (2.4.9-r1) 09:10:05 (59/167) Installing libepoxy (1.5.10-r1) 09:10:05 (60/167) Installing fribidi (1.0.15-r0) 09:10:05 (61/167) Installing graphite2 (1.3.14-r6) 09:10:06 (62/167) Installing harfbuzz (8.5.0-r0) 09:10:06 (63/167) Installing libxft (2.3.8-r3) 09:10:07 (64/167) Installing pango (1.52.2-r0) 09:10:07 (65/167) Installing wayland-libs-client (1.22.0-r4) 09:10:07 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 09:10:07 (67/167) Installing wayland-libs-egl (1.22.0-r4) 09:10:08 (68/167) Installing xkeyboard-config (2.41-r0) 09:10:08 (69/167) Installing libxkbcommon (1.7.0-r0) 09:10:09 (70/167) Installing gtk+3.0 (3.24.43-r0) 09:10:10 (71/167) Installing icu-data-full (74.2-r0) 09:10:11 (72/167) Installing mesa (24.0.9-r1) 09:10:12 (73/167) Installing llvm17-libs (17.0.6-r2) 09:10:22 (74/167) Installing hwdata-pci (0.382-r0) 09:10:22 (75/167) Installing libpciaccess (0.18.1-r0) 09:10:22 (76/167) Installing libdrm (2.4.120-r0) 09:10:22 (77/167) Installing libelf (0.191-r0) 09:10:22 (78/167) Installing mesa-glapi (24.0.9-r1) 09:10:22 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 09:10:24 (80/167) Installing eudev-libs (3.2.14-r2) 09:10:24 (81/167) Installing libmagic (5.45-r1) 09:10:25 (82/167) Installing file (5.45-r1) 09:10:25 (83/167) Installing xprop (1.2.7-r0) 09:10:26 (84/167) Installing libice (1.1.1-r6) 09:10:26 (85/167) Installing libuuid (2.40.1-r1) 09:10:26 (86/167) Installing libsm (1.2.4-r4) 09:10:26 (87/167) Installing libxt (1.3.0-r5) 09:10:27 (88/167) Installing libxmu (1.1.4-r2) 09:10:27 (89/167) Installing xset (1.2.5-r1) 09:10:27 (90/167) Installing xdg-utils (1.2.1-r0) 09:10:28 (91/167) Installing libogg (1.3.5-r5) 09:10:28 (92/167) Installing libflac (1.4.3-r1) 09:10:29 (93/167) Installing alsa-lib (1.2.11-r0) 09:10:29 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 09:10:30 (95/167) Installing aom-libs (3.9.1-r0) 09:10:30 (96/167) Installing libva (2.21.0-r0) 09:10:31 (97/167) Installing libvdpau (1.5-r3) 09:10:31 (98/167) Installing onevpl-libs (2023.3.1-r2) 09:10:31 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 09:10:32 (100/167) Installing libdav1d (1.4.2-r0) 09:10:32 (101/167) Installing openexr-libiex (3.1.13-r1) 09:10:32 (102/167) Installing openexr-libilmthread (3.1.13-r1) 09:10:33 (103/167) Installing imath (3.1.12-r0) 09:10:33 (104/167) Installing openexr-libopenexr (3.1.13-r1) 09:10:34 (105/167) Installing giflib (5.2.2-r0) 09:10:34 (106/167) Installing libhwy (1.0.7-r0) 09:10:34 (107/167) Installing lcms2 (2.16-r0) 09:10:35 (108/167) Installing libjxl (0.10.2-r0) 09:10:35 (109/167) Installing lame-libs (3.100-r5) 09:10:36 (110/167) Installing opus (1.5.2-r0) 09:10:36 (111/167) Installing rav1e-libs (0.7.1-r0) 09:10:37 (112/167) Installing libgomp (13.2.1_git20240309-r1) 09:10:37 (113/167) Installing soxr (0.1.3-r7) 09:10:37 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 09:10:38 (115/167) Installing libtheora (1.1.1-r18) 09:10:38 (116/167) Installing libvorbis (1.3.7-r2) 09:10:39 (117/167) Installing libvpx (1.14.1-r0) 09:10:39 (118/167) Installing libwebpmux (1.3.2-r0) 09:10:39 (119/167) Installing x264-libs (0.164_git20231001-r0) 09:10:40 (120/167) Installing numactl (2.0.18-r0) 09:10:40 (121/167) Installing x265-libs (3.6-r0) 09:10:41 (122/167) Installing xvidcore (1.3.7-r2) 09:10:41 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 09:10:42 (124/167) Installing libbluray (1.3.4-r1) 09:10:43 (125/167) Installing mpg123-libs (1.32.8-r0) 09:10:43 (126/167) Installing libopenmpt (0.7.7-r0) 09:10:43 (127/167) Installing cjson (1.7.18-r0) 09:10:44 (128/167) Installing mbedtls (3.6.3-r0) 09:10:44 (129/167) Installing librist (0.2.10-r1) 09:10:44 (130/167) Installing libsrt (1.5.3-r0) 09:10:45 (131/167) Installing libssh (0.10.6-r0) 09:10:45 (132/167) Installing libsodium (1.0.19-r0) 09:10:46 (133/167) Installing libzmq (4.3.5-r2) 09:10:46 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 09:10:47 (135/167) Installing crc32c (1.1.2-r0) 09:10:47 (136/167) Installing double-conversion (3.3.0-r0) 09:10:47 (137/167) Installing libevent (2.1.12-r7) 09:10:48 (138/167) Installing wayland-libs-server (1.22.0-r4) 09:10:48 (139/167) Installing mesa-gbm (24.0.9-r1) 09:10:48 (140/167) Installing harfbuzz-subset (8.5.0-r0) 09:10:49 (141/167) Installing icu-libs (74.2-r0) 09:10:49 (142/167) Installing minizip (1.3.1-r0) 09:10:50 (143/167) Installing nspr (4.35-r4) 09:10:50 (144/167) Installing sqlite-libs (3.45.3-r2) 09:10:50 (145/167) Installing nss (3.105-r0) 09:10:51 (146/167) Installing openh264 (2.4.1-r0) 09:10:52 (147/167) Installing libcamera-ipa (0.3.0-r0) 09:10:52 (148/167) Installing libunwind (1.8.1-r0) 09:10:52 (149/167) Installing yaml (0.2.5-r2) 09:10:52 (150/167) Installing libcamera (0.3.0-r0) 09:10:53 (151/167) Installing speexdsp (1.2.1-r2) 09:10:53 (152/167) Installing libuv (1.48.0-r0) 09:10:54 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 09:10:54 (154/167) Installing libsndfile (1.2.2-r1) 09:10:55 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 09:10:55 (156/167) Installing pipewire-libs (1.0.6-r1) 09:10:55 (157/167) Installing libasyncns (0.8-r3) 09:10:56 (158/167) Installing libltdl (2.4.7-r3) 09:10:56 (159/167) Installing orc (0.4.40-r0) 09:10:57 (160/167) Installing tdb-libs (1.4.9-r1) 09:10:57 (161/167) Installing libpulse (17.0-r0) 09:10:57 (162/167) Installing libwebpdemux (1.3.2-r0) 09:10:58 (163/167) Installing libgpg-error (1.49-r0) 09:10:58 (164/167) Installing libgcrypt (1.10.3-r0) 09:10:58 (165/167) Installing libxslt (1.1.39-r2) 09:10:59 (166/167) Installing chromium (131.0.6778.108-r0) 09:11:14 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 09:11:14 Executing busybox-1.36.1-r29.trigger 09:11:14 Executing fontconfig-2.15.0-r1.trigger 09:11:14 Executing mkfontscale-1.2.2-r6.trigger 09:11:14 Executing glib-2.80.5-r0.trigger 09:11:14 Executing shared-mime-info-2.4-r0.trigger 09:11:14 Executing gdk-pixbuf-2.42.12-r0.trigger 09:11:14 Executing gtk-update-icon-cache-3.24.43-r0.trigger 09:11:14 Executing gtk+3.0-3.24.43-r0.trigger 09:11:14 OK: 672 MiB in 195 packages 09:11:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:11:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:11:14 (1/30) Installing jansson (2.14-r4) 09:11:14 (2/30) Installing binutils (2.42-r1) 09:11:15 (3/30) Installing libatomic (13.2.1_git20240309-r1) 09:11:15 (4/30) Installing isl26 (0.26-r1) 09:11:16 (5/30) Installing mpfr4 (4.2.1-r0) 09:11:16 (6/30) Installing mpc1 (1.3.1-r1) 09:11:16 (7/30) Installing gcc (13.2.1_git20240309-r1) 09:11:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1172 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 09:11:22 Selected Git installation does not exist. Using Default 09:11:22 The recommended git tool is: NONE 09:11:26 (8/30) Installing musl-dev (1.2.5-r1) 09:11:26 (9/30) Installing linux-headers (6.6-r0) 09:11:27 (10/30) Installing libffi-dev (3.4.6-r0) 09:11:27 using credential edgex-jenkins-ssh 09:11:27 Cloning the remote Git repository 09:11:27 (11/30) Installing libpq (16.8-r0) 09:11:28 (12/30) Installing openssl-dev (3.3.3-r0) 09:11:28 (13/30) Installing libpq-dev (16.8-r0) 09:11:27 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 09:11:27 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 09:11:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 09:11:27 > git --version # timeout=10 09:11:27 > git --version # 'git version 2.25.1' 09:11:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:11:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:11:28 (14/30) Installing libecpg (16.8-r0) 09:11:29 (15/30) Installing libecpg-dev (16.8-r0) 09:11:29 Avoid second fetch 09:11:29 Checking out Revision 235bca4a8432a561fea1a1efa3e48abcfbcbc34f (main) 09:11:29 (16/30) Installing clang16-headers (16.0.6-r5) 09:11:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 09:11:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:11:29 > git config core.sparsecheckout # timeout=10 09:11:29 > git checkout -f 235bca4a8432a561fea1a1efa3e48abcfbcbc34f # timeout=10 09:11:30 Commit message: "Merge pull request #122 from jinlinGuan/issue-121" 09:11:30 (17/30) Installing llvm16-libs (16.0.6-r9) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:11:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:11:34 % Total % Received % Xferd Average Speed Time Time Time Current 09:11:34 Dload Upload Total Spent Left Speed 09:11:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 72886 0 --:--:-- --:--:-- --:--:-- 72886 [Pipeline] sh 09:11:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:11:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:11:35 + sudo tee /etc/docker/daemon.new 09:11:35 { 09:11:35 "registry-mirrors": [ 09:11:35 "https://nexus3.edgexfoundry.org:10001" 09:11:35 ], 09:11:35 "bip": "10.250.0.254/24", 09:11:35 "hosts": [ 09:11:35 "tcp://0.0.0.0:5555", 09:11:35 "unix:///var/run/docker.sock" 09:11:35 ], 09:11:35 "mtu": 1458, 09:11:35 "selinux-enabled": true, 09:11:35 "seccomp-profile": "/etc/docker/seccomp.json" 09:11:35 } [Pipeline] sh 09:11:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:11:36 + sudo service docker restart 09:11:36 (18/30) Installing clang16-libs (16.0.6-r5) 09:11:40 (19/30) Installing fortify-headers (1.1-r3) 09:11:40 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 09:11:40 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 09:11:40 (22/30) Installing clang16 (16.0.6-r5) 09:11:41 (23/30) Installing icu (74.2-r0) 09:11:42 (24/30) Installing icu-dev (74.2-r0) 09:11:42 (25/30) Installing llvm16 (16.0.6-r9) 09:11:50 (26/30) Installing lz4-libs (1.9.4-r5) 09:11:50 (27/30) Installing lz4-dev (1.9.4-r5) 09:11:50 (28/30) Installing zstd (1.5.6-r0) 09:11:50 (29/30) Installing zstd-dev (1.5.6-r0) 09:11:50 (30/30) Installing postgresql16-dev (16.8-r0) 09:11:51 Executing busybox-1.36.1-r29.trigger 09:11:51 OK: 1208 MiB in 225 packages 09:11:51 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:11:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:11:52 (1/14) Installing g++ (13.2.1_git20240309-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:11:54 provisioning config files... 09:11:54 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4430178381288704254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:54 ---> ****-login.sh 09:11:54 nexus3.edgexfoundry.org:10001 09:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:11:55 Configure a credential helper to remove this warning. See 09:11:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:11:55 09:11:55 Login Succeeded 09:11:55 nexus3.edgexfoundry.org:10002 09:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:11:55 Configure a credential helper to remove this warning. See 09:11:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:11:55 09:11:55 Login Succeeded 09:11:55 nexus3.edgexfoundry.org:10003 09:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:56 (2/14) Installing gdbm (1.23-r1) 09:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:11:56 Configure a credential helper to remove this warning. See 09:11:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:11:56 09:11:56 Login Succeeded 09:11:56 nexus3.edgexfoundry.org:10004 09:11:56 (3/14) Installing mpdecimal (4.0.0-r0) 09:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:11:56 Configure a credential helper to remove this warning. See 09:11:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:11:56 09:11:56 Login Succeeded 09:11:56 ****.io 09:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:11:57 Configure a credential helper to remove this warning. See 09:11:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:11:57 09:11:57 Login Succeeded 09:11:57 ---> ****-login.sh ends 09:11:57 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [Pipeline] } 09:11:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 09:11:57 (5/14) Installing libncursesw (6.4_p20240420-r2) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:11:57 (6/14) Installing libpanelw (6.4_p20240420-r2) 09:11:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:11:57 (7/14) Installing readline (8.2.10-r0) 09:11:58 + ls -al . 09:11:58 total 68 09:11:58 drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:11 . 09:11:58 drwxrwxr-x 4 jenkins jenkins 4096 May 9 09:11 .. 09:11:58 drwxrwxr-x 8 jenkins jenkins 4096 May 9 09:11 .git 09:11:58 drwxrwxr-x 2 jenkins jenkins 4096 May 9 09:11 .github 09:11:58 -rw-rw-r-- 1 jenkins jenkins 22 May 9 09:11 .gitignore 09:11:58 -rw-rw-r-- 1 jenkins jenkins 1653 May 9 09:11 Dockerfile 09:11:58 -rw-rw-r-- 1 jenkins jenkins 746 May 9 09:11 Jenkinsfile 09:11:58 -rw-rw-r-- 1 jenkins jenkins 11381 May 9 09:11 LICENSE 09:11:58 -rw-rw-r-- 1 jenkins jenkins 4232 May 9 09:11 README.md 09:11:58 drwxrwxr-x 5 jenkins jenkins 4096 May 9 09:11 TUC 09:11:58 -rw-rw-r-- 1 jenkins jenkins 11 May 9 09:09 VERSION 09:11:58 -rw-rw-r-- 1 jenkins jenkins 347 May 9 09:11 requirements.txt 09:11:58 -rw-rw-r-- 1 jenkins jenkins 54 May 9 09:11 robot-entrypoint.sh 09:11:58 -rw-rw-r-- 1 jenkins jenkins 445 May 9 09:11 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:58 (8/14) Installing python3 (3.12.10-r0) 09:11:58 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f --label arch=arm64 --label version=1.0.0-dev.2 . 09:11:58 Sending build context to Docker daemon 343kB 09:11:58 Step 1/13 : FROM alpine:3.20 09:11:59 3.20: Pulling from library/alpine 09:11:59 94e9d8af2201: Pulling fs layer 09:11:59 (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) 09:11:59 94e9d8af2201: Verifying Checksum 09:11:59 94e9d8af2201: Download complete 09:11:59 (10/14) Installing pyc (3.12.10-r0) 09:12:00 (11/14) Installing python3-pyc (3.12.10-r0) 09:12:00 (12/14) Installing python3-dev (3.12.10-r0) 09:12:00 94e9d8af2201: Pull complete 09:12:00 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:12:00 Status: Downloaded newer image for alpine:3.20 09:12:00 ---> 7aab056cecc6 09:12:00 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 09:12:00 ---> Running in 2451aaf8cd62 09:12:00 Removing intermediate container 2451aaf8cd62 09:12:00 ---> 501c54201445 09:12:00 Step 3/13 : LABEL maintainer="Bruce Huang " 09:12:00 ---> Running in e47e7a1b3513 09:12:01 Removing intermediate container e47e7a1b3513 09:12:01 ---> f3dcee359fc1 09:12:01 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 09:12:01 ---> 71cd9daf6b4d 09:12:01 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 09:12:02 ---> 3508b4c7534d 09:12:02 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 09:12:02 ---> be18be4ed202 09:12:02 Step 7/13 : WORKDIR /edgex-taf 09:12:02 ---> Running in f6cbbb9714ad 09:12:02 Removing intermediate container f6cbbb9714ad 09:12:02 ---> 095943f8ed78 09:12:02 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:02 ---> Running in 46cd435c1f6a 09:12:04 Removing intermediate container 46cd435c1f6a 09:12:04 ---> 42875d704735 09:12:04 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 09:12:04 ---> Running in 8bee1a9449af 09:12:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:12:06 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:12:06 (13/14) Installing libsodium-dev (1.0.19-r0) 09:12:06 (14/14) Installing zeromq-dev (4.3.5-r2) 09:12:07 Executing busybox-1.36.1-r29.trigger 09:12:07 OK: 1374 MiB in 239 packages 09:12:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:12:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:12:08 OK: 9 MiB in 14 packages 09:12:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:12:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:12:08 OK: 1374 MiB in 239 packages 09:12:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:12:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:12:09 (1/1) Installing tzdata (2025b-r0) 09:12:10 OK: 1376 MiB in 240 packages 09:12:10 (1/14) Installing ca-certificates (20241121-r1) 09:12:10 (1/1) Purging tzdata (2025b-r0) 09:12:10 OK: 1374 MiB in 239 packages 09:12:10 (2/14) Installing brotli-libs (1.1.0-r2) 09:12:11 (3/14) Installing c-ares (1.33.1-r0) 09:12:11 (4/14) Installing libunistring (1.2-r0) 09:12:12 (5/14) Installing libidn2 (2.3.7-r0) 09:12:12 Looking in links: /tmp/tmpaj0t1w8l 09:12:12 Processing /tmp/tmpaj0t1w8l/pip-25.0.1-py3-none-any.whl 09:12:12 Installing collected packages: pip 09:12:12 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:12:13 (7/14) Installing libpsl (0.21.5-r1) 09:12:13 Successfully installed pip-25.0.1 09:12:13 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. 09:12:13 (8/14) Installing zstd-libs (1.5.6-r0) 09:12:13 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 09:12:13 Collecting pip 09:12:13 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 09:12:13 Collecting setuptools 09:12:13 Downloading setuptools-80.3.1-py3-none-any.whl.metadata (6.5 kB) 09:12:13 Collecting wheel 09:12:13 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 09:12:13 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 09:12:14 (9/14) Installing libcurl (8.12.1-r0) 09:12:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 58.3 MB/s eta 0:00:00 09:12:14 Downloading setuptools-80.3.1-py3-none-any.whl (1.2 MB) 09:12:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 101.0 MB/s eta 0:00:00 09:12:14 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 09:12:14 Installing collected packages: wheel, setuptools, pip 09:12:14 (10/14) Installing curl (8.12.1-r0) 09:12:14 (11/14) Installing docker-cli (26.1.5-r0) 09:12:15 Attempting uninstall: pip 09:12:15 Found existing installation: pip 25.0.1 09:12:15 Uninstalling pip-25.0.1: 09:12:15 Successfully uninstalled pip-25.0.1 09:12:15 (12/14) Installing oniguruma (6.9.9-r0) 09:12:16 Successfully installed pip-25.1.1 setuptools-80.3.1 wheel-0.45.1 09:12:16 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. 09:12:16 (13/14) Installing jq (1.7.1-r0) 09:12:16 Processing ./edgex-taf-common 09:12:16 Preparing metadata (setup.py): started 09:12:16 Preparing metadata (setup.py): finished with status 'done' 09:12:16 Building wheels for collected packages: edgex-taf-common 09:12:16  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 09:12:16  Building wheel for edgex-taf-common (setup.py): started 09:12:17 (14/14) Installing openssl (3.3.3-r0) 09:12:17 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 09:12:17 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14235 sha256=3c7c8e8e4be3cf514ac5397739c701bf0af82b8154267562dd6b9b0ea3932c31 09:12:17 Stored in directory: /tmp/pip-ephem-wheel-cache-joh53nnz/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 09:12:17 Successfully built edgex-taf-common 09:12:17 Installing collected packages: edgex-taf-common 09:12:17 Successfully installed edgex-taf-common-0.0.0 09:12:17 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. 09:12:17 Executing busybox-1.36.1-r29.trigger 09:12:17 Executing ca-certificates-20241121-r1.trigger 09:12:17 OK: 43 MiB in 28 packages 09:12:17 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 09:12:17 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 09:12:17 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 09:12:17 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 09:12:17 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 09:12:17 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 09:12:17 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 09:12:17 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 09:12:17 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 09:12:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:12:17 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 09:12:17 Preparing metadata (setup.py): started 09:12:17 Preparing metadata (setup.py): finished with status 'done' 09:12:17 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 09:12:17 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 09:12:17 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 09:12:17 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 09:12:18 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 09:12:18 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 09:12:18 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 09:12:18 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 09:12:18 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 09:12:18 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 09:12:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:12:18 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 09:12:18 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 09:12:18 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 09:12:18 Downloading psutil-7.0.0.tar.gz (497 kB) 09:12:18 Installing build dependencies: started 09:12:19 Installing build dependencies: finished with status 'done' 09:12:19 Getting requirements to build wheel: started 09:12:19 Getting requirements to build wheel: finished with status 'done' 09:12:19 Preparing metadata (pyproject.toml): started 09:12:20 Preparing metadata (pyproject.toml): finished with status 'done' 09:12:20 (1/166) Installing libexpat (2.7.0-r0) 09:12:20 (2/166) Installing libbz2 (1.0.8-r6) 09:12:20 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 09:12:20 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) 09:12:20 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 09:12:20 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 09:12:20 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 09:12:20 Downloading psycopg2-2.9.10.tar.gz (385 kB) 09:12:20 (3/166) Installing libpng (1.6.44-r0) 09:12:20 Preparing metadata (setup.py): started 09:12:20 Preparing metadata (setup.py): finished with status 'done' 09:12:20 Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) 09:12:20 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 09:12:21 (4/166) Installing freetype (2.13.2-r0) 09:12:21 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 09:12:21 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 09:12:21 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) 09:12:21 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 09:12:21 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 09:12:21 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 09:12:21 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading flex-6.14.1.tar.gz (40 kB) 09:12:21 Preparing metadata (setup.py): started 09:12:21 Preparing metadata (setup.py): finished with status 'done' 09:12:21 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 09:12:21 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 09:12:21 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 09:12:21 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 09:12:21 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 09:12:21 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 09:12:21 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:21 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 09:12:21 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 09:12:21 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 09:12:21 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 09:12:21 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 09:12:21 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 09:12:21 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 09:12:21 (5/166) Installing fontconfig (2.15.0-r1) 09:12:21 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 09:12:21 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 09:12:21 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:12:21 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 09:12:21 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:12:21 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 09:12:21 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.3.1) 09:12:21 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:12:21 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 09:12:21 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:12:21 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 09:12:21 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 09:12:21 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 09:12:21 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:21 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 09:12:22 (6/166) Installing libfontenc (1.1.8-r0) 09:12:22 Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:22 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 09:12:22 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:22 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 09:12:22 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:22 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 09:12:22 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:22 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 09:12:22 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:12:22 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 09:12:22 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)) 09:12:22 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 09:12:22 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)) 09:12:22 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 09:12:22 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 09:12:22 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading validate_email-1.3.tar.gz (4.7 kB) 09:12:22 Preparing metadata (setup.py): started 09:12:22 Preparing metadata (setup.py): finished with status 'done' 09:12:22 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 09:12:22 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 09:12:22 Preparing metadata (setup.py): started 09:12:22 (7/166) Installing mkfontscale (1.2.2-r6) 09:12:22 Preparing metadata (setup.py): finished with status 'done' 09:12:22 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 09:12:22 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 09:12:22 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:22 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 09:12:22 (8/166) Installing font-opensans (0_git20210927-r1) 09:12:23 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 09:12:23 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 09:12:23 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 09:12:23 (9/166) Installing pkgconf (2.2.0-r0) 09:12:23 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 09:12:23 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 09:12:23 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 09:12:23 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 09:12:23 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 09:12:23 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 09:12:23 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)) 09:12:23 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 09:12:23 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 (10/166) Installing libgcc (13.2.1_git20240309-r1) 09:12:23 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 09:12:23 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)) 09:12:23 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 09:12:23 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:12:23 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 09:12:23 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 09:12:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 234.0 MB/s eta 0:00:00 09:12:23 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 09:12:23 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 09:12:23 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 09:12:23 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 09:12:23 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 09:12:23 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 09:12:23 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 09:12:23 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 09:12:23 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 243.1 MB/s eta 0:00:00 09:12:24 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 117.6 MB/s eta 0:00:00 09:12:24 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 271.5 MB/s eta 0:00:00 09:12:24 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 248.5 MB/s eta 0:00:00 09:12:24 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 09:12:24 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 09:12:24 Downloading idna-3.10-py3-none-any.whl (70 kB) 09:12:24 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 09:12:24 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 09:12:24 Downloading click-8.1.8-py3-none-any.whl (98 kB) 09:12:24 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 09:12:24 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 09:12:24 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 09:12:24 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 09:12:24 Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 105.4 MB/s eta 0:00:00 09:12:24 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 09:12:24 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 09:12:24 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 09:12:24 (11/166) Installing libffi (3.4.6-r0) 09:12:24 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 09:12:24 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 09:12:24 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 09:12:24 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 09:12:24 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 09:12:24 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 09:12:24 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 09:12:24 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 290.6 MB/s eta 0:00:00 09:12:24 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 09:12:24 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 262.5 MB/s eta 0:00:00 09:12:24 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 09:12:24 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 09:12:24 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 09:12:24 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 09:12:24 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 09:12:24 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 09:12:24 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 223.9 MB/s eta 0:00:00 09:12:24 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 09:12:24 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 09:12:24 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 09:12:24 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 09:12:24 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 09:12:24 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 09:12:24 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 09:12:24 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 09:12:24 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 09:12:24 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 09:12:24 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 09:12:24 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 09:12:24 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 09:12:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 228.8 MB/s eta 0:00:00 09:12:24 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 09:12:24 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 09:12:24 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 09:12:24 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 09:12:24 (12/166) Installing libintl (0.22.5-r0) 09:12:24 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 09:12:24  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 09:12:24  Building wheel for robotbackgroundlogger (setup.py): started 09:12:24 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 09:12:24 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=1b6a16e4f96193fa5031b522f20fc12dc340fb6c6875a81370d52867423c697a 09:12:24 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 09:12:24 Building wheel for psutil (pyproject.toml): started 09:12:24 (13/166) Installing libeconf (0.6.3-r0) 09:12:25 (14/166) Installing libblkid (2.40.1-r1) 09:12:25 (15/166) Installing libmount (2.40.1-r1) 09:12:26 (16/166) Installing pcre2 (10.43-r0) 09:12:26 Building wheel for psutil (pyproject.toml): finished with status 'done' 09:12:26 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277529 sha256=286eef333c665f18768917985411b10e397bfe522e9f4848acbd34103a43ce5c 09:12:26 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 09:12:26  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 09:12:26  Building wheel for psycopg2 (setup.py): started 09:12:26 (17/166) Installing glib (2.80.5-r0) 09:12:27 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 09:12:27 (19/166) Installing xz-libs (5.6.2-r1) 09:12:28 (20/166) Installing libxml2 (2.12.7-r2) 09:12:28 (21/166) Installing shared-mime-info (2.4-r0) 09:12:29 (22/166) Installing hicolor-icon-theme (0.17-r2) 09:12:29 (23/166) Installing libjpeg-turbo (3.0.3-r0) 09:12:30 (24/166) Installing libsharpyuv (1.3.2-r0) 09:12:30 (25/166) Installing libwebp (1.3.2-r0) 09:12:31 (26/166) Installing tiff (4.6.0t-r0) 09:12:31 (27/166) Installing gdk-pixbuf (2.42.12-r0) 09:12:31 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 09:12:32 (29/166) Installing libxau (1.0.11-r4) 09:12:32 (30/166) Installing libmd (1.1.0-r0) 09:12:32 (31/166) Installing libbsd (0.12.2-r0) 09:12:33 (32/166) Installing libxdmcp (1.1.5-r1) 09:12:33 (33/166) Installing libxcb (1.16.1-r0) 09:12:33 (34/166) Installing libx11 (1.8.9-r1) 09:12:34 (35/166) Installing libxcomposite (0.4.6-r5) 09:12:34 (36/166) Installing libxfixes (6.0.1-r4) 09:12:34 (37/166) Installing libxrender (0.9.11-r5) 09:12:35 (38/166) Installing libxcursor (1.2.2-r1) 09:12:35 (39/166) Installing libxdamage (1.1.6-r5) 09:12:36 (40/166) Installing libxext (1.3.6-r2) 09:12:36 (41/166) Installing libxi (1.8.1-r4) 09:12:36 Building wheel for psycopg2 (setup.py): finished with status 'done' 09:12:36 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521919 sha256=8d14f59c0688fca18a55e9738141047da5805fb0ea622573f6a9141657ad9d21 09:12:36 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 09:12:36  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 09:12:36  Building wheel for flex (setup.py): started 09:12:36 Building wheel for flex (setup.py): finished with status 'done' 09:12:36 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=50b7ae8c0820a8a4bbefcef4455bb3220f7494fa92ee123a1befd11cbcadfec0 09:12:36 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 09:12:36  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 09:12:36  Building wheel for strict-rfc3339 (setup.py): started 09:12:36 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 09:12:36 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=2908aa9af0232525352157b93426c005dc5b8a8fbc755b99ab29f4748a47987c 09:12:36 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 09:12:36  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 09:12:36  Building wheel for validate-email (setup.py): started 09:12:36 Building wheel for validate-email (setup.py): finished with status 'done' 09:12:36 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=45e994623eec8e3aadbe7ee078be9d84cb784f3350ed3e89d98205f96897fde8 09:12:36 Stored in directory: /tmp/pip-ephem-wheel-cache-s9xnwhuf/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 09:12:36 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 09:12:36 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 09:12:36 (42/166) Installing libxinerama (1.1.5-r4) 09:12:37 (43/166) Installing libxrandr (1.5.4-r1) 09:12:37 (44/166) Installing libatk-1.0 (2.52.0-r0) 09:12:37 (45/166) Installing libxtst (1.2.4-r6) 09:12:38 (46/166) Installing dbus-libs (1.14.10-r1) 09:12:38 (47/166) Installing at-spi2-core (2.52.0-r0) 09:12:38 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 09:12:39 (49/166) Installing pixman (0.43.2-r0) 09:12:39 (50/166) Installing cairo (1.18.0-r0) 09:12:40 (51/166) Installing cairo-gobject (1.18.0-r0) 09:12:40 (52/166) Installing avahi-libs (0.8-r17) 09:12:40 (53/166) Installing gmp (6.3.0-r1) 09:12:41 (54/166) Installing nettle (3.9.1-r0) 09:12:42 (55/166) Installing libtasn1 (4.20.0-r0) 09:12:42 (56/166) Installing p11-kit (0.25.3-r0) 09:12:42 (57/166) Installing gnutls (3.8.5-r0) 09:12:43 (58/166) Installing cups-libs (2.4.9-r1) 09:12:43 (59/166) Installing libepoxy (1.5.10-r1) 09:12:44 (60/166) Installing fribidi (1.0.15-r0) 09:12:44 (61/166) Installing graphite2 (1.3.14-r6) 09:12:45 (62/166) Installing harfbuzz (8.5.0-r0) 09:12:45 (63/166) Installing libxft (2.3.8-r3) 09:12:46 (64/166) Installing pango (1.52.2-r0) 09:12:46 09:12:46 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.1.8 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 09:12:46 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. 09:12:46 (65/166) Installing wayland-libs-client (1.22.0-r4) 09:12:46 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 09:12:47 (67/166) Installing wayland-libs-egl (1.22.0-r4) 09:12:47 (68/166) Installing xkeyboard-config (2.41-r0) 09:12:48 (69/166) Installing libxkbcommon (1.7.0-r0) 09:12:48 (70/166) Installing gtk+3.0 (3.24.43-r0) 09:12:49 (71/166) Installing icu-data-full (74.2-r0) 09:12:52 (72/166) Installing mesa (24.0.9-r1) 09:12:52 (73/166) Installing llvm17-libs (17.0.6-r2) 09:13:02 (74/166) Installing hwdata-pci (0.382-r0) 09:13:02 (75/166) Installing libpciaccess (0.18.1-r0) 09:13:02 (76/166) Installing libdrm (2.4.120-r0) 09:13:02 (77/166) Installing libelf (0.191-r0) 09:13:03 (78/166) Installing mesa-glapi (24.0.9-r1) 09:13:03 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 09:13:06 (80/166) Installing eudev-libs (3.2.14-r2) 09:13:06 (81/166) Installing libmagic (5.45-r1) 09:13:06 (82/166) Installing file (5.45-r1) 09:13:07 (83/166) Installing xprop (1.2.7-r0) 09:13:07 (84/166) Installing libice (1.1.1-r6) 09:13:07 (85/166) Installing libuuid (2.40.1-r1) 09:13:08 (86/166) Installing libsm (1.2.4-r4) 09:13:08 Removing intermediate container a6e19861157d 09:13:08 ---> 8328dfb7a339 09:13:08 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 09:13:08 ---> Running in fb6e976719d6 09:13:08 Removing intermediate container fb6e976719d6 09:13:08 ---> 4e1ef3eb164d 09:13:08 Step 11/13 : LABEL arch=amd64 09:13:08 ---> Running in 566f9508645b 09:13:08 Removing intermediate container 566f9508645b 09:13:08 ---> 3f243a01042d 09:13:08 Step 12/13 : LABEL git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:13:08 ---> Running in 4eaf69821c90 09:13:08 Removing intermediate container 4eaf69821c90 09:13:08 ---> 403e46d7b073 09:13:08 Step 13/13 : LABEL version=1.0.0-dev.2 09:13:08 ---> Running in 96393b5d6236 09:13:08 Removing intermediate container 96393b5d6236 09:13:08 ---> 205e31ea6780 09:13:08 [Warning] One or more build-args [ARCH] were not consumed 09:13:08 Successfully built 205e31ea6780 09:13:08 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 09:13:08 (87/166) Installing libxt (1.3.0-r5) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 09:13:08 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 09:13:08 235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:13:08 latest 09:13:08 1.0.0-dev.2 09:13:08 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:13:08 main 09:13:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:08 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:09 (88/166) Installing libxmu (1.1.4-r2) 09:13:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:13:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:13:09 22efa3a77642: Preparing 09:13:09 8445cac951cc: Preparing 09:13:09 ea211d002771: Preparing 09:13:09 993a46cea685: Preparing 09:13:09 5169d68dbba4: Preparing 09:13:09 994456c4fd7b: Preparing 09:13:09 994456c4fd7b: Waiting 09:13:09 993a46cea685: Pushed 09:13:09 ea211d002771: Pushed 09:13:09 8445cac951cc: Pushed 09:13:09 5169d68dbba4: Pushed 09:13:09 994456c4fd7b: Layer already exists 09:13:09 (89/166) Installing xset (1.2.5-r1) 09:13:09 (90/166) Installing xdg-utils (1.2.1-r0) 09:13:10 (91/166) Installing libogg (1.3.5-r5) 09:13:10 (92/166) Installing libflac (1.4.3-r1) 09:13:10 (93/166) Installing alsa-lib (1.2.11-r0) 09:13:11 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 09:13:12 (95/166) Installing aom-libs (3.9.1-r0) 09:13:12 (96/166) Installing libva (2.21.0-r0) 09:13:12 (97/166) Installing libvdpau (1.5-r3) 09:13:13 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 09:13:13 (99/166) Installing libdav1d (1.4.2-r0) 09:13:14 (100/166) Installing openexr-libiex (3.1.13-r1) 09:13:14 (101/166) Installing openexr-libilmthread (3.1.13-r1) 09:13:15 (102/166) Installing imath (3.1.12-r0) 09:13:15 (103/166) Installing openexr-libopenexr (3.1.13-r1) 09:13:16 (104/166) Installing giflib (5.2.2-r0) 09:13:16 (105/166) Installing libhwy (1.0.7-r0) 09:13:16 (106/166) Installing lcms2 (2.16-r0) 09:13:17 (107/166) Installing libjxl (0.10.2-r0) 09:13:17 (108/166) Installing lame-libs (3.100-r5) 09:13:18 (109/166) Installing opus (1.5.2-r0) 09:13:18 (110/166) Installing rav1e-libs (0.7.1-r0) 09:13:19 (111/166) Installing libgomp (13.2.1_git20240309-r1) 09:13:19 (112/166) Installing soxr (0.1.3-r7) 09:13:20 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 09:13:20 (114/166) Installing libtheora (1.1.1-r18) 09:13:20 (115/166) Installing libvorbis (1.3.7-r2) 09:13:21 (116/166) Installing libvpx (1.14.1-r0) 09:13:22 (117/166) Installing libwebpmux (1.3.2-r0) 09:13:22 (118/166) Installing x264-libs (0.164_git20231001-r0) 09:13:22 (119/166) Installing numactl (2.0.18-r0) 09:13:23 (120/166) Installing x265-libs (3.6-r0) 09:13:24 (121/166) Installing xvidcore (1.3.7-r2) 09:13:24 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 09:13:25 (123/166) Installing libbluray (1.3.4-r1) 09:13:25 (124/166) Installing mpg123-libs (1.32.8-r0) 09:13:26 (125/166) Installing libopenmpt (0.7.7-r0) 09:13:26 (126/166) Installing cjson (1.7.18-r0) 09:13:26 (127/166) Installing mbedtls (3.6.3-r0) 09:13:27 (128/166) Installing librist (0.2.10-r1) 09:13:27 (129/166) Installing libsrt (1.5.3-r0) 09:13:28 (130/166) Installing libssh (0.10.6-r0) 09:13:28 (131/166) Installing libsodium (1.0.19-r0) 09:13:29 (132/166) Installing libzmq (4.3.5-r2) 09:13:29 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 09:13:30 (134/166) Installing crc32c (1.1.2-r0) 09:13:30 (135/166) Installing double-conversion (3.3.0-r0) 09:13:30 (136/166) Installing libevent (2.1.12-r7) 09:13:31 (137/166) Installing wayland-libs-server (1.22.0-r4) 09:13:31 (138/166) Installing mesa-gbm (24.0.9-r1) 09:13:32 (139/166) Installing harfbuzz-subset (8.5.0-r0) 09:13:32 (140/166) Installing icu-libs (74.2-r0) 09:13:33 (141/166) Installing minizip (1.3.1-r0) 09:13:33 (142/166) Installing nspr (4.35-r4) 09:13:34 (143/166) Installing sqlite-libs (3.45.3-r2) 09:13:34 (144/166) Installing nss (3.105-r0) 09:13:35 (145/166) Installing openh264 (2.4.1-r0) 09:13:35 (146/166) Installing libcamera-ipa (0.3.0-r0) 09:13:36 (147/166) Installing libunwind (1.8.1-r0) 09:13:36 (148/166) Installing yaml (0.2.5-r2) 09:13:37 (149/166) Installing libcamera (0.3.0-r0) 09:13:37 (150/166) Installing speexdsp (1.2.1-r2) 09:13:38 (151/166) Installing libuv (1.48.0-r0) 09:13:38 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 09:13:39 (153/166) Installing libsndfile (1.2.2-r1) 09:13:39 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 09:13:39 (155/166) Installing pipewire-libs (1.0.6-r1) 09:13:40 (156/166) Installing libasyncns (0.8-r3) 09:13:40 (157/166) Installing libltdl (2.4.7-r3) 09:13:41 (158/166) Installing orc (0.4.40-r0) 09:13:41 (159/166) Installing tdb-libs (1.4.9-r1) 09:13:42 (160/166) Installing libpulse (17.0-r0) 09:13:42 (161/166) Installing libwebpdemux (1.3.2-r0) 09:13:43 (162/166) Installing libgpg-error (1.49-r0) 09:13:43 (163/166) Installing libgcrypt (1.10.3-r0) 09:13:43 (164/166) Installing libxslt (1.1.39-r2) 09:13:44 (165/166) Installing chromium (131.0.6778.108-r0) 09:13:50 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 09:13:51 Executing busybox-1.36.1-r29.trigger 09:13:51 Executing fontconfig-2.15.0-r1.trigger 09:13:51 Executing mkfontscale-1.2.2-r6.trigger 09:13:51 Executing glib-2.80.5-r0.trigger 09:13:51 Executing shared-mime-info-2.4-r0.trigger 09:13:53 Executing gdk-pixbuf-2.42.12-r0.trigger 09:13:53 Executing gtk-update-icon-cache-3.24.43-r0.trigger 09:13:53 Executing gtk+3.0-3.24.43-r0.trigger 09:13:53 OK: 657 MiB in 194 packages 09:13:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:13:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:13:56 (1/30) Installing jansson (2.14-r4) 09:13:56 (2/30) Installing binutils (2.42-r1) 09:13:57 (3/30) Installing libatomic (13.2.1_git20240309-r1) 09:13:57 (4/30) Installing isl26 (0.26-r1) 09:13:58 (5/30) Installing mpfr4 (4.2.1-r0) 09:13:58 (6/30) Installing mpc1 (1.3.1-r1) 09:13:59 (7/30) Installing gcc (13.2.1_git20240309-r1) 09:14:07 (8/30) Installing musl-dev (1.2.5-r1) 09:14:07 (9/30) Installing linux-headers (6.6-r0) 09:14:08 (10/30) Installing libffi-dev (3.4.6-r0) 09:14:09 (11/30) Installing libpq (16.8-r0) 09:14:09 (12/30) Installing openssl-dev (3.3.3-r0) 09:14:10 (13/30) Installing libpq-dev (16.8-r0) 09:14:10 (14/30) Installing libecpg (16.8-r0) 09:14:11 (15/30) Installing libecpg-dev (16.8-r0) 09:14:11 (16/30) Installing clang16-headers (16.0.6-r5) 09:14:12 (17/30) Installing llvm16-libs (16.0.6-r9) 09:14:22 (18/30) Installing clang16-libs (16.0.6-r5) 09:14:27 (19/30) Installing fortify-headers (1.1-r3) 09:14:27 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 09:14:28 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 09:14:29 (22/30) Installing clang16 (16.0.6-r5) 09:14:29 (23/30) Installing icu (74.2-r0) 09:14:30 (24/30) Installing icu-dev (74.2-r0) 09:14:30 (25/30) Installing llvm16 (16.0.6-r9) 09:14:34 (26/30) Installing lz4-libs (1.9.4-r5) 09:14:34 (27/30) Installing lz4-dev (1.9.4-r5) 09:14:34 (28/30) Installing zstd (1.5.6-r0) 09:14:35 (29/30) Installing zstd-dev (1.5.6-r0) 09:14:35 (30/30) Installing postgresql16-dev (16.8-r0) 09:14:37 Executing busybox-1.36.1-r29.trigger 09:14:37 OK: 1184 MiB in 224 packages 09:14:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:14:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:14:39 (1/14) Installing g++ (13.2.1_git20240309-r1) 09:14:40 (2/14) Installing gdbm (1.23-r1) 09:14:40 (3/14) Installing mpdecimal (4.0.0-r0) 09:14:41 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 09:14:41 (5/14) Installing libncursesw (6.4_p20240420-r2) 09:14:41 (6/14) Installing libpanelw (6.4_p20240420-r2) 09:14:42 (7/14) Installing readline (8.2.10-r0) 09:14:42 (8/14) Installing python3 (3.12.10-r0) 09:14:44 (9/14) Installing python3-pycache-pyc0 (3.12.10-r0) 09:14:45 (10/14) Installing pyc (3.12.10-r0) 09:14:45 (11/14) Installing python3-pyc (3.12.10-r0) 09:14:46 (12/14) Installing python3-dev (3.12.10-r0) 09:14:56 (13/14) Installing libsodium-dev (1.0.19-r0) 09:14:56 (14/14) Installing zeromq-dev (4.3.5-r2) 09:14:56 Executing busybox-1.36.1-r29.trigger 09:14:56 OK: 1370 MiB in 238 packages 09:14:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:14:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:14:58 OK: 1370 MiB in 238 packages 09:14:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:14:59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:15:01 (1/1) Installing tzdata (2025b-r0) 09:15:01 OK: 1372 MiB in 239 packages 09:15:03 (1/1) Purging tzdata (2025b-r0) 09:15:03 OK: 1370 MiB in 238 packages 09:15:13 Looking in links: /tmp/tmpszr6f21j 09:15:13 Processing /tmp/tmpszr6f21j/pip-25.0.1-py3-none-any.whl 09:15:13 Installing collected packages: pip 09:15:20 Successfully installed pip-25.0.1 09:15:20 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. 09:15:22 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 09:15:22 Collecting pip 09:15:22 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 09:15:23 Collecting setuptools 09:15:23 Downloading setuptools-80.3.1-py3-none-any.whl.metadata (6.5 kB) 09:15:23 Collecting wheel 09:15:23 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 09:15:23 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 09:15:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 55.0 MB/s eta 0:00:00 09:15:23 Downloading setuptools-80.3.1-py3-none-any.whl (1.2 MB) 09:15:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 57.1 MB/s eta 0:00:00 09:15:23 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 09:15:23 Installing collected packages: wheel, setuptools, pip 09:15:30 Attempting uninstall: pip 09:15:30 Found existing installation: pip 25.0.1 09:15:30 Uninstalling pip-25.0.1: 09:15:30 Successfully uninstalled pip-25.0.1 09:15:37 Successfully installed pip-25.1.1 setuptools-80.3.1 wheel-0.45.1 09:15:37 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. 09:15:39 Processing ./edgex-taf-common 09:15:39 Preparing metadata (setup.py): started 09:15:40 Preparing metadata (setup.py): finished with status 'done' 09:15:40 Building wheels for collected packages: edgex-taf-common 09:15:40  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 09:15:40  Building wheel for edgex-taf-common (setup.py): started 09:15:42 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 09:15:42 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14235 sha256=ee228136c9b7fc959b11c78bad9588b7877598b8eff6847c6f5a61d219c07cbb 09:15:42 Stored in directory: /tmp/pip-ephem-wheel-cache-gljnucif/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 09:15:42 Successfully built edgex-taf-common 09:15:42 Installing collected packages: edgex-taf-common 09:15:42 Successfully installed edgex-taf-common-0.0.0 09:15:42 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. 09:15:45 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 09:15:45 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 09:15:45 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 09:15:45 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 09:15:45 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 09:15:45 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 09:15:45 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 09:15:45 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 09:15:45 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 09:15:45 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 09:15:45 Preparing metadata (setup.py): started 09:15:45 22efa3a77642: Pushed 09:15:45 235bca4a8432a561fea1a1efa3e48abcfbcbc34f: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:46 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:46 Preparing metadata (setup.py): finished with status 'done' 09:15:46 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:15:46 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:15:46 22efa3a77642: Preparing 09:15:46 8445cac951cc: Preparing 09:15:46 ea211d002771: Preparing 09:15:46 993a46cea685: Preparing 09:15:46 5169d68dbba4: Preparing 09:15:46 994456c4fd7b: Preparing 09:15:46 994456c4fd7b: Waiting 09:15:46 ea211d002771: Layer already exists 09:15:46 993a46cea685: Layer already exists 09:15:46 8445cac951cc: Layer already exists 09:15:46 5169d68dbba4: Layer already exists 09:15:46 22efa3a77642: Layer already exists 09:15:46 994456c4fd7b: Layer already exists 09:15:46 latest: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:46 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 09:15:46 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 09:15:46 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 09:15:46 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 09:15:46 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:46 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 09:15:46 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 09:15:46 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 09:15:46 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 09:15:47 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 09:15:47 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:15:47 22efa3a77642: Preparing 09:15:47 8445cac951cc: Preparing 09:15:47 ea211d002771: Preparing 09:15:47 993a46cea685: Preparing 09:15:47 5169d68dbba4: Preparing 09:15:47 994456c4fd7b: Preparing 09:15:47 994456c4fd7b: Waiting 09:15:47 ea211d002771: Layer already exists 09:15:47 8445cac951cc: Layer already exists 09:15:47 5169d68dbba4: Layer already exists 09:15:47 993a46cea685: Layer already exists 09:15:47 22efa3a77642: Layer already exists 09:15:47 994456c4fd7b: Layer already exists 09:15:47 1.0.0-dev.2: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:47 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 09:15:47 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 09:15:47 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:47 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:15:47 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:15:47 22efa3a77642: Preparing 09:15:47 8445cac951cc: Preparing 09:15:47 ea211d002771: Preparing 09:15:47 993a46cea685: Preparing 09:15:47 5169d68dbba4: Preparing 09:15:47 994456c4fd7b: Preparing 09:15:47 994456c4fd7b: Waiting 09:15:47 5169d68dbba4: Layer already exists 09:15:47 993a46cea685: Layer already exists 09:15:47 22efa3a77642: Layer already exists 09:15:47 8445cac951cc: Layer already exists 09:15:47 ea211d002771: Layer already exists 09:15:47 994456c4fd7b: Layer already exists 09:15:47 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:47 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:48 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:15:48 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:15:48 22efa3a77642: Preparing 09:15:48 8445cac951cc: Preparing 09:15:48 ea211d002771: Preparing 09:15:48 993a46cea685: Preparing 09:15:48 5169d68dbba4: Preparing 09:15:48 994456c4fd7b: Preparing 09:15:48 994456c4fd7b: Waiting 09:15:48 ea211d002771: Layer already exists 09:15:48 8445cac951cc: Layer already exists 09:15:48 22efa3a77642: Layer already exists 09:15:48 993a46cea685: Layer already exists 09:15:48 5169d68dbba4: Layer already exists 09:15:48 994456c4fd7b: Layer already exists 09:15:48 main: digest: sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:15:48 ===================================================== [Pipeline] echo 09:15:48 taggedImages: 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 09:15:48 ========================================================= 09:15:48 [edgeXBuildMultiArch] RAW Config: 09:15:48 images: 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:15:48 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:15:48 settingsFile: 09:15:48 taf-settings 09:15:48 ========================================================= [Pipeline] node 09:15:48 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 09:15:48 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 09:15:49 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 09:15:49 Downloading psutil-7.0.0.tar.gz (497 kB) 09:15:49 Installing build dependencies: started 09:15:55 Installing build dependencies: finished with status 'done' 09:15:55 Getting requirements to build wheel: started 09:15:57 Getting requirements to build wheel: finished with status 'done' 09:15:57 Preparing metadata (pyproject.toml): started 09:15:58 Preparing metadata (pyproject.toml): finished with status 'done' 09:16:00 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 09:16:00 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) 09:16:00 Collecting influxdb-client==1.48.0 (from -r requirements.txt (line 14)) 09:16:00 Downloading influxdb_client-1.48.0-py3-none-any.whl.metadata (65 kB) 09:16:01 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 09:16:01 Downloading psycopg2-2.9.10.tar.gz (385 kB) 09:16:01 Preparing metadata (setup.py): started 09:16:02 Preparing metadata (setup.py): finished with status 'done' 09:16:03 Still waiting to schedule task 09:16:03 All nodes of label ‘centos7-docker-4c-2g’ are offline 09:16:03 Collecting pycryptodome==3.22.0 (from -r requirements.txt (line 16)) 09:16:03 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 09:16:05 Collecting protobuf==6.30.2 (from -r requirements.txt (line 17)) 09:16:05 Downloading protobuf-6.30.2-py3-none-any.whl.metadata (593 bytes) 09:16:05 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:05 Downloading selenium-4.32.0-py3-none-any.whl.metadata (7.5 kB) 09:16:05 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:05 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 09:16:05 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:05 Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 09:16:05 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:05 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 09:16:05 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:05 Downloading flex-6.14.1.tar.gz (40 kB) 09:16:05 Preparing metadata (setup.py): started 09:16:07 Preparing metadata (setup.py): finished with status 'done' 09:16:07 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:07 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 09:16:07 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:07 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 09:16:07 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:07 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 09:16:07 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:07 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 09:16:07 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:07 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 09:16:08 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:08 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 09:16:08 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:08 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 09:16:08 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 09:16:08 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 09:16:08 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 09:16:08 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 09:16:09 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 09:16:09 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 09:16:09 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 09:16:09 Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 09:16:09 Collecting reactivex>=4.0.4 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:16:09 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 09:16:09 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:16:09 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 09:16:09 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.48.0->-r requirements.txt (line 14)) (80.3.1) 09:16:09 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:16:09 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 09:16:09 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.48.0->-r requirements.txt (line 14)) 09:16:09 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 09:16:10 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 09:16:10 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 09:16:10 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 09:16:10 Collecting attrs>=23.2.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 09:16:10 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 09:16:10 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 09:16:10 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:10 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 09:16:11 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:16:11 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 09:16:11 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)) 09:16:11 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 09:16:11 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)) 09:16:11 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 09:16:11 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:11 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 09:16:11 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:11 Downloading validate_email-1.3.tar.gz (4.7 kB) 09:16:11 Preparing metadata (setup.py): started 09:16:12 Preparing metadata (setup.py): finished with status 'done' 09:16:12 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:12 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 09:16:12 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:12 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 09:16:12 Preparing metadata (setup.py): started 09:16:13 Preparing metadata (setup.py): finished with status 'done' 09:16:13 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:13 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 09:16:13 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:13 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 09:16:13 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:13 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 09:16:14 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:14 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 09:16:16 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:16 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 09:16:17 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 09:16:17 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 09:16:17 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 09:16:17 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 09:16:17 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl.metadata (5.7 kB) 09:16:17 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 09:16:17 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:17 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 09:16:18 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)) 09:16:18 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 09:16:18 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:18 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 09:16:18 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)) 09:16:18 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 09:16:19 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:16:19 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 09:16:19 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 09:16:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 60.9 MB/s eta 0:00:00 09:16:19 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 09:16:19 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 09:16:19 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 09:16:19 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 09:16:19 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 09:16:19 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 09:16:19 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 09:16:19 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 09:16:19 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 09:16:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 53.4 MB/s eta 0:00:00 09:16:19 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 09:16:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.0 MB/s eta 0:00:00 09:16:19 Downloading influxdb_client-1.48.0-py3-none-any.whl (746 kB) 09:16:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.2/746.2 kB 62.1 MB/s eta 0:00:00 09:16:19 Downloading pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 09:16:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 56.7 MB/s eta 0:00:00 09:16:19 Downloading protobuf-6.30.2-py3-none-any.whl (167 kB) 09:16:19 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 09:16:20 Downloading idna-3.10-py3-none-any.whl (70 kB) 09:16:20 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 09:16:20 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 09:16:20 Downloading click-8.1.8-py3-none-any.whl (98 kB) 09:16:20 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 09:16:20 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 09:16:20 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 09:16:20 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 09:16:20 Downloading selenium-4.32.0-py3-none-any.whl (9.4 MB) 09:16:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 57.0 MB/s eta 0:00:00 09:16:20 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 09:16:20 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 09:16:20 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 09:16:20 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 09:16:20 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 09:16:20 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 09:16:20 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 09:16:20 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 09:16:20 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 09:16:20 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 09:16:20 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 09:16:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 58.2 MB/s eta 0:00:00 09:16:20 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 09:16:20 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 09:16:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 61.2 MB/s eta 0:00:00 09:16:20 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 09:16:20 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 09:16:20 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 09:16:20 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 09:16:20 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 09:16:20 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 09:16:20 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB) 09:16:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 58.0 MB/s eta 0:00:00 09:16:20 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 09:16:20 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 09:16:20 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 09:16:20 Downloading openapi_spec_validator-0.7.1-py3-none-any.whl (38 kB) 09:16:20 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 09:16:20 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 09:16:20 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 09:16:20 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 09:16:20 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 09:16:20 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 09:16:20 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 09:16:20 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 09:16:20 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 09:16:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.6 MB/s eta 0:00:00 09:16:20 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 09:16:20 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 09:16:20 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 09:16:20 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 09:16:21 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 09:16:21  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 09:16:21  Building wheel for robotbackgroundlogger (setup.py): started 09:16:22 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 09:16:22 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=45759424b20f3f631f78ead4bb0a2d3ad3ca8953838c595c0a45eb72443f1cf2 09:16:22 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 09:16:22 Building wheel for psutil (pyproject.toml): started 09:16:34 Building wheel for psutil (pyproject.toml): finished with status 'done' 09:16:34 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278200 sha256=76f8f7f08e8e076468605c88043cd959627b3ffd92230a9d6a6bf417dbb07951 09:16:34 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 09:16:34  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 09:16:34  Building wheel for psycopg2 (setup.py): started 09:16:57 Running on prd-centos7-docker-4c-2g-1173 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:16:57 provisioning config files... 09:16:57 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5377354003768001125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:01 ---> ****-login.sh 09:17:01 nexus3.edgexfoundry.org:10001 09:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:17:01 Configure a credential helper to remove this warning. See 09:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:17:01 09:17:01 Login Succeeded 09:17:01 nexus3.edgexfoundry.org:10002 09:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:17:01 Configure a credential helper to remove this warning. See 09:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:17:01 09:17:01 Login Succeeded 09:17:01 nexus3.edgexfoundry.org:10003 09:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:17:01 Configure a credential helper to remove this warning. See 09:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:17:01 09:17:01 Login Succeeded 09:17:01 nexus3.edgexfoundry.org:10004 09:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:17:01 Configure a credential helper to remove this warning. See 09:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:17:01 09:17:01 Login Succeeded 09:17:01 ****.io 09:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:17:01 Configure a credential helper to remove this warning. See 09:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:17:01 09:17:01 Login Succeeded 09:17:01 ---> ****-login.sh ends [Pipeline] } 09:17:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:17:02 + docker buildx ls 09:17:02 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:17:02 default * docker 09:17:02 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:17:02 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 09:17:02 edgex-builder [Pipeline] sh 09:17:03 + docker buildx inspect --bootstrap 09:17:03 #1 [internal] booting buildkit 09:17:03 #1 pulling image moby/buildkit:buildx-stable-1 09:17:06 #1 pulling image moby/buildkit:buildx-stable-1 3.1s done 09:17:06 #1 creating container buildx_buildkit_edgex-builder0 09:17:07 #1 creating container buildx_buildkit_edgex-builder0 1.8s done 09:17:07 #1 DONE 4.8s 09:17:08 Name: edgex-builder 09:17:08 Driver: docker-container 09:17:08 09:17:08 Nodes: 09:17:08 Name: edgex-builder0 09:17:08 Endpoint: unix:///var/run/docker.sock 09:17:08 Status: running 09:17:08 Buildkit: v0.21.1 09:17:08 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 09:17:08 + docker buildx ls 09:17:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:17:08 edgex-builder * docker-container 09:17:08 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 09:17:08 default docker 09:17:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:17:08 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f' 09:17:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f --push - 09:17:09 #1 [internal] load build definition from Dockerfile 09:17:09 #1 transferring dockerfile: 201B done 09:17:09 #1 DONE 0.0s 09:17:09 09:17:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:17:09 #2 DONE 0.1s 09:17:09 09:17:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:17:09 #3 DONE 0.1s 09:17:09 09:17:09 #4 [internal] load .dockerignore 09:17:09 #4 transferring context: 2B done 09:17:09 #4 DONE 0.0s 09:17:09 09:17:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:09 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:09 #5 DONE 0.0s 09:17:09 09:17:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:09 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:09 #6 DONE 0.1s 09:17:09 09:17:09 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:17:09 #7 DONE 0.0s 09:17:09 09:17:09 #8 exporting to image 09:17:09 #8 exporting layers done 09:17:09 #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b 0.0s done 09:17:09 #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done 09:17:09 #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done 09:17:09 #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done 09:17:09 #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.0s done 09:17:09 #8 pushing layers 09:17:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:17:09 #8 pushing layers 0.1s done 09:17:09 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done 09:17:09 #8 DONE 0.2s 09:17:09 09:17:09 1 warning found (use --debug to expand): 09:17:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:17:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 09:17:09 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 09:17:10 #1 [internal] load build definition from Dockerfile 09:17:10 #1 transferring dockerfile: 167B done 09:17:10 #1 DONE 0.0s 09:17:10 09:17:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:17:10 #2 DONE 0.0s 09:17:10 09:17:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:17:10 #3 DONE 0.0s 09:17:10 09:17:10 #4 [internal] load .dockerignore 09:17:10 #4 transferring context: 2B done 09:17:10 #4 DONE 0.0s 09:17:10 09:17:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done 09:17:10 #5 CACHED 09:17:10 09:17:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:10 #6 CACHED 09:17:10 09:17:10 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:17:10 #7 DONE 0.0s 09:17:10 09:17:10 #8 exporting to image 09:17:10 #8 exporting layers done 09:17:10 #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done 09:17:10 #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done 09:17:10 #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done 09:17:10 #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done 09:17:10 #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done 09:17:10 #8 pushing layers 0.0s done 09:17:10 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done 09:17:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:17:10 #8 DONE 0.1s 09:17:10 09:17:10 1 warning found (use --debug to expand): 09:17:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:17:10 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2' 09:17:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 --push - 09:17:10 #1 [internal] load build definition from Dockerfile 09:17:10 #1 transferring dockerfile: 172B done 09:17:10 #1 DONE 0.0s 09:17:10 09:17:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 09:17:10 #2 DONE 0.0s 09:17:10 09:17:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2 09:17:10 #3 DONE 0.0s 09:17:10 09:17:10 #4 [internal] load .dockerignore 09:17:10 #4 transferring context: 2B done 09:17:10 #4 DONE 0.0s 09:17:10 09:17:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done 09:17:10 #5 CACHED 09:17:10 09:17:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 done 09:17:10 #6 CACHED 09:17:10 09:17:10 #7 exporting to image 09:17:10 #7 exporting layers done 09:17:10 #7 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done 09:17:10 #7 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done 09:17:10 #7 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done 09:17:10 #7 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done 09:17:10 #7 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 09:17:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:17:10 #7 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done 09:17:10 #7 pushing layers 0.0s done 09:17:10 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.2@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done 09:17:10 #7 DONE 0.1s 09:17:10 09:17:10 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:17:10 #8 DONE 0.0s 09:17:10 09:17:10 1 warning found (use --debug to expand): 09:17:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:17:10 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2' 09:17:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 --push - 09:17:10 #1 [internal] load build definition from Dockerfile 09:17:10 #1 transferring dockerfile: 213B done 09:17:10 #1 DONE 0.0s 09:17:10 09:17:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:17:10 #2 DONE 0.0s 09:17:10 09:17:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:17:10 #3 DONE 0.0s 09:17:10 09:17:10 #4 [internal] load .dockerignore 09:17:10 #4 transferring context: 2B done 09:17:10 #4 DONE 0.0s 09:17:10 09:17:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:10 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:10 #5 DONE 0.0s 09:17:10 09:17:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:11 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:11 #6 CACHED 09:17:11 09:17:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:11 #5 CACHED 09:17:11 09:17:11 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:17:11 #7 DONE 0.0s 09:17:11 09:17:11 #8 exporting to image 09:17:11 #8 exporting layers done 09:17:11 #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done 09:17:11 #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done 09:17:11 #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done 09:17:11 #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done 09:17:11 #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done 09:17:11 #8 pushing layers 0.0s done 09:17:11 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done 09:17:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:17:11 #8 DONE 0.1s 09:17:11 09:17:11 1 warning found (use --debug to expand): 09:17:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:17:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 09:17:11 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 09:17:11 #1 [internal] load build definition from Dockerfile 09:17:11 #1 transferring dockerfile: 165B done 09:17:11 #1 DONE 0.0s 09:17:11 09:17:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:17:11 #2 DONE 0.0s 09:17:11 09:17:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:17:11 #3 DONE 0.0s 09:17:11 09:17:11 #4 [internal] load .dockerignore 09:17:11 #4 transferring context: 2B done 09:17:11 #4 DONE 0.0s 09:17:11 09:17:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:11 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:11 #5 CACHED 09:17:11 09:17:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 09:17:11 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:d27c31f16d67d06c9ff85a7c467f0f414187016d1403c41f262ca40aad6d2187 0.0s done 09:17:11 #6 CACHED 09:17:11 09:17:11 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:17:11 #7 DONE 0.0s 09:17:11 09:17:11 #8 exporting to image 09:17:11 #8 exporting layers done 09:17:11 #8 exporting manifest sha256:71e22c8f967ab912b09fd331d5a4d9fe5885cf8139621af6125ce650b96d5a7b done 09:17:11 #8 exporting config sha256:69a0e9dba9b3c88a263bf6e3a32d93bd7e28f7a8b069eb26fd361556dfe9b4f8 done 09:17:11 #8 exporting manifest sha256:17574eaa7318f10208c42a53c6a99de0ecc144c30b2363287efb284e985933c6 done 09:17:11 #8 exporting config sha256:7c2e03048270407c124efa8633b1d706b457cdffc627aa45dd7c12d1f70f212a done 09:17:11 #8 exporting manifest list sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 done 09:17:11 #8 pushing layers 0.0s done 09:17:11 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:45364857f83c3d61cf8cd7b746e74122dff4bed9c74451f7c41d5f1be109d6d7 0.1s done 09:17:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:17:11 #8 DONE 0.1s 09:17:11 09:17:11 1 warning found (use --debug to expand): 09:17:11  - 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 09:17:12 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:17:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:17:13 ---> package-listing.sh 09:17:13 ++ facter osfamily 09:17:13 ++ tr '[:upper:]' '[:lower:]' 09:17:13 + OS_FAMILY=redhat 09:17:13 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 09:17:13 + START_PACKAGES=/tmp/packages_start.txt 09:17:13 + END_PACKAGES=/tmp/packages_end.txt 09:17:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:17:13 + PACKAGES=/tmp/packages_start.txt 09:17:13 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:17:13 + PACKAGES=/tmp/packages_end.txt 09:17:13 + case "${OS_FAMILY}" in 09:17:13 + rpm -qa 09:17:13 + sort 09:17:13 + '[' -f /tmp/packages_start.txt ']' 09:17:13 + '[' -f /tmp/packages_end.txt ']' 09:17:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:17:13 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:17:13 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 09:17:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 09:17:13 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 09:17:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:14 09:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:15 latest: Pulling from edgex-lftools-log-publisher 09:17:15 5eb5b503b376: Pulling fs layer 09:17:15 5c69ac0246d0: Pulling fs layer 09:17:15 ec43610c2a17: Pulling fs layer 09:17:15 3a2ae6a8a46f: Pulling fs layer 09:17:15 33b1e0a273af: Pulling fs layer 09:17:15 5d3b04190fa2: Pulling fs layer 09:17:15 2f39f015ded8: Pulling fs layer 09:17:15 3a2ae6a8a46f: Waiting 09:17:15 33b1e0a273af: Waiting 09:17:15 5d3b04190fa2: Waiting 09:17:15 2f39f015ded8: Waiting 09:17:15 5c69ac0246d0: Verifying Checksum 09:17:15 5c69ac0246d0: Download complete 09:17:15 3a2ae6a8a46f: Verifying Checksum 09:17:15 3a2ae6a8a46f: Download complete 09:17:15 33b1e0a273af: Verifying Checksum 09:17:15 33b1e0a273af: Download complete 09:17:15 5d3b04190fa2: Verifying Checksum 09:17:15 5d3b04190fa2: Download complete 09:17:15 ec43610c2a17: Verifying Checksum 09:17:15 ec43610c2a17: Download complete 09:17:15 5eb5b503b376: Verifying Checksum 09:17:15 5eb5b503b376: Download complete 09:17:15 2f39f015ded8: Download complete 09:17:16 5eb5b503b376: Pull complete 09:17:16 5c69ac0246d0: Pull complete 09:17:17 ec43610c2a17: Pull complete 09:17:17 3a2ae6a8a46f: Pull complete 09:17:17 33b1e0a273af: Pull complete 09:17:17 5d3b04190fa2: Pull complete 09:17:21 2f39f015ded8: Pull complete 09:17:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:21 prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container 09:17:21 $ 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 09:17:26 $ docker top 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:26 + touch /tmp/pre-build-complete [Pipeline] sh 09:17:27 + mkdir -p /var/log/sysstat [Pipeline] sh 09:17:27 + ls /var/log/sa-host 09:17:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:17:27 provisioning config files... 09:17:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3212658016943240600tmp [Pipeline] { [Pipeline] echo 09:17:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:17:28 ---> create-netrc.sh [Pipeline] } 09:17:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:17:28 ---> python-tools-install.sh [Pipeline] echo 09:17:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:17:28 ---> sudo-logs.sh 09:17:28 Archiving 'sudo' log.. 09:17:28 sudo: unable to resolve host prd-centos7-docker-4c-2g-1173.novalocal: Name or service not known 09:17:28 sudo: unable to resolve host prd-centos7-docker-4c-2g-1173.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 09:17:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:17:29 ---> job-cost.sh 09:17:29 lf-activate-venv: SKIPPING 09:17:29 INFO: No Stack... 09:17:29 INFO: Retrieving Pricing Info for: v3-standard-2 09:17:29 INFO: Archiving Costs [Pipeline] echo 09:17:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:17:30 ---> logs-deploy.sh 09:17:30 lf-activate-venv: SKIPPING 09:17:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/52 09:17:30 INFO: archiving workspace using pattern(s): 09:17:31 Archives upload complete. 09:17:31 INFO: archiving logs to Nexus 09:17:31 Building wheel for psycopg2 (setup.py): finished with status 'done' 09:17:31 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512678 sha256=28a2c735a47429f8634dda5d5883a8dd7cb0953461d3941b8aae2a940e88424e 09:17:31 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 09:17:31  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 09:17:31  Building wheel for flex (setup.py): started 09:17:31 Building wheel for flex (setup.py): finished with status 'done' 09:17:31 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=6d7e15ef0707fbae4eaf379925cdcb0707f2e287643713899cad18511d54a54f 09:17:31 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 09:17:31  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 09:17:31  Building wheel for strict-rfc3339 (setup.py): started 09:17:32 ---> uname -a: 09:17:32 Linux prd-centos7-docker-4c-2g-1173.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 09:17:32 09:17:32 09:17:32 ---> lscpu: 09:17:32 Architecture: x86_64 09:17:32 CPU op-mode(s): 32-bit, 64-bit 09:17:32 Byte Order: Little Endian 09:17:32 Address sizes: 40 bits physical, 48 bits virtual 09:17:32 CPU(s): 2 09:17:32 On-line CPU(s) list: 0,1 09:17:32 Thread(s) per core: 1 09:17:32 Core(s) per socket: 1 09:17:32 Socket(s): 2 09:17:32 NUMA node(s): 1 09:17:32 Vendor ID: AuthenticAMD 09:17:32 CPU family: 23 09:17:32 Model: 49 09:17:32 Model name: AMD EPYC-Rome Processor 09:17:32 Stepping: 0 09:17:32 CPU MHz: 2800.000 09:17:32 BogoMIPS: 5600.00 09:17:32 Virtualization: AMD-V 09:17:32 Hypervisor vendor: KVM 09:17:32 Virtualization type: full 09:17:32 L1d cache: 64 KiB 09:17:32 L1i cache: 64 KiB 09:17:32 L2 cache: 1 MiB 09:17:32 L3 cache: 32 MiB 09:17:32 NUMA node0 CPU(s): 0,1 09:17:32 Vulnerability Itlb multihit: Not affected 09:17:32 Vulnerability L1tf: Not affected 09:17:32 Vulnerability Mds: Not affected 09:17:32 Vulnerability Meltdown: Not affected 09:17:32 Vulnerability Mmio stale data: Not affected 09:17:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:17:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:17:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:17:32 Vulnerability Srbds: Not affected 09:17:32 Vulnerability Tsx async abort: Not affected 09:17:32 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 09:17:32 09:17:32 09:17:32 ---> nproc: 09:17:32 2 09:17:32 09:17:32 09:17:32 ---> df -h: 09:17:32 Filesystem Size Used Avail Use% Mounted on 09:17:32 overlay 40G 7.3G 33G 19% / 09:17:32 tmpfs 64M 0 64M 0% /dev 09:17:32 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 09:17:32 shm 64M 0 64M 0% /dev/shm 09:17:32 /dev/vda1 40G 7.3G 33G 19% /facter-os 09:17:32 09:17:32 09:17:32 Cannot open /var/log/sysstat/sa09: No such file or directory 09:17:32 Please check if data collecting is enabled 09:17:32 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:17:32 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:17:32 $ docker stop --time=1 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 09:17:32 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 09:17:32 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18222 sha256=92ce452b526566a7e1b849b9aea939f0fa1f54d09f6c4716263317cf313c5a42 09:17:32 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 09:17:32  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 09:17:32  Building wheel for validate-email (setup.py): started 09:17:33 $ docker rm -f --volumes 9b617b073f63cfa6a14e10b47c31111d368b6d5909289d3595f3c0bd04726544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:17:33 [WS-CLEANUP] Deleting project workspace... 09:17:33 [WS-CLEANUP] Deferred wipeout is used... 09:17:33 [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 09:17:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:33 09:17:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:34 Building wheel for validate-email (setup.py): finished with status 'done' 09:17:34 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5560 sha256=6e6cbb8c3b89c621b7a225f9e5881332d1a84e1eef77741582f97a34af64e6e1 09:17:34 Stored in directory: /tmp/pip-ephem-wheel-cache-lyg8d_1o/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 09:17:34 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 09:17:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:34 latest: Pulling from edgex-lftools-log-publisher 09:17:34 5eb5b503b376: Pulling fs layer 09:17:34 5c69ac0246d0: Pulling fs layer 09:17:34 ec43610c2a17: Pulling fs layer 09:17:34 3a2ae6a8a46f: Pulling fs layer 09:17:34 33b1e0a273af: Pulling fs layer 09:17:34 5d3b04190fa2: Pulling fs layer 09:17:34 2f39f015ded8: Pulling fs layer 09:17:34 33b1e0a273af: Waiting 09:17:34 5d3b04190fa2: Waiting 09:17:34 2f39f015ded8: Waiting 09:17:34 3a2ae6a8a46f: Waiting 09:17:34 5c69ac0246d0: Download complete 09:17:34 3a2ae6a8a46f: Verifying Checksum 09:17:34 3a2ae6a8a46f: Download complete 09:17:34 33b1e0a273af: Verifying Checksum 09:17:34 33b1e0a273af: Download complete 09:17:34 ec43610c2a17: Download complete 09:17:34 5eb5b503b376: Verifying Checksum 09:17:34 5eb5b503b376: Download complete 09:17:34 2f39f015ded8: Download complete 09:17:35 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 09:17:35 5eb5b503b376: Pull complete 09:17:35 5c69ac0246d0: Pull complete 09:17:36 ec43610c2a17: Pull complete 09:17:36 3a2ae6a8a46f: Pull complete 09:17:36 33b1e0a273af: Pull complete 09:17:36 5d3b04190fa2: Pull complete 09:17:40 2f39f015ded8: Pull complete 09:17:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:17:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:40 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:17:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:17:42 $ docker top 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:43 ---> job-cost.sh 09:17:43 lf-activate-venv: SKIPPING 09:17:43 INFO: No Stack... 09:17:43 INFO: Retrieving Pricing Info for: v3-standard-8 09:17:44 INFO: Archiving Costs [Pipeline] sh 09:17:44 + cut -d, -f6 09:17:44 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 09:17:44 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] 09:17:44 Resource [jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] did not exist. Created. 09:17:44 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:17:44 + echo total: 0.2199999988079071 [Pipeline] stash 09:17:44 Stashed 1 file(s) [Pipeline] } 09:17:44 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] // lock [Pipeline] } 09:17:44 $ docker stop --time=1 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 09:17:45 $ docker rm -f --volumes 482308607a0c19b6f54dd1833a983570fda097f521de9bde24d442bdaca18c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:18:42 09:18:42 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 click-8.1.8 configparser-7.2.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.48.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.1 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.30.2 psutil-7.0.0 psycopg2-2.9.10 pycryptodome-3.22.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.3 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.32.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 09:18:42 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. 09:19:29 Removing intermediate container 8bee1a9449af 09:19:29 ---> 9508c6ff583a 09:19:29 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 09:19:29 ---> Running in 9c75fd00e000 09:19:29 Removing intermediate container 9c75fd00e000 09:19:29 ---> 0a0c07820540 09:19:29 Step 11/13 : LABEL arch=arm64 09:19:29 ---> Running in f1e6fb33421f 09:19:29 Removing intermediate container f1e6fb33421f 09:19:29 ---> b0403da51bff 09:19:29 Step 12/13 : LABEL git_sha=235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:19:29 ---> Running in fb46d9e87551 09:19:29 Removing intermediate container fb46d9e87551 09:19:29 ---> 70fce79416c4 09:19:29 Step 13/13 : LABEL version=1.0.0-dev.2 09:19:29 ---> Running in e866b4f73b4f 09:19:29 Removing intermediate container e866b4f73b4f 09:19:29 ---> 70709f24cfe0 09:19:29 [Warning] One or more build-args [ARCH] were not consumed 09:19:29 Successfully built 70709f24cfe0 09:19:29 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 09:19:29 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 09:19:29 235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:19:29 latest 09:19:29 1.0.0-dev.2 09:19:29 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:19:29 main 09:19:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:30 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:30 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:19:30 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:19:30 27f901fc199b: Preparing 09:19:30 eccf2a3fe96b: Preparing 09:19:30 72081a2ca294: Preparing 09:19:30 caa12885b19b: Preparing 09:19:30 871d06416459: Preparing 09:19:30 dd9c8f8612c8: Preparing 09:19:30 dd9c8f8612c8: Waiting 09:19:30 eccf2a3fe96b: Pushed 09:19:30 72081a2ca294: Pushed 09:19:30 caa12885b19b: Pushed 09:19:30 dd9c8f8612c8: Layer already exists 09:19:30 871d06416459: Pushed 09:24:07 27f901fc199b: Pushed 09:24:07 235bca4a8432a561fea1a1efa3e48abcfbcbc34f: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24: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 09:24:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 09:24:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:24:08 27f901fc199b: Preparing 09:24:08 eccf2a3fe96b: Preparing 09:24:08 72081a2ca294: Preparing 09:24:08 caa12885b19b: Preparing 09:24:08 871d06416459: Preparing 09:24:08 dd9c8f8612c8: Preparing 09:24:08 dd9c8f8612c8: Waiting 09:24:08 eccf2a3fe96b: Layer already exists 09:24:08 caa12885b19b: Layer already exists 09:24:08 871d06416459: Layer already exists 09:24:08 27f901fc199b: Layer already exists 09:24:08 72081a2ca294: Layer already exists 09:24:08 dd9c8f8612c8: Layer already exists 09:24:08 latest: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:08 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 09:24:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:24:08 27f901fc199b: Preparing 09:24:08 eccf2a3fe96b: Preparing 09:24:08 72081a2ca294: Preparing 09:24:08 caa12885b19b: Preparing 09:24:08 871d06416459: Preparing 09:24:08 dd9c8f8612c8: Preparing 09:24:08 dd9c8f8612c8: Waiting 09:24:08 871d06416459: Layer already exists 09:24:08 72081a2ca294: Layer already exists 09:24:08 caa12885b19b: Layer already exists 09:24:08 27f901fc199b: Layer already exists 09:24:08 eccf2a3fe96b: Layer already exists 09:24:08 dd9c8f8612c8: Layer already exists 09:24:08 1.0.0-dev.2: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:09 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:24:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:24:09 27f901fc199b: Preparing 09:24:09 eccf2a3fe96b: Preparing 09:24:09 72081a2ca294: Preparing 09:24:09 caa12885b19b: Preparing 09:24:09 871d06416459: Preparing 09:24:09 dd9c8f8612c8: Preparing 09:24:09 dd9c8f8612c8: Waiting 09:24:09 871d06416459: Layer already exists 09:24:09 72081a2ca294: Layer already exists 09:24:09 eccf2a3fe96b: Layer already exists 09:24:09 27f901fc199b: Layer already exists 09:24:09 caa12885b19b: Layer already exists 09:24:09 dd9c8f8612c8: Layer already exists 09:24:09 235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24: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 09:24:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 09:24:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:24:10 27f901fc199b: Preparing 09:24:10 eccf2a3fe96b: Preparing 09:24:10 72081a2ca294: Preparing 09:24:10 caa12885b19b: Preparing 09:24:10 871d06416459: Preparing 09:24:10 dd9c8f8612c8: Preparing 09:24:10 dd9c8f8612c8: Waiting 09:24:10 72081a2ca294: Layer already exists 09:24:10 871d06416459: Layer already exists 09:24:10 27f901fc199b: Layer already exists 09:24:10 caa12885b19b: Layer already exists 09:24:10 eccf2a3fe96b: Layer already exists 09:24:10 dd9c8f8612c8: Layer already exists 09:24:10 main: digest: sha256:2f5daeaea2f9fefae5e4d617b438f18dbf7098e1ba646532fa3d7a64f620bc09 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:24:10 ===================================================== [Pipeline] echo 09:24:10 taggedImages: 09:24:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f 09:24:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 09:24:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 09:24:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 09:24:10 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 09:24:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f [Pipeline] echo 09:24:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 09:24:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.2 [Pipeline] echo 09:24:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:235bca4a8432a561fea1a1efa3e48abcfbcbc34f-1.0.0-dev.2 [Pipeline] echo 09:24:10 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 09:24:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:24:11 09:24:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:24:11 arm64: Pulling from edgex-lftools-log-publisher 09:24:11 8998bd30e6a1: Pulling fs layer 09:24:11 04944245beec: Pulling fs layer 09:24:11 699f458cf7ca: Pulling fs layer 09:24:11 765212b225bb: Pulling fs layer 09:24:11 f23df028b6ca: Pulling fs layer 09:24:11 d65c8cfc05b1: Pulling fs layer 09:24:11 2437ff75d9bd: Pulling fs layer 09:24:11 f23df028b6ca: Waiting 09:24:11 765212b225bb: Waiting 09:24:11 d65c8cfc05b1: Waiting 09:24:11 2437ff75d9bd: Waiting 09:24:11 04944245beec: Verifying Checksum 09:24:11 04944245beec: Download complete 09:24:11 765212b225bb: Verifying Checksum 09:24:11 765212b225bb: Download complete 09:24:11 f23df028b6ca: Verifying Checksum 09:24:11 f23df028b6ca: Download complete 09:24:11 d65c8cfc05b1: Download complete 09:24:12 699f458cf7ca: Verifying Checksum 09:24:12 699f458cf7ca: Download complete 09:24:12 8998bd30e6a1: Download complete 09:24:14 2437ff75d9bd: Verifying Checksum 09:24:14 2437ff75d9bd: Download complete 09:24:16 8998bd30e6a1: Pull complete 09:24:17 04944245beec: Pull complete 09:24:18 699f458cf7ca: Pull complete 09:24:18 765212b225bb: Pull complete 09:24:19 f23df028b6ca: Pull complete 09:24:20 d65c8cfc05b1: Pull complete 09:24:38 2437ff75d9bd: Pull complete 09:24:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:24:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:38 prd-ubuntu20.04-docker-arm64-4c-16g-1172 does not seem to be running inside a container 09:24:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:24:40 $ docker top a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:24:41 ---> job-cost.sh 09:24:41 lf-activate-venv: SKIPPING 09:24:41 INFO: No Stack... 09:24:41 INFO: Retrieving Pricing Info for: v3-standard-4 09:24:42 INFO: Archiving Costs [Pipeline] sh 09:24:43 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 09:24:43 + cut -d, -f6 [Pipeline] lock 09:24:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] 09:24:43 Resource [jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] did not exist. Created. 09:24:43 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:24:44 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-6e624667/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:24:44 + echo total: 0.10999999940395355 [Pipeline] stash 09:24:44 Warning: overwriting stash ‘stack-cost’ 09:24:45 Stashed 1 file(s) [Pipeline] } 09:24:45 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-52-stack-cost] [Pipeline] // lock [Pipeline] } 09:24:45 $ docker stop --time=1 a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 09:24:46 $ docker rm -f --volumes a30b2540bb3bc0190cc18cc35b235235d28bde241f8493aab3a084b016082715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 09:24:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:24:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:24:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:47 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:24: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:24:48 $ docker top 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b -eo pid,comm 09:24:48 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). 09:24:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:24:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:48 [ssh-agent] Looking for ssh-agent implementation... 09:24:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:48 $ docker exec 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b ssh-agent 09:24:48 SSH_AUTH_SOCK=/tmp/ssh-jE9yG7mxG1jp/agent.32 09:24:48 SSH_AGENT_PID=38 09:24:48 Running ssh-add (command line suppressed) 09:24:48 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2328791871251449564.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2328791871251449564.key) 09:24:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:49 + git semver tag 09:24:49 2025-05-09 09:24:49,187 [run_tag] DEBUG tag force:False 09:24:49 2025-05-09 09:24:49,187 [check_head_tag] DEBUG check head tag 09:24:49 2025-05-09 09:24:49,188 [execute] INFO git cat-file --batch-check 09:24:49 2025-05-09 09:24:49,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 09:24:49 2025-05-09 09:24:49,191 [execute] INFO git cat-file --batch 09:24:49 2025-05-09 09:24:49,192 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 09:24:49 2025-05-09 09:24:49,208 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:24:49 2025-05-09 09:24:49,208 [execute] INFO git tag -a v1.0.0-dev.2 -m v1.0.0-dev.2 09:24:49 2025-05-09 09:24:49,208 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.2', '-m', 'v1.0.0-dev.2'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 09:24:49 2025-05-09 09:24:49,212 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:24:49 1.0.0-dev.2 [Pipeline] } 09:24:49 $ docker exec --env ******** --env ******** 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b ssh-agent -k 09:24:49 unset SSH_AUTH_SOCK; 09:24:49 unset SSH_AGENT_PID; 09:24:49 echo Agent pid 38 killed; 09:24:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:24:49 + git semver [Pipeline] } 09:24:49 $ docker stop --time=1 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b 09:24:51 $ docker rm -f --volumes 2aa2729591a4bea82b4ae565454dbcc942fea22b272f415bede428230339ff1b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:24:51 09:24:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:24:52 0.23.1-centos7: Pulling from edgex-lftools 09:24:52 ab5ef0e58194: Pulling fs layer 09:24:52 9712f1f96733: Pulling fs layer 09:24:52 63f879dbbcfc: Pulling fs layer 09:24:52 0d9ebad4ef96: Pulling fs layer 09:24:52 e9a5061849ea: Pulling fs layer 09:24:52 d747dcd14b5f: Pulling fs layer 09:24:52 2de7ff778b66: Pulling fs layer 09:24:52 e9a5061849ea: Waiting 09:24:52 0d9ebad4ef96: Waiting 09:24:52 d747dcd14b5f: Waiting 09:24:52 2de7ff778b66: Waiting 09:24:52 9712f1f96733: Verifying Checksum 09:24:52 9712f1f96733: Download complete 09:24:52 63f879dbbcfc: Verifying Checksum 09:24:52 63f879dbbcfc: Download complete 09:24:52 e9a5061849ea: Verifying Checksum 09:24:52 e9a5061849ea: Download complete 09:24:52 d747dcd14b5f: Download complete 09:24:52 ab5ef0e58194: Verifying Checksum 09:24:52 ab5ef0e58194: Download complete 09:24:52 0d9ebad4ef96: Verifying Checksum 09:24:52 0d9ebad4ef96: Download complete 09:24:52 2de7ff778b66: Verifying Checksum 09:24:52 2de7ff778b66: Download complete 09:24:55 ab5ef0e58194: Pull complete 09:24:55 9712f1f96733: Pull complete 09:24:56 63f879dbbcfc: Pull complete 09:24:59 0d9ebad4ef96: Pull complete 09:24:59 e9a5061849ea: Pull complete 09:24:59 d747dcd14b5f: Pull complete 09:25:00 2de7ff778b66: Pull complete 09:25:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:25:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:25:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:25:00 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:25:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:25:04 $ docker top 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:25:04 provisioning config files... 09:25:04 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5523283032011413650tmp 09:25:04 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config18047345125773832230tmp 09:25:04 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9539666368745882285tmp [Pipeline] { [Pipeline] echo 09:25:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:25:04 ---> sigul-configuration.sh 09:25:04 gpg: directory `/root/.gnupg' created 09:25:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:25:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:25:04 gpg: keyring `/root/.gnupg/secring.gpg' created 09:25:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:25:04 gpg: CAST5 encrypted data 09:25:04 gpg: encrypted with 1 passphrase 09:25:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:25:05 + mkdir /home/jenkins 09:25:05 + mkdir /home/jenkins/sigul [Pipeline] sh 09:25:05 + 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 09:25:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:25:05 ---> sigul-install.sh 09:25:05 Sigul already installed; skipping installation. [Pipeline] sh 09:25:06 + git tag --list 09:25:06 v0.0.1 09:25:06 v0.0.2-dev.1 09:25:06 v0.0.2-dev.10 09:25:06 v0.0.2-dev.11 09:25:06 v0.0.2-dev.12 09:25:06 v0.0.2-dev.13 09:25:06 v0.0.2-dev.14 09:25:06 v0.0.2-dev.15 09:25:06 v0.0.2-dev.16 09:25:06 v0.0.2-dev.17 09:25:06 v0.0.2-dev.18 09:25:06 v0.0.2-dev.19 09:25:06 v0.0.2-dev.2 09:25:06 v0.0.2-dev.20 09:25:06 v0.0.2-dev.21 09:25:06 v0.0.2-dev.22 09:25:06 v0.0.2-dev.23 09:25:06 v0.0.2-dev.24 09:25:06 v0.0.2-dev.25 09:25:06 v0.0.2-dev.26 09:25:06 v0.0.2-dev.27 09:25:06 v0.0.2-dev.28 09:25:06 v0.0.2-dev.29 09:25:06 v0.0.2-dev.3 09:25:06 v0.0.2-dev.30 09:25:06 v0.0.2-dev.31 09:25:06 v0.0.2-dev.32 09:25:06 v0.0.2-dev.33 09:25:06 v0.0.2-dev.34 09:25:06 v0.0.2-dev.35 09:25:06 v0.0.2-dev.36 09:25:06 v0.0.2-dev.37 09:25:06 v0.0.2-dev.38 09:25:06 v0.0.2-dev.39 09:25:06 v0.0.2-dev.4 09:25:06 v0.0.2-dev.40 09:25:06 v0.0.2-dev.41 09:25:06 v0.0.2-dev.42 09:25:06 v0.0.2-dev.43 09:25:06 v0.0.2-dev.44 09:25:06 v0.0.2-dev.5 09:25:06 v0.0.2-dev.6 09:25:06 v0.0.2-dev.7 09:25:06 v0.0.2-dev.8 09:25:06 v0.0.2-dev.9 09:25:06 v1.0.0-dev.1 09:25:06 v1.0.0-dev.2 [Pipeline] sh 09:25:06 + lftools sign git-tag v1.0.0-dev.2 09:25:07 Signing Git tag with Sigul... 09:25:07 Signing v1.0.0-dev.2 [Pipeline] echo 09:25:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:25:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:25:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:25:07 $ docker stop --time=1 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 09:25:08 $ docker rm -f --volumes 3aebb6517e6db1fa07deb0df4485d0b214cd2478c39512a0624cd90e6c343cc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:25:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:25:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:25:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:25:09 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:25:10 $ docker top e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc -eo pid,comm 09:25:10 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). 09:25:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:25:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:25:10 [ssh-agent] Looking for ssh-agent implementation... 09:25:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:25:10 $ docker exec e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc ssh-agent 09:25:10 SSH_AUTH_SOCK=/tmp/ssh-UGDR9g2lHJGK/agent.32 09:25:10 SSH_AGENT_PID=38 09:25:10 Running ssh-add (command line suppressed) 09:25:10 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4387248427877869963.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4387248427877869963.key) 09:25:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:25:10 + git semver bump pre 09:25:11 2025-05-09 09:25:11,012 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:25:11 2025-05-09 09:25:11,013 [bump_version] DEBUG bumping version:1.0.0-dev.2 on axis:pre with prefix:dev 09:25:11 2025-05-09 09:25:11,013 [bump_version] DEBUG bumped version:1.0.0-dev.3 09:25:11 2025-05-09 09:25:11,013 [write_version] DEBUG write version:1.0.0-dev.3 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 09:25:11 2025-05-09 09:25:11,013 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:25:11 2025-05-09 09:25:11,013 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:25:11 2025-05-09 09:25:11,017 [execute] INFO git cat-file --batch-check 09:25:11 2025-05-09 09:25:11,017 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 09:25:11 2025-05-09 09:25:11,023 [execute] INFO git cat-file --batch 09:25:11 2025-05-09 09:25:11,024 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 09:25:11 2025-05-09 09:25:11,029 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:25:11 1.0.0-dev.3 [Pipeline] } 09:25:11 $ docker exec --env ******** --env ******** e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc ssh-agent -k 09:25:11 unset SSH_AUTH_SOCK; 09:25:11 unset SSH_AGENT_PID; 09:25:11 echo Agent pid 38 killed; 09:25:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:25:11 + git semver [Pipeline] } 09:25:11 $ docker stop --time=1 e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc 09:25:13 $ docker rm -f --volumes e1a0d1b230d6984b43ea82e48494ab15e8e3c6f9593877cd70605238d81898cc [Pipeline] // withDockerContainer [Pipeline] sh 09:25:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:25:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:25:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:25:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:25:13 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:25:14 $ docker top 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 -eo pid,comm 09:25:14 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). 09:25:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:25:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:25:14 [ssh-agent] Looking for ssh-agent implementation... 09:25:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:25:14 $ docker exec 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 ssh-agent 09:25:14 SSH_AUTH_SOCK=/tmp/ssh-qEuop0aDBH6D/agent.33 09:25:14 SSH_AGENT_PID=39 09:25:14 Running ssh-add (command line suppressed) 09:25:14 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15819551948798936934.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15819551948798936934.key) 09:25:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:25:14 + git semver push 09:25:15 2025-05-09 09:25:15,174 [run_push] DEBUG push 09:25:15 2025-05-09 09:25:15,175 [execute] INFO git cat-file --batch-check 09:25:15 2025-05-09 09:25:15,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 09:25:15 2025-05-09 09:25:15,180 [execute] INFO git rev-list 562266cff0f3a5e35dea187bfb9c672743f5a9b9 -- 09:25:15 2025-05-09 09:25:15,180 [execute] DEBUG Popen(['git', 'rev-list', '562266cff0f3a5e35dea187bfb9c672743f5a9b9', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 09:25:15 2025-05-09 09:25:15,187 [execute] INFO git fetch -v origin 09:25:15 2025-05-09 09:25:15,187 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) 09:25:15 2025-05-09 09:25:15,639 [run_push] DEBUG no remote changes detected 09:25:15 2025-05-09 09:25:15,639 [execute] INFO git push origin semver 09:25:15 2025-05-09 09:25:15,640 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 09:25:16 2025-05-09 09:25:16,431 [run_push] DEBUG push all version tags 09:25:16 2025-05-09 09:25:16,432 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:25:16 2025-05-09 09:25:16,432 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 09:25:17 2025-05-09 09:25:17,087 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:25:17 1.0.0-dev.3 [Pipeline] } 09:25:17 $ docker exec --env ******** --env ******** 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 ssh-agent -k 09:25:17 unset SSH_AUTH_SOCK; 09:25:17 unset SSH_AGENT_PID; 09:25:17 echo Agent pid 39 killed; 09:25:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:25:17 + git semver [Pipeline] } 09:25:18 $ docker stop --time=1 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 09:25:19 $ docker rm -f --volumes 42d3b6ebe90707edc09e2cfecadf1b89b6fbaaa9f3272084c02eaaa1745958d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:25:19 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 09:25:19 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:25:19 total 16 09:25:19 drwxr-xr-x 3 root root 4096 May 9 09:17 . 09:25:19 drwxrwxr-x 7 jenkins jenkins 4096 May 9 09:25 .. 09:25:19 drwxr-xr-x 2 root root 4096 May 9 09:17 cost 09:25:19 -rw-r--r-- 1 root root 87 May 9 09:17 cost.csv 09:25:19 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:25:19 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:25:19 total 16 09:25:19 drwxr-xr-x 3 jenkins jenkins 4096 May 9 09:17 . 09:25:19 drwxrwxr-x 7 jenkins jenkins 4096 May 9 09:25 .. 09:25:19 drwxr-xr-x 2 jenkins jenkins 4096 May 9 09:17 cost 09:25:19 -rw-r--r-- 1 jenkins jenkins 87 May 9 09:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:25:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:25:20 ---> package-listing.sh 09:25:20 ++ facter osfamily 09:25:20 ++ tr '[:upper:]' '[:lower:]' 09:25:21 + OS_FAMILY=debian 09:25:21 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 09:25:21 + START_PACKAGES=/tmp/packages_start.txt 09:25:21 + END_PACKAGES=/tmp/packages_end.txt 09:25:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:25:21 + PACKAGES=/tmp/packages_start.txt 09:25:21 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:25:21 + PACKAGES=/tmp/packages_end.txt 09:25:21 + case "${OS_FAMILY}" in 09:25:21 + dpkg -l 09:25:21 + grep '^ii' 09:25:21 + '[' -f /tmp/packages_start.txt ']' 09:25:21 + '[' -f /tmp/packages_end.txt ']' 09:25:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:25:21 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:25:21 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 09:25:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 09:25:21 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 09:25:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:25:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:25:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:25:22 prd-ubuntu20.04-docker-8c-8g-1171 does not seem to be running inside a container 09:25:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:25:22 $ docker top 632fbd300aa6eb5bd11f0505883f9a808508edf32488b36847335fd6ebe18607 -eo pid,comm [Pipeline] { [Pipeline] sh 09:25:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:25:23 + mkdir -p /var/log/sysstat [Pipeline] sh 09:25:23 + ls /var/log/sa-host 09:25:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:25:23 provisioning config files... 09:25:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5026225273126961888tmp [Pipeline] { [Pipeline] echo 09:25:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:25:23 ---> create-netrc.sh [Pipeline] } 09:25:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:25:24 ---> python-tools-install.sh [Pipeline] echo 09:25:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:25:24 ---> sudo-logs.sh 09:25:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:25:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:25:24 ---> job-cost.sh 09:25:24 lf-activate-venv: SKIPPING 09:25:24 DEBUG: total: 0.2199999988079071 09:25:24 INFO: Retrieving Stack Cost... 09:25:24 INFO: Retrieving Pricing Info for: v3-standard-8 09:25:25 INFO: Archiving Costs [Pipeline] echo 09:25:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:25:25 ---> logs-deploy.sh 09:25:25 lf-activate-venv: SKIPPING 09:25:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/52 09:25:25 INFO: archiving workspace using pattern(s): 09:25:26 Archives upload complete. 09:25:26 INFO: archiving logs to Nexus 09:25:27 ---> uname -a: 09:25:27 Linux prd-ubuntu20-04-docker-8c-8g-1171 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:25:27 09:25:27 09:25:27 ---> lscpu: 09:25:27 Architecture: x86_64 09:25:27 CPU op-mode(s): 32-bit, 64-bit 09:25:27 Byte Order: Little Endian 09:25:27 Address sizes: 40 bits physical, 48 bits virtual 09:25:27 CPU(s): 8 09:25:27 On-line CPU(s) list: 0-7 09:25:27 Thread(s) per core: 1 09:25:27 Core(s) per socket: 1 09:25:27 Socket(s): 8 09:25:27 NUMA node(s): 1 09:25:27 Vendor ID: AuthenticAMD 09:25:27 CPU family: 23 09:25:27 Model: 49 09:25:27 Model name: AMD EPYC-Rome Processor 09:25:27 Stepping: 0 09:25:27 CPU MHz: 2799.998 09:25:27 BogoMIPS: 5599.99 09:25:27 Virtualization: AMD-V 09:25:27 Hypervisor vendor: KVM 09:25:27 Virtualization type: full 09:25:27 L1d cache: 256 KiB 09:25:27 L1i cache: 256 KiB 09:25:27 L2 cache: 4 MiB 09:25:27 L3 cache: 128 MiB 09:25:27 NUMA node0 CPU(s): 0-7 09:25:27 Vulnerability Itlb multihit: Not affected 09:25:27 Vulnerability L1tf: Not affected 09:25:27 Vulnerability Mds: Not affected 09:25:27 Vulnerability Meltdown: Not affected 09:25:27 Vulnerability Mmio stale data: Not affected 09:25:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:25:27 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:25:27 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:25:27 Vulnerability Srbds: Not affected 09:25:27 Vulnerability Tsx async abort: Not affected 09:25:27 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 09:25:27 09:25:27 09:25:27 ---> nproc: 09:25:27 8 09:25:27 09:25:27 09:25:27 ---> df -h: 09:25:27 Filesystem Size Used Avail Use% Mounted on 09:25:27 overlay 155G 13G 143G 8% / 09:25:27 tmpfs 64M 0 64M 0% /dev 09:25:27 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:25:27 shm 64M 0 64M 0% /dev/shm 09:25:27 /dev/vda1 155G 13G 143G 8% /facter-os 09:25:27 09:25:27 09:25:27 ---> sar -b -r -n DEV: 09:25:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1171) 05/09/25 _x86_64_ (8 CPU) 09:25:27 09:25:27 09:08:31 LINUX RESTART (8 CPU) 09:25:27 09:25:27 09:09:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:25:27 09:10:01 353.90 15.88 338.03 0.00 2013.72 14945.42 0.00 09:25:27 09:11:01 10.70 0.00 10.70 0.00 0.00 10502.80 0.00 09:25:27 09:12:01 16.98 0.00 16.98 0.00 0.00 18525.05 0.00 09:25:27 09:13:01 70.87 0.00 70.87 0.00 0.00 48313.28 0.00 09:25:27 09:14:01 60.82 0.07 60.76 0.00 7.33 34439.59 0.00 09:25:27 09:15:01 2.22 0.03 2.18 0.00 3.87 31.06 0.00 09:25:27 09:16:01 2.75 0.00 2.75 0.00 0.00 59.19 0.00 09:25:27 09:17:01 1.88 0.02 1.87 0.00 0.13 22.26 0.00 09:25:27 09:18:01 50.71 0.10 50.61 0.00 6.13 19516.48 0.00 09:25:27 09:19:01 1.77 0.00 1.77 0.00 0.00 25.33 0.00 09:25:27 09:20:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 09:25:27 09:21:01 1.83 0.00 1.83 0.00 0.00 22.66 0.00 09:25:27 09:22:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 09:25:27 09:23:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 09:25:27 09:24:01 0.95 0.02 0.93 0.00 0.13 11.46 0.00 09:25:27 09:25:01 20.55 0.07 20.48 0.00 12.00 4858.66 0.00 09:25:27 Average: 36.80 0.98 35.82 0.00 123.77 9445.46 0.00 09:25:27 09:25:27 09:09:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:25:27 09:10:01 29479388 31519240 784840 2.39 88920 2249696 1928984 5.68 1227272 1797060 66324 09:25:27 09:11:01 29077684 31514936 781048 2.38 89632 2639532 1912692 5.64 1228760 2186828 144820 09:25:27 09:12:01 28155388 31496468 779736 2.37 93312 3513076 1902048 5.61 1244416 3043436 471892 09:25:27 09:13:01 26164344 31524292 753464 2.29 116368 5406656 1822880 5.37 2596968 3581612 940532 09:25:27 09:14:01 27851760 31528700 749864 2.28 117216 3795984 1784328 5.26 1226272 3343072 8 09:25:27 09:15:01 27843460 31529320 748500 2.28 117304 3796112 1800424 5.31 1225136 3343196 12 09:25:27 09:16:01 27871764 31545452 733056 2.23 117440 3796116 1643992 4.85 1208864 3342952 144 09:25:27 09:17:01 27871440 31545196 733236 2.23 117476 3796116 1643992 4.85 1209256 3342956 216 09:25:27 09:18:01 27348064 31531304 744420 2.26 124596 4248128 1694944 5.00 1236320 3781512 164 09:25:27 09:19:01 27348040 31531296 744316 2.26 124644 4248116 1694944 5.00 1236604 3781492 80 09:25:27 09:20:01 27351588 31534932 740588 2.25 124660 4248116 1694944 5.00 1232764 3781492 8 09:25:27 09:21:01 27351692 31535264 740344 2.25 124724 4248252 1694944 5.00 1233180 3781612 200 09:25:27 09:22:01 27353400 31536976 738596 2.25 124740 4248260 1694944 5.00 1231020 3781616 176 09:25:27 09:23:01 27362148 31545788 729676 2.22 124780 4248260 1694944 5.00 1222684 3781616 176 09:25:27 09:24:01 27361832 31545604 729840 2.22 124816 4248264 1701956 5.02 1222156 3781640 308 09:25:27 09:25:01 26624828 31519008 752056 2.29 158736 4852424 1761224 5.19 1284832 4381912 516392 09:25:27 Average: 27651051 31530236 748974 2.28 118085 3973944 1754512 5.17 1316656 3427125 133841 09:25:27 09:25:27 09:09:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:25:27 09:10:01 ens3 433.49 306.57 2623.28 88.62 0.00 0.00 0.00 0.00 09:25:27 09:10:01 docker0 90.93 106.10 5.48 507.09 0.00 0.00 0.00 0.00 09:25:27 09:10:01 veth935f6c2 89.85 104.90 6.55 504.13 0.00 0.00 0.00 0.04 09:25:27 09:10:01 lo 6.41 6.41 0.64 0.64 0.00 0.00 0.00 0.00 09:25:27 09:11:01 ens3 546.41 348.18 2407.74 46.02 0.00 0.00 0.00 0.00 09:25:27 09:11:01 docker0 307.97 486.02 16.94 2363.95 0.00 0.00 0.00 0.00 09:25:27 09:11:01 veth935f6c2 307.97 486.05 21.15 2363.96 0.00 0.00 0.00 0.19 09:25:27 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:12:01 ens3 1121.75 605.72 5530.95 52.72 0.00 0.00 0.00 0.00 09:25:27 09:12:01 docker0 586.57 1082.87 30.53 5501.02 0.00 0.00 0.00 0.00 09:25:27 09:12:01 veth935f6c2 586.57 1082.89 38.55 5501.02 0.00 0.00 0.00 0.45 09:25:27 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:13:01 ens3 287.87 220.75 1562.54 188.42 0.00 0.00 0.00 0.00 09:25:27 09:13:01 docker0 138.61 222.18 9.29 1534.97 0.00 0.00 0.00 0.00 09:25:27 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:14:01 ens3 351.57 390.22 31.41 4110.88 0.00 0.00 0.00 0.00 09:25:27 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:14:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 09:25:27 09:15:01 ens3 364.47 406.15 24.61 4364.02 0.00 0.00 0.00 0.00 09:25:27 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:16:01 ens3 150.64 161.44 25.34 1578.89 0.00 0.00 0.00 0.00 09:25:27 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:16:01 lo 3.27 3.27 0.32 0.32 0.00 0.00 0.00 0.00 09:25:27 09:17:01 ens3 0.93 0.37 0.31 0.22 0.00 0.00 0.00 0.00 09:25:27 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:18:01 ens3 90.82 58.09 2521.04 10.17 0.00 0.00 0.00 0.00 09:25:27 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:18:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 09:25:27 09:19:01 ens3 0.52 0.28 1.39 0.02 0.00 0.00 0.00 0.00 09:25:27 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:20:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:25:27 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:25:27 09:24:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:25:01 ens3 124.13 80.69 3195.13 14.50 0.00 0.00 0.00 0.00 09:25:27 09:25:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:25:27 09:25:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 09:25:27 Average: ens3 216.61 160.87 1117.09 654.58 0.00 0.00 0.00 0.00 09:25:27 Average: docker0 70.21 118.60 3.89 619.42 0.00 0.00 0.00 0.00 09:25:27 Average: lo 0.89 0.89 0.08 0.08 0.00 0.00 0.00 0.00 09:25:27 09:25:27 09:25:27 ---> sar -P ALL: 09:25:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1171) 05/09/25 _x86_64_ (8 CPU) 09:25:27 09:25:27 09:08:31 LINUX RESTART (8 CPU) 09:25:27 09:25:27 09:09:03 CPU %user %nice %system %iowait %steal %idle 09:25:27 09:10:01 all 6.22 0.00 1.95 1.16 0.05 90.62 09:25:27 09:10:01 0 5.13 0.00 1.78 0.94 0.05 92.10 09:25:27 09:10:01 1 8.50 0.00 2.03 1.49 0.07 87.90 09:25:27 09:10:01 2 6.35 0.00 2.09 0.38 0.05 91.12 09:25:27 09:10:01 3 5.67 0.00 1.37 0.16 0.05 92.75 09:25:27 09:10:01 4 5.34 0.00 1.80 2.45 0.05 90.36 09:25:27 09:10:01 5 6.09 0.00 1.94 0.21 0.05 91.70 09:25:27 09:10:01 6 6.92 0.00 2.82 3.48 0.03 86.75 09:25:27 09:10:01 7 5.76 0.00 1.72 0.16 0.05 92.31 09:25:27 09:11:01 all 1.54 0.00 0.31 0.24 0.03 97.88 09:25:27 09:11:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:25:27 09:11:01 1 4.09 0.00 1.10 0.02 0.03 94.76 09:25:27 09:11:01 2 0.15 0.00 0.08 0.00 0.02 99.75 09:25:27 09:11:01 3 2.49 0.00 0.30 1.88 0.02 95.31 09:25:27 09:11:01 4 1.30 0.00 0.28 0.00 0.03 98.38 09:25:27 09:11:01 5 0.77 0.00 0.13 0.00 0.02 99.08 09:25:27 09:11:01 6 1.93 0.00 0.25 0.03 0.05 97.74 09:25:27 09:11:01 7 1.60 0.00 0.30 0.00 0.03 98.06 09:25:27 09:12:01 all 2.01 0.00 0.58 0.42 0.03 96.97 09:25:27 09:12:01 0 0.08 0.00 0.05 0.00 0.03 99.83 09:25:27 09:12:01 1 4.67 0.00 1.32 0.00 0.02 93.99 09:25:27 09:12:01 2 0.53 0.00 0.17 0.00 0.02 99.28 09:25:27 09:12:01 3 1.34 0.00 0.54 2.21 0.03 95.88 09:25:27 09:12:01 4 6.58 0.00 1.73 0.07 0.05 91.58 09:25:27 09:12:01 5 1.69 0.00 0.45 0.67 0.02 97.17 09:25:27 09:12:01 6 0.03 0.00 0.07 0.39 0.02 99.50 09:25:27 09:12:01 7 1.15 0.00 0.30 0.00 0.05 98.49 09:25:27 09:13:01 all 9.21 0.00 2.60 1.22 0.04 86.94 09:25:27 09:13:01 0 20.39 0.00 3.99 0.15 0.03 75.43 09:25:27 09:13:01 1 9.09 0.00 2.65 0.03 0.03 88.19 09:25:27 09:13:01 2 6.79 0.00 2.25 0.03 0.03 90.90 09:25:27 09:13:01 3 8.32 0.00 1.80 0.05 0.03 89.79 09:25:27 09:13:01 4 9.89 0.00 2.26 0.05 0.03 87.77 09:25:27 09:13:01 5 8.83 0.00 2.94 7.93 0.05 80.25 09:25:27 09:13:01 6 4.68 0.00 2.17 1.46 0.07 91.62 09:25:27 09:13:01 7 5.59 0.00 2.74 0.03 0.03 91.60 09:25:27 09:14:01 all 11.92 0.00 0.50 1.20 0.06 86.31 09:25:27 09:14:01 0 19.41 0.00 0.45 0.17 0.07 79.91 09:25:27 09:14:01 1 19.65 0.00 0.48 0.00 0.08 79.78 09:25:27 09:14:01 2 8.83 0.00 0.94 0.34 0.07 89.82 09:25:27 09:14:01 3 3.24 0.00 0.22 0.02 0.03 96.50 09:25:27 09:14:01 4 20.41 0.00 0.58 0.03 0.10 78.87 09:25:27 09:14:01 5 0.23 0.00 0.50 7.20 0.03 92.03 09:25:27 09:14:01 6 21.53 0.00 0.62 1.83 0.08 75.93 09:25:27 09:14:01 7 1.95 0.00 0.23 0.05 0.03 97.73 09:25:27 09:15:01 all 13.62 0.00 0.43 0.01 0.06 85.87 09:25:27 09:15:01 0 18.94 0.00 0.62 0.00 0.12 80.33 09:25:27 09:15:01 1 27.03 0.00 0.80 0.00 0.08 72.08 09:25:27 09:15:01 2 15.02 0.00 0.42 0.00 0.07 84.50 09:25:27 09:15:01 3 13.27 0.00 0.40 0.00 0.05 86.27 09:25:27 09:15:01 4 22.78 0.00 0.64 0.00 0.08 76.50 09:25:27 09:15:01 5 0.05 0.00 0.03 0.07 0.00 99.85 09:25:27 09:15:01 6 8.33 0.00 0.32 0.02 0.03 91.30 09:25:27 09:15:01 7 3.58 0.00 0.23 0.02 0.05 96.12 09:25:27 09:16:01 all 5.30 0.00 0.25 0.02 0.03 94.41 09:25:27 09:16:01 0 11.40 0.00 0.45 0.00 0.03 88.12 09:25:27 09:16:01 1 10.41 0.00 0.44 0.00 0.05 89.11 09:25:27 09:16:01 2 0.32 0.00 0.10 0.00 0.03 99.55 09:25:27 09:16:01 3 5.85 0.00 0.20 0.02 0.03 93.90 09:25:27 09:16:01 4 0.07 0.00 0.05 0.00 0.00 99.88 09:25:27 09:16:01 5 4.39 0.00 0.22 0.12 0.03 95.24 09:25:27 09:16:01 6 9.35 0.00 0.43 0.00 0.03 90.18 09:25:27 09:16:01 7 0.63 0.00 0.10 0.00 0.00 99.27 09:25:27 09:17:01 all 0.03 0.00 0.01 0.01 0.01 99.95 09:25:27 09:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:17:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:25:27 09:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:25:27 09:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:25:27 09:17:01 5 0.08 0.00 0.00 0.05 0.00 99.87 09:25:27 09:17:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:25:27 09:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:18:01 all 2.32 0.00 1.04 0.44 0.02 96.19 09:25:27 09:18:01 0 2.26 0.00 1.24 0.02 0.02 96.48 09:25:27 09:18:01 1 2.98 0.00 1.16 2.68 0.02 93.16 09:25:27 09:18:01 2 2.26 0.00 0.89 0.00 0.02 96.84 09:25:27 09:18:01 3 2.63 0.00 0.95 0.03 0.02 96.37 09:25:27 09:18:01 4 1.74 0.00 0.99 0.00 0.02 97.25 09:25:27 09:18:01 5 2.04 0.00 1.36 0.55 0.03 96.02 09:25:27 09:18:01 6 2.34 0.00 1.02 0.22 0.02 96.40 09:25:27 09:18:01 7 2.33 0.00 0.69 0.00 0.02 96.97 09:25:27 09:19:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:25:27 09:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:19:01 1 0.02 0.00 0.02 0.03 0.02 99.92 09:25:27 09:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:25:27 09:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:25:27 09:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:19:01 5 0.00 0.00 0.00 0.03 0.00 99.97 09:25:27 09:19:01 6 0.02 0.00 0.00 0.00 0.03 99.95 09:25:27 09:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:20:01 all 0.16 0.00 0.01 0.01 0.01 99.82 09:25:27 09:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:20:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:25:27 09:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:25:27 09:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 09:25:27 09:20:01 4 1.03 0.00 0.00 0.00 0.02 98.96 09:25:27 09:20:01 5 0.03 0.00 0.02 0.05 0.02 99.88 09:25:27 09:20:01 6 0.08 0.00 0.02 0.00 0.02 99.88 09:25:27 09:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:25:27 09:25:27 09:20:01 CPU %user %nice %system %iowait %steal %idle 09:25:27 09:21:01 all 0.01 0.00 0.00 0.01 0.01 99.97 09:25:27 09:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:25:27 09:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:25:27 09:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:25:27 09:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:25:27 09:21:01 5 0.02 0.00 0.00 0.05 0.00 99.93 09:25:27 09:21:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:25:27 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:25:27 09:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:25:27 09:22:01 1 0.02 0.00 0.02 0.02 0.00 99.95 09:25:27 09:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:25:27 09:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:25:27 09:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:25:27 09:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:25:27 09:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:25:27 09:23:01 all 0.01 0.00 0.02 0.02 0.00 99.95 09:25:27 09:23:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:25:27 09:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:25:27 09:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:25:27 09:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:25:27 09:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:23:01 5 0.02 0.00 0.02 0.12 0.00 99.85 09:25:27 09:23:01 6 0.03 0.00 0.05 0.00 0.02 99.90 09:25:27 09:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:25:27 09:24:01 all 0.04 0.00 0.03 0.00 0.01 99.93 09:25:27 09:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:25:27 09:24:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:25:27 09:24:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:25:27 09:24:01 3 0.12 0.00 0.03 0.00 0.02 99.83 09:25:27 09:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:25:27 09:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:24:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:25:27 09:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:25:27 09:25:01 all 3.53 0.00 1.49 0.25 0.03 94.71 09:25:27 09:25:01 0 4.10 0.00 1.39 0.03 0.02 94.45 09:25:27 09:25:01 1 3.64 0.00 1.68 0.00 0.03 94.65 09:25:27 09:25:01 2 3.03 0.00 1.27 0.82 0.02 94.86 09:25:27 09:25:01 3 3.54 0.00 1.54 0.02 0.02 94.88 09:25:27 09:25:01 4 4.81 0.00 1.31 0.03 0.02 93.84 09:25:27 09:25:01 5 3.27 0.00 1.76 0.94 0.03 94.00 09:25:27 09:25:01 6 3.03 0.00 1.69 0.08 0.05 95.15 09:25:27 09:25:01 7 2.81 0.00 1.27 0.08 0.02 95.82 09:25:27 Average: all 3.49 0.00 0.57 0.31 0.02 95.61 09:25:27 Average: 0 5.10 0.00 0.63 0.08 0.03 94.16 09:25:27 Average: 1 5.62 0.00 0.73 0.26 0.03 93.35 09:25:27 Average: 2 2.70 0.00 0.51 0.10 0.02 96.66 09:25:27 Average: 3 2.90 0.00 0.46 0.27 0.02 96.34 09:25:27 Average: 4 4.63 0.00 0.60 0.16 0.03 94.58 09:25:27 Average: 5 1.71 0.00 0.58 1.12 0.02 96.57 09:25:27 Average: 6 3.64 0.00 0.59 0.46 0.03 95.28 09:25:27 Average: 7 1.58 0.00 0.47 0.02 0.02 97.91 09:25:27 09:25:27 09:25:27