Pull request #108 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-taf-common Obtained Jenkinsfile from a06c57b70ec429902758a1e383f86919f92b93a5+3ca3cddfca188673c058580017bc939ba91c3085 (096c0ef9c921a618a7fa6619bfde092946f1cf43) 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-ssh15322178572559638662.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh4586447878832053712.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 f5e0e1f8358a839901f1a476b3a28a62f8570917 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-108/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-108/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5809014254894350404.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-108/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1026507276424310183.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f5e0e1f8358a839901f1a476b3a28a62f8570917 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f5e0e1f8358a839901f1a476b3a28a62f8570917 # timeout=10 Commit message: "Merge pull request #449 from jinlinGuan/issue-448" > 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-ssh15554774297847140641.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-108/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-108/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14382372817203715063.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 f5e0e1f8358a839901f1a476b3a28a62f8570917 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-894 in /w/workspace/xfoundry_edgex-taf-common_PR-108 [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-108 # 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 Merging remotes/origin/main commit 3ca3cddfca188673c058580017bc939ba91c3085 into PR head commit a06c57b70ec429902758a1e383f86919f92b93a5 Merge succeeded, producing a06c57b70ec429902758a1e383f86919f92b93a5 Checking out Revision a06c57b70ec429902758a1e383f86919f92b93a5 (PR-108) > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config 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/108/head:refs/remotes/origin/PR-108 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # 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 3ca3cddfca188673c058580017bc939ba91c3085 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # timeout=10 Commit message: "Upgrade alpine version" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f5e0e1f8358a839901f1a476b3a28a62f8570917 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-28T01:56:48.421Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-28T01:56:48.632Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-28T01:56:48.758Z] ========================================================= [2024-05-28T01:56:48.758Z] EdgeX Global Pipelines Version Info [2024-05-28T01:56:48.758Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-28T01:56:49.558Z] ------------------- [2024-05-28T01:56:49.558Z] stable info: [2024-05-28T01:56:49.558Z] ------------------- [2024-05-28T01:56:49.558Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-28T01:56:49.558Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-28T01:56:49.558Z] Message: update stable to v1.0.259 [2024-05-28T01:56:50.127Z] ------------------- [2024-05-28T01:56:50.127Z] experimental info: [2024-05-28T01:56:50.127Z] ------------------- [2024-05-28T01:56:50.127Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-28T01:56:50.127Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-28T01:56:50.127Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-05-28T01:56:50.446Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-05-28T01:56:50.652Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-05-28T01:56:50.712Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-28T01:56:50.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-28T01:56:50.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-28T01:56:50.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-05-28T01:56:50.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-28T01:56:51.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-05-28T01:56:51.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-05-28T01:56:51.134Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-28T01:56:51.196Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-05-28T01:56:51.261Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-05-28T01:56:51.327Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-28T01:56:51.395Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-28T01:56:51.451Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-108 [Pipeline] echo [2024-05-28T01:56:51.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-108 [Pipeline] echo [2024-05-28T01:56:51.563Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-108 [Pipeline] echo [2024-05-28T01:56:51.623Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a06c57b70ec429902758a1e383f86919f92b93a5 [Pipeline] echo [2024-05-28T01:56:51.678Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a06c57b [Pipeline] echo [2024-05-28T01:56:51.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T01:56:51.901Z] provisioning config files... [2024-05-28T01:56:51.920Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config5452783499307340531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T01:56:52.322Z] ---> ****-login.sh [2024-05-28T01:56:52.322Z] nexus3.edgexfoundry.org:10001 [2024-05-28T01:56:52.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:56:52.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:56:52.596Z] Configure a credential helper to remove this warning. See [2024-05-28T01:56:52.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:56:52.596Z] [2024-05-28T01:56:52.596Z] Login Succeeded [2024-05-28T01:56:52.596Z] nexus3.edgexfoundry.org:10002 [2024-05-28T01:56:52.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:56:52.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:56:52.596Z] Configure a credential helper to remove this warning. See [2024-05-28T01:56:52.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:56:52.596Z] [2024-05-28T01:56:52.596Z] Login Succeeded [2024-05-28T01:56:52.596Z] nexus3.edgexfoundry.org:10003 [2024-05-28T01:56:52.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:56:52.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:56:52.867Z] Configure a credential helper to remove this warning. See [2024-05-28T01:56:52.867Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:56:52.867Z] [2024-05-28T01:56:52.867Z] Login Succeeded [2024-05-28T01:56:52.867Z] nexus3.edgexfoundry.org:10004 [2024-05-28T01:56:52.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:56:52.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:56:52.867Z] Configure a credential helper to remove this warning. See [2024-05-28T01:56:52.867Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:56:52.867Z] [2024-05-28T01:56:52.867Z] Login Succeeded [2024-05-28T01:56:52.867Z] ****.io [2024-05-28T01:56:52.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:56:53.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:56:53.128Z] Configure a credential helper to remove this warning. See [2024-05-28T01:56:53.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:56:53.128Z] [2024-05-28T01:56:53.128Z] Login Succeeded [2024-05-28T01:56:53.128Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T01:56:53.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-28T01:56:53.908Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-28T01:56:53.908Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-28T01:56:53.908Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-28T01:56:53.908Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-28T01:56:53.908Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-28T01:56:53.908Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-28T01:56:53.908Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T01:56:54.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T01:56:54.450Z] [2024-05-28T01:56:54.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T01:56:54.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T01:56:54.847Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-28T01:56:54.847Z] b85a868b505f: Pulling fs layer [2024-05-28T01:56:54.847Z] e2be974225ed: Pulling fs layer [2024-05-28T01:56:54.847Z] 339a4e72a1f5: Pulling fs layer [2024-05-28T01:56:54.847Z] 988bab9f4d93: Pulling fs layer [2024-05-28T01:56:54.847Z] 1469e6f7b9e6: Pulling fs layer [2024-05-28T01:56:54.847Z] eaf3925da568: Pulling fs layer [2024-05-28T01:56:54.847Z] bab4dde63d76: Pulling fs layer [2024-05-28T01:56:54.847Z] bde34c3a00c8: Pulling fs layer [2024-05-28T01:56:54.847Z] b352a97aabf1: Pulling fs layer [2024-05-28T01:56:54.847Z] 4872d77fe225: Pulling fs layer [2024-05-28T01:56:54.847Z] 5851b861e8e6: Pulling fs layer [2024-05-28T01:56:54.847Z] 988bab9f4d93: Waiting [2024-05-28T01:56:54.847Z] bab4dde63d76: Waiting [2024-05-28T01:56:54.847Z] bde34c3a00c8: Waiting [2024-05-28T01:56:54.847Z] b352a97aabf1: Waiting [2024-05-28T01:56:54.847Z] 1469e6f7b9e6: Waiting [2024-05-28T01:56:54.847Z] eaf3925da568: Waiting [2024-05-28T01:56:54.847Z] 4872d77fe225: Waiting [2024-05-28T01:56:54.847Z] 5851b861e8e6: Waiting [2024-05-28T01:56:54.847Z] e2be974225ed: Verifying Checksum [2024-05-28T01:56:54.847Z] e2be974225ed: Download complete [2024-05-28T01:56:54.847Z] 988bab9f4d93: Verifying Checksum [2024-05-28T01:56:54.847Z] 988bab9f4d93: Download complete [2024-05-28T01:56:55.112Z] 1469e6f7b9e6: Verifying Checksum [2024-05-28T01:56:55.112Z] 1469e6f7b9e6: Download complete [2024-05-28T01:56:55.112Z] 339a4e72a1f5: Verifying Checksum [2024-05-28T01:56:55.112Z] 339a4e72a1f5: Download complete [2024-05-28T01:56:55.112Z] eaf3925da568: Verifying Checksum [2024-05-28T01:56:55.112Z] eaf3925da568: Download complete [2024-05-28T01:56:55.112Z] b352a97aabf1: Verifying Checksum [2024-05-28T01:56:55.112Z] b352a97aabf1: Download complete [2024-05-28T01:56:55.112Z] 4872d77fe225: Verifying Checksum [2024-05-28T01:56:55.112Z] 4872d77fe225: Download complete [2024-05-28T01:56:55.112Z] 5851b861e8e6: Verifying Checksum [2024-05-28T01:56:55.112Z] 5851b861e8e6: Download complete [2024-05-28T01:56:55.112Z] b85a868b505f: Verifying Checksum [2024-05-28T01:56:55.112Z] b85a868b505f: Download complete [2024-05-28T01:56:55.372Z] bab4dde63d76: Verifying Checksum [2024-05-28T01:56:55.372Z] bab4dde63d76: Download complete [2024-05-28T01:56:56.322Z] b85a868b505f: Pull complete [2024-05-28T01:56:56.581Z] e2be974225ed: Pull complete [2024-05-28T01:56:57.152Z] 339a4e72a1f5: Pull complete [2024-05-28T01:56:57.152Z] 988bab9f4d93: Pull complete [2024-05-28T01:56:57.413Z] 1469e6f7b9e6: Pull complete [2024-05-28T01:56:57.413Z] eaf3925da568: Pull complete [2024-05-28T01:56:59.318Z] bab4dde63d76: Pull complete [2024-05-28T01:56:59.318Z] bde34c3a00c8: Pull complete [2024-05-28T01:56:59.578Z] b352a97aabf1: Pull complete [2024-05-28T01:56:59.578Z] 4872d77fe225: Pull complete [2024-05-28T01:56:59.578Z] 5851b861e8e6: Pull complete [2024-05-28T01:56:59.578Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-28T01:56:59.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T01:56:59.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T01:56:59.883Z] prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container [2024-05-28T01:56:59.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-108 -v /w/workspace/xfoundry_edgex-taf-common_PR-108:/w/workspace/xfoundry_edgex-taf-common_PR-108:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-108@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-devops/py-git-semver:0.1.4 cat [2024-05-28T01:57:05.441Z] $ docker top 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 -eo pid,comm [2024-05-28T01:57:05.492Z] 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-05-28T01:57:05.492Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-28T01:57:05.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T01:57:05.667Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T01:57:05.788Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T01:57:05.794Z] $ docker exec 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent [2024-05-28T01:57:05.901Z] SSH_AUTH_SOCK=/tmp/ssh-9mvkkcL2rgUq/agent.31 [2024-05-28T01:57:05.901Z] SSH_AGENT_PID=37 [2024-05-28T01:57:05.906Z] Running ssh-add (command line suppressed) [2024-05-28T01:57:06.026Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/private_key_11731123279825602317.key (/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/private_key_11731123279825602317.key) [2024-05-28T01:57:06.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T01:57:06.388Z] + git tag --points-at HEAD [Pipeline] } [2024-05-28T01:57:06.426Z] $ docker exec --env ******** --env ******** 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent -k [2024-05-28T01:57:06.529Z] unset SSH_AUTH_SOCK; [2024-05-28T01:57:06.529Z] unset SSH_AGENT_PID; [2024-05-28T01:57:06.529Z] echo Agent pid 37 killed; [2024-05-28T01:57:06.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-28T01:57:06.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T01:57:06.652Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T01:57:06.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T01:57:06.767Z] $ docker exec 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent [2024-05-28T01:57:06.871Z] SSH_AUTH_SOCK=/tmp/ssh-4p9oGZr1WDE3/agent.70 [2024-05-28T01:57:06.871Z] SSH_AGENT_PID=76 [2024-05-28T01:57:06.875Z] Running ssh-add (command line suppressed) [2024-05-28T01:57:06.976Z] Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/private_key_601847860729187199.key (/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/private_key_601847860729187199.key) [2024-05-28T01:57:06.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T01:57:07.344Z] + git semver init [2024-05-28T01:57:07.604Z] 2024-05-28 01:57:07,526 [run_init] DEBUG init version:0.0.0 force:False [2024-05-28T01:57:07.604Z] 2024-05-28 01:57:07,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver [2024-05-28T01:57:07.604Z] 2024-05-28 01:57:07,527 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-108/.semver [2024-05-28T01:57:07.604Z] 2024-05-28 01:57:07,527 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-108, universal_newlines=False, shell=None, istream=None) [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,105 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-108/.git/info/exclude [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,106 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver/PR-108 with force:False [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,106 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver/PR-108 [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,110 [execute] INFO git cat-file --batch-check [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,110 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver, universal_newlines=False, shell=None, istream=) [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,115 [execute] INFO git cat-file --batch [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,115 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver, universal_newlines=False, shell=None, istream=) [2024-05-28T01:57:08.172Z] 2024-05-28 01:57:08,120 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-108/.semver/PR-108 [2024-05-28T01:57:08.172Z] 0.0.0 [Pipeline] } [2024-05-28T01:57:08.207Z] $ docker exec --env ******** --env ******** 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent -k [2024-05-28T01:57:08.304Z] unset SSH_AUTH_SOCK; [2024-05-28T01:57:08.304Z] unset SSH_AGENT_PID; [2024-05-28T01:57:08.304Z] echo Agent pid 76 killed; [2024-05-28T01:57:08.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T01:57:08.769Z] + git semver [Pipeline] } [2024-05-28T01:57:09.061Z] $ docker stop --time=1 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 [2024-05-28T01:57:10.350Z] $ docker rm -f --volumes 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-28T01:57:10.769Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-28T01:57:11.093Z] Stashed 1 file(s) [Pipeline] echo [2024-05-28T01:57:11.118Z] [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-05-28T01:57:11.803Z] provisioning config files... [2024-05-28T01:57:11.815Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config9550819283716464753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T01:57:12.181Z] ---> ****-login.sh [2024-05-28T01:57:12.181Z] nexus3.edgexfoundry.org:10001 [2024-05-28T01:57:12.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:57:12.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:57:12.181Z] Configure a credential helper to remove this warning. See [2024-05-28T01:57:12.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:57:12.181Z] [2024-05-28T01:57:12.181Z] Login Succeeded [2024-05-28T01:57:12.181Z] nexus3.edgexfoundry.org:10002 [2024-05-28T01:57:12.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:57:12.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:57:12.182Z] Configure a credential helper to remove this warning. See [2024-05-28T01:57:12.182Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:57:12.182Z] [2024-05-28T01:57:12.182Z] Login Succeeded [2024-05-28T01:57:12.182Z] nexus3.edgexfoundry.org:10003 [2024-05-28T01:57:12.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:57:12.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:57:12.441Z] Configure a credential helper to remove this warning. See [2024-05-28T01:57:12.441Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:57:12.441Z] [2024-05-28T01:57:12.441Z] Login Succeeded [2024-05-28T01:57:12.441Z] nexus3.edgexfoundry.org:10004 [2024-05-28T01:57:12.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:57:12.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:57:12.441Z] Configure a credential helper to remove this warning. See [2024-05-28T01:57:12.441Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:57:12.441Z] [2024-05-28T01:57:12.441Z] Login Succeeded [2024-05-28T01:57:12.441Z] ****.io [2024-05-28T01:57:12.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T01:57:12.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T01:57:12.701Z] Configure a credential helper to remove this warning. See [2024-05-28T01:57:12.701Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T01:57:12.701Z] [2024-05-28T01:57:12.701Z] Login Succeeded [2024-05-28T01:57:12.701Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T01:57:12.735Z] 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-05-28T01:57:13.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-28T01:57:14.177Z] + ls -al . [2024-05-28T01:57:14.177Z] total 72 [2024-05-28T01:57:14.177Z] drwxrwxr-x 7 jenkins jenkins 4096 May 28 01:57 . [2024-05-28T01:57:14.177Z] drwxrwxr-x 4 jenkins jenkins 4096 May 28 01:56 .. [2024-05-28T01:57:14.177Z] drwxrwxr-x 8 jenkins jenkins 4096 May 28 01:57 .git [2024-05-28T01:57:14.177Z] drwxrwxr-x 2 jenkins jenkins 4096 May 28 01:56 .github [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 22 May 28 01:56 .gitignore [2024-05-28T01:57:14.177Z] drwxr-xr-x 3 jenkins jenkins 4096 May 28 01:57 .semver [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 28 01:56 Dockerfile [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 746 May 28 01:56 Jenkinsfile [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 28 01:56 LICENSE [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 28 01:56 README.md [2024-05-28T01:57:14.177Z] drwxrwxr-x 4 jenkins jenkins 4096 May 28 01:56 TAF-Manager [2024-05-28T01:57:14.177Z] drwxrwxr-x 6 jenkins jenkins 4096 May 28 01:56 TUC [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 5 May 28 01:57 VERSION [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 343 May 28 01:56 requirements.txt [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 54 May 28 01:56 robot-entrypoint.sh [2024-05-28T01:57:14.177Z] -rw-rw-r-- 1 jenkins jenkins 445 May 28 01:56 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T01:57:14.611Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 --label arch=amd64 --label version=0.0.0 . [2024-05-28T01:57:14.611Z] Sending build context to Docker daemon 604.7kB [2024-05-28T01:57:14.611Z] Step 1/13 : FROM alpine:3.20 [2024-05-28T01:57:14.873Z] 3.20: Pulling from library/alpine [2024-05-28T01:57:15.134Z] d25f557d7f31: Pulling fs layer [2024-05-28T01:57:15.554Z] d25f557d7f31: Verifying Checksum [2024-05-28T01:57:15.554Z] d25f557d7f31: Download complete [2024-05-28T01:57:15.554Z] d25f557d7f31: Pull complete [2024-05-28T01:57:15.555Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-28T01:57:15.555Z] Status: Downloaded newer image for alpine:3.20 [2024-05-28T01:57:15.555Z] ---> 1d34ffeaf190 [2024-05-28T01:57:15.555Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-28T01:57:15.815Z] ---> Running in dcae5be44ea1 [2024-05-28T01:57:15.815Z] Removing intermediate container dcae5be44ea1 [2024-05-28T01:57:15.815Z] ---> a53cf3a737d6 [2024-05-28T01:57:15.815Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-28T01:57:15.815Z] ---> Running in 037344989ac7 [2024-05-28T01:57:16.075Z] Removing intermediate container 037344989ac7 [2024-05-28T01:57:16.075Z] ---> 968144f7a49a [2024-05-28T01:57:16.075Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-28T01:57:16.335Z] ---> 56ba9ac8face [2024-05-28T01:57:16.335Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-28T01:57:16.335Z] ---> b5094fedd16d [2024-05-28T01:57:16.335Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-28T01:57:16.595Z] ---> 8175c86196a3 [2024-05-28T01:57:16.595Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-28T01:57:16.595Z] ---> Running in 222625b20e96 [2024-05-28T01:57:16.595Z] Removing intermediate container 222625b20e96 [2024-05-28T01:57:16.595Z] ---> 29426898b6b1 [2024-05-28T01:57:16.595Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-28T01:57:16.595Z] ---> Running in 928626d60533 [2024-05-28T01:57:17.171Z] Removing intermediate container 928626d60533 [2024-05-28T01:57:17.171Z] ---> 4bd9edb4ed21 [2024-05-28T01:57:17.171Z] 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 --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install -r requirements.txt [2024-05-28T01:57:17.171Z] ---> Running in d92e41821607 [2024-05-28T01:57:17.431Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:17.999Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:18.939Z] OK: 8 MiB in 14 packages [2024-05-28T01:57:18.939Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:19.509Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:20.081Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-28T01:57:20.341Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-28T01:57:20.910Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-28T01:57:21.169Z] (4/14) Installing libunistring (1.2-r0) [2024-05-28T01:57:21.740Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-28T01:57:22.000Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-28T01:57:22.261Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-28T01:57:22.521Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-28T01:57:23.088Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-28T01:57:23.663Z] (10/14) Installing curl (8.7.1-r0) [2024-05-28T01:57:23.922Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-28T01:57:24.860Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-28T01:57:25.120Z] (13/14) Installing jq (1.7.1-r0) [2024-05-28T01:57:25.688Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-28T01:57:25.949Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T01:57:25.949Z] Executing ca-certificates-20240226-r0.trigger [2024-05-28T01:57:25.949Z] OK: 43 MiB in 28 packages [2024-05-28T01:57:25.949Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:26.513Z] Still waiting to schedule task [2024-05-28T01:57:26.513Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-05-28T01:57:26.517Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:57:27.085Z] (1/167) Installing libexpat (2.6.2-r0) [2024-05-28T01:57:27.344Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-05-28T01:57:27.914Z] (3/167) Installing libpng (1.6.43-r0) [2024-05-28T01:57:28.174Z] (4/167) Installing freetype (2.13.2-r0) [2024-05-28T01:57:28.743Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-05-28T01:57:29.003Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-05-28T01:57:29.262Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-05-28T01:57:29.520Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-05-28T01:57:30.086Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-05-28T01:57:30.345Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-05-28T01:57:30.911Z] (11/167) Installing libffi (3.4.6-r0) [2024-05-28T01:57:31.169Z] (12/167) Installing libintl (0.22.5-r0) [2024-05-28T01:57:31.428Z] (13/167) Installing libeconf (0.6.3-r0) [2024-05-28T01:57:31.687Z] (14/167) Installing libblkid (2.40.1-r1) [2024-05-28T01:57:31.946Z] (15/167) Installing libmount (2.40.1-r1) [2024-05-28T01:57:32.204Z] (16/167) Installing pcre2 (10.43-r0) [2024-05-28T01:57:32.771Z] (17/167) Installing glib (2.80.2-r0) [2024-05-28T01:57:33.339Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-28T01:57:33.907Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-05-28T01:57:34.166Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-05-28T01:57:34.734Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-05-28T01:57:34.994Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-05-28T01:57:35.253Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-05-28T01:57:35.822Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-05-28T01:57:36.082Z] (25/167) Installing libwebp (1.3.2-r0) [2024-05-28T01:57:36.341Z] (26/167) Installing tiff (4.6.0t-r0) [2024-05-28T01:57:36.911Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-05-28T01:57:37.172Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-28T01:57:37.432Z] (29/167) Installing libxau (1.0.11-r4) [2024-05-28T01:57:37.691Z] (30/167) Installing libmd (1.1.0-r0) [2024-05-28T01:57:37.952Z] (31/167) Installing libbsd (0.12.2-r0) [2024-05-28T01:57:38.211Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-05-28T01:57:38.471Z] (33/167) Installing libxcb (1.16.1-r0) [2024-05-28T01:57:39.038Z] (34/167) Installing libx11 (1.8.9-r1) [2024-05-28T01:57:39.608Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-05-28T01:57:39.608Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-05-28T01:57:39.868Z] (37/167) Installing libxrender (0.9.11-r5) [2024-05-28T01:57:40.127Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-05-28T01:57:40.697Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-05-28T01:57:40.697Z] (40/167) Installing libxext (1.3.6-r2) [2024-05-28T01:57:40.956Z] (41/167) Installing libxi (1.8.1-r4) [2024-05-28T01:57:41.526Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-05-28T01:57:41.526Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-05-28T01:57:41.785Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-05-28T01:57:42.368Z] (45/167) Installing libxtst (1.2.4-r6) [2024-05-28T01:57:42.368Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-05-28T01:57:42.945Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-05-28T01:57:43.204Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-28T01:57:43.490Z] (49/167) Installing pixman (0.43.2-r0) [2024-05-28T01:57:44.060Z] (50/167) Installing cairo (1.18.0-r0) [2024-05-28T01:57:44.332Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-05-28T01:57:44.591Z] (52/167) Installing avahi-libs (0.8-r17) [2024-05-28T01:57:45.159Z] (53/167) Installing gmp (6.3.0-r1) [2024-05-28T01:57:45.419Z] (54/167) Installing nettle (3.9.1-r0) [2024-05-28T01:57:45.987Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-05-28T01:57:46.247Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-05-28T01:57:46.506Z] (57/167) Installing gnutls (3.8.5-r0) [2024-05-28T01:57:47.074Z] (58/167) Installing cups-libs (2.4.8-r0) [2024-05-28T01:57:47.643Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-05-28T01:57:47.903Z] (60/167) Installing fribidi (1.0.14-r0) [2024-05-28T01:57:48.165Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-05-28T01:57:48.424Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-05-28T01:57:48.992Z] (63/167) Installing libxft (2.3.8-r3) [2024-05-28T01:57:49.251Z] (64/167) Installing pango (1.52.2-r0) [2024-05-28T01:57:49.818Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-05-28T01:57:50.078Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-28T01:57:50.337Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-05-28T01:57:50.337Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-05-28T01:57:50.906Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-05-28T01:57:51.475Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-05-28T01:57:52.043Z] (71/167) Installing icu-data-full (74.2-r0) [2024-05-28T01:57:52.610Z] (72/167) Installing mesa (24.0.8-r1) [2024-05-28T01:57:52.869Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-05-28T01:57:54.248Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-05-28T01:57:54.816Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-05-28T01:57:55.075Z] (76/167) Installing libdrm (2.4.120-r0) [2024-05-28T01:57:55.335Z] (77/167) Installing libelf (0.191-r0) [2024-05-28T01:57:55.902Z] (78/167) Installing mesa-glapi (24.0.8-r1) [2024-05-28T01:57:56.161Z] (79/167) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-28T01:57:56.729Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-05-28T01:57:57.296Z] (81/167) Installing libmagic (5.45-r1) [2024-05-28T01:57:57.555Z] (82/167) Installing file (5.45-r1) [2024-05-28T01:57:57.814Z] (83/167) Installing xprop (1.2.7-r0) [2024-05-28T01:57:58.073Z] (84/167) Installing libice (1.1.1-r6) [2024-05-28T01:57:58.333Z] (85/167) Installing libuuid (2.40.1-r1) [2024-05-28T01:57:58.592Z] (86/167) Installing libsm (1.2.4-r4) [2024-05-28T01:57:58.853Z] (87/167) Installing libxt (1.3.0-r5) [2024-05-28T01:57:59.423Z] (88/167) Installing libxmu (1.1.4-r2) [2024-05-28T01:57:59.682Z] (89/167) Installing xset (1.2.5-r1) [2024-05-28T01:57:59.941Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-05-28T01:58:00.199Z] (91/167) Installing libogg (1.3.5-r5) [2024-05-28T01:58:00.455Z] (92/167) Installing libflac (1.4.3-r1) [2024-05-28T01:58:01.022Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-05-28T01:58:01.282Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-28T01:58:01.850Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-05-28T01:58:02.419Z] (96/167) Installing libva (2.21.0-r0) [2024-05-28T01:58:02.988Z] (97/167) Installing libvdpau (1.5-r3) [2024-05-28T01:58:02.988Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-05-28T01:58:03.557Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-28T01:58:03.818Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-05-28T01:58:04.386Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-05-28T01:58:04.646Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-05-28T01:58:04.904Z] (103/167) Installing imath (3.1.11-r2) [2024-05-28T01:58:05.472Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-05-28T01:58:05.730Z] (105/167) Installing giflib (5.2.2-r0) [2024-05-28T01:58:06.296Z] (106/167) Installing libhwy (1.0.7-r0) [2024-05-28T01:58:06.296Z] (107/167) Installing lcms2 (2.16-r0) [2024-05-28T01:58:06.866Z] (108/167) Installing libjxl (0.10.2-r0) [2024-05-28T01:58:07.433Z] (109/167) Installing lame-libs (3.100-r5) [2024-05-28T01:58:07.693Z] (110/167) Installing opus (1.5.2-r0) [2024-05-28T01:58:08.261Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-05-28T01:58:08.521Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-05-28T01:58:09.089Z] (113/167) Installing soxr (0.1.3-r7) [2024-05-28T01:58:09.348Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-28T01:58:09.607Z] (115/167) Installing libtheora (1.1.1-r18) [2024-05-28T01:58:10.175Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-05-28T01:58:10.433Z] (117/167) Installing libvpx (1.14.0-r0) [2024-05-28T01:58:11.001Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-05-28T01:58:11.260Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-05-28T01:58:11.830Z] (120/167) Installing numactl (2.0.18-r0) [2024-05-28T01:58:12.090Z] (121/167) Installing x265-libs (3.6-r0) [2024-05-28T01:58:12.659Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-05-28T01:58:12.918Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-28T01:58:13.488Z] (124/167) Installing libbluray (1.3.4-r1) [2024-05-28T01:58:14.062Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-05-28T01:58:14.321Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-05-28T01:58:14.890Z] (127/167) Installing cjson (1.7.18-r0) [2024-05-28T01:58:15.150Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-05-28T01:58:15.409Z] (129/167) Installing librist (0.2.10-r1) [2024-05-28T01:58:15.977Z] (130/167) Installing libsrt (1.5.3-r0) [2024-05-28T01:58:16.237Z] (131/167) Installing libssh (0.10.6-r0) [2024-05-28T01:58:16.803Z] (132/167) Installing libsodium (1.0.19-r0) [2024-05-28T01:58:17.070Z] (133/167) Installing libzmq (4.3.5-r2) [2024-05-28T01:58:17.641Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-28T01:58:17.900Z] (135/167) Installing crc32c (1.1.2-r0) [2024-05-28T01:58:18.160Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-05-28T01:58:18.728Z] (137/167) Installing libevent (2.1.12-r7) [2024-05-28T01:58:18.987Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-05-28T01:58:19.245Z] (139/167) Installing mesa-gbm (24.0.8-r1) [2024-05-28T01:58:19.505Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-05-28T01:58:20.072Z] (141/167) Installing icu-libs (74.2-r0) [2024-05-28T01:58:20.639Z] (142/167) Installing minizip (1.3.1-r0) [2024-05-28T01:58:20.899Z] (143/167) Installing nspr (4.35-r4) [2024-05-28T01:58:21.158Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-05-28T01:58:21.727Z] (145/167) Installing nss (3.100-r0) [2024-05-28T01:58:22.296Z] (146/167) Installing openh264 (2.4.1-r0) [2024-05-28T01:58:22.554Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-05-28T01:58:23.122Z] (148/167) Installing libunwind (1.8.1-r0) [2024-05-28T01:58:23.381Z] (149/167) Installing yaml (0.2.5-r2) [2024-05-28T01:58:23.641Z] (150/167) Installing libcamera (0.3.0-r0) [2024-05-28T01:58:24.210Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-05-28T01:58:24.470Z] (152/167) Installing libuv (1.48.0-r0) [2024-05-28T01:58:24.729Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-28T01:58:24.988Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-05-28T01:58:25.557Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-28T01:58:26.124Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-05-28T01:58:26.385Z] (157/167) Installing libasyncns (0.8-r3) [2024-05-28T01:58:26.645Z] (158/167) Installing libltdl (2.4.7-r3) [2024-05-28T01:58:27.214Z] (159/167) Installing orc (0.4.37-r0) [2024-05-28T01:58:27.473Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-05-28T01:58:27.732Z] (161/167) Installing libpulse (17.0-r0) [2024-05-28T01:58:28.301Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-05-28T01:58:28.566Z] (163/167) Installing libgpg-error (1.49-r0) [2024-05-28T01:58:28.826Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-05-28T01:58:29.393Z] (165/167) Installing libxslt (1.1.39-r1) [2024-05-28T01:58:29.652Z] (166/167) Installing chromium (125.0.6422.112-r0) [2024-05-28T01:58:44.548Z] (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-28T01:58:44.548Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T01:58:44.548Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-28T01:58:44.548Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-28T01:58:44.548Z] Executing glib-2.80.2-r0.trigger [2024-05-28T01:58:44.548Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-28T01:58:44.548Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-28T01:58:44.548Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-28T01:58:44.548Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-28T01:58:44.548Z] OK: 657 MiB in 195 packages [2024-05-28T01:58:44.548Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:58:44.548Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:58:44.548Z] (1/30) Installing jansson (2.14-r4) [2024-05-28T01:58:44.548Z] (2/30) Installing binutils (2.42-r0) [2024-05-28T01:58:45.124Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-28T01:58:45.383Z] (4/30) Installing isl26 (0.26-r1) [2024-05-28T01:58:45.950Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-28T01:58:46.518Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-28T01:58:46.777Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-28T01:58:54.906Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-28T01:58:55.475Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-28T01:58:55.735Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-28T01:58:56.304Z] (11/30) Installing libpq (16.3-r0) [2024-05-28T01:58:56.570Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-28T01:58:57.141Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-28T01:58:57.400Z] (14/30) Installing libecpg (16.3-r0) [2024-05-28T01:58:57.659Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-28T01:58:58.226Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-28T01:58:58.793Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-28T01:59:08.766Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-28T01:59:08.766Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-28T01:59:08.766Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-28T01:59:09.025Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-28T01:59:09.595Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-28T01:59:09.853Z] (23/30) Installing icu (74.2-r0) [2024-05-28T01:59:10.419Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-28T01:59:10.987Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-28T01:59:19.101Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-28T01:59:19.362Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-28T01:59:19.622Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-28T01:59:20.190Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-28T01:59:20.448Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-28T01:59:21.016Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T01:59:21.016Z] OK: 1193 MiB in 225 packages [2024-05-28T01:59:21.016Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:21.582Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:22.150Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-28T01:59:23.085Z] (2/14) Installing gdbm (1.23-r1) [2024-05-28T01:59:23.345Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-28T01:59:23.604Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-28T01:59:23.863Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-28T01:59:24.121Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-28T01:59:24.380Z] (7/14) Installing readline (8.2.10-r0) [2024-05-28T01:59:24.948Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-28T01:59:25.516Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-28T01:59:26.085Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-28T01:59:26.344Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-28T01:59:26.604Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-28T01:59:27.981Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-28T01:59:28.239Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-28T01:59:28.499Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T01:59:28.499Z] OK: 1359 MiB in 239 packages [2024-05-28T01:59:28.499Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:29.067Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:30.006Z] OK: 1359 MiB in 239 packages [2024-05-28T01:59:30.006Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:30.264Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-28T01:59:31.203Z] (1/1) Installing tzdata (2024a-r1) [2024-05-28T01:59:31.465Z] OK: 1361 MiB in 240 packages [2024-05-28T01:59:31.729Z] (1/1) Purging tzdata (2024a-r1) [2024-05-28T01:59:31.729Z] OK: 1359 MiB in 239 packages [2024-05-28T01:59:34.267Z] Looking in links: /tmp/tmpk95rvfug [2024-05-28T01:59:34.267Z] Processing /tmp/tmpk95rvfug/pip-24.0-py3-none-any.whl [2024-05-28T01:59:34.267Z] Installing collected packages: pip [2024-05-28T01:59:35.203Z] Successfully installed pip-24.0 [2024-05-28T01:59:35.203Z] 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-05-28T01:59:35.462Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-28T01:59:36.029Z] Collecting setuptools [2024-05-28T01:59:36.029Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-28T01:59:36.029Z] Collecting wheel [2024-05-28T01:59:36.029Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-28T01:59:36.029Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-28T01:59:36.029Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 72.9 MB/s eta 0:00:00 [2024-05-28T01:59:36.029Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-28T01:59:36.029Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 177.0 MB/s eta 0:00:00 [2024-05-28T01:59:36.029Z] Installing collected packages: wheel, setuptools [2024-05-28T01:59:36.595Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-28T01:59:36.595Z] 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-05-28T01:59:37.532Z] Processing ./edgex-taf-common [2024-05-28T01:59:37.532Z] Preparing metadata (setup.py): started [2024-05-28T01:59:37.532Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:37.532Z] Building wheels for collected packages: edgex-taf-common [2024-05-28T01:59:37.532Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-28T01:59:37.792Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-28T01:59:37.792Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=470c6edb247355795dedf09fc5365860312e24aa16a0b9e4801bec10bf778fcc [2024-05-28T01:59:37.792Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-28T01:59:37.792Z] Successfully built edgex-taf-common [2024-05-28T01:59:37.792Z] Installing collected packages: edgex-taf-common [2024-05-28T01:59:37.792Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-28T01:59:37.792Z] 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-05-28T01:59:38.361Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-28T01:59:38.361Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-28T01:59:38.622Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-28T01:59:38.622Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-28T01:59:38.622Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-28T01:59:38.622Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-28T01:59:38.622Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-28T01:59:38.622Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-28T01:59:38.622Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-28T01:59:38.622Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-28T01:59:38.622Z] Preparing metadata (setup.py): started [2024-05-28T01:59:38.883Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:38.883Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-28T01:59:38.883Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-28T01:59:39.144Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-28T01:59:39.144Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-28T01:59:39.144Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-28T01:59:39.144Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-28T01:59:39.144Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-28T01:59:39.144Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-28T01:59:39.144Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 13.1 MB/s eta 0:00:00 [2024-05-28T01:59:39.144Z] Preparing metadata (setup.py): started [2024-05-28T01:59:39.403Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:39.403Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-28T01:59:39.403Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-28T01:59:39.663Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-28T01:59:39.663Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-05-28T01:59:39.663Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.0 MB/s eta 0:00:00 [2024-05-28T01:59:39.922Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-28T01:59:39.922Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-28T01:59:39.922Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 29.1 MB/s eta 0:00:00 [2024-05-28T01:59:39.922Z] Installing build dependencies: started [2024-05-28T01:59:42.506Z] Installing build dependencies: finished with status 'done' [2024-05-28T01:59:42.506Z] Getting requirements to build wheel: started [2024-05-28T01:59:42.506Z] Getting requirements to build wheel: finished with status 'done' [2024-05-28T01:59:42.506Z] Preparing metadata (pyproject.toml): started [2024-05-28T01:59:42.765Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-28T01:59:43.025Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-28T01:59:43.025Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-28T01:59:43.284Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-28T01:59:43.284Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-05-28T01:59:43.544Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-28T01:59:43.544Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-28T01:59:43.544Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 4.4 MB/s eta 0:00:00 [2024-05-28T01:59:43.544Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-28T01:59:43.544Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-28T01:59:43.544Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 8.8 MB/s eta 0:00:00 [2024-05-28T01:59:43.804Z] Preparing metadata (setup.py): started [2024-05-28T01:59:43.804Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:44.063Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-28T01:59:44.063Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-05-28T01:59:44.063Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:44.063Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-28T01:59:44.324Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:44.324Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-28T01:59:44.324Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.324Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-28T01:59:44.324Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.324Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-28T01:59:44.324Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.8 MB/s eta 0:00:00 [2024-05-28T01:59:44.324Z] Preparing metadata (setup.py): started [2024-05-28T01:59:44.584Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:44.584Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.584Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-28T01:59:44.584Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.584Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-28T01:59:44.584Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.584Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-28T01:59:44.843Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.843Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-28T01:59:44.843Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.843Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-28T01:59:44.843Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:44.843Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-28T01:59:45.103Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T01:59:45.103Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-05-28T01:59:45.103Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T01:59:45.103Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-28T01:59:45.103Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T01:59:45.103Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-28T01:59:45.103Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T01:59:45.103Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-28T01:59:45.103Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-28T01:59:45.103Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-28T01:59:45.363Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-28T01:59:45.363Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-28T01:59:45.363Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T01:59:45.363Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-28T01:59:45.363Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T01:59:45.363Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-28T01:59:45.363Z] 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.0.0) [2024-05-28T01:59:45.622Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T01:59:45.622Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-28T01:59:45.622Z] 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-05-28T01:59:45.622Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T01:59:45.622Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:45.622Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-28T01:59:45.622Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:45.622Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-28T01:59:45.880Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:45.881Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-05-28T01:59:45.881Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:45.881Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-28T01:59:45.881Z] Preparing metadata (setup.py): started [2024-05-28T01:59:46.140Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:46.140Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.140Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-28T01:59:46.140Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.140Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-28T01:59:46.140Z] Preparing metadata (setup.py): started [2024-05-28T01:59:46.400Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T01:59:46.400Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.400Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T01:59:46.659Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.659Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-28T01:59:46.659Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.659Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-28T01:59:46.659Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.659Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-28T01:59:46.659Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.659Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T01:59:46.659Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.659Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-28T01:59:46.918Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T01:59:46.918Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-05-28T01:59:47.179Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:47.179Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-28T01:59:47.179Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:47.179Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-28T01:59:47.179Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:47.179Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-28T01:59:47.179Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T01:59:47.179Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-28T01:59:47.437Z] 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-05-28T01:59:47.437Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-28T01:59:47.437Z] 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-05-28T01:59:47.437Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-28T01:59:47.437Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-28T01:59:47.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 16.2 MB/s eta 0:00:00 [2024-05-28T01:59:47.437Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-28T01:59:47.695Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-28T01:59:47.695Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-28T01:59:47.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 11.8 MB/s eta 0:00:00 [2024-05-28T01:59:47.695Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-28T01:59:47.695Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-28T01:59:47.695Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-28T01:59:47.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 6.8 MB/s eta 0:00:00 [2024-05-28T01:59:47.695Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-28T01:59:47.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 12.0 MB/s eta 0:00:00 [2024-05-28T01:59:47.695Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-05-28T01:59:49.070Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 16.5 MB/s eta 0:00:00 [2024-05-28T01:59:49.070Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-28T01:59:49.070Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 31.5 MB/s eta 0:00:00 [2024-05-28T01:59:49.070Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-05-28T01:59:49.070Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 31.7 MB/s eta 0:00:00 [2024-05-28T01:59:49.070Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-28T01:59:49.070Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 18.0 MB/s eta 0:00:00 [2024-05-28T01:59:49.070Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 19.1 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 22.8 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 21.4 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.9 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 6.3 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 26.8 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-28T01:59:49.329Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 21.8 MB/s eta 0:00:00 [2024-05-28T01:59:49.329Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-28T01:59:49.329Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 66.0 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 16.7 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.4 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 15.9 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-28T01:59:49.588Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-28T01:59:49.588Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 10.6 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 41.5 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-28T01:59:49.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 45.3 MB/s eta 0:00:00 [2024-05-28T01:59:49.588Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-28T01:59:49.588Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-28T01:59:49.848Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 5.4 MB/s eta 0:00:00 [2024-05-28T01:59:49.848Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-28T01:59:49.848Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.1 MB/s eta 0:00:00 [2024-05-28T01:59:49.848Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-28T01:59:49.848Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-28T01:59:49.848Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-05-28T01:59:49.848Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 23.1 MB/s eta 0:00:00 [2024-05-28T01:59:49.848Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-28T01:59:49.848Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-28T01:59:49.848Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-05-28T01:59:49.848Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 23.8 MB/s eta 0:00:00 [2024-05-28T01:59:49.848Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-28T01:59:49.848Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-28T01:59:49.848Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 11.3 MB/s eta 0:00:00 [2024-05-28T01:59:49.848Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-28T01:59:49.848Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-28T01:59:50.108Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-28T01:59:50.108Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.9 MB/s eta 0:00:00 [2024-05-28T01:59:50.108Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-28T01:59:50.108Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-28T01:59:50.108Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-28T01:59:50.108Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-28T01:59:50.108Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-28T01:59:50.108Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-28T01:59:50.108Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.8 MB/s eta 0:00:00 [2024-05-28T01:59:50.108Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-05-28T01:59:50.108Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-28T01:59:50.367Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-28T01:59:50.368Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=4f4ca98bfe7d13877326df25e2146a725d7d8b1632d02f0e0039de1ae9cfc902 [2024-05-28T01:59:50.368Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-28T01:59:50.368Z] Building wheel for paho-mqtt (setup.py): started [2024-05-28T01:59:50.627Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-28T01:59:50.627Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=61e3ac611ca6728ab4519ff01bab51fec51307b59df7920d84851b375e283f68 [2024-05-28T01:59:50.627Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-28T01:59:50.627Z] Building wheel for psutil (pyproject.toml): started [2024-05-28T01:59:52.528Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-28T01:59:52.528Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281483 sha256=16010c0f1c3353f6456c2be7a80de182836565e20efa7245720f36bef56fbf68 [2024-05-28T01:59:52.528Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-28T01:59:52.528Z] Building wheel for psycopg2 (setup.py): started [2024-05-28T02:00:04.734Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-28T02:00:04.734Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521876 sha256=e108bbd0de33953565c398ea379717586badae299c4a61518ee0920b5e6edc6a [2024-05-28T02:00:04.734Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-28T02:00:04.734Z] Building wheel for flex (setup.py): started [2024-05-28T02:00:04.734Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-28T02:00:04.734Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=2b0b1929913630f8a2902f4ecd80c0686b72359422da2e4cded8f405b4215051 [2024-05-28T02:00:04.734Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-28T02:00:04.734Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-28T02:00:04.734Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-28T02:00:04.734Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=99426335b42b61c7d8e7ee863d0ad1fb0a42112dd26d6b63d9777d403fa14130 [2024-05-28T02:00:04.734Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-28T02:00:04.734Z] Building wheel for validate-email (setup.py): started [2024-05-28T02:00:04.999Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-28T02:00:04.999Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=c6d0556247ff716a7ddf19d94781262445006b1760d437bce9db7e43f720e5a3 [2024-05-28T02:00:04.999Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-28T02:00:04.999Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-05-28T02:00:05.259Z] 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-05-28T02:00:17.464Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.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-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 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.21.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.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-28T02:00:17.464Z] 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-05-28T02:00:49.553Z] Removing intermediate container d92e41821607 [2024-05-28T02:00:49.553Z] ---> d36097ecdba2 [2024-05-28T02:00:49.553Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-28T02:00:49.553Z] ---> Running in b3cd471b3044 [2024-05-28T02:00:49.553Z] Removing intermediate container b3cd471b3044 [2024-05-28T02:00:49.553Z] ---> 50cd0d2037fa [2024-05-28T02:00:49.553Z] Step 11/13 : LABEL arch=amd64 [2024-05-28T02:00:49.553Z] ---> Running in 323b852a9288 [2024-05-28T02:00:49.553Z] Removing intermediate container 323b852a9288 [2024-05-28T02:00:49.553Z] ---> eda1d96c0abc [2024-05-28T02:00:49.553Z] Step 12/13 : LABEL git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 [2024-05-28T02:00:49.553Z] ---> Running in 3df45dc9e374 [2024-05-28T02:00:49.553Z] Removing intermediate container 3df45dc9e374 [2024-05-28T02:00:49.553Z] ---> b38ee71a6e20 [2024-05-28T02:00:49.553Z] Step 13/13 : LABEL version=0.0.0 [2024-05-28T02:00:49.553Z] ---> Running in e07d5b494274 [2024-05-28T02:00:49.553Z] Removing intermediate container e07d5b494274 [2024-05-28T02:00:49.553Z] ---> 8a91d4197e90 [2024-05-28T02:00:49.553Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-28T02:00:49.553Z] Successfully built 8a91d4197e90 [2024-05-28T02:00:49.553Z] Successfully tagged edgex-taf-common: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-05-28T02:00:50.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T02:00:50.740Z] [2024-05-28T02:00:50.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T02:00:51.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T02:00:51.130Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-28T02:00:51.130Z] 5eb5b503b376: Pulling fs layer [2024-05-28T02:00:51.130Z] 5c69ac0246d0: Pulling fs layer [2024-05-28T02:00:51.130Z] ec43610c2a17: Pulling fs layer [2024-05-28T02:00:51.130Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-28T02:00:51.130Z] 33b1e0a273af: Pulling fs layer [2024-05-28T02:00:51.130Z] 5d3b04190fa2: Pulling fs layer [2024-05-28T02:00:51.130Z] 2f39f015ded8: Pulling fs layer [2024-05-28T02:00:51.130Z] 3a2ae6a8a46f: Waiting [2024-05-28T02:00:51.130Z] 33b1e0a273af: Waiting [2024-05-28T02:00:51.130Z] 2f39f015ded8: Waiting [2024-05-28T02:00:51.130Z] 5d3b04190fa2: Waiting [2024-05-28T02:00:51.130Z] 5c69ac0246d0: Download complete [2024-05-28T02:00:51.130Z] 3a2ae6a8a46f: Download complete [2024-05-28T02:00:51.415Z] 33b1e0a273af: Verifying Checksum [2024-05-28T02:00:51.415Z] 33b1e0a273af: Download complete [2024-05-28T02:00:51.415Z] ec43610c2a17: Verifying Checksum [2024-05-28T02:00:51.415Z] ec43610c2a17: Download complete [2024-05-28T02:00:51.415Z] 5d3b04190fa2: Verifying Checksum [2024-05-28T02:00:51.415Z] 5d3b04190fa2: Download complete [2024-05-28T02:00:51.415Z] 5eb5b503b376: Download complete [2024-05-28T02:00:52.060Z] 2f39f015ded8: Verifying Checksum [2024-05-28T02:00:52.060Z] 2f39f015ded8: Download complete [2024-05-28T02:00:52.666Z] 5eb5b503b376: Pull complete [2024-05-28T02:00:52.959Z] 5c69ac0246d0: Pull complete [2024-05-28T02:00:53.253Z] ec43610c2a17: Pull complete [2024-05-28T02:00:53.524Z] 3a2ae6a8a46f: Pull complete [2024-05-28T02:00:53.820Z] 33b1e0a273af: Pull complete [2024-05-28T02:00:53.820Z] 5d3b04190fa2: Pull complete [2024-05-28T02:00:58.036Z] 2f39f015ded8: Pull complete [2024-05-28T02:00:58.036Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-28T02:00:58.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T02:00:58.036Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T02:00:58.265Z] prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container [2024-05-28T02:00:58.294Z] $ 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-108 -v /w/workspace/xfoundry_edgex-taf-common_PR-108:/w/workspace/xfoundry_edgex-taf-common_PR-108:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-108@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-28T02:00:58.336Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-895 in /w/workspace/xfoundry_edgex-taf-common_PR-108 [2024-05-28T02:01:05.535Z] $ docker top 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] checkout [2024-05-28T02:01:05.937Z] Selected Git installation does not exist. Using Default [2024-05-28T02:01:05.937Z] The recommended git tool is: NONE [2024-05-28T02:01:06.121Z] ---> job-cost.sh [2024-05-28T02:01:06.121Z] lf-activate-venv: SKIPPING [2024-05-28T02:01:06.121Z] INFO: No Stack... [2024-05-28T02:01:06.379Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-28T02:01:06.943Z] INFO: Archiving Costs [Pipeline] sh [2024-05-28T02:01:07.270Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/cost.csv [2024-05-28T02:01:07.270Z] + cut -d, -f6 [Pipeline] lock [2024-05-28T02:01:07.315Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [2024-05-28T02:01:07.322Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] did not exist. Created. [2024-05-28T02:01:07.329Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-28T02:01:07.753Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-28T02:01:07.811Z] Stashed 1 file(s) [Pipeline] } [2024-05-28T02:01:07.841Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-28T02:01:07.926Z] $ docker stop --time=1 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 [2024-05-28T02:01:09.106Z] $ docker rm -f --volumes 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-28T02:01:13.212Z] using credential edgex-jenkins-ssh [2024-05-28T02:01:13.237Z] Cloning the remote Git repository [2024-05-28T02:01:13.329Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-28T02:01:13.440Z] > git init /w/workspace/xfoundry_edgex-taf-common_PR-108 # timeout=10 [2024-05-28T02:01:13.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-28T02:01:13.627Z] > git --version # timeout=10 [2024-05-28T02:01:13.661Z] > git --version # 'git version 2.25.1' [2024-05-28T02:01:13.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-28T02:01:13.884Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-28T02:01:14.540Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-28T02:01:14.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-28T02:01:16.056Z] Merging remotes/origin/main commit 3ca3cddfca188673c058580017bc939ba91c3085 into PR head commit a06c57b70ec429902758a1e383f86919f92b93a5 [2024-05-28T02:01:16.302Z] Merge succeeded, producing a06c57b70ec429902758a1e383f86919f92b93a5 [2024-05-28T02:01:16.302Z] Checking out Revision a06c57b70ec429902758a1e383f86919f92b93a5 (PR-108) [2024-05-28T02:01:15.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-28T02:01:15.512Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-28T02:01:15.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-28T02:01:15.536Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-05-28T02:01:16.073Z] > git config core.sparsecheckout # timeout=10 [2024-05-28T02:01:16.134Z] > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # timeout=10 [2024-05-28T02:01:16.202Z] > git remote # timeout=10 [2024-05-28T02:01:16.217Z] > git config --get remote.origin.url # timeout=10 [2024-05-28T02:01:16.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-28T02:01:16.259Z] > git merge 3ca3cddfca188673c058580017bc939ba91c3085 # timeout=10 [2024-05-28T02:01:16.287Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-05-28T02:01:16.311Z] > git config core.sparsecheckout # timeout=10 [2024-05-28T02:01:16.325Z] > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # timeout=10 [2024-05-28T02:01:19.937Z] Commit message: "Upgrade alpine version" [2024-05-28T02:01:20.025Z] > git --version # timeout=10 [2024-05-28T02:01:20.037Z] > git --version # 'git version 2.25.1' [2024-05-28T02:01:20.055Z] fatal: bad object f5e0e1f8358a839901f1a476b3a28a62f8570917 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-28T02:01:21.822Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-28T02:01:21.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T02:01:21.822Z] Dload Upload Total Spent Left Speed [2024-05-28T02:01:21.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 109k 0 --:--:-- --:--:-- --:--:-- 109k [Pipeline] sh [2024-05-28T02:01:22.205Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-28T02:01:22.564Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-28T02:01:22.564Z] + sudo tee /etc/docker/daemon.new [2024-05-28T02:01:22.564Z] { [2024-05-28T02:01:22.564Z] "registry-mirrors": [ [2024-05-28T02:01:22.564Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-28T02:01:22.564Z] ], [2024-05-28T02:01:22.564Z] "bip": "10.250.0.254/24", [2024-05-28T02:01:22.564Z] "hosts": [ [2024-05-28T02:01:22.564Z] "tcp://0.0.0.0:5555", [2024-05-28T02:01:22.564Z] "unix:///var/run/docker.sock" [2024-05-28T02:01:22.564Z] ], [2024-05-28T02:01:22.564Z] "mtu": 1458, [2024-05-28T02:01:22.564Z] "selinux-enabled": true, [2024-05-28T02:01:22.564Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-28T02:01:22.564Z] } [Pipeline] sh [2024-05-28T02:01:22.912Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-28T02:01:23.263Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T02:01:41.623Z] provisioning config files... [2024-05-28T02:01:41.668Z] copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config12144938361732601938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:01:42.175Z] ---> ****-login.sh [2024-05-28T02:01:42.175Z] nexus3.edgexfoundry.org:10001 [2024-05-28T02:01:42.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T02:01:42.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T02:01:42.769Z] Configure a credential helper to remove this warning. See [2024-05-28T02:01:42.769Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T02:01:42.769Z] [2024-05-28T02:01:42.769Z] Login Succeeded [2024-05-28T02:01:42.770Z] nexus3.edgexfoundry.org:10002 [2024-05-28T02:01:43.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T02:01:43.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T02:01:43.312Z] Configure a credential helper to remove this warning. See [2024-05-28T02:01:43.312Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T02:01:43.312Z] [2024-05-28T02:01:43.312Z] Login Succeeded [2024-05-28T02:01:43.312Z] nexus3.edgexfoundry.org:10003 [2024-05-28T02:01:43.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T02:01:43.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T02:01:43.586Z] Configure a credential helper to remove this warning. See [2024-05-28T02:01:43.586Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T02:01:43.586Z] [2024-05-28T02:01:43.586Z] Login Succeeded [2024-05-28T02:01:43.586Z] nexus3.edgexfoundry.org:10004 [2024-05-28T02:01:43.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T02:01:43.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T02:01:43.858Z] Configure a credential helper to remove this warning. See [2024-05-28T02:01:43.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T02:01:43.858Z] [2024-05-28T02:01:43.858Z] Login Succeeded [2024-05-28T02:01:43.858Z] ****.io [2024-05-28T02:01:44.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T02:01:44.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T02:01:44.396Z] Configure a credential helper to remove this warning. See [2024-05-28T02:01:44.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T02:01:44.396Z] [2024-05-28T02:01:44.396Z] Login Succeeded [2024-05-28T02:01:44.396Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T02:01:44.426Z] 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-05-28T02:01:45.495Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-28T02:01:45.837Z] + ls -al . [2024-05-28T02:01:45.837Z] total 68 [2024-05-28T02:01:45.837Z] drwxrwxr-x 6 jenkins jenkins 4096 May 28 02:01 . [2024-05-28T02:01:45.837Z] drwxrwxr-x 4 jenkins jenkins 4096 May 28 02:01 .. [2024-05-28T02:01:45.837Z] drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .git [2024-05-28T02:01:45.837Z] drwxrwxr-x 2 jenkins jenkins 4096 May 28 02:01 .github [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 22 May 28 02:01 .gitignore [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 28 02:01 Dockerfile [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 746 May 28 02:01 Jenkinsfile [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 28 02:01 LICENSE [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 28 02:01 README.md [2024-05-28T02:01:45.837Z] drwxrwxr-x 4 jenkins jenkins 4096 May 28 02:01 TAF-Manager [2024-05-28T02:01:45.837Z] drwxrwxr-x 6 jenkins jenkins 4096 May 28 02:01 TUC [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 5 May 28 01:57 VERSION [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 343 May 28 02:01 requirements.txt [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 54 May 28 02:01 robot-entrypoint.sh [2024-05-28T02:01:45.837Z] -rw-rw-r-- 1 jenkins jenkins 445 May 28 02:01 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T02:01:46.292Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 --label arch=arm64 --label version=0.0.0 . [2024-05-28T02:01:46.560Z] Sending build context to Docker daemon 372.7kB [2024-05-28T02:01:46.560Z] Step 1/13 : FROM alpine:3.20 [2024-05-28T02:01:47.148Z] 3.20: Pulling from library/alpine [2024-05-28T02:01:47.148Z] 94747bd81234: Pulling fs layer [2024-05-28T02:01:47.417Z] 94747bd81234: Verifying Checksum [2024-05-28T02:01:47.417Z] 94747bd81234: Download complete [2024-05-28T02:01:48.010Z] 94747bd81234: Pull complete [2024-05-28T02:01:48.010Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-28T02:01:48.010Z] Status: Downloaded newer image for alpine:3.20 [2024-05-28T02:01:48.010Z] ---> 442043f030d3 [2024-05-28T02:01:48.010Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-28T02:01:48.280Z] ---> Running in 3da636a563d0 [2024-05-28T02:01:48.550Z] Removing intermediate container 3da636a563d0 [2024-05-28T02:01:48.550Z] ---> 037376a8fe8d [2024-05-28T02:01:48.550Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-28T02:01:48.825Z] ---> Running in 76c0224e0e62 [2024-05-28T02:01:49.096Z] Removing intermediate container 76c0224e0e62 [2024-05-28T02:01:49.097Z] ---> 4b7599787b5d [2024-05-28T02:01:49.097Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-28T02:01:49.682Z] ---> abb34d84cb27 [2024-05-28T02:01:49.682Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-28T02:01:50.269Z] ---> 9fc1eaa233a2 [2024-05-28T02:01:50.269Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-28T02:01:50.865Z] ---> 54d3ec35ca29 [2024-05-28T02:01:50.865Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-28T02:01:50.865Z] ---> Running in f46840ab4cf3 [2024-05-28T02:01:51.133Z] Removing intermediate container f46840ab4cf3 [2024-05-28T02:01:51.133Z] ---> eae6d965a559 [2024-05-28T02:01:51.133Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-28T02:01:51.133Z] ---> Running in 15f08312ded3 [2024-05-28T02:01:53.103Z] Removing intermediate container 15f08312ded3 [2024-05-28T02:01:53.103Z] ---> 20574084f582 [2024-05-28T02:01:53.103Z] 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 --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install -r requirements.txt [2024-05-28T02:01:53.374Z] ---> Running in 982fc58b4d07 [2024-05-28T02:01:54.341Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:01:54.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:01:56.884Z] OK: 9 MiB in 14 packages [2024-05-28T02:01:56.884Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:01:57.467Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:01:59.436Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-28T02:01:59.701Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-28T02:01:59.968Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-28T02:02:00.561Z] (4/14) Installing libunistring (1.2-r0) [2024-05-28T02:02:01.144Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-28T02:02:01.411Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-28T02:02:01.678Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-28T02:02:02.262Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-28T02:02:02.847Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-28T02:02:03.112Z] (10/14) Installing curl (8.7.1-r0) [2024-05-28T02:02:03.692Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-28T02:02:04.663Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-28T02:02:05.244Z] (13/14) Installing jq (1.7.1-r0) [2024-05-28T02:02:05.512Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-28T02:02:06.094Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T02:02:06.094Z] Executing ca-certificates-20240226-r0.trigger [2024-05-28T02:02:06.363Z] OK: 43 MiB in 28 packages [2024-05-28T02:02:06.631Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:02:07.229Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:02:09.177Z] (1/166) Installing libexpat (2.6.2-r0) [2024-05-28T02:02:09.177Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-05-28T02:02:09.446Z] (3/166) Installing libpng (1.6.43-r0) [2024-05-28T02:02:10.030Z] (4/166) Installing freetype (2.13.2-r0) [2024-05-28T02:02:10.613Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-05-28T02:02:10.882Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-05-28T02:02:11.466Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-05-28T02:02:11.739Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-05-28T02:02:12.323Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-05-28T02:02:12.909Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-05-28T02:02:13.176Z] (11/166) Installing libffi (3.4.6-r0) [2024-05-28T02:02:13.444Z] (12/166) Installing libintl (0.22.5-r0) [2024-05-28T02:02:14.027Z] (13/166) Installing libeconf (0.6.3-r0) [2024-05-28T02:02:14.294Z] (14/166) Installing libblkid (2.40.1-r1) [2024-05-28T02:02:14.560Z] (15/166) Installing libmount (2.40.1-r1) [2024-05-28T02:02:15.147Z] (16/166) Installing pcre2 (10.43-r0) [2024-05-28T02:02:15.727Z] (17/166) Installing glib (2.80.2-r0) [2024-05-28T02:02:16.314Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-28T02:02:16.896Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-05-28T02:02:17.161Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-05-28T02:02:17.740Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-05-28T02:02:18.324Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-05-28T02:02:18.590Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-05-28T02:02:19.172Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-05-28T02:02:19.437Z] (25/166) Installing libwebp (1.3.2-r0) [2024-05-28T02:02:20.017Z] (26/166) Installing tiff (4.6.0t-r0) [2024-05-28T02:02:20.296Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-05-28T02:02:20.878Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-28T02:02:21.143Z] (29/166) Installing libxau (1.0.11-r4) [2024-05-28T02:02:21.408Z] (30/166) Installing libmd (1.1.0-r0) [2024-05-28T02:02:21.992Z] (31/166) Installing libbsd (0.12.2-r0) [2024-05-28T02:02:22.260Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-05-28T02:02:22.525Z] (33/166) Installing libxcb (1.16.1-r0) [2024-05-28T02:02:23.108Z] (34/166) Installing libx11 (1.8.9-r1) [2024-05-28T02:02:23.697Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-05-28T02:02:23.962Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-05-28T02:02:24.227Z] (37/166) Installing libxrender (0.9.11-r5) [2024-05-28T02:02:26.798Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-05-28T02:02:26.798Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-05-28T02:02:27.386Z] (40/166) Installing libxext (1.3.6-r2) [2024-05-28T02:02:27.652Z] (41/166) Installing libxi (1.8.1-r4) [2024-05-28T02:02:27.916Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-05-28T02:02:28.184Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-05-28T02:02:28.448Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-05-28T02:02:29.027Z] (45/166) Installing libxtst (1.2.4-r6) [2024-05-28T02:02:29.292Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-05-28T02:02:29.557Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-05-28T02:02:30.135Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-28T02:02:30.400Z] (49/166) Installing pixman (0.43.2-r0) [2024-05-28T02:02:30.979Z] (50/166) Installing cairo (1.18.0-r0) [2024-05-28T02:02:31.558Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-05-28T02:02:31.822Z] (52/166) Installing avahi-libs (0.8-r17) [2024-05-28T02:02:32.086Z] (53/166) Installing gmp (6.3.0-r1) [2024-05-28T02:02:32.664Z] (54/166) Installing nettle (3.9.1-r0) [2024-05-28T02:02:33.240Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-05-28T02:02:33.505Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-05-28T02:02:34.085Z] (57/166) Installing gnutls (3.8.5-r0) [2024-05-28T02:02:34.665Z] (58/166) Installing cups-libs (2.4.8-r0) [2024-05-28T02:02:35.245Z] (59/166) Installing libepoxy (1.5.10-r1) [2024-05-28T02:02:35.827Z] (60/166) Installing fribidi (1.0.14-r0) [2024-05-28T02:02:36.093Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-05-28T02:02:36.362Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-05-28T02:02:36.946Z] (63/166) Installing libxft (2.3.8-r3) [2024-05-28T02:02:37.211Z] (64/166) Installing pango (1.52.2-r0) [2024-05-28T02:02:37.792Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-05-28T02:02:38.059Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-28T02:02:38.326Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-05-28T02:02:38.594Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-05-28T02:02:39.558Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-05-28T02:02:39.825Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-05-28T02:02:40.781Z] (71/166) Installing icu-data-full (74.2-r0) [2024-05-28T02:02:41.741Z] (72/166) Installing mesa (24.0.8-r1) [2024-05-28T02:02:42.006Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-05-28T02:02:46.262Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-05-28T02:02:46.262Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-05-28T02:02:46.525Z] (76/166) Installing libdrm (2.4.120-r0) [2024-05-28T02:02:47.186Z] (77/166) Installing libelf (0.191-r0) [2024-05-28T02:02:47.456Z] (78/166) Installing mesa-glapi (24.0.8-r1) [2024-05-28T02:02:47.728Z] (79/166) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-28T02:02:48.701Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-05-28T02:02:49.304Z] (81/166) Installing libmagic (5.45-r1) [2024-05-28T02:02:49.932Z] (82/166) Installing file (5.45-r1) [2024-05-28T02:02:50.201Z] (83/166) Installing xprop (1.2.7-r0) [2024-05-28T02:02:50.467Z] (84/166) Installing libice (1.1.1-r6) [2024-05-28T02:02:50.735Z] (85/166) Installing libuuid (2.40.1-r1) [2024-05-28T02:02:51.319Z] (86/166) Installing libsm (1.2.4-r4) [2024-05-28T02:02:51.585Z] (87/166) Installing libxt (1.3.0-r5) [2024-05-28T02:02:51.851Z] (88/166) Installing libxmu (1.1.4-r2) [2024-05-28T02:02:52.434Z] (89/166) Installing xset (1.2.5-r1) [2024-05-28T02:02:52.701Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-05-28T02:02:53.300Z] (91/166) Installing libogg (1.3.5-r5) [2024-05-28T02:02:53.567Z] (92/166) Installing libflac (1.4.3-r1) [2024-05-28T02:02:53.833Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-05-28T02:02:54.415Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-28T02:02:55.000Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-05-28T02:02:55.964Z] (96/166) Installing libva (2.21.0-r0) [2024-05-28T02:02:56.233Z] (97/166) Installing libvdpau (1.5-r3) [2024-05-28T02:02:56.500Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-28T02:02:57.097Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-05-28T02:02:57.678Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-05-28T02:02:57.944Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-05-28T02:02:58.538Z] (102/166) Installing imath (3.1.11-r2) [2024-05-28T02:02:58.804Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-05-28T02:02:59.386Z] (104/166) Installing giflib (5.2.2-r0) [2024-05-28T02:02:59.652Z] (105/166) Installing libhwy (1.0.7-r0) [2024-05-28T02:02:59.925Z] (106/166) Installing lcms2 (2.16-r0) [2024-05-28T02:03:00.511Z] (107/166) Installing libjxl (0.10.2-r0) [2024-05-28T02:03:01.111Z] (108/166) Installing lame-libs (3.100-r5) [2024-05-28T02:03:01.380Z] (109/166) Installing opus (1.5.2-r0) [2024-05-28T02:03:01.964Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-05-28T02:03:02.544Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-05-28T02:03:02.811Z] (112/166) Installing soxr (0.1.3-r7) [2024-05-28T02:03:03.392Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-28T02:03:03.660Z] (114/166) Installing libtheora (1.1.1-r18) [2024-05-28T02:03:04.244Z] (115/166) Installing libvorbis (1.3.7-r2) [2024-05-28T02:03:04.827Z] (116/166) Installing libvpx (1.14.0-r0) [2024-05-28T02:03:05.409Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-05-28T02:03:05.674Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-05-28T02:03:06.253Z] (119/166) Installing numactl (2.0.18-r0) [2024-05-28T02:03:06.518Z] (120/166) Installing x265-libs (3.6-r0) [2024-05-28T02:03:07.103Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-05-28T02:03:07.685Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-28T02:03:08.661Z] (123/166) Installing libbluray (1.3.4-r1) [2024-05-28T02:03:08.928Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-05-28T02:03:09.511Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-05-28T02:03:09.778Z] (126/166) Installing cjson (1.7.18-r0) [2024-05-28T02:03:10.361Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-05-28T02:03:10.626Z] (128/166) Installing librist (0.2.10-r1) [2024-05-28T02:03:11.207Z] (129/166) Installing libsrt (1.5.3-r0) [2024-05-28T02:03:11.790Z] (130/166) Installing libssh (0.10.6-r0) [2024-05-28T02:03:12.057Z] (131/166) Installing libsodium (1.0.19-r0) [2024-05-28T02:03:12.639Z] (132/166) Installing libzmq (4.3.5-r2) [2024-05-28T02:03:12.906Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-28T02:03:13.493Z] (134/166) Installing crc32c (1.1.2-r0) [2024-05-28T02:03:13.759Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-05-28T02:03:14.341Z] (136/166) Installing libevent (2.1.12-r7) [2024-05-28T02:03:14.606Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-05-28T02:03:14.872Z] (138/166) Installing mesa-gbm (24.0.8-r1) [2024-05-28T02:03:15.452Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-05-28T02:03:15.718Z] (140/166) Installing icu-libs (74.2-r0) [2024-05-28T02:03:16.675Z] (141/166) Installing minizip (1.3.1-r0) [2024-05-28T02:03:16.675Z] (142/166) Installing nspr (4.35-r4) [2024-05-28T02:03:17.257Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-05-28T02:03:17.837Z] (144/166) Installing nss (3.100-r0) [2024-05-28T02:03:18.420Z] (145/166) Installing openh264 (2.4.1-r0) [2024-05-28T02:03:19.004Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-05-28T02:03:19.272Z] (147/166) Installing libunwind (1.8.1-r0) [2024-05-28T02:03:19.856Z] (148/166) Installing yaml (0.2.5-r2) [2024-05-28T02:03:20.122Z] (149/166) Installing libcamera (0.3.0-r0) [2024-05-28T02:03:20.705Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-05-28T02:03:20.975Z] (151/166) Installing libuv (1.48.0-r0) [2024-05-28T02:03:21.555Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-28T02:03:22.145Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-05-28T02:03:22.415Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-28T02:03:22.997Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-05-28T02:03:23.578Z] (156/166) Installing libasyncns (0.8-r3) [2024-05-28T02:03:23.844Z] (157/166) Installing libltdl (2.4.7-r3) [2024-05-28T02:03:24.425Z] (158/166) Installing orc (0.4.37-r0) [2024-05-28T02:03:24.691Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-05-28T02:03:25.273Z] (160/166) Installing libpulse (17.0-r0) [2024-05-28T02:03:25.854Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-05-28T02:03:26.118Z] (162/166) Installing libgpg-error (1.49-r0) [2024-05-28T02:03:26.385Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-05-28T02:03:26.964Z] (164/166) Installing libxslt (1.1.39-r1) [2024-05-28T02:03:27.230Z] (165/166) Installing chromium (125.0.6422.112-r0) [2024-05-28T02:03:42.195Z] (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-28T02:03:44.123Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T02:03:44.123Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-28T02:03:44.123Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-28T02:03:44.123Z] Executing glib-2.80.2-r0.trigger [2024-05-28T02:03:44.123Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-28T02:03:46.691Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-28T02:03:46.691Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-28T02:03:46.691Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-28T02:03:46.691Z] OK: 643 MiB in 194 packages [2024-05-28T02:03:46.957Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:03:47.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:03:49.464Z] (1/30) Installing jansson (2.14-r4) [2024-05-28T02:03:49.732Z] (2/30) Installing binutils (2.42-r0) [2024-05-28T02:03:50.686Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-28T02:03:50.686Z] (4/30) Installing isl26 (0.26-r1) [2024-05-28T02:03:51.272Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-28T02:03:51.849Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-28T02:03:52.114Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-28T02:03:55.443Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-28T02:03:56.023Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-28T02:03:56.974Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-28T02:03:57.556Z] (11/30) Installing libpq (16.3-r0) [2024-05-28T02:03:57.822Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-28T02:03:58.403Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-28T02:03:58.986Z] (14/30) Installing libecpg (16.3-r0) [2024-05-28T02:03:59.253Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-28T02:03:59.845Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-28T02:04:00.802Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-28T02:04:04.158Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-28T02:04:10.796Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-28T02:04:11.062Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-28T02:04:12.020Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-28T02:04:12.606Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-28T02:04:12.872Z] (23/30) Installing icu (74.2-r0) [2024-05-28T02:04:13.452Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-28T02:04:14.044Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-28T02:04:17.378Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-28T02:04:17.643Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-28T02:04:17.909Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-28T02:04:18.489Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-28T02:04:18.755Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-28T02:04:19.713Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T02:04:19.713Z] OK: 1169 MiB in 224 packages [2024-05-28T02:04:19.980Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:20.559Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:22.500Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-28T02:04:23.937Z] (2/14) Installing gdbm (1.23-r1) [2024-05-28T02:04:23.937Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-28T02:04:24.528Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-28T02:04:24.794Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-28T02:04:25.060Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-28T02:04:25.643Z] (7/14) Installing readline (8.2.10-r0) [2024-05-28T02:04:25.910Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-28T02:04:27.317Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-28T02:04:28.274Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-28T02:04:28.538Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-28T02:04:28.805Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-28T02:04:32.141Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-28T02:04:32.141Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-28T02:04:32.414Z] Executing busybox-1.36.1-r28.trigger [2024-05-28T02:04:32.414Z] OK: 1356 MiB in 238 packages [2024-05-28T02:04:33.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:33.590Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:35.530Z] OK: 1356 MiB in 238 packages [2024-05-28T02:04:35.530Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:36.112Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-28T02:04:38.049Z] (1/1) Installing tzdata (2024a-r1) [2024-05-28T02:04:38.633Z] OK: 1357 MiB in 239 packages [2024-05-28T02:04:40.580Z] (1/1) Purging tzdata (2024a-r1) [2024-05-28T02:04:40.580Z] OK: 1356 MiB in 238 packages [2024-05-28T02:04:55.774Z] Looking in links: /tmp/tmpvmtcnvdi [2024-05-28T02:04:55.774Z] Processing /tmp/tmpvmtcnvdi/pip-24.0-py3-none-any.whl [2024-05-28T02:04:55.774Z] Installing collected packages: pip [2024-05-28T02:05:02.487Z] Successfully installed pip-24.0 [2024-05-28T02:05:02.487Z] 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-05-28T02:05:05.062Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-28T02:05:06.985Z] Collecting setuptools [2024-05-28T02:05:06.985Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-28T02:05:07.249Z] Collecting wheel [2024-05-28T02:05:07.249Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-28T02:05:07.512Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-28T02:05:07.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 22.8 MB/s eta 0:00:00 [2024-05-28T02:05:07.512Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-28T02:05:07.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 26.8 MB/s eta 0:00:00 [2024-05-28T02:05:08.092Z] Installing collected packages: wheel, setuptools [2024-05-28T02:05:12.322Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-28T02:05:12.322Z] 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-05-28T02:05:15.639Z] Processing ./edgex-taf-common [2024-05-28T02:05:15.639Z] Preparing metadata (setup.py): started [2024-05-28T02:05:16.214Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:05:16.214Z] Building wheels for collected packages: edgex-taf-common [2024-05-28T02:05:16.214Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-28T02:05:17.608Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-28T02:05:17.608Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=765b72beaae308c23f0d16e85b6f010afd058bf6895fff76e0eab48ef2a0cb6a [2024-05-28T02:05:17.608Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-28T02:05:17.608Z] Successfully built edgex-taf-common [2024-05-28T02:05:17.873Z] Installing collected packages: edgex-taf-common [2024-05-28T02:05:17.873Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-28T02:05:17.873Z] 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-05-28T02:05:22.100Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-28T02:05:22.100Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-28T02:05:22.100Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-28T02:05:22.100Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-28T02:05:22.100Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-28T02:05:22.100Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-28T02:05:22.100Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-28T02:05:22.100Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-28T02:05:22.366Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-28T02:05:22.366Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-28T02:05:22.366Z] Preparing metadata (setup.py): started [2024-05-28T02:05:23.321Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:05:23.584Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-28T02:05:23.584Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-28T02:05:23.584Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-28T02:05:23.584Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-28T02:05:24.160Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-28T02:05:24.160Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-28T02:05:24.160Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-28T02:05:24.160Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-28T02:05:24.160Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.7 MB/s eta 0:00:00 [2024-05-28T02:05:24.160Z] Preparing metadata (setup.py): started [2024-05-28T02:05:25.557Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:05:25.821Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-28T02:05:25.821Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-28T02:05:27.750Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-28T02:05:27.750Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-05-28T02:05:27.750Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.7 MB/s eta 0:00:00 [2024-05-28T02:05:28.702Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-28T02:05:28.702Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-28T02:05:28.702Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 10.8 MB/s eta 0:00:00 [2024-05-28T02:05:28.967Z] Installing build dependencies: started [2024-05-28T02:05:39.001Z] Installing build dependencies: finished with status 'done' [2024-05-28T02:05:39.266Z] Getting requirements to build wheel: started [2024-05-28T02:05:41.198Z] Getting requirements to build wheel: finished with status 'done' [2024-05-28T02:05:41.198Z] Preparing metadata (pyproject.toml): started [2024-05-28T02:05:42.594Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-28T02:05:43.169Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-28T02:05:43.169Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-28T02:05:45.108Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-28T02:05:45.108Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-05-28T02:05:45.375Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-28T02:05:45.375Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-28T02:05:45.375Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.4 MB/s eta 0:00:00 [2024-05-28T02:05:45.642Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-28T02:05:45.642Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-28T02:05:45.642Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 [2024-05-28T02:05:46.225Z] Preparing metadata (setup.py): started [2024-05-28T02:05:47.628Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:05:48.208Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-28T02:05:48.208Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-05-28T02:05:48.790Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:05:48.790Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-28T02:05:49.055Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:05:49.055Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-28T02:05:49.322Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:49.322Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-28T02:05:49.322Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:49.322Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-28T02:05:49.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.8 MB/s eta 0:00:00 [2024-05-28T02:05:49.589Z] Preparing metadata (setup.py): started [2024-05-28T02:05:50.995Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:05:50.995Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:50.995Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-28T02:05:50.995Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:50.995Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-28T02:05:51.261Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:51.261Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-28T02:05:51.527Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:51.527Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-28T02:05:52.111Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:52.111Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-28T02:05:52.378Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:52.378Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-28T02:05:53.330Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T02:05:53.330Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-05-28T02:05:53.330Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T02:05:53.330Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-28T02:05:53.907Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T02:05:53.907Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-28T02:05:53.907Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-28T02:05:53.907Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-28T02:05:54.171Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-28T02:05:54.171Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-28T02:05:54.751Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-28T02:05:54.751Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-28T02:05:55.331Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T02:05:55.331Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-28T02:05:55.596Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T02:05:55.596Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-28T02:05:55.596Z] 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.0.0) [2024-05-28T02:05:56.179Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-28T02:05:56.179Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-28T02:05:56.179Z] 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-05-28T02:05:56.179Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T02:05:56.760Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:05:56.760Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-28T02:05:56.760Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:05:56.760Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-28T02:05:58.162Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:05:58.162Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-05-28T02:05:58.162Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.8 MB/s eta 0:00:00 [2024-05-28T02:05:59.120Z] Installing build dependencies: started [2024-05-28T02:06:17.304Z] Installing build dependencies: finished with status 'done' [2024-05-28T02:06:17.304Z] Getting requirements to build wheel: started [2024-05-28T02:06:23.937Z] Getting requirements to build wheel: finished with status 'done' [2024-05-28T02:06:23.938Z] Preparing metadata (pyproject.toml): started [2024-05-28T02:06:25.875Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-28T02:06:25.875Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:25.875Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-28T02:06:25.875Z] Preparing metadata (setup.py): started [2024-05-28T02:06:26.832Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:06:26.832Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:26.832Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-28T02:06:26.832Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:26.832Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-28T02:06:27.098Z] Preparing metadata (setup.py): started [2024-05-28T02:06:28.055Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-28T02:06:28.055Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:28.055Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T02:06:28.321Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:28.321Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-28T02:06:28.321Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:28.321Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-28T02:06:28.585Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:28.585Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-28T02:06:28.851Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:28.851Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-28T02:06:29.116Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:29.116Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-28T02:06:31.048Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-28T02:06:31.048Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-05-28T02:06:32.448Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:06:32.448Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-28T02:06:32.448Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:06:32.448Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-28T02:06:32.712Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:06:32.712Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-28T02:06:32.976Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-28T02:06:32.976Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-28T02:06:33.239Z] 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-05-28T02:06:33.239Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-28T02:06:33.814Z] 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-05-28T02:06:33.814Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-28T02:06:34.079Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-28T02:06:34.343Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 11.6 MB/s eta 0:00:00 [2024-05-28T02:06:34.343Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-28T02:06:34.343Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-28T02:06:34.343Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-28T02:06:34.343Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 [2024-05-28T02:06:34.343Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-28T02:06:34.343Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-28T02:06:34.343Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-28T02:06:34.343Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.8 MB/s eta 0:00:00 [2024-05-28T02:06:34.343Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-28T02:06:34.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.3 MB/s eta 0:00:00 [2024-05-28T02:06:34.871Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-05-28T02:06:35.822Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 11.2 MB/s eta 0:00:00 [2024-05-28T02:06:35.822Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-28T02:06:35.822Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 [2024-05-28T02:06:36.087Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-05-28T02:06:36.087Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.6 MB/s eta 0:00:00 [2024-05-28T02:06:36.087Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-28T02:06:36.087Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.6 MB/s eta 0:00:00 [2024-05-28T02:06:36.351Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-05-28T02:06:36.351Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.3 MB/s eta 0:00:00 [2024-05-28T02:06:36.351Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-28T02:06:36.351Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 7.2 MB/s eta 0:00:00 [2024-05-28T02:06:36.351Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-05-28T02:06:36.615Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.3 MB/s eta 0:00:00 [2024-05-28T02:06:36.615Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-28T02:06:36.615Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 2.4 MB/s eta 0:00:00 [2024-05-28T02:06:36.615Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-28T02:06:36.615Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.8 MB/s eta 0:00:00 [2024-05-28T02:06:36.615Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-28T02:06:36.615Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.6 MB/s eta 0:00:00 [2024-05-28T02:06:36.615Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-28T02:06:36.615Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 [2024-05-28T02:06:36.615Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-28T02:06:36.615Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-28T02:06:37.192Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 17.1 MB/s eta 0:00:00 [2024-05-28T02:06:37.192Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-28T02:06:37.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.5 MB/s eta 0:00:00 [2024-05-28T02:06:37.456Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-28T02:06:37.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.7 MB/s eta 0:00:00 [2024-05-28T02:06:37.456Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-28T02:06:37.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.7 MB/s eta 0:00:00 [2024-05-28T02:06:37.456Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-28T02:06:37.456Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-28T02:06:37.456Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-28T02:06:37.456Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.5 MB/s eta 0:00:00 [2024-05-28T02:06:37.456Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-28T02:06:37.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.9 MB/s eta 0:00:00 [2024-05-28T02:06:37.719Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-28T02:06:37.720Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.1 MB/s eta 0:00:00 [2024-05-28T02:06:37.720Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-28T02:06:37.720Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-28T02:06:37.720Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.3 MB/s eta 0:00:00 [2024-05-28T02:06:37.720Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-28T02:06:37.720Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 5.0 MB/s eta 0:00:00 [2024-05-28T02:06:37.720Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-28T02:06:37.984Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-28T02:06:37.984Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-28T02:06:37.984Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-28T02:06:37.984Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-05-28T02:06:38.247Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.0 MB/s eta 0:00:00 [2024-05-28T02:06:38.247Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-28T02:06:38.247Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-28T02:06:38.247Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.1 MB/s eta 0:00:00 [2024-05-28T02:06:38.247Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-28T02:06:38.247Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-28T02:06:38.247Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-28T02:06:38.511Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.6 MB/s eta 0:00:00 [2024-05-28T02:06:38.511Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-28T02:06:38.511Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-28T02:06:38.511Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-28T02:06:38.511Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-28T02:06:38.511Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-28T02:06:38.511Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-28T02:06:38.511Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.8 MB/s eta 0:00:00 [2024-05-28T02:06:39.460Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-05-28T02:06:39.460Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-28T02:06:40.412Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-28T02:06:40.412Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=72faba878e7f43c2904aed0a744ddd8678b7d074158bc618c2a98c07b9e00a2e [2024-05-28T02:06:40.412Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-28T02:06:40.412Z] Building wheel for paho-mqtt (setup.py): started [2024-05-28T02:06:41.813Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-28T02:06:41.813Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=3f918c99586cce775334befcb605446135835e79028d061934cb8fef0b2a3c20 [2024-05-28T02:06:41.813Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-28T02:06:41.813Z] Building wheel for psutil (pyproject.toml): started [2024-05-28T02:06:51.873Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-28T02:06:51.873Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281983 sha256=c0ee0699a9ca98949fb91d52df4353f8fb9406a9b40bcad483a82620dcf161e8 [2024-05-28T02:06:51.873Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-28T02:06:51.873Z] Building wheel for psycopg2 (setup.py): started [2024-05-28T02:07:59.699Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-28T02:07:59.699Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=6aaf4aca2cd43b4957d9e8202a05d757e658b28d147be8697c17b25accbd9270 [2024-05-28T02:07:59.699Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-28T02:07:59.699Z] Building wheel for flex (setup.py): started [2024-05-28T02:07:59.699Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-28T02:07:59.699Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=7160c2bfc39fbd5331582a62d75f5328317a19cd8e0434c60d4b8831d92f7364 [2024-05-28T02:07:59.699Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-28T02:07:59.699Z] Building wheel for PyYAML (pyproject.toml): started [2024-05-28T02:07:59.699Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-05-28T02:07:59.699Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=bc32da1566343ae7bbea6e363470a539534b699af494d0a8430af1caca1bd44a [2024-05-28T02:07:59.699Z] Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-05-28T02:07:59.699Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-28T02:07:59.699Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-28T02:07:59.699Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=2ec0f2ca54a39a175234b08e9099a9b0e55db06d3749af72555eaea8e4c583c8 [2024-05-28T02:07:59.699Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-28T02:07:59.699Z] Building wheel for validate-email (setup.py): started [2024-05-28T02:07:59.699Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-28T02:07:59.699Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=ffbd590f5b5a0f330cac4f0c26658af68ce657a71eb172ec74621eeac96b4a9d [2024-05-28T02:07:59.699Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-28T02:07:59.699Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-05-28T02:07:59.699Z] 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-05-28T02:09:07.496Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.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-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 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.21.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.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-28T02:09:07.496Z] 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-05-28T02:09:46.429Z] Removing intermediate container 982fc58b4d07 [2024-05-28T02:09:46.429Z] ---> b57e818aa137 [2024-05-28T02:09:46.429Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-28T02:09:46.429Z] ---> Running in 9f261e9dc070 [2024-05-28T02:09:46.429Z] Removing intermediate container 9f261e9dc070 [2024-05-28T02:09:46.429Z] ---> 29510b0a07c4 [2024-05-28T02:09:46.429Z] Step 11/13 : LABEL arch=arm64 [2024-05-28T02:09:46.699Z] ---> Running in e70cfd707efd [2024-05-28T02:09:46.970Z] Removing intermediate container e70cfd707efd [2024-05-28T02:09:46.970Z] ---> 5eeae7b5e7aa [2024-05-28T02:09:46.970Z] Step 12/13 : LABEL git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 [2024-05-28T02:09:46.970Z] ---> Running in 21b44809a518 [2024-05-28T02:09:47.238Z] Removing intermediate container 21b44809a518 [2024-05-28T02:09:47.238Z] ---> 01ae3a22c87f [2024-05-28T02:09:47.238Z] Step 13/13 : LABEL version=0.0.0 [2024-05-28T02:09:47.238Z] ---> Running in 32cf6261ac73 [2024-05-28T02:09:47.550Z] Removing intermediate container 32cf6261ac73 [2024-05-28T02:09:47.550Z] ---> 38c8303f87ee [2024-05-28T02:09:47.550Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-28T02:09:47.550Z] Successfully built 38c8303f87ee [2024-05-28T02:09:47.550Z] 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-05-28T02:09:48.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T02:09:48.667Z] [2024-05-28T02:09:48.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T02:09:49.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T02:09:50.069Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-28T02:09:50.069Z] 8998bd30e6a1: Pulling fs layer [2024-05-28T02:09:50.069Z] 04944245beec: Pulling fs layer [2024-05-28T02:09:50.069Z] 699f458cf7ca: Pulling fs layer [2024-05-28T02:09:50.069Z] 765212b225bb: Pulling fs layer [2024-05-28T02:09:50.069Z] f23df028b6ca: Pulling fs layer [2024-05-28T02:09:50.069Z] d65c8cfc05b1: Pulling fs layer [2024-05-28T02:09:50.069Z] 2437ff75d9bd: Pulling fs layer [2024-05-28T02:09:50.069Z] 765212b225bb: Waiting [2024-05-28T02:09:50.069Z] f23df028b6ca: Waiting [2024-05-28T02:09:50.069Z] d65c8cfc05b1: Waiting [2024-05-28T02:09:50.069Z] 2437ff75d9bd: Waiting [2024-05-28T02:09:50.069Z] 04944245beec: Verifying Checksum [2024-05-28T02:09:50.069Z] 04944245beec: Download complete [2024-05-28T02:09:50.337Z] 765212b225bb: Verifying Checksum [2024-05-28T02:09:50.337Z] 765212b225bb: Download complete [2024-05-28T02:09:50.337Z] f23df028b6ca: Verifying Checksum [2024-05-28T02:09:50.337Z] f23df028b6ca: Download complete [2024-05-28T02:09:50.337Z] d65c8cfc05b1: Verifying Checksum [2024-05-28T02:09:50.337Z] d65c8cfc05b1: Download complete [2024-05-28T02:09:50.337Z] 699f458cf7ca: Verifying Checksum [2024-05-28T02:09:50.337Z] 699f458cf7ca: Download complete [2024-05-28T02:09:50.917Z] 8998bd30e6a1: Verifying Checksum [2024-05-28T02:09:50.917Z] 8998bd30e6a1: Download complete [2024-05-28T02:09:53.497Z] 2437ff75d9bd: Verifying Checksum [2024-05-28T02:09:53.497Z] 2437ff75d9bd: Download complete [2024-05-28T02:09:55.429Z] 8998bd30e6a1: Pull complete [2024-05-28T02:09:56.009Z] 04944245beec: Pull complete [2024-05-28T02:09:57.412Z] 699f458cf7ca: Pull complete [2024-05-28T02:09:57.682Z] 765212b225bb: Pull complete [2024-05-28T02:09:58.636Z] f23df028b6ca: Pull complete [2024-05-28T02:09:58.636Z] d65c8cfc05b1: Pull complete [2024-05-28T02:10:16.812Z] 2437ff75d9bd: Pull complete [2024-05-28T02:10:16.812Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-28T02:10:16.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T02:10:16.812Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T02:10:17.219Z] prd-ubuntu20.04-docker-arm64-4c-16g-895 does not seem to be running inside a container [2024-05-28T02:10:17.280Z] $ 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-108 -v /w/workspace/xfoundry_edgex-taf-common_PR-108:/w/workspace/xfoundry_edgex-taf-common_PR-108:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-108@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-05-28T02:10:19.820Z] $ docker top 7aac83ba8d0d4dff4b0fa621d3eb6a8e0db6310fe2163c34fd177af6932d0886 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:20.720Z] ---> job-cost.sh [2024-05-28T02:10:20.720Z] lf-activate-venv: SKIPPING [2024-05-28T02:10:20.720Z] INFO: No Stack... [2024-05-28T02:10:20.984Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-28T02:10:21.936Z] INFO: Archiving Costs [Pipeline] sh [2024-05-28T02:10:22.275Z] + cat /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/cost.csv [2024-05-28T02:10:22.539Z] + cut -d, -f6 [Pipeline] lock [2024-05-28T02:10:22.616Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [2024-05-28T02:10:22.625Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] did not exist. Created. [2024-05-28T02:10:22.639Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-28T02:10:23.376Z] /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/durable-d2560d0a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-28T02:10:24.043Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-28T02:10:24.091Z] Warning: overwriting stash ‘stack-cost’ [2024-05-28T02:10:24.539Z] Stashed 1 file(s) [Pipeline] } [2024-05-28T02:10:24.560Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-28T02:10:24.659Z] $ docker stop --time=1 7aac83ba8d0d4dff4b0fa621d3eb6a8e0db6310fe2163c34fd177af6932d0886 [2024-05-28T02:10:26.161Z] $ docker rm -f --volumes 7aac83ba8d0d4dff4b0fa621d3eb6a8e0db6310fe2163c34fd177af6932d0886 [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-05-28T02:10:28.052Z] + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-108/archives ] [2024-05-28T02:10:28.052Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-108/archives [2024-05-28T02:10:28.052Z] total 16 [2024-05-28T02:10:28.052Z] drwxr-xr-x 3 root root 4096 May 28 02:01 . [2024-05-28T02:10:28.052Z] drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .. [2024-05-28T02:10:28.052Z] drwxr-xr-x 2 root root 4096 May 28 02:01 cost [2024-05-28T02:10:28.052Z] -rw-r--r-- 1 root root 88 May 28 02:01 cost.csv [2024-05-28T02:10:28.052Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-108/archives [2024-05-28T02:10:28.052Z] + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-108/archives [2024-05-28T02:10:28.052Z] total 16 [2024-05-28T02:10:28.052Z] drwxr-xr-x 3 jenkins jenkins 4096 May 28 02:01 . [2024-05-28T02:10:28.052Z] drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .. [2024-05-28T02:10:28.052Z] drwxr-xr-x 2 jenkins jenkins 4096 May 28 02:01 cost [2024-05-28T02:10:28.052Z] -rw-r--r-- 1 jenkins jenkins 88 May 28 02:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:28.394Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:29.297Z] ---> package-listing.sh [2024-05-28T02:10:29.297Z] ++ facter osfamily [2024-05-28T02:10:29.297Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-28T02:10:29.559Z] + OS_FAMILY=debian [2024-05-28T02:10:29.559Z] + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-108 [2024-05-28T02:10:29.559Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-28T02:10:29.559Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-28T02:10:29.559Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-28T02:10:29.559Z] + PACKAGES=/tmp/packages_start.txt [2024-05-28T02:10:29.559Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-108 ']' [2024-05-28T02:10:29.559Z] + PACKAGES=/tmp/packages_end.txt [2024-05-28T02:10:29.559Z] + case "${OS_FAMILY}" in [2024-05-28T02:10:29.559Z] + dpkg -l [2024-05-28T02:10:29.559Z] + grep '^ii' [2024-05-28T02:10:29.559Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-28T02:10:29.559Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-28T02:10:29.559Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-28T02:10:29.559Z] + '[' /w/workspace/xfoundry_edgex-taf-common_PR-108 ']' [2024-05-28T02:10:29.559Z] + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/ [2024-05-28T02:10:29.559Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/ [Pipeline] echo [2024-05-28T02:10:29.599Z] 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-108/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-05-28T02:10:29.899Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T02:10:30.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T02:10:30.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T02:10:30.709Z] prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container [2024-05-28T02:10:30.744Z] $ 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-108/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-108 -v /w/workspace/xfoundry_edgex-taf-common_PR-108:/w/workspace/xfoundry_edgex-taf-common_PR-108:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-108@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-28T02:10:30.923Z] $ docker top 3e1396171d67c4ee7c62fe046908bbae39e4767db3d17cbaedff2a940291920b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T02:10:31.323Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-28T02:10:31.637Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-28T02:10:31.959Z] + ls /var/log/sa-host [2024-05-28T02:10:31.959Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T02:10:32.226Z] provisioning config files... [2024-05-28T02:10:32.236Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config8430091236652199724tmp [Pipeline] { [Pipeline] echo [2024-05-28T02:10:32.310Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:32.634Z] ---> create-netrc.sh [Pipeline] } [2024-05-28T02:10:32.667Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:33.092Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-28T02:10:33.129Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:33.453Z] ---> sudo-logs.sh [2024-05-28T02:10:33.453Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-28T02:10:33.580Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:33.903Z] ---> job-cost.sh [2024-05-28T02:10:33.903Z] lf-activate-venv: SKIPPING [2024-05-28T02:10:33.903Z] DEBUG: total: 0.2199999988079071 [2024-05-28T02:10:33.903Z] INFO: Retrieving Stack Cost... [2024-05-28T02:10:34.163Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-28T02:10:34.731Z] INFO: Archiving Costs [Pipeline] echo [2024-05-28T02:10:34.774Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T02:10:35.102Z] ---> logs-deploy.sh [2024-05-28T02:10:35.102Z] lf-activate-venv: SKIPPING [2024-05-28T02:10:35.102Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-108/1 [2024-05-28T02:10:35.102Z] INFO: archiving workspace using pattern(s): [2024-05-28T02:10:36.038Z] Archives upload complete. [2024-05-28T02:10:36.039Z] INFO: archiving logs to Nexus