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 [2024-07-01T18:09:52.081Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-01T18:09:52.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-01T18:09:52.404Z] ========================================================= [2024-07-01T18:09:52.404Z] EdgeX Global Pipelines Version Info [2024-07-01T18:09:52.404Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:09:53.162Z] ------------------- [2024-07-01T18:09:53.162Z] stable info: [2024-07-01T18:09:53.162Z] ------------------- [2024-07-01T18:09:53.162Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-01T18:09:53.162Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-01T18:09:53.162Z] Message: update stable to v1.0.260 [2024-07-01T18:09:53.732Z] ------------------- [2024-07-01T18:09:53.732Z] experimental info: [2024-07-01T18:09:53.732Z] ------------------- [2024-07-01T18:09:53.732Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-01T18:09:53.732Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-01T18:09:53.732Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-07-01T18:09:54.015Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-07-01T18:09:54.071Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-07-01T18:09:54.124Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-01T18:09:54.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-01T18:09:54.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-01T18:09:54.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-07-01T18:09:54.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-01T18:09:54.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-07-01T18:09:54.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-07-01T18:09:54.503Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-01T18:09:54.556Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-07-01T18:09:54.613Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-07-01T18:09:54.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-01T18:09:54.726Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-01T18:09:54.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-112 [Pipeline] echo [2024-07-01T18:09:54.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-112 [Pipeline] echo [2024-07-01T18:09:54.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-112 [Pipeline] echo [2024-07-01T18:09:54.949Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [Pipeline] echo [2024-07-01T18:09:55.005Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9357c0 [Pipeline] echo [2024-07-01T18:09:55.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T18:09:55.195Z] provisioning config files... [2024-07-01T18:09:55.210Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config14130711887998280799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:09:55.590Z] ---> ****-login.sh [2024-07-01T18:09:55.590Z] nexus3.edgexfoundry.org:10001 [2024-07-01T18:09:55.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:09:55.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:09:55.855Z] Configure a credential helper to remove this warning. See [2024-07-01T18:09:55.855Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:09:55.855Z] [2024-07-01T18:09:55.855Z] Login Succeeded [2024-07-01T18:09:55.855Z] nexus3.edgexfoundry.org:10002 [2024-07-01T18:09:55.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:09:56.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:09:56.116Z] Configure a credential helper to remove this warning. See [2024-07-01T18:09:56.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:09:56.116Z] [2024-07-01T18:09:56.116Z] Login Succeeded [2024-07-01T18:09:56.116Z] nexus3.edgexfoundry.org:10003 [2024-07-01T18:09:56.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:09:56.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:09:56.116Z] Configure a credential helper to remove this warning. See [2024-07-01T18:09:56.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:09:56.116Z] [2024-07-01T18:09:56.116Z] Login Succeeded [2024-07-01T18:09:56.116Z] nexus3.edgexfoundry.org:10004 [2024-07-01T18:09:56.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:09:56.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:09:56.116Z] Configure a credential helper to remove this warning. See [2024-07-01T18:09:56.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:09:56.116Z] [2024-07-01T18:09:56.116Z] Login Succeeded [2024-07-01T18:09:56.116Z] ****.io [2024-07-01T18:09:56.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:09:56.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:09:56.376Z] Configure a credential helper to remove this warning. See [2024-07-01T18:09:56.376Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:09:56.376Z] [2024-07-01T18:09:56.376Z] Login Succeeded [2024-07-01T18:09:56.376Z] ---> ****-login.sh ends [Pipeline] } [2024-07-01T18:09:56.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-01T18:09:57.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-01T18:09:57.150Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-01T18:09:57.150Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-01T18:09:57.150Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-01T18:09:57.150Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2024-07-01T18:09:57.150Z] -a /etc/ssh/ssh_known_hosts [2024-07-01T18:09:57.150Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:09:57.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T18:09:57.673Z] [2024-07-01T18:09:57.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:09:58.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T18:10:07.043Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-01T18:10:07.043Z] b85a868b505f: Pulling fs layer [2024-07-01T18:10:07.043Z] e2be974225ed: Pulling fs layer [2024-07-01T18:10:07.043Z] 339a4e72a1f5: Pulling fs layer [2024-07-01T18:10:07.043Z] 988bab9f4d93: Pulling fs layer [2024-07-01T18:10:07.043Z] 1469e6f7b9e6: Pulling fs layer [2024-07-01T18:10:07.043Z] eaf3925da568: Pulling fs layer [2024-07-01T18:10:07.043Z] bab4dde63d76: Pulling fs layer [2024-07-01T18:10:07.043Z] bde34c3a00c8: Pulling fs layer [2024-07-01T18:10:07.043Z] b352a97aabf1: Pulling fs layer [2024-07-01T18:10:07.043Z] 4872d77fe225: Pulling fs layer [2024-07-01T18:10:07.043Z] 5851b861e8e6: Pulling fs layer [2024-07-01T18:10:07.043Z] eaf3925da568: Waiting [2024-07-01T18:10:07.043Z] b352a97aabf1: Waiting [2024-07-01T18:10:07.043Z] 988bab9f4d93: Waiting [2024-07-01T18:10:07.043Z] 4872d77fe225: Waiting [2024-07-01T18:10:07.043Z] bab4dde63d76: Waiting [2024-07-01T18:10:07.043Z] 1469e6f7b9e6: Waiting [2024-07-01T18:10:07.043Z] bde34c3a00c8: Waiting [2024-07-01T18:10:07.043Z] 5851b861e8e6: Waiting [2024-07-01T18:10:07.043Z] e2be974225ed: Download complete [2024-07-01T18:10:07.043Z] 988bab9f4d93: Verifying Checksum [2024-07-01T18:10:07.043Z] 988bab9f4d93: Download complete [2024-07-01T18:10:07.402Z] 339a4e72a1f5: Verifying Checksum [2024-07-01T18:10:07.402Z] 339a4e72a1f5: Download complete [2024-07-01T18:10:07.402Z] 1469e6f7b9e6: Verifying Checksum [2024-07-01T18:10:07.402Z] 1469e6f7b9e6: Download complete [2024-07-01T18:10:07.402Z] eaf3925da568: Verifying Checksum [2024-07-01T18:10:07.402Z] eaf3925da568: Download complete [2024-07-01T18:10:07.402Z] bde34c3a00c8: Verifying Checksum [2024-07-01T18:10:07.402Z] bde34c3a00c8: Download complete [2024-07-01T18:10:07.402Z] b352a97aabf1: Verifying Checksum [2024-07-01T18:10:07.402Z] b352a97aabf1: Download complete [2024-07-01T18:10:07.402Z] 4872d77fe225: Verifying Checksum [2024-07-01T18:10:07.402Z] 4872d77fe225: Download complete [2024-07-01T18:10:07.402Z] 5851b861e8e6: Verifying Checksum [2024-07-01T18:10:07.402Z] 5851b861e8e6: Download complete [2024-07-01T18:10:07.402Z] b85a868b505f: Verifying Checksum [2024-07-01T18:10:07.402Z] b85a868b505f: Download complete [2024-07-01T18:10:07.663Z] bab4dde63d76: Verifying Checksum [2024-07-01T18:10:07.663Z] bab4dde63d76: Download complete [2024-07-01T18:10:10.247Z] b85a868b505f: Pull complete [2024-07-01T18:10:14.441Z] e2be974225ed: Pull complete [2024-07-01T18:10:14.441Z] 339a4e72a1f5: Pull complete [2024-07-01T18:10:14.441Z] 988bab9f4d93: Pull complete [2024-07-01T18:10:14.700Z] 1469e6f7b9e6: Pull complete [2024-07-01T18:10:14.958Z] eaf3925da568: Pull complete [2024-07-01T18:10:18.249Z] bab4dde63d76: Pull complete [2024-07-01T18:10:19.465Z] bde34c3a00c8: Pull complete [2024-07-01T18:10:20.848Z] b352a97aabf1: Pull complete [2024-07-01T18:10:21.870Z] 4872d77fe225: Pull complete [2024-07-01T18:10:25.260Z] 5851b861e8e6: Pull complete [2024-07-01T18:10:25.260Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-01T18:10:25.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T18:10:25.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T18:10:25.559Z] prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container [2024-07-01T18:10:26.686Z] $ 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 [2024-07-01T18:10:31.111Z] $ docker top 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 -eo pid,comm [2024-07-01T18:10:30.074Z] 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). [2024-07-01T18:10:30.074Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-01T18:10:30.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-01T18:10:30.233Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-01T18:10:30.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-01T18:10:31.454Z] $ docker exec 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent [2024-07-01T18:10:30.471Z] SSH_AUTH_SOCK=/tmp/ssh-7AWE4qObfshM/agent.33 [2024-07-01T18:10:30.471Z] SSH_AGENT_PID=39 [2024-07-01T18:10:30.477Z] Running ssh-add (command line suppressed) [2024-07-01T18:10:31.676Z] 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) [2024-07-01T18:10:30.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-01T18:10:30.944Z] + git tag --points-at HEAD [Pipeline] } [2024-07-01T18:10:32.066Z] $ docker exec --env ******** --env ******** 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent -k [2024-07-01T18:10:32.169Z] unset SSH_AUTH_SOCK; [2024-07-01T18:10:32.170Z] unset SSH_AGENT_PID; [2024-07-01T18:10:32.170Z] echo Agent pid 39 killed; [2024-07-01T18:10:31.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-01T18:10:31.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-01T18:10:31.187Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-01T18:10:31.311Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-01T18:10:32.406Z] $ docker exec 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent [2024-07-01T18:10:31.419Z] SSH_AUTH_SOCK=/tmp/ssh-BIFSn2j4GRM0/agent.72 [2024-07-01T18:10:31.419Z] SSH_AGENT_PID=78 [2024-07-01T18:10:31.423Z] Running ssh-add (command line suppressed) [2024-07-01T18:10:32.621Z] 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) [2024-07-01T18:10:31.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-01T18:10:32.003Z] + git semver init [2024-07-01T18:10:32.260Z] 2024-07-01 18:10:33,291 [run_init] DEBUG init version:0.0.0 force:False [2024-07-01T18:10:32.260Z] 2024-07-01 18:10:33,292 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver [2024-07-01T18:10:32.260Z] 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 [2024-07-01T18:10:32.260Z] 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) [2024-07-01T18:10:32.829Z] 2024-07-01 18:10:33,879 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-112/.git/info/exclude [2024-07-01T18:10:32.829Z] 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 [2024-07-01T18:10:32.829Z] 2024-07-01 18:10:33,880 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-112/.semver/PR-112 [2024-07-01T18:10:32.829Z] 2024-07-01 18:10:33,884 [execute] INFO git cat-file --batch-check [2024-07-01T18:10:32.829Z] 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=) [2024-07-01T18:10:32.829Z] 2024-07-01 18:10:33,891 [execute] INFO git cat-file --batch [2024-07-01T18:10:32.829Z] 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=) [2024-07-01T18:10:32.829Z] 2024-07-01 18:10:33,896 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-112/.semver/PR-112 [2024-07-01T18:10:32.829Z] 0.0.0 [Pipeline] } [2024-07-01T18:10:33.946Z] $ docker exec --env ******** --env ******** 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 ssh-agent -k [2024-07-01T18:10:34.045Z] unset SSH_AUTH_SOCK; [2024-07-01T18:10:34.046Z] unset SSH_AGENT_PID; [2024-07-01T18:10:34.046Z] echo Agent pid 78 killed; [2024-07-01T18:10:32.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-01T18:10:33.413Z] + git semver [Pipeline] } [2024-07-01T18:10:34.791Z] $ docker stop --time=1 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 [2024-07-01T18:10:36.060Z] $ docker rm -f --volumes 64a45adbc6d2675adbc76fde6027c8ab90224426362cf598e32292ffd2945af0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-01T18:10:35.378Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-01T18:10:35.683Z] Stashed 1 file(s) [Pipeline] echo [2024-07-01T18:10:35.708Z] [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 [2024-07-01T18:10:36.418Z] provisioning config files... [2024-07-01T18:10:36.428Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config1332568292328429413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:10:36.807Z] ---> ****-login.sh [2024-07-01T18:10:36.807Z] nexus3.edgexfoundry.org:10001 [2024-07-01T18:10:36.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:10:36.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:10:36.807Z] Configure a credential helper to remove this warning. See [2024-07-01T18:10:36.807Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:10:36.807Z] [2024-07-01T18:10:36.807Z] Login Succeeded [2024-07-01T18:10:36.807Z] nexus3.edgexfoundry.org:10002 [2024-07-01T18:10:36.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:10:36.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:10:36.807Z] Configure a credential helper to remove this warning. See [2024-07-01T18:10:36.808Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:10:36.808Z] [2024-07-01T18:10:36.808Z] Login Succeeded [2024-07-01T18:10:36.808Z] nexus3.edgexfoundry.org:10003 [2024-07-01T18:10:37.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:10:37.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:10:37.067Z] Configure a credential helper to remove this warning. See [2024-07-01T18:10:37.067Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:10:37.067Z] [2024-07-01T18:10:37.067Z] Login Succeeded [2024-07-01T18:10:37.067Z] nexus3.edgexfoundry.org:10004 [2024-07-01T18:10:37.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:10:37.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:10:37.068Z] Configure a credential helper to remove this warning. See [2024-07-01T18:10:37.068Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:10:37.068Z] [2024-07-01T18:10:37.068Z] Login Succeeded [2024-07-01T18:10:37.068Z] ****.io [2024-07-01T18:10:37.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:10:37.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:10:37.327Z] Configure a credential helper to remove this warning. See [2024-07-01T18:10:37.327Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:10:37.327Z] [2024-07-01T18:10:37.327Z] Login Succeeded [2024-07-01T18:10:37.327Z] ---> ****-login.sh ends [Pipeline] } [2024-07-01T18:10:37.361Z] 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 [2024-07-01T18:10:38.425Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-01T18:10:38.741Z] + ls -al . [2024-07-01T18:10:38.741Z] total 72 [2024-07-01T18:10:38.741Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 18:10 . [2024-07-01T18:10:38.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:09 .. [2024-07-01T18:10:38.741Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:10 .git [2024-07-01T18:10:38.741Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 18:09 .github [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 18:09 .gitignore [2024-07-01T18:10:38.741Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 18:10 .semver [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 18:09 Dockerfile [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 18:09 Jenkinsfile [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 18:09 LICENSE [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 3606 Jul 1 18:09 README.md [2024-07-01T18:10:38.741Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:09 TAF-Manager [2024-07-01T18:10:38.741Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:09 TUC [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 18:10 VERSION [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 343 Jul 1 18:09 requirements.txt [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 18:09 robot-entrypoint.sh [2024-07-01T18:10:38.741Z] -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 18:09 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:10:39.170Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b --label arch=amd64 --label version=0.0.0 . [2024-07-01T18:10:39.170Z] Sending build context to Docker daemon 613.4kB [2024-07-01T18:10:39.170Z] Step 1/13 : FROM alpine:3.20 [2024-07-01T18:10:39.735Z] 3.20: Pulling from library/alpine [2024-07-01T18:10:39.993Z] ec99f8b99825: Pulling fs layer [2024-07-01T18:10:39.993Z] ec99f8b99825: Verifying Checksum [2024-07-01T18:10:39.993Z] ec99f8b99825: Download complete [2024-07-01T18:10:40.254Z] ec99f8b99825: Pull complete [2024-07-01T18:10:40.254Z] Digest: sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 [2024-07-01T18:10:40.254Z] Status: Downloaded newer image for alpine:3.20 [2024-07-01T18:10:40.254Z] ---> a606584aa9aa [2024-07-01T18:10:40.254Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-07-01T18:10:40.513Z] ---> Running in ceb2e1d35525 [2024-07-01T18:10:40.513Z] Removing intermediate container ceb2e1d35525 [2024-07-01T18:10:40.513Z] ---> 84ff02ed41e1 [2024-07-01T18:10:40.513Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-07-01T18:10:40.513Z] ---> Running in 7cb1875d4616 [2024-07-01T18:10:40.772Z] Removing intermediate container 7cb1875d4616 [2024-07-01T18:10:40.772Z] ---> a7b449a0c2c6 [2024-07-01T18:10:40.772Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-07-01T18:10:41.031Z] ---> 0f263670309e [2024-07-01T18:10:41.031Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-07-01T18:10:41.291Z] ---> df61465c0ffb [2024-07-01T18:10:41.291Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-07-01T18:10:41.291Z] ---> 9426bf4d750e [2024-07-01T18:10:41.291Z] Step 7/13 : WORKDIR /edgex-taf [2024-07-01T18:10:41.291Z] ---> Running in 3aa266eabab2 [2024-07-01T18:10:41.291Z] Removing intermediate container 3aa266eabab2 [2024-07-01T18:10:41.291Z] ---> 628ed196229a [2024-07-01T18:10:41.291Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-01T18:10:41.554Z] ---> Running in 834e1ada9c0a [2024-07-01T18:10:42.120Z] Removing intermediate container 834e1ada9c0a [2024-07-01T18:10:42.120Z] ---> 691374ebfd86 [2024-07-01T18:10:42.120Z] 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 [2024-07-01T18:10:42.120Z] ---> Running in 3c4e185e7ca4 [2024-07-01T18:10:42.379Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:42.948Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:43.883Z] (1/2) Upgrading libcrypto3 (3.3.1-r0 -> 3.3.1-r1) [2024-07-01T18:10:44.141Z] (2/2) Upgrading libssl3 (3.3.1-r0 -> 3.3.1-r1) [2024-07-01T18:10:44.710Z] OK: 8 MiB in 14 packages [2024-07-01T18:10:44.710Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:45.278Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:45.849Z] (1/14) Installing ca-certificates (20240226-r0) [2024-07-01T18:10:46.415Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-07-01T18:10:46.674Z] (3/14) Installing c-ares (1.28.1-r0) [2024-07-01T18:10:46.933Z] (4/14) Installing libunistring (1.2-r0) [2024-07-01T18:10:47.500Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-07-01T18:10:47.758Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-07-01T18:10:48.327Z] (7/14) Installing libpsl (0.21.5-r1) [2024-07-01T18:10:48.587Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-07-01T18:10:49.155Z] (9/14) Installing libcurl (8.8.0-r0) [2024-07-01T18:10:49.415Z] (10/14) Installing curl (8.8.0-r0) [2024-07-01T18:10:49.983Z] (11/14) Installing docker-cli (26.1.3-r1) [2024-07-01T18:10:50.548Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-07-01T18:10:51.113Z] Still waiting to schedule task [2024-07-01T18:10:51.114Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-01T18:10:51.116Z] (13/14) Installing jq (1.7.1-r0) [2024-07-01T18:10:51.374Z] (14/14) Installing openssl (3.3.1-r1) [2024-07-01T18:10:51.943Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:10:51.943Z] Executing ca-certificates-20240226-r0.trigger [2024-07-01T18:10:51.943Z] OK: 43 MiB in 28 packages [2024-07-01T18:10:51.943Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:52.510Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:10:53.079Z] (1/167) Installing libexpat (2.6.2-r0) [2024-07-01T18:10:53.646Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-07-01T18:10:53.904Z] (3/167) Installing libpng (1.6.43-r0) [2024-07-01T18:10:54.164Z] (4/167) Installing freetype (2.13.2-r0) [2024-07-01T18:10:54.832Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-07-01T18:10:55.091Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-07-01T18:10:55.349Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-07-01T18:10:55.919Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-07-01T18:10:56.177Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-07-01T18:10:56.742Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-07-01T18:10:57.000Z] (11/167) Installing libffi (3.4.6-r0) [2024-07-01T18:10:57.259Z] (12/167) Installing libintl (0.22.5-r0) [2024-07-01T18:10:57.517Z] (13/167) Installing libeconf (0.6.3-r0) [2024-07-01T18:10:57.778Z] (14/167) Installing libblkid (2.40.1-r1) [2024-07-01T18:10:58.347Z] (15/167) Installing libmount (2.40.1-r1) [2024-07-01T18:10:58.608Z] (16/167) Installing pcre2 (10.43-r0) [2024-07-01T18:10:59.177Z] (17/167) Installing glib (2.80.2-r0) [2024-07-01T18:10:59.746Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-07-01T18:11:00.005Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-07-01T18:11:00.572Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-07-01T18:11:01.139Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-07-01T18:11:01.398Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-07-01T18:11:01.657Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-07-01T18:11:02.224Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-07-01T18:11:02.483Z] (25/167) Installing libwebp (1.3.2-r0) [2024-07-01T18:11:03.050Z] (26/167) Installing tiff (4.6.0t-r0) [2024-07-01T18:11:03.309Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-07-01T18:11:03.887Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-07-01T18:11:04.146Z] (29/167) Installing libxau (1.0.11-r4) [2024-07-01T18:11:05.319Z] (30/167) Installing libmd (1.1.0-r0) [2024-07-01T18:11:05.577Z] (31/167) Installing libbsd (0.12.2-r0) [2024-07-01T18:11:05.834Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-07-01T18:11:06.093Z] (33/167) Installing libxcb (1.16.1-r0) [2024-07-01T18:11:06.660Z] (34/167) Installing libx11 (1.8.9-r1) [2024-07-01T18:11:07.228Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-07-01T18:11:07.488Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-07-01T18:11:07.748Z] (37/167) Installing libxrender (0.9.11-r5) [2024-07-01T18:11:08.006Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-07-01T18:11:08.265Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-07-01T18:11:08.525Z] (40/167) Installing libxext (1.3.6-r2) [2024-07-01T18:11:08.785Z] (41/167) Installing libxi (1.8.1-r4) [2024-07-01T18:11:09.044Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-07-01T18:11:09.302Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-07-01T18:11:09.562Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-07-01T18:11:10.131Z] (45/167) Installing libxtst (1.2.4-r6) [2024-07-01T18:11:10.131Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-07-01T18:11:11.460Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-07-01T18:11:14.737Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-07-01T18:11:15.304Z] (49/167) Installing pixman (0.43.2-r0) [2024-07-01T18:11:15.563Z] (50/167) Installing cairo (1.18.0-r0) [2024-07-01T18:11:16.132Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-07-01T18:11:16.391Z] (52/167) Installing avahi-libs (0.8-r17) [2024-07-01T18:11:16.650Z] (53/167) Installing gmp (6.3.0-r1) [2024-07-01T18:11:18.911Z] (54/167) Installing nettle (3.9.1-r0) [2024-07-01T18:11:19.170Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-07-01T18:11:19.430Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-07-01T18:11:19.997Z] (57/167) Installing gnutls (3.8.5-r0) [2024-07-01T18:11:20.566Z] (58/167) Installing cups-libs (2.4.9-r0) [2024-07-01T18:11:20.827Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-07-01T18:11:21.395Z] (60/167) Installing fribidi (1.0.15-r0) [2024-07-01T18:11:21.656Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-07-01T18:11:21.917Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-07-01T18:11:22.487Z] (63/167) Installing libxft (2.3.8-r3) [2024-07-01T18:11:22.748Z] (64/167) Installing pango (1.52.2-r0) [2024-07-01T18:11:23.317Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-07-01T18:11:23.579Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-07-01T18:11:23.839Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-07-01T18:11:24.099Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-07-01T18:11:24.360Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-07-01T18:11:24.929Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-07-01T18:11:25.498Z] (71/167) Installing icu-data-full (74.2-r0) [2024-07-01T18:11:28.962Z] (72/167) Installing mesa (24.0.9-r1) [2024-07-01T18:11:28.962Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-07-01T18:11:39.561Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-07-01T18:11:39.561Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-07-01T18:11:39.820Z] (76/167) Installing libdrm (2.4.120-r0) [2024-07-01T18:11:40.387Z] (77/167) Installing libelf (0.191-r0) [2024-07-01T18:11:40.645Z] (78/167) Installing mesa-glapi (24.0.9-r1) [2024-07-01T18:11:40.904Z] (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2024-07-01T18:11:42.284Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-07-01T18:11:42.544Z] (81/167) Installing libmagic (5.45-r1) [2024-07-01T18:11:43.114Z] (82/167) Installing file (5.45-r1) [2024-07-01T18:11:43.114Z] (83/167) Installing xprop (1.2.7-r0) [2024-07-01T18:11:43.375Z] (84/167) Installing libice (1.1.1-r6) [2024-07-01T18:11:43.945Z] (85/167) Installing libuuid (2.40.1-r1) [2024-07-01T18:11:44.204Z] (86/167) Installing libsm (1.2.4-r4) [2024-07-01T18:11:44.466Z] (87/167) Installing libxt (1.3.0-r5) [2024-07-01T18:11:44.726Z] (88/167) Installing libxmu (1.1.4-r2) [2024-07-01T18:11:45.296Z] (89/167) Installing xset (1.2.5-r1) [2024-07-01T18:11:45.555Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-07-01T18:11:45.814Z] (91/167) Installing libogg (1.3.5-r5) [2024-07-01T18:11:46.075Z] (92/167) Installing libflac (1.4.3-r1) [2024-07-01T18:11:46.643Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-07-01T18:11:46.902Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-07-01T18:11:47.470Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-07-01T18:11:48.038Z] (96/167) Installing libva (2.21.0-r0) [2024-07-01T18:11:48.606Z] (97/167) Installing libvdpau (1.5-r3) [2024-07-01T18:11:48.865Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-07-01T18:11:49.124Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2024-07-01T18:11:49.691Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-07-01T18:11:50.258Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-07-01T18:11:50.516Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-07-01T18:11:50.775Z] (103/167) Installing imath (3.1.11-r2) [2024-07-01T18:11:51.034Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-07-01T18:11:51.602Z] (105/167) Installing giflib (5.2.2-r0) [2024-07-01T18:11:51.865Z] (106/167) Installing libhwy (1.0.7-r0) [2024-07-01T18:11:52.124Z] (107/167) Installing lcms2 (2.16-r0) [2024-07-01T18:11:53.691Z] (108/167) Installing libjxl (0.10.2-r0) [2024-07-01T18:11:54.260Z] (109/167) Installing lame-libs (3.100-r5) [2024-07-01T18:11:54.519Z] (110/167) Installing opus (1.5.2-r0) [2024-07-01T18:11:55.086Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-07-01T18:11:55.345Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-07-01T18:11:55.913Z] (113/167) Installing soxr (0.1.3-r7) [2024-07-01T18:11:56.173Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2024-07-01T18:11:56.431Z] (115/167) Installing libtheora (1.1.1-r18) [2024-07-01T18:11:56.998Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-07-01T18:11:57.255Z] (117/167) Installing libvpx (1.14.1-r0) [2024-07-01T18:11:57.822Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-07-01T18:11:58.081Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-07-01T18:11:58.649Z] (120/167) Installing numactl (2.0.18-r0) [2024-07-01T18:11:58.909Z] (121/167) Installing x265-libs (3.6-r0) [2024-07-01T18:11:59.844Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-07-01T18:12:00.103Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2024-07-01T18:12:00.670Z] (124/167) Installing libbluray (1.3.4-r1) [2024-07-01T18:12:01.236Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-07-01T18:12:01.498Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-07-01T18:12:02.068Z] (127/167) Installing cjson (1.7.18-r0) [2024-07-01T18:12:02.328Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-07-01T18:12:02.897Z] (129/167) Installing librist (0.2.10-r1) [2024-07-01T18:12:03.157Z] (130/167) Installing libsrt (1.5.3-r0) [2024-07-01T18:12:03.416Z] (131/167) Installing libssh (0.10.6-r0) [2024-07-01T18:12:03.985Z] (132/167) Installing libsodium (1.0.19-r0) [2024-07-01T18:12:04.244Z] (133/167) Installing libzmq (4.3.5-r2) [2024-07-01T18:12:04.812Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2024-07-01T18:12:05.380Z] (135/167) Installing crc32c (1.1.2-r0) [2024-07-01T18:12:05.638Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-07-01T18:12:05.898Z] (137/167) Installing libevent (2.1.12-r7) [2024-07-01T18:12:06.467Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-07-01T18:12:06.467Z] (139/167) Installing mesa-gbm (24.0.9-r1) [2024-07-01T18:12:08.021Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-07-01T18:12:08.284Z] (141/167) Installing icu-libs (74.2-r0) [2024-07-01T18:12:08.852Z] (142/167) Installing minizip (1.3.1-r0) [2024-07-01T18:12:09.111Z] (143/167) Installing nspr (4.35-r4) [2024-07-01T18:12:11.528Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-07-01T18:12:15.392Z] (145/167) Installing nss (3.101-r0) [2024-07-01T18:12:15.962Z] (146/167) Installing openh264 (2.4.1-r0) [2024-07-01T18:12:16.825Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-07-01T18:12:17.394Z] (148/167) Installing libunwind (1.8.1-r0) [2024-07-01T18:12:17.654Z] (149/167) Installing yaml (0.2.5-r2) [2024-07-01T18:12:17.914Z] (150/167) Installing libcamera (0.3.0-r0) [2024-07-01T18:12:18.482Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-07-01T18:12:18.742Z] (152/167) Installing libuv (1.48.0-r0) [2024-07-01T18:12:19.002Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-07-01T18:12:19.570Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-07-01T18:12:19.829Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-07-01T18:12:20.397Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-07-01T18:12:20.966Z] (157/167) Installing libasyncns (0.8-r3) [2024-07-01T18:12:21.224Z] (158/167) Installing libltdl (2.4.7-r3) [2024-07-01T18:12:21.485Z] (159/167) Installing orc (0.4.37-r0) [2024-07-01T18:12:21.744Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-07-01T18:12:22.004Z] (161/167) Installing libpulse (17.0-r0) [2024-07-01T18:12:22.572Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-07-01T18:12:22.832Z] (163/167) Installing libgpg-error (1.49-r0) [2024-07-01T18:12:23.091Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-07-01T18:12:23.660Z] (165/167) Installing libxslt (1.1.39-r1) [2024-07-01T18:12:23.921Z] (166/167) Installing chromium (125.0.6422.141-r0) [2024-07-01T18:12:35.247Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4697 in /w/workspace/xfoundry_edgex-taf-common_PR-112 [Pipeline] { [Pipeline] checkout [2024-07-01T18:12:35.350Z] Selected Git installation does not exist. Using Default [2024-07-01T18:12:35.350Z] The recommended git tool is: NONE [2024-07-01T18:12:38.822Z] (167/167) Installing chromium-chromedriver (125.0.6422.141-r0) [2024-07-01T18:12:38.822Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:12:38.822Z] Executing fontconfig-2.15.0-r1.trigger [2024-07-01T18:12:38.822Z] Executing mkfontscale-1.2.2-r6.trigger [2024-07-01T18:12:38.822Z] Executing glib-2.80.2-r0.trigger [2024-07-01T18:12:38.822Z] Executing shared-mime-info-2.4-r0.trigger [2024-07-01T18:12:38.822Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-07-01T18:12:38.822Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-07-01T18:12:38.822Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-07-01T18:12:38.822Z] OK: 657 MiB in 195 packages [2024-07-01T18:12:39.080Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:12:39.340Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:12:40.275Z] (1/30) Installing jansson (2.14-r4) [2024-07-01T18:12:40.532Z] (2/30) Installing binutils (2.42-r0) [2024-07-01T18:12:41.099Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-07-01T18:12:41.357Z] (4/30) Installing isl26 (0.26-r1) [2024-07-01T18:12:41.925Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-07-01T18:12:42.488Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-07-01T18:12:42.745Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-07-01T18:12:43.577Z] using credential edgex-jenkins-ssh [2024-07-01T18:12:43.602Z] Cloning the remote Git repository [2024-07-01T18:12:43.664Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-07-01T18:12:43.795Z] > git init /w/workspace/xfoundry_edgex-taf-common_PR-112 # timeout=10 [2024-07-01T18:12:44.078Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-07-01T18:12:44.079Z] > git --version # timeout=10 [2024-07-01T18:12:44.112Z] > git --version # 'git version 2.25.1' [2024-07-01T18:12:44.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T18:12:44.273Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-01T18:12:44.909Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-07-01T18:12:44.957Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-01T18:12:46.842Z] Merging remotes/origin/main commit 7ef99bc445e5002edb91e45647dc2bc252dae2a9 into PR head commit c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [2024-07-01T18:12:47.152Z] Merge succeeded, producing c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [2024-07-01T18:12:47.153Z] Checking out Revision c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b (PR-112) [2024-07-01T18:12:46.266Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-07-01T18:12:46.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-07-01T18:12:46.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T18:12:46.358Z] > 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 [2024-07-01T18:12:46.862Z] > git config core.sparsecheckout # timeout=10 [2024-07-01T18:12:46.924Z] > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 [2024-07-01T18:12:46.999Z] > git remote # timeout=10 [2024-07-01T18:12:47.026Z] > git config --get remote.origin.url # timeout=10 [2024-07-01T18:12:47.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T18:12:47.065Z] > git merge 7ef99bc445e5002edb91e45647dc2bc252dae2a9 # timeout=10 [2024-07-01T18:12:47.109Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-01T18:12:47.153Z] > git config core.sparsecheckout # timeout=10 [2024-07-01T18:12:48.029Z] Commit message: "build: bump psutil from 5.9.5 to 6.0.0" [2024-07-01T18:12:48.086Z] > git --version # timeout=10 [2024-07-01T18:12:48.144Z] > git --version # 'git version 2.25.1' [2024-07-01T18:12:48.186Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-01T18:12:47.197Z] > git checkout -f c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-01T18:12:52.960Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-07-01T18:12:53.372Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-01T18:12:53.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-01T18:12:53.372Z] Dload Upload Total Spent Left Speed [2024-07-01T18:12:53.372Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-07-01T18:12:53.528Z] (9/30) Installing linux-headers (6.6-r0) [2024-07-01T18:12:53.723Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-01T18:12:54.073Z] + sudo tee /etc/docker/daemon.new [2024-07-01T18:12:54.073Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-01T18:12:54.073Z] { [2024-07-01T18:12:54.073Z] "registry-mirrors": [ [2024-07-01T18:12:54.073Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-01T18:12:54.073Z] ], [2024-07-01T18:12:54.073Z] "bip": "10.250.0.254/24", [2024-07-01T18:12:54.073Z] "hosts": [ [2024-07-01T18:12:54.073Z] "tcp://0.0.0.0:5555", [2024-07-01T18:12:54.073Z] "unix:///var/run/docker.sock" [2024-07-01T18:12:54.073Z] ], [2024-07-01T18:12:54.073Z] "mtu": 1458, [2024-07-01T18:12:54.073Z] "selinux-enabled": true, [2024-07-01T18:12:54.073Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-01T18:12:54.073Z] } [2024-07-01T18:12:54.094Z] (10/30) Installing libffi-dev (3.4.6-r0) [Pipeline] sh [2024-07-01T18:12:54.429Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-01T18:12:54.663Z] (11/30) Installing libpq (16.3-r0) [2024-07-01T18:12:54.785Z] + sudo service docker restart [2024-07-01T18:12:54.922Z] (12/30) Installing openssl-dev (3.3.1-r1) [2024-07-01T18:12:55.489Z] (13/30) Installing libpq-dev (16.3-r0) [2024-07-01T18:12:55.861Z] (14/30) Installing libecpg (16.3-r0) [2024-07-01T18:12:56.189Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-07-01T18:12:56.759Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-07-01T18:12:57.334Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-07-01T18:13:02.658Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-07-01T18:13:06.862Z] (19/30) Installing fortify-headers (1.1-r3) [2024-07-01T18:13:07.123Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-07-01T18:13:07.696Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-07-01T18:13:07.973Z] (22/30) Installing clang16 (16.0.6-r5) [2024-07-01T18:13:08.545Z] (23/30) Installing icu (74.2-r0) [2024-07-01T18:13:09.116Z] (24/30) Installing icu-dev (74.2-r0) [2024-07-01T18:13:09.377Z] (25/30) Installing llvm16 (16.0.6-r8) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T18:13:13.114Z] provisioning config files... [2024-07-01T18:13:13.137Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config11125225207405017275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:13:13.606Z] ---> ****-login.sh [2024-07-01T18:13:13.606Z] nexus3.edgexfoundry.org:10001 [2024-07-01T18:13:14.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:13:14.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:13:14.188Z] Configure a credential helper to remove this warning. See [2024-07-01T18:13:14.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:13:14.188Z] [2024-07-01T18:13:14.188Z] Login Succeeded [2024-07-01T18:13:14.188Z] nexus3.edgexfoundry.org:10002 [2024-07-01T18:13:14.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:13:14.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:13:14.726Z] Configure a credential helper to remove this warning. See [2024-07-01T18:13:14.726Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:13:14.726Z] [2024-07-01T18:13:14.726Z] Login Succeeded [2024-07-01T18:13:14.726Z] nexus3.edgexfoundry.org:10003 [2024-07-01T18:13:14.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:13:14.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:13:14.995Z] Configure a credential helper to remove this warning. See [2024-07-01T18:13:14.995Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:13:14.995Z] [2024-07-01T18:13:14.995Z] Login Succeeded [2024-07-01T18:13:14.995Z] nexus3.edgexfoundry.org:10004 [2024-07-01T18:13:15.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:13:15.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:13:15.263Z] Configure a credential helper to remove this warning. See [2024-07-01T18:13:15.263Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:13:15.263Z] [2024-07-01T18:13:15.264Z] Login Succeeded [2024-07-01T18:13:15.264Z] ****.io [2024-07-01T18:13:15.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T18:13:15.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T18:13:15.798Z] Configure a credential helper to remove this warning. See [2024-07-01T18:13:15.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T18:13:15.798Z] [2024-07-01T18:13:15.798Z] Login Succeeded [2024-07-01T18:13:15.798Z] ---> ****-login.sh ends [Pipeline] } [2024-07-01T18:13:15.832Z] 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 [2024-07-01T18:13:16.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-01T18:13:17.226Z] + ls -al . [2024-07-01T18:13:17.226Z] total 68 [2024-07-01T18:13:17.226Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:13 . [2024-07-01T18:13:17.226Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:12 .. [2024-07-01T18:13:17.226Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:12 .git [2024-07-01T18:13:17.226Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 18:12 .github [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 18:12 .gitignore [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 18:12 Dockerfile [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 18:12 Jenkinsfile [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 18:12 LICENSE [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 3606 Jul 1 18:12 README.md [2024-07-01T18:13:17.226Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 18:12 TAF-Manager [2024-07-01T18:13:17.226Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 18:12 TUC [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 18:10 VERSION [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 343 Jul 1 18:12 requirements.txt [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 18:12 robot-entrypoint.sh [2024-07-01T18:13:17.226Z] -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 18:12 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:13:17.513Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-07-01T18:13:17.513Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-07-01T18:13:17.513Z] (28/30) Installing zstd (1.5.6-r0) [2024-07-01T18:13:17.673Z] + 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 . [2024-07-01T18:13:17.772Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-07-01T18:13:17.939Z] Sending build context to Docker daemon 375.3kB [2024-07-01T18:13:17.939Z] Step 1/13 : FROM alpine:3.20 [2024-07-01T18:13:18.341Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-07-01T18:13:18.523Z] 3.20: Pulling from library/alpine [2024-07-01T18:13:18.601Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:13:18.788Z] a258b2a6b59a: Pulling fs layer [2024-07-01T18:13:18.862Z] OK: 1193 MiB in 225 packages [2024-07-01T18:13:18.862Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:19.059Z] a258b2a6b59a: Verifying Checksum [2024-07-01T18:13:19.059Z] a258b2a6b59a: Download complete [2024-07-01T18:13:19.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:19.652Z] a258b2a6b59a: Pull complete [2024-07-01T18:13:19.652Z] Digest: sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 [2024-07-01T18:13:19.652Z] Status: Downloaded newer image for alpine:3.20 [2024-07-01T18:13:19.652Z] ---> 092561eea88f [2024-07-01T18:13:19.652Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-07-01T18:13:19.652Z] ---> Running in 01da6d5fcefd [2024-07-01T18:13:19.920Z] Removing intermediate container 01da6d5fcefd [2024-07-01T18:13:19.920Z] ---> 0e7431fff063 [2024-07-01T18:13:19.920Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-07-01T18:13:20.003Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-07-01T18:13:20.190Z] ---> Running in 468390db0add [2024-07-01T18:13:20.456Z] Removing intermediate container 468390db0add [2024-07-01T18:13:20.457Z] ---> d7a24ed38979 [2024-07-01T18:13:20.457Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-07-01T18:13:21.417Z] ---> d4c091c3a5b3 [2024-07-01T18:13:21.417Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-07-01T18:13:21.684Z] ---> dfe53192824c [2024-07-01T18:13:21.684Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-07-01T18:13:21.914Z] (2/14) Installing gdbm (1.23-r1) [2024-07-01T18:13:21.914Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-07-01T18:13:22.174Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-07-01T18:13:22.266Z] ---> ea22e213d6a0 [2024-07-01T18:13:22.266Z] Step 7/13 : WORKDIR /edgex-taf [2024-07-01T18:13:22.266Z] ---> Running in 73644e425036 [2024-07-01T18:13:22.434Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-07-01T18:13:22.542Z] Removing intermediate container 73644e425036 [2024-07-01T18:13:22.542Z] ---> 5c54cd2e10c3 [2024-07-01T18:13:22.542Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-01T18:13:22.542Z] ---> Running in 6866bea902e8 [2024-07-01T18:13:23.004Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-07-01T18:13:23.004Z] (7/14) Installing readline (8.2.10-r0) [2024-07-01T18:13:23.575Z] (8/14) Installing python3 (3.12.3-r1) [2024-07-01T18:13:24.496Z] Removing intermediate container 6866bea902e8 [2024-07-01T18:13:24.496Z] ---> 906cc21a593f [2024-07-01T18:13:24.496Z] 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 [2024-07-01T18:13:24.496Z] ---> Running in 13ddbfb63677 [2024-07-01T18:13:24.514Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-07-01T18:13:25.083Z] (10/14) Installing pyc (3.12.3-r1) [2024-07-01T18:13:25.344Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-07-01T18:13:25.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:25.605Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-07-01T18:13:26.042Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:27.991Z] (1/2) Upgrading libcrypto3 (3.3.1-r0 -> 3.3.1-r1) [2024-07-01T18:13:28.570Z] (2/2) Upgrading libssl3 (3.3.1-r0 -> 3.3.1-r1) [2024-07-01T18:13:28.834Z] OK: 9 MiB in 14 packages [2024-07-01T18:13:29.099Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:29.683Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:31.616Z] (1/14) Installing ca-certificates (20240226-r0) [2024-07-01T18:13:31.882Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-07-01T18:13:32.549Z] (3/14) Installing c-ares (1.28.1-r0) [2024-07-01T18:13:32.814Z] (4/14) Installing libunistring (1.2-r0) [2024-07-01T18:13:33.393Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-07-01T18:13:33.973Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-07-01T18:13:34.240Z] (7/14) Installing libpsl (0.21.5-r1) [2024-07-01T18:13:34.819Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-07-01T18:13:35.402Z] (9/14) Installing libcurl (8.8.0-r0) [2024-07-01T18:13:35.621Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-07-01T18:13:35.621Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-07-01T18:13:35.621Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:13:35.621Z] OK: 1359 MiB in 239 packages [2024-07-01T18:13:35.621Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:35.675Z] (10/14) Installing curl (8.8.0-r0) [2024-07-01T18:13:36.192Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:36.256Z] (11/14) Installing docker-cli (26.1.3-r1) [2024-07-01T18:13:36.766Z] OK: 1359 MiB in 239 packages [2024-07-01T18:13:37.027Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:37.212Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-07-01T18:13:37.288Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-07-01T18:13:37.793Z] (13/14) Installing jq (1.7.1-r0) [2024-07-01T18:13:38.235Z] (1/1) Installing tzdata (2024a-r1) [2024-07-01T18:13:38.378Z] (14/14) Installing openssl (3.3.1-r1) [2024-07-01T18:13:38.497Z] OK: 1361 MiB in 240 packages [2024-07-01T18:13:38.648Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:13:38.648Z] Executing ca-certificates-20240226-r0.trigger [2024-07-01T18:13:38.759Z] (1/1) Purging tzdata (2024a-r1) [2024-07-01T18:13:38.759Z] OK: 1359 MiB in 239 packages [2024-07-01T18:13:38.921Z] OK: 43 MiB in 28 packages [2024-07-01T18:13:39.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:39.774Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:13:41.317Z] Looking in links: /tmp/tmp1kf5o42t [2024-07-01T18:13:41.317Z] Processing /tmp/tmp1kf5o42t/pip-24.0-py3-none-any.whl [2024-07-01T18:13:41.317Z] Installing collected packages: pip [2024-07-01T18:13:41.723Z] (1/166) Installing libexpat (2.6.2-r0) [2024-07-01T18:13:41.723Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-07-01T18:13:42.259Z] Successfully installed pip-24.0 [2024-07-01T18:13:42.259Z] 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 [2024-07-01T18:13:42.300Z] (3/166) Installing libpng (1.6.43-r0) [2024-07-01T18:13:42.564Z] (4/166) Installing freetype (2.13.2-r0) [2024-07-01T18:13:42.828Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-07-01T18:13:42.828Z] Collecting pip [2024-07-01T18:13:42.828Z] Downloading pip-24.1.1-py3-none-any.whl.metadata (3.6 kB) [2024-07-01T18:13:43.089Z] Collecting setuptools [2024-07-01T18:13:43.089Z] Downloading setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB) [2024-07-01T18:13:43.089Z] Collecting wheel [2024-07-01T18:13:43.089Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-07-01T18:13:43.089Z] Downloading pip-24.1.1-py3-none-any.whl (1.8 MB) [2024-07-01T18:13:43.089Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 147.1 MB/s eta 0:00:00 [2024-07-01T18:13:43.089Z] Downloading setuptools-70.2.0-py3-none-any.whl (930 kB) [2024-07-01T18:13:43.089Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.8/930.8 kB 269.0 MB/s eta 0:00:00 [2024-07-01T18:13:43.089Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-07-01T18:13:43.089Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 195.2 MB/s eta 0:00:00 [2024-07-01T18:13:43.142Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-07-01T18:13:43.350Z] Installing collected packages: wheel, setuptools, pip [2024-07-01T18:13:43.728Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-07-01T18:13:43.924Z] Attempting uninstall: pip [2024-07-01T18:13:43.924Z] Found existing installation: pip 24.0 [2024-07-01T18:13:43.924Z] Uninstalling pip-24.0: [2024-07-01T18:13:43.924Z] Successfully uninstalled pip-24.0 [2024-07-01T18:13:43.992Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-07-01T18:13:44.572Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-07-01T18:13:45.148Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-07-01T18:13:45.307Z] Successfully installed pip-24.1.1 setuptools-70.2.0 wheel-0.43.0 [2024-07-01T18:13:45.307Z] 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 [2024-07-01T18:13:45.415Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-07-01T18:13:45.569Z] Processing ./edgex-taf-common [2024-07-01T18:13:45.569Z] Preparing metadata (setup.py): started [2024-07-01T18:13:45.829Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:45.829Z] Building wheels for collected packages: edgex-taf-common [2024-07-01T18:13:45.829Z] Building wheel for edgex-taf-common (setup.py): started [2024-07-01T18:13:45.994Z] (11/166) Installing libffi (3.4.6-r0) [2024-07-01T18:13:46.089Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-07-01T18:13:46.090Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=92bfc4787e810422bf403863e772be4d583c15c0dbebf640f1ae6ce800432b85 [2024-07-01T18:13:46.090Z] Stored in directory: /tmp/pip-ephem-wheel-cache-njw3h1k8/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-07-01T18:13:46.090Z] Successfully built edgex-taf-common [2024-07-01T18:13:46.090Z] Installing collected packages: edgex-taf-common [2024-07-01T18:13:46.090Z] Successfully installed edgex-taf-common-0.0.0 [2024-07-01T18:13:46.090Z] 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. [2024-07-01T18:13:46.260Z] (12/166) Installing libintl (0.22.5-r0) [2024-07-01T18:13:46.525Z] (13/166) Installing libeconf (0.6.3-r0) [2024-07-01T18:13:46.661Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-07-01T18:13:46.662Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-07-01T18:13:46.662Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-07-01T18:13:46.662Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-07-01T18:13:46.662Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-07-01T18:13:46.662Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-07-01T18:13:46.662Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-07-01T18:13:46.662Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-07-01T18:13:46.662Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-07-01T18:13:46.662Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-07-01T18:13:46.662Z] Preparing metadata (setup.py): started [2024-07-01T18:13:46.923Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:46.923Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-07-01T18:13:46.923Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-07-01T18:13:46.923Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-07-01T18:13:46.923Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-07-01T18:13:46.923Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-07-01T18:13:46.923Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-07-01T18:13:46.923Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-07-01T18:13:46.923Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-07-01T18:13:47.104Z] (14/166) Installing libblkid (2.40.1-r1) [2024-07-01T18:13:47.184Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 264.4 MB/s eta 0:00:00 [2024-07-01T18:13:47.184Z] Preparing metadata (setup.py): started [2024-07-01T18:13:47.184Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:47.184Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-07-01T18:13:47.184Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-07-01T18:13:47.371Z] (15/166) Installing libmount (2.40.1-r1) [2024-07-01T18:13:47.445Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-07-01T18:13:47.445Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-07-01T18:13:47.445Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 283.8 MB/s eta 0:00:00 [2024-07-01T18:13:47.706Z] Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) [2024-07-01T18:13:47.706Z] Downloading psutil-6.0.0.tar.gz (508 kB) [2024-07-01T18:13:47.706Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.1/508.1 kB 162.9 MB/s eta 0:00:00 [2024-07-01T18:13:47.706Z] Installing build dependencies: started [2024-07-01T18:13:47.953Z] (16/166) Installing pcre2 (10.43-r0) [2024-07-01T18:13:48.535Z] (17/166) Installing glib (2.80.2-r0) [2024-07-01T18:13:49.116Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-07-01T18:13:49.619Z] Installing build dependencies: finished with status 'done' [2024-07-01T18:13:49.619Z] Getting requirements to build wheel: started [2024-07-01T18:13:49.696Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-07-01T18:13:49.880Z] Getting requirements to build wheel: finished with status 'done' [2024-07-01T18:13:49.880Z] Preparing metadata (pyproject.toml): started [2024-07-01T18:13:49.962Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-07-01T18:13:50.452Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-07-01T18:13:50.452Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-07-01T18:13:50.452Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-07-01T18:13:50.542Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-07-01T18:13:50.713Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-07-01T18:13:50.714Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-07-01T18:13:50.714Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-07-01T18:13:50.714Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-07-01T18:13:50.714Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 217.2 MB/s eta 0:00:00 [2024-07-01T18:13:50.714Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-07-01T18:13:50.714Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-07-01T18:13:50.714Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 217.2 MB/s eta 0:00:00 [2024-07-01T18:13:50.714Z] Preparing metadata (setup.py): started [2024-07-01T18:13:50.976Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:51.132Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-07-01T18:13:51.238Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-07-01T18:13:51.238Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-07-01T18:13:51.238Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:51.238Z] Downloading selenium-4.22.0-py3-none-any.whl.metadata (7.0 kB) [2024-07-01T18:13:51.238Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:51.238Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-07-01T18:13:51.238Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.238Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-07-01T18:13:51.238Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.238Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-07-01T18:13:51.238Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 270.8 MB/s eta 0:00:00 [2024-07-01T18:13:51.238Z] Preparing metadata (setup.py): started [2024-07-01T18:13:51.521Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:51.521Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.521Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-07-01T18:13:51.521Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.521Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-07-01T18:13:51.521Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.521Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-07-01T18:13:51.521Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.521Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-07-01T18:13:51.718Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-07-01T18:13:51.785Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.785Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-07-01T18:13:51.785Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:51.785Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-07-01T18:13:51.785Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:13:51.785Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-07-01T18:13:51.785Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:13:52.049Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-07-01T18:13:52.049Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:13:52.049Z] Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) [2024-07-01T18:13:52.049Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:13:52.049Z] Downloading certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) [2024-07-01T18:13:52.049Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-07-01T18:13:52.049Z] Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) [2024-07-01T18:13:52.049Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-07-01T18:13:52.049Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-07-01T18:13:52.049Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:13:52.049Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-07-01T18:13:52.302Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-07-01T18:13:52.310Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:13:52.310Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-07-01T18:13:52.310Z] 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) [2024-07-01T18:13:52.310Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:13:52.310Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-07-01T18:13:52.310Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:13:52.310Z] Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:13:52.310Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:52.310Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-07-01T18:13:52.310Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:52.310Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-07-01T18:13:52.310Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.310Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-07-01T18:13:52.310Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.310Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-07-01T18:13:52.310Z] Preparing metadata (setup.py): started [2024-07-01T18:13:52.571Z] (25/166) Installing libwebp (1.3.2-r0) [2024-07-01T18:13:52.571Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:52.571Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.571Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-07-01T18:13:52.571Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.571Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-07-01T18:13:52.571Z] Preparing metadata (setup.py): started [2024-07-01T18:13:52.832Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:13:52.832Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.832Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:13:52.832Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.832Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2024-07-01T18:13:52.832Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.832Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-07-01T18:13:52.832Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.832Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-07-01T18:13:52.832Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.832Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:13:52.832Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:52.836Z] (26/166) Installing tiff (4.6.0t-r0) [2024-07-01T18:13:53.094Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-07-01T18:13:53.094Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:13:53.094Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-07-01T18:13:53.357Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:53.357Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-07-01T18:13:53.357Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:53.357Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-07-01T18:13:53.357Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:53.357Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-07-01T18:13:53.357Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:13:53.357Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-07-01T18:13:53.357Z] 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)) [2024-07-01T18:13:53.357Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-07-01T18:13:53.357Z] 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)) [2024-07-01T18:13:53.357Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-07-01T18:13:53.357Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-07-01T18:13:53.357Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 247.3 MB/s eta 0:00:00 [2024-07-01T18:13:53.357Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-07-01T18:13:53.357Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-07-01T18:13:53.357Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-07-01T18:13:53.357Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 228.8 MB/s eta 0:00:00 [2024-07-01T18:13:53.357Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-07-01T18:13:53.357Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-07-01T18:13:53.357Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-07-01T18:13:53.357Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 147.9 MB/s eta 0:00:00 [2024-07-01T18:13:53.357Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-07-01T18:13:53.357Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 215.4 MB/s eta 0:00:00 [2024-07-01T18:13:53.357Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-07-01T18:13:53.419Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-07-01T18:13:53.618Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 80.6 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 315.7 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 212.3 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 234.6 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 141.5 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading certifi-2024.6.2-py3-none-any.whl (164 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 235.6 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 244.3 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 222.0 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading packaging-24.1-py3-none-any.whl (53 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 204.6 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 182.8 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-07-01T18:13:53.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 130.0 MB/s eta 0:00:00 [2024-07-01T18:13:53.619Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-07-01T18:13:53.619Z] Downloading selenium-4.22.0-py3-none-any.whl (9.4 MB) [2024-07-01T18:13:53.882Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 215.5 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 312.9 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 106.4 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 130.4 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-07-01T18:13:53.883Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-07-01T18:13:53.883Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 236.0 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 198.9 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 236.8 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-07-01T18:13:53.883Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 221.6 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 245.8 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2024-07-01T18:13:53.883Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-07-01T18:13:53.883Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 200.4 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-07-01T18:13:53.883Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-07-01T18:13:53.883Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 150.5 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-07-01T18:13:53.883Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 259.1 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-07-01T18:13:53.883Z] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [2024-07-01T18:13:53.883Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 195.7 MB/s eta 0:00:00 [2024-07-01T18:13:53.883Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-07-01T18:13:53.883Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-07-01T18:13:53.883Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-07-01T18:13:53.883Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-07-01T18:13:53.883Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-07-01T18:13:53.883Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-07-01T18:13:53.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 219.5 MB/s eta 0:00:00 [2024-07-01T18:13:54.009Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-07-01T18:13:54.144Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-07-01T18:13:54.144Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-07-01T18:13:54.144Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-07-01T18:13:54.144Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=461224d9483883d8ca0cec835ab1c9104bf1e3938d22957cccb3f2648c6afc04 [2024-07-01T18:13:54.144Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-07-01T18:13:54.144Z] Building wheel for paho-mqtt (setup.py): started [2024-07-01T18:13:54.275Z] (29/166) Installing libxau (1.0.11-r4) [2024-07-01T18:13:54.416Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-07-01T18:13:54.416Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62120 sha256=83bef8aec91c98f03b3b180d78180944484a24adc537eb96cd7ff7cc65280658 [2024-07-01T18:13:54.416Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-07-01T18:13:54.416Z] Building wheel for psutil (pyproject.toml): started [2024-07-01T18:13:54.542Z] (30/166) Installing libmd (1.1.0-r0) [2024-07-01T18:13:54.809Z] (31/166) Installing libbsd (0.12.2-r0) [2024-07-01T18:13:55.396Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-07-01T18:13:55.667Z] (33/166) Installing libxcb (1.16.1-r0) [2024-07-01T18:13:55.931Z] (34/166) Installing libx11 (1.8.9-r1) [2024-07-01T18:13:56.315Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-07-01T18:13:56.315Z] Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_x86_64.whl size=289889 sha256=7dd79b35ab637067f59d3feaceb17f0cc3e92832c25cb297a3df0ec7caa28882 [2024-07-01T18:13:56.315Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 [2024-07-01T18:13:56.315Z] Building wheel for psycopg2 (setup.py): started [2024-07-01T18:13:56.895Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-07-01T18:13:56.895Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-07-01T18:13:57.160Z] (37/166) Installing libxrender (0.9.11-r5) [2024-07-01T18:13:57.753Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-07-01T18:13:58.020Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-07-01T18:13:58.286Z] (40/166) Installing libxext (1.3.6-r2) [2024-07-01T18:13:58.551Z] (41/166) Installing libxi (1.8.1-r4) [2024-07-01T18:13:59.132Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-07-01T18:13:59.397Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-07-01T18:13:59.662Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-07-01T18:13:59.927Z] (45/166) Installing libxtst (1.2.4-r6) [2024-07-01T18:14:00.196Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-07-01T18:14:00.781Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-07-01T18:14:01.363Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-07-01T18:14:01.629Z] (49/166) Installing pixman (0.43.2-r0) [2024-07-01T18:14:02.208Z] (50/166) Installing cairo (1.18.0-r0) [2024-07-01T18:14:02.793Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-07-01T18:14:02.793Z] (52/166) Installing avahi-libs (0.8-r17) [2024-07-01T18:14:03.372Z] (53/166) Installing gmp (6.3.0-r1) [2024-07-01T18:14:03.951Z] (54/166) Installing nettle (3.9.1-r0) [2024-07-01T18:14:04.216Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-07-01T18:14:04.797Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-07-01T18:14:05.062Z] (57/166) Installing gnutls (3.8.5-r0) [2024-07-01T18:14:05.642Z] (58/166) Installing cups-libs (2.4.9-r0) [2024-07-01T18:14:06.222Z] (59/166) Installing libepoxy (1.5.10-r1) [2024-07-01T18:14:06.313Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-07-01T18:14:06.313Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521874 sha256=494680ddec9e8df87f2ff991527b230d926d552a52027eb1b468937bc5503136 [2024-07-01T18:14:06.313Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-07-01T18:14:06.313Z] Building wheel for flex (setup.py): started [2024-07-01T18:14:06.313Z] Building wheel for flex (setup.py): finished with status 'done' [2024-07-01T18:14:06.313Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=ab4943d06393c5e168569d6cad0c0ccf4e076ee4ffcbcb09762d8017fc82111c [2024-07-01T18:14:06.313Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-07-01T18:14:06.313Z] Building wheel for strict-rfc3339 (setup.py): started [2024-07-01T18:14:06.313Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-07-01T18:14:06.313Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=c3f796871e633a4e7642b29f7ac173fba8be326e42de1e4740199d991ed00b19 [2024-07-01T18:14:06.313Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-07-01T18:14:06.313Z] Building wheel for validate-email (setup.py): started [2024-07-01T18:14:06.313Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-07-01T18:14:06.313Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5463 sha256=06bc5c536c214ac5b61a9e8e5e0dda0425167868b7a9727e851bf4466b023131 [2024-07-01T18:14:06.313Z] Stored in directory: /tmp/pip-ephem-wheel-cache-gqhzu2dw/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-07-01T18:14:06.313Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-07-01T18:14:06.313Z] 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 [2024-07-01T18:14:06.802Z] (60/166) Installing fribidi (1.0.15-r0) [2024-07-01T18:14:07.066Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-07-01T18:14:07.331Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-07-01T18:14:07.919Z] (63/166) Installing libxft (2.3.8-r3) [2024-07-01T18:14:08.185Z] (64/166) Installing pango (1.52.2-r0) [2024-07-01T18:14:08.766Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-07-01T18:14:09.032Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-07-01T18:14:09.298Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-07-01T18:14:09.881Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-07-01T18:14:10.461Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-07-01T18:14:10.727Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-07-01T18:14:11.685Z] (71/166) Installing icu-data-full (74.2-r0) [2024-07-01T18:14:12.662Z] (72/166) Installing mesa (24.0.9-r1) [2024-07-01T18:14:13.241Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-07-01T18:14:16.320Z] 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 [2024-07-01T18:14:16.320Z] 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. [2024-07-01T18:14:23.311Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-07-01T18:14:23.894Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-07-01T18:14:24.161Z] (76/166) Installing libdrm (2.4.120-r0) [2024-07-01T18:14:24.745Z] (77/166) Installing libelf (0.191-r0) [2024-07-01T18:14:25.010Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2024-07-01T18:14:25.278Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2024-07-01T18:14:27.862Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-07-01T18:14:28.445Z] (81/166) Installing libmagic (5.45-r1) [2024-07-01T18:14:29.029Z] (82/166) Installing file (5.45-r1) [2024-07-01T18:14:29.303Z] (83/166) Installing xprop (1.2.7-r0) [2024-07-01T18:14:29.572Z] (84/166) Installing libice (1.1.1-r6) [2024-07-01T18:14:30.153Z] (85/166) Installing libuuid (2.40.1-r1) [2024-07-01T18:14:30.426Z] (86/166) Installing libsm (1.2.4-r4) [2024-07-01T18:14:30.692Z] (87/166) Installing libxt (1.3.0-r5) [2024-07-01T18:14:31.275Z] (88/166) Installing libxmu (1.1.4-r2) [2024-07-01T18:14:31.542Z] (89/166) Installing xset (1.2.5-r1) [2024-07-01T18:14:31.810Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-07-01T18:14:32.396Z] (91/166) Installing libogg (1.3.5-r5) [2024-07-01T18:14:32.661Z] (92/166) Installing libflac (1.4.3-r1) [2024-07-01T18:14:33.247Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-07-01T18:14:33.513Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-07-01T18:14:34.472Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-07-01T18:14:35.054Z] (96/166) Installing libva (2.21.0-r0) [2024-07-01T18:14:35.320Z] (97/166) Installing libvdpau (1.5-r3) [2024-07-01T18:14:35.901Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2024-07-01T18:14:36.167Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-07-01T18:14:36.748Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-07-01T18:14:37.330Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-07-01T18:14:37.597Z] (102/166) Installing imath (3.1.11-r2) [2024-07-01T18:14:37.867Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-07-01T18:14:38.449Z] (104/166) Installing giflib (5.2.2-r0) [2024-07-01T18:14:39.031Z] (105/166) Installing libhwy (1.0.7-r0) [2024-07-01T18:14:39.298Z] (106/166) Installing lcms2 (2.16-r0) [2024-07-01T18:14:39.879Z] (107/166) Installing libjxl (0.10.2-r0) [2024-07-01T18:14:40.461Z] (108/166) Installing lame-libs (3.100-r5) [2024-07-01T18:14:40.726Z] (109/166) Installing opus (1.5.2-r0) [2024-07-01T18:14:41.305Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-07-01T18:14:41.885Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-07-01T18:14:42.148Z] (112/166) Installing soxr (0.1.3-r7) [2024-07-01T18:14:42.729Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2024-07-01T18:14:42.919Z] Removing intermediate container 3c4e185e7ca4 [2024-07-01T18:14:42.919Z] ---> 1dd4d4c84102 [2024-07-01T18:14:42.919Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-07-01T18:14:42.919Z] ---> Running in e00dfd1b9764 [2024-07-01T18:14:42.919Z] Removing intermediate container e00dfd1b9764 [2024-07-01T18:14:42.919Z] ---> 8bf6534edbaf [2024-07-01T18:14:42.919Z] Step 11/13 : LABEL arch=amd64 [2024-07-01T18:14:42.919Z] ---> Running in fcb03bb18ee7 [2024-07-01T18:14:42.919Z] Removing intermediate container fcb03bb18ee7 [2024-07-01T18:14:42.919Z] ---> 6e5a58c1e450 [2024-07-01T18:14:42.919Z] Step 12/13 : LABEL git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [2024-07-01T18:14:42.919Z] ---> Running in c2231efcbe71 [2024-07-01T18:14:42.919Z] Removing intermediate container c2231efcbe71 [2024-07-01T18:14:42.919Z] ---> 27e4ec0a8762 [2024-07-01T18:14:42.919Z] Step 13/13 : LABEL version=0.0.0 [2024-07-01T18:14:42.919Z] ---> Running in ef949689b068 [2024-07-01T18:14:42.919Z] Removing intermediate container ef949689b068 [2024-07-01T18:14:42.919Z] ---> 5555d22c745f [2024-07-01T18:14:42.919Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-01T18:14:42.919Z] Successfully built 5555d22c745f [2024-07-01T18:14:42.919Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [2024-07-01T18:14:42.996Z] (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 [2024-07-01T18:14:43.616Z] (115/166) Installing libvorbis (1.3.7-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:14:43.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T18:14:43.991Z] [2024-07-01T18:14:43.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:14:44.207Z] (116/166) Installing libvpx (1.14.1-r0) [2024-07-01T18:14:44.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T18:14:44.383Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-01T18:14:44.383Z] 5eb5b503b376: Pulling fs layer [2024-07-01T18:14:44.383Z] 5c69ac0246d0: Pulling fs layer [2024-07-01T18:14:44.383Z] ec43610c2a17: Pulling fs layer [2024-07-01T18:14:44.383Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-01T18:14:44.383Z] 33b1e0a273af: Pulling fs layer [2024-07-01T18:14:44.383Z] 5d3b04190fa2: Pulling fs layer [2024-07-01T18:14:44.383Z] 2f39f015ded8: Pulling fs layer [2024-07-01T18:14:44.383Z] 33b1e0a273af: Waiting [2024-07-01T18:14:44.383Z] 5d3b04190fa2: Waiting [2024-07-01T18:14:44.383Z] 3a2ae6a8a46f: Waiting [2024-07-01T18:14:44.383Z] 2f39f015ded8: Waiting [2024-07-01T18:14:44.383Z] 5c69ac0246d0: Verifying Checksum [2024-07-01T18:14:44.383Z] 5c69ac0246d0: Download complete [2024-07-01T18:14:44.383Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-01T18:14:44.383Z] 3a2ae6a8a46f: Download complete [2024-07-01T18:14:44.383Z] 33b1e0a273af: Verifying Checksum [2024-07-01T18:14:44.383Z] 33b1e0a273af: Download complete [2024-07-01T18:14:44.383Z] ec43610c2a17: Verifying Checksum [2024-07-01T18:14:44.383Z] ec43610c2a17: Download complete [2024-07-01T18:14:44.383Z] 5d3b04190fa2: Verifying Checksum [2024-07-01T18:14:44.383Z] 5d3b04190fa2: Download complete [2024-07-01T18:14:44.645Z] 5eb5b503b376: Verifying Checksum [2024-07-01T18:14:44.645Z] 5eb5b503b376: Download complete [2024-07-01T18:14:44.796Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-07-01T18:14:45.064Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-07-01T18:14:45.212Z] 2f39f015ded8: Download complete [2024-07-01T18:14:45.660Z] (119/166) Installing numactl (2.0.18-r0) [2024-07-01T18:14:45.779Z] 5eb5b503b376: Pull complete [2024-07-01T18:14:45.927Z] (120/166) Installing x265-libs (3.6-r0) [2024-07-01T18:14:46.520Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-07-01T18:14:47.101Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2024-07-01T18:14:48.056Z] (123/166) Installing libbluray (1.3.4-r1) [2024-07-01T18:14:48.321Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-07-01T18:14:48.900Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-07-01T18:14:49.151Z] 5c69ac0246d0: Pull complete [2024-07-01T18:14:49.481Z] (126/166) Installing cjson (1.7.18-r0) [2024-07-01T18:14:49.721Z] ec43610c2a17: Pull complete [2024-07-01T18:14:49.721Z] 3a2ae6a8a46f: Pull complete [2024-07-01T18:14:49.747Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-07-01T18:14:50.296Z] 33b1e0a273af: Pull complete [2024-07-01T18:14:50.296Z] 5d3b04190fa2: Pull complete [2024-07-01T18:14:50.327Z] (128/166) Installing librist (0.2.10-r1) [2024-07-01T18:14:50.591Z] (129/166) Installing libsrt (1.5.3-r0) [2024-07-01T18:14:51.170Z] (130/166) Installing libssh (0.10.6-r0) [2024-07-01T18:14:51.437Z] (131/166) Installing libsodium (1.0.19-r0) [2024-07-01T18:14:52.017Z] (132/166) Installing libzmq (4.3.5-r2) [2024-07-01T18:14:52.597Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2024-07-01T18:14:53.194Z] (134/166) Installing crc32c (1.1.2-r0) [2024-07-01T18:14:53.459Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-07-01T18:14:53.725Z] (136/166) Installing libevent (2.1.12-r7) [2024-07-01T18:14:54.305Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-07-01T18:14:54.572Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2024-07-01T18:14:54.839Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-07-01T18:14:55.421Z] (140/166) Installing icu-libs (74.2-r0) [2024-07-01T18:14:55.580Z] 2f39f015ded8: Pull complete [2024-07-01T18:14:55.581Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-01T18:14:55.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T18:14:55.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T18:14:55.902Z] prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container [2024-07-01T18:14:55.929Z] $ 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 [2024-07-01T18:14:56.004Z] (141/166) Installing minizip (1.3.1-r0) [2024-07-01T18:14:56.584Z] (142/166) Installing nspr (4.35-r4) [2024-07-01T18:14:56.850Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-07-01T18:14:57.433Z] (144/166) Installing nss (3.101-r0) [2024-07-01T18:14:58.011Z] (145/166) Installing openh264 (2.4.1-r0) [2024-07-01T18:14:58.590Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-07-01T18:14:59.170Z] (147/166) Installing libunwind (1.8.1-r0) [2024-07-01T18:14:59.436Z] (148/166) Installing yaml (0.2.5-r2) [2024-07-01T18:15:00.017Z] (149/166) Installing libcamera (0.3.0-r0) [2024-07-01T18:15:00.598Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-07-01T18:15:00.864Z] (151/166) Installing libuv (1.48.0-r0) [2024-07-01T18:15:01.129Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-07-01T18:15:01.723Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-07-01T18:15:02.305Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-07-01T18:15:02.885Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-07-01T18:15:03.464Z] (156/166) Installing libasyncns (0.8-r3) [2024-07-01T18:15:03.729Z] (157/166) Installing libltdl (2.4.7-r3) [2024-07-01T18:15:03.734Z] $ docker top 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 -eo pid,comm [Pipeline] { [2024-07-01T18:15:03.996Z] (158/166) Installing orc (0.4.37-r0) [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:15:04.493Z] ---> job-cost.sh [2024-07-01T18:15:04.493Z] lf-activate-venv: SKIPPING [2024-07-01T18:15:04.493Z] INFO: No Stack... [2024-07-01T18:15:04.578Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-07-01T18:15:04.752Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-01T18:15:04.844Z] (160/166) Installing libpulse (17.0-r0) [2024-07-01T18:15:05.319Z] INFO: Archiving Costs [Pipeline] sh [2024-07-01T18:15:05.422Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-07-01T18:15:05.650Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/cost.csv [2024-07-01T18:15:05.650Z] + cut -d, -f6 [2024-07-01T18:15:05.687Z] (162/166) Installing libgpg-error (1.49-r0) [Pipeline] lock [2024-07-01T18:15:05.695Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [2024-07-01T18:15:05.701Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] did not exist. Created. [2024-07-01T18:15:05.708Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-01T18:15:06.122Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-01T18:15:06.248Z] Stashed 1 file(s) [Pipeline] } [2024-07-01T18:15:06.266Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-07-01T18:15:06.271Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-01T18:15:06.372Z] $ docker stop --time=1 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 [2024-07-01T18:15:06.531Z] (164/166) Installing libxslt (1.1.39-r1) [2024-07-01T18:15:07.111Z] (165/166) Installing chromium (125.0.6422.141-r0) [2024-07-01T18:15:07.516Z] $ docker rm -f --volumes 3f7fad9584098baad417e954defeb113c75f5f554a856205f11b757f658c0bb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-01T18:15:22.090Z] (166/166) Installing chromium-chromedriver (125.0.6422.141-r0) [2024-07-01T18:15:23.062Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:15:23.062Z] Executing fontconfig-2.15.0-r1.trigger [2024-07-01T18:15:23.062Z] Executing mkfontscale-1.2.2-r6.trigger [2024-07-01T18:15:23.062Z] Executing glib-2.80.2-r0.trigger [2024-07-01T18:15:23.062Z] Executing shared-mime-info-2.4-r0.trigger [2024-07-01T18:15:25.651Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-07-01T18:15:25.651Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-07-01T18:15:25.651Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-07-01T18:15:25.651Z] OK: 643 MiB in 194 packages [2024-07-01T18:15:25.918Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:15:26.498Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:15:28.439Z] (1/30) Installing jansson (2.14-r4) [2024-07-01T18:15:28.439Z] (2/30) Installing binutils (2.42-r0) [2024-07-01T18:15:29.400Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-07-01T18:15:29.665Z] (4/30) Installing isl26 (0.26-r1) [2024-07-01T18:15:30.244Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-07-01T18:15:30.824Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-07-01T18:15:31.091Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-07-01T18:15:39.282Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-07-01T18:15:40.240Z] (9/30) Installing linux-headers (6.6-r0) [2024-07-01T18:15:41.194Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-07-01T18:15:41.461Z] (11/30) Installing libpq (16.3-r0) [2024-07-01T18:15:42.042Z] (12/30) Installing openssl-dev (3.3.1-r1) [2024-07-01T18:15:42.621Z] (13/30) Installing libpq-dev (16.3-r0) [2024-07-01T18:15:43.201Z] (14/30) Installing libecpg (16.3-r0) [2024-07-01T18:15:43.467Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-07-01T18:15:44.047Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-07-01T18:15:44.627Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-07-01T18:15:54.679Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-07-01T18:15:56.615Z] (19/30) Installing fortify-headers (1.1-r3) [2024-07-01T18:15:56.615Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-07-01T18:15:58.020Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-07-01T18:15:58.286Z] (22/30) Installing clang16 (16.0.6-r5) [2024-07-01T18:15:58.867Z] (23/30) Installing icu (74.2-r0) [2024-07-01T18:15:59.133Z] (24/30) Installing icu-dev (74.2-r0) [2024-07-01T18:15:59.713Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-07-01T18:16:07.904Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-07-01T18:16:08.170Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-07-01T18:16:08.438Z] (28/30) Installing zstd (1.5.6-r0) [2024-07-01T18:16:09.023Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-07-01T18:16:09.287Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-07-01T18:16:10.247Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:16:10.247Z] OK: 1169 MiB in 224 packages [2024-07-01T18:16:10.520Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:11.101Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:13.037Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-07-01T18:16:14.442Z] (2/14) Installing gdbm (1.23-r1) [2024-07-01T18:16:14.442Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-07-01T18:16:15.025Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-07-01T18:16:15.291Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-07-01T18:16:15.886Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-07-01T18:16:16.153Z] (7/14) Installing readline (8.2.10-r0) [2024-07-01T18:16:16.420Z] (8/14) Installing python3 (3.12.3-r1) [2024-07-01T18:16:18.359Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-07-01T18:16:19.319Z] (10/14) Installing pyc (3.12.3-r1) [2024-07-01T18:16:19.319Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-07-01T18:16:19.915Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-07-01T18:16:22.497Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-07-01T18:16:22.765Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-07-01T18:16:23.348Z] Executing busybox-1.36.1-r29.trigger [2024-07-01T18:16:23.348Z] OK: 1356 MiB in 238 packages [2024-07-01T18:16:23.614Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:24.199Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:26.139Z] OK: 1356 MiB in 238 packages [2024-07-01T18:16:26.405Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:26.986Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-07-01T18:16:28.926Z] (1/1) Installing tzdata (2024a-r1) [2024-07-01T18:16:29.508Z] OK: 1357 MiB in 239 packages [2024-07-01T18:16:31.444Z] (1/1) Purging tzdata (2024a-r1) [2024-07-01T18:16:31.444Z] OK: 1356 MiB in 238 packages [2024-07-01T18:16:46.426Z] Looking in links: /tmp/tmpfcgl3fcr [2024-07-01T18:16:46.426Z] Processing /tmp/tmpfcgl3fcr/pip-24.0-py3-none-any.whl [2024-07-01T18:16:46.426Z] Installing collected packages: pip [2024-07-01T18:16:53.086Z] Successfully installed pip-24.0 [2024-07-01T18:16:53.086Z] 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 [2024-07-01T18:16:54.497Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-07-01T18:16:54.763Z] Collecting pip [2024-07-01T18:16:55.029Z] Downloading pip-24.1.1-py3-none-any.whl.metadata (3.6 kB) [2024-07-01T18:16:56.961Z] Collecting setuptools [2024-07-01T18:16:56.961Z] Downloading setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB) [2024-07-01T18:16:56.961Z] Collecting wheel [2024-07-01T18:16:56.961Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-07-01T18:16:57.226Z] Downloading pip-24.1.1-py3-none-any.whl (1.8 MB) [2024-07-01T18:16:57.226Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.5 MB/s eta 0:00:00 [2024-07-01T18:16:57.226Z] Downloading setuptools-70.2.0-py3-none-any.whl (930 kB) [2024-07-01T18:16:57.491Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.8/930.8 kB 26.8 MB/s eta 0:00:00 [2024-07-01T18:16:57.491Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-07-01T18:16:57.491Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 27.6 MB/s eta 0:00:00 [2024-07-01T18:16:57.755Z] Installing collected packages: wheel, setuptools, pip [2024-07-01T18:17:02.001Z] Attempting uninstall: pip [2024-07-01T18:17:02.001Z] Found existing installation: pip 24.0 [2024-07-01T18:17:02.267Z] Uninstalling pip-24.0: [2024-07-01T18:17:02.532Z] Successfully uninstalled pip-24.0 [2024-07-01T18:17:09.159Z] Successfully installed pip-24.1.1 setuptools-70.2.0 wheel-0.43.0 [2024-07-01T18:17:09.159Z] 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 [2024-07-01T18:17:11.724Z] Processing ./edgex-taf-common [2024-07-01T18:17:11.724Z] Preparing metadata (setup.py): started [2024-07-01T18:17:13.121Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:17:13.121Z] Building wheels for collected packages: edgex-taf-common [2024-07-01T18:17:13.121Z] Building wheel for edgex-taf-common (setup.py): started [2024-07-01T18:17:14.517Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-07-01T18:17:14.517Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=dd9adb714e708ea031f774cfb8beeace17c69a1c790d7cc02fcb3366f09cef40 [2024-07-01T18:17:14.517Z] Stored in directory: /tmp/pip-ephem-wheel-cache-74_9zwas/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-07-01T18:17:14.517Z] Successfully built edgex-taf-common [2024-07-01T18:17:14.517Z] Installing collected packages: edgex-taf-common [2024-07-01T18:17:14.517Z] Successfully installed edgex-taf-common-0.0.0 [2024-07-01T18:17:14.517Z] 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. [2024-07-01T18:17:17.850Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-07-01T18:17:17.850Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-07-01T18:17:17.850Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-07-01T18:17:17.850Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-07-01T18:17:17.850Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-07-01T18:17:17.850Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-07-01T18:17:18.116Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-07-01T18:17:18.116Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-07-01T18:17:18.116Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-07-01T18:17:18.116Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-07-01T18:17:18.116Z] Preparing metadata (setup.py): started [2024-07-01T18:17:19.073Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:17:19.339Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-07-01T18:17:19.339Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-07-01T18:17:19.339Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-07-01T18:17:19.339Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-07-01T18:17:19.609Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-07-01T18:17:19.874Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-07-01T18:17:19.874Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-07-01T18:17:19.874Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-07-01T18:17:19.874Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 28.5 MB/s eta 0:00:00 [2024-07-01T18:17:19.874Z] Preparing metadata (setup.py): started [2024-07-01T18:17:21.269Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:17:21.269Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-07-01T18:17:21.269Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-07-01T18:17:23.199Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-07-01T18:17:23.199Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-07-01T18:17:23.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 21.8 MB/s eta 0:00:00 [2024-07-01T18:17:24.150Z] Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) [2024-07-01T18:17:24.150Z] Downloading psutil-6.0.0.tar.gz (508 kB) [2024-07-01T18:17:24.150Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.1/508.1 kB 29.6 MB/s eta 0:00:00 [2024-07-01T18:17:24.727Z] Installing build dependencies: started [2024-07-01T18:17:34.755Z] Installing build dependencies: finished with status 'done' [2024-07-01T18:17:34.755Z] Getting requirements to build wheel: started [2024-07-01T18:17:36.684Z] Getting requirements to build wheel: finished with status 'done' [2024-07-01T18:17:36.685Z] Preparing metadata (pyproject.toml): started [2024-07-01T18:17:38.151Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-07-01T18:17:38.419Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-07-01T18:17:38.419Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-07-01T18:17:41.017Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-07-01T18:17:41.017Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-07-01T18:17:41.017Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-07-01T18:17:41.017Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-07-01T18:17:41.017Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 27.0 MB/s eta 0:00:00 [2024-07-01T18:17:41.608Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-07-01T18:17:41.608Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-07-01T18:17:41.608Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 27.1 MB/s eta 0:00:00 [2024-07-01T18:17:42.198Z] Preparing metadata (setup.py): started [2024-07-01T18:17:43.607Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:17:44.185Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-07-01T18:17:44.185Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-07-01T18:17:44.762Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:17:44.762Z] Downloading selenium-4.22.0-py3-none-any.whl.metadata (7.0 kB) [2024-07-01T18:17:44.762Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:17:44.762Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-07-01T18:17:45.025Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:45.025Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-07-01T18:17:45.025Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:45.025Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-07-01T18:17:45.290Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 26.5 MB/s eta 0:00:00 [2024-07-01T18:17:45.290Z] Preparing metadata (setup.py): started [2024-07-01T18:17:46.684Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:17:46.684Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:46.684Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-07-01T18:17:46.684Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:46.684Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-07-01T18:17:46.947Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:46.947Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-07-01T18:17:47.211Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:47.211Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-07-01T18:17:47.789Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:47.789Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-07-01T18:17:47.789Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:47.789Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-07-01T18:17:48.740Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:17:48.740Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-07-01T18:17:48.740Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:17:48.740Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-07-01T18:17:49.316Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:17:49.316Z] Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) [2024-07-01T18:17:49.316Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-07-01T18:17:49.316Z] Downloading certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) [2024-07-01T18:17:49.579Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-07-01T18:17:49.579Z] Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) [2024-07-01T18:17:50.156Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-07-01T18:17:50.156Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-07-01T18:17:50.156Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:17:50.156Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-07-01T18:17:50.419Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:17:50.419Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-07-01T18:17:50.419Z] 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) [2024-07-01T18:17:50.683Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:17:50.683Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-07-01T18:17:50.683Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-07-01T18:17:50.948Z] Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:17:50.948Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:17:50.948Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-07-01T18:17:51.210Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:17:51.210Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-07-01T18:17:51.789Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:17:51.789Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-07-01T18:17:51.789Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 24.9 MB/s eta 0:00:00 [2024-07-01T18:17:53.187Z] Installing build dependencies: started [2024-07-01T18:18:11.363Z] Installing build dependencies: finished with status 'done' [2024-07-01T18:18:11.363Z] Getting requirements to build wheel: started [2024-07-01T18:18:17.977Z] Getting requirements to build wheel: finished with status 'done' [2024-07-01T18:18:17.977Z] Preparing metadata (pyproject.toml): started [2024-07-01T18:18:19.378Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-07-01T18:18:19.378Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:19.378Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-07-01T18:18:19.378Z] Preparing metadata (setup.py): started [2024-07-01T18:18:20.327Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:18:20.327Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:20.327Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-07-01T18:18:20.327Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:20.327Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-07-01T18:18:20.591Z] Preparing metadata (setup.py): started [2024-07-01T18:18:21.543Z] Preparing metadata (setup.py): finished with status 'done' [2024-07-01T18:18:21.543Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:21.543Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:18:21.808Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:21.808Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2024-07-01T18:18:21.808Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:21.808Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-07-01T18:18:21.808Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:21.808Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-07-01T18:18:22.073Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:22.073Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-07-01T18:18:22.339Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:22.339Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-07-01T18:18:24.274Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-07-01T18:18:24.274Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-07-01T18:18:24.854Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:18:24.854Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-07-01T18:18:24.854Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:18:24.854Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-07-01T18:18:24.854Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:18:24.854Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-07-01T18:18:24.854Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-07-01T18:18:24.854Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-07-01T18:18:25.119Z] 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)) [2024-07-01T18:18:25.119Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-07-01T18:18:25.119Z] 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)) [2024-07-01T18:18:25.119Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-07-01T18:18:25.384Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-07-01T18:18:25.384Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 29.2 MB/s eta 0:00:00 [2024-07-01T18:18:25.384Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-07-01T18:18:25.384Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-07-01T18:18:25.384Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-07-01T18:18:25.384Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 26.1 MB/s eta 0:00:00 [2024-07-01T18:18:25.384Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-07-01T18:18:25.384Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-07-01T18:18:25.384Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-07-01T18:18:25.384Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 27.0 MB/s eta 0:00:00 [2024-07-01T18:18:25.384Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-07-01T18:18:25.384Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 28.6 MB/s eta 0:00:00 [2024-07-01T18:18:25.650Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-07-01T18:18:26.229Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 25.9 MB/s eta 0:00:00 [2024-07-01T18:18:26.229Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-07-01T18:18:26.229Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 28.3 MB/s eta 0:00:00 [2024-07-01T18:18:26.229Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-07-01T18:18:26.229Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.4 MB/s eta 0:00:00 [2024-07-01T18:18:26.229Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-07-01T18:18:26.229Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 28.9 MB/s eta 0:00:00 [2024-07-01T18:18:26.229Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 26.9 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading certifi-2024.6.2-py3-none-any.whl (164 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.4/164.4 kB 27.8 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 28.0 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 27.1 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading packaging-24.1-py3-none-any.whl (53 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 27.5 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 28.0 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-07-01T18:18:26.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 27.5 MB/s eta 0:00:00 [2024-07-01T18:18:26.495Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-07-01T18:18:26.495Z] Downloading selenium-4.22.0-py3-none-any.whl (9.4 MB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 25.5 MB/s eta 0:00:00 [2024-07-01T18:18:27.075Z] Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 29.1 MB/s eta 0:00:00 [2024-07-01T18:18:27.075Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 26.4 MB/s eta 0:00:00 [2024-07-01T18:18:27.075Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 29.4 MB/s eta 0:00:00 [2024-07-01T18:18:27.075Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-07-01T18:18:27.075Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-07-01T18:18:27.075Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 28.2 MB/s eta 0:00:00 [2024-07-01T18:18:27.075Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-07-01T18:18:27.075Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.9 MB/s eta 0:00:00 [2024-07-01T18:18:27.340Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-07-01T18:18:27.340Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 28.4 MB/s eta 0:00:00 [2024-07-01T18:18:27.340Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-07-01T18:18:27.340Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-07-01T18:18:27.340Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 27.7 MB/s eta 0:00:00 [2024-07-01T18:18:27.340Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-07-01T18:18:27.340Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 28.4 MB/s eta 0:00:00 [2024-07-01T18:18:27.340Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2024-07-01T18:18:27.340Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-07-01T18:18:27.340Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-07-01T18:18:27.340Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-07-01T18:18:27.340Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-07-01T18:18:27.340Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 27.8 MB/s eta 0:00:00 [2024-07-01T18:18:27.340Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-07-01T18:18:27.340Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-07-01T18:18:27.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 27.7 MB/s eta 0:00:00 [2024-07-01T18:18:27.607Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-07-01T18:18:27.607Z] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [2024-07-01T18:18:27.607Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-07-01T18:18:27.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 26.7 MB/s eta 0:00:00 [2024-07-01T18:18:27.607Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-07-01T18:18:27.607Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-07-01T18:18:27.607Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-07-01T18:18:27.607Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-07-01T18:18:27.607Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-07-01T18:18:27.607Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-07-01T18:18:27.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 29.5 MB/s eta 0:00:00 [2024-07-01T18:18:28.563Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-07-01T18:18:28.563Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-07-01T18:18:29.517Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-07-01T18:18:29.517Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=76de6cf8cbd06b693d0f8ed14a71f3b31d94e3715e7de92a65580af0e3685756 [2024-07-01T18:18:29.517Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-07-01T18:18:29.517Z] Building wheel for paho-mqtt (setup.py): started [2024-07-01T18:18:30.920Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-07-01T18:18:30.920Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62120 sha256=1696edbd271b81192427a39d9dd47a664a4797db38f95c252588a0acb261f1a3 [2024-07-01T18:18:30.920Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-07-01T18:18:30.920Z] Building wheel for psutil (pyproject.toml): started [2024-07-01T18:18:43.210Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-07-01T18:18:43.210Z] Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_aarch64.whl size=290611 sha256=8357605ba680a40b25e9cddcaa0a02f14db5b571dd344c15284317b28652aa3b [2024-07-01T18:18:43.210Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 [2024-07-01T18:18:43.210Z] Building wheel for psycopg2 (setup.py): started [2024-07-01T18:19:39.561Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-07-01T18:19:39.561Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=fe7a0e560cf935f0347c63c26add209428fd162b32f0c7dc4a7a3fc41bfe1f8e [2024-07-01T18:19:39.561Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-07-01T18:19:39.561Z] Building wheel for flex (setup.py): started [2024-07-01T18:19:41.487Z] Building wheel for flex (setup.py): finished with status 'done' [2024-07-01T18:19:41.487Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=14cb4c2179396a5a1e4fb37d64606e84a2fd83817e69d5393323ae084fc597f6 [2024-07-01T18:19:41.487Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-07-01T18:19:41.487Z] Building wheel for PyYAML (pyproject.toml): started [2024-07-01T18:19:44.049Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-07-01T18:19:44.049Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=9f7979f2def484467c5797e725f78ba7f4bc5c92cc63a1272f2907ceb5ac56a3 [2024-07-01T18:19:44.049Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-07-01T18:19:44.049Z] Building wheel for strict-rfc3339 (setup.py): started [2024-07-01T18:19:45.447Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-07-01T18:19:45.448Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=a4e232ec27d1862083a1f563074a1b1506021c6f11912699865296fddc9d68a4 [2024-07-01T18:19:45.448Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-07-01T18:19:45.448Z] Building wheel for validate-email (setup.py): started [2024-07-01T18:19:46.398Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-07-01T18:19:46.398Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5463 sha256=765243d0eb15f7aabd5c2d06a00b8010904b4d6c594bfbfbe5d1ff89e01052b8 [2024-07-01T18:19:46.398Z] Stored in directory: /tmp/pip-ephem-wheel-cache-49diz0g2/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-07-01T18:19:46.398Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-07-01T18:19:47.791Z] 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 [2024-07-01T18:20:55.604Z] 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 [2024-07-01T18:20:55.604Z] 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. [2024-07-01T18:21:42.400Z] Removing intermediate container 13ddbfb63677 [2024-07-01T18:21:42.400Z] ---> 29282b8774be [2024-07-01T18:21:42.400Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-07-01T18:21:42.400Z] ---> Running in 59dcaf4786fa [2024-07-01T18:21:42.400Z] Removing intermediate container 59dcaf4786fa [2024-07-01T18:21:42.400Z] ---> 8ac8340b4710 [2024-07-01T18:21:42.400Z] Step 11/13 : LABEL arch=arm64 [2024-07-01T18:21:42.400Z] ---> Running in eff35f26d52f [2024-07-01T18:21:42.400Z] Removing intermediate container eff35f26d52f [2024-07-01T18:21:42.400Z] ---> 2b3363a1e102 [2024-07-01T18:21:42.400Z] Step 12/13 : LABEL git_sha=c9357c0c4d98c9b4a093a3bdd9191d029c5e9a9b [2024-07-01T18:21:42.400Z] ---> Running in 4e5f96ee3eb0 [2024-07-01T18:21:42.400Z] Removing intermediate container 4e5f96ee3eb0 [2024-07-01T18:21:42.400Z] ---> 582a9f07992b [2024-07-01T18:21:42.400Z] Step 13/13 : LABEL version=0.0.0 [2024-07-01T18:21:42.400Z] ---> Running in cefca14eac78 [2024-07-01T18:21:42.400Z] Removing intermediate container cefca14eac78 [2024-07-01T18:21:42.400Z] ---> e7bb5637d807 [2024-07-01T18:21:42.400Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-01T18:21:42.400Z] Successfully built e7bb5637d807 [2024-07-01T18:21:42.400Z] 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 [2024-07-01T18:21:43.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T18:21:43.476Z] [2024-07-01T18:21:43.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:21:43.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T18:21:44.169Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-01T18:21:44.169Z] 8998bd30e6a1: Pulling fs layer [2024-07-01T18:21:44.169Z] 04944245beec: Pulling fs layer [2024-07-01T18:21:44.169Z] 699f458cf7ca: Pulling fs layer [2024-07-01T18:21:44.169Z] 765212b225bb: Pulling fs layer [2024-07-01T18:21:44.169Z] 765212b225bb: Waiting [2024-07-01T18:21:44.169Z] f23df028b6ca: Pulling fs layer [2024-07-01T18:21:44.169Z] d65c8cfc05b1: Pulling fs layer [2024-07-01T18:21:44.169Z] f23df028b6ca: Waiting [2024-07-01T18:21:44.169Z] 2437ff75d9bd: Pulling fs layer [2024-07-01T18:21:44.169Z] d65c8cfc05b1: Waiting [2024-07-01T18:21:44.169Z] 2437ff75d9bd: Waiting [2024-07-01T18:21:44.169Z] 04944245beec: Verifying Checksum [2024-07-01T18:21:44.169Z] 04944245beec: Download complete [2024-07-01T18:21:44.169Z] 765212b225bb: Verifying Checksum [2024-07-01T18:21:44.169Z] 765212b225bb: Download complete [2024-07-01T18:21:44.435Z] f23df028b6ca: Download complete [2024-07-01T18:21:44.435Z] d65c8cfc05b1: Verifying Checksum [2024-07-01T18:21:44.435Z] d65c8cfc05b1: Download complete [2024-07-01T18:21:44.435Z] 699f458cf7ca: Verifying Checksum [2024-07-01T18:21:44.435Z] 699f458cf7ca: Download complete [2024-07-01T18:21:45.017Z] 8998bd30e6a1: Verifying Checksum [2024-07-01T18:21:45.017Z] 8998bd30e6a1: Download complete [2024-07-01T18:21:47.587Z] 2437ff75d9bd: Verifying Checksum [2024-07-01T18:21:47.587Z] 2437ff75d9bd: Download complete [2024-07-01T18:21:49.527Z] 8998bd30e6a1: Pull complete [2024-07-01T18:21:49.792Z] 04944245beec: Pull complete [2024-07-01T18:21:51.733Z] 699f458cf7ca: Pull complete [2024-07-01T18:21:51.733Z] 765212b225bb: Pull complete [2024-07-01T18:21:52.697Z] f23df028b6ca: Pull complete [2024-07-01T18:21:52.697Z] d65c8cfc05b1: Pull complete [2024-07-01T18:22:10.874Z] 2437ff75d9bd: Pull complete [2024-07-01T18:22:10.874Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-01T18:22:10.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T18:22:10.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T18:22:11.243Z] prd-ubuntu20.04-docker-arm64-4c-16g-4697 does not seem to be running inside a container [2024-07-01T18:22:11.290Z] $ 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 [2024-07-01T18:22:13.728Z] $ docker top a66430d0e105d00c5fa3a1671e7c856e6755457f66c82c1c44fe05a51deda02e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:14.318Z] ---> job-cost.sh [2024-07-01T18:22:14.584Z] lf-activate-venv: SKIPPING [2024-07-01T18:22:14.584Z] INFO: No Stack... [2024-07-01T18:22:14.848Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-01T18:22:15.797Z] INFO: Archiving Costs [Pipeline] sh [2024-07-01T18:22:16.138Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/cost.csv [2024-07-01T18:22:16.139Z] + cut -d, -f6 [Pipeline] lock [2024-07-01T18:22:16.484Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [2024-07-01T18:22:16.498Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] did not exist. Created. [2024-07-01T18:22:16.504Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-01T18:22:16.926Z] /w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/durable-a82e74a3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-01T18:22:17.302Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-01T18:22:17.348Z] Warning: overwriting stash ‘stack-cost’ [2024-07-01T18:22:17.750Z] Stashed 1 file(s) [Pipeline] } [2024-07-01T18:22:17.774Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-112-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-01T18:22:17.856Z] $ docker stop --time=1 a66430d0e105d00c5fa3a1671e7c856e6755457f66c82c1c44fe05a51deda02e [2024-07-01T18:22:19.314Z] $ 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 [2024-07-01T18:22:21.223Z] + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-112/archives ] [2024-07-01T18:22:21.223Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-112/archives [2024-07-01T18:22:21.223Z] total 16 [2024-07-01T18:22:21.223Z] drwxr-xr-x 3 root root 4096 Jul 1 18:15 . [2024-07-01T18:22:21.223Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:15 .. [2024-07-01T18:22:21.223Z] drwxr-xr-x 2 root root 4096 Jul 1 18:15 cost [2024-07-01T18:22:21.223Z] -rw-r--r-- 1 root root 88 Jul 1 18:15 cost.csv [2024-07-01T18:22:21.223Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-112/archives [2024-07-01T18:22:21.223Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-112/archives [2024-07-01T18:22:21.223Z] total 16 [2024-07-01T18:22:21.223Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 18:15 . [2024-07-01T18:22:21.223Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 18:15 .. [2024-07-01T18:22:21.223Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 18:15 cost [2024-07-01T18:22:21.223Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 1 18:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:21.613Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:22.657Z] ---> package-listing.sh [2024-07-01T18:22:22.657Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-01T18:22:22.657Z] ++ facter osfamily [2024-07-01T18:22:22.657Z] + OS_FAMILY=debian [2024-07-01T18:22:22.657Z] + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-112 [2024-07-01T18:22:22.657Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-01T18:22:22.657Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-01T18:22:22.657Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-01T18:22:22.657Z] + PACKAGES=/tmp/packages_start.txt [2024-07-01T18:22:22.657Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-112 ']' [2024-07-01T18:22:22.657Z] + PACKAGES=/tmp/packages_end.txt [2024-07-01T18:22:22.657Z] + case "${OS_FAMILY}" in [2024-07-01T18:22:22.657Z] + dpkg -l [2024-07-01T18:22:22.657Z] + grep '^ii' [2024-07-01T18:22:22.923Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-01T18:22:22.923Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-01T18:22:22.923Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-01T18:22:22.923Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-112 ']' [2024-07-01T18:22:22.923Z] + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-112/archives/ [2024-07-01T18:22:22.923Z] + 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 [2024-07-01T18:22:22.961Z] 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 [2024-07-01T18:22:23.258Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T18:22:24.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T18:22:24.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T18:22:24.377Z] prd-ubuntu20.04-docker-8c-8g-4695 does not seem to be running inside a container [2024-07-01T18:22:24.409Z] $ 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 [2024-07-01T18:22:24.603Z] $ docker top 44d20fa65fe6290c1101032c7a8e0eb733dd2754793e745d92bc2db4a93c403b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T18:22:25.021Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-01T18:22:25.343Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-01T18:22:25.750Z] + ls /var/log/sa-host [2024-07-01T18:22:25.750Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T18:22:25.997Z] provisioning config files... [2024-07-01T18:22:26.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-112@tmp/config6034396659202070824tmp [Pipeline] { [Pipeline] echo [2024-07-01T18:22:26.075Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:26.395Z] ---> create-netrc.sh [Pipeline] } [2024-07-01T18:22:26.428Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:26.847Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-01T18:22:26.891Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:27.221Z] ---> sudo-logs.sh [2024-07-01T18:22:27.222Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-01T18:22:27.315Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:27.629Z] ---> job-cost.sh [2024-07-01T18:22:27.629Z] lf-activate-venv: SKIPPING [2024-07-01T18:22:27.629Z] DEBUG: total: 0.2199999988079071 [2024-07-01T18:22:27.629Z] INFO: Retrieving Stack Cost... [2024-07-01T18:22:28.196Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-01T18:22:28.455Z] INFO: Archiving Costs [Pipeline] echo [2024-07-01T18:22:28.498Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T18:22:28.823Z] ---> logs-deploy.sh [2024-07-01T18:22:28.823Z] lf-activate-venv: SKIPPING [2024-07-01T18:22:28.823Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-112/1 [2024-07-01T18:22:28.823Z] INFO: archiving workspace using pattern(s): [2024-07-01T18:22:29.760Z] Archives upload complete. [2024-07-01T18:22:29.760Z] INFO: archiving logs to Nexus