Pull request #112 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b+7ef99bc445e5002edb91e45647dc2bc252dae2a9 (0b559db207928e7f226e29a5f15821e5c87daba8) 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-ssh13215940157240280872.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh3568469367184471875.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 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-112/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-112/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2581192164587865967.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-112/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5924971658003054093.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh16045434886056090403.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-112/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-112/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14313326846966172184.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 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-4695 in /w/workspace/xfoundry_edgex-taf-common_PR-112 [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/xfoundry_edgex-taf-common_PR-112 # 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 Merging remotes/origin/main commit 7ef99bc445e5002edb91e45647dc2bc252dae2a9 into PR head commit c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b Merge succeeded, producing c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b Checking out Revision c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b (PR-112) Commit message: "build: bump psutil from 5.9.5 to 6.0.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7ef99bc445e5002edb91e45647dc2bc252dae2a9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:09:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:09:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:09:52 ========================================================= 18:09:52 EdgeX Global Pipelines Version Info 18:09:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:09:53 ------------------- 18:09:53 stable info: 18:09:53 ------------------- 18:09:53 Commited By: Ginny Guan ginny@iotechsys.com 18:09:53 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 18:09:53 Message: update stable to v1.0.260 18:09:53 ------------------- 18:09:53 experimental info: 18:09:53 ------------------- 18:09:53 Commited By: Ginny Guan ginny@iotechsys.com 18:09:53 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 18:09:53 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-112 [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-112 [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-112 [Pipeline] echo 18:09:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [Pipeline] echo 18:09:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9357c0 [Pipeline] echo 18:09:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:09:55 provisioning config files... 18:09:55 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config14130711887998280799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:09:55 ---> ****-login.sh 18:09:55 nexus3.edgexfoundry.org:10001 18:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:09:55 Configure a credential helper to remove this warning. See 18:09:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:09:55 18:09:55 Login Succeeded 18:09:55 nexus3.edgexfoundry.org:10002 18:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:09:56 Configure a credential helper to remove this warning. See 18:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:09:56 18:09:56 Login Succeeded 18:09:56 nexus3.edgexfoundry.org:10003 18:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:09:56 Configure a credential helper to remove this warning. See 18:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:09:56 18:09:56 Login Succeeded 18:09:56 nexus3.edgexfoundry.org:10004 18:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:09:56 Configure a credential helper to remove this warning. See 18:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:09:56 18:09:56 Login Succeeded 18:09:56 ****.io 18:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:09:56 Configure a credential helper to remove this warning. See 18:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:09:56 18:09:56 Login Succeeded 18:09:56 ---> ****-login.sh ends [Pipeline] } 18:09:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:09:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:09:57 + grep -v github /etc/ssh/ssh_known_hosts 18:09:57 + [ -e /tmp/ssh_known_hosts ] 18:09:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:09:57 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 18:09:57 -a /etc/ssh/ssh_known_hosts 18:09:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:09:57 18:09:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:10:07 0.1.4: Pulling from edgex-devops/py-git-semver 18:10:07 b85a868b505f: Pulling fs layer 18:10:07 e2be974225ed: Pulling fs layer 18:10:07 339a4e72a1f5: Pulling fs layer 18:10:07 988bab9f4d93: Pulling fs layer 18:10:07 1469e6f7b9e6: Pulling fs layer 18:10:07 eaf3925da568: Pulling fs layer 18:10:07 bab4dde63d76: Pulling fs layer 18:10:07 bde34c3a00c8: Pulling fs layer 18:10:07 b352a97aabf1: Pulling fs layer 18:10:07 4872d77fe225: Pulling fs layer 18:10:07 5851b861e8e6: Pulling fs layer 18:10:07 eaf3925da568: Waiting 18:10:07 b352a97aabf1: Waiting 18:10:07 988bab9f4d93: Waiting 18:10:07 4872d77fe225: Waiting 18:10:07 bab4dde63d76: Waiting 18:10:07 1469e6f7b9e6: Waiting 18:10:07 bde34c3a00c8: Waiting 18:10:07 5851b861e8e6: Waiting 18:10:07 e2be974225ed: Download complete 18:10:07 988bab9f4d93: Verifying Checksum 18:10:07 988bab9f4d93: Download complete 18:10:07 339a4e72a1f5: Verifying Checksum 18:10:07 339a4e72a1f5: Download complete 18:10:07 1469e6f7b9e6: Verifying Checksum 18:10:07 1469e6f7b9e6: Download complete 18:10:07 eaf3925da568: Verifying Checksum 18:10:07 eaf3925da568: Download complete 18:10:07 bde34c3a00c8: Verifying Checksum 18:10:07 bde34c3a00c8: Download complete 18:10:07 b352a97aabf1: Verifying Checksum 18:10:07 b352a97aabf1: Download complete 18:10:07 4872d77fe225: Verifying Checksum 18:10:07 4872d77fe225: Download complete 18:10:07 5851b861e8e6: Verifying Checksum 18:10:07 5851b861e8e6: Download complete 18:10:07 b85a868b505f: Verifying Checksum 18:10:07 b85a868b505f: Download complete 18:10:07 bab4dde63d76: Verifying Checksum 18:10:07 bab4dde63d76: Download complete 18:10:10 b85a868b505f: Pull complete 18:10:14 e2be974225ed: Pull complete 18:10:14 339a4e72a1f5: Pull complete 18:10:14 988bab9f4d93: Pull complete 18:10:14 1469e6f7b9e6: Pull complete 18:10:14 eaf3925da568: Pull complete 18:10:18 bab4dde63d76: Pull complete 18:10:19 bde34c3a00c8: Pull complete 18:10:20 b352a97aabf1: Pull complete 18:10:21 4872d77fe225: Pull complete 18:10:25 5851b861e8e6: Pull complete 18:10:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:10:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:10:25 prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container 18:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-112 -v /w/workspace/xfoundry_edgex-taf-common_PR-112:/w/workspace/xfoundry_edgex-taf-common_PR-112:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:10:31 $ docker top 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 -eo pid,comm 18:10:30 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). 18:10:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:10:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:30 [ssh-agent] Looking for ssh-agent implementation... 18:10:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:31 $ docker exec 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent 18:10:30 SSH_AUTH_SOCK=/tmp/ssh-7AWE4qObfshM/agent.33 18:10:30 SSH_AGENT_PID=39 18:10:30 Running ssh-add (command line suppressed) 18:10:31 Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/private_key_6408256061145962763.key (/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/private_key_6408256061145962763.key) 18:10:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:30 + git tag --points-at HEAD [Pipeline] } 18:10:32 $ docker exec --env ******** --env ******** 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent -k 18:10:32 unset SSH_AUTH_SOCK; 18:10:32 unset SSH_AGENT_PID; 18:10:32 echo Agent pid 39 killed; 18:10:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:10:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:31 [ssh-agent] Looking for ssh-agent implementation... 18:10:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:32 $ docker exec 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent 18:10:31 SSH_AUTH_SOCK=/tmp/ssh-BIFSn2j4GRM0/agent.72 18:10:31 SSH_AGENT_PID=78 18:10:31 Running ssh-add (command line suppressed) 18:10:32 Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/private_key_5139880948256252284.key (/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/private_key_5139880948256252284.key) 18:10:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:32 + git semver init 18:10:32 2024-07-01 18:10:33,291 [run_init] DEBUG init version:0.0.0 force:False 18:10:32 2024-07-01 18:10:33,292 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver 18:10:32 2024-07-01 18:10:33,293 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-112/.semver 18:10:32 2024-07-01 18:10:33,293 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-112, universal_newlines=False, shell=None, istream=None) 18:10:32 2024-07-01 18:10:33,879 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-112/.git/info/exclude 18:10:32 2024-07-01 18:10:33,880 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver/PR-112 with force:False 18:10:32 2024-07-01 18:10:33,880 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver/PR-112 18:10:32 2024-07-01 18:10:33,884 [execute] INFO git cat-file --batch-check 18:10:32 2024-07-01 18:10:33,884 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver, universal_newlines=False, shell=None, istream=) 18:10:32 2024-07-01 18:10:33,891 [execute] INFO git cat-file --batch 18:10:32 2024-07-01 18:10:33,891 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver, universal_newlines=False, shell=None, istream=) 18:10:32 2024-07-01 18:10:33,896 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-112/.semver/PR-112 18:10:32 0.0.0 [Pipeline] } 18:10:33 $ docker exec --env ******** --env ******** 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent -k 18:10:34 unset SSH_AUTH_SOCK; 18:10:34 unset SSH_AGENT_PID; 18:10:34 echo Agent pid 78 killed; 18:10:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:10:33 + git semver [Pipeline] } 18:10:34 $ docker stop --time=1 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 18:10:36 $ docker rm -f --volumes 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:10:35 Stashed 1 file(s) [Pipeline] echo 18:10:35 [edgeXSemver]: initialized semver on version 0.0.0 [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 18:10:36 provisioning config files... 18:10:36 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config1332568292328429413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:10:36 ---> ****-login.sh 18:10:36 nexus3.edgexfoundry.org:10001 18:10:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:10:36 Configure a credential helper to remove this warning. See 18:10:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:10:36 18:10:36 Login Succeeded 18:10:36 nexus3.edgexfoundry.org:10002 18:10:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:10:36 Configure a credential helper to remove this warning. See 18:10:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:10:36 18:10:36 Login Succeeded 18:10:36 nexus3.edgexfoundry.org:10003 18:10:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:10:37 Configure a credential helper to remove this warning. See 18:10:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:10:37 18:10:37 Login Succeeded 18:10:37 nexus3.edgexfoundry.org:10004 18:10:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:10:37 Configure a credential helper to remove this warning. See 18:10:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:10:37 18:10:37 Login Succeeded 18:10:37 ****.io 18:10:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:10:37 Configure a credential helper to remove this warning. See 18:10:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:10:37 18:10:37 Login Succeeded 18:10:37 ---> ****-login.sh ends [Pipeline] } 18:10:37 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 18:10:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:10:38 + ls -al . 18:10:38 total 72 18:10:38 drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 18:10 . 18:10:38 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:09 .. 18:10:38 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:10 .git 18:10:38 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 18:09 .github 18:10:38 -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 18:09 .gitignore 18:10:38 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 18:10 .semver 18:10:38 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 18:09 Dockerfile 18:10:38 -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 18:09 Jenkinsfile 18:10:38 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 18:09 LICENSE 18:10:38 -rw-rw-r-- 1 jenkins jenkins 3606 Jul 1 18:09 README.md 18:10:38 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:09 TAF-Manager 18:10:38 drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:09 TUC 18:10:38 -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 18:10 VERSION 18:10:38 -rw-rw-r-- 1 jenkins jenkins 343 Jul 1 18:09 requirements.txt 18:10:38 -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 18:09 robot-entrypoint.sh 18:10:38 -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 18:09 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:39 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b --label arch=amd64 --label version=0.0.0 . 18:10:39 Sending build context to Docker daemon 613.4kB 18:10:39 Step 1/13 : FROM alpine:3.20 18:10:39 3.20: Pulling from library/alpine 18:10:39 ec99f8b99825: Pulling fs layer 18:10:39 ec99f8b99825: Verifying Checksum 18:10:39 ec99f8b99825: Download complete 18:10:40 ec99f8b99825: Pull complete 18:10:40 Digest: sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 18:10:40 Status: Downloaded newer image for alpine:3.20 18:10:40 ---> a606584aa9aa 18:10:40 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:10:40 ---> Running in ceb2e1d35525 18:10:40 Removing intermediate container ceb2e1d35525 18:10:40 ---> 84ff02ed41e1 18:10:40 Step 3/13 : LABEL maintainer="Bruce Huang " 18:10:40 ---> Running in 7cb1875d4616 18:10:40 Removing intermediate container 7cb1875d4616 18:10:40 ---> a7b449a0c2c6 18:10:40 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:10:41 ---> 0f263670309e 18:10:41 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:10:41 ---> df61465c0ffb 18:10:41 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:10:41 ---> 9426bf4d750e 18:10:41 Step 7/13 : WORKDIR /edgex-taf 18:10:41 ---> Running in 3aa266eabab2 18:10:41 Removing intermediate container 3aa266eabab2 18:10:41 ---> 628ed196229a 18:10:41 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:41 ---> Running in 834e1ada9c0a 18:10:42 Removing intermediate container 834e1ada9c0a 18:10:42 ---> 691374ebfd86 18:10:42 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 18:10:42 ---> Running in 3c4e185e7ca4 18:10:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:10:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:10:43 (1/2) Upgrading libcrypto3 (3.3.1-r0 -> 3.3.1-r1) 18:10:44 (2/2) Upgrading libssl3 (3.3.1-r0 -> 3.3.1-r1) 18:10:44 OK: 8 MiB in 14 packages 18:10:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:10:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:10:45 (1/14) Installing ca-certificates (20240226-r0) 18:10:46 (2/14) Installing brotli-libs (1.1.0-r2) 18:10:46 (3/14) Installing c-ares (1.28.1-r0) 18:10:46 (4/14) Installing libunistring (1.2-r0) 18:10:47 (5/14) Installing libidn2 (2.3.7-r0) 18:10:47 (6/14) Installing nghttp2-libs (1.62.1-r0) 18:10:48 (7/14) Installing libpsl (0.21.5-r1) 18:10:48 (8/14) Installing zstd-libs (1.5.6-r0) 18:10:49 (9/14) Installing libcurl (8.8.0-r0) 18:10:49 (10/14) Installing curl (8.8.0-r0) 18:10:49 (11/14) Installing docker-cli (26.1.3-r1) 18:10:50 (12/14) Installing oniguruma (6.9.9-r0) 18:10:51 Still waiting to schedule task 18:10:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:10:51 (13/14) Installing jq (1.7.1-r0) 18:10:51 (14/14) Installing openssl (3.3.1-r1) 18:10:51 Executing busybox-1.36.1-r29.trigger 18:10:51 Executing ca-certificates-20240226-r0.trigger 18:10:51 OK: 43 MiB in 28 packages 18:10:51 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:10:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:10:53 (1/167) Installing libexpat (2.6.2-r0) 18:10:53 (2/167) Installing libbz2 (1.0.8-r6) 18:10:53 (3/167) Installing libpng (1.6.43-r0) 18:10:54 (4/167) Installing freetype (2.13.2-r0) 18:10:54 (5/167) Installing fontconfig (2.15.0-r1) 18:10:55 (6/167) Installing libfontenc (1.1.8-r0) 18:10:55 (7/167) Installing mkfontscale (1.2.2-r6) 18:10:55 (8/167) Installing font-opensans (0_git20210927-r1) 18:10:56 (9/167) Installing pkgconf (2.2.0-r0) 18:10:56 (10/167) Installing libgcc (13.2.1_git20240309-r0) 18:10:57 (11/167) Installing libffi (3.4.6-r0) 18:10:57 (12/167) Installing libintl (0.22.5-r0) 18:10:57 (13/167) Installing libeconf (0.6.3-r0) 18:10:57 (14/167) Installing libblkid (2.40.1-r1) 18:10:58 (15/167) Installing libmount (2.40.1-r1) 18:10:58 (16/167) Installing pcre2 (10.43-r0) 18:10:59 (17/167) Installing glib (2.80.2-r0) 18:10:59 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 18:11:00 (19/167) Installing xz-libs (5.6.1-r3) 18:11:00 (20/167) Installing libxml2 (2.12.7-r0) 18:11:01 (21/167) Installing shared-mime-info (2.4-r0) 18:11:01 (22/167) Installing hicolor-icon-theme (0.17-r2) 18:11:01 (23/167) Installing libjpeg-turbo (3.0.3-r0) 18:11:02 (24/167) Installing libsharpyuv (1.3.2-r0) 18:11:02 (25/167) Installing libwebp (1.3.2-r0) 18:11:03 (26/167) Installing tiff (4.6.0t-r0) 18:11:03 (27/167) Installing gdk-pixbuf (2.42.11-r1) 18:11:03 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 18:11:04 (29/167) Installing libxau (1.0.11-r4) 18:11:05 (30/167) Installing libmd (1.1.0-r0) 18:11:05 (31/167) Installing libbsd (0.12.2-r0) 18:11:05 (32/167) Installing libxdmcp (1.1.5-r1) 18:11:06 (33/167) Installing libxcb (1.16.1-r0) 18:11:06 (34/167) Installing libx11 (1.8.9-r1) 18:11:07 (35/167) Installing libxcomposite (0.4.6-r5) 18:11:07 (36/167) Installing libxfixes (6.0.1-r4) 18:11:07 (37/167) Installing libxrender (0.9.11-r5) 18:11:08 (38/167) Installing libxcursor (1.2.2-r1) 18:11:08 (39/167) Installing libxdamage (1.1.6-r5) 18:11:08 (40/167) Installing libxext (1.3.6-r2) 18:11:08 (41/167) Installing libxi (1.8.1-r4) 18:11:09 (42/167) Installing libxinerama (1.1.5-r4) 18:11:09 (43/167) Installing libxrandr (1.5.4-r1) 18:11:09 (44/167) Installing libatk-1.0 (2.52.0-r0) 18:11:10 (45/167) Installing libxtst (1.2.4-r6) 18:11:10 (46/167) Installing dbus-libs (1.14.10-r1) 18:11:11 (47/167) Installing at-spi2-core (2.52.0-r0) 18:11:14 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 18:11:15 (49/167) Installing pixman (0.43.2-r0) 18:11:15 (50/167) Installing cairo (1.18.0-r0) 18:11:16 (51/167) Installing cairo-gobject (1.18.0-r0) 18:11:16 (52/167) Installing avahi-libs (0.8-r17) 18:11:16 (53/167) Installing gmp (6.3.0-r1) 18:11:18 (54/167) Installing nettle (3.9.1-r0) 18:11:19 (55/167) Installing libtasn1 (4.19.0-r2) 18:11:19 (56/167) Installing p11-kit (0.25.3-r0) 18:11:19 (57/167) Installing gnutls (3.8.5-r0) 18:11:20 (58/167) Installing cups-libs (2.4.9-r0) 18:11:20 (59/167) Installing libepoxy (1.5.10-r1) 18:11:21 (60/167) Installing fribidi (1.0.15-r0) 18:11:21 (61/167) Installing graphite2 (1.3.14-r6) 18:11:21 (62/167) Installing harfbuzz (8.5.0-r0) 18:11:22 (63/167) Installing libxft (2.3.8-r3) 18:11:22 (64/167) Installing pango (1.52.2-r0) 18:11:23 (65/167) Installing wayland-libs-client (1.22.0-r4) 18:11:23 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 18:11:23 (67/167) Installing wayland-libs-egl (1.22.0-r4) 18:11:24 (68/167) Installing xkeyboard-config (2.41-r0) 18:11:24 (69/167) Installing libxkbcommon (1.7.0-r0) 18:11:24 (70/167) Installing gtk+3.0 (3.24.42-r0) 18:11:25 (71/167) Installing icu-data-full (74.2-r0) 18:11:28 (72/167) Installing mesa (24.0.9-r1) 18:11:28 (73/167) Installing llvm17-libs (17.0.6-r1) 18:11:39 (74/167) Installing hwdata-pci (0.382-r0) 18:11:39 (75/167) Installing libpciaccess (0.18.1-r0) 18:11:39 (76/167) Installing libdrm (2.4.120-r0) 18:11:40 (77/167) Installing libelf (0.191-r0) 18:11:40 (78/167) Installing mesa-glapi (24.0.9-r1) 18:11:40 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 18:11:42 (80/167) Installing eudev-libs (3.2.14-r2) 18:11:42 (81/167) Installing libmagic (5.45-r1) 18:11:43 (82/167) Installing file (5.45-r1) 18:11:43 (83/167) Installing xprop (1.2.7-r0) 18:11:43 (84/167) Installing libice (1.1.1-r6) 18:11:43 (85/167) Installing libuuid (2.40.1-r1) 18:11:44 (86/167) Installing libsm (1.2.4-r4) 18:11:44 (87/167) Installing libxt (1.3.0-r5) 18:11:44 (88/167) Installing libxmu (1.1.4-r2) 18:11:45 (89/167) Installing xset (1.2.5-r1) 18:11:45 (90/167) Installing xdg-utils (1.2.1-r0) 18:11:45 (91/167) Installing libogg (1.3.5-r5) 18:11:46 (92/167) Installing libflac (1.4.3-r1) 18:11:46 (93/167) Installing alsa-lib (1.2.11-r0) 18:11:46 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 18:11:47 (95/167) Installing aom-libs (3.9.0-r0) 18:11:48 (96/167) Installing libva (2.21.0-r0) 18:11:48 (97/167) Installing libvdpau (1.5-r3) 18:11:48 (98/167) Installing onevpl-libs (2023.3.1-r2) 18:11:49 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 18:11:49 (100/167) Installing libdav1d (1.4.2-r0) 18:11:50 (101/167) Installing openexr-libiex (3.1.13-r1) 18:11:50 (102/167) Installing openexr-libilmthread (3.1.13-r1) 18:11:50 (103/167) Installing imath (3.1.11-r2) 18:11:51 (104/167) Installing openexr-libopenexr (3.1.13-r1) 18:11:51 (105/167) Installing giflib (5.2.2-r0) 18:11:51 (106/167) Installing libhwy (1.0.7-r0) 18:11:52 (107/167) Installing lcms2 (2.16-r0) 18:11:53 (108/167) Installing libjxl (0.10.2-r0) 18:11:54 (109/167) Installing lame-libs (3.100-r5) 18:11:54 (110/167) Installing opus (1.5.2-r0) 18:11:55 (111/167) Installing rav1e-libs (0.7.1-r0) 18:11:55 (112/167) Installing libgomp (13.2.1_git20240309-r0) 18:11:55 (113/167) Installing soxr (0.1.3-r7) 18:11:56 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 18:11:56 (115/167) Installing libtheora (1.1.1-r18) 18:11:56 (116/167) Installing libvorbis (1.3.7-r2) 18:11:57 (117/167) Installing libvpx (1.14.1-r0) 18:11:57 (118/167) Installing libwebpmux (1.3.2-r0) 18:11:58 (119/167) Installing x264-libs (0.164_git20231001-r0) 18:11:58 (120/167) Installing numactl (2.0.18-r0) 18:11:58 (121/167) Installing x265-libs (3.6-r0) 18:11:59 (122/167) Installing xvidcore (1.3.7-r2) 18:12:00 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 18:12:00 (124/167) Installing libbluray (1.3.4-r1) 18:12:01 (125/167) Installing mpg123-libs (1.32.6-r0) 18:12:01 (126/167) Installing libopenmpt (0.7.7-r0) 18:12:02 (127/167) Installing cjson (1.7.18-r0) 18:12:02 (128/167) Installing mbedtls (3.6.0-r0) 18:12:02 (129/167) Installing librist (0.2.10-r1) 18:12:03 (130/167) Installing libsrt (1.5.3-r0) 18:12:03 (131/167) Installing libssh (0.10.6-r0) 18:12:03 (132/167) Installing libsodium (1.0.19-r0) 18:12:04 (133/167) Installing libzmq (4.3.5-r2) 18:12:04 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 18:12:05 (135/167) Installing crc32c (1.1.2-r0) 18:12:05 (136/167) Installing double-conversion (3.3.0-r0) 18:12:05 (137/167) Installing libevent (2.1.12-r7) 18:12:06 (138/167) Installing wayland-libs-server (1.22.0-r4) 18:12:06 (139/167) Installing mesa-gbm (24.0.9-r1) 18:12:08 (140/167) Installing harfbuzz-subset (8.5.0-r0) 18:12:08 (141/167) Installing icu-libs (74.2-r0) 18:12:08 (142/167) Installing minizip (1.3.1-r0) 18:12:09 (143/167) Installing nspr (4.35-r4) 18:12:11 (144/167) Installing sqlite-libs (3.45.3-r1) 18:12:15 (145/167) Installing nss (3.101-r0) 18:12:15 (146/167) Installing openh264 (2.4.1-r0) 18:12:16 (147/167) Installing libcamera-ipa (0.3.0-r0) 18:12:17 (148/167) Installing libunwind (1.8.1-r0) 18:12:17 (149/167) Installing yaml (0.2.5-r2) 18:12:17 (150/167) Installing libcamera (0.3.0-r0) 18:12:18 (151/167) Installing speexdsp (1.2.1-r2) 18:12:18 (152/167) Installing libuv (1.48.0-r0) 18:12:19 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 18:12:19 (154/167) Installing libsndfile (1.2.2-r0) 18:12:19 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 18:12:20 (156/167) Installing pipewire-libs (1.0.6-r1) 18:12:20 (157/167) Installing libasyncns (0.8-r3) 18:12:21 (158/167) Installing libltdl (2.4.7-r3) 18:12:21 (159/167) Installing orc (0.4.37-r0) 18:12:21 (160/167) Installing tdb-libs (1.4.9-r1) 18:12:22 (161/167) Installing libpulse (17.0-r0) 18:12:22 (162/167) Installing libwebpdemux (1.3.2-r0) 18:12:22 (163/167) Installing libgpg-error (1.49-r0) 18:12:23 (164/167) Installing libgcrypt (1.10.3-r0) 18:12:23 (165/167) Installing libxslt (1.1.39-r1) 18:12:23 (166/167) Installing chromium (125.0.6422.141-r0) 18:12:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4697 in /w/workspace/xfoundry_edgex-taf-common_PR-112 [Pipeline] { [Pipeline] checkout 18:12:35 Selected Git installation does not exist. Using Default 18:12:35 The recommended git tool is: NONE 18:12:38 (167/167) Installing chromium-chromedriver (125.0.6422.141-r0) 18:12:38 Executing busybox-1.36.1-r29.trigger 18:12:38 Executing fontconfig-2.15.0-r1.trigger 18:12:38 Executing mkfontscale-1.2.2-r6.trigger 18:12:38 Executing glib-2.80.2-r0.trigger 18:12:38 Executing shared-mime-info-2.4-r0.trigger 18:12:38 Executing gdk-pixbuf-2.42.11-r1.trigger 18:12:38 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:12:38 Executing gtk+3.0-3.24.42-r0.trigger 18:12:38 OK: 657 MiB in 195 packages 18:12:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:12:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:12:40 (1/30) Installing jansson (2.14-r4) 18:12:40 (2/30) Installing binutils (2.42-r0) 18:12:41 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:12:41 (4/30) Installing isl26 (0.26-r1) 18:12:41 (5/30) Installing mpfr4 (4.2.1-r0) 18:12:42 (6/30) Installing mpc1 (1.3.1-r1) 18:12:42 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:12:43 using credential edgex-jenkins-ssh 18:12:43 Cloning the remote Git repository 18:12:43 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 18:12:43 > git init /w/workspace/xfoundry_edgex-taf-common_PR-112 # timeout=10 18:12:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:12:44 > git --version # timeout=10 18:12:44 > git --version # 'git version 2.25.1' 18:12:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:12:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:12:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:12:46 Merging remotes/origin/main commit 7ef99bc445e5002edb91e45647dc2bc252dae2a9 into PR head commit c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b 18:12:47 Merge succeeded, producing c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b 18:12:47 Checking out Revision c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b (PR-112) 18:12:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:12:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:12:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:12:46 > git config core.sparsecheckout # timeout=10 18:12:46 > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 18:12:46 > git remote # timeout=10 18:12:47 > git config --get remote.origin.url # timeout=10 18:12:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:47 > git merge 7ef99bc445e5002edb91e45647dc2bc252dae2a9 # timeout=10 18:12:47 > git rev-parse HEAD^{commit} # timeout=10 18:12:47 > git config core.sparsecheckout # timeout=10 18:12:48 Commit message: "build: bump psutil from 5.9.5 to 6.0.0" 18:12:48 > git --version # timeout=10 18:12:48 > git --version # 'git version 2.25.1' 18:12:48 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 18:12:47 > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:12:52 (8/30) Installing musl-dev (1.2.5-r0) 18:12:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:12:53 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:53 Dload Upload Total Spent Left Speed 18:12:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 18:12:53 (9/30) Installing linux-headers (6.6-r0) 18:12:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:12:54 + sudo tee /etc/docker/daemon.new 18:12:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:12:54 { 18:12:54 "registry-mirrors": [ 18:12:54 "https://nexus3.edgexfoundry.org:10001" 18:12:54 ], 18:12:54 "bip": "10.250.0.254/24", 18:12:54 "hosts": [ 18:12:54 "tcp://0.0.0.0:5555", 18:12:54 "unix:///var/run/docker.sock" 18:12:54 ], 18:12:54 "mtu": 1458, 18:12:54 "selinux-enabled": true, 18:12:54 "seccomp-profile": "/etc/docker/seccomp.json" 18:12:54 } 18:12:54 (10/30) Installing libffi-dev (3.4.6-r0) [Pipeline] sh 18:12:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:12:54 (11/30) Installing libpq (16.3-r0) 18:12:54 + sudo service docker restart 18:12:54 (12/30) Installing openssl-dev (3.3.1-r1) 18:12:55 (13/30) Installing libpq-dev (16.3-r0) 18:12:55 (14/30) Installing libecpg (16.3-r0) 18:12:56 (15/30) Installing libecpg-dev (16.3-r0) 18:12:56 (16/30) Installing clang16-headers (16.0.6-r5) 18:12:57 (17/30) Installing llvm16-libs (16.0.6-r8) 18:13:02 (18/30) Installing clang16-libs (16.0.6-r5) 18:13:06 (19/30) Installing fortify-headers (1.1-r3) 18:13:07 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:13:07 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:13:07 (22/30) Installing clang16 (16.0.6-r5) 18:13:08 (23/30) Installing icu (74.2-r0) 18:13:09 (24/30) Installing icu-dev (74.2-r0) 18:13:09 (25/30) Installing llvm16 (16.0.6-r8) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:13 provisioning config files... 18:13:13 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config11125225207405017275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:13 ---> ****-login.sh 18:13:13 nexus3.edgexfoundry.org:10001 18:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:13:14 Configure a credential helper to remove this warning. See 18:13:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:13:14 18:13:14 Login Succeeded 18:13:14 nexus3.edgexfoundry.org:10002 18:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:13:14 Configure a credential helper to remove this warning. See 18:13:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:13:14 18:13:14 Login Succeeded 18:13:14 nexus3.edgexfoundry.org:10003 18:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:13:14 Configure a credential helper to remove this warning. See 18:13:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:13:14 18:13:14 Login Succeeded 18:13:14 nexus3.edgexfoundry.org:10004 18:13:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:13:15 Configure a credential helper to remove this warning. See 18:13:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:13:15 18:13:15 Login Succeeded 18:13:15 ****.io 18:13:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:13:15 Configure a credential helper to remove this warning. See 18:13:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:13:15 18:13:15 Login Succeeded 18:13:15 ---> ****-login.sh ends [Pipeline] } 18:13:15 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 18:13:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:13:17 + ls -al . 18:13:17 total 68 18:13:17 drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:13 . 18:13:17 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:12 .. 18:13:17 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:12 .git 18:13:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 18:12 .github 18:13:17 -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 18:12 .gitignore 18:13:17 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 18:12 Dockerfile 18:13:17 -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 18:12 Jenkinsfile 18:13:17 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 18:12 LICENSE 18:13:17 -rw-rw-r-- 1 jenkins jenkins 3606 Jul 1 18:12 README.md 18:13:17 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:12 TAF-Manager 18:13:17 drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:12 TUC 18:13:17 -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 18:10 VERSION 18:13:17 -rw-rw-r-- 1 jenkins jenkins 343 Jul 1 18:12 requirements.txt 18:13:17 -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 18:12 robot-entrypoint.sh 18:13:17 -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 18:12 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:17 (26/30) Installing lz4-libs (1.9.4-r5) 18:13:17 (27/30) Installing lz4-dev (1.9.4-r5) 18:13:17 (28/30) Installing zstd (1.5.6-r0) 18:13:17 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b --label arch=arm64 --label version=0.0.0 . 18:13:17 (29/30) Installing zstd-dev (1.5.6-r0) 18:13:17 Sending build context to Docker daemon 375.3kB 18:13:17 Step 1/13 : FROM alpine:3.20 18:13:18 (30/30) Installing postgresql16-dev (16.3-r0) 18:13:18 3.20: Pulling from library/alpine 18:13:18 Executing busybox-1.36.1-r29.trigger 18:13:18 a258b2a6b59a: Pulling fs layer 18:13:18 OK: 1193 MiB in 225 packages 18:13:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:13:19 a258b2a6b59a: Verifying Checksum 18:13:19 a258b2a6b59a: Download complete 18:13:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:13:19 a258b2a6b59a: Pull complete 18:13:19 Digest: sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 18:13:19 Status: Downloaded newer image for alpine:3.20 18:13:19 ---> 092561eea88f 18:13:19 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:13:19 ---> Running in 01da6d5fcefd 18:13:19 Removing intermediate container 01da6d5fcefd 18:13:19 ---> 0e7431fff063 18:13:19 Step 3/13 : LABEL maintainer="Bruce Huang " 18:13:20 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:13:20 ---> Running in 468390db0add 18:13:20 Removing intermediate container 468390db0add 18:13:20 ---> d7a24ed38979 18:13:20 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:13:21 ---> d4c091c3a5b3 18:13:21 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:13:21 ---> dfe53192824c 18:13:21 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:13:21 (2/14) Installing gdbm (1.23-r1) 18:13:21 (3/14) Installing mpdecimal (4.0.0-r0) 18:13:22 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:13:22 ---> ea22e213d6a0 18:13:22 Step 7/13 : WORKDIR /edgex-taf 18:13:22 ---> Running in 73644e425036 18:13:22 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:13:22 Removing intermediate container 73644e425036 18:13:22 ---> 5c54cd2e10c3 18:13:22 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:22 ---> Running in 6866bea902e8 18:13:23 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:13:23 (7/14) Installing readline (8.2.10-r0) 18:13:23 (8/14) Installing python3 (3.12.3-r1) 18:13:24 Removing intermediate container 6866bea902e8 18:13:24 ---> 906cc21a593f 18:13:24 Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2 && apk add --no-cache python3 && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && apk add --no-cache tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && apk del tzdata && rm /usr/lib/python*/EXTERNALLY-MANAGED && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt 18:13:24 ---> Running in 13ddbfb63677 18:13:24 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:13:25 (10/14) Installing pyc (3.12.3-r1) 18:13:25 (11/14) Installing python3-pyc (3.12.3-r1) 18:13:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:13:25 (12/14) Installing python3-dev (3.12.3-r1) 18:13:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:13:27 (1/2) Upgrading libcrypto3 (3.3.1-r0 -> 3.3.1-r1) 18:13:28 (2/2) Upgrading libssl3 (3.3.1-r0 -> 3.3.1-r1) 18:13:28 OK: 9 MiB in 14 packages 18:13:29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:13:29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:13:31 (1/14) Installing ca-certificates (20240226-r0) 18:13:31 (2/14) Installing brotli-libs (1.1.0-r2) 18:13:32 (3/14) Installing c-ares (1.28.1-r0) 18:13:32 (4/14) Installing libunistring (1.2-r0) 18:13:33 (5/14) Installing libidn2 (2.3.7-r0) 18:13:33 (6/14) Installing nghttp2-libs (1.62.1-r0) 18:13:34 (7/14) Installing libpsl (0.21.5-r1) 18:13:34 (8/14) Installing zstd-libs (1.5.6-r0) 18:13:35 (9/14) Installing libcurl (8.8.0-r0) 18:13:35 (13/14) Installing libsodium-dev (1.0.19-r0) 18:13:35 (14/14) Installing zeromq-dev (4.3.5-r2) 18:13:35 Executing busybox-1.36.1-r29.trigger 18:13:35 OK: 1359 MiB in 239 packages 18:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:13:35 (10/14) Installing curl (8.8.0-r0) 18:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:13:36 (11/14) Installing docker-cli (26.1.3-r1) 18:13:36 OK: 1359 MiB in 239 packages 18:13:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:13:37 (12/14) Installing oniguruma (6.9.9-r0) 18:13:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:13:37 (13/14) Installing jq (1.7.1-r0) 18:13:38 (1/1) Installing tzdata (2024a-r1) 18:13:38 (14/14) Installing openssl (3.3.1-r1) 18:13:38 OK: 1361 MiB in 240 packages 18:13:38 Executing busybox-1.36.1-r29.trigger 18:13:38 Executing ca-certificates-20240226-r0.trigger 18:13:38 (1/1) Purging tzdata (2024a-r1) 18:13:38 OK: 1359 MiB in 239 packages 18:13:38 OK: 43 MiB in 28 packages 18:13:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:13:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:13:41 Looking in links: /tmp/tmp1kf5o42t 18:13:41 Processing /tmp/tmp1kf5o42t/pip-24.0-py3-none-any.whl 18:13:41 Installing collected packages: pip 18:13:41 (1/166) Installing libexpat (2.6.2-r0) 18:13:41 (2/166) Installing libbz2 (1.0.8-r6) 18:13:42 Successfully installed pip-24.0 18:13:42 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:13:42 (3/166) Installing libpng (1.6.43-r0) 18:13:42 (4/166) Installing freetype (2.13.2-r0) 18:13:42 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:13:42 Collecting pip 18:13:42 Downloading pip-24.1.1-py3-none-any.whl.metadata (3.6 kB) 18:13:43 Collecting setuptools 18:13:43 Downloading setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB) 18:13:43 Collecting wheel 18:13:43 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:13:43 Downloading pip-24.1.1-py3-none-any.whl (1.8 MB) 18:13:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 147.1 MB/s eta 0:00:00 18:13:43 Downloading setuptools-70.2.0-py3-none-any.whl (930 kB) 18:13:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.8/930.8 kB 269.0 MB/s eta 0:00:00 18:13:43 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:13:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 195.2 MB/s eta 0:00:00 18:13:43 (5/166) Installing fontconfig (2.15.0-r1) 18:13:43 Installing collected packages: wheel, setuptools, pip 18:13:43 (6/166) Installing libfontenc (1.1.8-r0) 18:13:43 Attempting uninstall: pip 18:13:43 Found existing installation: pip 24.0 18:13:43 Uninstalling pip-24.0: 18:13:43 Successfully uninstalled pip-24.0 18:13:43 (7/166) Installing mkfontscale (1.2.2-r6) 18:13:44 (8/166) Installing font-opensans (0_git20210927-r1) 18:13:45 (9/166) Installing pkgconf (2.2.0-r0) 18:13:45 Successfully installed pip-24.1.1 setuptools-70.2.0 wheel-0.43.0 18:13:45 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:13:45 (10/166) Installing libgcc (13.2.1_git20240309-r0) 18:13:45 Processing ./edgex-taf-common 18:13:45 Preparing metadata (setup.py): started 18:13:45 Preparing metadata (setup.py): finished with status 'done' 18:13:45 Building wheels for collected packages: edgex-taf-common 18:13:45 Building wheel for edgex-taf-common (setup.py): started 18:13:45 (11/166) Installing libffi (3.4.6-r0) 18:13:46 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:13:46 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=92bfc4787e810422bf403863e772be4d583c15c0dbebf640f1ae6ce800432b85 18:13:46 Stored in directory: /tmp/pip-ephem-wheel-cache-njw3h1k8/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:13:46 Successfully built edgex-taf-common 18:13:46 Installing collected packages: edgex-taf-common 18:13:46 Successfully installed edgex-taf-common-0.0.0 18:13: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. 18:13:46 (12/166) Installing libintl (0.22.5-r0) 18:13:46 (13/166) Installing libeconf (0.6.3-r0) 18:13:46 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:13:46 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:13:46 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:13:46 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:13:46 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:13:46 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:13:46 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:13:46 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:13:46 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:13:46 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:13:46 Preparing metadata (setup.py): started 18:13:46 Preparing metadata (setup.py): finished with status 'done' 18:13:46 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:13:46 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:13:46 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:13:46 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:13:46 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:13:46 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:13:46 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:13:46 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:13:47 (14/166) Installing libblkid (2.40.1-r1) 18:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 264.4 MB/s eta 0:00:00 18:13:47 Preparing metadata (setup.py): started 18:13:47 Preparing metadata (setup.py): finished with status 'done' 18:13:47 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:13:47 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:13:47 (15/166) Installing libmount (2.40.1-r1) 18:13:47 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:13:47 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 18:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 283.8 MB/s eta 0:00:00 18:13:47 Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) 18:13:47 Downloading psutil-6.0.0.tar.gz (508 kB) 18:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.1/508.1 kB 162.9 MB/s eta 0:00:00 18:13:47 Installing build dependencies: started 18:13:47 (16/166) Installing pcre2 (10.43-r0) 18:13:48 (17/166) Installing glib (2.80.2-r0) 18:13:49 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 18:13:49 Installing build dependencies: finished with status 'done' 18:13:49 Getting requirements to build wheel: started 18:13:49 (19/166) Installing xz-libs (5.6.1-r3) 18:13:49 Getting requirements to build wheel: finished with status 'done' 18:13:49 Preparing metadata (pyproject.toml): started 18:13:49 (20/166) Installing libxml2 (2.12.7-r0) 18:13:50 Preparing metadata (pyproject.toml): finished with status 'done' 18:13:50 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:13:50 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:13:50 (21/166) Installing shared-mime-info (2.4-r0) 18:13:50 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:13:50 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 18:13:50 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:13:50 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:13:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 217.2 MB/s eta 0:00:00 18:13:50 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:13:50 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:13:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 217.2 MB/s eta 0:00:00 18:13:50 Preparing metadata (setup.py): started 18:13:50 Preparing metadata (setup.py): finished with status 'done' 18:13:51 (22/166) Installing hicolor-icon-theme (0.17-r2) 18:13:51 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:13:51 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 18:13:51 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:51 Downloading selenium-4.22.0-py3-none-any.whl.metadata (7.0 kB) 18:13:51 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:51 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:13:51 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:13:51 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading flex-6.14.1.tar.gz (40 kB) 18:13:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 270.8 MB/s eta 0:00:00 18:13:51 Preparing metadata (setup.py): started 18:13:51 Preparing metadata (setup.py): finished with status 'done' 18:13:51 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:13:51 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:13:51 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:13:51 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:13:51 (23/166) Installing libjpeg-turbo (3.0.3-r0) 18:13:51 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:13:51 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:51 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:13:51 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:13:51 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 18:13:51 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:13:52 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:13:52 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:13:52 Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 18:13:52 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:13:52 Downloading certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) 18:13:52 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:13:52 Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 18:13:52 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:13:52 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:13:52 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:13:52 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:13:52 (24/166) Installing libsharpyuv (1.3.2-r0) 18:13:52 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:13:52 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:13:52 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.2.0) 18:13:52 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:13:52 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:13:52 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:13:52 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 18:13:52 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:52 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:13:52 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:52 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:13:52 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 18:13:52 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:13:52 Preparing metadata (setup.py): started 18:13:52 (25/166) Installing libwebp (1.3.2-r0) 18:13:52 Preparing metadata (setup.py): finished with status 'done' 18:13:52 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:13:52 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:13:52 Preparing metadata (setup.py): started 18:13:52 Preparing metadata (setup.py): finished with status 'done' 18:13:52 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:13:52 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 18:13:52 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:13:52 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:13:52 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:13:52 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:52 (26/166) Installing tiff (4.6.0t-r0) 18:13:53 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:13:53 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:13:53 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 18:13:53 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:13:53 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:13:53 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:13:53 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:13:53 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:13:53 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:13:53 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:13:53 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 247.3 MB/s eta 0:00:00 18:13:53 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:13:53 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:13:53 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 228.8 MB/s eta 0:00:00 18:13:53 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:13:53 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:13:53 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 147.9 MB/s eta 0:00:00 18:13:53 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 215.4 MB/s eta 0:00:00 18:13:53 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 18:13:53 (27/166) Installing gdk-pixbuf (2.42.11-r1) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 80.6 MB/s eta 0:00:00 18:13:53 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 315.7 MB/s eta 0:00:00 18:13:53 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 212.3 MB/s eta 0:00:00 18:13:53 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 234.6 MB/s eta 0:00:00 18:13:53 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 141.5 MB/s eta 0:00:00 18:13:53 Downloading certifi-2024.6.2-py3-none-any.whl (164 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 235.6 MB/s eta 0:00:00 18:13:53 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 244.3 MB/s eta 0:00:00 18:13:53 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 222.0 MB/s eta 0:00:00 18:13:53 Downloading packaging-24.1-py3-none-any.whl (53 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 204.6 MB/s eta 0:00:00 18:13:53 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 182.8 MB/s eta 0:00:00 18:13:53 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 130.0 MB/s eta 0:00:00 18:13:53 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:13:53 Downloading selenium-4.22.0-py3-none-any.whl (9.4 MB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 215.5 MB/s eta 0:00:00 18:13:53 Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 312.9 MB/s eta 0:00:00 18:13:53 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 106.4 MB/s eta 0:00:00 18:13:53 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 130.4 MB/s eta 0:00:00 18:13:53 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:13:53 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:13:53 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 236.0 MB/s eta 0:00:00 18:13:53 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 198.9 MB/s eta 0:00:00 18:13:53 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 236.8 MB/s eta 0:00:00 18:13:53 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:13:53 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 221.6 MB/s eta 0:00:00 18:13:53 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 245.8 MB/s eta 0:00:00 18:13:53 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 18:13:53 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:13:53 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 200.4 MB/s eta 0:00:00 18:13:53 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:13:53 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:13:53 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 150.5 MB/s eta 0:00:00 18:13:53 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:13:53 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 259.1 MB/s eta 0:00:00 18:13:53 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:13:53 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 18:13:53 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 195.7 MB/s eta 0:00:00 18:13:53 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:13:53 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:13:53 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:13:53 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:13:53 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:13:53 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:13:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 219.5 MB/s eta 0:00:00 18:13:54 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 18:13:54 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 18:13:54 Building wheel for robotbackgroundlogger (setup.py): started 18:13:54 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:13:54 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=461224d9483883d8ca0cec835ab1c9104bf1e3938d22957cccb3f2648c6afc04 18:13:54 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:13:54 Building wheel for paho-mqtt (setup.py): started 18:13:54 (29/166) Installing libxau (1.0.11-r4) 18:13:54 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:13:54 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62120 sha256=83bef8aec91c98f03b3b180d78180944484a24adc537eb96cd7ff7cc65280658 18:13:54 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:13:54 Building wheel for psutil (pyproject.toml): started 18:13:54 (30/166) Installing libmd (1.1.0-r0) 18:13:54 (31/166) Installing libbsd (0.12.2-r0) 18:13:55 (32/166) Installing libxdmcp (1.1.5-r1) 18:13:55 (33/166) Installing libxcb (1.16.1-r0) 18:13:55 (34/166) Installing libx11 (1.8.9-r1) 18:13:56 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:13:56 Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_x86_64.whl size=289889 sha256=7dd79b35ab637067f59d3feaceb17f0cc3e92832c25cb297a3df0ec7caa28882 18:13:56 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 18:13:56 Building wheel for psycopg2 (setup.py): started 18:13:56 (35/166) Installing libxcomposite (0.4.6-r5) 18:13:56 (36/166) Installing libxfixes (6.0.1-r4) 18:13:57 (37/166) Installing libxrender (0.9.11-r5) 18:13:57 (38/166) Installing libxcursor (1.2.2-r1) 18:13:58 (39/166) Installing libxdamage (1.1.6-r5) 18:13:58 (40/166) Installing libxext (1.3.6-r2) 18:13:58 (41/166) Installing libxi (1.8.1-r4) 18:13:59 (42/166) Installing libxinerama (1.1.5-r4) 18:13:59 (43/166) Installing libxrandr (1.5.4-r1) 18:13:59 (44/166) Installing libatk-1.0 (2.52.0-r0) 18:13:59 (45/166) Installing libxtst (1.2.4-r6) 18:14:00 (46/166) Installing dbus-libs (1.14.10-r1) 18:14:00 (47/166) Installing at-spi2-core (2.52.0-r0) 18:14:01 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 18:14:01 (49/166) Installing pixman (0.43.2-r0) 18:14:02 (50/166) Installing cairo (1.18.0-r0) 18:14:02 (51/166) Installing cairo-gobject (1.18.0-r0) 18:14:02 (52/166) Installing avahi-libs (0.8-r17) 18:14:03 (53/166) Installing gmp (6.3.0-r1) 18:14:03 (54/166) Installing nettle (3.9.1-r0) 18:14:04 (55/166) Installing libtasn1 (4.19.0-r2) 18:14:04 (56/166) Installing p11-kit (0.25.3-r0) 18:14:05 (57/166) Installing gnutls (3.8.5-r0) 18:14:05 (58/166) Installing cups-libs (2.4.9-r0) 18:14:06 (59/166) Installing libepoxy (1.5.10-r1) 18:14:06 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:14:06 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521874 sha256=494680ddec9e8df87f2ff991527b230d926d552a52027eb1b468937bc5503136 18:14:06 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:14:06 Building wheel for flex (setup.py): started 18:14:06 Building wheel for flex (setup.py): finished with status 'done' 18:14:06 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=ab4943d06393c5e168569d6cad0c0ccf4e076ee4ffcbcb09762d8017fc82111c 18:14:06 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:14:06 Building wheel for strict-rfc3339 (setup.py): started 18:14:06 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:14:06 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=c3f796871e633a4e7642b29f7ac173fba8be326e42de1e4740199d991ed00b19 18:14:06 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:14:06 Building wheel for validate-email (setup.py): started 18:14:06 Building wheel for validate-email (setup.py): finished with status 'done' 18:14:06 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5463 sha256=06bc5c536c214ac5b61a9e8e5e0dda0425167868b7a9727e851bf4466b023131 18:14:06 Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:14:06 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 18:14:06 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 18:14:06 (60/166) Installing fribidi (1.0.15-r0) 18:14:07 (61/166) Installing graphite2 (1.3.14-r6) 18:14:07 (62/166) Installing harfbuzz (8.5.0-r0) 18:14:07 (63/166) Installing libxft (2.3.8-r3) 18:14:08 (64/166) Installing pango (1.52.2-r0) 18:14:08 (65/166) Installing wayland-libs-client (1.22.0-r4) 18:14:09 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 18:14:09 (67/166) Installing wayland-libs-egl (1.22.0-r4) 18:14:09 (68/166) Installing xkeyboard-config (2.41-r0) 18:14:10 (69/166) Installing libxkbcommon (1.7.0-r0) 18:14:10 (70/166) Installing gtk+3.0 (3.24.42-r0) 18:14:11 (71/166) Installing icu-data-full (74.2-r0) 18:14:12 (72/166) Installing mesa (24.0.9-r1) 18:14:13 (73/166) Installing llvm17-libs (17.0.6-r1) 18:14:16 Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.6.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-3.0.0 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.1 paho-mqtt-1.6.1 ply-3.11 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.22.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.2 tzlocal-5.2 urllib3-2.2.2 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 18:14: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. 18:14:23 (74/166) Installing hwdata-pci (0.382-r0) 18:14:23 (75/166) Installing libpciaccess (0.18.1-r0) 18:14:24 (76/166) Installing libdrm (2.4.120-r0) 18:14:24 (77/166) Installing libelf (0.191-r0) 18:14:25 (78/166) Installing mesa-glapi (24.0.9-r1) 18:14:25 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 18:14:27 (80/166) Installing eudev-libs (3.2.14-r2) 18:14:28 (81/166) Installing libmagic (5.45-r1) 18:14:29 (82/166) Installing file (5.45-r1) 18:14:29 (83/166) Installing xprop (1.2.7-r0) 18:14:29 (84/166) Installing libice (1.1.1-r6) 18:14:30 (85/166) Installing libuuid (2.40.1-r1) 18:14:30 (86/166) Installing libsm (1.2.4-r4) 18:14:30 (87/166) Installing libxt (1.3.0-r5) 18:14:31 (88/166) Installing libxmu (1.1.4-r2) 18:14:31 (89/166) Installing xset (1.2.5-r1) 18:14:31 (90/166) Installing xdg-utils (1.2.1-r0) 18:14:32 (91/166) Installing libogg (1.3.5-r5) 18:14:32 (92/166) Installing libflac (1.4.3-r1) 18:14:33 (93/166) Installing alsa-lib (1.2.11-r0) 18:14:33 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 18:14:34 (95/166) Installing aom-libs (3.9.0-r0) 18:14:35 (96/166) Installing libva (2.21.0-r0) 18:14:35 (97/166) Installing libvdpau (1.5-r3) 18:14:35 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 18:14:36 (99/166) Installing libdav1d (1.4.2-r0) 18:14:36 (100/166) Installing openexr-libiex (3.1.13-r1) 18:14:37 (101/166) Installing openexr-libilmthread (3.1.13-r1) 18:14:37 (102/166) Installing imath (3.1.11-r2) 18:14:37 (103/166) Installing openexr-libopenexr (3.1.13-r1) 18:14:38 (104/166) Installing giflib (5.2.2-r0) 18:14:39 (105/166) Installing libhwy (1.0.7-r0) 18:14:39 (106/166) Installing lcms2 (2.16-r0) 18:14:39 (107/166) Installing libjxl (0.10.2-r0) 18:14:40 (108/166) Installing lame-libs (3.100-r5) 18:14:40 (109/166) Installing opus (1.5.2-r0) 18:14:41 (110/166) Installing rav1e-libs (0.7.1-r0) 18:14:41 (111/166) Installing libgomp (13.2.1_git20240309-r0) 18:14:42 (112/166) Installing soxr (0.1.3-r7) 18:14:42 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 18:14:42 Removing intermediate container 3c4e185e7ca4 18:14:42 ---> 1dd4d4c84102 18:14:42 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:14:42 ---> Running in e00dfd1b9764 18:14:42 Removing intermediate container e00dfd1b9764 18:14:42 ---> 8bf6534edbaf 18:14:42 Step 11/13 : LABEL arch=amd64 18:14:42 ---> Running in fcb03bb18ee7 18:14:42 Removing intermediate container fcb03bb18ee7 18:14:42 ---> 6e5a58c1e450 18:14:42 Step 12/13 : LABEL git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b 18:14:42 ---> Running in c2231efcbe71 18:14:42 Removing intermediate container c2231efcbe71 18:14:42 ---> 27e4ec0a8762 18:14:42 Step 13/13 : LABEL version=0.0.0 18:14:42 ---> Running in ef949689b068 18:14:42 Removing intermediate container ef949689b068 18:14:42 ---> 5555d22c745f 18:14:42 [Warning] One or more build-args [ARCH] were not consumed 18:14:42 Successfully built 5555d22c745f 18:14:42 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv 18:14:42 (114/166) Installing libtheora (1.1.1-r18) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 18:14:43 (115/166) Installing libvorbis (1.3.7-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:43 18:14:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:44 (116/166) Installing libvpx (1.14.1-r0) 18:14:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:44 latest: Pulling from edgex-lftools-log-publisher 18:14:44 5eb5b503b376: Pulling fs layer 18:14:44 5c69ac0246d0: Pulling fs layer 18:14:44 ec43610c2a17: Pulling fs layer 18:14:44 3a2ae6a8a46f: Pulling fs layer 18:14:44 33b1e0a273af: Pulling fs layer 18:14:44 5d3b04190fa2: Pulling fs layer 18:14:44 2f39f015ded8: Pulling fs layer 18:14:44 33b1e0a273af: Waiting 18:14:44 5d3b04190fa2: Waiting 18:14:44 3a2ae6a8a46f: Waiting 18:14:44 2f39f015ded8: Waiting 18:14:44 5c69ac0246d0: Verifying Checksum 18:14:44 5c69ac0246d0: Download complete 18:14:44 3a2ae6a8a46f: Verifying Checksum 18:14:44 3a2ae6a8a46f: Download complete 18:14:44 33b1e0a273af: Verifying Checksum 18:14:44 33b1e0a273af: Download complete 18:14:44 ec43610c2a17: Verifying Checksum 18:14:44 ec43610c2a17: Download complete 18:14:44 5d3b04190fa2: Verifying Checksum 18:14:44 5d3b04190fa2: Download complete 18:14:44 5eb5b503b376: Verifying Checksum 18:14:44 5eb5b503b376: Download complete 18:14:44 (117/166) Installing libwebpmux (1.3.2-r0) 18:14:45 (118/166) Installing x264-libs (0.164_git20231001-r0) 18:14:45 2f39f015ded8: Download complete 18:14:45 (119/166) Installing numactl (2.0.18-r0) 18:14:45 5eb5b503b376: Pull complete 18:14:45 (120/166) Installing x265-libs (3.6-r0) 18:14:46 (121/166) Installing xvidcore (1.3.7-r2) 18:14:47 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 18:14:48 (123/166) Installing libbluray (1.3.4-r1) 18:14:48 (124/166) Installing mpg123-libs (1.32.6-r0) 18:14:48 (125/166) Installing libopenmpt (0.7.7-r0) 18:14:49 5c69ac0246d0: Pull complete 18:14:49 (126/166) Installing cjson (1.7.18-r0) 18:14:49 ec43610c2a17: Pull complete 18:14:49 3a2ae6a8a46f: Pull complete 18:14:49 (127/166) Installing mbedtls (3.6.0-r0) 18:14:50 33b1e0a273af: Pull complete 18:14:50 5d3b04190fa2: Pull complete 18:14:50 (128/166) Installing librist (0.2.10-r1) 18:14:50 (129/166) Installing libsrt (1.5.3-r0) 18:14:51 (130/166) Installing libssh (0.10.6-r0) 18:14:51 (131/166) Installing libsodium (1.0.19-r0) 18:14:52 (132/166) Installing libzmq (4.3.5-r2) 18:14:52 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 18:14:53 (134/166) Installing crc32c (1.1.2-r0) 18:14:53 (135/166) Installing double-conversion (3.3.0-r0) 18:14:53 (136/166) Installing libevent (2.1.12-r7) 18:14:54 (137/166) Installing wayland-libs-server (1.22.0-r4) 18:14:54 (138/166) Installing mesa-gbm (24.0.9-r1) 18:14:54 (139/166) Installing harfbuzz-subset (8.5.0-r0) 18:14:55 (140/166) Installing icu-libs (74.2-r0) 18:14:55 2f39f015ded8: Pull complete 18:14:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:14:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:55 prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container 18:14:55 $ 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/xfoundry_edgex-taf-common_PR-112 -v /w/workspace/xfoundry_edgex-taf-common_PR-112:/w/workspace/xfoundry_edgex-taf-common_PR-112:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-112@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:14:56 (141/166) Installing minizip (1.3.1-r0) 18:14:56 (142/166) Installing nspr (4.35-r4) 18:14:56 (143/166) Installing sqlite-libs (3.45.3-r1) 18:14:57 (144/166) Installing nss (3.101-r0) 18:14:58 (145/166) Installing openh264 (2.4.1-r0) 18:14:58 (146/166) Installing libcamera-ipa (0.3.0-r0) 18:14:59 (147/166) Installing libunwind (1.8.1-r0) 18:14:59 (148/166) Installing yaml (0.2.5-r2) 18:15:00 (149/166) Installing libcamera (0.3.0-r0) 18:15:00 (150/166) Installing speexdsp (1.2.1-r2) 18:15:00 (151/166) Installing libuv (1.48.0-r0) 18:15:01 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 18:15:01 (153/166) Installing libsndfile (1.2.2-r0) 18:15:02 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 18:15:02 (155/166) Installing pipewire-libs (1.0.6-r1) 18:15:03 (156/166) Installing libasyncns (0.8-r3) 18:15:03 (157/166) Installing libltdl (2.4.7-r3) 18:15:03 $ docker top 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 -eo pid,comm [Pipeline] { 18:15:03 (158/166) Installing orc (0.4.37-r0) [Pipeline] libraryResource [Pipeline] sh 18:15:04 ---> job-cost.sh 18:15:04 lf-activate-venv: SKIPPING 18:15:04 INFO: No Stack... 18:15:04 (159/166) Installing tdb-libs (1.4.9-r1) 18:15:04 INFO: Retrieving Pricing Info for: v3-standard-8 18:15:04 (160/166) Installing libpulse (17.0-r0) 18:15:05 INFO: Archiving Costs [Pipeline] sh 18:15:05 (161/166) Installing libwebpdemux (1.3.2-r0) 18:15:05 + cat /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/cost.csv 18:15:05 + cut -d, -f6 18:15:05 (162/166) Installing libgpg-error (1.49-r0) [Pipeline] lock 18:15:05 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] 18:15:05 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] did not exist. Created. 18:15:05 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:15:06 + echo total: 0.2199999988079071 [Pipeline] stash 18:15:06 Stashed 1 file(s) [Pipeline] } 18:15:06 (163/166) Installing libgcrypt (1.10.3-r0) 18:15:06 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:15:06 $ docker stop --time=1 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 18:15:06 (164/166) Installing libxslt (1.1.39-r1) 18:15:07 (165/166) Installing chromium (125.0.6422.141-r0) 18:15:07 $ docker rm -f --volumes 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:15:22 (166/166) Installing chromium-chromedriver (125.0.6422.141-r0) 18:15:23 Executing busybox-1.36.1-r29.trigger 18:15:23 Executing fontconfig-2.15.0-r1.trigger 18:15:23 Executing mkfontscale-1.2.2-r6.trigger 18:15:23 Executing glib-2.80.2-r0.trigger 18:15:23 Executing shared-mime-info-2.4-r0.trigger 18:15:25 Executing gdk-pixbuf-2.42.11-r1.trigger 18:15:25 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:15:25 Executing gtk+3.0-3.24.42-r0.trigger 18:15:25 OK: 643 MiB in 194 packages 18:15:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:15:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:15:28 (1/30) Installing jansson (2.14-r4) 18:15:28 (2/30) Installing binutils (2.42-r0) 18:15:29 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:15:29 (4/30) Installing isl26 (0.26-r1) 18:15:30 (5/30) Installing mpfr4 (4.2.1-r0) 18:15:30 (6/30) Installing mpc1 (1.3.1-r1) 18:15:31 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:15:39 (8/30) Installing musl-dev (1.2.5-r0) 18:15:40 (9/30) Installing linux-headers (6.6-r0) 18:15:41 (10/30) Installing libffi-dev (3.4.6-r0) 18:15:41 (11/30) Installing libpq (16.3-r0) 18:15:42 (12/30) Installing openssl-dev (3.3.1-r1) 18:15:42 (13/30) Installing libpq-dev (16.3-r0) 18:15:43 (14/30) Installing libecpg (16.3-r0) 18:15:43 (15/30) Installing libecpg-dev (16.3-r0) 18:15:44 (16/30) Installing clang16-headers (16.0.6-r5) 18:15:44 (17/30) Installing llvm16-libs (16.0.6-r8) 18:15:54 (18/30) Installing clang16-libs (16.0.6-r5) 18:15:56 (19/30) Installing fortify-headers (1.1-r3) 18:15:56 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:15:58 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:15:58 (22/30) Installing clang16 (16.0.6-r5) 18:15:58 (23/30) Installing icu (74.2-r0) 18:15:59 (24/30) Installing icu-dev (74.2-r0) 18:15:59 (25/30) Installing llvm16 (16.0.6-r8) 18:16:07 (26/30) Installing lz4-libs (1.9.4-r5) 18:16:08 (27/30) Installing lz4-dev (1.9.4-r5) 18:16:08 (28/30) Installing zstd (1.5.6-r0) 18:16:09 (29/30) Installing zstd-dev (1.5.6-r0) 18:16:09 (30/30) Installing postgresql16-dev (16.3-r0) 18:16:10 Executing busybox-1.36.1-r29.trigger 18:16:10 OK: 1169 MiB in 224 packages 18:16:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:16:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:16:13 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:16:14 (2/14) Installing gdbm (1.23-r1) 18:16:14 (3/14) Installing mpdecimal (4.0.0-r0) 18:16:15 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:16:15 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:16:15 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:16:16 (7/14) Installing readline (8.2.10-r0) 18:16:16 (8/14) Installing python3 (3.12.3-r1) 18:16:18 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:16:19 (10/14) Installing pyc (3.12.3-r1) 18:16:19 (11/14) Installing python3-pyc (3.12.3-r1) 18:16:19 (12/14) Installing python3-dev (3.12.3-r1) 18:16:22 (13/14) Installing libsodium-dev (1.0.19-r0) 18:16:22 (14/14) Installing zeromq-dev (4.3.5-r2) 18:16:23 Executing busybox-1.36.1-r29.trigger 18:16:23 OK: 1356 MiB in 238 packages 18:16:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:16:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:16:26 OK: 1356 MiB in 238 packages 18:16:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:16:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:16:28 (1/1) Installing tzdata (2024a-r1) 18:16:29 OK: 1357 MiB in 239 packages 18:16:31 (1/1) Purging tzdata (2024a-r1) 18:16:31 OK: 1356 MiB in 238 packages 18:16:46 Looking in links: /tmp/tmpfcgl3fcr 18:16:46 Processing /tmp/tmpfcgl3fcr/pip-24.0-py3-none-any.whl 18:16:46 Installing collected packages: pip 18:16:53 Successfully installed pip-24.0 18:16:53 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:16:54 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:16:54 Collecting pip 18:16:55 Downloading pip-24.1.1-py3-none-any.whl.metadata (3.6 kB) 18:16:56 Collecting setuptools 18:16:56 Downloading setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB) 18:16:56 Collecting wheel 18:16:56 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:16:57 Downloading pip-24.1.1-py3-none-any.whl (1.8 MB) 18:16:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.5 MB/s eta 0:00:00 18:16:57 Downloading setuptools-70.2.0-py3-none-any.whl (930 kB) 18:16:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.8/930.8 kB 26.8 MB/s eta 0:00:00 18:16:57 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:16:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 27.6 MB/s eta 0:00:00 18:16:57 Installing collected packages: wheel, setuptools, pip 18:17:02 Attempting uninstall: pip 18:17:02 Found existing installation: pip 24.0 18:17:02 Uninstalling pip-24.0: 18:17:02 Successfully uninstalled pip-24.0 18:17:09 Successfully installed pip-24.1.1 setuptools-70.2.0 wheel-0.43.0 18:17:09 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:17:11 Processing ./edgex-taf-common 18:17:11 Preparing metadata (setup.py): started 18:17:13 Preparing metadata (setup.py): finished with status 'done' 18:17:13 Building wheels for collected packages: edgex-taf-common 18:17:13 Building wheel for edgex-taf-common (setup.py): started 18:17:14 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:17:14 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=dd9adb714e708ea031f774cfb8beeace17c69a1c790d7cc02fcb3366f09cef40 18:17:14 Stored in directory: /tmp/pip-ephem-wheel-cache-74_9zwas/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:17:14 Successfully built edgex-taf-common 18:17:14 Installing collected packages: edgex-taf-common 18:17:14 Successfully installed edgex-taf-common-0.0.0 18:17:14 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. 18:17:17 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:17:17 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:17:17 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:17:17 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:17:17 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:17:17 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:17:18 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:17:18 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:17:18 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:17:18 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:17:18 Preparing metadata (setup.py): started 18:17:19 Preparing metadata (setup.py): finished with status 'done' 18:17:19 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:17:19 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:17:19 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:17:19 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:17:19 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:17:19 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:17:19 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:17:19 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:17:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 28.5 MB/s eta 0:00:00 18:17:19 Preparing metadata (setup.py): started 18:17:21 Preparing metadata (setup.py): finished with status 'done' 18:17:21 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:17:21 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:17:23 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:17:23 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 18:17:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 21.8 MB/s eta 0:00:00 18:17:24 Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) 18:17:24 Downloading psutil-6.0.0.tar.gz (508 kB) 18:17:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.1/508.1 kB 29.6 MB/s eta 0:00:00 18:17:24 Installing build dependencies: started 18:17:34 Installing build dependencies: finished with status 'done' 18:17:34 Getting requirements to build wheel: started 18:17:36 Getting requirements to build wheel: finished with status 'done' 18:17:36 Preparing metadata (pyproject.toml): started 18:17:38 Preparing metadata (pyproject.toml): finished with status 'done' 18:17:38 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:17:38 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:17:41 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:17:41 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 18:17:41 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:17:41 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:17:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 27.0 MB/s eta 0:00:00 18:17:41 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:17:41 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:17:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 27.1 MB/s eta 0:00:00 18:17:42 Preparing metadata (setup.py): started 18:17:43 Preparing metadata (setup.py): finished with status 'done' 18:17:44 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:17:44 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 18:17:44 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:17:44 Downloading selenium-4.22.0-py3-none-any.whl.metadata (7.0 kB) 18:17:44 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:17:44 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:17:45 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:45 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:17:45 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:45 Downloading flex-6.14.1.tar.gz (40 kB) 18:17:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 26.5 MB/s eta 0:00:00 18:17:45 Preparing metadata (setup.py): started 18:17:46 Preparing metadata (setup.py): finished with status 'done' 18:17:46 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:46 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:17:46 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:46 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:17:46 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:46 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:17:47 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:47 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:17:47 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:47 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:17:47 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:47 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:17:48 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:17:48 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 18:17:48 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:17:48 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:17:49 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:17:49 Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 18:17:49 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:17:49 Downloading certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) 18:17:49 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:17:49 Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 18:17:50 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:17:50 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:17:50 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:17:50 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:17:50 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:17:50 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:17:50 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.2.0) 18:17:50 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:17:50 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:17:50 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:17:50 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 18:17:50 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:17:50 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:17:51 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:17:51 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:17:51 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:17:51 Downloading PyYAML-6.0.1.tar.gz (125 kB) 18:17:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 24.9 MB/s eta 0:00:00 18:17:53 Installing build dependencies: started 18:18:11 Installing build dependencies: finished with status 'done' 18:18:11 Getting requirements to build wheel: started 18:18:17 Getting requirements to build wheel: finished with status 'done' 18:18:17 Preparing metadata (pyproject.toml): started 18:18:19 Preparing metadata (pyproject.toml): finished with status 'done' 18:18:19 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:19 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:18:19 Preparing metadata (setup.py): started 18:18:20 Preparing metadata (setup.py): finished with status 'done' 18:18:20 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:20 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:18:20 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:20 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:18:20 Preparing metadata (setup.py): started 18:18:21 Preparing metadata (setup.py): finished with status 'done' 18:18:21 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:21 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:18:21 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:21 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 18:18:21 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:21 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:18:21 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:21 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:18:22 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:22 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:18:22 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:22 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:18:24 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:18:24 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 18:18:24 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:24 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:18:24 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:24 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:18:24 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:24 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:18:24 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:24 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:18:25 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:25 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:18:25 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:18:25 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:18:25 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:18:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 29.2 MB/s eta 0:00:00 18:18:25 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:18:25 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:18:25 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:18:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 26.1 MB/s eta 0:00:00 18:18:25 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:18:25 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:18:25 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:18:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 27.0 MB/s eta 0:00:00 18:18:25 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:18:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 28.6 MB/s eta 0:00:00 18:18:25 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 25.9 MB/s eta 0:00:00 18:18:26 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 28.3 MB/s eta 0:00:00 18:18:26 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.4 MB/s eta 0:00:00 18:18:26 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 28.9 MB/s eta 0:00:00 18:18:26 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 26.9 MB/s eta 0:00:00 18:18:26 Downloading certifi-2024.6.2-py3-none-any.whl (164 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 27.8 MB/s eta 0:00:00 18:18:26 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 28.0 MB/s eta 0:00:00 18:18:26 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 27.1 MB/s eta 0:00:00 18:18:26 Downloading packaging-24.1-py3-none-any.whl (53 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 27.5 MB/s eta 0:00:00 18:18:26 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 28.0 MB/s eta 0:00:00 18:18:26 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:18:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 27.5 MB/s eta 0:00:00 18:18:26 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:18:26 Downloading selenium-4.22.0-py3-none-any.whl (9.4 MB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 25.5 MB/s eta 0:00:00 18:18:27 Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 29.1 MB/s eta 0:00:00 18:18:27 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 26.4 MB/s eta 0:00:00 18:18:27 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 29.4 MB/s eta 0:00:00 18:18:27 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:18:27 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:18:27 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 28.2 MB/s eta 0:00:00 18:18:27 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.9 MB/s eta 0:00:00 18:18:27 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 28.4 MB/s eta 0:00:00 18:18:27 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:18:27 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 27.7 MB/s eta 0:00:00 18:18:27 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 28.4 MB/s eta 0:00:00 18:18:27 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 18:18:27 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:18:27 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:18:27 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:18:27 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 27.8 MB/s eta 0:00:00 18:18:27 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:18:27 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 27.7 MB/s eta 0:00:00 18:18:27 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:18:27 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 18:18:27 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 26.7 MB/s eta 0:00:00 18:18:27 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:18:27 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:18:27 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:18:27 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:18:27 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:18:27 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:18:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 29.5 MB/s eta 0:00:00 18:18:28 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 18:18:28 Building wheel for robotbackgroundlogger (setup.py): started 18:18:29 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:18:29 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=76de6cf8cbd06b693d0f8ed14a71f3b31d94e3715e7de92a65580af0e3685756 18:18:29 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:18:29 Building wheel for paho-mqtt (setup.py): started 18:18:30 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:18:30 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62120 sha256=1696edbd271b81192427a39d9dd47a664a4797db38f95c252588a0acb261f1a3 18:18:30 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:18:30 Building wheel for psutil (pyproject.toml): started 18:18:43 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:18:43 Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_aarch64.whl size=290611 sha256=8357605ba680a40b25e9cddcaa0a02f14db5b571dd344c15284317b28652aa3b 18:18:43 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 18:18:43 Building wheel for psycopg2 (setup.py): started 18:19:39 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:19:39 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=fe7a0e560cf935f0347c63c26add209428fd162b32f0c7dc4a7a3fc41bfe1f8e 18:19:39 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:19:39 Building wheel for flex (setup.py): started 18:19:41 Building wheel for flex (setup.py): finished with status 'done' 18:19:41 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=14cb4c2179396a5a1e4fb37d64606e84a2fd83817e69d5393323ae084fc597f6 18:19:41 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:19:41 Building wheel for PyYAML (pyproject.toml): started 18:19:44 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 18:19:44 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=9f7979f2def484467c5797e725f78ba7f4bc5c92cc63a1272f2907ceb5ac56a3 18:19:44 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 18:19:44 Building wheel for strict-rfc3339 (setup.py): started 18:19:45 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:19:45 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=a4e232ec27d1862083a1f563074a1b1506021c6f11912699865296fddc9d68a4 18:19:45 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:19:45 Building wheel for validate-email (setup.py): started 18:19:46 Building wheel for validate-email (setup.py): finished with status 'done' 18:19:46 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5463 sha256=765243d0eb15f7aabd5c2d06a00b8010904b4d6c594bfbfbe5d1ff89e01052b8 18:19:46 Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:19:46 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 18:19:47 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 18:20:55 Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.6.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-3.0.0 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.1 paho-mqtt-1.6.1 ply-3.11 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.22.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.2 tzlocal-5.2 urllib3-2.2.2 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 18:20:55 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 18:21:42 Removing intermediate container 13ddbfb63677 18:21:42 ---> 29282b8774be 18:21:42 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:21:42 ---> Running in 59dcaf4786fa 18:21:42 Removing intermediate container 59dcaf4786fa 18:21:42 ---> 8ac8340b4710 18:21:42 Step 11/13 : LABEL arch=arm64 18:21:42 ---> Running in eff35f26d52f 18:21:42 Removing intermediate container eff35f26d52f 18:21:42 ---> 2b3363a1e102 18:21:42 Step 12/13 : LABEL git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b 18:21:42 ---> Running in 4e5f96ee3eb0 18:21:42 Removing intermediate container 4e5f96ee3eb0 18:21:42 ---> 582a9f07992b 18:21:42 Step 13/13 : LABEL version=0.0.0 18:21:42 ---> Running in cefca14eac78 18:21:42 Removing intermediate container cefca14eac78 18:21:42 ---> e7bb5637d807 18:21:42 [Warning] One or more build-args [ARCH] were not consumed 18:21:42 Successfully built e7bb5637d807 18:21:42 Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 18:21:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:21:43 18:21:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:21:44 arm64: Pulling from edgex-lftools-log-publisher 18:21:44 8998bd30e6a1: Pulling fs layer 18:21:44 04944245beec: Pulling fs layer 18:21:44 699f458cf7ca: Pulling fs layer 18:21:44 765212b225bb: Pulling fs layer 18:21:44 765212b225bb: Waiting 18:21:44 f23df028b6ca: Pulling fs layer 18:21:44 d65c8cfc05b1: Pulling fs layer 18:21:44 f23df028b6ca: Waiting 18:21:44 2437ff75d9bd: Pulling fs layer 18:21:44 d65c8cfc05b1: Waiting 18:21:44 2437ff75d9bd: Waiting 18:21:44 04944245beec: Verifying Checksum 18:21:44 04944245beec: Download complete 18:21:44 765212b225bb: Verifying Checksum 18:21:44 765212b225bb: Download complete 18:21:44 f23df028b6ca: Download complete 18:21:44 d65c8cfc05b1: Verifying Checksum 18:21:44 d65c8cfc05b1: Download complete 18:21:44 699f458cf7ca: Verifying Checksum 18:21:44 699f458cf7ca: Download complete 18:21:45 8998bd30e6a1: Verifying Checksum 18:21:45 8998bd30e6a1: Download complete 18:21:47 2437ff75d9bd: Verifying Checksum 18:21:47 2437ff75d9bd: Download complete 18:21:49 8998bd30e6a1: Pull complete 18:21:49 04944245beec: Pull complete 18:21:51 699f458cf7ca: Pull complete 18:21:51 765212b225bb: Pull complete 18:21:52 f23df028b6ca: Pull complete 18:21:52 d65c8cfc05b1: Pull complete 18:22:10 2437ff75d9bd: Pull complete 18:22:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:22:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:22:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:22:11 prd-ubuntu20.04-docker-arm64-4c-16g-4697 does not seem to be running inside a container 18:22:11 $ 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/xfoundry_edgex-taf-common_PR-112 -v /w/workspace/xfoundry_edgex-taf-common_PR-112:/w/workspace/xfoundry_edgex-taf-common_PR-112:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-112@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:22:13 $ docker top a66430d0e105d00c5fa3a1671e7c856e6755457f66c82c1c44fe05a51deda02e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:22:14 ---> job-cost.sh 18:22:14 lf-activate-venv: SKIPPING 18:22:14 INFO: No Stack... 18:22:14 INFO: Retrieving Pricing Info for: v3-standard-4 18:22:15 INFO: Archiving Costs [Pipeline] sh 18:22:16 + cat /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/cost.csv 18:22:16 + cut -d, -f6 [Pipeline] lock 18:22:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] 18:22:16 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] did not exist. Created. 18:22:16 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:22:16 /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/durable-a82e74a3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:22:17 + echo total: 0.10999999940395355 [Pipeline] stash 18:22:17 Warning: overwriting stash ‘stack-cost’ 18:22:17 Stashed 1 file(s) [Pipeline] } 18:22:17 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:22:17 $ docker stop --time=1 a66430d0e105d00c5fa3a1671e7c856e6755457f66c82c1c44fe05a51deda02e 18:22:19 $ docker rm -f --volumes a66430d0e105d00c5fa3a1671e7c856e6755457f66c82c1c44fe05a51deda02e [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:22:21 + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-112/archives ] 18:22:21 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-112/archives 18:22:21 total 16 18:22:21 drwxr-xr-x 3 root root 4096 Jul 1 18:15 . 18:22:21 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:15 .. 18:22:21 drwxr-xr-x 2 root root 4096 Jul 1 18:15 cost 18:22:21 -rw-r--r-- 1 root root 88 Jul 1 18:15 cost.csv 18:22:21 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-112/archives 18:22:21 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-112/archives 18:22:21 total 16 18:22:21 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 18:15 . 18:22:21 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:15 .. 18:22:21 drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 18:15 cost 18:22:21 -rw-r--r-- 1 jenkins jenkins 88 Jul 1 18:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:22:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:22:22 ---> package-listing.sh 18:22:22 ++ tr '[:upper:]' '[:lower:]' 18:22:22 ++ facter osfamily 18:22:22 + OS_FAMILY=debian 18:22:22 + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-112 18:22:22 + START_PACKAGES=/tmp/packages_start.txt 18:22:22 + END_PACKAGES=/tmp/packages_end.txt 18:22:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:22:22 + PACKAGES=/tmp/packages_start.txt 18:22:22 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-112 ']' 18:22:22 + PACKAGES=/tmp/packages_end.txt 18:22:22 + case "${OS_FAMILY}" in 18:22:22 + dpkg -l 18:22:22 + grep '^ii' 18:22:22 + '[' -f /tmp/packages_start.txt ']' 18:22:22 + '[' -f /tmp/packages_end.txt ']' 18:22:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:22:22 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-112 ']' 18:22:22 + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/ 18:22:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/ [Pipeline] echo 18:22:22 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/xfoundry_edgex-taf-common_PR-112/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:22:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:22:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:22:24 prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container 18:22:24 $ 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/xfoundry_edgex-taf-common_PR-112/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-112 -v /w/workspace/xfoundry_edgex-taf-common_PR-112:/w/workspace/xfoundry_edgex-taf-common_PR-112:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-112@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:22:24 $ docker top 44d20fa65fe6290c1101032c7a8e0eb733dd2754793e745d92bc2db4a93c403b -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:25 + touch /tmp/pre-build-complete [Pipeline] sh 18:22:25 + mkdir -p /var/log/sysstat [Pipeline] sh 18:22:25 + ls /var/log/sa-host 18:22:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:22:25 provisioning config files... 18:22:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config6034396659202070824tmp [Pipeline] { [Pipeline] echo 18:22:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:22:26 ---> create-netrc.sh [Pipeline] } 18:22:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:22:26 ---> python-tools-install.sh [Pipeline] echo 18:22:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:22:27 ---> sudo-logs.sh 18:22:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:22:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:22:27 ---> job-cost.sh 18:22:27 lf-activate-venv: SKIPPING 18:22:27 DEBUG: total: 0.2199999988079071 18:22:27 INFO: Retrieving Stack Cost... 18:22:28 INFO: Retrieving Pricing Info for: v3-standard-8 18:22:28 INFO: Archiving Costs [Pipeline] echo 18:22:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:22:28 ---> logs-deploy.sh 18:22:28 lf-activate-venv: SKIPPING 18:22:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-112/1 18:22:28 INFO: archiving workspace using pattern(s): 18:22:29 Archives upload complete. 18:22:29 INFO: archiving logs to Nexus