Pull request #44 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 d6ad759151241d7a439cc59cf56bac04f2afa482+1d44a59e8839b561502e27e6228a648cc97b4b41 (03406415e5d516a5a594bed8f83bbed165df9cb3) 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-ssh11641161208031929363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh7811162871689662182.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-44/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-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh287165978277846145.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-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3683966048681640777.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh704714205360835682.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-44/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-44/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7187148305800834237.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 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-22558 in /w/workspace/exfoundry_edgex-taf-common_PR-44 [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/exfoundry_edgex-taf-common_PR-44 # 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 1d44a59e8839b561502e27e6228a648cc97b4b41 into PR head commit d6ad759151241d7a439cc59cf56bac04f2afa482 Merge succeeded, producing d6ad759151241d7a439cc59cf56bac04f2afa482 Checking out Revision d6ad759151241d7a439cc59cf56bac04f2afa482 (PR-44) > 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/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # 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 1d44a59e8839b561502e27e6228a648cc97b4b41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # timeout=10 Commit message: "Add pycryptodome library and update some library's version" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:40:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:40:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:40:50 ========================================================= 01:40:50 EdgeX Global Pipelines Version Info 01:40:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:40:51 ------------------- 01:40:51 stable info: 01:40:51 ------------------- 01:40:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:40:51 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 01:40:51 Message: update stable to v1.0.238 01:40:52 ------------------- 01:40:52 experimental info: 01:40:52 ------------------- 01:40:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:40:52 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 01:40:52 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 01:40:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-44 [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-44 [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-44 [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6ad759151241d7a439cc59cf56bac04f2afa482 [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6ad759 [Pipeline] echo 01:40:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:53 provisioning config files... 01:40:53 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config6465408784071052238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:53 ---> docker-login.sh 01:40:53 nexus3.edgexfoundry.org:10001 01:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:54 Configure a credential helper to remove this warning. See 01:40:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:54 01:40:54 Login Succeeded 01:40:54 nexus3.edgexfoundry.org:10002 01:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:54 Configure a credential helper to remove this warning. See 01:40:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:54 01:40:54 Login Succeeded 01:40:54 nexus3.edgexfoundry.org:10003 01:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:54 Configure a credential helper to remove this warning. See 01:40:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:54 01:40:54 Login Succeeded 01:40:54 nexus3.edgexfoundry.org:10004 01:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:54 Configure a credential helper to remove this warning. See 01:40:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:54 01:40:54 Login Succeeded 01:40:54 docker.io 01:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:55 Configure a credential helper to remove this warning. See 01:40:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:55 01:40:55 Login Succeeded 01:40:55 ---> docker-login.sh ends [Pipeline] } 01:40:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:40:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:40:55 + grep -v github /etc/ssh/ssh_known_hosts 01:40:55 + [ -e /tmp/ssh_known_hosts ] 01:40:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:40:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:40:55 + sudo tee -a /etc/ssh/ssh_known_hosts 01:40:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:40:56 01:40:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:40:56 0.1.4: Pulling from edgex-devops/py-git-semver 01:40:56 b85a868b505f: Pulling fs layer 01:40:56 e2be974225ed: Pulling fs layer 01:40:56 339a4e72a1f5: Pulling fs layer 01:40:56 988bab9f4d93: Pulling fs layer 01:40:56 1469e6f7b9e6: Pulling fs layer 01:40:56 eaf3925da568: Pulling fs layer 01:40:56 bab4dde63d76: Pulling fs layer 01:40:56 bde34c3a00c8: Pulling fs layer 01:40:56 b352a97aabf1: Pulling fs layer 01:40:56 4872d77fe225: Pulling fs layer 01:40:56 5851b861e8e6: Pulling fs layer 01:40:56 988bab9f4d93: Waiting 01:40:56 eaf3925da568: Waiting 01:40:56 bab4dde63d76: Waiting 01:40:56 bde34c3a00c8: Waiting 01:40:56 b352a97aabf1: Waiting 01:40:56 4872d77fe225: Waiting 01:40:56 5851b861e8e6: Waiting 01:40:56 1469e6f7b9e6: Waiting 01:40:56 e2be974225ed: Verifying Checksum 01:40:56 e2be974225ed: Download complete 01:40:56 988bab9f4d93: Verifying Checksum 01:40:56 988bab9f4d93: Download complete 01:40:57 1469e6f7b9e6: Verifying Checksum 01:40:57 1469e6f7b9e6: Download complete 01:40:57 eaf3925da568: Verifying Checksum 01:40:57 eaf3925da568: Download complete 01:40:57 339a4e72a1f5: Verifying Checksum 01:40:57 339a4e72a1f5: Download complete 01:40:57 bde34c3a00c8: Verifying Checksum 01:40:57 bde34c3a00c8: Download complete 01:40:57 b352a97aabf1: Download complete 01:40:57 4872d77fe225: Verifying Checksum 01:40:57 4872d77fe225: Download complete 01:40:57 5851b861e8e6: Download complete 01:40:57 b85a868b505f: Verifying Checksum 01:40:57 b85a868b505f: Download complete 01:40:57 bab4dde63d76: Verifying Checksum 01:40:57 bab4dde63d76: Download complete 01:40:58 b85a868b505f: Pull complete 01:40:58 e2be974225ed: Pull complete 01:40:59 339a4e72a1f5: Pull complete 01:40:59 988bab9f4d93: Pull complete 01:40:59 1469e6f7b9e6: Pull complete 01:40:59 eaf3925da568: Pull complete 01:41:02 bab4dde63d76: Pull complete 01:41:02 bde34c3a00c8: Pull complete 01:41:02 b352a97aabf1: Pull complete 01:41:02 4872d77fe225: Pull complete 01:41:02 5851b861e8e6: Pull complete 01:41:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:41:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:41:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:41:02 prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container 01:41:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_edgex-taf-common_PR-44 -v /w/workspace/exfoundry_edgex-taf-common_PR-44:/w/workspace/exfoundry_edgex-taf-common_PR-44:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:41:03 $ docker top 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 -eo pid,comm 01:41:03 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:41:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:41:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:41:03 [ssh-agent] Looking for ssh-agent implementation... 01:41:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:41:04 $ docker exec 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent 01:41:04 SSH_AUTH_SOCK=/tmp/ssh-J9FuJQpSnplF/agent.33 01:41:04 SSH_AGENT_PID=39 01:41:04 Running ssh-add (command line suppressed) 01:41:04 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/private_key_1346749402157358534.key (/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/private_key_1346749402157358534.key) 01:41:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:41:04 + git tag --points-at HEAD [Pipeline] } 01:41:04 $ docker exec --env ******** --env ******** 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent -k 01:41:04 unset SSH_AUTH_SOCK; 01:41:04 unset SSH_AGENT_PID; 01:41:04 echo Agent pid 39 killed; 01:41:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:41:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:41:04 [ssh-agent] Looking for ssh-agent implementation... 01:41:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:41:05 $ docker exec 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent 01:41:05 SSH_AUTH_SOCK=/tmp/ssh-oCoKFqlNKvbo/agent.73 01:41:05 SSH_AGENT_PID=79 01:41:05 Running ssh-add (command line suppressed) 01:41:05 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/private_key_6149411331133481790.key (/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/private_key_6149411331133481790.key) 01:41:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:41:05 + git semver init 01:41:05 2022-08-12 01:41:05,929 [run_init] DEBUG init version:0.0.0 force:False 01:41:05 2022-08-12 01:41:05,930 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver 01:41:05 2022-08-12 01:41:05,931 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/exfoundry_edgex-taf-common_PR-44/.semver 01:41:05 2022-08-12 01:41:05,931 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-44, universal_newlines=False, shell=None, istream=None) 01:41:06 2022-08-12 01:41:06,477 [append_file] DEBUG append to file:/w/workspace/exfoundry_edgex-taf-common_PR-44/.git/info/exclude 01:41:06 2022-08-12 01:41:06,478 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver/PR-44 with force:False 01:41:06 2022-08-12 01:41:06,478 [write_file] DEBUG write to file:/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver/PR-44 01:41:06 2022-08-12 01:41:06,483 [execute] INFO git cat-file --batch-check 01:41:06 2022-08-12 01:41:06,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver, universal_newlines=False, shell=None, istream=) 01:41:06 2022-08-12 01:41:06,490 [execute] INFO git cat-file --batch 01:41:06 2022-08-12 01:41:06,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver, universal_newlines=False, shell=None, istream=) 01:41:06 2022-08-12 01:41:06,496 [read_version] DEBUG read version from /w/workspace/exfoundry_edgex-taf-common_PR-44/.semver/PR-44 01:41:06 0.0.0 [Pipeline] } 01:41:06 $ docker exec --env ******** --env ******** 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent -k 01:41:06 unset SSH_AUTH_SOCK; 01:41:06 unset SSH_AGENT_PID; 01:41:06 echo Agent pid 79 killed; 01:41:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:41:07 + git semver [Pipeline] } 01:41:07 $ docker stop --time=1 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 01:41:08 $ docker rm -f 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 [Pipeline] // withDockerContainer [Pipeline] sh 01:41:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:41:09 Stashed 1 file(s) [Pipeline] echo 01:41:09 [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:41:10 provisioning config files... 01:41:10 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config5193796407518499250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:41:10 ---> docker-login.sh 01:41:10 nexus3.edgexfoundry.org:10001 01:41:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:10 Configure a credential helper to remove this warning. See 01:41:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:10 01:41:10 Login Succeeded 01:41:10 nexus3.edgexfoundry.org:10002 01:41:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:10 Configure a credential helper to remove this warning. See 01:41:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:10 01:41:10 Login Succeeded 01:41:10 nexus3.edgexfoundry.org:10003 01:41:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:10 Configure a credential helper to remove this warning. See 01:41:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:10 01:41:10 Login Succeeded 01:41:10 nexus3.edgexfoundry.org:10004 01:41:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:10 Configure a credential helper to remove this warning. See 01:41:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:10 01:41:10 Login Succeeded 01:41:10 docker.io 01:41:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:11 Configure a credential helper to remove this warning. See 01:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:11 01:41:11 Login Succeeded 01:41:11 ---> docker-login.sh ends [Pipeline] } 01:41:11 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:41:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:41:12 + ls -al . 01:41:12 total 68 01:41:12 drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:41 . 01:41:12 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:40 .. 01:41:12 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 01:41 .git 01:41:12 -rw-rw-r-- 1 jenkins jenkins 22 Aug 12 01:40 .gitignore 01:41:12 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 01:41 .semver 01:41:12 -rw-rw-r-- 1 jenkins jenkins 2624 Aug 12 01:40 Dockerfile 01:41:12 -rw-rw-r-- 1 jenkins jenkins 746 Aug 12 01:40 Jenkinsfile 01:41:12 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 12 01:40 LICENSE 01:41:12 -rw-rw-r-- 1 jenkins jenkins 3582 Aug 12 01:40 README.md 01:41:12 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:40 TAF-Manager 01:41:12 drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:40 TUC 01:41:12 -rw-rw-r-- 1 jenkins jenkins 5 Aug 12 01:41 VERSION 01:41:12 -rw-rw-r-- 1 jenkins jenkins 283 Aug 12 01:40 requirements.txt 01:41:12 -rw-rw-r-- 1 jenkins jenkins 54 Aug 12 01:40 robot-entrypoint.sh 01:41:12 -rw-rw-r-- 1 jenkins jenkins 445 Aug 12 01:40 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:12 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 --label arch=amd64 --label version=0.0.0 . 01:41:12 Sending build context to Docker daemon 402.4kB 01:41:12 Step 1/14 : ARG DOCKER_VERSION=stable 01:41:12 Step 2/14 : FROM docker:${DOCKER_VERSION} AS docker-cli 01:41:13 stable: Pulling from library/docker 01:41:13 188c0c94c7c5: Pulling fs layer 01:41:13 0c7c675703d6: Pulling fs layer 01:41:13 cc8c12a437cb: Pulling fs layer 01:41:13 f092543453df: Pulling fs layer 01:41:13 65b6bc45957d: Pulling fs layer 01:41:13 4de832df471b: Pulling fs layer 01:41:13 79aa7fa92271: Pulling fs layer 01:41:13 f092543453df: Waiting 01:41:13 65b6bc45957d: Waiting 01:41:13 4de832df471b: Waiting 01:41:13 79aa7fa92271: Waiting 01:41:13 cc8c12a437cb: Download complete 01:41:13 0c7c675703d6: Verifying Checksum 01:41:13 0c7c675703d6: Download complete 01:41:13 188c0c94c7c5: Download complete 01:41:14 65b6bc45957d: Download complete 01:41:14 4de832df471b: Download complete 01:41:14 188c0c94c7c5: Pull complete 01:41:14 79aa7fa92271: Verifying Checksum 01:41:14 79aa7fa92271: Download complete 01:41:14 0c7c675703d6: Pull complete 01:41:14 cc8c12a437cb: Pull complete 01:41:14 f092543453df: Verifying Checksum 01:41:14 f092543453df: Download complete 01:41:16 f092543453df: Pull complete 01:41:16 65b6bc45957d: Pull complete 01:41:16 4de832df471b: Pull complete 01:41:16 79aa7fa92271: Pull complete 01:41:16 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 01:41:16 Status: Downloaded newer image for docker:stable 01:41:16 ---> b0757c55a1fd 01:41:16 Step 3/14 : FROM alpine:3.16 01:41:17 3.16: Pulling from library/alpine 01:41:17 213ec9aee27d: Pulling fs layer 01:41:17 213ec9aee27d: Verifying Checksum 01:41:17 213ec9aee27d: Download complete 01:41:17 213ec9aee27d: Pull complete 01:41:17 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:41:17 Status: Downloaded newer image for alpine:3.16 01:41:17 ---> 9c6f07244728 01:41:17 Step 4/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: IOTech' 01:41:17 ---> Running in 7ccaef7c49ec 01:41:18 Removing intermediate container 7ccaef7c49ec 01:41:18 ---> cf0acc1605c3 01:41:18 Step 5/14 : LABEL maintainer="Bruce Huang " 01:41:18 ---> Running in 825f7580969a 01:41:18 Removing intermediate container 825f7580969a 01:41:18 ---> 03b6905d95dc 01:41:18 Step 6/14 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 01:41:19 ---> 30ac2eca5ea0 01:41:19 Step 7/14 : COPY . /edgex-taf/edgex-taf-common 01:41:19 ---> 082f285d1bb3 01:41:19 Step 8/14 : COPY robot-entrypoint.sh /usr/local/bin/ 01:41:19 ---> df545b0b0cca 01:41:19 Step 9/14 : WORKDIR /edgex-taf 01:41:19 ---> Running in dcce09ecd6a4 01:41:19 Removing intermediate container dcce09ecd6a4 01:41:19 ---> 88691365edd7 01:41:19 Step 10/14 : RUN echo "**** install Python ****" && 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 && echo "**** install pip ****" && 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 && echo "**** install robotframework and dependencies ****" && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache --upgrade python3-dev g++ zeromq-dev=4.3.4-r0 && pip3 install ./edgex-taf-common && pip3 install robotframework==4.1.3 && pip3 install docker==4.4.1 && pip3 install -U python-dotenv==0.15.0 && pip3 install -U RESTinstance==1.0.2 && pip3 install -U robotbackgroundlogger==1.2 && pip3 install -U configparser==5.0.1 && pip3 install -U requests==2.25.1 && pip3 install -U robotframework-requests==0.8.0 && pip3 install -U paho-mqtt==1.5.1 && pip3 install -U redis==3.5.3 && pip3 install -U pyzmq==22.2.1 && pip3 install -U robotframework-seleniumlibrary==5.1.3 && pip3 install -U psycopg2==2.9.3 && pip3 install -U pycryptodome==3.15.0 && apk add --no-cache py3-numpy==1.22.3-r0 && apk add --no-cache py3-psutil==5.9.0-r0 && echo "**** install other tools ****" && apk add --no-cache curl && apk add --no-cache openssl && echo "**** install chromedriver ****" && apk update && apk upgrade && echo @latest-stable http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && apk add --no-cache chromium@latest-stable chromium-chromedriver@latest-stable 01:41:19 ---> Running in 1745cb7e5382 01:41:20 **** install Python **** 01:41:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:41:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:41:20 (1/13) Installing libbz2 (1.0.8-r1) 01:41:20 (2/13) Installing expat (2.4.8-r0) 01:41:20 (3/13) Installing libffi (3.4.2-r1) 01:41:20 (4/13) Installing gdbm (1.23-r0) 01:41:20 (5/13) Installing xz-libs (5.2.5-r1) 01:41:20 (6/13) Installing libgcc (11.2.1_git20220219-r2) 01:41:20 (7/13) Installing libstdc++ (11.2.1_git20220219-r2) 01:41:20 (8/13) Installing mpdecimal (2.5.1-r1) 01:41:20 (9/13) Installing ncurses-terminfo-base (6.3_p20220521-r0) 01:41:20 (10/13) Installing ncurses-libs (6.3_p20220521-r0) 01:41:20 (11/13) Installing readline (8.1.2-r0) 01:41:20 (12/13) Installing sqlite-libs (3.38.5-r0) 01:41:20 (13/13) Installing python3 (3.10.5-r0) 01:41:20 Executing busybox-1.35.0-r17.trigger 01:41:20 OK: 57 MiB in 27 packages 01:41:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:41:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:41:21 (1/1) Installing tzdata (2022a-r0) 01:41:21 Executing busybox-1.35.0-r17.trigger 01:41:21 OK: 61 MiB in 28 packages 01:41:21 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory 01:41:21 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory 01:41:21 (1/1) Purging tzdata (2022a-r0) 01:41:21 Executing busybox-1.35.0-r17.trigger 01:41:21 OK: 57 MiB in 27 packages 01:41:21 **** install pip **** 01:41:24 Looking in links: /tmp/tmp7zyj4v64 01:41:24 Processing /tmp/tmp7zyj4v64/setuptools-58.1.0-py3-none-any.whl 01:41:24 Processing /tmp/tmp7zyj4v64/pip-22.0.4-py3-none-any.whl 01:41:24 Installing collected packages: setuptools, pip 01:41:24 Still waiting to schedule task 01:41:24 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:41:26 Successfully installed pip-22.0.4 setuptools-58.1.0 01:41:26 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:41:27 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.0.4) 01:41:27 Collecting pip 01:41:27 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) 01:41:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 49.4 MB/s eta 0:00:00 01:41:27 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (58.1.0) 01:41:28 Collecting setuptools 01:41:28 Downloading setuptools-64.0.1-py3-none-any.whl (1.2 MB) 01:41:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 78.6 MB/s eta 0:00:00 01:41:28 Collecting wheel 01:41:28 Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 01:41:28 Installing collected packages: wheel, setuptools, pip 01:41:28 Attempting uninstall: setuptools 01:41:28 Found existing installation: setuptools 58.1.0 01:41:28 Uninstalling setuptools-58.1.0: 01:41:28 Successfully uninstalled setuptools-58.1.0 01:41:29 Attempting uninstall: pip 01:41:29 Found existing installation: pip 22.0.4 01:41:29 Uninstalling pip-22.0.4: 01:41:29 Successfully uninstalled pip-22.0.4 01:41:31 Successfully installed pip-22.2.2 setuptools-64.0.1 wheel-0.37.1 01:41:31 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:41:31 **** install robotframework and dependencies **** 01:41:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:41:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:41:31 (1/28) Installing binutils (2.38-r3) 01:41:31 (2/28) Installing libgomp (11.2.1_git20220219-r2) 01:41:31 (3/28) Installing libatomic (11.2.1_git20220219-r2) 01:41:31 (4/28) Installing gmp (6.2.1-r2) 01:41:31 (5/28) Installing isl22 (0.22-r0) 01:41:31 (6/28) Installing mpfr4 (4.1.0-r0) 01:41:31 (7/28) Installing mpc1 (1.2.1-r0) 01:41:31 (8/28) Installing gcc (11.2.1_git20220219-r2) 01:41:32 (9/28) Installing musl-dev (1.2.3-r0) 01:41:32 (10/28) Installing libc-dev (0.7.2-r3) 01:41:32 (11/28) Installing linux-headers (5.16.7-r1) 01:41:32 (12/28) Installing pkgconf (1.8.0-r1) 01:41:32 (13/28) Installing libffi-dev (3.4.2-r1) 01:41:32 (14/28) Installing libpq (14.4-r1) 01:41:32 (15/28) Installing openssl-dev (1.1.1q-r0) 01:41:32 (16/28) Installing libpq-dev (14.4-r1) 01:41:32 (17/28) Installing libecpg (14.4-r1) 01:41:32 (18/28) Installing libecpg-dev (14.4-r1) 01:41:32 (19/28) Installing libxml2 (2.9.14-r0) 01:41:32 (20/28) Installing llvm13-libs (13.0.1-r2) 01:41:33 (21/28) Installing clang-libs (13.0.1-r1) 01:41:33 (22/28) Installing clang (13.0.1-r1) 01:41:33 (23/28) Installing icu-data-en (71.1-r2) 01:41:33 Executing icu-data-en-71.1-r2.post-install 01:41:33 * 01:41:33 * If you need ICU with non-English locales and legacy charset support, install 01:41:33 * package icu-data-full. 01:41:33 * 01:41:33 (24/28) Installing icu-libs (71.1-r2) 01:41:33 (25/28) Installing icu (71.1-r2) 01:41:33 (26/28) Installing icu-dev (71.1-r2) 01:41:33 (27/28) Installing llvm13 (13.0.1-r2) 01:41:34 (28/28) Installing postgresql14-dev (14.4-r1) 01:41:35 Executing busybox-1.35.0-r17.trigger 01:41:35 OK: 480 MiB in 55 packages 01:41:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:41:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:41:36 (1/6) Installing g++ (11.2.1_git20220219-r2) 01:41:36 (2/6) Installing python3-dev (3.10.5-r0) 01:41:37 (3/6) Installing libsodium (1.0.18-r0) 01:41:37 (4/6) Installing libzmq (4.3.4-r0) 01:41:37 (5/6) Installing libsodium-dev (1.0.18-r0) 01:41:37 (6/6) Installing zeromq-dev (4.3.4-r0) 01:41:37 Executing busybox-1.35.0-r17.trigger 01:41:37 OK: 584 MiB in 61 packages 01:41:38 Processing ./edgex-taf-common 01:41:38 Preparing metadata (setup.py): started 01:41:38 Preparing metadata (setup.py): finished with status 'done' 01:41:38 Building wheels for collected packages: edgex-taf-common 01:41:38 Building wheel for edgex-taf-common (setup.py): started 01:41:38 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 01:41:38 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14473 sha256=a2c0bc5c935d46e3422f05a9d94bb2da16a1dda84e234445ff5916aa5410df52 01:41:38 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 01:41:38 Successfully built edgex-taf-common 01:41:38 Installing collected packages: edgex-taf-common 01:41:38 Successfully installed edgex-taf-common-0.0.0 01:41:38 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:41:39 Collecting robotframework==4.1.3 01:41:39 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 01:41:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 17.1 MB/s eta 0:00:00 01:41:39 Installing collected packages: robotframework 01:41:40 Successfully installed robotframework-4.1.3 01:41:40 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:41:41 Collecting docker==4.4.1 01:41:41 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 10.7 MB/s eta 0:00:00 01:41:41 Collecting six>=1.4.0 01:41:41 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 01:41:41 Collecting websocket-client>=0.32.0 01:41:41 Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 5.1 MB/s eta 0:00:00 01:41:41 Collecting requests!=2.18.0,>=2.14.2 01:41:41 Downloading requests-2.28.1-py3-none-any.whl (62 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 9.9 MB/s eta 0:00:00 01:41:41 Collecting idna<4,>=2.5 01:41:41 Downloading idna-3.3-py3-none-any.whl (61 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 10.4 MB/s eta 0:00:00 01:41:41 Collecting certifi>=2017.4.17 01:41:41 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 7.6 MB/s eta 0:00:00 01:41:41 Collecting urllib3<1.27,>=1.21.1 01:41:41 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 01:41:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 16.4 MB/s eta 0:00:00 01:41:41 Collecting charset-normalizer<3,>=2 01:41:41 Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) 01:41:41 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 01:41:42 Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 docker-4.4.1 idna-3.3 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3 01:41:42 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 01:41:43 Collecting python-dotenv==0.15.0 01:41:43 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 01:41:43 Installing collected packages: python-dotenv 01:41:43 Successfully installed python-dotenv-0.15.0 01:41:43 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:41:44 Collecting RESTinstance==1.0.2 01:41:44 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 01:41:44 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.1) 01:41:44 Collecting tzlocal 01:41:44 Downloading tzlocal-4.2-py3-none-any.whl (19 kB) 01:41:44 Collecting rfc3987 01:41:44 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 01:41:44 Collecting pytz 01:41:44 Downloading pytz-2022.2-py2.py3-none-any.whl (504 kB) 01:41:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.7/504.7 kB 38.1 MB/s eta 0:00:00 01:41:44 Collecting GenSON 01:41:44 Downloading genson-1.2.2.tar.gz (34 kB) 01:41:44 Preparing metadata (setup.py): started 01:41:44 Preparing metadata (setup.py): finished with status 'done' 01:41:44 Collecting docutils 01:41:44 Downloading docutils-0.19-py3-none-any.whl (570 kB) 01:41:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 47.1 MB/s eta 0:00:00 01:41:44 Collecting jsonpath-ng 01:41:44 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 01:41:44 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 01:41:45 Collecting jsonschema 01:41:45 Downloading jsonschema-4.9.1-py3-none-any.whl (79 kB) 01:41:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 2.7 MB/s eta 0:00:00 01:41:45 Collecting strict-rfc3339 01:41:45 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 01:41:45 Preparing metadata (setup.py): started 01:41:45 Preparing metadata (setup.py): finished with status 'done' 01:41:45 Collecting flex 01:41:45 Downloading flex-6.14.1.tar.gz (40 kB) 01:41:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 3.0 MB/s eta 0:00:00 01:41:45 Preparing metadata (setup.py): started 01:41:45 Preparing metadata (setup.py): finished with status 'done' 01:41:45 Collecting pygments 01:41:45 Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB) 01:41:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 59.3 MB/s eta 0:00:00 01:41:45 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 01:41:46 Collecting PyYAML>=3.11 01:41:46 Downloading PyYAML-6.0.tar.gz (124 kB) 01:41:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 18.0 MB/s eta 0:00:00 01:41:46 Installing build dependencies: started 01:41:50 Installing build dependencies: finished with status 'done' 01:41:50 Getting requirements to build wheel: started 01:41:51 Getting requirements to build wheel: finished with status 'done' 01:41:51 Preparing metadata (pyproject.toml): started 01:41:52 Preparing metadata (pyproject.toml): finished with status 'done' 01:41:52 Collecting validate-email>=1.2 01:41:52 Downloading validate_email-1.3.tar.gz (4.7 kB) 01:41:52 Preparing metadata (setup.py): started 01:41:52 Preparing metadata (setup.py): finished with status 'done' 01:41:52 Collecting click>=3.3 01:41:52 Downloading click-8.1.3-py3-none-any.whl (96 kB) 01:41:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 3.5 MB/s eta 0:00:00 01:41:52 Collecting jsonpointer>=1.7 01:41:52 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 01:41:52 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.3) 01:41:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.6.15) 01:41:52 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (1.26.11) 01:41:52 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.1.0) 01:41:52 Collecting decorator 01:41:52 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 01:41:52 Collecting ply 01:41:52 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 01:41:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 7.6 MB/s eta 0:00:00 01:41:52 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 01:41:52 Downloading pyrsistent-0.18.1.tar.gz (100 kB) 01:41:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 15.3 MB/s eta 0:00:00 01:41:52 Installing build dependencies: started 01:41:55 Installing build dependencies: finished with status 'done' 01:41:55 Getting requirements to build wheel: started 01:41:55 Getting requirements to build wheel: finished with status 'done' 01:41:55 Preparing metadata (pyproject.toml): started 01:41:55 Preparing metadata (pyproject.toml): finished with status 'done' 01:41:55 Collecting attrs>=17.4.0 01:41:55 Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 01:41:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 9.9 MB/s eta 0:00:00 01:41:55 Collecting pytz-deprecation-shim 01:41:55 Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) 01:41:56 Collecting tzdata 01:41:56 Downloading tzdata-2022.1-py2.py3-none-any.whl (339 kB) 01:41:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.5/339.5 kB 10.2 MB/s eta 0:00:00 01:41:56 Building wheels for collected packages: flex, strict-rfc3339, GenSON, pyrsistent, PyYAML, validate-email 01:41:56 Building wheel for flex (setup.py): started 01:41:56 Building wheel for flex (setup.py): finished with status 'done' 01:41:56 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=5f7a7f278d7af5e3ed2904a2b9d464cba512fd94138eed3e819dfe36a744b8c5 01:41:56 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 01:41:56 Building wheel for strict-rfc3339 (setup.py): started 01:41:57 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 01:41:57 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=9892f8591af31cfccb7428df449f26c72a7c77488c0d1710bcfdbae59ea9d068 01:41:57 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 01:41:57 Building wheel for GenSON (setup.py): started 01:41:57 Building wheel for GenSON (setup.py): finished with status 'done' 01:41:57 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21269 sha256=c5bb61989d48be43f2a0ed990713922ba048f9481eeb0b860b05deb402608242 01:41:57 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 01:41:57 Building wheel for pyrsistent (pyproject.toml): started 01:41:59 Building wheel for pyrsistent (pyproject.toml): finished with status 'done' 01:41:59 Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp310-cp310-linux_x86_64.whl size=114684 sha256=a3525744c94fdaab1744c66f86460223e3988605235891f7d4734dc15a5f11bf 01:41:59 Stored in directory: /root/.cache/pip/wheels/42/cf/03/ae35459d6c32fce920e7eb28fa325fdeced7a39fb9b98c56f0 01:41:59 Building wheel for PyYAML (pyproject.toml): started 01:41:59 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 01:41:59 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=f1a36fcf600124591405d0378e81a83331ee2e37611cf237edca78df78cd69ad 01:41:59 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 01:41:59 Building wheel for validate-email (setup.py): started 01:42:00 Building wheel for validate-email (setup.py): finished with status 'done' 01:42:00 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=67f392c57c5c7b7e766ce19c526a3bed472150a1624e1dfba9d00a700968bfc2 01:42:00 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 01:42:00 Successfully built flex strict-rfc3339 GenSON pyrsistent PyYAML validate-email 01:42:00 Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzdata, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, pytz-deprecation-shim, jsonschema, jsonpath-ng, flex, tzlocal, RESTinstance 01:42:02 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-22.1.0 click-8.1.3 decorator-5.1.1 docutils-0.19 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.9.1 ply-3.11 pygments-2.12.0 pyrsistent-0.18.1 pytz-2022.2 pytz-deprecation-shim-0.1.0.post0 rfc3987-1.3.8 strict-rfc3339-0.7 tzdata-2022.1 tzlocal-4.2 validate-email-1.3 01:42: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 01:42:03 Collecting robotbackgroundlogger==1.2 01:42:03 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 01:42:03 Preparing metadata (setup.py): started 01:42:04 Preparing metadata (setup.py): finished with status 'done' 01:42:04 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 01:42:04 Building wheels for collected packages: robotbackgroundlogger 01:42:04 Building wheel for robotbackgroundlogger (setup.py): started 01:42:04 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 01:42:04 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=e4cc5de7bb6ff62688044de8b1385a289b40b7ff4b93aea4c1ed01e283fde2c2 01:42:04 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 01:42:04 Successfully built robotbackgroundlogger 01:42:04 Installing collected packages: robotbackgroundlogger 01:42:04 Successfully installed robotbackgroundlogger-1.2 01:42:04 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:42:05 Collecting configparser==5.0.1 01:42:05 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 01:42:05 Installing collected packages: configparser 01:42:06 Successfully installed configparser-5.0.1 01:42:06 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:42:07 Collecting requests==2.25.1 01:42:07 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 01:42:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 4.0 MB/s eta 0:00:00 01:42:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.6.15) 01:42:07 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.11) 01:42:07 Collecting chardet<5,>=3.0.2 01:42:07 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 01:42:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 16.1 MB/s eta 0:00:00 01:42:07 Collecting idna<3,>=2.5 01:42:07 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 01:42:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 11.9 MB/s eta 0:00:00 01:42:07 Installing collected packages: idna, chardet, requests 01:42:07 Attempting uninstall: idna 01:42:07 Found existing installation: idna 3.3 01:42:07 Uninstalling idna-3.3: 01:42:07 Successfully uninstalled idna-3.3 01:42:07 Attempting uninstall: requests 01:42:07 Found existing installation: requests 2.28.1 01:42:08 Uninstalling requests-2.28.1: 01:42:08 Successfully uninstalled requests-2.28.1 01:42:08 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 01:42:08 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:42:08 Collecting robotframework-requests==0.8.0 01:42:08 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 01:42:08 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 01:42:08 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 01:42:08 Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (4.0.0) 01:42:08 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (1.26.11) 01:42:08 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 01:42:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.6.15) 01:42:09 Installing collected packages: robotframework-requests 01:42:09 Successfully installed robotframework-requests-0.8.0 01:42:09 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 01:42:09 Collecting paho-mqtt==1.5.1 01:42:09 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 01:42:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 8.0 MB/s eta 0:00:00 01:42:09 Preparing metadata (setup.py): started 01:42:10 Preparing metadata (setup.py): finished with status 'done' 01:42:10 Building wheels for collected packages: paho-mqtt 01:42:10 Building wheel for paho-mqtt (setup.py): started 01:42:10 Building wheel for paho-mqtt (setup.py): finished with status 'done' 01:42:10 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61550 sha256=1db5f8a5b6ee2ad9d0a1c4eedf4db865612f530d3c4e05530317b9c02b4e4307 01:42:10 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 01:42:10 Successfully built paho-mqtt 01:42:11 Installing collected packages: paho-mqtt 01:42:11 Successfully installed paho-mqtt-1.5.1 01:42:11 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:42:11 Collecting redis==3.5.3 01:42:11 Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) 01:42:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 12.8 MB/s eta 0:00:00 01:42:12 Installing collected packages: redis 01:42:12 Successfully installed redis-3.5.3 01:42: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 01:42:13 Collecting pyzmq==22.2.1 01:42:14 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 01:42:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 45.5 MB/s eta 0:00:00 01:42:14 Installing build dependencies: started 01:42:17 Installing build dependencies: finished with status 'done' 01:42:17 Getting requirements to build wheel: started 01:42:17 Getting requirements to build wheel: finished with status 'done' 01:42:17 Preparing metadata (pyproject.toml): started 01:42:18 Preparing metadata (pyproject.toml): finished with status 'done' 01:42:18 Building wheels for collected packages: pyzmq 01:42:18 Building wheel for pyzmq (pyproject.toml): started 01:42:44 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 01:42:44 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537184 sha256=6d9fb8d3d88d81bca85031215ab6aa581abf9ec7208a44f3befd739130c6c6c1 01:42:44 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 01:42:44 Successfully built pyzmq 01:42:44 Installing collected packages: pyzmq 01:42:44 Successfully installed pyzmq-22.2.1 01:42:44 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:42:44 Collecting robotframework-seleniumlibrary==5.1.3 01:42:44 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 11.1 MB/s eta 0:00:00 01:42:44 Collecting robotframework-pythonlibcore>=2.1.0 01:42:44 Downloading robotframework_pythonlibcore-3.0.0-py2.py3-none-any.whl (9.9 kB) 01:42:44 Collecting selenium>=3.141.0 01:42:44 Downloading selenium-4.4.0-py3-none-any.whl (985 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 985.8/985.8 kB 36.9 MB/s eta 0:00:00 01:42:44 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 01:42:44 Collecting trio~=0.17 01:42:44 Downloading trio-0.21.0-py3-none-any.whl (358 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 359.0/359.0 kB 24.2 MB/s eta 0:00:00 01:42:44 Requirement already satisfied: urllib3[secure,socks]~=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.11) 01:42:44 Collecting trio-websocket~=0.9 01:42:44 Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) 01:42:44 Collecting sortedcontainers 01:42:44 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 01:42:44 Collecting outcome 01:42:44 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 01:42:44 Collecting async-generator>=1.9 01:42:44 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 01:42:44 Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (22.1.0) 01:42:44 Collecting sniffio 01:42:44 Downloading sniffio-1.2.0-py3-none-any.whl (10 kB) 01:42:44 Requirement already satisfied: idna in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2.10) 01:42:44 Collecting wsproto>=0.14 01:42:44 Downloading wsproto-1.1.0-py3-none-any.whl (24 kB) 01:42:44 Collecting pyOpenSSL>=0.14 01:42:44 Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 13.9 MB/s eta 0:00:00 01:42:44 Collecting cryptography>=1.3.4 01:42:44 Downloading cryptography-37.0.4-cp36-abi3-musllinux_1_1_x86_64.whl (4.2 MB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 42.3 MB/s eta 0:00:00 01:42:44 Requirement already satisfied: certifi in /usr/lib/python3.10/site-packages (from urllib3[secure,socks]~=1.26->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2022.6.15) 01:42:44 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 01:42:44 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 01:42:44 Collecting cffi>=1.12 01:42:44 Downloading cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl (464 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.1/464.1 kB 35.8 MB/s eta 0:00:00 01:42:44 Collecting h11<1,>=0.9.0 01:42:44 Downloading h11-0.13.0-py3-none-any.whl (58 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 9.4 MB/s eta 0:00:00 01:42:44 Collecting pycparser 01:42:44 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) 01:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 17.8 MB/s eta 0:00:00 01:42:44 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, pycparser, outcome, h11, async-generator, wsproto, trio, cffi, trio-websocket, cryptography, pyOpenSSL, selenium, robotframework-seleniumlibrary 01:42:46 Successfully installed PySocks-1.7.1 async-generator-1.10 cffi-1.15.1 cryptography-37.0.4 h11-0.13.0 outcome-1.2.0 pyOpenSSL-22.0.0 pycparser-2.21 robotframework-pythonlibcore-3.0.0 robotframework-seleniumlibrary-5.1.3 selenium-4.4.0 sniffio-1.2.0 sortedcontainers-2.4.0 trio-0.21.0 trio-websocket-0.9.2 wsproto-1.1.0 01:42:46 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:42:46 Collecting psycopg2==2.9.3 01:42:46 Downloading psycopg2-2.9.3.tar.gz (380 kB) 01:42:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 21.2 MB/s eta 0:00:00 01:42:46 Preparing metadata (setup.py): started 01:42:47 Preparing metadata (setup.py): finished with status 'done' 01:42:47 Building wheels for collected packages: psycopg2 01:42:47 Building wheel for psycopg2 (setup.py): started 01:42:57 Building wheel for psycopg2 (setup.py): finished with status 'done' 01:42:57 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478589 sha256=0615add18a2dbfc40e8a7414221aca14791c81e47cc104e86c823332c943cf5f 01:42:57 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 01:42:57 Successfully built psycopg2 01:42:57 Installing collected packages: psycopg2 01:42:57 Successfully installed psycopg2-2.9.3 01:42:57 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:42:58 Collecting pycryptodome==3.15.0 01:42:58 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 01:42:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 40.1 MB/s eta 0:00:00 01:42:58 Preparing metadata (setup.py): started 01:43:00 Preparing metadata (setup.py): finished with status 'done' 01:43:00 Building wheels for collected packages: pycryptodome 01:43:00 Building wheel for pycryptodome (setup.py): started 01:43:26 Building wheel for pycryptodome (setup.py): finished with status 'done' 01:43:26 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111206 sha256=bf9707a82ab564439dd22090bed37867e3c690282cd1931105c1f7376251d9d4 01:43:26 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 01:43:26 Successfully built pycryptodome 01:43:26 Installing collected packages: pycryptodome 01:43:26 Successfully installed pycryptodome-3.15.0 01:43:26 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:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 (1/4) Installing libquadmath (11.2.1_git20220219-r2) 01:43:26 (2/4) Installing libgfortran (11.2.1_git20220219-r2) 01:43:26 (3/4) Installing openblas (0.3.20-r0) 01:43:26 (4/4) Installing py3-numpy (1.22.3-r0) 01:43:26 OK: 646 MiB in 65 packages 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 (1/1) Installing py3-psutil (5.9.0-r0) 01:43:26 OK: 647 MiB in 66 packages 01:43:26 **** install other tools **** 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 (1/5) Installing ca-certificates (20220614-r0) 01:43:26 (2/5) Installing brotli-libs (1.0.9-r6) 01:43:26 (3/5) Installing nghttp2-libs (1.47.0-r0) 01:43:26 (4/5) Installing libcurl (7.83.1-r2) 01:43:26 (5/5) Installing curl (7.83.1-r2) 01:43:26 Executing busybox-1.35.0-r17.trigger 01:43:26 Executing ca-certificates-20220614-r0.trigger 01:43:26 OK: 649 MiB in 71 packages 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 (1/1) Installing openssl (1.1.1q-r0) 01:43:26 Executing busybox-1.35.0-r17.trigger 01:43:26 OK: 650 MiB in 72 packages 01:43:26 **** install chromedriver **** 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:43:26 v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:43:26 OK: 17026 distinct packages available 01:43:26 OK: 650 MiB in 72 packages 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:43:26 fetch http://nl.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz 01:43:27 (1/122) Installing libmagic (5.41-r0) 01:43:27 (2/122) Installing file (5.41-r0) 01:43:27 (3/122) Installing libxau (1.0.9-r0) 01:43:27 (4/122) Installing libxdmcp (1.1.3-r0) 01:43:27 (5/122) Installing libxcb (1.15-r0) 01:43:27 (6/122) Installing libx11 (1.8-r0) 01:43:27 (7/122) Installing libxext (1.3.4-r0) 01:43:27 (8/122) Installing libice (1.0.10-r0) 01:43:27 (9/122) Installing libuuid (2.38-r1) 01:43:27 (10/122) Installing libsm (1.2.3-r0) 01:43:27 (11/122) Installing libxt (1.2.1-r0) 01:43:27 (12/122) Installing libxmu (1.1.3-r0) 01:43:27 (13/122) Installing xset (1.2.4-r0) 01:43:27 (14/122) Installing xprop (1.2.5-r0) 01:43:27 (15/122) Installing xdg-utils (1.1.3-r3) 01:43:27 (16/122) Installing eudev-libs (3.2.11-r0) 01:43:27 (17/122) Installing libintl (0.21-r2) 01:43:27 (18/122) Installing libblkid (2.38-r1) 01:43:27 (19/122) Installing libmount (2.38-r1) 01:43:27 (20/122) Installing pcre (8.45-r2) 01:43:27 (21/122) Installing glib (2.72.1-r0) 01:43:28 (22/122) Installing shared-mime-info (2.2-r0) 01:43:28 (23/122) Installing hicolor-icon-theme (0.17-r1) 01:43:28 (24/122) Installing libjpeg-turbo (2.1.3-r1) 01:43:28 (25/122) Installing libpng (1.6.37-r1) 01:43:28 (26/122) Installing libwebp (1.2.3-r0) 01:43:28 (27/122) Installing zstd-libs (1.5.2-r1) 01:43:28 (28/122) Installing tiff (4.3.0-r1) 01:43:28 (29/122) Installing gdk-pixbuf (2.42.8-r0) 01:43:28 (30/122) Installing gtk-update-icon-cache (2.24.33-r3) 01:43:28 (31/122) Installing libxcomposite (0.4.5-r0) 01:43:28 (32/122) Installing libxfixes (6.0.0-r0) 01:43:28 (33/122) Installing libxrender (0.9.10-r3) 01:43:28 (34/122) Installing libxcursor (1.2.1-r0) 01:43:28 (35/122) Installing libxdamage (1.1.5-r1) 01:43:28 (36/122) Installing libxi (1.8-r0) 01:43:28 (37/122) Installing libxinerama (1.1.4-r1) 01:43:28 (38/122) Installing libxrandr (1.5.2-r1) 01:43:28 (39/122) Installing atk (2.38.0-r0) 01:43:28 (40/122) Installing libxtst (1.2.3-r3) 01:43:28 (41/122) Installing dbus-libs (1.14.0-r1) 01:43:28 (42/122) Installing at-spi2-core (2.44.1-r0) 01:43:28 (43/122) Installing at-spi2-atk (2.38.0-r0) 01:43:28 (44/122) Installing freetype (2.12.1-r0) 01:43:28 (45/122) Installing fontconfig (2.14.0-r0) 01:43:28 (46/122) Installing pixman (0.40.0-r3) 01:43:28 (47/122) Installing cairo (1.17.4-r2) 01:43:28 (48/122) Installing cairo-gobject (1.17.4-r2) 01:43:28 (49/122) Installing avahi-libs (0.8-r6) 01:43:28 (50/122) Installing nettle (3.7.3-r0) 01:43:28 (51/122) Installing p11-kit (0.24.1-r0) 01:43:28 (52/122) Installing libtasn1 (4.18.0-r0) 01:43:28 (53/122) Installing libunistring (1.0-r0) 01:43:28 (54/122) Installing gnutls (3.7.7-r0) 01:43:28 (55/122) Installing cups-libs (2.4.2-r0) 01:43:28 (56/122) Installing libepoxy (1.5.10-r0) 01:43:28 (57/122) Installing fribidi (1.0.12-r0) 01:43:28 (58/122) Installing graphite2 (1.3.14-r1) 01:43:28 (59/122) Installing harfbuzz (4.3.0-r0) 01:43:28 (60/122) Installing libxft (2.3.4-r0) 01:43:28 (61/122) Installing pango (1.50.7-r0) 01:43:28 (62/122) Installing wayland-libs-client (1.20.0-r0) 01:43:28 (63/122) Installing wayland-libs-cursor (1.20.0-r0) 01:43:28 (64/122) Installing wayland-libs-egl (1.20.0-r0) 01:43:28 (65/122) Installing xkeyboard-config (2.35.1-r0) 01:43:28 (66/122) Installing libxkbcommon (1.4.1-r0) 01:43:28 (67/122) Installing gtk+3.0 (3.24.34-r1) 01:43:28 Executing gtk+3.0-3.24.34-r1.post-install 01:43:28 (68/122) Installing libfontenc (1.1.4-r0) 01:43:28 (69/122) Installing mkfontscale (1.2.2-r0) 01:43:28 (70/122) Installing font-opensans (0_git20210927-r0) 01:43:28 (71/122) Installing libogg (1.3.5-r1) 01:43:28 (72/122) Installing flac (1.3.4-r0) 01:43:28 (73/122) Installing alsa-lib (1.2.7.2-r0) 01:43:28 (74/122) Installing sdl2 (2.0.22-r0) 01:43:28 (75/122) Installing aom-libs (3.3.0-r0) 01:43:28 (76/122) Installing libass (0.16.0-r0) 01:43:28 (77/122) Installing libdav1d (1.0.0-r0) 01:43:28 (78/122) Installing libpciaccess (0.16-r0) 01:43:28 (79/122) Installing libdrm (2.4.110-r0) 01:43:28 (80/122) Installing lame (3.100-r0) 01:43:28 (81/122) Installing opus (1.3.1-r1) 01:43:28 (82/122) Installing libasyncns (0.8-r1) 01:43:28 (83/122) Installing libltdl (2.4.7-r0) 01:43:28 (84/122) Installing orc (0.4.32-r0) 01:43:28 (85/122) Installing libvorbis (1.3.7-r0) 01:43:28 (86/122) Installing libsndfile (1.1.0-r0) 01:43:28 (87/122) Installing soxr (0.1.3-r2) 01:43:28 (88/122) Installing speexdsp (1.2.0-r0) 01:43:28 (89/122) Installing tdb-libs (1.4.6-r0) 01:43:28 (90/122) Installing libpulse (15.0-r2) 01:43:28 (91/122) Installing cjson (1.7.15-r3) 01:43:28 (92/122) Installing mbedtls (2.28.1-r0) 01:43:28 (93/122) Installing librist (0.2.6-r1) 01:43:28 (94/122) Installing libsrt (1.4.4-r0) 01:43:28 (95/122) Installing libssh (0.9.6-r1) 01:43:29 (96/122) Installing libtheora (1.1.1-r16) 01:43:29 (97/122) Installing v4l-utils-libs (1.22.1-r1) 01:43:29 (98/122) Installing libva (2.14.0-r0) 01:43:29 (99/122) Installing libvdpau (1.5-r0) 01:43:29 (100/122) Installing vidstab (1.1.0-r1) 01:43:29 (101/122) Installing libvpx (1.11.0-r1) 01:43:29 (102/122) Installing x264-libs (0.163_git20210613-r0) 01:43:29 (103/122) Installing numactl (2.0.14-r0) 01:43:29 (104/122) Installing x265-libs (3.5-r3) 01:43:29 (105/122) Installing xvidcore (1.3.7-r1) 01:43:29 (106/122) Installing ffmpeg-libs (5.0.1-r1) 01:43:29 (107/122) Installing libevent (2.1.12-r4) 01:43:29 (108/122) Installing mesa (21.3.8-r2) 01:43:29 (109/122) Installing wayland-libs-server (1.20.0-r0) 01:43:29 (110/122) Installing mesa-gbm (21.3.8-r2) 01:43:29 (111/122) Installing lcms2 (2.13.1-r0) 01:43:29 (112/122) Installing minizip (1.2.12-r0) 01:43:29 (113/122) Installing nspr (4.33-r0) 01:43:29 (114/122) Installing nss (3.78.1-r0) 01:43:29 (115/122) Installing pipewire-libs (0.3.51-r1) 01:43:29 (116/122) Installing re2 (2022.04.01-r0) 01:43:29 (117/122) Installing snappy (1.1.9-r4) 01:43:29 (118/122) Installing libgpg-error (1.45-r0) 01:43:29 (119/122) Installing libgcrypt (1.10.1-r0) 01:43:29 (120/122) Installing libxslt (1.1.35-r0) 01:43:29 (121/122) Installing chromium@latest-stable (104.0.5112.79-r0) 01:43:35 (122/122) Installing chromium-chromedriver@latest-stable (104.0.5112.79-r0) 01:43:35 Executing busybox-1.35.0-r17.trigger 01:43:35 Executing glib-2.72.1-r0.trigger 01:43:35 Executing shared-mime-info-2.2-r0.trigger 01:43:39 Executing gdk-pixbuf-2.42.8-r0.trigger 01:43:39 Executing gtk-update-icon-cache-2.24.33-r3.trigger 01:43:39 Executing fontconfig-2.14.0-r0.trigger 01:43:39 Executing mkfontscale-1.2.2-r0.trigger 01:43:39 OK: 1021 MiB in 194 packages 01:43:54 Removing intermediate container 1745cb7e5382 01:43:54 ---> 1742a8df3525 01:43:54 Step 11/14 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 01:43:54 ---> Running in f6c19e008f2b 01:43:54 Removing intermediate container f6c19e008f2b 01:43:54 ---> 5146209c9e83 01:43:54 Step 12/14 : LABEL arch=amd64 01:43:54 ---> Running in 6aab98a09ef1 01:43:54 Removing intermediate container 6aab98a09ef1 01:43:54 ---> 4000e46e3259 01:43:54 Step 13/14 : LABEL git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 01:43:54 ---> Running in dcda7e51f619 01:43:54 Removing intermediate container dcda7e51f619 01:43:54 ---> bc86be7d825e 01:43:54 Step 14/14 : LABEL version=0.0.0 01:43:54 ---> Running in 4f77b44acb97 01:43:54 Removing intermediate container 4f77b44acb97 01:43:54 ---> 70aba9c6938b 01:43:54 [Warning] One or more build-args [ARCH] were not consumed 01:43:54 Successfully built 70aba9c6938b 01:43:54 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:43:55 01:43:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:43:55 latest: Pulling from edgex-lftools-log-publisher 01:43:55 5eb5b503b376: Pulling fs layer 01:43:55 5c69ac0246d0: Pulling fs layer 01:43:55 ec43610c2a17: Pulling fs layer 01:43:55 3a2ae6a8a46f: Pulling fs layer 01:43:55 33b1e0a273af: Pulling fs layer 01:43:55 5d3b04190fa2: Pulling fs layer 01:43:55 2f39f015ded8: Pulling fs layer 01:43:55 2f39f015ded8: Waiting 01:43:55 3a2ae6a8a46f: Waiting 01:43:55 5d3b04190fa2: Waiting 01:43:55 5c69ac0246d0: Download complete 01:43:55 3a2ae6a8a46f: Verifying Checksum 01:43:55 3a2ae6a8a46f: Download complete 01:43:55 33b1e0a273af: Verifying Checksum 01:43:55 33b1e0a273af: Download complete 01:43:55 ec43610c2a17: Verifying Checksum 01:43:55 ec43610c2a17: Download complete 01:43:55 5d3b04190fa2: Verifying Checksum 01:43:55 5d3b04190fa2: Download complete 01:43:55 5eb5b503b376: Verifying Checksum 01:43:55 5eb5b503b376: Download complete 01:43:56 2f39f015ded8: Download complete 01:43:57 5eb5b503b376: Pull complete 01:43:57 5c69ac0246d0: Pull complete 01:43:57 ec43610c2a17: Pull complete 01:43:57 3a2ae6a8a46f: Pull complete 01:43:58 33b1e0a273af: Pull complete 01:43:58 5d3b04190fa2: Pull complete 01:44:03 2f39f015ded8: Pull complete 01:44:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:44:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:44:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:44:03 prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container 01:44:03 $ 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/exfoundry_edgex-taf-common_PR-44 -v /w/workspace/exfoundry_edgex-taf-common_PR-44:/w/workspace/exfoundry_edgex-taf-common_PR-44:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-44@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 01:44:05 $ docker top 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:44:05 ---> job-cost.sh 01:44:05 lf-activate-venv: SKIPPING 01:44:05 INFO: No Stack... 01:44:06 INFO: Retrieving Pricing Info for: v3-standard-8 01:44:06 INFO: Archiving Costs [Pipeline] sh 01:44:07 + cat /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/cost.csv 01:44:07 + cut -d, -f6 [Pipeline] lock 01:44:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] 01:44:07 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] did not exist. Created. 01:44:07 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:44:07 + echo total: 0.2199999988079071 [Pipeline] stash 01:44:07 Stashed 1 file(s) [Pipeline] } 01:44:07 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:44:07 $ docker stop --time=1 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 01:44:08 $ docker rm -f 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:45:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22560 in /w/workspace/exfoundry_edgex-taf-common_PR-44 [Pipeline] { [Pipeline] checkout 01:45:05 Selected Git installation does not exist. Using Default 01:45:05 The recommended git tool is: NONE 01:45:11 using credential edgex-jenkins-ssh 01:45:11 Cloning the remote Git repository 01:45:11 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 01:45:12 > git init /w/workspace/exfoundry_edgex-taf-common_PR-44 # timeout=10 01:45:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 01:45:12 > git --version # timeout=10 01:45:12 > git --version # 'git version 2.25.1' 01:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:13 Merging remotes/origin/main commit 1d44a59e8839b561502e27e6228a648cc97b4b41 into PR head commit d6ad759151241d7a439cc59cf56bac04f2afa482 01:45:13 Merge succeeded, producing d6ad759151241d7a439cc59cf56bac04f2afa482 01:45:13 Checking out Revision d6ad759151241d7a439cc59cf56bac04f2afa482 (PR-44) 01:45:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 01:45:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 01:45:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 01:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:45:13 > git config core.sparsecheckout # timeout=10 01:45:13 > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # timeout=10 01:45:13 > git remote # timeout=10 01:45:13 > git config --get remote.origin.url # timeout=10 01:45:13 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:13 > git merge 1d44a59e8839b561502e27e6228a648cc97b4b41 # timeout=10 01:45:13 > git rev-parse HEAD^{commit} # timeout=10 01:45:13 > git config core.sparsecheckout # timeout=10 01:45:13 > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # timeout=10 01:45:17 Commit message: "Add pycryptodome library and update some library's version" 01:45:17 > git --version # timeout=10 01:45:17 > git --version # 'git version 2.25.1' 01:45:17 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:45:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:45:19 % Total % Received % Xferd Average Speed Time Time Time Current 01:45:19 Dload Upload Total Spent Left Speed 01:45:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 70468 0 --:--:-- --:--:-- --:--:-- 70068 [Pipeline] sh 01:45:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:45:20 + sudo tee /etc/docker/daemon.new 01:45:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:45:20 { 01:45:20 "registry-mirrors": [ 01:45:20 "https://nexus3.edgexfoundry.org:10001" 01:45:20 ], 01:45:20 "bip": "10.250.0.254/24", 01:45:20 "hosts": [ 01:45:20 "tcp://0.0.0.0:5555", 01:45:20 "unix:///var/run/docker.sock" 01:45:20 ], 01:45:20 "mtu": 1458, 01:45:20 "selinux-enabled": true, 01:45:20 "seccomp-profile": "/etc/docker/seccomp.json" 01:45:20 } [Pipeline] sh 01:45:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:45:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:39 provisioning config files... 01:45:39 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config6420617137419942256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:39 ---> docker-login.sh 01:45:39 nexus3.edgexfoundry.org:10001 01:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:40 Configure a credential helper to remove this warning. See 01:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:40 01:45:40 Login Succeeded 01:45:40 nexus3.edgexfoundry.org:10002 01:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:41 Configure a credential helper to remove this warning. See 01:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:41 01:45:41 Login Succeeded 01:45:41 nexus3.edgexfoundry.org:10003 01:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:41 Configure a credential helper to remove this warning. See 01:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:41 01:45:41 Login Succeeded 01:45:41 nexus3.edgexfoundry.org:10004 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:42 01:45:42 Login Succeeded 01:45:42 docker.io 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:43 Configure a credential helper to remove this warning. See 01:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:43 01:45:43 Login Succeeded 01:45:43 ---> docker-login.sh ends [Pipeline] } 01:45:43 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:45:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:45:44 + ls -al . 01:45:44 total 64 01:45:44 drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 01:45 . 01:45:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:45 .. 01:45:44 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 01:45 .git 01:45:44 -rw-rw-r-- 1 jenkins jenkins 22 Aug 12 01:45 .gitignore 01:45:44 -rw-rw-r-- 1 jenkins jenkins 2624 Aug 12 01:45 Dockerfile 01:45:44 -rw-rw-r-- 1 jenkins jenkins 746 Aug 12 01:45 Jenkinsfile 01:45:44 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 12 01:45 LICENSE 01:45:44 -rw-rw-r-- 1 jenkins jenkins 3582 Aug 12 01:45 README.md 01:45:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:45 TAF-Manager 01:45:44 drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:45 TUC 01:45:44 -rw-rw-r-- 1 jenkins jenkins 5 Aug 12 01:41 VERSION 01:45:44 -rw-rw-r-- 1 jenkins jenkins 283 Aug 12 01:45 requirements.txt 01:45:44 -rw-rw-r-- 1 jenkins jenkins 54 Aug 12 01:45 robot-entrypoint.sh 01:45:44 -rw-rw-r-- 1 jenkins jenkins 445 Aug 12 01:45 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:44 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 --label arch=arm64 --label version=0.0.0 . 01:45:44 Sending build context to Docker daemon 254.5kB 01:45:45 Step 1/14 : ARG DOCKER_VERSION=stable 01:45:45 Step 2/14 : FROM docker:${DOCKER_VERSION} AS docker-cli 01:45:45 stable: Pulling from library/docker 01:45:46 5f621e34cdf4: Pulling fs layer 01:45:46 85db56a05063: Pulling fs layer 01:45:46 ccb67d6aeaaa: Pulling fs layer 01:45:46 de930078acea: Pulling fs layer 01:45:46 d5a9d88a4785: Pulling fs layer 01:45:46 de930078acea: Waiting 01:45:46 d5a9d88a4785: Waiting 01:45:46 e7f15c1544d5: Pulling fs layer 01:45:46 877c515997d3: Pulling fs layer 01:45:46 e7f15c1544d5: Waiting 01:45:46 877c515997d3: Waiting 01:45:46 ccb67d6aeaaa: Verifying Checksum 01:45:46 ccb67d6aeaaa: Download complete 01:45:46 85db56a05063: Verifying Checksum 01:45:46 85db56a05063: Download complete 01:45:46 5f621e34cdf4: Verifying Checksum 01:45:46 5f621e34cdf4: Download complete 01:45:46 d5a9d88a4785: Verifying Checksum 01:45:46 d5a9d88a4785: Download complete 01:45:46 e7f15c1544d5: Verifying Checksum 01:45:46 e7f15c1544d5: Download complete 01:45:46 877c515997d3: Download complete 01:45:46 5f621e34cdf4: Pull complete 01:45:47 85db56a05063: Pull complete 01:45:47 de930078acea: Verifying Checksum 01:45:47 de930078acea: Download complete 01:45:47 ccb67d6aeaaa: Pull complete 01:45:51 de930078acea: Pull complete 01:45:51 d5a9d88a4785: Pull complete 01:45:51 e7f15c1544d5: Pull complete 01:45:51 877c515997d3: Pull complete 01:45:51 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 01:45:51 Status: Downloaded newer image for docker:stable 01:45:51 ---> 84e3a507c27b 01:45:51 Step 3/14 : FROM alpine:3.16 01:45:52 3.16: Pulling from library/alpine 01:45:52 9b18e9b68314: Pulling fs layer 01:45:52 9b18e9b68314: Verifying Checksum 01:45:52 9b18e9b68314: Download complete 01:45:53 9b18e9b68314: Pull complete 01:45:53 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:45:53 Status: Downloaded newer image for alpine:3.16 01:45:53 ---> a6215f271958 01:45:53 Step 4/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: IOTech' 01:45:53 ---> Running in 238db07c7357 01:45:54 Removing intermediate container 238db07c7357 01:45:54 ---> bd19a671803a 01:45:54 Step 5/14 : LABEL maintainer="Bruce Huang " 01:45:54 ---> Running in cd5d12d9d308 01:45:54 Removing intermediate container cd5d12d9d308 01:45:54 ---> eb03867cf3c6 01:45:54 Step 6/14 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 01:45:57 ---> 0181a6e0f749 01:45:57 Step 7/14 : COPY . /edgex-taf/edgex-taf-common 01:45:57 ---> d5d665c6a8b0 01:45:57 Step 8/14 : COPY robot-entrypoint.sh /usr/local/bin/ 01:45:58 ---> 87b1ff0ec419 01:45:58 Step 9/14 : WORKDIR /edgex-taf 01:45:58 ---> Running in 83981e202ec3 01:45:58 Removing intermediate container 83981e202ec3 01:45:58 ---> 849a3ba07261 01:45:58 Step 10/14 : RUN echo "**** install Python ****" && 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 && echo "**** install pip ****" && 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 && echo "**** install robotframework and dependencies ****" && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache --upgrade python3-dev g++ zeromq-dev=4.3.4-r0 && pip3 install ./edgex-taf-common && pip3 install robotframework==4.1.3 && pip3 install docker==4.4.1 && pip3 install -U python-dotenv==0.15.0 && pip3 install -U RESTinstance==1.0.2 && pip3 install -U robotbackgroundlogger==1.2 && pip3 install -U configparser==5.0.1 && pip3 install -U requests==2.25.1 && pip3 install -U robotframework-requests==0.8.0 && pip3 install -U paho-mqtt==1.5.1 && pip3 install -U redis==3.5.3 && pip3 install -U pyzmq==22.2.1 && pip3 install -U robotframework-seleniumlibrary==5.1.3 && pip3 install -U psycopg2==2.9.3 && pip3 install -U pycryptodome==3.15.0 && apk add --no-cache py3-numpy==1.22.3-r0 && apk add --no-cache py3-psutil==5.9.0-r0 && echo "**** install other tools ****" && apk add --no-cache curl && apk add --no-cache openssl && echo "**** install chromedriver ****" && apk update && apk upgrade && echo @latest-stable http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && apk add --no-cache chromium@latest-stable chromium-chromedriver@latest-stable 01:45:58 ---> Running in 0213bd74efe8 01:45:59 **** install Python **** 01:45:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:45:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:46:00 (1/13) Installing libbz2 (1.0.8-r1) 01:46:00 (2/13) Installing expat (2.4.8-r0) 01:46:00 (3/13) Installing libffi (3.4.2-r1) 01:46:00 (4/13) Installing gdbm (1.23-r0) 01:46:00 (5/13) Installing xz-libs (5.2.5-r1) 01:46:00 (6/13) Installing libgcc (11.2.1_git20220219-r2) 01:46:00 (7/13) Installing libstdc++ (11.2.1_git20220219-r2) 01:46:00 (8/13) Installing mpdecimal (2.5.1-r1) 01:46:00 (9/13) Installing ncurses-terminfo-base (6.3_p20220521-r0) 01:46:00 (10/13) Installing ncurses-libs (6.3_p20220521-r0) 01:46:00 (11/13) Installing readline (8.1.2-r0) 01:46:00 (12/13) Installing sqlite-libs (3.38.5-r0) 01:46:01 (13/13) Installing python3 (3.10.5-r0) 01:46:03 Executing busybox-1.35.0-r17.trigger 01:46:03 OK: 57 MiB in 27 packages 01:46:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:46:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:46:04 (1/1) Installing tzdata (2022a-r0) 01:46:04 Executing busybox-1.35.0-r17.trigger 01:46:04 OK: 60 MiB in 28 packages 01:46:04 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory 01:46:04 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory 01:46:04 (1/1) Purging tzdata (2022a-r0) 01:46:05 Executing busybox-1.35.0-r17.trigger 01:46:05 OK: 57 MiB in 27 packages 01:46:05 **** install pip **** 01:46:23 Looking in links: /tmp/tmpumfryn5u 01:46:23 Processing /tmp/tmpumfryn5u/setuptools-58.1.0-py3-none-any.whl 01:46:23 Processing /tmp/tmpumfryn5u/pip-22.0.4-py3-none-any.whl 01:46:23 Installing collected packages: setuptools, pip 01:46:35 Successfully installed pip-22.0.4 setuptools-58.1.0 01:46: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:46:40 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.0.4) 01:46:40 Collecting pip 01:46:40 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) 01:46:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 18.9 MB/s eta 0:00:00 01:46:40 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (58.1.0) 01:46:43 Collecting setuptools 01:46:43 Downloading setuptools-64.0.1-py3-none-any.whl (1.2 MB) 01:46:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 22.4 MB/s eta 0:00:00 01:46:43 Collecting wheel 01:46:43 Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 01:46:45 Installing collected packages: wheel, setuptools, pip 01:46:45 Attempting uninstall: setuptools 01:46:45 Found existing installation: setuptools 58.1.0 01:46:46 Uninstalling setuptools-58.1.0: 01:46:46 Successfully uninstalled setuptools-58.1.0 01:46:51 Attempting uninstall: pip 01:46:51 Found existing installation: pip 22.0.4 01:46:53 Uninstalling pip-22.0.4: 01:46:53 Successfully uninstalled pip-22.0.4 01:47:03 Successfully installed pip-22.2.2 setuptools-64.0.1 wheel-0.37.1 01:47:03 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:47:04 **** install robotframework and dependencies **** 01:47:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:47:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:47:05 (1/28) Installing binutils (2.38-r3) 01:47:05 (2/28) Installing libgomp (11.2.1_git20220219-r2) 01:47:06 (3/28) Installing libatomic (11.2.1_git20220219-r2) 01:47:06 (4/28) Installing gmp (6.2.1-r2) 01:47:06 (5/28) Installing isl22 (0.22-r0) 01:47:06 (6/28) Installing mpfr4 (4.1.0-r0) 01:47:06 (7/28) Installing mpc1 (1.2.1-r0) 01:47:06 (8/28) Installing gcc (11.2.1_git20220219-r2) 01:47:08 (9/28) Installing musl-dev (1.2.3-r0) 01:47:08 (10/28) Installing libc-dev (0.7.2-r3) 01:47:08 (11/28) Installing linux-headers (5.16.7-r1) 01:47:08 (12/28) Installing pkgconf (1.8.0-r1) 01:47:08 (13/28) Installing libffi-dev (3.4.2-r1) 01:47:08 (14/28) Installing libpq (14.4-r1) 01:47:08 (15/28) Installing openssl-dev (1.1.1q-r0) 01:47:08 (16/28) Installing libpq-dev (14.4-r1) 01:47:08 (17/28) Installing libecpg (14.4-r1) 01:47:08 (18/28) Installing libecpg-dev (14.4-r1) 01:47:08 (19/28) Installing libxml2 (2.9.14-r0) 01:47:08 (20/28) Installing llvm13-libs (13.0.1-r2) 01:47:10 (21/28) Installing clang-libs (13.0.1-r1) 01:47:12 (22/28) Installing clang (13.0.1-r1) 01:47:13 (23/28) Installing icu-data-en (71.1-r2) 01:47:13 Executing icu-data-en-71.1-r2.post-install 01:47:13 * 01:47:13 * If you need ICU with non-English locales and legacy charset support, install 01:47:13 * package icu-data-full. 01:47:13 * 01:47:13 (24/28) Installing icu-libs (71.1-r2) 01:47:13 (25/28) Installing icu (71.1-r2) 01:47:13 (26/28) Installing icu-dev (71.1-r2) 01:47:13 (27/28) Installing llvm13 (13.0.1-r2) 01:47:14 (28/28) Installing postgresql14-dev (14.4-r1) 01:47:15 Executing busybox-1.35.0-r17.trigger 01:47:15 OK: 459 MiB in 55 packages 01:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:47:16 (1/6) Installing g++ (11.2.1_git20220219-r2) 01:47:18 (2/6) Installing python3-dev (3.10.5-r0) 01:47:20 (3/6) Installing libsodium (1.0.18-r0) 01:47:20 (4/6) Installing libzmq (4.3.4-r0) 01:47:20 (5/6) Installing libsodium-dev (1.0.18-r0) 01:47:20 (6/6) Installing zeromq-dev (4.3.4-r0) 01:47:20 Executing busybox-1.35.0-r17.trigger 01:47:20 OK: 581 MiB in 61 packages 01:47:23 Processing ./edgex-taf-common 01:47:23 Preparing metadata (setup.py): started 01:47:25 Preparing metadata (setup.py): finished with status 'done' 01:47:25 Building wheels for collected packages: edgex-taf-common 01:47:25 Building wheel for edgex-taf-common (setup.py): started 01:47:27 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 01:47:27 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14473 sha256=4864087fef6c42d259bbb552c217e9ce6bd54f4043412df69ed3ac90c3d76f1e 01:47:27 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 01:47:27 Successfully built edgex-taf-common 01:47:27 Installing collected packages: edgex-taf-common 01:47:28 Successfully installed edgex-taf-common-0.0.0 01:47:28 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:47:32 Collecting robotframework==4.1.3 01:47:32 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 01:47:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 10.1 MB/s eta 0:00:00 01:47:32 Installing collected packages: robotframework 01:47:36 Successfully installed robotframework-4.1.3 01:47: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:47:39 Collecting docker==4.4.1 01:47:39 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 01:47:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 4.4 MB/s eta 0:00:00 01:47:39 Collecting six>=1.4.0 01:47:39 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 01:47:40 Collecting websocket-client>=0.32.0 01:47:40 Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) 01:47:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 3.0 MB/s eta 0:00:00 01:47:40 Collecting requests!=2.18.0,>=2.14.2 01:47:40 Downloading requests-2.28.1-py3-none-any.whl (62 kB) 01:47:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 2.9 MB/s eta 0:00:00 01:47:40 Collecting charset-normalizer<3,>=2 01:47:40 Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) 01:47:41 Collecting certifi>=2017.4.17 01:47:41 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 01:47:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 890.4 kB/s eta 0:00:00 01:47:41 Collecting urllib3<1.27,>=1.21.1 01:47:41 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 01:47:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 5.7 MB/s eta 0:00:00 01:47:42 Collecting idna<4,>=2.5 01:47:42 Downloading idna-3.3-py3-none-any.whl (61 kB) 01:47:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.8 MB/s eta 0:00:00 01:47:43 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 01:47:47 Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 docker-4.4.1 idna-3.3 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3 01:47:47 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:47:51 Collecting python-dotenv==0.15.0 01:47:51 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 01:47:51 Installing collected packages: python-dotenv 01:47:51 Successfully installed python-dotenv-0.15.0 01:47:51 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:47:56 Collecting RESTinstance==1.0.2 01:47:56 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 01:47:56 Collecting flex 01:47:56 Downloading flex-6.14.1.tar.gz (40 kB) 01:47:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.4 MB/s eta 0:00:00 01:47:57 Preparing metadata (setup.py): started 01:47:59 Preparing metadata (setup.py): finished with status 'done' 01:47:59 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 01:47:59 Collecting docutils 01:47:59 Downloading docutils-0.19-py3-none-any.whl (570 kB) 01:47:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 1.5 MB/s eta 0:00:00 01:47:59 Collecting jsonpath-ng 01:47:59 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 01:48:00 Collecting pytz 01:48:00 Downloading pytz-2022.2-py2.py3-none-any.whl (504 kB) 01:48:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.7/504.7 kB 2.2 MB/s eta 0:00:00 01:48:01 Collecting GenSON 01:48:01 Downloading genson-1.2.2.tar.gz (34 kB) 01:48:01 Preparing metadata (setup.py): started 01:48:03 Preparing metadata (setup.py): finished with status 'done' 01:48:03 Collecting tzlocal 01:48:03 Downloading tzlocal-4.2-py3-none-any.whl (19 kB) 01:48:03 Collecting jsonschema 01:48:03 Downloading jsonschema-4.9.1-py3-none-any.whl (79 kB) 01:48:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 4.0 MB/s eta 0:00:00 01:48:04 Collecting strict-rfc3339 01:48:04 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 01:48:04 Preparing metadata (setup.py): started 01:48:06 Preparing metadata (setup.py): finished with status 'done' 01:48:06 Collecting rfc3987 01:48:06 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 01:48:06 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.1) 01:48:06 Collecting pygments 01:48:06 Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB) 01:48:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.3 MB/s eta 0:00:00 01:48:07 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 01:48:07 Collecting PyYAML>=3.11 01:48:07 Downloading PyYAML-6.0.tar.gz (124 kB) 01:48:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 4.9 MB/s eta 0:00:00 01:48:09 Installing build dependencies: started 01:48:31 Installing build dependencies: finished with status 'done' 01:48:31 Getting requirements to build wheel: started 01:48:46 Getting requirements to build wheel: finished with status 'done' 01:48:46 Preparing metadata (pyproject.toml): started 01:48:48 Preparing metadata (pyproject.toml): finished with status 'done' 01:48:48 Collecting validate-email>=1.2 01:48:48 Downloading validate_email-1.3.tar.gz (4.7 kB) 01:48:48 Preparing metadata (setup.py): started 01:48:50 Preparing metadata (setup.py): finished with status 'done' 01:48:50 Collecting click>=3.3 01:48:50 Downloading click-8.1.3-py3-none-any.whl (96 kB) 01:48:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.6 MB/s eta 0:00:00 01:48:50 Collecting jsonpointer>=1.7 01:48:50 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 01:48:50 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.1.0) 01:48:50 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.3) 01:48:50 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (1.26.11) 01:48:50 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.6.15) 01:48:50 Collecting decorator 01:48:50 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 01:48:50 Collecting ply 01:48:50 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 01:48:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 3.4 MB/s eta 0:00:00 01:48:51 Collecting attrs>=17.4.0 01:48:51 Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 01:48:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.9 MB/s eta 0:00:00 01:48:51 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 01:48:51 Downloading pyrsistent-0.18.1.tar.gz (100 kB) 01:48:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 1.7 MB/s eta 0:00:00 01:48:51 Installing build dependencies: started 01:49:04 Installing build dependencies: finished with status 'done' 01:49:04 Getting requirements to build wheel: started 01:49:06 Getting requirements to build wheel: finished with status 'done' 01:49:06 Preparing metadata (pyproject.toml): started 01:49:08 Preparing metadata (pyproject.toml): finished with status 'done' 01:49:08 Collecting pytz-deprecation-shim 01:49:08 Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) 01:49:09 Collecting tzdata 01:49:09 Downloading tzdata-2022.1-py2.py3-none-any.whl (339 kB) 01:49:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.5/339.5 kB 1.6 MB/s eta 0:00:00 01:49:10 Building wheels for collected packages: flex, strict-rfc3339, GenSON, pyrsistent, PyYAML, validate-email 01:49:10 Building wheel for flex (setup.py): started 01:49:13 Building wheel for flex (setup.py): finished with status 'done' 01:49:13 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=21e54dd5a99256255c5e4f53a3bc853fee82579ee503543fa15ddf250e827273 01:49:13 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 01:49:13 Building wheel for strict-rfc3339 (setup.py): started 01:49:16 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 01:49:16 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7a06fd100931b8cdc120833fb47ce133f0f0361eed8ebca0663cb3df274a8ba1 01:49:16 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 01:49:16 Building wheel for GenSON (setup.py): started 01:49:18 Building wheel for GenSON (setup.py): finished with status 'done' 01:49:18 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21269 sha256=0a19aee721fda5bb93f00db14f5ed808f272d674f6ed1f012ae5cab670c0a17f 01:49:18 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 01:49:18 Building wheel for pyrsistent (pyproject.toml): started 01:49:27 Building wheel for pyrsistent (pyproject.toml): finished with status 'done' 01:49:27 Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp310-cp310-linux_aarch64.whl size=114480 sha256=ab67acd6cad806969260fe24a8c3b26342384f7ce2394b055a7dfa17de41aea0 01:49:27 Stored in directory: /root/.cache/pip/wheels/42/cf/03/ae35459d6c32fce920e7eb28fa325fdeced7a39fb9b98c56f0 01:49:27 Building wheel for PyYAML (pyproject.toml): started 01:49:31 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 01:49:31 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45335 sha256=bcb60cfd3e59dd89ff2662afca40953e70cfcdb96eb8346531dd8eb7c73f2fb3 01:49:31 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 01:49:31 Building wheel for validate-email (setup.py): started 01:49:33 Building wheel for validate-email (setup.py): finished with status 'done' 01:49:33 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=e5749dfa4152dc0243557f99ee3d84cb1353ae230268df83a7b9805b4773a85f 01:49:33 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 01:49:33 Successfully built flex strict-rfc3339 GenSON pyrsistent PyYAML validate-email 01:49:35 Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzdata, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, pytz-deprecation-shim, jsonschema, jsonpath-ng, flex, tzlocal, RESTinstance 01:49:50 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-22.1.0 click-8.1.3 decorator-5.1.1 docutils-0.19 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.9.1 ply-3.11 pygments-2.12.0 pyrsistent-0.18.1 pytz-2022.2 pytz-deprecation-shim-0.1.0.post0 rfc3987-1.3.8 strict-rfc3339-0.7 tzdata-2022.1 tzlocal-4.2 validate-email-1.3 01:49:50 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:49:54 Collecting robotbackgroundlogger==1.2 01:49:54 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 01:49:54 Preparing metadata (setup.py): started 01:49:56 Preparing metadata (setup.py): finished with status 'done' 01:49:56 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 01:49:56 Building wheels for collected packages: robotbackgroundlogger 01:49:56 Building wheel for robotbackgroundlogger (setup.py): started 01:49:59 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 01:49:59 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=d049215dafecd3ad749bf24e7e56a2cb7af88ac7bef112166594cd904024f22d 01:49:59 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 01:49:59 Successfully built robotbackgroundlogger 01:50:01 Installing collected packages: robotbackgroundlogger 01:50:01 Successfully installed robotbackgroundlogger-1.2 01:50:01 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:50:05 Collecting configparser==5.0.1 01:50:05 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 01:50:06 Installing collected packages: configparser 01:50:06 Successfully installed configparser-5.0.1 01:50:06 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:50:11 Collecting requests==2.25.1 01:50:11 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 01:50:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 1.8 MB/s eta 0:00:00 01:50:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.6.15) 01:50:11 Collecting chardet<5,>=3.0.2 01:50:11 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 01:50:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 6.7 MB/s eta 0:00:00 01:50:11 Collecting idna<3,>=2.5 01:50:11 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 01:50:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.2 MB/s eta 0:00:00 01:50:11 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.11) 01:50:13 Installing collected packages: idna, chardet, requests 01:50:13 Attempting uninstall: idna 01:50:13 Found existing installation: idna 3.3 01:50:13 Uninstalling idna-3.3: 01:50:13 Successfully uninstalled idna-3.3 01:50:16 Attempting uninstall: requests 01:50:16 Found existing installation: requests 2.28.1 01:50:16 Uninstalling requests-2.28.1: 01:50:16 Successfully uninstalled requests-2.28.1 01:50:16 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 01:50:16 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:50:20 Collecting robotframework-requests==0.8.0 01:50:20 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 01:50:20 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 01:50:20 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 01:50:20 Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (4.0.0) 01:50:20 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (1.26.11) 01:50:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.6.15) 01:50:20 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 01:50:22 Installing collected packages: robotframework-requests 01:50:22 Successfully installed robotframework-requests-0.8.0 01:50:22 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:50:25 Collecting paho-mqtt==1.5.1 01:50:25 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 01:50:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.6 MB/s eta 0:00:00 01:50:25 Preparing metadata (setup.py): started 01:50:27 Preparing metadata (setup.py): finished with status 'done' 01:50:27 Building wheels for collected packages: paho-mqtt 01:50:27 Building wheel for paho-mqtt (setup.py): started 01:50:31 Building wheel for paho-mqtt (setup.py): finished with status 'done' 01:50:31 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61550 sha256=c29ec4538fa6edb0805dc427415f8a4f8baf5237699776e89e638232e2b5faa3 01:50:31 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 01:50:31 Successfully built paho-mqtt 01:50:32 Installing collected packages: paho-mqtt 01:50:32 Successfully installed paho-mqtt-1.5.1 01:50:32 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:50:36 Collecting redis==3.5.3 01:50:36 Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) 01:50:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 3.0 MB/s eta 0:00:00 01:50:37 Installing collected packages: redis 01:50:38 Successfully installed redis-3.5.3 01:50:38 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:50:42 Collecting pyzmq==22.2.1 01:50:43 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 01:50:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.0 MB/s eta 0:00:00 01:50:45 Installing build dependencies: started 01:50:57 Installing build dependencies: finished with status 'done' 01:50:57 Getting requirements to build wheel: started 01:50:59 Getting requirements to build wheel: finished with status 'done' 01:50:59 Preparing metadata (pyproject.toml): started 01:51:03 Preparing metadata (pyproject.toml): finished with status 'done' 01:51:03 Building wheels for collected packages: pyzmq 01:51:03 Building wheel for pyzmq (pyproject.toml): started 01:52:25 Building wheel for pyzmq (pyproject.toml): still running... 01:53:21 Building wheel for pyzmq (pyproject.toml): still running... 01:53:33 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 01:53:33 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515235 sha256=d3aeeed6f5dac5587e09b40ae75f335a3c1ed7b97d500eb38b9ca14fb5d663b3 01:53:33 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 01:53:33 Successfully built pyzmq 01:53:35 Installing collected packages: pyzmq 01:53:37 Successfully installed pyzmq-22.2.1 01:53: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:53:42 Collecting robotframework-seleniumlibrary==5.1.3 01:53:42 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 01:53:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 3.4 MB/s eta 0:00:00 01:53:42 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 01:53:42 Collecting selenium>=3.141.0 01:53:42 Downloading selenium-4.4.0-py3-none-any.whl (985 kB) 01:53:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 985.8/985.8 kB 9.0 MB/s eta 0:00:00 01:53:42 Collecting robotframework-pythonlibcore>=2.1.0 01:53:42 Downloading robotframework_pythonlibcore-3.0.0-py2.py3-none-any.whl (9.9 kB) 01:53:42 Requirement already satisfied: urllib3[secure,socks]~=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.11) 01:53:43 Collecting trio~=0.17 01:53:43 Downloading trio-0.21.0-py3-none-any.whl (358 kB) 01:53:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 359.0/359.0 kB 7.3 MB/s eta 0:00:00 01:53:43 Collecting trio-websocket~=0.9 01:53:43 Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) 01:53:43 Collecting async-generator>=1.9 01:53:43 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 01:53:43 Collecting sniffio 01:53:43 Downloading sniffio-1.2.0-py3-none-any.whl (10 kB) 01:53:43 Requirement already satisfied: idna in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2.10) 01:53:43 Collecting sortedcontainers 01:53:44 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 01:53:44 Collecting outcome 01:53:44 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 01:53:44 Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (22.1.0) 01:53:44 Collecting wsproto>=0.14 01:53:44 Downloading wsproto-1.1.0-py3-none-any.whl (24 kB) 01:53:44 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 01:53:44 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 01:53:44 Collecting pyOpenSSL>=0.14 01:53:44 Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) 01:53:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 2.4 MB/s eta 0:00:00 01:53:45 Requirement already satisfied: certifi in /usr/lib/python3.10/site-packages (from urllib3[secure,socks]~=1.26->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2022.6.15) 01:53:47 Collecting cryptography>=1.3.4 01:53:47 Downloading cryptography-37.0.4-cp36-abi3-musllinux_1_1_aarch64.whl (4.1 MB) 01:53:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 10.8 MB/s eta 0:00:00 01:53:49 Collecting cffi>=1.12 01:53:49 Downloading cffi-1.15.1.tar.gz (508 kB) 01:53:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 10.7 MB/s eta 0:00:00 01:53:49 Preparing metadata (setup.py): started 01:53:53 Preparing metadata (setup.py): finished with status 'done' 01:53:53 Collecting h11<1,>=0.9.0 01:53:53 Downloading h11-0.13.0-py3-none-any.whl (58 kB) 01:53:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 1.3 MB/s eta 0:00:00 01:53:53 Collecting pycparser 01:53:53 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) 01:53:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 4.3 MB/s eta 0:00:00 01:53:53 Building wheels for collected packages: cffi 01:53:53 Building wheel for cffi (setup.py): started 01:54:40 Building wheel for cffi (setup.py): finished with status 'done' 01:54:40 Created wheel for cffi: filename=cffi-1.15.1-cp310-cp310-linux_aarch64.whl size=419164 sha256=f3af0058d40273dfab7778ba83e668e5f04a1287194ae97eb397c34d5c274f78 01:54:40 Stored in directory: /root/.cache/pip/wheels/9a/ee/45/194003e40379492794fdf4ff200b86205f5f63115b85864251 01:54:40 Successfully built cffi 01:54:40 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, pycparser, outcome, h11, async-generator, wsproto, trio, cffi, trio-websocket, cryptography, pyOpenSSL, selenium, robotframework-seleniumlibrary 01:54:53 Successfully installed PySocks-1.7.1 async-generator-1.10 cffi-1.15.1 cryptography-37.0.4 h11-0.13.0 outcome-1.2.0 pyOpenSSL-22.0.0 pycparser-2.21 robotframework-pythonlibcore-3.0.0 robotframework-seleniumlibrary-5.1.3 selenium-4.4.0 sniffio-1.2.0 sortedcontainers-2.4.0 trio-0.21.0 trio-websocket-0.9.2 wsproto-1.1.0 01:54:53 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 01:54:57 Collecting psycopg2==2.9.3 01:54:57 Downloading psycopg2-2.9.3.tar.gz (380 kB) 01:54:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.3 MB/s eta 0:00:00 01:54:58 Preparing metadata (setup.py): started 01:55:01 Preparing metadata (setup.py): finished with status 'done' 01:55:01 Building wheels for collected packages: psycopg2 01:55:01 Building wheel for psycopg2 (setup.py): started 01:56:09 Building wheel for psycopg2 (setup.py): still running... 01:56:10 Building wheel for psycopg2 (setup.py): finished with status 'done' 01:56:10 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470363 sha256=0efb302ac171ed011389275c801c5e2441a2ec3d6b2b6c30175960edbf43cacd 01:56:10 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 01:56:10 Successfully built psycopg2 01:56:13 Installing collected packages: psycopg2 01:56:13 Successfully installed psycopg2-2.9.3 01:56:13 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:56:19 Collecting pycryptodome==3.15.0 01:56:19 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 01:56:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 10.0 MB/s eta 0:00:00 01:56:22 Preparing metadata (setup.py): started 01:56:27 Preparing metadata (setup.py): finished with status 'done' 01:56:27 Building wheels for collected packages: pycryptodome 01:56:27 Building wheel for pycryptodome (setup.py): started 01:57:34 Building wheel for pycryptodome (setup.py): still running... 01:58:42 Building wheel for pycryptodome (setup.py): still running... 01:58:42 Building wheel for pycryptodome (setup.py): finished with status 'done' 01:58:42 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_aarch64.whl size=2016988 sha256=18aef14fdcca6b97a99c0e604434af9be25267eaec79df491586792aeea23f42 01:58:42 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 01:58:42 Successfully built pycryptodome 01:58:42 Installing collected packages: pycryptodome 01:58:42 Successfully installed pycryptodome-3.15.0 01:58:42 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 01:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:42 (1/3) Installing libgfortran (11.2.1_git20220219-r2) 01:58:42 (2/3) Installing openblas (0.3.20-r0) 01:58:42 (3/3) Installing py3-numpy (1.22.3-r0) 01:58:43 OK: 619 MiB in 64 packages 01:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:44 (1/1) Installing py3-psutil (5.9.0-r0) 01:58:44 OK: 620 MiB in 65 packages 01:58:44 **** install other tools **** 01:58:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:45 (1/5) Installing ca-certificates (20220614-r0) 01:58:45 (2/5) Installing brotli-libs (1.0.9-r6) 01:58:45 (3/5) Installing nghttp2-libs (1.47.0-r0) 01:58:45 (4/5) Installing libcurl (7.83.1-r2) 01:58:45 (5/5) Installing curl (7.83.1-r2) 01:58:45 Executing busybox-1.35.0-r17.trigger 01:58:45 Executing ca-certificates-20220614-r0.trigger 01:58:46 OK: 622 MiB in 70 packages 01:58:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:47 (1/1) Installing openssl (1.1.1q-r0) 01:58:47 Executing busybox-1.35.0-r17.trigger 01:58:47 OK: 623 MiB in 71 packages 01:58:47 **** install chromedriver **** 01:58:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:49 v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:58:49 v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:58:49 OK: 16881 distinct packages available 01:58:50 OK: 623 MiB in 71 packages 01:58:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:50 fetch http://nl.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz 01:58:52 (1/121) Installing libmagic (5.41-r0) 01:58:52 (2/121) Installing file (5.41-r0) 01:58:52 (3/121) Installing libxau (1.0.9-r0) 01:58:52 (4/121) Installing libxdmcp (1.1.3-r0) 01:58:52 (5/121) Installing libxcb (1.15-r0) 01:58:52 (6/121) Installing libx11 (1.8-r0) 01:58:52 (7/121) Installing libxext (1.3.4-r0) 01:58:52 (8/121) Installing libice (1.0.10-r0) 01:58:52 (9/121) Installing libuuid (2.38-r1) 01:58:52 (10/121) Installing libsm (1.2.3-r0) 01:58:52 (11/121) Installing libxt (1.2.1-r0) 01:58:52 (12/121) Installing libxmu (1.1.3-r0) 01:58:52 (13/121) Installing xset (1.2.4-r0) 01:58:52 (14/121) Installing xprop (1.2.5-r0) 01:58:52 (15/121) Installing xdg-utils (1.1.3-r3) 01:58:52 (16/121) Installing eudev-libs (3.2.11-r0) 01:58:52 (17/121) Installing libintl (0.21-r2) 01:58:52 (18/121) Installing libblkid (2.38-r1) 01:58:52 (19/121) Installing libmount (2.38-r1) 01:58:52 (20/121) Installing pcre (8.45-r2) 01:58:52 (21/121) Installing glib (2.72.1-r0) 01:58:52 (22/121) Installing shared-mime-info (2.2-r0) 01:58:52 (23/121) Installing hicolor-icon-theme (0.17-r1) 01:58:52 (24/121) Installing libjpeg-turbo (2.1.3-r1) 01:58:52 (25/121) Installing libpng (1.6.37-r1) 01:58:52 (26/121) Installing libwebp (1.2.3-r0) 01:58:52 (27/121) Installing zstd-libs (1.5.2-r1) 01:58:52 (28/121) Installing tiff (4.3.0-r1) 01:58:52 (29/121) Installing gdk-pixbuf (2.42.8-r0) 01:58:52 (30/121) Installing gtk-update-icon-cache (2.24.33-r3) 01:58:52 (31/121) Installing libxcomposite (0.4.5-r0) 01:58:52 (32/121) Installing libxfixes (6.0.0-r0) 01:58:52 (33/121) Installing libxrender (0.9.10-r3) 01:58:52 (34/121) Installing libxcursor (1.2.1-r0) 01:58:52 (35/121) Installing libxdamage (1.1.5-r1) 01:58:52 (36/121) Installing libxi (1.8-r0) 01:58:52 (37/121) Installing libxinerama (1.1.4-r1) 01:58:53 (38/121) Installing libxrandr (1.5.2-r1) 01:58:53 (39/121) Installing atk (2.38.0-r0) 01:58:53 (40/121) Installing libxtst (1.2.3-r3) 01:58:53 (41/121) Installing dbus-libs (1.14.0-r1) 01:58:53 (42/121) Installing at-spi2-core (2.44.1-r0) 01:58:53 (43/121) Installing at-spi2-atk (2.38.0-r0) 01:58:53 (44/121) Installing freetype (2.12.1-r0) 01:58:53 (45/121) Installing fontconfig (2.14.0-r0) 01:58:53 (46/121) Installing pixman (0.40.0-r3) 01:58:53 (47/121) Installing cairo (1.17.4-r2) 01:58:53 (48/121) Installing cairo-gobject (1.17.4-r2) 01:58:53 (49/121) Installing avahi-libs (0.8-r6) 01:58:53 (50/121) Installing nettle (3.7.3-r0) 01:58:53 (51/121) Installing p11-kit (0.24.1-r0) 01:58:53 (52/121) Installing libtasn1 (4.18.0-r0) 01:58:53 (53/121) Installing libunistring (1.0-r0) 01:58:53 (54/121) Installing gnutls (3.7.7-r0) 01:58:53 (55/121) Installing cups-libs (2.4.2-r0) 01:58:53 (56/121) Installing libepoxy (1.5.10-r0) 01:58:53 (57/121) Installing fribidi (1.0.12-r0) 01:58:53 (58/121) Installing graphite2 (1.3.14-r1) 01:58:53 (59/121) Installing harfbuzz (4.3.0-r0) 01:58:53 (60/121) Installing libxft (2.3.4-r0) 01:58:53 (61/121) Installing pango (1.50.7-r0) 01:58:53 (62/121) Installing wayland-libs-client (1.20.0-r0) 01:58:53 (63/121) Installing wayland-libs-cursor (1.20.0-r0) 01:58:53 (64/121) Installing wayland-libs-egl (1.20.0-r0) 01:58:53 (65/121) Installing xkeyboard-config (2.35.1-r0) 01:58:53 (66/121) Installing libxkbcommon (1.4.1-r0) 01:58:53 (67/121) Installing gtk+3.0 (3.24.34-r1) 01:58:54 Executing gtk+3.0-3.24.34-r1.post-install 01:58:54 (68/121) Installing libfontenc (1.1.4-r0) 01:58:54 (69/121) Installing mkfontscale (1.2.2-r0) 01:58:54 (70/121) Installing font-opensans (0_git20210927-r0) 01:58:54 (71/121) Installing libogg (1.3.5-r1) 01:58:54 (72/121) Installing flac (1.3.4-r0) 01:58:54 (73/121) Installing alsa-lib (1.2.7.2-r0) 01:58:54 (74/121) Installing sdl2 (2.0.22-r0) 01:58:54 (75/121) Installing aom-libs (3.3.0-r0) 01:58:54 (76/121) Installing libass (0.16.0-r0) 01:58:54 (77/121) Installing libdav1d (1.0.0-r0) 01:58:54 (78/121) Installing libdrm (2.4.110-r0) 01:58:54 (79/121) Installing lame (3.100-r0) 01:58:54 (80/121) Installing opus (1.3.1-r1) 01:58:54 (81/121) Installing libasyncns (0.8-r1) 01:58:54 (82/121) Installing libltdl (2.4.7-r0) 01:58:54 (83/121) Installing orc (0.4.32-r0) 01:58:54 (84/121) Installing libvorbis (1.3.7-r0) 01:58:54 (85/121) Installing libsndfile (1.1.0-r0) 01:58:54 (86/121) Installing soxr (0.1.3-r2) 01:58:54 (87/121) Installing speexdsp (1.2.0-r0) 01:58:54 (88/121) Installing tdb-libs (1.4.6-r0) 01:58:54 (89/121) Installing libpulse (15.0-r2) 01:58:54 (90/121) Installing cjson (1.7.15-r3) 01:58:54 (91/121) Installing mbedtls (2.28.1-r0) 01:58:54 (92/121) Installing librist (0.2.6-r1) 01:58:54 (93/121) Installing libsrt (1.4.4-r0) 01:58:54 (94/121) Installing libssh (0.9.6-r1) 01:58:54 (95/121) Installing libtheora (1.1.1-r16) 01:58:54 (96/121) Installing v4l-utils-libs (1.22.1-r1) 01:58:54 (97/121) Installing libva (2.14.0-r0) 01:58:54 (98/121) Installing libvdpau (1.5-r0) 01:58:54 (99/121) Installing vidstab (1.1.0-r1) 01:58:54 (100/121) Installing libvpx (1.11.0-r1) 01:58:54 (101/121) Installing x264-libs (0.163_git20210613-r0) 01:58:54 (102/121) Installing numactl (2.0.14-r0) 01:58:54 (103/121) Installing x265-libs (3.5-r3) 01:58:55 (104/121) Installing xvidcore (1.3.7-r1) 01:58:55 (105/121) Installing ffmpeg-libs (5.0.1-r1) 01:58:55 (106/121) Installing libevent (2.1.12-r4) 01:58:55 (107/121) Installing mesa (21.3.8-r2) 01:58:55 (108/121) Installing wayland-libs-server (1.20.0-r0) 01:58:55 (109/121) Installing mesa-gbm (21.3.8-r2) 01:58:55 (110/121) Installing lcms2 (2.13.1-r0) 01:58:55 (111/121) Installing minizip (1.2.12-r0) 01:58:55 (112/121) Installing nspr (4.33-r0) 01:58:55 (113/121) Installing nss (3.78.1-r0) 01:58:55 (114/121) Installing pipewire-libs (0.3.51-r1) 01:58:55 (115/121) Installing re2 (2022.04.01-r0) 01:58:55 (116/121) Installing snappy (1.1.9-r4) 01:58:55 (117/121) Installing libgpg-error (1.45-r0) 01:58:55 (118/121) Installing libgcrypt (1.10.1-r0) 01:58:55 (119/121) Installing libxslt (1.1.35-r0) 01:58:55 (120/121) Installing chromium@latest-stable (104.0.5112.79-r0) 01:59:02 (121/121) Installing chromium-chromedriver@latest-stable (104.0.5112.79-r0) 01:59:02 Executing busybox-1.35.0-r17.trigger 01:59:02 Executing glib-2.72.1-r0.trigger 01:59:02 Executing shared-mime-info-2.2-r0.trigger 01:59:09 Executing gdk-pixbuf-2.42.8-r0.trigger 01:59:09 Executing gtk-update-icon-cache-2.24.33-r3.trigger 01:59:09 Executing fontconfig-2.14.0-r0.trigger 01:59:09 Executing mkfontscale-1.2.2-r0.trigger 01:59:09 OK: 957 MiB in 192 packages 01:59:48 Removing intermediate container 0213bd74efe8 01:59:48 ---> 01195955c07f 01:59:48 Step 11/14 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 01:59:48 ---> Running in f12b2f2f288c 01:59:48 Removing intermediate container f12b2f2f288c 01:59:48 ---> 2a6c9479cb06 01:59:48 Step 12/14 : LABEL arch=arm64 01:59:48 ---> Running in 3c5c43943bac 01:59:48 Removing intermediate container 3c5c43943bac 01:59:48 ---> 87772da93407 01:59:48 Step 13/14 : LABEL git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 01:59:48 ---> Running in 0bc89380483a 01:59:48 Removing intermediate container 0bc89380483a 01:59:48 ---> 609a856ec57c 01:59:48 Step 14/14 : LABEL version=0.0.0 01:59:48 ---> Running in f4afb07fc91d 01:59:48 Removing intermediate container f4afb07fc91d 01:59:48 ---> b23c2fa072b2 01:59:48 [Warning] One or more build-args [ARCH] were not consumed 01:59:48 Successfully built b23c2fa072b2 01:59:48 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:59:49 01:59:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:59:50 arm64: Pulling from edgex-lftools-log-publisher 01:59:50 8998bd30e6a1: Pulling fs layer 01:59:50 04944245beec: Pulling fs layer 01:59:50 699f458cf7ca: Pulling fs layer 01:59:50 765212b225bb: Pulling fs layer 01:59:50 f23df028b6ca: Pulling fs layer 01:59:50 d65c8cfc05b1: Pulling fs layer 01:59:50 2437ff75d9bd: Pulling fs layer 01:59:50 f23df028b6ca: Waiting 01:59:50 d65c8cfc05b1: Waiting 01:59:50 2437ff75d9bd: Waiting 01:59:50 765212b225bb: Waiting 01:59:50 04944245beec: Verifying Checksum 01:59:50 04944245beec: Download complete 01:59:50 765212b225bb: Verifying Checksum 01:59:50 765212b225bb: Download complete 01:59:50 f23df028b6ca: Verifying Checksum 01:59:50 f23df028b6ca: Download complete 01:59:50 d65c8cfc05b1: Verifying Checksum 01:59:50 d65c8cfc05b1: Download complete 01:59:50 699f458cf7ca: Verifying Checksum 01:59:50 699f458cf7ca: Download complete 01:59:51 8998bd30e6a1: Download complete 01:59:53 2437ff75d9bd: Verifying Checksum 01:59:53 2437ff75d9bd: Download complete 01:59:55 8998bd30e6a1: Pull complete 01:59:55 04944245beec: Pull complete 01:59:57 699f458cf7ca: Pull complete 01:59:57 765212b225bb: Pull complete 01:59:58 f23df028b6ca: Pull complete 01:59:58 d65c8cfc05b1: Pull complete 02:00:13 2437ff75d9bd: Pull complete 02:00:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:00:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:00:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:13 prd-ubuntu20.04-docker-arm64-4c-16g-22560 does not seem to be running inside a container 02:00:13 $ 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/exfoundry_edgex-taf-common_PR-44 -v /w/workspace/exfoundry_edgex-taf-common_PR-44:/w/workspace/exfoundry_edgex-taf-common_PR-44:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-44@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:00:16 $ docker top 6fa5ff14ab90508a853db3ac3db9a61e0d4c1a9dda6b04010105d4481812e98b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:17 ---> job-cost.sh 02:00:17 lf-activate-venv: SKIPPING 02:00:17 INFO: No Stack... 02:00:17 INFO: Retrieving Pricing Info for: v3-standard-4 02:00:18 INFO: Archiving Costs [Pipeline] sh 02:00:19 + cat /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/cost.csv 02:00:19 + cut -d, -f6 [Pipeline] lock 02:00:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] 02:00:19 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] did not exist. Created. 02:00:19 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:00:20 /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/durable-803ff5e4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:00:21 + echo total: 0.10999999940395355 [Pipeline] stash 02:00:21 Warning: overwriting stash ‘stack-cost’ 02:00:21 Stashed 1 file(s) [Pipeline] } 02:00:21 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:00:21 $ docker stop --time=1 6fa5ff14ab90508a853db3ac3db9a61e0d4c1a9dda6b04010105d4481812e98b 02:00:23 $ docker rm -f 6fa5ff14ab90508a853db3ac3db9a61e0d4c1a9dda6b04010105d4481812e98b [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] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:00:24 + [ -d /w/workspace/exfoundry_edgex-taf-common_PR-44/archives ] 02:00:24 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-44/archives 02:00:24 total 16 02:00:24 drwxr-xr-x 3 root root 4096 Aug 12 01:44 . 02:00:24 drwxrwxr-x 7 jenkins jenkins 4096 Aug 12 01:44 .. 02:00:24 drwxr-xr-x 2 root root 4096 Aug 12 01:44 cost 02:00:24 -rw-r--r-- 1 root root 87 Aug 12 01:44 cost.csv 02:00:24 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_edgex-taf-common_PR-44/archives 02:00:24 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-44/archives 02:00:24 total 16 02:00:24 drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 01:44 . 02:00:24 drwxrwxr-x 7 jenkins jenkins 4096 Aug 12 01:44 .. 02:00:24 drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 01:44 cost 02:00:24 -rw-r--r-- 1 jenkins jenkins 87 Aug 12 01:44 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:00:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:00:25 ---> package-listing.sh 02:00:25 ++ facter osfamily 02:00:25 ++ tr '[:upper:]' '[:lower:]' 02:00:25 + OS_FAMILY=debian 02:00:25 + workspace=/w/workspace/exfoundry_edgex-taf-common_PR-44 02:00:25 + START_PACKAGES=/tmp/packages_start.txt 02:00:25 + END_PACKAGES=/tmp/packages_end.txt 02:00:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:00:25 + PACKAGES=/tmp/packages_start.txt 02:00:25 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-44 ']' 02:00:25 + PACKAGES=/tmp/packages_end.txt 02:00:25 + case "${OS_FAMILY}" in 02:00:26 + grep '^ii' 02:00:26 + dpkg -l 02:00:26 + '[' -f /tmp/packages_start.txt ']' 02:00:26 + '[' -f /tmp/packages_end.txt ']' 02:00:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:00:26 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-44 ']' 02:00:26 + mkdir -p /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/ 02:00:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/ [Pipeline] echo 02:00:26 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/exfoundry_edgex-taf-common_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:00:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:27 prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container 02:00:27 $ 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/exfoundry_edgex-taf-common_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_edgex-taf-common_PR-44 -v /w/workspace/exfoundry_edgex-taf-common_PR-44:/w/workspace/exfoundry_edgex-taf-common_PR-44:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:00:27 $ docker top bf2c0f2d20a3668bef7219430a579dd6f212c565f525bf1eb7bfce0a7d8e7bc7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:28 + touch /tmp/pre-build-complete [Pipeline] sh 02:00:28 + mkdir -p /var/log/sysstat [Pipeline] sh 02:00:28 + ls /var/log/sa-host 02:00:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:28 provisioning config files... 02:00:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config5738407297600076405tmp [Pipeline] { [Pipeline] echo 02:00:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:00:29 ---> create-netrc.sh [Pipeline] } 02:00:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:00:29 ---> python-tools-install.sh [Pipeline] echo 02:00:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:00:30 ---> sudo-logs.sh 02:00:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:00:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:00:30 ---> job-cost.sh 02:00:30 lf-activate-venv: SKIPPING 02:00:30 DEBUG: total: 0.2199999988079071 02:00:30 INFO: Retrieving Stack Cost... 02:00:31 INFO: Retrieving Pricing Info for: v3-standard-8 02:00:31 INFO: Archiving Costs [Pipeline] echo 02:00:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:00:31 ---> logs-deploy.sh 02:00:31 lf-activate-venv: SKIPPING 02:00:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-44/1 02:00:31 INFO: archiving workspace using pattern(s): 02:00:32 Archives upload complete. 02:00:32 INFO: archiving logs to Nexus