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 01:56:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:56:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:56:48 ========================================================= 01:56:48 EdgeX Global Pipelines Version Info 01:56:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:56:49 ------------------- 01:56:49 stable info: 01:56:49 ------------------- 01:56:49 Commited By: Ginny Guan ginny@iotechsys.com 01:56:49 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 01:56:49 Message: update stable to v1.0.259 01:56:50 ------------------- 01:56:50 experimental info: 01:56:50 ------------------- 01:56:50 Commited By: Ginny Guan ginny@iotechsys.com 01:56:50 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 01:56:50 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 01:56:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-108 [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-108 [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-108 [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a06c57b70ec429902758a1e383f86919f92b93a5 [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a06c57b [Pipeline] echo 01:56:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:51 provisioning config files... 01:56:51 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config5452783499307340531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:56:52 ---> ****-login.sh 01:56:52 nexus3.edgexfoundry.org:10001 01:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:52 Configure a credential helper to remove this warning. See 01:56:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:52 01:56:52 Login Succeeded 01:56:52 nexus3.edgexfoundry.org:10002 01:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:52 Configure a credential helper to remove this warning. See 01:56:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:52 01:56:52 Login Succeeded 01:56:52 nexus3.edgexfoundry.org:10003 01:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:52 Configure a credential helper to remove this warning. See 01:56:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:52 01:56:52 Login Succeeded 01:56:52 nexus3.edgexfoundry.org:10004 01:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:52 Configure a credential helper to remove this warning. See 01:56:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:52 01:56:52 Login Succeeded 01:56:52 ****.io 01:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:53 Configure a credential helper to remove this warning. See 01:56:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:53 01:56:53 Login Succeeded 01:56:53 ---> ****-login.sh ends [Pipeline] } 01:56:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:56:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:56:53 + grep -v github /etc/ssh/ssh_known_hosts 01:56:53 + [ -e /tmp/ssh_known_hosts ] 01:56:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:56:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:56:53 + sudo tee -a /etc/ssh/ssh_known_hosts 01:56:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:54 01:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:54 0.1.4: Pulling from edgex-devops/py-git-semver 01:56:54 b85a868b505f: Pulling fs layer 01:56:54 e2be974225ed: Pulling fs layer 01:56:54 339a4e72a1f5: Pulling fs layer 01:56:54 988bab9f4d93: Pulling fs layer 01:56:54 1469e6f7b9e6: Pulling fs layer 01:56:54 eaf3925da568: Pulling fs layer 01:56:54 bab4dde63d76: Pulling fs layer 01:56:54 bde34c3a00c8: Pulling fs layer 01:56:54 b352a97aabf1: Pulling fs layer 01:56:54 4872d77fe225: Pulling fs layer 01:56:54 5851b861e8e6: Pulling fs layer 01:56:54 988bab9f4d93: Waiting 01:56:54 bab4dde63d76: Waiting 01:56:54 bde34c3a00c8: Waiting 01:56:54 b352a97aabf1: Waiting 01:56:54 1469e6f7b9e6: Waiting 01:56:54 eaf3925da568: Waiting 01:56:54 4872d77fe225: Waiting 01:56:54 5851b861e8e6: Waiting 01:56:54 e2be974225ed: Verifying Checksum 01:56:54 e2be974225ed: Download complete 01:56:54 988bab9f4d93: Verifying Checksum 01:56:54 988bab9f4d93: Download complete 01:56:55 1469e6f7b9e6: Verifying Checksum 01:56:55 1469e6f7b9e6: Download complete 01:56:55 339a4e72a1f5: Verifying Checksum 01:56:55 339a4e72a1f5: Download complete 01:56:55 eaf3925da568: Verifying Checksum 01:56:55 eaf3925da568: Download complete 01:56:55 b352a97aabf1: Verifying Checksum 01:56:55 b352a97aabf1: Download complete 01:56:55 4872d77fe225: Verifying Checksum 01:56:55 4872d77fe225: Download complete 01:56:55 5851b861e8e6: Verifying Checksum 01:56:55 5851b861e8e6: Download complete 01:56:55 b85a868b505f: Verifying Checksum 01:56:55 b85a868b505f: Download complete 01:56:55 bab4dde63d76: Verifying Checksum 01:56:55 bab4dde63d76: Download complete 01:56:56 b85a868b505f: Pull complete 01:56:56 e2be974225ed: Pull complete 01:56:57 339a4e72a1f5: Pull complete 01:56:57 988bab9f4d93: Pull complete 01:56:57 1469e6f7b9e6: Pull complete 01:56:57 eaf3925da568: Pull complete 01:56:59 bab4dde63d76: Pull complete 01:56:59 bde34c3a00c8: Pull complete 01:56:59 b352a97aabf1: Pull complete 01:56:59 4872d77fe225: Pull complete 01:56:59 5851b861e8e6: Pull complete 01:56:59 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:56:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:56:59 prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container 01:56:59 $ 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 01:57:05 $ docker top 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 -eo pid,comm 01:57:05 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). 01:57:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:57:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:05 [ssh-agent] Looking for ssh-agent implementation... 01:57:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:05 $ docker exec 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent 01:57:05 SSH_AUTH_SOCK=/tmp/ssh-9mvkkcL2rgUq/agent.31 01:57:05 SSH_AGENT_PID=37 01:57:05 Running ssh-add (command line suppressed) 01:57:06 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) 01:57:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:06 + git tag --points-at HEAD [Pipeline] } 01:57:06 $ docker exec --env ******** --env ******** 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent -k 01:57:06 unset SSH_AUTH_SOCK; 01:57:06 unset SSH_AGENT_PID; 01:57:06 echo Agent pid 37 killed; 01:57:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:57:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:06 [ssh-agent] Looking for ssh-agent implementation... 01:57:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:06 $ docker exec 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent 01:57:06 SSH_AUTH_SOCK=/tmp/ssh-4p9oGZr1WDE3/agent.70 01:57:06 SSH_AGENT_PID=76 01:57:06 Running ssh-add (command line suppressed) 01:57:06 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) 01:57:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:07 + git semver init 01:57:07 2024-05-28 01:57:07,526 [run_init] DEBUG init version:0.0.0 force:False 01:57:07 2024-05-28 01:57:07,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver 01:57:07 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 01:57:07 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) 01:57:08 2024-05-28 01:57:08,105 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-108/.git/info/exclude 01:57:08 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 01:57:08 2024-05-28 01:57:08,106 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-108/.semver/PR-108 01:57:08 2024-05-28 01:57:08,110 [execute] INFO git cat-file --batch-check 01:57:08 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=) 01:57:08 2024-05-28 01:57:08,115 [execute] INFO git cat-file --batch 01:57:08 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=) 01:57:08 2024-05-28 01:57:08,120 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-108/.semver/PR-108 01:57:08 0.0.0 [Pipeline] } 01:57:08 $ docker exec --env ******** --env ******** 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 ssh-agent -k 01:57:08 unset SSH_AUTH_SOCK; 01:57:08 unset SSH_AGENT_PID; 01:57:08 echo Agent pid 76 killed; 01:57:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:57:08 + git semver [Pipeline] } 01:57:09 $ docker stop --time=1 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 01:57:10 $ docker rm -f --volumes 5022c9964f993b700c7261a06e30168c69e6ffc14bb55f7944956a6acc07bd09 [Pipeline] // withDockerContainer [Pipeline] sh 01:57:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:57:11 Stashed 1 file(s) [Pipeline] echo 01:57:11 [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 01:57:11 provisioning config files... 01:57:11 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config9550819283716464753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:57:12 ---> ****-login.sh 01:57:12 nexus3.edgexfoundry.org:10001 01:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:57:12 Configure a credential helper to remove this warning. See 01:57:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:57:12 01:57:12 Login Succeeded 01:57:12 nexus3.edgexfoundry.org:10002 01:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:57:12 Configure a credential helper to remove this warning. See 01:57:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:57:12 01:57:12 Login Succeeded 01:57:12 nexus3.edgexfoundry.org:10003 01:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:57:12 Configure a credential helper to remove this warning. See 01:57:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:57:12 01:57:12 Login Succeeded 01:57:12 nexus3.edgexfoundry.org:10004 01:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:57:12 Configure a credential helper to remove this warning. See 01:57:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:57:12 01:57:12 Login Succeeded 01:57:12 ****.io 01:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:57:12 Configure a credential helper to remove this warning. See 01:57:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:57:12 01:57:12 Login Succeeded 01:57:12 ---> ****-login.sh ends [Pipeline] } 01:57:12 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 01:57:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:57:14 + ls -al . 01:57:14 total 72 01:57:14 drwxrwxr-x 7 jenkins jenkins 4096 May 28 01:57 . 01:57:14 drwxrwxr-x 4 jenkins jenkins 4096 May 28 01:56 .. 01:57:14 drwxrwxr-x 8 jenkins jenkins 4096 May 28 01:57 .git 01:57:14 drwxrwxr-x 2 jenkins jenkins 4096 May 28 01:56 .github 01:57:14 -rw-rw-r-- 1 jenkins jenkins 22 May 28 01:56 .gitignore 01:57:14 drwxr-xr-x 3 jenkins jenkins 4096 May 28 01:57 .semver 01:57:14 -rw-rw-r-- 1 jenkins jenkins 1619 May 28 01:56 Dockerfile 01:57:14 -rw-rw-r-- 1 jenkins jenkins 746 May 28 01:56 Jenkinsfile 01:57:14 -rw-rw-r-- 1 jenkins jenkins 11381 May 28 01:56 LICENSE 01:57:14 -rw-rw-r-- 1 jenkins jenkins 3606 May 28 01:56 README.md 01:57:14 drwxrwxr-x 4 jenkins jenkins 4096 May 28 01:56 TAF-Manager 01:57:14 drwxrwxr-x 6 jenkins jenkins 4096 May 28 01:56 TUC 01:57:14 -rw-rw-r-- 1 jenkins jenkins 5 May 28 01:57 VERSION 01:57:14 -rw-rw-r-- 1 jenkins jenkins 343 May 28 01:56 requirements.txt 01:57:14 -rw-rw-r-- 1 jenkins jenkins 54 May 28 01:56 robot-entrypoint.sh 01:57:14 -rw-rw-r-- 1 jenkins jenkins 445 May 28 01:56 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:14 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 --label arch=amd64 --label version=0.0.0 . 01:57:14 Sending build context to Docker daemon 604.7kB 01:57:14 Step 1/13 : FROM alpine:3.20 01:57:14 3.20: Pulling from library/alpine 01:57:15 d25f557d7f31: Pulling fs layer 01:57:15 d25f557d7f31: Verifying Checksum 01:57:15 d25f557d7f31: Download complete 01:57:15 d25f557d7f31: Pull complete 01:57:15 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 01:57:15 Status: Downloaded newer image for alpine:3.20 01:57:15 ---> 1d34ffeaf190 01:57:15 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 01:57:15 ---> Running in dcae5be44ea1 01:57:15 Removing intermediate container dcae5be44ea1 01:57:15 ---> a53cf3a737d6 01:57:15 Step 3/13 : LABEL maintainer="Bruce Huang " 01:57:15 ---> Running in 037344989ac7 01:57:16 Removing intermediate container 037344989ac7 01:57:16 ---> 968144f7a49a 01:57:16 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 01:57:16 ---> 56ba9ac8face 01:57:16 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 01:57:16 ---> b5094fedd16d 01:57:16 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 01:57:16 ---> 8175c86196a3 01:57:16 Step 7/13 : WORKDIR /edgex-taf 01:57:16 ---> Running in 222625b20e96 01:57:16 Removing intermediate container 222625b20e96 01:57:16 ---> 29426898b6b1 01:57:16 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:16 ---> Running in 928626d60533 01:57:17 Removing intermediate container 928626d60533 01:57:17 ---> 4bd9edb4ed21 01:57:17 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 01:57:17 ---> Running in d92e41821607 01:57:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:18 OK: 8 MiB in 14 packages 01:57:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:20 (1/14) Installing ca-certificates (20240226-r0) 01:57:20 (2/14) Installing brotli-libs (1.1.0-r2) 01:57:20 (3/14) Installing c-ares (1.28.1-r0) 01:57:21 (4/14) Installing libunistring (1.2-r0) 01:57:21 (5/14) Installing libidn2 (2.3.7-r0) 01:57:22 (6/14) Installing nghttp2-libs (1.62.0-r0) 01:57:22 (7/14) Installing libpsl (0.21.5-r1) 01:57:22 (8/14) Installing zstd-libs (1.5.6-r0) 01:57:23 (9/14) Installing libcurl (8.7.1-r0) 01:57:23 (10/14) Installing curl (8.7.1-r0) 01:57:23 (11/14) Installing docker-cli (26.1.3-r0) 01:57:24 (12/14) Installing oniguruma (6.9.9-r0) 01:57:25 (13/14) Installing jq (1.7.1-r0) 01:57:25 (14/14) Installing openssl (3.3.0-r2) 01:57:25 Executing busybox-1.36.1-r28.trigger 01:57:25 Executing ca-certificates-20240226-r0.trigger 01:57:25 OK: 43 MiB in 28 packages 01:57:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:26 Still waiting to schedule task 01:57:26 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:57:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:27 (1/167) Installing libexpat (2.6.2-r0) 01:57:27 (2/167) Installing libbz2 (1.0.8-r6) 01:57:27 (3/167) Installing libpng (1.6.43-r0) 01:57:28 (4/167) Installing freetype (2.13.2-r0) 01:57:28 (5/167) Installing fontconfig (2.15.0-r1) 01:57:29 (6/167) Installing libfontenc (1.1.8-r0) 01:57:29 (7/167) Installing mkfontscale (1.2.2-r6) 01:57:29 (8/167) Installing font-opensans (0_git20210927-r1) 01:57:30 (9/167) Installing pkgconf (2.2.0-r0) 01:57:30 (10/167) Installing libgcc (13.2.1_git20240309-r0) 01:57:30 (11/167) Installing libffi (3.4.6-r0) 01:57:31 (12/167) Installing libintl (0.22.5-r0) 01:57:31 (13/167) Installing libeconf (0.6.3-r0) 01:57:31 (14/167) Installing libblkid (2.40.1-r1) 01:57:31 (15/167) Installing libmount (2.40.1-r1) 01:57:32 (16/167) Installing pcre2 (10.43-r0) 01:57:32 (17/167) Installing glib (2.80.2-r0) 01:57:33 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 01:57:33 (19/167) Installing xz-libs (5.6.1-r3) 01:57:34 (20/167) Installing libxml2 (2.12.7-r0) 01:57:34 (21/167) Installing shared-mime-info (2.4-r0) 01:57:34 (22/167) Installing hicolor-icon-theme (0.17-r2) 01:57:35 (23/167) Installing libjpeg-turbo (3.0.3-r0) 01:57:35 (24/167) Installing libsharpyuv (1.3.2-r0) 01:57:36 (25/167) Installing libwebp (1.3.2-r0) 01:57:36 (26/167) Installing tiff (4.6.0t-r0) 01:57:36 (27/167) Installing gdk-pixbuf (2.42.11-r1) 01:57:37 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 01:57:37 (29/167) Installing libxau (1.0.11-r4) 01:57:37 (30/167) Installing libmd (1.1.0-r0) 01:57:37 (31/167) Installing libbsd (0.12.2-r0) 01:57:38 (32/167) Installing libxdmcp (1.1.5-r1) 01:57:38 (33/167) Installing libxcb (1.16.1-r0) 01:57:39 (34/167) Installing libx11 (1.8.9-r1) 01:57:39 (35/167) Installing libxcomposite (0.4.6-r5) 01:57:39 (36/167) Installing libxfixes (6.0.1-r4) 01:57:39 (37/167) Installing libxrender (0.9.11-r5) 01:57:40 (38/167) Installing libxcursor (1.2.2-r1) 01:57:40 (39/167) Installing libxdamage (1.1.6-r5) 01:57:40 (40/167) Installing libxext (1.3.6-r2) 01:57:40 (41/167) Installing libxi (1.8.1-r4) 01:57:41 (42/167) Installing libxinerama (1.1.5-r4) 01:57:41 (43/167) Installing libxrandr (1.5.4-r1) 01:57:41 (44/167) Installing libatk-1.0 (2.52.0-r0) 01:57:42 (45/167) Installing libxtst (1.2.4-r6) 01:57:42 (46/167) Installing dbus-libs (1.14.10-r1) 01:57:42 (47/167) Installing at-spi2-core (2.52.0-r0) 01:57:43 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 01:57:43 (49/167) Installing pixman (0.43.2-r0) 01:57:44 (50/167) Installing cairo (1.18.0-r0) 01:57:44 (51/167) Installing cairo-gobject (1.18.0-r0) 01:57:44 (52/167) Installing avahi-libs (0.8-r17) 01:57:45 (53/167) Installing gmp (6.3.0-r1) 01:57:45 (54/167) Installing nettle (3.9.1-r0) 01:57:45 (55/167) Installing libtasn1 (4.19.0-r2) 01:57:46 (56/167) Installing p11-kit (0.25.3-r0) 01:57:46 (57/167) Installing gnutls (3.8.5-r0) 01:57:47 (58/167) Installing cups-libs (2.4.8-r0) 01:57:47 (59/167) Installing libepoxy (1.5.10-r1) 01:57:47 (60/167) Installing fribidi (1.0.14-r0) 01:57:48 (61/167) Installing graphite2 (1.3.14-r6) 01:57:48 (62/167) Installing harfbuzz (8.5.0-r0) 01:57:48 (63/167) Installing libxft (2.3.8-r3) 01:57:49 (64/167) Installing pango (1.52.2-r0) 01:57:49 (65/167) Installing wayland-libs-client (1.22.0-r4) 01:57:50 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 01:57:50 (67/167) Installing wayland-libs-egl (1.22.0-r4) 01:57:50 (68/167) Installing xkeyboard-config (2.41-r0) 01:57:50 (69/167) Installing libxkbcommon (1.7.0-r0) 01:57:51 (70/167) Installing gtk+3.0 (3.24.42-r0) 01:57:52 (71/167) Installing icu-data-full (74.2-r0) 01:57:52 (72/167) Installing mesa (24.0.8-r1) 01:57:52 (73/167) Installing llvm17-libs (17.0.6-r1) 01:57:54 (74/167) Installing hwdata-pci (0.382-r0) 01:57:54 (75/167) Installing libpciaccess (0.18.1-r0) 01:57:55 (76/167) Installing libdrm (2.4.120-r0) 01:57:55 (77/167) Installing libelf (0.191-r0) 01:57:55 (78/167) Installing mesa-glapi (24.0.8-r1) 01:57:56 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 01:57:56 (80/167) Installing eudev-libs (3.2.14-r2) 01:57:57 (81/167) Installing libmagic (5.45-r1) 01:57:57 (82/167) Installing file (5.45-r1) 01:57:57 (83/167) Installing xprop (1.2.7-r0) 01:57:58 (84/167) Installing libice (1.1.1-r6) 01:57:58 (85/167) Installing libuuid (2.40.1-r1) 01:57:58 (86/167) Installing libsm (1.2.4-r4) 01:57:58 (87/167) Installing libxt (1.3.0-r5) 01:57:59 (88/167) Installing libxmu (1.1.4-r2) 01:57:59 (89/167) Installing xset (1.2.5-r1) 01:57:59 (90/167) Installing xdg-utils (1.2.1-r0) 01:58:00 (91/167) Installing libogg (1.3.5-r5) 01:58:00 (92/167) Installing libflac (1.4.3-r1) 01:58:01 (93/167) Installing alsa-lib (1.2.11-r0) 01:58:01 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 01:58:01 (95/167) Installing aom-libs (3.9.0-r0) 01:58:02 (96/167) Installing libva (2.21.0-r0) 01:58:02 (97/167) Installing libvdpau (1.5-r3) 01:58:02 (98/167) Installing onevpl-libs (2023.3.1-r2) 01:58:03 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 01:58:03 (100/167) Installing libdav1d (1.4.2-r0) 01:58:04 (101/167) Installing openexr-libiex (3.1.13-r1) 01:58:04 (102/167) Installing openexr-libilmthread (3.1.13-r1) 01:58:04 (103/167) Installing imath (3.1.11-r2) 01:58:05 (104/167) Installing openexr-libopenexr (3.1.13-r1) 01:58:05 (105/167) Installing giflib (5.2.2-r0) 01:58:06 (106/167) Installing libhwy (1.0.7-r0) 01:58:06 (107/167) Installing lcms2 (2.16-r0) 01:58:06 (108/167) Installing libjxl (0.10.2-r0) 01:58:07 (109/167) Installing lame-libs (3.100-r5) 01:58:07 (110/167) Installing opus (1.5.2-r0) 01:58:08 (111/167) Installing rav1e-libs (0.7.1-r0) 01:58:08 (112/167) Installing libgomp (13.2.1_git20240309-r0) 01:58:09 (113/167) Installing soxr (0.1.3-r7) 01:58:09 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 01:58:09 (115/167) Installing libtheora (1.1.1-r18) 01:58:10 (116/167) Installing libvorbis (1.3.7-r2) 01:58:10 (117/167) Installing libvpx (1.14.0-r0) 01:58:11 (118/167) Installing libwebpmux (1.3.2-r0) 01:58:11 (119/167) Installing x264-libs (0.164_git20231001-r0) 01:58:11 (120/167) Installing numactl (2.0.18-r0) 01:58:12 (121/167) Installing x265-libs (3.6-r0) 01:58:12 (122/167) Installing xvidcore (1.3.7-r2) 01:58:12 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 01:58:13 (124/167) Installing libbluray (1.3.4-r1) 01:58:14 (125/167) Installing mpg123-libs (1.32.6-r0) 01:58:14 (126/167) Installing libopenmpt (0.7.7-r0) 01:58:14 (127/167) Installing cjson (1.7.18-r0) 01:58:15 (128/167) Installing mbedtls (3.6.0-r0) 01:58:15 (129/167) Installing librist (0.2.10-r1) 01:58:15 (130/167) Installing libsrt (1.5.3-r0) 01:58:16 (131/167) Installing libssh (0.10.6-r0) 01:58:16 (132/167) Installing libsodium (1.0.19-r0) 01:58:17 (133/167) Installing libzmq (4.3.5-r2) 01:58:17 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 01:58:17 (135/167) Installing crc32c (1.1.2-r0) 01:58:18 (136/167) Installing double-conversion (3.3.0-r0) 01:58:18 (137/167) Installing libevent (2.1.12-r7) 01:58:18 (138/167) Installing wayland-libs-server (1.22.0-r4) 01:58:19 (139/167) Installing mesa-gbm (24.0.8-r1) 01:58:19 (140/167) Installing harfbuzz-subset (8.5.0-r0) 01:58:20 (141/167) Installing icu-libs (74.2-r0) 01:58:20 (142/167) Installing minizip (1.3.1-r0) 01:58:20 (143/167) Installing nspr (4.35-r4) 01:58:21 (144/167) Installing sqlite-libs (3.45.3-r1) 01:58:21 (145/167) Installing nss (3.100-r0) 01:58:22 (146/167) Installing openh264 (2.4.1-r0) 01:58:22 (147/167) Installing libcamera-ipa (0.3.0-r0) 01:58:23 (148/167) Installing libunwind (1.8.1-r0) 01:58:23 (149/167) Installing yaml (0.2.5-r2) 01:58:23 (150/167) Installing libcamera (0.3.0-r0) 01:58:24 (151/167) Installing speexdsp (1.2.1-r2) 01:58:24 (152/167) Installing libuv (1.48.0-r0) 01:58:24 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 01:58:24 (154/167) Installing libsndfile (1.2.2-r0) 01:58:25 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 01:58:26 (156/167) Installing pipewire-libs (1.0.6-r1) 01:58:26 (157/167) Installing libasyncns (0.8-r3) 01:58:26 (158/167) Installing libltdl (2.4.7-r3) 01:58:27 (159/167) Installing orc (0.4.37-r0) 01:58:27 (160/167) Installing tdb-libs (1.4.9-r1) 01:58:27 (161/167) Installing libpulse (17.0-r0) 01:58:28 (162/167) Installing libwebpdemux (1.3.2-r0) 01:58:28 (163/167) Installing libgpg-error (1.49-r0) 01:58:28 (164/167) Installing libgcrypt (1.10.3-r0) 01:58:29 (165/167) Installing libxslt (1.1.39-r1) 01:58:29 (166/167) Installing chromium (125.0.6422.112-r0) 01:58:44 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 01:58:44 Executing busybox-1.36.1-r28.trigger 01:58:44 Executing fontconfig-2.15.0-r1.trigger 01:58:44 Executing mkfontscale-1.2.2-r6.trigger 01:58:44 Executing glib-2.80.2-r0.trigger 01:58:44 Executing shared-mime-info-2.4-r0.trigger 01:58:44 Executing gdk-pixbuf-2.42.11-r1.trigger 01:58:44 Executing gtk-update-icon-cache-3.24.42-r0.trigger 01:58:44 Executing gtk+3.0-3.24.42-r0.trigger 01:58:44 OK: 657 MiB in 195 packages 01:58:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:44 (1/30) Installing jansson (2.14-r4) 01:58:44 (2/30) Installing binutils (2.42-r0) 01:58:45 (3/30) Installing libatomic (13.2.1_git20240309-r0) 01:58:45 (4/30) Installing isl26 (0.26-r1) 01:58:45 (5/30) Installing mpfr4 (4.2.1-r0) 01:58:46 (6/30) Installing mpc1 (1.3.1-r1) 01:58:46 (7/30) Installing gcc (13.2.1_git20240309-r0) 01:58:54 (8/30) Installing musl-dev (1.2.5-r0) 01:58:55 (9/30) Installing linux-headers (6.6-r0) 01:58:55 (10/30) Installing libffi-dev (3.4.6-r0) 01:58:56 (11/30) Installing libpq (16.3-r0) 01:58:56 (12/30) Installing openssl-dev (3.3.0-r2) 01:58:57 (13/30) Installing libpq-dev (16.3-r0) 01:58:57 (14/30) Installing libecpg (16.3-r0) 01:58:57 (15/30) Installing libecpg-dev (16.3-r0) 01:58:58 (16/30) Installing clang16-headers (16.0.6-r5) 01:58:58 (17/30) Installing llvm16-libs (16.0.6-r8) 01:59:08 (18/30) Installing clang16-libs (16.0.6-r5) 01:59:08 (19/30) Installing fortify-headers (1.1-r3) 01:59:08 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 01:59:09 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 01:59:09 (22/30) Installing clang16 (16.0.6-r5) 01:59:09 (23/30) Installing icu (74.2-r0) 01:59:10 (24/30) Installing icu-dev (74.2-r0) 01:59:10 (25/30) Installing llvm16 (16.0.6-r8) 01:59:19 (26/30) Installing lz4-libs (1.9.4-r5) 01:59:19 (27/30) Installing lz4-dev (1.9.4-r5) 01:59:19 (28/30) Installing zstd (1.5.6-r0) 01:59:20 (29/30) Installing zstd-dev (1.5.6-r0) 01:59:20 (30/30) Installing postgresql16-dev (16.3-r0) 01:59:21 Executing busybox-1.36.1-r28.trigger 01:59:21 OK: 1193 MiB in 225 packages 01:59:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:59:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:59:22 (1/14) Installing g++ (13.2.1_git20240309-r0) 01:59:23 (2/14) Installing gdbm (1.23-r1) 01:59:23 (3/14) Installing mpdecimal (4.0.0-r0) 01:59:23 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 01:59:23 (5/14) Installing libncursesw (6.4_p20240420-r0) 01:59:24 (6/14) Installing libpanelw (6.4_p20240420-r0) 01:59:24 (7/14) Installing readline (8.2.10-r0) 01:59:24 (8/14) Installing python3 (3.12.3-r1) 01:59:25 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 01:59:26 (10/14) Installing pyc (3.12.3-r1) 01:59:26 (11/14) Installing python3-pyc (3.12.3-r1) 01:59:26 (12/14) Installing python3-dev (3.12.3-r1) 01:59:27 (13/14) Installing libsodium-dev (1.0.19-r0) 01:59:28 (14/14) Installing zeromq-dev (4.3.5-r2) 01:59:28 Executing busybox-1.36.1-r28.trigger 01:59:28 OK: 1359 MiB in 239 packages 01:59:28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:59:29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:59:30 OK: 1359 MiB in 239 packages 01:59:30 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:59:30 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:59:31 (1/1) Installing tzdata (2024a-r1) 01:59:31 OK: 1361 MiB in 240 packages 01:59:31 (1/1) Purging tzdata (2024a-r1) 01:59:31 OK: 1359 MiB in 239 packages 01:59:34 Looking in links: /tmp/tmpk95rvfug 01:59:34 Processing /tmp/tmpk95rvfug/pip-24.0-py3-none-any.whl 01:59:34 Installing collected packages: pip 01:59:35 Successfully installed pip-24.0 01:59:35 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 01:59:35 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 01:59:36 Collecting setuptools 01:59:36 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 01:59:36 Collecting wheel 01:59:36 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 01:59:36 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 01:59:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 72.9 MB/s eta 0:00:00 01:59:36 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 01:59:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 177.0 MB/s eta 0:00:00 01:59:36 Installing collected packages: wheel, setuptools 01:59:36 Successfully installed setuptools-70.0.0 wheel-0.43.0 01:59:36 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 01:59:37 Processing ./edgex-taf-common 01:59:37 Preparing metadata (setup.py): started 01:59:37 Preparing metadata (setup.py): finished with status 'done' 01:59:37 Building wheels for collected packages: edgex-taf-common 01:59:37 Building wheel for edgex-taf-common (setup.py): started 01:59:37 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 01:59:37 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=470c6edb247355795dedf09fc5365860312e24aa16a0b9e4801bec10bf778fcc 01:59:37 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 01:59:37 Successfully built edgex-taf-common 01:59:37 Installing collected packages: edgex-taf-common 01:59:37 Successfully installed edgex-taf-common-0.0.0 01:59:37 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 01:59:38 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 01:59:38 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 01:59:38 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 01:59:38 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 01:59:38 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 01:59:38 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 01:59:38 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 01:59:38 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 01:59:38 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 01:59:38 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 01:59:38 Preparing metadata (setup.py): started 01:59:38 Preparing metadata (setup.py): finished with status 'done' 01:59:38 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 01:59:38 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 01:59:39 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 01:59:39 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 01:59:39 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 01:59:39 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 01:59:39 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 01:59:39 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 01:59:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 13.1 MB/s eta 0:00:00 01:59:39 Preparing metadata (setup.py): started 01:59:39 Preparing metadata (setup.py): finished with status 'done' 01:59:39 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 01:59:39 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 01:59:39 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 01:59:39 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 01:59:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.0 MB/s eta 0:00:00 01:59:39 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 01:59:39 Downloading psutil-5.9.5.tar.gz (493 kB) 01:59:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 29.1 MB/s eta 0:00:00 01:59:39 Installing build dependencies: started 01:59:42 Installing build dependencies: finished with status 'done' 01:59:42 Getting requirements to build wheel: started 01:59:42 Getting requirements to build wheel: finished with status 'done' 01:59:42 Preparing metadata (pyproject.toml): started 01:59:42 Preparing metadata (pyproject.toml): finished with status 'done' 01:59:43 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 01:59:43 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 01:59:43 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 01:59:43 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 01:59:43 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 01:59:43 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 01:59:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 4.4 MB/s eta 0:00:00 01:59:43 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 01:59:43 Downloading psycopg2-2.9.9.tar.gz (384 kB) 01:59:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 8.8 MB/s eta 0:00:00 01:59:43 Preparing metadata (setup.py): started 01:59:43 Preparing metadata (setup.py): finished with status 'done' 01:59:44 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 01:59:44 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 01:59:44 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:44 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 01:59:44 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:44 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 01:59:44 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 01:59:44 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading flex-6.14.1.tar.gz (40 kB) 01:59:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.8 MB/s eta 0:00:00 01:59:44 Preparing metadata (setup.py): started 01:59:44 Preparing metadata (setup.py): finished with status 'done' 01:59:44 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 01:59:44 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 01:59:44 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 01:59:44 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 01:59:44 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 01:59:44 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:44 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 01:59:45 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 01:59:45 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 01:59:45 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 01:59:45 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 01:59:45 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 01:59:45 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 01:59:45 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 01:59:45 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 01:59:45 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 01:59:45 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 01:59:45 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 01:59:45 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 01:59:45 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 01:59:45 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 01:59:45 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 01:59:45 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 01:59:45 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) 01:59:45 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 01:59:45 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 01:59:45 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 01:59:45 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 01:59:45 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:45 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 01:59:45 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:45 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 01:59:45 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:45 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 01:59:45 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:45 Downloading validate_email-1.3.tar.gz (4.7 kB) 01:59:45 Preparing metadata (setup.py): started 01:59:46 Preparing metadata (setup.py): finished with status 'done' 01:59:46 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 01:59:46 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 01:59:46 Preparing metadata (setup.py): started 01:59:46 Preparing metadata (setup.py): finished with status 'done' 01:59:46 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 01:59:46 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 01:59:46 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 01:59:46 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 01:59:46 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 01:59:46 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 01:59:46 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 01:59:46 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 01:59:47 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:47 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 01:59:47 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:47 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 01:59:47 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:47 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 01:59:47 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 01:59:47 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 01:59:47 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)) 01:59:47 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 01:59:47 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)) 01:59:47 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 01:59:47 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 01:59:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 16.2 MB/s eta 0:00:00 01:59:47 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 01:59:47 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 01:59:47 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 01:59:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 11.8 MB/s eta 0:00:00 01:59:47 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 01:59:47 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 01:59:47 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 01:59:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 6.8 MB/s eta 0:00:00 01:59:47 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 01:59:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 12.0 MB/s eta 0:00:00 01:59:47 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 16.5 MB/s eta 0:00:00 01:59:49 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 31.5 MB/s eta 0:00:00 01:59:49 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 31.7 MB/s eta 0:00:00 01:59:49 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 18.0 MB/s eta 0:00:00 01:59:49 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 19.1 MB/s eta 0:00:00 01:59:49 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 22.8 MB/s eta 0:00:00 01:59:49 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 21.4 MB/s eta 0:00:00 01:59:49 Downloading idna-3.7-py3-none-any.whl (66 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.9 MB/s eta 0:00:00 01:59:49 Downloading packaging-24.0-py3-none-any.whl (53 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 6.3 MB/s eta 0:00:00 01:59:49 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 26.8 MB/s eta 0:00:00 01:59:49 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 21.8 MB/s eta 0:00:00 01:59:49 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 01:59:49 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 66.0 MB/s eta 0:00:00 01:59:49 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 16.7 MB/s eta 0:00:00 01:59:49 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.4 MB/s eta 0:00:00 01:59:49 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 15.9 MB/s eta 0:00:00 01:59:49 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 01:59:49 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 01:59:49 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 10.6 MB/s eta 0:00:00 01:59:49 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 41.5 MB/s eta 0:00:00 01:59:49 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 45.3 MB/s eta 0:00:00 01:59:49 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 01:59:49 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 5.4 MB/s eta 0:00:00 01:59:49 Downloading click-8.1.7-py3-none-any.whl (97 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.1 MB/s eta 0:00:00 01:59:49 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 01:59:49 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 01:59:49 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 23.1 MB/s eta 0:00:00 01:59:49 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 01:59:49 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 01:59:49 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 23.8 MB/s eta 0:00:00 01:59:49 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 01:59:49 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 01:59:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 11.3 MB/s eta 0:00:00 01:59:49 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 01:59:49 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 01:59:50 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 01:59:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.9 MB/s eta 0:00:00 01:59:50 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 01:59:50 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 01:59:50 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 01:59:50 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 01:59:50 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 01:59:50 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 01:59:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.8 MB/s eta 0:00:00 01:59:50 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 01:59:50 Building wheel for robotbackgroundlogger (setup.py): started 01:59:50 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 01:59:50 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=4f4ca98bfe7d13877326df25e2146a725d7d8b1632d02f0e0039de1ae9cfc902 01:59:50 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 01:59:50 Building wheel for paho-mqtt (setup.py): started 01:59:50 Building wheel for paho-mqtt (setup.py): finished with status 'done' 01:59:50 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=61e3ac611ca6728ab4519ff01bab51fec51307b59df7920d84851b375e283f68 01:59:50 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 01:59:50 Building wheel for psutil (pyproject.toml): started 01:59:52 Building wheel for psutil (pyproject.toml): finished with status 'done' 01:59:52 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281483 sha256=16010c0f1c3353f6456c2be7a80de182836565e20efa7245720f36bef56fbf68 01:59:52 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 01:59:52 Building wheel for psycopg2 (setup.py): started 02:00:04 Building wheel for psycopg2 (setup.py): finished with status 'done' 02:00:04 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521876 sha256=e108bbd0de33953565c398ea379717586badae299c4a61518ee0920b5e6edc6a 02:00:04 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 02:00:04 Building wheel for flex (setup.py): started 02:00:04 Building wheel for flex (setup.py): finished with status 'done' 02:00:04 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=2b0b1929913630f8a2902f4ecd80c0686b72359422da2e4cded8f405b4215051 02:00:04 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 02:00:04 Building wheel for strict-rfc3339 (setup.py): started 02:00:04 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 02:00:04 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=99426335b42b61c7d8e7ee863d0ad1fb0a42112dd26d6b63d9777d403fa14130 02:00:04 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 02:00:04 Building wheel for validate-email (setup.py): started 02:00:04 Building wheel for validate-email (setup.py): finished with status 'done' 02:00:04 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=c6d0556247ff716a7ddf19d94781262445006b1760d437bce9db7e43f720e5a3 02:00:04 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 02:00:04 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 02:00:05 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 02:00:17 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 02:00:17 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 02:00:49 Removing intermediate container d92e41821607 02:00:49 ---> d36097ecdba2 02:00:49 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 02:00:49 ---> Running in b3cd471b3044 02:00:49 Removing intermediate container b3cd471b3044 02:00:49 ---> 50cd0d2037fa 02:00:49 Step 11/13 : LABEL arch=amd64 02:00:49 ---> Running in 323b852a9288 02:00:49 Removing intermediate container 323b852a9288 02:00:49 ---> eda1d96c0abc 02:00:49 Step 12/13 : LABEL git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 02:00:49 ---> Running in 3df45dc9e374 02:00:49 Removing intermediate container 3df45dc9e374 02:00:49 ---> b38ee71a6e20 02:00:49 Step 13/13 : LABEL version=0.0.0 02:00:49 ---> Running in e07d5b494274 02:00:49 Removing intermediate container e07d5b494274 02:00:49 ---> 8a91d4197e90 02:00:49 [Warning] One or more build-args [ARCH] were not consumed 02:00:49 Successfully built 8a91d4197e90 02:00:49 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 02:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:50 02:00:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:51 latest: Pulling from edgex-lftools-log-publisher 02:00:51 5eb5b503b376: Pulling fs layer 02:00:51 5c69ac0246d0: Pulling fs layer 02:00:51 ec43610c2a17: Pulling fs layer 02:00:51 3a2ae6a8a46f: Pulling fs layer 02:00:51 33b1e0a273af: Pulling fs layer 02:00:51 5d3b04190fa2: Pulling fs layer 02:00:51 2f39f015ded8: Pulling fs layer 02:00:51 3a2ae6a8a46f: Waiting 02:00:51 33b1e0a273af: Waiting 02:00:51 2f39f015ded8: Waiting 02:00:51 5d3b04190fa2: Waiting 02:00:51 5c69ac0246d0: Download complete 02:00:51 3a2ae6a8a46f: Download complete 02:00:51 33b1e0a273af: Verifying Checksum 02:00:51 33b1e0a273af: Download complete 02:00:51 ec43610c2a17: Verifying Checksum 02:00:51 ec43610c2a17: Download complete 02:00:51 5d3b04190fa2: Verifying Checksum 02:00:51 5d3b04190fa2: Download complete 02:00:51 5eb5b503b376: Download complete 02:00:52 2f39f015ded8: Verifying Checksum 02:00:52 2f39f015ded8: Download complete 02:00:52 5eb5b503b376: Pull complete 02:00:52 5c69ac0246d0: Pull complete 02:00:53 ec43610c2a17: Pull complete 02:00:53 3a2ae6a8a46f: Pull complete 02:00:53 33b1e0a273af: Pull complete 02:00:53 5d3b04190fa2: Pull complete 02:00:58 2f39f015ded8: Pull complete 02:00:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:58 prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container 02:00:58 $ 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 02:00:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-895 in /w/workspace/xfoundry_edgex-taf-common_PR-108 02:01:05 $ docker top 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] checkout 02:01:05 Selected Git installation does not exist. Using Default 02:01:05 The recommended git tool is: NONE 02:01:06 ---> job-cost.sh 02:01:06 lf-activate-venv: SKIPPING 02:01:06 INFO: No Stack... 02:01:06 INFO: Retrieving Pricing Info for: v3-standard-8 02:01:06 INFO: Archiving Costs [Pipeline] sh 02:01:07 + cat /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/cost.csv 02:01:07 + cut -d, -f6 [Pipeline] lock 02:01:07 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] 02:01:07 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] did not exist. Created. 02:01:07 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:01:07 + echo total: 0.2199999988079071 [Pipeline] stash 02:01:07 Stashed 1 file(s) [Pipeline] } 02:01:07 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:01:07 $ docker stop --time=1 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 02:01:09 $ docker rm -f --volumes 072a2e89b3caa1f9a39d022e22672f14e6494e3c549e52de6d431a970379e863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:01:13 using credential edgex-jenkins-ssh 02:01:13 Cloning the remote Git repository 02:01:13 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 02:01:13 > git init /w/workspace/xfoundry_edgex-taf-common_PR-108 # timeout=10 02:01:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 02:01:13 > git --version # timeout=10 02:01:13 > git --version # 'git version 2.25.1' 02:01:13 using GIT_SSH to set credentials SSH Credentials for GitHub 02:01:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:01:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 02:01:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:01:16 Merging remotes/origin/main commit 3ca3cddfca188673c058580017bc939ba91c3085 into PR head commit a06c57b70ec429902758a1e383f86919f92b93a5 02:01:16 Merge succeeded, producing a06c57b70ec429902758a1e383f86919f92b93a5 02:01:16 Checking out Revision a06c57b70ec429902758a1e383f86919f92b93a5 (PR-108) 02:01:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 02:01:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 02:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:01:15 > 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 02:01:16 > git config core.sparsecheckout # timeout=10 02:01:16 > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # timeout=10 02:01:16 > git remote # timeout=10 02:01:16 > git config --get remote.origin.url # timeout=10 02:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:01:16 > git merge 3ca3cddfca188673c058580017bc939ba91c3085 # timeout=10 02:01:16 > git rev-parse HEAD^{commit} # timeout=10 02:01:16 > git config core.sparsecheckout # timeout=10 02:01:16 > git checkout -f a06c57b70ec429902758a1e383f86919f92b93a5 # timeout=10 02:01:19 Commit message: "Upgrade alpine version" 02:01:20 > git --version # timeout=10 02:01:20 > git --version # 'git version 2.25.1' 02:01:20 fatal: bad object f5e0e1f8358a839901f1a476b3a28a62f8570917 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:01:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:01:21 % Total % Received % Xferd Average Speed Time Time Time Current 02:01:21 Dload Upload Total Spent Left Speed 02:01:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 109k 0 --:--:-- --:--:-- --:--:-- 109k [Pipeline] sh 02:01:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:01:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:01:22 + sudo tee /etc/docker/daemon.new 02:01:22 { 02:01:22 "registry-mirrors": [ 02:01:22 "https://nexus3.edgexfoundry.org:10001" 02:01:22 ], 02:01:22 "bip": "10.250.0.254/24", 02:01:22 "hosts": [ 02:01:22 "tcp://0.0.0.0:5555", 02:01:22 "unix:///var/run/docker.sock" 02:01:22 ], 02:01:22 "mtu": 1458, 02:01:22 "selinux-enabled": true, 02:01:22 "seccomp-profile": "/etc/docker/seccomp.json" 02:01:22 } [Pipeline] sh 02:01:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:01:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:01:41 provisioning config files... 02:01:41 copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config12144938361732601938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:42 ---> ****-login.sh 02:01:42 nexus3.edgexfoundry.org:10001 02:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:42 Configure a credential helper to remove this warning. See 02:01:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:42 02:01:42 Login Succeeded 02:01:42 nexus3.edgexfoundry.org:10002 02:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:43 Configure a credential helper to remove this warning. See 02:01:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:43 02:01:43 Login Succeeded 02:01:43 nexus3.edgexfoundry.org:10003 02:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:43 Configure a credential helper to remove this warning. See 02:01:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:43 02:01:43 Login Succeeded 02:01:43 nexus3.edgexfoundry.org:10004 02:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:43 Configure a credential helper to remove this warning. See 02:01:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:43 02:01:43 Login Succeeded 02:01:43 ****.io 02:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:44 Configure a credential helper to remove this warning. See 02:01:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:44 02:01:44 Login Succeeded 02:01:44 ---> ****-login.sh ends [Pipeline] } 02:01:44 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 02:01:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:01:45 + ls -al . 02:01:45 total 68 02:01:45 drwxrwxr-x 6 jenkins jenkins 4096 May 28 02:01 . 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 May 28 02:01 .. 02:01:45 drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .git 02:01:45 drwxrwxr-x 2 jenkins jenkins 4096 May 28 02:01 .github 02:01:45 -rw-rw-r-- 1 jenkins jenkins 22 May 28 02:01 .gitignore 02:01:45 -rw-rw-r-- 1 jenkins jenkins 1619 May 28 02:01 Dockerfile 02:01:45 -rw-rw-r-- 1 jenkins jenkins 746 May 28 02:01 Jenkinsfile 02:01:45 -rw-rw-r-- 1 jenkins jenkins 11381 May 28 02:01 LICENSE 02:01:45 -rw-rw-r-- 1 jenkins jenkins 3606 May 28 02:01 README.md 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 May 28 02:01 TAF-Manager 02:01:45 drwxrwxr-x 6 jenkins jenkins 4096 May 28 02:01 TUC 02:01:45 -rw-rw-r-- 1 jenkins jenkins 5 May 28 01:57 VERSION 02:01:45 -rw-rw-r-- 1 jenkins jenkins 343 May 28 02:01 requirements.txt 02:01:45 -rw-rw-r-- 1 jenkins jenkins 54 May 28 02:01 robot-entrypoint.sh 02:01:45 -rw-rw-r-- 1 jenkins jenkins 445 May 28 02:01 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:46 + 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 . 02:01:46 Sending build context to Docker daemon 372.7kB 02:01:46 Step 1/13 : FROM alpine:3.20 02:01:47 3.20: Pulling from library/alpine 02:01:47 94747bd81234: Pulling fs layer 02:01:47 94747bd81234: Verifying Checksum 02:01:47 94747bd81234: Download complete 02:01:48 94747bd81234: Pull complete 02:01:48 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 02:01:48 Status: Downloaded newer image for alpine:3.20 02:01:48 ---> 442043f030d3 02:01:48 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 02:01:48 ---> Running in 3da636a563d0 02:01:48 Removing intermediate container 3da636a563d0 02:01:48 ---> 037376a8fe8d 02:01:48 Step 3/13 : LABEL maintainer="Bruce Huang " 02:01:48 ---> Running in 76c0224e0e62 02:01:49 Removing intermediate container 76c0224e0e62 02:01:49 ---> 4b7599787b5d 02:01:49 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 02:01:49 ---> abb34d84cb27 02:01:49 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 02:01:50 ---> 9fc1eaa233a2 02:01:50 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 02:01:50 ---> 54d3ec35ca29 02:01:50 Step 7/13 : WORKDIR /edgex-taf 02:01:50 ---> Running in f46840ab4cf3 02:01:51 Removing intermediate container f46840ab4cf3 02:01:51 ---> eae6d965a559 02:01:51 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:51 ---> Running in 15f08312ded3 02:01:53 Removing intermediate container 15f08312ded3 02:01:53 ---> 20574084f582 02:01:53 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 02:01:53 ---> Running in 982fc58b4d07 02:01:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:56 OK: 9 MiB in 14 packages 02:01:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:59 (1/14) Installing ca-certificates (20240226-r0) 02:01:59 (2/14) Installing brotli-libs (1.1.0-r2) 02:01:59 (3/14) Installing c-ares (1.28.1-r0) 02:02:00 (4/14) Installing libunistring (1.2-r0) 02:02:01 (5/14) Installing libidn2 (2.3.7-r0) 02:02:01 (6/14) Installing nghttp2-libs (1.62.0-r0) 02:02:01 (7/14) Installing libpsl (0.21.5-r1) 02:02:02 (8/14) Installing zstd-libs (1.5.6-r0) 02:02:02 (9/14) Installing libcurl (8.7.1-r0) 02:02:03 (10/14) Installing curl (8.7.1-r0) 02:02:03 (11/14) Installing docker-cli (26.1.3-r0) 02:02:04 (12/14) Installing oniguruma (6.9.9-r0) 02:02:05 (13/14) Installing jq (1.7.1-r0) 02:02:05 (14/14) Installing openssl (3.3.0-r2) 02:02:06 Executing busybox-1.36.1-r28.trigger 02:02:06 Executing ca-certificates-20240226-r0.trigger 02:02:06 OK: 43 MiB in 28 packages 02:02:06 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:02:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:02:09 (1/166) Installing libexpat (2.6.2-r0) 02:02:09 (2/166) Installing libbz2 (1.0.8-r6) 02:02:09 (3/166) Installing libpng (1.6.43-r0) 02:02:10 (4/166) Installing freetype (2.13.2-r0) 02:02:10 (5/166) Installing fontconfig (2.15.0-r1) 02:02:10 (6/166) Installing libfontenc (1.1.8-r0) 02:02:11 (7/166) Installing mkfontscale (1.2.2-r6) 02:02:11 (8/166) Installing font-opensans (0_git20210927-r1) 02:02:12 (9/166) Installing pkgconf (2.2.0-r0) 02:02:12 (10/166) Installing libgcc (13.2.1_git20240309-r0) 02:02:13 (11/166) Installing libffi (3.4.6-r0) 02:02:13 (12/166) Installing libintl (0.22.5-r0) 02:02:14 (13/166) Installing libeconf (0.6.3-r0) 02:02:14 (14/166) Installing libblkid (2.40.1-r1) 02:02:14 (15/166) Installing libmount (2.40.1-r1) 02:02:15 (16/166) Installing pcre2 (10.43-r0) 02:02:15 (17/166) Installing glib (2.80.2-r0) 02:02:16 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 02:02:16 (19/166) Installing xz-libs (5.6.1-r3) 02:02:17 (20/166) Installing libxml2 (2.12.7-r0) 02:02:17 (21/166) Installing shared-mime-info (2.4-r0) 02:02:18 (22/166) Installing hicolor-icon-theme (0.17-r2) 02:02:18 (23/166) Installing libjpeg-turbo (3.0.3-r0) 02:02:19 (24/166) Installing libsharpyuv (1.3.2-r0) 02:02:19 (25/166) Installing libwebp (1.3.2-r0) 02:02:20 (26/166) Installing tiff (4.6.0t-r0) 02:02:20 (27/166) Installing gdk-pixbuf (2.42.11-r1) 02:02:20 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 02:02:21 (29/166) Installing libxau (1.0.11-r4) 02:02:21 (30/166) Installing libmd (1.1.0-r0) 02:02:21 (31/166) Installing libbsd (0.12.2-r0) 02:02:22 (32/166) Installing libxdmcp (1.1.5-r1) 02:02:22 (33/166) Installing libxcb (1.16.1-r0) 02:02:23 (34/166) Installing libx11 (1.8.9-r1) 02:02:23 (35/166) Installing libxcomposite (0.4.6-r5) 02:02:23 (36/166) Installing libxfixes (6.0.1-r4) 02:02:24 (37/166) Installing libxrender (0.9.11-r5) 02:02:26 (38/166) Installing libxcursor (1.2.2-r1) 02:02:26 (39/166) Installing libxdamage (1.1.6-r5) 02:02:27 (40/166) Installing libxext (1.3.6-r2) 02:02:27 (41/166) Installing libxi (1.8.1-r4) 02:02:27 (42/166) Installing libxinerama (1.1.5-r4) 02:02:28 (43/166) Installing libxrandr (1.5.4-r1) 02:02:28 (44/166) Installing libatk-1.0 (2.52.0-r0) 02:02:29 (45/166) Installing libxtst (1.2.4-r6) 02:02:29 (46/166) Installing dbus-libs (1.14.10-r1) 02:02:29 (47/166) Installing at-spi2-core (2.52.0-r0) 02:02:30 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 02:02:30 (49/166) Installing pixman (0.43.2-r0) 02:02:30 (50/166) Installing cairo (1.18.0-r0) 02:02:31 (51/166) Installing cairo-gobject (1.18.0-r0) 02:02:31 (52/166) Installing avahi-libs (0.8-r17) 02:02:32 (53/166) Installing gmp (6.3.0-r1) 02:02:32 (54/166) Installing nettle (3.9.1-r0) 02:02:33 (55/166) Installing libtasn1 (4.19.0-r2) 02:02:33 (56/166) Installing p11-kit (0.25.3-r0) 02:02:34 (57/166) Installing gnutls (3.8.5-r0) 02:02:34 (58/166) Installing cups-libs (2.4.8-r0) 02:02:35 (59/166) Installing libepoxy (1.5.10-r1) 02:02:35 (60/166) Installing fribidi (1.0.14-r0) 02:02:36 (61/166) Installing graphite2 (1.3.14-r6) 02:02:36 (62/166) Installing harfbuzz (8.5.0-r0) 02:02:36 (63/166) Installing libxft (2.3.8-r3) 02:02:37 (64/166) Installing pango (1.52.2-r0) 02:02:37 (65/166) Installing wayland-libs-client (1.22.0-r4) 02:02:38 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 02:02:38 (67/166) Installing wayland-libs-egl (1.22.0-r4) 02:02:38 (68/166) Installing xkeyboard-config (2.41-r0) 02:02:39 (69/166) Installing libxkbcommon (1.7.0-r0) 02:02:39 (70/166) Installing gtk+3.0 (3.24.42-r0) 02:02:40 (71/166) Installing icu-data-full (74.2-r0) 02:02:41 (72/166) Installing mesa (24.0.8-r1) 02:02:42 (73/166) Installing llvm17-libs (17.0.6-r1) 02:02:46 (74/166) Installing hwdata-pci (0.382-r0) 02:02:46 (75/166) Installing libpciaccess (0.18.1-r0) 02:02:46 (76/166) Installing libdrm (2.4.120-r0) 02:02:47 (77/166) Installing libelf (0.191-r0) 02:02:47 (78/166) Installing mesa-glapi (24.0.8-r1) 02:02:47 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 02:02:48 (80/166) Installing eudev-libs (3.2.14-r2) 02:02:49 (81/166) Installing libmagic (5.45-r1) 02:02:49 (82/166) Installing file (5.45-r1) 02:02:50 (83/166) Installing xprop (1.2.7-r0) 02:02:50 (84/166) Installing libice (1.1.1-r6) 02:02:50 (85/166) Installing libuuid (2.40.1-r1) 02:02:51 (86/166) Installing libsm (1.2.4-r4) 02:02:51 (87/166) Installing libxt (1.3.0-r5) 02:02:51 (88/166) Installing libxmu (1.1.4-r2) 02:02:52 (89/166) Installing xset (1.2.5-r1) 02:02:52 (90/166) Installing xdg-utils (1.2.1-r0) 02:02:53 (91/166) Installing libogg (1.3.5-r5) 02:02:53 (92/166) Installing libflac (1.4.3-r1) 02:02:53 (93/166) Installing alsa-lib (1.2.11-r0) 02:02:54 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 02:02:55 (95/166) Installing aom-libs (3.9.0-r0) 02:02:55 (96/166) Installing libva (2.21.0-r0) 02:02:56 (97/166) Installing libvdpau (1.5-r3) 02:02:56 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 02:02:57 (99/166) Installing libdav1d (1.4.2-r0) 02:02:57 (100/166) Installing openexr-libiex (3.1.13-r1) 02:02:57 (101/166) Installing openexr-libilmthread (3.1.13-r1) 02:02:58 (102/166) Installing imath (3.1.11-r2) 02:02:58 (103/166) Installing openexr-libopenexr (3.1.13-r1) 02:02:59 (104/166) Installing giflib (5.2.2-r0) 02:02:59 (105/166) Installing libhwy (1.0.7-r0) 02:02:59 (106/166) Installing lcms2 (2.16-r0) 02:03:00 (107/166) Installing libjxl (0.10.2-r0) 02:03:01 (108/166) Installing lame-libs (3.100-r5) 02:03:01 (109/166) Installing opus (1.5.2-r0) 02:03:01 (110/166) Installing rav1e-libs (0.7.1-r0) 02:03:02 (111/166) Installing libgomp (13.2.1_git20240309-r0) 02:03:02 (112/166) Installing soxr (0.1.3-r7) 02:03:03 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 02:03:03 (114/166) Installing libtheora (1.1.1-r18) 02:03:04 (115/166) Installing libvorbis (1.3.7-r2) 02:03:04 (116/166) Installing libvpx (1.14.0-r0) 02:03:05 (117/166) Installing libwebpmux (1.3.2-r0) 02:03:05 (118/166) Installing x264-libs (0.164_git20231001-r0) 02:03:06 (119/166) Installing numactl (2.0.18-r0) 02:03:06 (120/166) Installing x265-libs (3.6-r0) 02:03:07 (121/166) Installing xvidcore (1.3.7-r2) 02:03:07 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 02:03:08 (123/166) Installing libbluray (1.3.4-r1) 02:03:08 (124/166) Installing mpg123-libs (1.32.6-r0) 02:03:09 (125/166) Installing libopenmpt (0.7.7-r0) 02:03:09 (126/166) Installing cjson (1.7.18-r0) 02:03:10 (127/166) Installing mbedtls (3.6.0-r0) 02:03:10 (128/166) Installing librist (0.2.10-r1) 02:03:11 (129/166) Installing libsrt (1.5.3-r0) 02:03:11 (130/166) Installing libssh (0.10.6-r0) 02:03:12 (131/166) Installing libsodium (1.0.19-r0) 02:03:12 (132/166) Installing libzmq (4.3.5-r2) 02:03:12 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 02:03:13 (134/166) Installing crc32c (1.1.2-r0) 02:03:13 (135/166) Installing double-conversion (3.3.0-r0) 02:03:14 (136/166) Installing libevent (2.1.12-r7) 02:03:14 (137/166) Installing wayland-libs-server (1.22.0-r4) 02:03:14 (138/166) Installing mesa-gbm (24.0.8-r1) 02:03:15 (139/166) Installing harfbuzz-subset (8.5.0-r0) 02:03:15 (140/166) Installing icu-libs (74.2-r0) 02:03:16 (141/166) Installing minizip (1.3.1-r0) 02:03:16 (142/166) Installing nspr (4.35-r4) 02:03:17 (143/166) Installing sqlite-libs (3.45.3-r1) 02:03:17 (144/166) Installing nss (3.100-r0) 02:03:18 (145/166) Installing openh264 (2.4.1-r0) 02:03:19 (146/166) Installing libcamera-ipa (0.3.0-r0) 02:03:19 (147/166) Installing libunwind (1.8.1-r0) 02:03:19 (148/166) Installing yaml (0.2.5-r2) 02:03:20 (149/166) Installing libcamera (0.3.0-r0) 02:03:20 (150/166) Installing speexdsp (1.2.1-r2) 02:03:20 (151/166) Installing libuv (1.48.0-r0) 02:03:21 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 02:03:22 (153/166) Installing libsndfile (1.2.2-r0) 02:03:22 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 02:03:22 (155/166) Installing pipewire-libs (1.0.6-r1) 02:03:23 (156/166) Installing libasyncns (0.8-r3) 02:03:23 (157/166) Installing libltdl (2.4.7-r3) 02:03:24 (158/166) Installing orc (0.4.37-r0) 02:03:24 (159/166) Installing tdb-libs (1.4.9-r1) 02:03:25 (160/166) Installing libpulse (17.0-r0) 02:03:25 (161/166) Installing libwebpdemux (1.3.2-r0) 02:03:26 (162/166) Installing libgpg-error (1.49-r0) 02:03:26 (163/166) Installing libgcrypt (1.10.3-r0) 02:03:26 (164/166) Installing libxslt (1.1.39-r1) 02:03:27 (165/166) Installing chromium (125.0.6422.112-r0) 02:03:42 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 02:03:44 Executing busybox-1.36.1-r28.trigger 02:03:44 Executing fontconfig-2.15.0-r1.trigger 02:03:44 Executing mkfontscale-1.2.2-r6.trigger 02:03:44 Executing glib-2.80.2-r0.trigger 02:03:44 Executing shared-mime-info-2.4-r0.trigger 02:03:46 Executing gdk-pixbuf-2.42.11-r1.trigger 02:03:46 Executing gtk-update-icon-cache-3.24.42-r0.trigger 02:03:46 Executing gtk+3.0-3.24.42-r0.trigger 02:03:46 OK: 643 MiB in 194 packages 02:03:46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:03:47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:03:49 (1/30) Installing jansson (2.14-r4) 02:03:49 (2/30) Installing binutils (2.42-r0) 02:03:50 (3/30) Installing libatomic (13.2.1_git20240309-r0) 02:03:50 (4/30) Installing isl26 (0.26-r1) 02:03:51 (5/30) Installing mpfr4 (4.2.1-r0) 02:03:51 (6/30) Installing mpc1 (1.3.1-r1) 02:03:52 (7/30) Installing gcc (13.2.1_git20240309-r0) 02:03:55 (8/30) Installing musl-dev (1.2.5-r0) 02:03:56 (9/30) Installing linux-headers (6.6-r0) 02:03:56 (10/30) Installing libffi-dev (3.4.6-r0) 02:03:57 (11/30) Installing libpq (16.3-r0) 02:03:57 (12/30) Installing openssl-dev (3.3.0-r2) 02:03:58 (13/30) Installing libpq-dev (16.3-r0) 02:03:58 (14/30) Installing libecpg (16.3-r0) 02:03:59 (15/30) Installing libecpg-dev (16.3-r0) 02:03:59 (16/30) Installing clang16-headers (16.0.6-r5) 02:04:00 (17/30) Installing llvm16-libs (16.0.6-r8) 02:04:04 (18/30) Installing clang16-libs (16.0.6-r5) 02:04:10 (19/30) Installing fortify-headers (1.1-r3) 02:04:11 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 02:04:12 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 02:04:12 (22/30) Installing clang16 (16.0.6-r5) 02:04:12 (23/30) Installing icu (74.2-r0) 02:04:13 (24/30) Installing icu-dev (74.2-r0) 02:04:14 (25/30) Installing llvm16 (16.0.6-r8) 02:04:17 (26/30) Installing lz4-libs (1.9.4-r5) 02:04:17 (27/30) Installing lz4-dev (1.9.4-r5) 02:04:17 (28/30) Installing zstd (1.5.6-r0) 02:04:18 (29/30) Installing zstd-dev (1.5.6-r0) 02:04:18 (30/30) Installing postgresql16-dev (16.3-r0) 02:04:19 Executing busybox-1.36.1-r28.trigger 02:04:19 OK: 1169 MiB in 224 packages 02:04:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:04:22 (1/14) Installing g++ (13.2.1_git20240309-r0) 02:04:23 (2/14) Installing gdbm (1.23-r1) 02:04:23 (3/14) Installing mpdecimal (4.0.0-r0) 02:04:24 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 02:04:24 (5/14) Installing libncursesw (6.4_p20240420-r0) 02:04:25 (6/14) Installing libpanelw (6.4_p20240420-r0) 02:04:25 (7/14) Installing readline (8.2.10-r0) 02:04:25 (8/14) Installing python3 (3.12.3-r1) 02:04:27 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 02:04:28 (10/14) Installing pyc (3.12.3-r1) 02:04:28 (11/14) Installing python3-pyc (3.12.3-r1) 02:04:28 (12/14) Installing python3-dev (3.12.3-r1) 02:04:32 (13/14) Installing libsodium-dev (1.0.19-r0) 02:04:32 (14/14) Installing zeromq-dev (4.3.5-r2) 02:04:32 Executing busybox-1.36.1-r28.trigger 02:04:32 OK: 1356 MiB in 238 packages 02:04:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:04:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:04:35 OK: 1356 MiB in 238 packages 02:04:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:04:36 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:04:38 (1/1) Installing tzdata (2024a-r1) 02:04:38 OK: 1357 MiB in 239 packages 02:04:40 (1/1) Purging tzdata (2024a-r1) 02:04:40 OK: 1356 MiB in 238 packages 02:04:55 Looking in links: /tmp/tmpvmtcnvdi 02:04:55 Processing /tmp/tmpvmtcnvdi/pip-24.0-py3-none-any.whl 02:04:55 Installing collected packages: pip 02:05:02 Successfully installed pip-24.0 02:05:02 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 02:05:05 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 02:05:06 Collecting setuptools 02:05:06 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 02:05:07 Collecting wheel 02:05:07 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 02:05:07 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 02:05:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 22.8 MB/s eta 0:00:00 02:05:07 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 02:05:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 26.8 MB/s eta 0:00:00 02:05:08 Installing collected packages: wheel, setuptools 02:05:12 Successfully installed setuptools-70.0.0 wheel-0.43.0 02:05:12 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 02:05:15 Processing ./edgex-taf-common 02:05:15 Preparing metadata (setup.py): started 02:05:16 Preparing metadata (setup.py): finished with status 'done' 02:05:16 Building wheels for collected packages: edgex-taf-common 02:05:16 Building wheel for edgex-taf-common (setup.py): started 02:05:17 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 02:05:17 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=765b72beaae308c23f0d16e85b6f010afd058bf6895fff76e0eab48ef2a0cb6a 02:05:17 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 02:05:17 Successfully built edgex-taf-common 02:05:17 Installing collected packages: edgex-taf-common 02:05:17 Successfully installed edgex-taf-common-0.0.0 02:05:17 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 02:05:22 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 02:05:22 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 02:05:22 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 02:05:22 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 02:05:22 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 02:05:22 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 02:05:22 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 02:05:22 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 02:05:22 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 02:05:22 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 02:05:22 Preparing metadata (setup.py): started 02:05:23 Preparing metadata (setup.py): finished with status 'done' 02:05:23 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 02:05:23 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 02:05:23 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 02:05:23 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 02:05:24 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 02:05:24 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 02:05:24 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 02:05:24 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 02:05:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.7 MB/s eta 0:00:00 02:05:24 Preparing metadata (setup.py): started 02:05:25 Preparing metadata (setup.py): finished with status 'done' 02:05:25 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 02:05:25 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 02:05:27 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 02:05:27 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 02:05:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.7 MB/s eta 0:00:00 02:05:28 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 02:05:28 Downloading psutil-5.9.5.tar.gz (493 kB) 02:05:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 10.8 MB/s eta 0:00:00 02:05:28 Installing build dependencies: started 02:05:39 Installing build dependencies: finished with status 'done' 02:05:39 Getting requirements to build wheel: started 02:05:41 Getting requirements to build wheel: finished with status 'done' 02:05:41 Preparing metadata (pyproject.toml): started 02:05:42 Preparing metadata (pyproject.toml): finished with status 'done' 02:05:43 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 02:05:43 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 02:05:45 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 02:05:45 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 02:05:45 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 02:05:45 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 02:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.4 MB/s eta 0:00:00 02:05:45 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 02:05:45 Downloading psycopg2-2.9.9.tar.gz (384 kB) 02:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 02:05:46 Preparing metadata (setup.py): started 02:05:47 Preparing metadata (setup.py): finished with status 'done' 02:05:48 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 02:05:48 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 02:05:48 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:05:48 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 02:05:49 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:05:49 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 02:05:49 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:49 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 02:05:49 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:49 Downloading flex-6.14.1.tar.gz (40 kB) 02:05:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.8 MB/s eta 0:00:00 02:05:49 Preparing metadata (setup.py): started 02:05:50 Preparing metadata (setup.py): finished with status 'done' 02:05:50 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:50 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 02:05:50 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:50 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 02:05:51 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:51 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 02:05:51 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:51 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 02:05:52 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:52 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 02:05:52 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:52 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 02:05:53 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 02:05:53 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 02:05:53 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 02:05:53 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 02:05:53 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 02:05:53 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 02:05:53 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 02:05:53 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 02:05:54 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 02:05:54 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 02:05:54 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 02:05:54 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 02:05:55 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 02:05:55 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 02:05:55 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 02:05:55 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 02:05:55 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) 02:05:56 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 02:05:56 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 02:05:56 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 02:05:56 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 02:05:56 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:05:56 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 02:05:56 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:05:56 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 02:05:58 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:05:58 Downloading PyYAML-6.0.1.tar.gz (125 kB) 02:05:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.8 MB/s eta 0:00:00 02:05:59 Installing build dependencies: started 02:06:17 Installing build dependencies: finished with status 'done' 02:06:17 Getting requirements to build wheel: started 02:06:23 Getting requirements to build wheel: finished with status 'done' 02:06:23 Preparing metadata (pyproject.toml): started 02:06:25 Preparing metadata (pyproject.toml): finished with status 'done' 02:06:25 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:25 Downloading validate_email-1.3.tar.gz (4.7 kB) 02:06:25 Preparing metadata (setup.py): started 02:06:26 Preparing metadata (setup.py): finished with status 'done' 02:06:26 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:26 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 02:06:26 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:26 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 02:06:27 Preparing metadata (setup.py): started 02:06:28 Preparing metadata (setup.py): finished with status 'done' 02:06:28 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:28 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 02:06:28 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:28 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 02:06:28 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:28 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 02:06:28 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:28 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 02:06:28 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:28 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 02:06:29 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:29 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 02:06:31 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 02:06:31 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 02:06:32 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:06:32 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 02:06:32 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:06:32 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 02:06:32 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:06:32 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 02:06:32 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 02:06:32 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 02:06:33 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)) 02:06:33 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 02:06:33 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)) 02:06:33 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 02:06:34 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 02:06:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 11.6 MB/s eta 0:00:00 02:06:34 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 02:06:34 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 02:06:34 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 02:06:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 02:06:34 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 02:06:34 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 02:06:34 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 02:06:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.8 MB/s eta 0:00:00 02:06:34 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 02:06:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.3 MB/s eta 0:00:00 02:06:34 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 02:06:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 11.2 MB/s eta 0:00:00 02:06:35 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 02:06:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 02:06:36 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.6 MB/s eta 0:00:00 02:06:36 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.6 MB/s eta 0:00:00 02:06:36 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.3 MB/s eta 0:00:00 02:06:36 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 7.2 MB/s eta 0:00:00 02:06:36 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.3 MB/s eta 0:00:00 02:06:36 Downloading idna-3.7-py3-none-any.whl (66 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 2.4 MB/s eta 0:00:00 02:06:36 Downloading packaging-24.0-py3-none-any.whl (53 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.8 MB/s eta 0:00:00 02:06:36 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.6 MB/s eta 0:00:00 02:06:36 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 02:06:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 02:06:36 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 02:06:36 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 17.1 MB/s eta 0:00:00 02:06:37 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.5 MB/s eta 0:00:00 02:06:37 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.7 MB/s eta 0:00:00 02:06:37 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.7 MB/s eta 0:00:00 02:06:37 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 02:06:37 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 02:06:37 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.5 MB/s eta 0:00:00 02:06:37 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.9 MB/s eta 0:00:00 02:06:37 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.1 MB/s eta 0:00:00 02:06:37 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 02:06:37 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.3 MB/s eta 0:00:00 02:06:37 Downloading click-8.1.7-py3-none-any.whl (97 kB) 02:06:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 5.0 MB/s eta 0:00:00 02:06:37 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 02:06:37 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 02:06:37 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 02:06:37 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 02:06:37 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 02:06:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.0 MB/s eta 0:00:00 02:06:38 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 02:06:38 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 02:06:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.1 MB/s eta 0:00:00 02:06:38 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 02:06:38 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 02:06:38 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 02:06:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.6 MB/s eta 0:00:00 02:06:38 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 02:06:38 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 02:06:38 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 02:06:38 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 02:06:38 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 02:06:38 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 02:06:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.8 MB/s eta 0:00:00 02:06:39 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 02:06:39 Building wheel for robotbackgroundlogger (setup.py): started 02:06:40 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 02:06:40 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=72faba878e7f43c2904aed0a744ddd8678b7d074158bc618c2a98c07b9e00a2e 02:06:40 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 02:06:40 Building wheel for paho-mqtt (setup.py): started 02:06:41 Building wheel for paho-mqtt (setup.py): finished with status 'done' 02:06:41 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=3f918c99586cce775334befcb605446135835e79028d061934cb8fef0b2a3c20 02:06:41 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 02:06:41 Building wheel for psutil (pyproject.toml): started 02:06:51 Building wheel for psutil (pyproject.toml): finished with status 'done' 02:06:51 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281983 sha256=c0ee0699a9ca98949fb91d52df4353f8fb9406a9b40bcad483a82620dcf161e8 02:06:51 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 02:06:51 Building wheel for psycopg2 (setup.py): started 02:07:59 Building wheel for psycopg2 (setup.py): finished with status 'done' 02:07:59 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=6aaf4aca2cd43b4957d9e8202a05d757e658b28d147be8697c17b25accbd9270 02:07:59 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 02:07:59 Building wheel for flex (setup.py): started 02:07:59 Building wheel for flex (setup.py): finished with status 'done' 02:07:59 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=7160c2bfc39fbd5331582a62d75f5328317a19cd8e0434c60d4b8831d92f7364 02:07:59 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 02:07:59 Building wheel for PyYAML (pyproject.toml): started 02:07:59 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 02:07:59 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=bc32da1566343ae7bbea6e363470a539534b699af494d0a8430af1caca1bd44a 02:07:59 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 02:07:59 Building wheel for strict-rfc3339 (setup.py): started 02:07:59 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 02:07:59 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=2ec0f2ca54a39a175234b08e9099a9b0e55db06d3749af72555eaea8e4c583c8 02:07:59 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 02:07:59 Building wheel for validate-email (setup.py): started 02:07:59 Building wheel for validate-email (setup.py): finished with status 'done' 02:07:59 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=ffbd590f5b5a0f330cac4f0c26658af68ce657a71eb172ec74621eeac96b4a9d 02:07:59 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 02:07:59 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 02:07:59 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 02:09:07 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 02:09:07 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 02:09:46 Removing intermediate container 982fc58b4d07 02:09:46 ---> b57e818aa137 02:09:46 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 02:09:46 ---> Running in 9f261e9dc070 02:09:46 Removing intermediate container 9f261e9dc070 02:09:46 ---> 29510b0a07c4 02:09:46 Step 11/13 : LABEL arch=arm64 02:09:46 ---> Running in e70cfd707efd 02:09:46 Removing intermediate container e70cfd707efd 02:09:46 ---> 5eeae7b5e7aa 02:09:46 Step 12/13 : LABEL git_sha=a06c57b70ec429902758a1e383f86919f92b93a5 02:09:46 ---> Running in 21b44809a518 02:09:47 Removing intermediate container 21b44809a518 02:09:47 ---> 01ae3a22c87f 02:09:47 Step 13/13 : LABEL version=0.0.0 02:09:47 ---> Running in 32cf6261ac73 02:09:47 Removing intermediate container 32cf6261ac73 02:09:47 ---> 38c8303f87ee 02:09:47 [Warning] One or more build-args [ARCH] were not consumed 02:09:47 Successfully built 38c8303f87ee 02:09:47 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 02:09:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:48 02:09:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:09:50 arm64: Pulling from edgex-lftools-log-publisher 02:09:50 8998bd30e6a1: Pulling fs layer 02:09:50 04944245beec: Pulling fs layer 02:09:50 699f458cf7ca: Pulling fs layer 02:09:50 765212b225bb: Pulling fs layer 02:09:50 f23df028b6ca: Pulling fs layer 02:09:50 d65c8cfc05b1: Pulling fs layer 02:09:50 2437ff75d9bd: Pulling fs layer 02:09:50 765212b225bb: Waiting 02:09:50 f23df028b6ca: Waiting 02:09:50 d65c8cfc05b1: Waiting 02:09:50 2437ff75d9bd: Waiting 02:09:50 04944245beec: Verifying Checksum 02:09:50 04944245beec: Download complete 02:09:50 765212b225bb: Verifying Checksum 02:09:50 765212b225bb: Download complete 02:09:50 f23df028b6ca: Verifying Checksum 02:09:50 f23df028b6ca: Download complete 02:09:50 d65c8cfc05b1: Verifying Checksum 02:09:50 d65c8cfc05b1: Download complete 02:09:50 699f458cf7ca: Verifying Checksum 02:09:50 699f458cf7ca: Download complete 02:09:50 8998bd30e6a1: Verifying Checksum 02:09:50 8998bd30e6a1: Download complete 02:09:53 2437ff75d9bd: Verifying Checksum 02:09:53 2437ff75d9bd: Download complete 02:09:55 8998bd30e6a1: Pull complete 02:09:56 04944245beec: Pull complete 02:09:57 699f458cf7ca: Pull complete 02:09:57 765212b225bb: Pull complete 02:09:58 f23df028b6ca: Pull complete 02:09:58 d65c8cfc05b1: Pull complete 02:10:16 2437ff75d9bd: Pull complete 02:10:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:10:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:17 prd-ubuntu20.04-docker-arm64-4c-16g-895 does not seem to be running inside a container 02:10:17 $ 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 02:10:19 $ docker top 7aac83ba8d0d4dff4b0fa621d3eb6a8e0db6310fe2163c34fd177af6932d0886 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:20 ---> job-cost.sh 02:10:20 lf-activate-venv: SKIPPING 02:10:20 INFO: No Stack... 02:10:20 INFO: Retrieving Pricing Info for: v3-standard-4 02:10:21 INFO: Archiving Costs [Pipeline] sh 02:10:22 + cat /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/cost.csv 02:10:22 + cut -d, -f6 [Pipeline] lock 02:10:22 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] 02:10:22 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] did not exist. Created. 02:10:22 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:10:23 /w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/durable-d2560d0a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:10:24 + echo total: 0.10999999940395355 [Pipeline] stash 02:10:24 Warning: overwriting stash ‘stack-cost’ 02:10:24 Stashed 1 file(s) [Pipeline] } 02:10:24 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-108-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:10:24 $ docker stop --time=1 7aac83ba8d0d4dff4b0fa621d3eb6a8e0db6310fe2163c34fd177af6932d0886 02:10:26 $ 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 02:10:28 + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-108/archives ] 02:10:28 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-108/archives 02:10:28 total 16 02:10:28 drwxr-xr-x 3 root root 4096 May 28 02:01 . 02:10:28 drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .. 02:10:28 drwxr-xr-x 2 root root 4096 May 28 02:01 cost 02:10:28 -rw-r--r-- 1 root root 88 May 28 02:01 cost.csv 02:10:28 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-108/archives 02:10:28 + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-108/archives 02:10:28 total 16 02:10:28 drwxr-xr-x 3 jenkins jenkins 4096 May 28 02:01 . 02:10:28 drwxrwxr-x 8 jenkins jenkins 4096 May 28 02:01 .. 02:10:28 drwxr-xr-x 2 jenkins jenkins 4096 May 28 02:01 cost 02:10:28 -rw-r--r-- 1 jenkins jenkins 88 May 28 02:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:10:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:10:29 ---> package-listing.sh 02:10:29 ++ facter osfamily 02:10:29 ++ tr '[:upper:]' '[:lower:]' 02:10:29 + OS_FAMILY=debian 02:10:29 + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-108 02:10:29 + START_PACKAGES=/tmp/packages_start.txt 02:10:29 + END_PACKAGES=/tmp/packages_end.txt 02:10:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:10:29 + PACKAGES=/tmp/packages_start.txt 02:10:29 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-108 ']' 02:10:29 + PACKAGES=/tmp/packages_end.txt 02:10:29 + case "${OS_FAMILY}" in 02:10:29 + dpkg -l 02:10:29 + grep '^ii' 02:10:29 + '[' -f /tmp/packages_start.txt ']' 02:10:29 + '[' -f /tmp/packages_end.txt ']' 02:10:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:10:29 + '[' /w/workspace/xfoundry_edgex-taf-common_PR-108 ']' 02:10:29 + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-108/archives/ 02:10:29 + 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 02:10:29 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 02:10:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:10:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:30 prd-ubuntu20.04-docker-8c-8g-894 does not seem to be running inside a container 02:10:30 $ 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 02:10:30 $ docker top 3e1396171d67c4ee7c62fe046908bbae39e4767db3d17cbaedff2a940291920b -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:31 + touch /tmp/pre-build-complete [Pipeline] sh 02:10:31 + mkdir -p /var/log/sysstat [Pipeline] sh 02:10:31 + ls /var/log/sa-host 02:10:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:10:32 provisioning config files... 02:10:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-108@tmp/config8430091236652199724tmp [Pipeline] { [Pipeline] echo 02:10:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:10:32 ---> create-netrc.sh [Pipeline] } 02:10:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:10:33 ---> python-tools-install.sh [Pipeline] echo 02:10:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:10:33 ---> sudo-logs.sh 02:10:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:10:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:10:33 ---> job-cost.sh 02:10:33 lf-activate-venv: SKIPPING 02:10:33 DEBUG: total: 0.2199999988079071 02:10:33 INFO: Retrieving Stack Cost... 02:10:34 INFO: Retrieving Pricing Info for: v3-standard-8 02:10:34 INFO: Archiving Costs [Pipeline] echo 02:10:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:10:35 ---> logs-deploy.sh 02:10:35 lf-activate-venv: SKIPPING 02:10:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-108/1 02:10:35 INFO: archiving workspace using pattern(s): 02:10:36 Archives upload complete. 02:10:36 INFO: archiving logs to Nexus