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 [2022-08-12T01:40:50.503Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-12T01:40:50.697Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-12T01:40:50.818Z] ========================================================= [2022-08-12T01:40:50.818Z] EdgeX Global Pipelines Version Info [2022-08-12T01:40:50.818Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-12T01:40:51.622Z] ------------------- [2022-08-12T01:40:51.622Z] stable info: [2022-08-12T01:40:51.622Z] ------------------- [2022-08-12T01:40:51.622Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T01:40:51.622Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T01:40:51.622Z] Message: update stable to v1.0.238 [2022-08-12T01:40:52.194Z] ------------------- [2022-08-12T01:40:52.194Z] experimental info: [2022-08-12T01:40:52.194Z] ------------------- [2022-08-12T01:40:52.195Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T01:40:52.195Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T01:40:52.195Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2022-08-12T01:40:52.663Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2022-08-12T01:40:52.704Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2022-08-12T01:40:52.736Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-12T01:40:52.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-12T01:40:52.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-12T01:40:52.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2022-08-12T01:40:52.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-12T01:40:52.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2022-08-12T01:40:52.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2022-08-12T01:40:52.984Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T01:40:53.023Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2022-08-12T01:40:53.063Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2022-08-12T01:40:53.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-12T01:40:53.142Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-12T01:40:53.183Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-44 [Pipeline] echo [2022-08-12T01:40:53.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-44 [Pipeline] echo [2022-08-12T01:40:53.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-44 [Pipeline] echo [2022-08-12T01:40:53.293Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6ad759151241d7a439cc59cf56bac04f2afa482 [Pipeline] echo [2022-08-12T01:40:53.329Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6ad759 [Pipeline] echo [2022-08-12T01:40:53.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T01:40:53.481Z] provisioning config files... [2022-08-12T01:40:53.496Z] copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config6465408784071052238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T01:40:53.853Z] ---> docker-login.sh [2022-08-12T01:40:53.853Z] nexus3.edgexfoundry.org:10001 [2022-08-12T01:40:54.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:40:54.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:40:54.382Z] Configure a credential helper to remove this warning. See [2022-08-12T01:40:54.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:40:54.382Z] [2022-08-12T01:40:54.382Z] Login Succeeded [2022-08-12T01:40:54.382Z] nexus3.edgexfoundry.org:10002 [2022-08-12T01:40:54.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:40:54.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:40:54.382Z] Configure a credential helper to remove this warning. See [2022-08-12T01:40:54.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:40:54.382Z] [2022-08-12T01:40:54.382Z] Login Succeeded [2022-08-12T01:40:54.382Z] nexus3.edgexfoundry.org:10003 [2022-08-12T01:40:54.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:40:54.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:40:54.646Z] Configure a credential helper to remove this warning. See [2022-08-12T01:40:54.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:40:54.646Z] [2022-08-12T01:40:54.646Z] Login Succeeded [2022-08-12T01:40:54.646Z] nexus3.edgexfoundry.org:10004 [2022-08-12T01:40:54.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:40:54.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:40:54.911Z] Configure a credential helper to remove this warning. See [2022-08-12T01:40:54.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:40:54.911Z] [2022-08-12T01:40:54.911Z] Login Succeeded [2022-08-12T01:40:54.911Z] docker.io [2022-08-12T01:40:54.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:40:55.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:40:55.175Z] Configure a credential helper to remove this warning. See [2022-08-12T01:40:55.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:40:55.175Z] [2022-08-12T01:40:55.175Z] Login Succeeded [2022-08-12T01:40:55.175Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T01:40:55.201Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-12T01:40:55.874Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T01:40:55.874Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-12T01:40:55.874Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-12T01:40:55.874Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-12T01:40:55.874Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-12T01:40:55.874Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-12T01:40:55.874Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:40:56.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T01:40:56.393Z] [2022-08-12T01:40:56.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:40:56.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T01:40:56.768Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-12T01:40:56.768Z] b85a868b505f: Pulling fs layer [2022-08-12T01:40:56.768Z] e2be974225ed: Pulling fs layer [2022-08-12T01:40:56.768Z] 339a4e72a1f5: Pulling fs layer [2022-08-12T01:40:56.768Z] 988bab9f4d93: Pulling fs layer [2022-08-12T01:40:56.768Z] 1469e6f7b9e6: Pulling fs layer [2022-08-12T01:40:56.768Z] eaf3925da568: Pulling fs layer [2022-08-12T01:40:56.768Z] bab4dde63d76: Pulling fs layer [2022-08-12T01:40:56.768Z] bde34c3a00c8: Pulling fs layer [2022-08-12T01:40:56.768Z] b352a97aabf1: Pulling fs layer [2022-08-12T01:40:56.768Z] 4872d77fe225: Pulling fs layer [2022-08-12T01:40:56.768Z] 5851b861e8e6: Pulling fs layer [2022-08-12T01:40:56.768Z] 988bab9f4d93: Waiting [2022-08-12T01:40:56.768Z] eaf3925da568: Waiting [2022-08-12T01:40:56.768Z] bab4dde63d76: Waiting [2022-08-12T01:40:56.768Z] bde34c3a00c8: Waiting [2022-08-12T01:40:56.768Z] b352a97aabf1: Waiting [2022-08-12T01:40:56.768Z] 4872d77fe225: Waiting [2022-08-12T01:40:56.768Z] 5851b861e8e6: Waiting [2022-08-12T01:40:56.768Z] 1469e6f7b9e6: Waiting [2022-08-12T01:40:56.768Z] e2be974225ed: Verifying Checksum [2022-08-12T01:40:56.768Z] e2be974225ed: Download complete [2022-08-12T01:40:56.768Z] 988bab9f4d93: Verifying Checksum [2022-08-12T01:40:56.768Z] 988bab9f4d93: Download complete [2022-08-12T01:40:57.029Z] 1469e6f7b9e6: Verifying Checksum [2022-08-12T01:40:57.029Z] 1469e6f7b9e6: Download complete [2022-08-12T01:40:57.029Z] eaf3925da568: Verifying Checksum [2022-08-12T01:40:57.029Z] eaf3925da568: Download complete [2022-08-12T01:40:57.029Z] 339a4e72a1f5: Verifying Checksum [2022-08-12T01:40:57.029Z] 339a4e72a1f5: Download complete [2022-08-12T01:40:57.029Z] bde34c3a00c8: Verifying Checksum [2022-08-12T01:40:57.030Z] bde34c3a00c8: Download complete [2022-08-12T01:40:57.030Z] b352a97aabf1: Download complete [2022-08-12T01:40:57.030Z] 4872d77fe225: Verifying Checksum [2022-08-12T01:40:57.030Z] 4872d77fe225: Download complete [2022-08-12T01:40:57.030Z] 5851b861e8e6: Download complete [2022-08-12T01:40:57.030Z] b85a868b505f: Verifying Checksum [2022-08-12T01:40:57.030Z] b85a868b505f: Download complete [2022-08-12T01:40:57.289Z] bab4dde63d76: Verifying Checksum [2022-08-12T01:40:57.289Z] bab4dde63d76: Download complete [2022-08-12T01:40:58.674Z] b85a868b505f: Pull complete [2022-08-12T01:40:58.674Z] e2be974225ed: Pull complete [2022-08-12T01:40:59.246Z] 339a4e72a1f5: Pull complete [2022-08-12T01:40:59.246Z] 988bab9f4d93: Pull complete [2022-08-12T01:40:59.507Z] 1469e6f7b9e6: Pull complete [2022-08-12T01:40:59.507Z] eaf3925da568: Pull complete [2022-08-12T01:41:02.068Z] bab4dde63d76: Pull complete [2022-08-12T01:41:02.068Z] bde34c3a00c8: Pull complete [2022-08-12T01:41:02.068Z] b352a97aabf1: Pull complete [2022-08-12T01:41:02.068Z] 4872d77fe225: Pull complete [2022-08-12T01:41:02.068Z] 5851b861e8e6: Pull complete [2022-08-12T01:41:02.068Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-12T01:41:02.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T01:41:02.068Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T01:41:02.281Z] prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container [2022-08-12T01:41:02.318Z] $ 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 [2022-08-12T01:41:03.697Z] $ docker top 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 -eo pid,comm [2022-08-12T01:41:03.768Z] 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). [2022-08-12T01:41:03.768Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T01:41:03.878Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T01:41:03.878Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T01:41:04.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T01:41:04.032Z] $ docker exec 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent [2022-08-12T01:41:04.189Z] SSH_AUTH_SOCK=/tmp/ssh-J9FuJQpSnplF/agent.33 [2022-08-12T01:41:04.189Z] SSH_AGENT_PID=39 [2022-08-12T01:41:04.196Z] Running ssh-add (command line suppressed) [2022-08-12T01:41:04.314Z] 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) [2022-08-12T01:41:04.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T01:41:04.665Z] + git tag --points-at HEAD [Pipeline] } [2022-08-12T01:41:04.713Z] $ docker exec --env ******** --env ******** 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent -k [2022-08-12T01:41:04.827Z] unset SSH_AUTH_SOCK; [2022-08-12T01:41:04.828Z] unset SSH_AGENT_PID; [2022-08-12T01:41:04.828Z] echo Agent pid 39 killed; [2022-08-12T01:41:04.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-12T01:41:04.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T01:41:04.938Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T01:41:05.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T01:41:05.089Z] $ docker exec 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent [2022-08-12T01:41:05.219Z] SSH_AUTH_SOCK=/tmp/ssh-oCoKFqlNKvbo/agent.73 [2022-08-12T01:41:05.219Z] SSH_AGENT_PID=79 [2022-08-12T01:41:05.225Z] Running ssh-add (command line suppressed) [2022-08-12T01:41:05.357Z] 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) [2022-08-12T01:41:05.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T01:41:05.709Z] + git semver init [2022-08-12T01:41:05.974Z] 2022-08-12 01:41:05,929 [run_init] DEBUG init version:0.0.0 force:False [2022-08-12T01:41:05.974Z] 2022-08-12 01:41:05,930 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver [2022-08-12T01:41:05.974Z] 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 [2022-08-12T01:41:05.974Z] 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) [2022-08-12T01:41:06.547Z] 2022-08-12 01:41:06,477 [append_file] DEBUG append to file:/w/workspace/exfoundry_edgex-taf-common_PR-44/.git/info/exclude [2022-08-12T01:41:06.547Z] 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 [2022-08-12T01:41:06.547Z] 2022-08-12 01:41:06,478 [write_file] DEBUG write to file:/w/workspace/exfoundry_edgex-taf-common_PR-44/.semver/PR-44 [2022-08-12T01:41:06.547Z] 2022-08-12 01:41:06,483 [execute] INFO git cat-file --batch-check [2022-08-12T01:41:06.547Z] 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=) [2022-08-12T01:41:06.547Z] 2022-08-12 01:41:06,490 [execute] INFO git cat-file --batch [2022-08-12T01:41:06.547Z] 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=) [2022-08-12T01:41:06.547Z] 2022-08-12 01:41:06,496 [read_version] DEBUG read version from /w/workspace/exfoundry_edgex-taf-common_PR-44/.semver/PR-44 [2022-08-12T01:41:06.547Z] 0.0.0 [Pipeline] } [2022-08-12T01:41:06.573Z] $ docker exec --env ******** --env ******** 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 ssh-agent -k [2022-08-12T01:41:06.697Z] unset SSH_AUTH_SOCK; [2022-08-12T01:41:06.697Z] unset SSH_AGENT_PID; [2022-08-12T01:41:06.698Z] echo Agent pid 79 killed; [2022-08-12T01:41:06.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T01:41:07.139Z] + git semver [Pipeline] } [2022-08-12T01:41:07.433Z] $ docker stop --time=1 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 [2022-08-12T01:41:08.789Z] $ docker rm -f 5a589811dde1ebb6835bd43e2bee6f3a4dba654ac7d34e2fd94dbd9455c23be3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T01:41:09.193Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-12T01:41:09.481Z] Stashed 1 file(s) [Pipeline] echo [2022-08-12T01:41:09.501Z] [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 [2022-08-12T01:41:10.021Z] provisioning config files... [2022-08-12T01:41:10.035Z] copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config5193796407518499250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T01:41:10.380Z] ---> docker-login.sh [2022-08-12T01:41:10.380Z] nexus3.edgexfoundry.org:10001 [2022-08-12T01:41:10.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:41:10.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:41:10.380Z] Configure a credential helper to remove this warning. See [2022-08-12T01:41:10.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:41:10.380Z] [2022-08-12T01:41:10.380Z] Login Succeeded [2022-08-12T01:41:10.380Z] nexus3.edgexfoundry.org:10002 [2022-08-12T01:41:10.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:41:10.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:41:10.643Z] Configure a credential helper to remove this warning. See [2022-08-12T01:41:10.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:41:10.643Z] [2022-08-12T01:41:10.643Z] Login Succeeded [2022-08-12T01:41:10.643Z] nexus3.edgexfoundry.org:10003 [2022-08-12T01:41:10.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:41:10.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:41:10.643Z] Configure a credential helper to remove this warning. See [2022-08-12T01:41:10.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:41:10.643Z] [2022-08-12T01:41:10.643Z] Login Succeeded [2022-08-12T01:41:10.643Z] nexus3.edgexfoundry.org:10004 [2022-08-12T01:41:10.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:41:10.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:41:10.948Z] Configure a credential helper to remove this warning. See [2022-08-12T01:41:10.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:41:10.948Z] [2022-08-12T01:41:10.948Z] Login Succeeded [2022-08-12T01:41:10.948Z] docker.io [2022-08-12T01:41:10.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:41:11.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:41:11.226Z] Configure a credential helper to remove this warning. See [2022-08-12T01:41:11.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:41:11.226Z] [2022-08-12T01:41:11.226Z] Login Succeeded [2022-08-12T01:41:11.226Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T01:41:11.255Z] 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 [2022-08-12T01:41:12.253Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T01:41:12.572Z] + ls -al . [2022-08-12T01:41:12.572Z] total 68 [2022-08-12T01:41:12.572Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:41 . [2022-08-12T01:41:12.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:40 .. [2022-08-12T01:41:12.572Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 01:41 .git [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 12 01:40 .gitignore [2022-08-12T01:41:12.572Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 01:41 .semver [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 2624 Aug 12 01:40 Dockerfile [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 12 01:40 Jenkinsfile [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 12 01:40 LICENSE [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 3582 Aug 12 01:40 README.md [2022-08-12T01:41:12.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:40 TAF-Manager [2022-08-12T01:41:12.572Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:40 TUC [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 12 01:41 VERSION [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 283 Aug 12 01:40 requirements.txt [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 12 01:40 robot-entrypoint.sh [2022-08-12T01:41:12.572Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 12 01:40 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:41:12.958Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 --label arch=amd64 --label version=0.0.0 . [2022-08-12T01:41:12.958Z] Sending build context to Docker daemon 402.4kB [2022-08-12T01:41:12.958Z] Step 1/14 : ARG DOCKER_VERSION=stable [2022-08-12T01:41:12.958Z] Step 2/14 : FROM docker:${DOCKER_VERSION} AS docker-cli [2022-08-12T01:41:13.530Z] stable: Pulling from library/docker [2022-08-12T01:41:13.530Z] 188c0c94c7c5: Pulling fs layer [2022-08-12T01:41:13.530Z] 0c7c675703d6: Pulling fs layer [2022-08-12T01:41:13.530Z] cc8c12a437cb: Pulling fs layer [2022-08-12T01:41:13.530Z] f092543453df: Pulling fs layer [2022-08-12T01:41:13.530Z] 65b6bc45957d: Pulling fs layer [2022-08-12T01:41:13.530Z] 4de832df471b: Pulling fs layer [2022-08-12T01:41:13.530Z] 79aa7fa92271: Pulling fs layer [2022-08-12T01:41:13.530Z] f092543453df: Waiting [2022-08-12T01:41:13.530Z] 65b6bc45957d: Waiting [2022-08-12T01:41:13.530Z] 4de832df471b: Waiting [2022-08-12T01:41:13.530Z] 79aa7fa92271: Waiting [2022-08-12T01:41:13.790Z] cc8c12a437cb: Download complete [2022-08-12T01:41:13.790Z] 0c7c675703d6: Verifying Checksum [2022-08-12T01:41:13.790Z] 0c7c675703d6: Download complete [2022-08-12T01:41:13.790Z] 188c0c94c7c5: Download complete [2022-08-12T01:41:14.050Z] 65b6bc45957d: Download complete [2022-08-12T01:41:14.050Z] 4de832df471b: Download complete [2022-08-12T01:41:14.050Z] 188c0c94c7c5: Pull complete [2022-08-12T01:41:14.050Z] 79aa7fa92271: Verifying Checksum [2022-08-12T01:41:14.051Z] 79aa7fa92271: Download complete [2022-08-12T01:41:14.312Z] 0c7c675703d6: Pull complete [2022-08-12T01:41:14.312Z] cc8c12a437cb: Pull complete [2022-08-12T01:41:14.888Z] f092543453df: Verifying Checksum [2022-08-12T01:41:14.888Z] f092543453df: Download complete [2022-08-12T01:41:16.270Z] f092543453df: Pull complete [2022-08-12T01:41:16.270Z] 65b6bc45957d: Pull complete [2022-08-12T01:41:16.534Z] 4de832df471b: Pull complete [2022-08-12T01:41:16.534Z] 79aa7fa92271: Pull complete [2022-08-12T01:41:16.534Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2022-08-12T01:41:16.534Z] Status: Downloaded newer image for docker:stable [2022-08-12T01:41:16.534Z] ---> b0757c55a1fd [2022-08-12T01:41:16.534Z] Step 3/14 : FROM alpine:3.16 [2022-08-12T01:41:17.107Z] 3.16: Pulling from library/alpine [2022-08-12T01:41:17.374Z] 213ec9aee27d: Pulling fs layer [2022-08-12T01:41:17.374Z] 213ec9aee27d: Verifying Checksum [2022-08-12T01:41:17.374Z] 213ec9aee27d: Download complete [2022-08-12T01:41:17.635Z] 213ec9aee27d: Pull complete [2022-08-12T01:41:17.635Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T01:41:17.635Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T01:41:17.635Z] ---> 9c6f07244728 [2022-08-12T01:41:17.635Z] Step 4/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: IOTech' [2022-08-12T01:41:17.916Z] ---> Running in 7ccaef7c49ec [2022-08-12T01:41:18.177Z] Removing intermediate container 7ccaef7c49ec [2022-08-12T01:41:18.177Z] ---> cf0acc1605c3 [2022-08-12T01:41:18.177Z] Step 5/14 : LABEL maintainer="Bruce Huang " [2022-08-12T01:41:18.177Z] ---> Running in 825f7580969a [2022-08-12T01:41:18.177Z] Removing intermediate container 825f7580969a [2022-08-12T01:41:18.177Z] ---> 03b6905d95dc [2022-08-12T01:41:18.177Z] Step 6/14 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2022-08-12T01:41:19.561Z] ---> 30ac2eca5ea0 [2022-08-12T01:41:19.561Z] Step 7/14 : COPY . /edgex-taf/edgex-taf-common [2022-08-12T01:41:19.561Z] ---> 082f285d1bb3 [2022-08-12T01:41:19.561Z] Step 8/14 : COPY robot-entrypoint.sh /usr/local/bin/ [2022-08-12T01:41:19.561Z] ---> df545b0b0cca [2022-08-12T01:41:19.561Z] Step 9/14 : WORKDIR /edgex-taf [2022-08-12T01:41:19.561Z] ---> Running in dcce09ecd6a4 [2022-08-12T01:41:19.824Z] Removing intermediate container dcce09ecd6a4 [2022-08-12T01:41:19.824Z] ---> 88691365edd7 [2022-08-12T01:41:19.824Z] 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 [2022-08-12T01:41:19.824Z] ---> Running in 1745cb7e5382 [2022-08-12T01:41:20.086Z] **** install Python **** [2022-08-12T01:41:20.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:20.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:20.346Z] (1/13) Installing libbz2 (1.0.8-r1) [2022-08-12T01:41:20.346Z] (2/13) Installing expat (2.4.8-r0) [2022-08-12T01:41:20.346Z] (3/13) Installing libffi (3.4.2-r1) [2022-08-12T01:41:20.346Z] (4/13) Installing gdbm (1.23-r0) [2022-08-12T01:41:20.346Z] (5/13) Installing xz-libs (5.2.5-r1) [2022-08-12T01:41:20.346Z] (6/13) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T01:41:20.346Z] (7/13) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T01:41:20.608Z] (8/13) Installing mpdecimal (2.5.1-r1) [2022-08-12T01:41:20.608Z] (9/13) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-12T01:41:20.608Z] (10/13) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-12T01:41:20.608Z] (11/13) Installing readline (8.1.2-r0) [2022-08-12T01:41:20.608Z] (12/13) Installing sqlite-libs (3.38.5-r0) [2022-08-12T01:41:20.608Z] (13/13) Installing python3 (3.10.5-r0) [2022-08-12T01:41:20.868Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:41:20.868Z] OK: 57 MiB in 27 packages [2022-08-12T01:41:20.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:21.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:21.128Z] (1/1) Installing tzdata (2022a-r0) [2022-08-12T01:41:21.389Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:41:21.389Z] OK: 61 MiB in 28 packages [2022-08-12T01:41:21.389Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory [2022-08-12T01:41:21.389Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory [2022-08-12T01:41:21.389Z] (1/1) Purging tzdata (2022a-r0) [2022-08-12T01:41:21.389Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:41:21.389Z] OK: 57 MiB in 27 packages [2022-08-12T01:41:21.389Z] **** install pip **** [2022-08-12T01:41:24.695Z] Looking in links: /tmp/tmp7zyj4v64 [2022-08-12T01:41:24.695Z] Processing /tmp/tmp7zyj4v64/setuptools-58.1.0-py3-none-any.whl [2022-08-12T01:41:24.695Z] Processing /tmp/tmp7zyj4v64/pip-22.0.4-py3-none-any.whl [2022-08-12T01:41:24.695Z] Installing collected packages: setuptools, pip [2022-08-12T01:41:24.814Z] Still waiting to schedule task [2022-08-12T01:41:24.814Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-08-12T01:41:26.638Z] Successfully installed pip-22.0.4 setuptools-58.1.0 [2022-08-12T01:41:26.638Z] 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 [2022-08-12T01:41:27.211Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.0.4) [2022-08-12T01:41:27.474Z] Collecting pip [2022-08-12T01:41:27.474Z] Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) [2022-08-12T01:41:27.474Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 49.4 MB/s eta 0:00:00 [2022-08-12T01:41:27.474Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (58.1.0) [2022-08-12T01:41:28.046Z] Collecting setuptools [2022-08-12T01:41:28.046Z] Downloading setuptools-64.0.1-py3-none-any.whl (1.2 MB) [2022-08-12T01:41:28.046Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 78.6 MB/s eta 0:00:00 [2022-08-12T01:41:28.046Z] Collecting wheel [2022-08-12T01:41:28.046Z] Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) [2022-08-12T01:41:28.307Z] Installing collected packages: wheel, setuptools, pip [2022-08-12T01:41:28.307Z] Attempting uninstall: setuptools [2022-08-12T01:41:28.307Z] Found existing installation: setuptools 58.1.0 [2022-08-12T01:41:28.307Z] Uninstalling setuptools-58.1.0: [2022-08-12T01:41:28.307Z] Successfully uninstalled setuptools-58.1.0 [2022-08-12T01:41:29.251Z] Attempting uninstall: pip [2022-08-12T01:41:29.251Z] Found existing installation: pip 22.0.4 [2022-08-12T01:41:29.512Z] Uninstalling pip-22.0.4: [2022-08-12T01:41:29.512Z] Successfully uninstalled pip-22.0.4 [2022-08-12T01:41:31.427Z] Successfully installed pip-22.2.2 setuptools-64.0.1 wheel-0.37.1 [2022-08-12T01:41:31.427Z] 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 [2022-08-12T01:41:31.427Z] **** install robotframework and dependencies **** [2022-08-12T01:41:31.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:31.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:31.950Z] (1/28) Installing binutils (2.38-r3) [2022-08-12T01:41:31.950Z] (2/28) Installing libgomp (11.2.1_git20220219-r2) [2022-08-12T01:41:31.950Z] (3/28) Installing libatomic (11.2.1_git20220219-r2) [2022-08-12T01:41:31.950Z] (4/28) Installing gmp (6.2.1-r2) [2022-08-12T01:41:31.950Z] (5/28) Installing isl22 (0.22-r0) [2022-08-12T01:41:31.950Z] (6/28) Installing mpfr4 (4.1.0-r0) [2022-08-12T01:41:31.950Z] (7/28) Installing mpc1 (1.2.1-r0) [2022-08-12T01:41:31.950Z] (8/28) Installing gcc (11.2.1_git20220219-r2) [2022-08-12T01:41:32.524Z] (9/28) Installing musl-dev (1.2.3-r0) [2022-08-12T01:41:32.524Z] (10/28) Installing libc-dev (0.7.2-r3) [2022-08-12T01:41:32.524Z] (11/28) Installing linux-headers (5.16.7-r1) [2022-08-12T01:41:32.785Z] (12/28) Installing pkgconf (1.8.0-r1) [2022-08-12T01:41:32.785Z] (13/28) Installing libffi-dev (3.4.2-r1) [2022-08-12T01:41:32.785Z] (14/28) Installing libpq (14.4-r1) [2022-08-12T01:41:32.785Z] (15/28) Installing openssl-dev (1.1.1q-r0) [2022-08-12T01:41:32.785Z] (16/28) Installing libpq-dev (14.4-r1) [2022-08-12T01:41:32.785Z] (17/28) Installing libecpg (14.4-r1) [2022-08-12T01:41:32.785Z] (18/28) Installing libecpg-dev (14.4-r1) [2022-08-12T01:41:32.785Z] (19/28) Installing libxml2 (2.9.14-r0) [2022-08-12T01:41:32.785Z] (20/28) Installing llvm13-libs (13.0.1-r2) [2022-08-12T01:41:33.358Z] (21/28) Installing clang-libs (13.0.1-r1) [2022-08-12T01:41:33.929Z] (22/28) Installing clang (13.0.1-r1) [2022-08-12T01:41:33.929Z] (23/28) Installing icu-data-en (71.1-r2) [2022-08-12T01:41:33.929Z] Executing icu-data-en-71.1-r2.post-install [2022-08-12T01:41:33.929Z] * [2022-08-12T01:41:33.929Z] * If you need ICU with non-English locales and legacy charset support, install [2022-08-12T01:41:33.929Z] * package icu-data-full. [2022-08-12T01:41:33.929Z] * [2022-08-12T01:41:33.929Z] (24/28) Installing icu-libs (71.1-r2) [2022-08-12T01:41:33.929Z] (25/28) Installing icu (71.1-r2) [2022-08-12T01:41:33.929Z] (26/28) Installing icu-dev (71.1-r2) [2022-08-12T01:41:33.929Z] (27/28) Installing llvm13 (13.0.1-r2) [2022-08-12T01:41:34.887Z] (28/28) Installing postgresql14-dev (14.4-r1) [2022-08-12T01:41:35.148Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:41:35.148Z] OK: 480 MiB in 55 packages [2022-08-12T01:41:35.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:35.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:41:36.314Z] (1/6) Installing g++ (11.2.1_git20220219-r2) [2022-08-12T01:41:36.888Z] (2/6) Installing python3-dev (3.10.5-r0) [2022-08-12T01:41:37.461Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T01:41:37.461Z] (4/6) Installing libzmq (4.3.4-r0) [2022-08-12T01:41:37.461Z] (5/6) Installing libsodium-dev (1.0.18-r0) [2022-08-12T01:41:37.461Z] (6/6) Installing zeromq-dev (4.3.4-r0) [2022-08-12T01:41:37.461Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:41:37.461Z] OK: 584 MiB in 61 packages [2022-08-12T01:41:38.033Z] Processing ./edgex-taf-common [2022-08-12T01:41:38.033Z] Preparing metadata (setup.py): started [2022-08-12T01:41:38.299Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:41:38.299Z] Building wheels for collected packages: edgex-taf-common [2022-08-12T01:41:38.299Z] Building wheel for edgex-taf-common (setup.py): started [2022-08-12T01:41:38.947Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2022-08-12T01:41:38.948Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14473 sha256=a2c0bc5c935d46e3422f05a9d94bb2da16a1dda84e234445ff5916aa5410df52 [2022-08-12T01:41:38.948Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2022-08-12T01:41:38.948Z] Successfully built edgex-taf-common [2022-08-12T01:41:38.948Z] Installing collected packages: edgex-taf-common [2022-08-12T01:41:38.948Z] Successfully installed edgex-taf-common-0.0.0 [2022-08-12T01:41:38.948Z] 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 [2022-08-12T01:41:39.929Z] Collecting robotframework==4.1.3 [2022-08-12T01:41:39.929Z] Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) [2022-08-12T01:41:39.929Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 17.1 MB/s eta 0:00:00 [2022-08-12T01:41:39.929Z] Installing collected packages: robotframework [2022-08-12T01:41:40.539Z] Successfully installed robotframework-4.1.3 [2022-08-12T01:41:40.539Z] 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 [2022-08-12T01:41:41.113Z] Collecting docker==4.4.1 [2022-08-12T01:41:41.113Z] Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) [2022-08-12T01:41:41.113Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 10.7 MB/s eta 0:00:00 [2022-08-12T01:41:41.113Z] Collecting six>=1.4.0 [2022-08-12T01:41:41.113Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2022-08-12T01:41:41.376Z] Collecting websocket-client>=0.32.0 [2022-08-12T01:41:41.376Z] Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) [2022-08-12T01:41:41.376Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 5.1 MB/s eta 0:00:00 [2022-08-12T01:41:41.376Z] Collecting requests!=2.18.0,>=2.14.2 [2022-08-12T01:41:41.376Z] Downloading requests-2.28.1-py3-none-any.whl (62 kB) [2022-08-12T01:41:41.376Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 9.9 MB/s eta 0:00:00 [2022-08-12T01:41:41.376Z] Collecting idna<4,>=2.5 [2022-08-12T01:41:41.376Z] Downloading idna-3.3-py3-none-any.whl (61 kB) [2022-08-12T01:41:41.376Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 10.4 MB/s eta 0:00:00 [2022-08-12T01:41:41.376Z] Collecting certifi>=2017.4.17 [2022-08-12T01:41:41.376Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-12T01:41:41.638Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 7.6 MB/s eta 0:00:00 [2022-08-12T01:41:41.638Z] Collecting urllib3<1.27,>=1.21.1 [2022-08-12T01:41:41.638Z] Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) [2022-08-12T01:41:41.638Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 16.4 MB/s eta 0:00:00 [2022-08-12T01:41:41.638Z] Collecting charset-normalizer<3,>=2 [2022-08-12T01:41:41.638Z] Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) [2022-08-12T01:41:41.899Z] Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker [2022-08-12T01:41:42.473Z] 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 [2022-08-12T01:41:42.473Z] 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 [2022-08-12T01:41:43.045Z] Collecting python-dotenv==0.15.0 [2022-08-12T01:41:43.045Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2022-08-12T01:41:43.306Z] Installing collected packages: python-dotenv [2022-08-12T01:41:43.306Z] Successfully installed python-dotenv-0.15.0 [2022-08-12T01:41:43.306Z] 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 [2022-08-12T01:41:44.249Z] Collecting RESTinstance==1.0.2 [2022-08-12T01:41:44.249Z] Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) [2022-08-12T01:41:44.249Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.1) [2022-08-12T01:41:44.249Z] Collecting tzlocal [2022-08-12T01:41:44.249Z] Downloading tzlocal-4.2-py3-none-any.whl (19 kB) [2022-08-12T01:41:44.249Z] Collecting rfc3987 [2022-08-12T01:41:44.249Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2022-08-12T01:41:44.249Z] Collecting pytz [2022-08-12T01:41:44.249Z] Downloading pytz-2022.2-py2.py3-none-any.whl (504 kB) [2022-08-12T01:41:44.249Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.7/504.7 kB 38.1 MB/s eta 0:00:00 [2022-08-12T01:41:44.249Z] Collecting GenSON [2022-08-12T01:41:44.249Z] Downloading genson-1.2.2.tar.gz (34 kB) [2022-08-12T01:41:44.511Z] Preparing metadata (setup.py): started [2022-08-12T01:41:44.771Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:41:44.771Z] Collecting docutils [2022-08-12T01:41:44.771Z] Downloading docutils-0.19-py3-none-any.whl (570 kB) [2022-08-12T01:41:44.771Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 47.1 MB/s eta 0:00:00 [2022-08-12T01:41:44.771Z] Collecting jsonpath-ng [2022-08-12T01:41:44.771Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2022-08-12T01:41:44.771Z] Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) [2022-08-12T01:41:45.033Z] Collecting jsonschema [2022-08-12T01:41:45.033Z] Downloading jsonschema-4.9.1-py3-none-any.whl (79 kB) [2022-08-12T01:41:45.033Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 2.7 MB/s eta 0:00:00 [2022-08-12T01:41:45.033Z] Collecting strict-rfc3339 [2022-08-12T01:41:45.033Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2022-08-12T01:41:45.033Z] Preparing metadata (setup.py): started [2022-08-12T01:41:45.296Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:41:45.296Z] Collecting flex [2022-08-12T01:41:45.557Z] Downloading flex-6.14.1.tar.gz (40 kB) [2022-08-12T01:41:45.557Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 3.0 MB/s eta 0:00:00 [2022-08-12T01:41:45.557Z] Preparing metadata (setup.py): started [2022-08-12T01:41:45.820Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:41:45.820Z] Collecting pygments [2022-08-12T01:41:45.820Z] Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB) [2022-08-12T01:41:45.820Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 59.3 MB/s eta 0:00:00 [2022-08-12T01:41:45.820Z] Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) [2022-08-12T01:41:46.081Z] Collecting PyYAML>=3.11 [2022-08-12T01:41:46.081Z] Downloading PyYAML-6.0.tar.gz (124 kB) [2022-08-12T01:41:46.081Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 18.0 MB/s eta 0:00:00 [2022-08-12T01:41:46.343Z] Installing build dependencies: started [2022-08-12T01:41:50.554Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:41:50.554Z] Getting requirements to build wheel: started [2022-08-12T01:41:51.497Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:41:51.497Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:41:52.069Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:41:52.069Z] Collecting validate-email>=1.2 [2022-08-12T01:41:52.069Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2022-08-12T01:41:52.069Z] Preparing metadata (setup.py): started [2022-08-12T01:41:52.330Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:41:52.330Z] Collecting click>=3.3 [2022-08-12T01:41:52.330Z] Downloading click-8.1.3-py3-none-any.whl (96 kB) [2022-08-12T01:41:52.330Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 3.5 MB/s eta 0:00:00 [2022-08-12T01:41:52.591Z] Collecting jsonpointer>=1.7 [2022-08-12T01:41:52.591Z] Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) [2022-08-12T01:41:52.591Z] Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.3) [2022-08-12T01:41:52.591Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.6.15) [2022-08-12T01:41:52.591Z] 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) [2022-08-12T01:41:52.591Z] Requirement already satisfied: charset-normalizer<3,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.1.0) [2022-08-12T01:41:52.591Z] Collecting decorator [2022-08-12T01:41:52.591Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2022-08-12T01:41:52.591Z] Collecting ply [2022-08-12T01:41:52.591Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2022-08-12T01:41:52.591Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 7.6 MB/s eta 0:00:00 [2022-08-12T01:41:52.591Z] Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 [2022-08-12T01:41:52.591Z] Downloading pyrsistent-0.18.1.tar.gz (100 kB) [2022-08-12T01:41:52.591Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 15.3 MB/s eta 0:00:00 [2022-08-12T01:41:52.591Z] Installing build dependencies: started [2022-08-12T01:41:55.140Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:41:55.140Z] Getting requirements to build wheel: started [2022-08-12T01:41:55.407Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:41:55.407Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:41:55.979Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:41:55.979Z] Collecting attrs>=17.4.0 [2022-08-12T01:41:55.979Z] Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) [2022-08-12T01:41:55.979Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 9.9 MB/s eta 0:00:00 [2022-08-12T01:41:55.979Z] Collecting pytz-deprecation-shim [2022-08-12T01:41:55.979Z] Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) [2022-08-12T01:41:56.241Z] Collecting tzdata [2022-08-12T01:41:56.241Z] Downloading tzdata-2022.1-py2.py3-none-any.whl (339 kB) [2022-08-12T01:41:56.241Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.5/339.5 kB 10.2 MB/s eta 0:00:00 [2022-08-12T01:41:56.241Z] Building wheels for collected packages: flex, strict-rfc3339, GenSON, pyrsistent, PyYAML, validate-email [2022-08-12T01:41:56.241Z] Building wheel for flex (setup.py): started [2022-08-12T01:41:56.812Z] Building wheel for flex (setup.py): finished with status 'done' [2022-08-12T01:41:56.812Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=5f7a7f278d7af5e3ed2904a2b9d464cba512fd94138eed3e819dfe36a744b8c5 [2022-08-12T01:41:56.812Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2022-08-12T01:41:56.812Z] Building wheel for strict-rfc3339 (setup.py): started [2022-08-12T01:41:57.076Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2022-08-12T01:41:57.076Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=9892f8591af31cfccb7428df449f26c72a7c77488c0d1710bcfdbae59ea9d068 [2022-08-12T01:41:57.076Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2022-08-12T01:41:57.076Z] Building wheel for GenSON (setup.py): started [2022-08-12T01:41:57.651Z] Building wheel for GenSON (setup.py): finished with status 'done' [2022-08-12T01:41:57.651Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21269 sha256=c5bb61989d48be43f2a0ed990713922ba048f9481eeb0b860b05deb402608242 [2022-08-12T01:41:57.651Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2022-08-12T01:41:57.651Z] Building wheel for pyrsistent (pyproject.toml): started [2022-08-12T01:41:59.037Z] Building wheel for pyrsistent (pyproject.toml): finished with status 'done' [2022-08-12T01:41:59.037Z] Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp310-cp310-linux_x86_64.whl size=114684 sha256=a3525744c94fdaab1744c66f86460223e3988605235891f7d4734dc15a5f11bf [2022-08-12T01:41:59.037Z] Stored in directory: /root/.cache/pip/wheels/42/cf/03/ae35459d6c32fce920e7eb28fa325fdeced7a39fb9b98c56f0 [2022-08-12T01:41:59.037Z] Building wheel for PyYAML (pyproject.toml): started [2022-08-12T01:41:59.608Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2022-08-12T01:41:59.870Z] Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=f1a36fcf600124591405d0378e81a83331ee2e37611cf237edca78df78cd69ad [2022-08-12T01:41:59.870Z] Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d [2022-08-12T01:41:59.870Z] Building wheel for validate-email (setup.py): started [2022-08-12T01:42:00.131Z] Building wheel for validate-email (setup.py): finished with status 'done' [2022-08-12T01:42:00.131Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=67f392c57c5c7b7e766ce19c526a3bed472150a1624e1dfba9d00a700968bfc2 [2022-08-12T01:42:00.131Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2022-08-12T01:42:00.131Z] Successfully built flex strict-rfc3339 GenSON pyrsistent PyYAML validate-email [2022-08-12T01:42:00.391Z] 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 [2022-08-12T01:42:02.944Z] 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 [2022-08-12T01:42:02.944Z] 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 [2022-08-12T01:42:03.888Z] Collecting robotbackgroundlogger==1.2 [2022-08-12T01:42:03.888Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2022-08-12T01:42:03.888Z] Preparing metadata (setup.py): started [2022-08-12T01:42:04.148Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:42:04.148Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) [2022-08-12T01:42:04.148Z] Building wheels for collected packages: robotbackgroundlogger [2022-08-12T01:42:04.148Z] Building wheel for robotbackgroundlogger (setup.py): started [2022-08-12T01:42:04.720Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2022-08-12T01:42:04.720Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=e4cc5de7bb6ff62688044de8b1385a289b40b7ff4b93aea4c1ed01e283fde2c2 [2022-08-12T01:42:04.720Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2022-08-12T01:42:04.720Z] Successfully built robotbackgroundlogger [2022-08-12T01:42:04.980Z] Installing collected packages: robotbackgroundlogger [2022-08-12T01:42:04.980Z] Successfully installed robotbackgroundlogger-1.2 [2022-08-12T01:42:04.980Z] 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 [2022-08-12T01:42:05.550Z] Collecting configparser==5.0.1 [2022-08-12T01:42:05.550Z] Downloading configparser-5.0.1-py3-none-any.whl (22 kB) [2022-08-12T01:42:05.810Z] Installing collected packages: configparser [2022-08-12T01:42:06.072Z] Successfully installed configparser-5.0.1 [2022-08-12T01:42:06.072Z] 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 [2022-08-12T01:42:07.017Z] Collecting requests==2.25.1 [2022-08-12T01:42:07.017Z] Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) [2022-08-12T01:42:07.017Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 4.0 MB/s eta 0:00:00 [2022-08-12T01:42:07.017Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.6.15) [2022-08-12T01:42:07.017Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.11) [2022-08-12T01:42:07.017Z] Collecting chardet<5,>=3.0.2 [2022-08-12T01:42:07.017Z] Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) [2022-08-12T01:42:07.278Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 16.1 MB/s eta 0:00:00 [2022-08-12T01:42:07.278Z] Collecting idna<3,>=2.5 [2022-08-12T01:42:07.278Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2022-08-12T01:42:07.278Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 11.9 MB/s eta 0:00:00 [2022-08-12T01:42:07.542Z] Installing collected packages: idna, chardet, requests [2022-08-12T01:42:07.542Z] Attempting uninstall: idna [2022-08-12T01:42:07.542Z] Found existing installation: idna 3.3 [2022-08-12T01:42:07.542Z] Uninstalling idna-3.3: [2022-08-12T01:42:07.542Z] Successfully uninstalled idna-3.3 [2022-08-12T01:42:07.805Z] Attempting uninstall: requests [2022-08-12T01:42:07.805Z] Found existing installation: requests 2.28.1 [2022-08-12T01:42:08.066Z] Uninstalling requests-2.28.1: [2022-08-12T01:42:08.066Z] Successfully uninstalled requests-2.28.1 [2022-08-12T01:42:08.066Z] Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 [2022-08-12T01:42:08.066Z] 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 [2022-08-12T01:42:08.637Z] Collecting robotframework-requests==0.8.0 [2022-08-12T01:42:08.637Z] Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) [2022-08-12T01:42:08.897Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) [2022-08-12T01:42:08.897Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) [2022-08-12T01:42:08.897Z] 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) [2022-08-12T01:42:08.897Z] 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) [2022-08-12T01:42:08.897Z] Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) [2022-08-12T01:42:08.897Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.6.15) [2022-08-12T01:42:09.159Z] Installing collected packages: robotframework-requests [2022-08-12T01:42:09.159Z] Successfully installed robotframework-requests-0.8.0 [2022-08-12T01:42:09.159Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-08-12T01:42:09.731Z] Collecting paho-mqtt==1.5.1 [2022-08-12T01:42:09.731Z] Downloading paho-mqtt-1.5.1.tar.gz (101 kB) [2022-08-12T01:42:09.731Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 8.0 MB/s eta 0:00:00 [2022-08-12T01:42:09.992Z] Preparing metadata (setup.py): started [2022-08-12T01:42:10.253Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:42:10.253Z] Building wheels for collected packages: paho-mqtt [2022-08-12T01:42:10.253Z] Building wheel for paho-mqtt (setup.py): started [2022-08-12T01:42:10.822Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2022-08-12T01:42:10.822Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61550 sha256=1db5f8a5b6ee2ad9d0a1c4eedf4db865612f530d3c4e05530317b9c02b4e4307 [2022-08-12T01:42:10.822Z] Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 [2022-08-12T01:42:10.822Z] Successfully built paho-mqtt [2022-08-12T01:42:11.083Z] Installing collected packages: paho-mqtt [2022-08-12T01:42:11.083Z] Successfully installed paho-mqtt-1.5.1 [2022-08-12T01:42:11.083Z] 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 [2022-08-12T01:42:11.654Z] Collecting redis==3.5.3 [2022-08-12T01:42:11.915Z] Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) [2022-08-12T01:42:11.915Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 12.8 MB/s eta 0:00:00 [2022-08-12T01:42:12.176Z] Installing collected packages: redis [2022-08-12T01:42:12.176Z] Successfully installed redis-3.5.3 [2022-08-12T01:42:12.176Z] 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 [2022-08-12T01:42:13.119Z] Collecting pyzmq==22.2.1 [2022-08-12T01:42:14.509Z] Downloading pyzmq-22.2.1.tar.gz (1.2 MB) [2022-08-12T01:42:14.509Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 45.5 MB/s eta 0:00:00 [2022-08-12T01:42:14.773Z] Installing build dependencies: started [2022-08-12T01:42:17.320Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:42:17.320Z] Getting requirements to build wheel: started [2022-08-12T01:42:17.583Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:42:17.583Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:42:18.155Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:42:18.155Z] Building wheels for collected packages: pyzmq [2022-08-12T01:42:18.155Z] Building wheel for pyzmq (pyproject.toml): started [2022-08-12T01:42:44.753Z] Building wheel for pyzmq (pyproject.toml): finished with status 'done' [2022-08-12T01:42:44.753Z] Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537184 sha256=6d9fb8d3d88d81bca85031215ab6aa581abf9ec7208a44f3befd739130c6c6c1 [2022-08-12T01:42:44.753Z] Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e [2022-08-12T01:42:44.753Z] Successfully built pyzmq [2022-08-12T01:42:44.753Z] Installing collected packages: pyzmq [2022-08-12T01:42:44.753Z] Successfully installed pyzmq-22.2.1 [2022-08-12T01:42:44.753Z] 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 [2022-08-12T01:42:44.753Z] Collecting robotframework-seleniumlibrary==5.1.3 [2022-08-12T01:42:44.753Z] Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 11.1 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Collecting robotframework-pythonlibcore>=2.1.0 [2022-08-12T01:42:44.753Z] Downloading robotframework_pythonlibcore-3.0.0-py2.py3-none-any.whl (9.9 kB) [2022-08-12T01:42:44.753Z] Collecting selenium>=3.141.0 [2022-08-12T01:42:44.753Z] Downloading selenium-4.4.0-py3-none-any.whl (985 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 985.8/985.8 kB 36.9 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) [2022-08-12T01:42:44.753Z] Collecting trio~=0.17 [2022-08-12T01:42:44.753Z] Downloading trio-0.21.0-py3-none-any.whl (358 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 359.0/359.0 kB 24.2 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] 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) [2022-08-12T01:42:44.753Z] Collecting trio-websocket~=0.9 [2022-08-12T01:42:44.753Z] Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) [2022-08-12T01:42:44.753Z] Collecting sortedcontainers [2022-08-12T01:42:44.753Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2022-08-12T01:42:44.753Z] Collecting outcome [2022-08-12T01:42:44.753Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2022-08-12T01:42:44.753Z] Collecting async-generator>=1.9 [2022-08-12T01:42:44.753Z] Downloading async_generator-1.10-py3-none-any.whl (18 kB) [2022-08-12T01:42:44.753Z] 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) [2022-08-12T01:42:44.753Z] Collecting sniffio [2022-08-12T01:42:44.753Z] Downloading sniffio-1.2.0-py3-none-any.whl (10 kB) [2022-08-12T01:42:44.753Z] 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) [2022-08-12T01:42:44.753Z] Collecting wsproto>=0.14 [2022-08-12T01:42:44.753Z] Downloading wsproto-1.1.0-py3-none-any.whl (24 kB) [2022-08-12T01:42:44.753Z] Collecting pyOpenSSL>=0.14 [2022-08-12T01:42:44.753Z] Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 13.9 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Collecting cryptography>=1.3.4 [2022-08-12T01:42:44.753Z] Downloading cryptography-37.0.4-cp36-abi3-musllinux_1_1_x86_64.whl (4.2 MB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 42.3 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] 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) [2022-08-12T01:42:44.753Z] Collecting PySocks!=1.5.7,<2.0,>=1.5.6 [2022-08-12T01:42:44.753Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2022-08-12T01:42:44.753Z] Collecting cffi>=1.12 [2022-08-12T01:42:44.753Z] Downloading cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl (464 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.1/464.1 kB 35.8 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Collecting h11<1,>=0.9.0 [2022-08-12T01:42:44.753Z] Downloading h11-0.13.0-py3-none-any.whl (58 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 9.4 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Collecting pycparser [2022-08-12T01:42:44.753Z] Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) [2022-08-12T01:42:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 17.8 MB/s eta 0:00:00 [2022-08-12T01:42:44.753Z] Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, pycparser, outcome, h11, async-generator, wsproto, trio, cffi, trio-websocket, cryptography, pyOpenSSL, selenium, robotframework-seleniumlibrary [2022-08-12T01:42:46.141Z] 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 [2022-08-12T01:42:46.141Z] 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 [2022-08-12T01:42:46.713Z] Collecting psycopg2==2.9.3 [2022-08-12T01:42:46.713Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2022-08-12T01:42:46.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 21.2 MB/s eta 0:00:00 [2022-08-12T01:42:46.974Z] Preparing metadata (setup.py): started [2022-08-12T01:42:47.240Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:42:47.240Z] Building wheels for collected packages: psycopg2 [2022-08-12T01:42:47.240Z] Building wheel for psycopg2 (setup.py): started [2022-08-12T01:42:57.261Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2022-08-12T01:42:57.261Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478589 sha256=0615add18a2dbfc40e8a7414221aca14791c81e47cc104e86c823332c943cf5f [2022-08-12T01:42:57.261Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2022-08-12T01:42:57.261Z] Successfully built psycopg2 [2022-08-12T01:42:57.261Z] Installing collected packages: psycopg2 [2022-08-12T01:42:57.523Z] Successfully installed psycopg2-2.9.3 [2022-08-12T01:42:57.523Z] 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 [2022-08-12T01:42:58.467Z] Collecting pycryptodome==3.15.0 [2022-08-12T01:42:58.467Z] Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) [2022-08-12T01:42:58.467Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 40.1 MB/s eta 0:00:00 [2022-08-12T01:42:58.729Z] Preparing metadata (setup.py): started [2022-08-12T01:43:00.115Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:43:00.115Z] Building wheels for collected packages: pycryptodome [2022-08-12T01:43:00.115Z] Building wheel for pycryptodome (setup.py): started [2022-08-12T01:43:26.720Z] Building wheel for pycryptodome (setup.py): finished with status 'done' [2022-08-12T01:43:26.720Z] Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111206 sha256=bf9707a82ab564439dd22090bed37867e3c690282cd1931105c1f7376251d9d4 [2022-08-12T01:43:26.720Z] Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 [2022-08-12T01:43:26.720Z] Successfully built pycryptodome [2022-08-12T01:43:26.720Z] Installing collected packages: pycryptodome [2022-08-12T01:43:26.720Z] Successfully installed pycryptodome-3.15.0 [2022-08-12T01:43:26.720Z] 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 [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] (1/4) Installing libquadmath (11.2.1_git20220219-r2) [2022-08-12T01:43:26.720Z] (2/4) Installing libgfortran (11.2.1_git20220219-r2) [2022-08-12T01:43:26.720Z] (3/4) Installing openblas (0.3.20-r0) [2022-08-12T01:43:26.720Z] (4/4) Installing py3-numpy (1.22.3-r0) [2022-08-12T01:43:26.720Z] OK: 646 MiB in 65 packages [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] (1/1) Installing py3-psutil (5.9.0-r0) [2022-08-12T01:43:26.720Z] OK: 647 MiB in 66 packages [2022-08-12T01:43:26.720Z] **** install other tools **** [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] (1/5) Installing ca-certificates (20220614-r0) [2022-08-12T01:43:26.720Z] (2/5) Installing brotli-libs (1.0.9-r6) [2022-08-12T01:43:26.720Z] (3/5) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T01:43:26.720Z] (4/5) Installing libcurl (7.83.1-r2) [2022-08-12T01:43:26.720Z] (5/5) Installing curl (7.83.1-r2) [2022-08-12T01:43:26.720Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:43:26.720Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T01:43:26.720Z] OK: 649 MiB in 71 packages [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] (1/1) Installing openssl (1.1.1q-r0) [2022-08-12T01:43:26.720Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:43:26.720Z] OK: 650 MiB in 72 packages [2022-08-12T01:43:26.720Z] **** install chromedriver **** [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.720Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-12T01:43:26.721Z] v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-12T01:43:26.721Z] OK: 17026 distinct packages available [2022-08-12T01:43:26.721Z] OK: 650 MiB in 72 packages [2022-08-12T01:43:26.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:26.981Z] fetch http://nl.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz [2022-08-12T01:43:27.923Z] (1/122) Installing libmagic (5.41-r0) [2022-08-12T01:43:27.923Z] (2/122) Installing file (5.41-r0) [2022-08-12T01:43:27.923Z] (3/122) Installing libxau (1.0.9-r0) [2022-08-12T01:43:27.923Z] (4/122) Installing libxdmcp (1.1.3-r0) [2022-08-12T01:43:27.923Z] (5/122) Installing libxcb (1.15-r0) [2022-08-12T01:43:27.923Z] (6/122) Installing libx11 (1.8-r0) [2022-08-12T01:43:27.923Z] (7/122) Installing libxext (1.3.4-r0) [2022-08-12T01:43:27.923Z] (8/122) Installing libice (1.0.10-r0) [2022-08-12T01:43:27.923Z] (9/122) Installing libuuid (2.38-r1) [2022-08-12T01:43:27.923Z] (10/122) Installing libsm (1.2.3-r0) [2022-08-12T01:43:27.923Z] (11/122) Installing libxt (1.2.1-r0) [2022-08-12T01:43:27.923Z] (12/122) Installing libxmu (1.1.3-r0) [2022-08-12T01:43:27.923Z] (13/122) Installing xset (1.2.4-r0) [2022-08-12T01:43:27.923Z] (14/122) Installing xprop (1.2.5-r0) [2022-08-12T01:43:27.923Z] (15/122) Installing xdg-utils (1.1.3-r3) [2022-08-12T01:43:27.923Z] (16/122) Installing eudev-libs (3.2.11-r0) [2022-08-12T01:43:27.923Z] (17/122) Installing libintl (0.21-r2) [2022-08-12T01:43:27.923Z] (18/122) Installing libblkid (2.38-r1) [2022-08-12T01:43:27.923Z] (19/122) Installing libmount (2.38-r1) [2022-08-12T01:43:27.923Z] (20/122) Installing pcre (8.45-r2) [2022-08-12T01:43:27.923Z] (21/122) Installing glib (2.72.1-r0) [2022-08-12T01:43:28.186Z] (22/122) Installing shared-mime-info (2.2-r0) [2022-08-12T01:43:28.186Z] (23/122) Installing hicolor-icon-theme (0.17-r1) [2022-08-12T01:43:28.186Z] (24/122) Installing libjpeg-turbo (2.1.3-r1) [2022-08-12T01:43:28.186Z] (25/122) Installing libpng (1.6.37-r1) [2022-08-12T01:43:28.186Z] (26/122) Installing libwebp (1.2.3-r0) [2022-08-12T01:43:28.186Z] (27/122) Installing zstd-libs (1.5.2-r1) [2022-08-12T01:43:28.186Z] (28/122) Installing tiff (4.3.0-r1) [2022-08-12T01:43:28.186Z] (29/122) Installing gdk-pixbuf (2.42.8-r0) [2022-08-12T01:43:28.186Z] (30/122) Installing gtk-update-icon-cache (2.24.33-r3) [2022-08-12T01:43:28.186Z] (31/122) Installing libxcomposite (0.4.5-r0) [2022-08-12T01:43:28.186Z] (32/122) Installing libxfixes (6.0.0-r0) [2022-08-12T01:43:28.186Z] (33/122) Installing libxrender (0.9.10-r3) [2022-08-12T01:43:28.186Z] (34/122) Installing libxcursor (1.2.1-r0) [2022-08-12T01:43:28.186Z] (35/122) Installing libxdamage (1.1.5-r1) [2022-08-12T01:43:28.186Z] (36/122) Installing libxi (1.8-r0) [2022-08-12T01:43:28.186Z] (37/122) Installing libxinerama (1.1.4-r1) [2022-08-12T01:43:28.186Z] (38/122) Installing libxrandr (1.5.2-r1) [2022-08-12T01:43:28.186Z] (39/122) Installing atk (2.38.0-r0) [2022-08-12T01:43:28.186Z] (40/122) Installing libxtst (1.2.3-r3) [2022-08-12T01:43:28.186Z] (41/122) Installing dbus-libs (1.14.0-r1) [2022-08-12T01:43:28.186Z] (42/122) Installing at-spi2-core (2.44.1-r0) [2022-08-12T01:43:28.186Z] (43/122) Installing at-spi2-atk (2.38.0-r0) [2022-08-12T01:43:28.446Z] (44/122) Installing freetype (2.12.1-r0) [2022-08-12T01:43:28.446Z] (45/122) Installing fontconfig (2.14.0-r0) [2022-08-12T01:43:28.446Z] (46/122) Installing pixman (0.40.0-r3) [2022-08-12T01:43:28.446Z] (47/122) Installing cairo (1.17.4-r2) [2022-08-12T01:43:28.446Z] (48/122) Installing cairo-gobject (1.17.4-r2) [2022-08-12T01:43:28.446Z] (49/122) Installing avahi-libs (0.8-r6) [2022-08-12T01:43:28.446Z] (50/122) Installing nettle (3.7.3-r0) [2022-08-12T01:43:28.446Z] (51/122) Installing p11-kit (0.24.1-r0) [2022-08-12T01:43:28.446Z] (52/122) Installing libtasn1 (4.18.0-r0) [2022-08-12T01:43:28.446Z] (53/122) Installing libunistring (1.0-r0) [2022-08-12T01:43:28.446Z] (54/122) Installing gnutls (3.7.7-r0) [2022-08-12T01:43:28.446Z] (55/122) Installing cups-libs (2.4.2-r0) [2022-08-12T01:43:28.446Z] (56/122) Installing libepoxy (1.5.10-r0) [2022-08-12T01:43:28.446Z] (57/122) Installing fribidi (1.0.12-r0) [2022-08-12T01:43:28.446Z] (58/122) Installing graphite2 (1.3.14-r1) [2022-08-12T01:43:28.446Z] (59/122) Installing harfbuzz (4.3.0-r0) [2022-08-12T01:43:28.707Z] (60/122) Installing libxft (2.3.4-r0) [2022-08-12T01:43:28.707Z] (61/122) Installing pango (1.50.7-r0) [2022-08-12T01:43:28.707Z] (62/122) Installing wayland-libs-client (1.20.0-r0) [2022-08-12T01:43:28.707Z] (63/122) Installing wayland-libs-cursor (1.20.0-r0) [2022-08-12T01:43:28.707Z] (64/122) Installing wayland-libs-egl (1.20.0-r0) [2022-08-12T01:43:28.707Z] (65/122) Installing xkeyboard-config (2.35.1-r0) [2022-08-12T01:43:28.707Z] (66/122) Installing libxkbcommon (1.4.1-r0) [2022-08-12T01:43:28.707Z] (67/122) Installing gtk+3.0 (3.24.34-r1) [2022-08-12T01:43:28.707Z] Executing gtk+3.0-3.24.34-r1.post-install [2022-08-12T01:43:28.707Z] (68/122) Installing libfontenc (1.1.4-r0) [2022-08-12T01:43:28.707Z] (69/122) Installing mkfontscale (1.2.2-r0) [2022-08-12T01:43:28.707Z] (70/122) Installing font-opensans (0_git20210927-r0) [2022-08-12T01:43:28.707Z] (71/122) Installing libogg (1.3.5-r1) [2022-08-12T01:43:28.707Z] (72/122) Installing flac (1.3.4-r0) [2022-08-12T01:43:28.707Z] (73/122) Installing alsa-lib (1.2.7.2-r0) [2022-08-12T01:43:28.970Z] (74/122) Installing sdl2 (2.0.22-r0) [2022-08-12T01:43:28.970Z] (75/122) Installing aom-libs (3.3.0-r0) [2022-08-12T01:43:28.970Z] (76/122) Installing libass (0.16.0-r0) [2022-08-12T01:43:28.970Z] (77/122) Installing libdav1d (1.0.0-r0) [2022-08-12T01:43:28.970Z] (78/122) Installing libpciaccess (0.16-r0) [2022-08-12T01:43:28.970Z] (79/122) Installing libdrm (2.4.110-r0) [2022-08-12T01:43:28.970Z] (80/122) Installing lame (3.100-r0) [2022-08-12T01:43:28.970Z] (81/122) Installing opus (1.3.1-r1) [2022-08-12T01:43:28.970Z] (82/122) Installing libasyncns (0.8-r1) [2022-08-12T01:43:28.970Z] (83/122) Installing libltdl (2.4.7-r0) [2022-08-12T01:43:28.970Z] (84/122) Installing orc (0.4.32-r0) [2022-08-12T01:43:28.970Z] (85/122) Installing libvorbis (1.3.7-r0) [2022-08-12T01:43:28.970Z] (86/122) Installing libsndfile (1.1.0-r0) [2022-08-12T01:43:28.970Z] (87/122) Installing soxr (0.1.3-r2) [2022-08-12T01:43:28.970Z] (88/122) Installing speexdsp (1.2.0-r0) [2022-08-12T01:43:28.970Z] (89/122) Installing tdb-libs (1.4.6-r0) [2022-08-12T01:43:28.970Z] (90/122) Installing libpulse (15.0-r2) [2022-08-12T01:43:28.970Z] (91/122) Installing cjson (1.7.15-r3) [2022-08-12T01:43:28.970Z] (92/122) Installing mbedtls (2.28.1-r0) [2022-08-12T01:43:28.970Z] (93/122) Installing librist (0.2.6-r1) [2022-08-12T01:43:28.970Z] (94/122) Installing libsrt (1.4.4-r0) [2022-08-12T01:43:28.970Z] (95/122) Installing libssh (0.9.6-r1) [2022-08-12T01:43:29.229Z] (96/122) Installing libtheora (1.1.1-r16) [2022-08-12T01:43:29.229Z] (97/122) Installing v4l-utils-libs (1.22.1-r1) [2022-08-12T01:43:29.229Z] (98/122) Installing libva (2.14.0-r0) [2022-08-12T01:43:29.229Z] (99/122) Installing libvdpau (1.5-r0) [2022-08-12T01:43:29.229Z] (100/122) Installing vidstab (1.1.0-r1) [2022-08-12T01:43:29.229Z] (101/122) Installing libvpx (1.11.0-r1) [2022-08-12T01:43:29.229Z] (102/122) Installing x264-libs (0.163_git20210613-r0) [2022-08-12T01:43:29.229Z] (103/122) Installing numactl (2.0.14-r0) [2022-08-12T01:43:29.229Z] (104/122) Installing x265-libs (3.5-r3) [2022-08-12T01:43:29.229Z] (105/122) Installing xvidcore (1.3.7-r1) [2022-08-12T01:43:29.489Z] (106/122) Installing ffmpeg-libs (5.0.1-r1) [2022-08-12T01:43:29.489Z] (107/122) Installing libevent (2.1.12-r4) [2022-08-12T01:43:29.489Z] (108/122) Installing mesa (21.3.8-r2) [2022-08-12T01:43:29.489Z] (109/122) Installing wayland-libs-server (1.20.0-r0) [2022-08-12T01:43:29.489Z] (110/122) Installing mesa-gbm (21.3.8-r2) [2022-08-12T01:43:29.489Z] (111/122) Installing lcms2 (2.13.1-r0) [2022-08-12T01:43:29.489Z] (112/122) Installing minizip (1.2.12-r0) [2022-08-12T01:43:29.489Z] (113/122) Installing nspr (4.33-r0) [2022-08-12T01:43:29.489Z] (114/122) Installing nss (3.78.1-r0) [2022-08-12T01:43:29.756Z] (115/122) Installing pipewire-libs (0.3.51-r1) [2022-08-12T01:43:29.756Z] (116/122) Installing re2 (2022.04.01-r0) [2022-08-12T01:43:29.756Z] (117/122) Installing snappy (1.1.9-r4) [2022-08-12T01:43:29.756Z] (118/122) Installing libgpg-error (1.45-r0) [2022-08-12T01:43:29.756Z] (119/122) Installing libgcrypt (1.10.1-r0) [2022-08-12T01:43:29.756Z] (120/122) Installing libxslt (1.1.35-r0) [2022-08-12T01:43:29.756Z] (121/122) Installing chromium@latest-stable (104.0.5112.79-r0) [2022-08-12T01:43:35.042Z] (122/122) Installing chromium-chromedriver@latest-stable (104.0.5112.79-r0) [2022-08-12T01:43:35.987Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:43:35.987Z] Executing glib-2.72.1-r0.trigger [2022-08-12T01:43:35.987Z] Executing shared-mime-info-2.2-r0.trigger [2022-08-12T01:43:39.289Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-08-12T01:43:39.289Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2022-08-12T01:43:39.289Z] Executing fontconfig-2.14.0-r0.trigger [2022-08-12T01:43:39.289Z] Executing mkfontscale-1.2.2-r0.trigger [2022-08-12T01:43:39.289Z] OK: 1021 MiB in 194 packages [2022-08-12T01:43:54.188Z] Removing intermediate container 1745cb7e5382 [2022-08-12T01:43:54.188Z] ---> 1742a8df3525 [2022-08-12T01:43:54.188Z] Step 11/14 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2022-08-12T01:43:54.188Z] ---> Running in f6c19e008f2b [2022-08-12T01:43:54.188Z] Removing intermediate container f6c19e008f2b [2022-08-12T01:43:54.188Z] ---> 5146209c9e83 [2022-08-12T01:43:54.188Z] Step 12/14 : LABEL arch=amd64 [2022-08-12T01:43:54.188Z] ---> Running in 6aab98a09ef1 [2022-08-12T01:43:54.188Z] Removing intermediate container 6aab98a09ef1 [2022-08-12T01:43:54.188Z] ---> 4000e46e3259 [2022-08-12T01:43:54.188Z] Step 13/14 : LABEL git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 [2022-08-12T01:43:54.188Z] ---> Running in dcda7e51f619 [2022-08-12T01:43:54.188Z] Removing intermediate container dcda7e51f619 [2022-08-12T01:43:54.188Z] ---> bc86be7d825e [2022-08-12T01:43:54.188Z] Step 14/14 : LABEL version=0.0.0 [2022-08-12T01:43:54.188Z] ---> Running in 4f77b44acb97 [2022-08-12T01:43:54.188Z] Removing intermediate container 4f77b44acb97 [2022-08-12T01:43:54.188Z] ---> 70aba9c6938b [2022-08-12T01:43:54.188Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T01:43:54.188Z] Successfully built 70aba9c6938b [2022-08-12T01:43:54.188Z] 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 [2022-08-12T01:43:55.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T01:43:55.116Z] [2022-08-12T01:43:55.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:43:55.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T01:43:55.601Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-12T01:43:55.601Z] 5eb5b503b376: Pulling fs layer [2022-08-12T01:43:55.601Z] 5c69ac0246d0: Pulling fs layer [2022-08-12T01:43:55.602Z] ec43610c2a17: Pulling fs layer [2022-08-12T01:43:55.602Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-12T01:43:55.602Z] 33b1e0a273af: Pulling fs layer [2022-08-12T01:43:55.602Z] 5d3b04190fa2: Pulling fs layer [2022-08-12T01:43:55.602Z] 2f39f015ded8: Pulling fs layer [2022-08-12T01:43:55.602Z] 2f39f015ded8: Waiting [2022-08-12T01:43:55.602Z] 3a2ae6a8a46f: Waiting [2022-08-12T01:43:55.602Z] 5d3b04190fa2: Waiting [2022-08-12T01:43:55.602Z] 5c69ac0246d0: Download complete [2022-08-12T01:43:55.602Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-12T01:43:55.602Z] 3a2ae6a8a46f: Download complete [2022-08-12T01:43:55.602Z] 33b1e0a273af: Verifying Checksum [2022-08-12T01:43:55.602Z] 33b1e0a273af: Download complete [2022-08-12T01:43:55.602Z] ec43610c2a17: Verifying Checksum [2022-08-12T01:43:55.602Z] ec43610c2a17: Download complete [2022-08-12T01:43:55.602Z] 5d3b04190fa2: Verifying Checksum [2022-08-12T01:43:55.602Z] 5d3b04190fa2: Download complete [2022-08-12T01:43:55.888Z] 5eb5b503b376: Verifying Checksum [2022-08-12T01:43:55.888Z] 5eb5b503b376: Download complete [2022-08-12T01:43:56.457Z] 2f39f015ded8: Download complete [2022-08-12T01:43:57.036Z] 5eb5b503b376: Pull complete [2022-08-12T01:43:57.297Z] 5c69ac0246d0: Pull complete [2022-08-12T01:43:57.867Z] ec43610c2a17: Pull complete [2022-08-12T01:43:57.867Z] 3a2ae6a8a46f: Pull complete [2022-08-12T01:43:58.128Z] 33b1e0a273af: Pull complete [2022-08-12T01:43:58.128Z] 5d3b04190fa2: Pull complete [2022-08-12T01:44:03.410Z] 2f39f015ded8: Pull complete [2022-08-12T01:44:03.410Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-12T01:44:03.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T01:44:03.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T01:44:03.639Z] prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container [2022-08-12T01:44:03.683Z] $ 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 [2022-08-12T01:44:05.468Z] $ docker top 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T01:44:05.942Z] ---> job-cost.sh [2022-08-12T01:44:05.942Z] lf-activate-venv: SKIPPING [2022-08-12T01:44:05.942Z] INFO: No Stack... [2022-08-12T01:44:06.206Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T01:44:06.779Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T01:44:07.111Z] + cat /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/cost.csv [2022-08-12T01:44:07.111Z] + cut -d, -f6 [Pipeline] lock [2022-08-12T01:44:07.150Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [2022-08-12T01:44:07.155Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] did not exist. Created. [2022-08-12T01:44:07.156Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T01:44:07.544Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-12T01:44:07.604Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T01:44:07.622Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T01:44:07.708Z] $ docker stop --time=1 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 [2022-08-12T01:44:08.900Z] $ docker rm -f 641c35cb980ebe1e03e602b5c0f04a8e2e08e6d097b010eac1bed45188f77b10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-12T01:45:05.012Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22560 in /w/workspace/exfoundry_edgex-taf-common_PR-44 [Pipeline] { [Pipeline] checkout [2022-08-12T01:45:05.106Z] Selected Git installation does not exist. Using Default [2022-08-12T01:45:05.106Z] The recommended git tool is: NONE [2022-08-12T01:45:11.859Z] using credential edgex-jenkins-ssh [2022-08-12T01:45:11.875Z] Cloning the remote Git repository [2022-08-12T01:45:11.933Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2022-08-12T01:45:12.015Z] > git init /w/workspace/exfoundry_edgex-taf-common_PR-44 # timeout=10 [2022-08-12T01:45:12.090Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2022-08-12T01:45:12.091Z] > git --version # timeout=10 [2022-08-12T01:45:12.168Z] > git --version # 'git version 2.25.1' [2022-08-12T01:45:12.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T01:45:12.248Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T01:45:13.404Z] Merging remotes/origin/main commit 1d44a59e8839b561502e27e6228a648cc97b4b41 into PR head commit d6ad759151241d7a439cc59cf56bac04f2afa482 [2022-08-12T01:45:13.629Z] Merge succeeded, producing d6ad759151241d7a439cc59cf56bac04f2afa482 [2022-08-12T01:45:13.629Z] Checking out Revision d6ad759151241d7a439cc59cf56bac04f2afa482 (PR-44) [2022-08-12T01:45:12.811Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2022-08-12T01:45:12.838Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T01:45:12.864Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2022-08-12T01:45:12.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2022-08-12T01:45:12.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T01:45:12.913Z] > 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 [2022-08-12T01:45:13.428Z] > git config core.sparsecheckout # timeout=10 [2022-08-12T01:45:13.451Z] > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # timeout=10 [2022-08-12T01:45:13.535Z] > git remote # timeout=10 [2022-08-12T01:45:13.554Z] > git config --get remote.origin.url # timeout=10 [2022-08-12T01:45:13.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T01:45:13.589Z] > git merge 1d44a59e8839b561502e27e6228a648cc97b4b41 # timeout=10 [2022-08-12T01:45:13.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-12T01:45:13.639Z] > git config core.sparsecheckout # timeout=10 [2022-08-12T01:45:13.662Z] > git checkout -f d6ad759151241d7a439cc59cf56bac04f2afa482 # timeout=10 [2022-08-12T01:45:17.865Z] Commit message: "Add pycryptodome library and update some library's version" [2022-08-12T01:45:17.932Z] > git --version # timeout=10 [2022-08-12T01:45:17.942Z] > git --version # 'git version 2.25.1' [2022-08-12T01:45:17.960Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T01:45:19.128Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-12T01:45:19.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T01:45:19.128Z] Dload Upload Total Spent Left Speed [2022-08-12T01:45:19.128Z] 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 [2022-08-12T01:45:20.054Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-12T01:45:20.420Z] + sudo tee /etc/docker/daemon.new [2022-08-12T01:45:20.420Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-12T01:45:20.420Z] { [2022-08-12T01:45:20.420Z] "registry-mirrors": [ [2022-08-12T01:45:20.420Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-12T01:45:20.420Z] ], [2022-08-12T01:45:20.420Z] "bip": "10.250.0.254/24", [2022-08-12T01:45:20.420Z] "hosts": [ [2022-08-12T01:45:20.420Z] "tcp://0.0.0.0:5555", [2022-08-12T01:45:20.420Z] "unix:///var/run/docker.sock" [2022-08-12T01:45:20.420Z] ], [2022-08-12T01:45:20.420Z] "mtu": 1458, [2022-08-12T01:45:20.420Z] "selinux-enabled": true, [2022-08-12T01:45:20.420Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-12T01:45:20.420Z] } [Pipeline] sh [2022-08-12T01:45:20.783Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-12T01:45:21.142Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T01:45:39.551Z] provisioning config files... [2022-08-12T01:45:39.579Z] copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config6420617137419942256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T01:45:39.980Z] ---> docker-login.sh [2022-08-12T01:45:39.981Z] nexus3.edgexfoundry.org:10001 [2022-08-12T01:45:40.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:45:40.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:45:40.857Z] Configure a credential helper to remove this warning. See [2022-08-12T01:45:40.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:45:40.857Z] [2022-08-12T01:45:40.857Z] Login Succeeded [2022-08-12T01:45:40.857Z] nexus3.edgexfoundry.org:10002 [2022-08-12T01:45:41.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:45:41.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:45:41.410Z] Configure a credential helper to remove this warning. See [2022-08-12T01:45:41.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:45:41.410Z] [2022-08-12T01:45:41.410Z] Login Succeeded [2022-08-12T01:45:41.410Z] nexus3.edgexfoundry.org:10003 [2022-08-12T01:45:41.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:45:41.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:45:41.688Z] Configure a credential helper to remove this warning. See [2022-08-12T01:45:41.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:45:41.688Z] [2022-08-12T01:45:41.688Z] Login Succeeded [2022-08-12T01:45:41.963Z] nexus3.edgexfoundry.org:10004 [2022-08-12T01:45:42.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:45:42.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:45:42.246Z] Configure a credential helper to remove this warning. See [2022-08-12T01:45:42.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:45:42.246Z] [2022-08-12T01:45:42.246Z] Login Succeeded [2022-08-12T01:45:42.246Z] docker.io [2022-08-12T01:45:42.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T01:45:43.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T01:45:43.115Z] Configure a credential helper to remove this warning. See [2022-08-12T01:45:43.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T01:45:43.115Z] [2022-08-12T01:45:43.115Z] Login Succeeded [2022-08-12T01:45:43.115Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T01:45:43.145Z] 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 [2022-08-12T01:45:44.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T01:45:44.436Z] + ls -al . [2022-08-12T01:45:44.436Z] total 64 [2022-08-12T01:45:44.436Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 01:45 . [2022-08-12T01:45:44.437Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:45 .. [2022-08-12T01:45:44.437Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 01:45 .git [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 12 01:45 .gitignore [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 2624 Aug 12 01:45 Dockerfile [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 12 01:45 Jenkinsfile [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 12 01:45 LICENSE [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 3582 Aug 12 01:45 README.md [2022-08-12T01:45:44.437Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 01:45 TAF-Manager [2022-08-12T01:45:44.437Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 01:45 TUC [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 12 01:41 VERSION [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 283 Aug 12 01:45 requirements.txt [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 12 01:45 robot-entrypoint.sh [2022-08-12T01:45:44.437Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 12 01:45 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:45:44.870Z] + 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 . [2022-08-12T01:45:44.870Z] Sending build context to Docker daemon 254.5kB [2022-08-12T01:45:45.144Z] Step 1/14 : ARG DOCKER_VERSION=stable [2022-08-12T01:45:45.144Z] Step 2/14 : FROM docker:${DOCKER_VERSION} AS docker-cli [2022-08-12T01:45:45.738Z] stable: Pulling from library/docker [2022-08-12T01:45:46.011Z] 5f621e34cdf4: Pulling fs layer [2022-08-12T01:45:46.011Z] 85db56a05063: Pulling fs layer [2022-08-12T01:45:46.011Z] ccb67d6aeaaa: Pulling fs layer [2022-08-12T01:45:46.011Z] de930078acea: Pulling fs layer [2022-08-12T01:45:46.011Z] d5a9d88a4785: Pulling fs layer [2022-08-12T01:45:46.011Z] de930078acea: Waiting [2022-08-12T01:45:46.011Z] d5a9d88a4785: Waiting [2022-08-12T01:45:46.011Z] e7f15c1544d5: Pulling fs layer [2022-08-12T01:45:46.011Z] 877c515997d3: Pulling fs layer [2022-08-12T01:45:46.011Z] e7f15c1544d5: Waiting [2022-08-12T01:45:46.011Z] 877c515997d3: Waiting [2022-08-12T01:45:46.299Z] ccb67d6aeaaa: Verifying Checksum [2022-08-12T01:45:46.300Z] ccb67d6aeaaa: Download complete [2022-08-12T01:45:46.300Z] 85db56a05063: Verifying Checksum [2022-08-12T01:45:46.300Z] 85db56a05063: Download complete [2022-08-12T01:45:46.300Z] 5f621e34cdf4: Verifying Checksum [2022-08-12T01:45:46.300Z] 5f621e34cdf4: Download complete [2022-08-12T01:45:46.300Z] d5a9d88a4785: Verifying Checksum [2022-08-12T01:45:46.300Z] d5a9d88a4785: Download complete [2022-08-12T01:45:46.577Z] e7f15c1544d5: Verifying Checksum [2022-08-12T01:45:46.577Z] e7f15c1544d5: Download complete [2022-08-12T01:45:46.577Z] 877c515997d3: Download complete [2022-08-12T01:45:46.853Z] 5f621e34cdf4: Pull complete [2022-08-12T01:45:47.833Z] 85db56a05063: Pull complete [2022-08-12T01:45:47.833Z] de930078acea: Verifying Checksum [2022-08-12T01:45:47.833Z] de930078acea: Download complete [2022-08-12T01:45:47.833Z] ccb67d6aeaaa: Pull complete [2022-08-12T01:45:51.222Z] de930078acea: Pull complete [2022-08-12T01:45:51.222Z] d5a9d88a4785: Pull complete [2022-08-12T01:45:51.496Z] e7f15c1544d5: Pull complete [2022-08-12T01:45:51.773Z] 877c515997d3: Pull complete [2022-08-12T01:45:51.773Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2022-08-12T01:45:51.773Z] Status: Downloaded newer image for docker:stable [2022-08-12T01:45:51.773Z] ---> 84e3a507c27b [2022-08-12T01:45:51.773Z] Step 3/14 : FROM alpine:3.16 [2022-08-12T01:45:52.370Z] 3.16: Pulling from library/alpine [2022-08-12T01:45:52.643Z] 9b18e9b68314: Pulling fs layer [2022-08-12T01:45:52.918Z] 9b18e9b68314: Verifying Checksum [2022-08-12T01:45:52.918Z] 9b18e9b68314: Download complete [2022-08-12T01:45:53.518Z] 9b18e9b68314: Pull complete [2022-08-12T01:45:53.518Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T01:45:53.518Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T01:45:53.518Z] ---> a6215f271958 [2022-08-12T01:45:53.518Z] Step 4/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: IOTech' [2022-08-12T01:45:53.792Z] ---> Running in 238db07c7357 [2022-08-12T01:45:54.066Z] Removing intermediate container 238db07c7357 [2022-08-12T01:45:54.066Z] ---> bd19a671803a [2022-08-12T01:45:54.066Z] Step 5/14 : LABEL maintainer="Bruce Huang " [2022-08-12T01:45:54.348Z] ---> Running in cd5d12d9d308 [2022-08-12T01:45:54.624Z] Removing intermediate container cd5d12d9d308 [2022-08-12T01:45:54.624Z] ---> eb03867cf3c6 [2022-08-12T01:45:54.624Z] Step 6/14 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2022-08-12T01:45:57.266Z] ---> 0181a6e0f749 [2022-08-12T01:45:57.266Z] Step 7/14 : COPY . /edgex-taf/edgex-taf-common [2022-08-12T01:45:57.541Z] ---> d5d665c6a8b0 [2022-08-12T01:45:57.541Z] Step 8/14 : COPY robot-entrypoint.sh /usr/local/bin/ [2022-08-12T01:45:58.141Z] ---> 87b1ff0ec419 [2022-08-12T01:45:58.141Z] Step 9/14 : WORKDIR /edgex-taf [2022-08-12T01:45:58.141Z] ---> Running in 83981e202ec3 [2022-08-12T01:45:58.415Z] Removing intermediate container 83981e202ec3 [2022-08-12T01:45:58.415Z] ---> 849a3ba07261 [2022-08-12T01:45:58.416Z] 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 [2022-08-12T01:45:58.416Z] ---> Running in 0213bd74efe8 [2022-08-12T01:45:59.863Z] **** install Python **** [2022-08-12T01:45:59.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:45:59.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:46:00.841Z] (1/13) Installing libbz2 (1.0.8-r1) [2022-08-12T01:46:00.841Z] (2/13) Installing expat (2.4.8-r0) [2022-08-12T01:46:00.841Z] (3/13) Installing libffi (3.4.2-r1) [2022-08-12T01:46:00.841Z] (4/13) Installing gdbm (1.23-r0) [2022-08-12T01:46:00.841Z] (5/13) Installing xz-libs (5.2.5-r1) [2022-08-12T01:46:00.841Z] (6/13) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T01:46:00.841Z] (7/13) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T01:46:00.841Z] (8/13) Installing mpdecimal (2.5.1-r1) [2022-08-12T01:46:00.841Z] (9/13) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-12T01:46:00.841Z] (10/13) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-12T01:46:00.841Z] (11/13) Installing readline (8.1.2-r0) [2022-08-12T01:46:00.841Z] (12/13) Installing sqlite-libs (3.38.5-r0) [2022-08-12T01:46:01.114Z] (13/13) Installing python3 (3.10.5-r0) [2022-08-12T01:46:03.095Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:46:03.095Z] OK: 57 MiB in 27 packages [2022-08-12T01:46:03.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:46:03.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:46:04.364Z] (1/1) Installing tzdata (2022a-r0) [2022-08-12T01:46:04.643Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:46:04.644Z] OK: 60 MiB in 28 packages [2022-08-12T01:46:04.921Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory [2022-08-12T01:46:04.921Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory [2022-08-12T01:46:04.921Z] (1/1) Purging tzdata (2022a-r0) [2022-08-12T01:46:05.194Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:46:05.194Z] OK: 57 MiB in 27 packages [2022-08-12T01:46:05.194Z] **** install pip **** [2022-08-12T01:46:23.514Z] Looking in links: /tmp/tmpumfryn5u [2022-08-12T01:46:23.514Z] Processing /tmp/tmpumfryn5u/setuptools-58.1.0-py3-none-any.whl [2022-08-12T01:46:23.514Z] Processing /tmp/tmpumfryn5u/pip-22.0.4-py3-none-any.whl [2022-08-12T01:46:23.514Z] Installing collected packages: setuptools, pip [2022-08-12T01:46:35.917Z] Successfully installed pip-22.0.4 setuptools-58.1.0 [2022-08-12T01:46:35.917Z] 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 [2022-08-12T01:46:40.226Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (22.0.4) [2022-08-12T01:46:40.499Z] Collecting pip [2022-08-12T01:46:40.499Z] Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) [2022-08-12T01:46:40.499Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 18.9 MB/s eta 0:00:00 [2022-08-12T01:46:40.772Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (58.1.0) [2022-08-12T01:46:43.373Z] Collecting setuptools [2022-08-12T01:46:43.373Z] Downloading setuptools-64.0.1-py3-none-any.whl (1.2 MB) [2022-08-12T01:46:43.373Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 22.4 MB/s eta 0:00:00 [2022-08-12T01:46:43.961Z] Collecting wheel [2022-08-12T01:46:43.961Z] Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) [2022-08-12T01:46:45.386Z] Installing collected packages: wheel, setuptools, pip [2022-08-12T01:46:45.656Z] Attempting uninstall: setuptools [2022-08-12T01:46:45.656Z] Found existing installation: setuptools 58.1.0 [2022-08-12T01:46:46.249Z] Uninstalling setuptools-58.1.0: [2022-08-12T01:46:46.249Z] Successfully uninstalled setuptools-58.1.0 [2022-08-12T01:46:51.637Z] Attempting uninstall: pip [2022-08-12T01:46:51.637Z] Found existing installation: pip 22.0.4 [2022-08-12T01:46:53.610Z] Uninstalling pip-22.0.4: [2022-08-12T01:46:53.610Z] Successfully uninstalled pip-22.0.4 [2022-08-12T01:47:03.764Z] Successfully installed pip-22.2.2 setuptools-64.0.1 wheel-0.37.1 [2022-08-12T01:47:03.764Z] 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 [2022-08-12T01:47:04.364Z] **** install robotframework and dependencies **** [2022-08-12T01:47:04.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:47:04.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:47:05.622Z] (1/28) Installing binutils (2.38-r3) [2022-08-12T01:47:05.895Z] (2/28) Installing libgomp (11.2.1_git20220219-r2) [2022-08-12T01:47:06.171Z] (3/28) Installing libatomic (11.2.1_git20220219-r2) [2022-08-12T01:47:06.171Z] (4/28) Installing gmp (6.2.1-r2) [2022-08-12T01:47:06.171Z] (5/28) Installing isl22 (0.22-r0) [2022-08-12T01:47:06.171Z] (6/28) Installing mpfr4 (4.1.0-r0) [2022-08-12T01:47:06.171Z] (7/28) Installing mpc1 (1.2.1-r0) [2022-08-12T01:47:06.171Z] (8/28) Installing gcc (11.2.1_git20220219-r2) [2022-08-12T01:47:08.149Z] (9/28) Installing musl-dev (1.2.3-r0) [2022-08-12T01:47:08.420Z] (10/28) Installing libc-dev (0.7.2-r3) [2022-08-12T01:47:08.420Z] (11/28) Installing linux-headers (5.16.7-r1) [2022-08-12T01:47:08.690Z] (12/28) Installing pkgconf (1.8.0-r1) [2022-08-12T01:47:08.690Z] (13/28) Installing libffi-dev (3.4.2-r1) [2022-08-12T01:47:08.690Z] (14/28) Installing libpq (14.4-r1) [2022-08-12T01:47:08.690Z] (15/28) Installing openssl-dev (1.1.1q-r0) [2022-08-12T01:47:08.961Z] (16/28) Installing libpq-dev (14.4-r1) [2022-08-12T01:47:08.961Z] (17/28) Installing libecpg (14.4-r1) [2022-08-12T01:47:08.961Z] (18/28) Installing libecpg-dev (14.4-r1) [2022-08-12T01:47:08.961Z] (19/28) Installing libxml2 (2.9.14-r0) [2022-08-12T01:47:08.961Z] (20/28) Installing llvm13-libs (13.0.1-r2) [2022-08-12T01:47:10.938Z] (21/28) Installing clang-libs (13.0.1-r1) [2022-08-12T01:47:12.921Z] (22/28) Installing clang (13.0.1-r1) [2022-08-12T01:47:13.195Z] (23/28) Installing icu-data-en (71.1-r2) [2022-08-12T01:47:13.195Z] Executing icu-data-en-71.1-r2.post-install [2022-08-12T01:47:13.195Z] * [2022-08-12T01:47:13.195Z] * If you need ICU with non-English locales and legacy charset support, install [2022-08-12T01:47:13.195Z] * package icu-data-full. [2022-08-12T01:47:13.195Z] * [2022-08-12T01:47:13.195Z] (24/28) Installing icu-libs (71.1-r2) [2022-08-12T01:47:13.195Z] (25/28) Installing icu (71.1-r2) [2022-08-12T01:47:13.195Z] (26/28) Installing icu-dev (71.1-r2) [2022-08-12T01:47:13.472Z] (27/28) Installing llvm13 (13.0.1-r2) [2022-08-12T01:47:14.455Z] (28/28) Installing postgresql14-dev (14.4-r1) [2022-08-12T01:47:15.053Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:47:15.053Z] OK: 459 MiB in 55 packages [2022-08-12T01:47:15.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:47:15.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:47:16.578Z] (1/6) Installing g++ (11.2.1_git20220219-r2) [2022-08-12T01:47:18.017Z] (2/6) Installing python3-dev (3.10.5-r0) [2022-08-12T01:47:20.980Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T01:47:20.980Z] (4/6) Installing libzmq (4.3.4-r0) [2022-08-12T01:47:20.980Z] (5/6) Installing libsodium-dev (1.0.18-r0) [2022-08-12T01:47:20.980Z] (6/6) Installing zeromq-dev (4.3.4-r0) [2022-08-12T01:47:20.980Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:47:20.980Z] OK: 581 MiB in 61 packages [2022-08-12T01:47:23.596Z] Processing ./edgex-taf-common [2022-08-12T01:47:23.596Z] Preparing metadata (setup.py): started [2022-08-12T01:47:25.556Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:47:25.556Z] Building wheels for collected packages: edgex-taf-common [2022-08-12T01:47:25.556Z] Building wheel for edgex-taf-common (setup.py): started [2022-08-12T01:47:27.523Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2022-08-12T01:47:27.523Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14473 sha256=4864087fef6c42d259bbb552c217e9ce6bd54f4043412df69ed3ac90c3d76f1e [2022-08-12T01:47:27.523Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2022-08-12T01:47:27.523Z] Successfully built edgex-taf-common [2022-08-12T01:47:27.793Z] Installing collected packages: edgex-taf-common [2022-08-12T01:47:28.065Z] Successfully installed edgex-taf-common-0.0.0 [2022-08-12T01:47:28.065Z] 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 [2022-08-12T01:47:32.358Z] Collecting robotframework==4.1.3 [2022-08-12T01:47:32.358Z] Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) [2022-08-12T01:47:32.358Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 10.1 MB/s eta 0:00:00 [2022-08-12T01:47:32.957Z] Installing collected packages: robotframework [2022-08-12T01:47:36.351Z] Successfully installed robotframework-4.1.3 [2022-08-12T01:47:36.351Z] 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 [2022-08-12T01:47:39.735Z] Collecting docker==4.4.1 [2022-08-12T01:47:39.735Z] Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) [2022-08-12T01:47:39.735Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 4.4 MB/s eta 0:00:00 [2022-08-12T01:47:39.736Z] Collecting six>=1.4.0 [2022-08-12T01:47:39.736Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2022-08-12T01:47:40.011Z] Collecting websocket-client>=0.32.0 [2022-08-12T01:47:40.011Z] Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) [2022-08-12T01:47:40.285Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 3.0 MB/s eta 0:00:00 [2022-08-12T01:47:40.557Z] Collecting requests!=2.18.0,>=2.14.2 [2022-08-12T01:47:40.557Z] Downloading requests-2.28.1-py3-none-any.whl (62 kB) [2022-08-12T01:47:40.557Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 2.9 MB/s eta 0:00:00 [2022-08-12T01:47:40.831Z] Collecting charset-normalizer<3,>=2 [2022-08-12T01:47:40.831Z] Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) [2022-08-12T01:47:41.106Z] Collecting certifi>=2017.4.17 [2022-08-12T01:47:41.106Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-12T01:47:41.378Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 890.4 kB/s eta 0:00:00 [2022-08-12T01:47:41.975Z] Collecting urllib3<1.27,>=1.21.1 [2022-08-12T01:47:41.975Z] Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) [2022-08-12T01:47:41.975Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 5.7 MB/s eta 0:00:00 [2022-08-12T01:47:42.248Z] Collecting idna<4,>=2.5 [2022-08-12T01:47:42.248Z] Downloading idna-3.3-py3-none-any.whl (61 kB) [2022-08-12T01:47:42.248Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.8 MB/s eta 0:00:00 [2022-08-12T01:47:43.351Z] Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker [2022-08-12T01:47:47.024Z] 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 [2022-08-12T01:47:47.024Z] 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 [2022-08-12T01:47:51.371Z] Collecting python-dotenv==0.15.0 [2022-08-12T01:47:51.371Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2022-08-12T01:47:51.971Z] Installing collected packages: python-dotenv [2022-08-12T01:47:51.971Z] Successfully installed python-dotenv-0.15.0 [2022-08-12T01:47:51.971Z] 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 [2022-08-12T01:47:56.268Z] Collecting RESTinstance==1.0.2 [2022-08-12T01:47:56.268Z] Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) [2022-08-12T01:47:56.541Z] Collecting flex [2022-08-12T01:47:56.815Z] Downloading flex-6.14.1.tar.gz (40 kB) [2022-08-12T01:47:56.815Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.4 MB/s eta 0:00:00 [2022-08-12T01:47:57.089Z] Preparing metadata (setup.py): started [2022-08-12T01:47:59.066Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:47:59.066Z] Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) [2022-08-12T01:47:59.338Z] Collecting docutils [2022-08-12T01:47:59.338Z] Downloading docutils-0.19-py3-none-any.whl (570 kB) [2022-08-12T01:47:59.931Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 1.5 MB/s eta 0:00:00 [2022-08-12T01:47:59.931Z] Collecting jsonpath-ng [2022-08-12T01:47:59.931Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2022-08-12T01:48:00.525Z] Collecting pytz [2022-08-12T01:48:00.798Z] Downloading pytz-2022.2-py2.py3-none-any.whl (504 kB) [2022-08-12T01:48:01.073Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.7/504.7 kB 2.2 MB/s eta 0:00:00 [2022-08-12T01:48:01.073Z] Collecting GenSON [2022-08-12T01:48:01.347Z] Downloading genson-1.2.2.tar.gz (34 kB) [2022-08-12T01:48:01.347Z] Preparing metadata (setup.py): started [2022-08-12T01:48:03.316Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:48:03.588Z] Collecting tzlocal [2022-08-12T01:48:03.588Z] Downloading tzlocal-4.2-py3-none-any.whl (19 kB) [2022-08-12T01:48:03.859Z] Collecting jsonschema [2022-08-12T01:48:03.859Z] Downloading jsonschema-4.9.1-py3-none-any.whl (79 kB) [2022-08-12T01:48:03.859Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 4.0 MB/s eta 0:00:00 [2022-08-12T01:48:04.129Z] Collecting strict-rfc3339 [2022-08-12T01:48:04.129Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2022-08-12T01:48:04.129Z] Preparing metadata (setup.py): started [2022-08-12T01:48:06.093Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:48:06.093Z] Collecting rfc3987 [2022-08-12T01:48:06.093Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2022-08-12T01:48:06.093Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.28.1) [2022-08-12T01:48:06.364Z] Collecting pygments [2022-08-12T01:48:06.637Z] Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB) [2022-08-12T01:48:06.908Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.3 MB/s eta 0:00:00 [2022-08-12T01:48:07.181Z] Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) [2022-08-12T01:48:07.453Z] Collecting PyYAML>=3.11 [2022-08-12T01:48:07.728Z] Downloading PyYAML-6.0.tar.gz (124 kB) [2022-08-12T01:48:07.728Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 4.9 MB/s eta 0:00:00 [2022-08-12T01:48:09.160Z] Installing build dependencies: started [2022-08-12T01:48:31.586Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:48:31.586Z] Getting requirements to build wheel: started [2022-08-12T01:48:46.672Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:48:46.672Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:48:48.112Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:48:48.112Z] Collecting validate-email>=1.2 [2022-08-12T01:48:48.112Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2022-08-12T01:48:48.112Z] Preparing metadata (setup.py): started [2022-08-12T01:48:50.096Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:48:50.096Z] Collecting click>=3.3 [2022-08-12T01:48:50.096Z] Downloading click-8.1.3-py3-none-any.whl (96 kB) [2022-08-12T01:48:50.096Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.6 MB/s eta 0:00:00 [2022-08-12T01:48:50.096Z] Collecting jsonpointer>=1.7 [2022-08-12T01:48:50.370Z] Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) [2022-08-12T01:48:50.370Z] Requirement already satisfied: charset-normalizer<3,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.1.0) [2022-08-12T01:48:50.370Z] Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.3) [2022-08-12T01:48:50.370Z] 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) [2022-08-12T01:48:50.370Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2022.6.15) [2022-08-12T01:48:50.647Z] Collecting decorator [2022-08-12T01:48:50.647Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2022-08-12T01:48:50.647Z] Collecting ply [2022-08-12T01:48:50.647Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2022-08-12T01:48:50.647Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 3.4 MB/s eta 0:00:00 [2022-08-12T01:48:51.248Z] Collecting attrs>=17.4.0 [2022-08-12T01:48:51.248Z] Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) [2022-08-12T01:48:51.248Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.9 MB/s eta 0:00:00 [2022-08-12T01:48:51.524Z] Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 [2022-08-12T01:48:51.524Z] Downloading pyrsistent-0.18.1.tar.gz (100 kB) [2022-08-12T01:48:51.524Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 1.7 MB/s eta 0:00:00 [2022-08-12T01:48:51.802Z] Installing build dependencies: started [2022-08-12T01:49:04.252Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:49:04.252Z] Getting requirements to build wheel: started [2022-08-12T01:49:06.538Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:49:06.538Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:49:08.393Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:49:08.747Z] Collecting pytz-deprecation-shim [2022-08-12T01:49:08.747Z] Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) [2022-08-12T01:49:09.750Z] Collecting tzdata [2022-08-12T01:49:09.750Z] Downloading tzdata-2022.1-py2.py3-none-any.whl (339 kB) [2022-08-12T01:49:10.087Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.5/339.5 kB 1.6 MB/s eta 0:00:00 [2022-08-12T01:49:10.087Z] Building wheels for collected packages: flex, strict-rfc3339, GenSON, pyrsistent, PyYAML, validate-email [2022-08-12T01:49:10.087Z] Building wheel for flex (setup.py): started [2022-08-12T01:49:13.331Z] Building wheel for flex (setup.py): finished with status 'done' [2022-08-12T01:49:13.331Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=21e54dd5a99256255c5e4f53a3bc853fee82579ee503543fa15ddf250e827273 [2022-08-12T01:49:13.331Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2022-08-12T01:49:13.331Z] Building wheel for strict-rfc3339 (setup.py): started [2022-08-12T01:49:16.104Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2022-08-12T01:49:16.104Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7a06fd100931b8cdc120833fb47ce133f0f0361eed8ebca0663cb3df274a8ba1 [2022-08-12T01:49:16.104Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2022-08-12T01:49:16.104Z] Building wheel for GenSON (setup.py): started [2022-08-12T01:49:18.847Z] Building wheel for GenSON (setup.py): finished with status 'done' [2022-08-12T01:49:18.847Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21269 sha256=0a19aee721fda5bb93f00db14f5ed808f272d674f6ed1f012ae5cab670c0a17f [2022-08-12T01:49:18.847Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2022-08-12T01:49:18.847Z] Building wheel for pyrsistent (pyproject.toml): started [2022-08-12T01:49:27.439Z] Building wheel for pyrsistent (pyproject.toml): finished with status 'done' [2022-08-12T01:49:27.439Z] Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp310-cp310-linux_aarch64.whl size=114480 sha256=ab67acd6cad806969260fe24a8c3b26342384f7ce2394b055a7dfa17de41aea0 [2022-08-12T01:49:27.439Z] Stored in directory: /root/.cache/pip/wheels/42/cf/03/ae35459d6c32fce920e7eb28fa325fdeced7a39fb9b98c56f0 [2022-08-12T01:49:27.439Z] Building wheel for PyYAML (pyproject.toml): started [2022-08-12T01:49:31.753Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2022-08-12T01:49:31.753Z] Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45335 sha256=bcb60cfd3e59dd89ff2662afca40953e70cfcdb96eb8346531dd8eb7c73f2fb3 [2022-08-12T01:49:31.753Z] Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d [2022-08-12T01:49:31.753Z] Building wheel for validate-email (setup.py): started [2022-08-12T01:49:33.802Z] Building wheel for validate-email (setup.py): finished with status 'done' [2022-08-12T01:49:33.802Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=e5749dfa4152dc0243557f99ee3d84cb1353ae230268df83a7b9805b4773a85f [2022-08-12T01:49:33.802Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2022-08-12T01:49:33.802Z] Successfully built flex strict-rfc3339 GenSON pyrsistent PyYAML validate-email [2022-08-12T01:49:35.252Z] 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 [2022-08-12T01:49:50.296Z] 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 [2022-08-12T01:49:50.296Z] 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 [2022-08-12T01:49:54.604Z] Collecting robotbackgroundlogger==1.2 [2022-08-12T01:49:54.604Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2022-08-12T01:49:54.604Z] Preparing metadata (setup.py): started [2022-08-12T01:49:56.575Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:49:56.575Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) [2022-08-12T01:49:56.575Z] Building wheels for collected packages: robotbackgroundlogger [2022-08-12T01:49:56.850Z] Building wheel for robotbackgroundlogger (setup.py): started [2022-08-12T01:49:59.467Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2022-08-12T01:49:59.467Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=d049215dafecd3ad749bf24e7e56a2cb7af88ac7bef112166594cd904024f22d [2022-08-12T01:49:59.467Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2022-08-12T01:49:59.739Z] Successfully built robotbackgroundlogger [2022-08-12T01:50:01.164Z] Installing collected packages: robotbackgroundlogger [2022-08-12T01:50:01.164Z] Successfully installed robotbackgroundlogger-1.2 [2022-08-12T01:50:01.164Z] 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 [2022-08-12T01:50:05.460Z] Collecting configparser==5.0.1 [2022-08-12T01:50:05.460Z] Downloading configparser-5.0.1-py3-none-any.whl (22 kB) [2022-08-12T01:50:06.885Z] Installing collected packages: configparser [2022-08-12T01:50:06.885Z] Successfully installed configparser-5.0.1 [2022-08-12T01:50:06.885Z] 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 [2022-08-12T01:50:11.178Z] Collecting requests==2.25.1 [2022-08-12T01:50:11.178Z] Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) [2022-08-12T01:50:11.178Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 1.8 MB/s eta 0:00:00 [2022-08-12T01:50:11.178Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2022.6.15) [2022-08-12T01:50:11.178Z] Collecting chardet<5,>=3.0.2 [2022-08-12T01:50:11.178Z] Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) [2022-08-12T01:50:11.178Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 6.7 MB/s eta 0:00:00 [2022-08-12T01:50:11.450Z] Collecting idna<3,>=2.5 [2022-08-12T01:50:11.450Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2022-08-12T01:50:11.450Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.2 MB/s eta 0:00:00 [2022-08-12T01:50:11.450Z] Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (1.26.11) [2022-08-12T01:50:13.409Z] Installing collected packages: idna, chardet, requests [2022-08-12T01:50:13.409Z] Attempting uninstall: idna [2022-08-12T01:50:13.409Z] Found existing installation: idna 3.3 [2022-08-12T01:50:13.409Z] Uninstalling idna-3.3: [2022-08-12T01:50:13.409Z] Successfully uninstalled idna-3.3 [2022-08-12T01:50:16.014Z] Attempting uninstall: requests [2022-08-12T01:50:16.014Z] Found existing installation: requests 2.28.1 [2022-08-12T01:50:16.014Z] Uninstalling requests-2.28.1: [2022-08-12T01:50:16.014Z] Successfully uninstalled requests-2.28.1 [2022-08-12T01:50:16.285Z] Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 [2022-08-12T01:50:16.285Z] 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 [2022-08-12T01:50:20.576Z] Collecting robotframework-requests==0.8.0 [2022-08-12T01:50:20.576Z] Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) [2022-08-12T01:50:20.576Z] Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) [2022-08-12T01:50:20.576Z] Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) [2022-08-12T01:50:20.576Z] 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) [2022-08-12T01:50:20.576Z] 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) [2022-08-12T01:50:20.576Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2022.6.15) [2022-08-12T01:50:20.576Z] Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) [2022-08-12T01:50:22.010Z] Installing collected packages: robotframework-requests [2022-08-12T01:50:22.010Z] Successfully installed robotframework-requests-0.8.0 [2022-08-12T01:50:22.010Z] 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 [2022-08-12T01:50:25.386Z] Collecting paho-mqtt==1.5.1 [2022-08-12T01:50:25.657Z] Downloading paho-mqtt-1.5.1.tar.gz (101 kB) [2022-08-12T01:50:25.928Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.6 MB/s eta 0:00:00 [2022-08-12T01:50:25.928Z] Preparing metadata (setup.py): started [2022-08-12T01:50:27.893Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:50:27.893Z] Building wheels for collected packages: paho-mqtt [2022-08-12T01:50:27.893Z] Building wheel for paho-mqtt (setup.py): started [2022-08-12T01:50:31.273Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2022-08-12T01:50:31.273Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61550 sha256=c29ec4538fa6edb0805dc427415f8a4f8baf5237699776e89e638232e2b5faa3 [2022-08-12T01:50:31.273Z] Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 [2022-08-12T01:50:31.273Z] Successfully built paho-mqtt [2022-08-12T01:50:32.250Z] Installing collected packages: paho-mqtt [2022-08-12T01:50:32.845Z] Successfully installed paho-mqtt-1.5.1 [2022-08-12T01:50:32.845Z] 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 [2022-08-12T01:50:36.214Z] Collecting redis==3.5.3 [2022-08-12T01:50:36.484Z] Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) [2022-08-12T01:50:36.484Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 3.0 MB/s eta 0:00:00 [2022-08-12T01:50:37.913Z] Installing collected packages: redis [2022-08-12T01:50:38.507Z] Successfully installed redis-3.5.3 [2022-08-12T01:50:38.507Z] 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 [2022-08-12T01:50:42.782Z] Collecting pyzmq==22.2.1 [2022-08-12T01:50:43.053Z] Downloading pyzmq-22.2.1.tar.gz (1.2 MB) [2022-08-12T01:50:43.053Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.0 MB/s eta 0:00:00 [2022-08-12T01:50:45.013Z] Installing build dependencies: started [2022-08-12T01:50:57.365Z] Installing build dependencies: finished with status 'done' [2022-08-12T01:50:57.365Z] Getting requirements to build wheel: started [2022-08-12T01:50:59.967Z] Getting requirements to build wheel: finished with status 'done' [2022-08-12T01:50:59.967Z] Preparing metadata (pyproject.toml): started [2022-08-12T01:51:03.342Z] Preparing metadata (pyproject.toml): finished with status 'done' [2022-08-12T01:51:03.342Z] Building wheels for collected packages: pyzmq [2022-08-12T01:51:03.342Z] Building wheel for pyzmq (pyproject.toml): started [2022-08-12T01:52:25.036Z] Building wheel for pyzmq (pyproject.toml): still running... [2022-08-12T01:53:21.531Z] Building wheel for pyzmq (pyproject.toml): still running... [2022-08-12T01:53:33.922Z] Building wheel for pyzmq (pyproject.toml): finished with status 'done' [2022-08-12T01:53:33.922Z] Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515235 sha256=d3aeeed6f5dac5587e09b40ae75f335a3c1ed7b97d500eb38b9ca14fb5d663b3 [2022-08-12T01:53:33.922Z] Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e [2022-08-12T01:53:33.922Z] Successfully built pyzmq [2022-08-12T01:53:35.893Z] Installing collected packages: pyzmq [2022-08-12T01:53:37.326Z] Successfully installed pyzmq-22.2.1 [2022-08-12T01:53:37.326Z] 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 [2022-08-12T01:53:42.722Z] Collecting robotframework-seleniumlibrary==5.1.3 [2022-08-12T01:53:42.722Z] Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) [2022-08-12T01:53:42.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 3.4 MB/s eta 0:00:00 [2022-08-12T01:53:42.722Z] Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) [2022-08-12T01:53:42.722Z] Collecting selenium>=3.141.0 [2022-08-12T01:53:42.722Z] Downloading selenium-4.4.0-py3-none-any.whl (985 kB) [2022-08-12T01:53:42.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 985.8/985.8 kB 9.0 MB/s eta 0:00:00 [2022-08-12T01:53:42.995Z] Collecting robotframework-pythonlibcore>=2.1.0 [2022-08-12T01:53:42.995Z] Downloading robotframework_pythonlibcore-3.0.0-py2.py3-none-any.whl (9.9 kB) [2022-08-12T01:53:42.995Z] 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) [2022-08-12T01:53:43.268Z] Collecting trio~=0.17 [2022-08-12T01:53:43.268Z] Downloading trio-0.21.0-py3-none-any.whl (358 kB) [2022-08-12T01:53:43.268Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 359.0/359.0 kB 7.3 MB/s eta 0:00:00 [2022-08-12T01:53:43.541Z] Collecting trio-websocket~=0.9 [2022-08-12T01:53:43.541Z] Downloading trio_websocket-0.9.2-py3-none-any.whl (16 kB) [2022-08-12T01:53:43.541Z] Collecting async-generator>=1.9 [2022-08-12T01:53:43.541Z] Downloading async_generator-1.10-py3-none-any.whl (18 kB) [2022-08-12T01:53:43.814Z] Collecting sniffio [2022-08-12T01:53:43.814Z] Downloading sniffio-1.2.0-py3-none-any.whl (10 kB) [2022-08-12T01:53:43.814Z] 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) [2022-08-12T01:53:43.814Z] Collecting sortedcontainers [2022-08-12T01:53:44.087Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2022-08-12T01:53:44.087Z] Collecting outcome [2022-08-12T01:53:44.087Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2022-08-12T01:53:44.087Z] 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) [2022-08-12T01:53:44.359Z] Collecting wsproto>=0.14 [2022-08-12T01:53:44.359Z] Downloading wsproto-1.1.0-py3-none-any.whl (24 kB) [2022-08-12T01:53:44.952Z] Collecting PySocks!=1.5.7,<2.0,>=1.5.6 [2022-08-12T01:53:44.952Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2022-08-12T01:53:44.952Z] Collecting pyOpenSSL>=0.14 [2022-08-12T01:53:44.952Z] Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) [2022-08-12T01:53:45.222Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 2.4 MB/s eta 0:00:00 [2022-08-12T01:53:45.222Z] 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) [2022-08-12T01:53:47.180Z] Collecting cryptography>=1.3.4 [2022-08-12T01:53:47.180Z] Downloading cryptography-37.0.4-cp36-abi3-musllinux_1_1_aarch64.whl (4.1 MB) [2022-08-12T01:53:47.452Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 10.8 MB/s eta 0:00:00 [2022-08-12T01:53:49.409Z] Collecting cffi>=1.12 [2022-08-12T01:53:49.409Z] Downloading cffi-1.15.1.tar.gz (508 kB) [2022-08-12T01:53:49.409Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 10.7 MB/s eta 0:00:00 [2022-08-12T01:53:49.999Z] Preparing metadata (setup.py): started [2022-08-12T01:53:53.367Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:53:53.367Z] Collecting h11<1,>=0.9.0 [2022-08-12T01:53:53.367Z] Downloading h11-0.13.0-py3-none-any.whl (58 kB) [2022-08-12T01:53:53.638Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 1.3 MB/s eta 0:00:00 [2022-08-12T01:53:53.638Z] Collecting pycparser [2022-08-12T01:53:53.638Z] Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) [2022-08-12T01:53:53.908Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 4.3 MB/s eta 0:00:00 [2022-08-12T01:53:53.908Z] Building wheels for collected packages: cffi [2022-08-12T01:53:53.908Z] Building wheel for cffi (setup.py): started [2022-08-12T01:54:40.815Z] Building wheel for cffi (setup.py): finished with status 'done' [2022-08-12T01:54:40.815Z] Created wheel for cffi: filename=cffi-1.15.1-cp310-cp310-linux_aarch64.whl size=419164 sha256=f3af0058d40273dfab7778ba83e668e5f04a1287194ae97eb397c34d5c274f78 [2022-08-12T01:54:40.815Z] Stored in directory: /root/.cache/pip/wheels/9a/ee/45/194003e40379492794fdf4ff200b86205f5f63115b85864251 [2022-08-12T01:54:40.815Z] Successfully built cffi [2022-08-12T01:54:40.815Z] Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, pycparser, outcome, h11, async-generator, wsproto, trio, cffi, trio-websocket, cryptography, pyOpenSSL, selenium, robotframework-seleniumlibrary [2022-08-12T01:54:53.178Z] 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 [2022-08-12T01:54:53.179Z] 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 [2022-08-12T01:54:57.459Z] Collecting psycopg2==2.9.3 [2022-08-12T01:54:57.730Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2022-08-12T01:54:57.730Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.3 MB/s eta 0:00:00 [2022-08-12T01:54:58.322Z] Preparing metadata (setup.py): started [2022-08-12T01:55:01.689Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:55:01.689Z] Building wheels for collected packages: psycopg2 [2022-08-12T01:55:01.689Z] Building wheel for psycopg2 (setup.py): started [2022-08-12T01:56:09.642Z] Building wheel for psycopg2 (setup.py): still running... [2022-08-12T01:56:10.624Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2022-08-12T01:56:10.625Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470363 sha256=0efb302ac171ed011389275c801c5e2441a2ec3d6b2b6c30175960edbf43cacd [2022-08-12T01:56:10.625Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2022-08-12T01:56:10.625Z] Successfully built psycopg2 [2022-08-12T01:56:13.227Z] Installing collected packages: psycopg2 [2022-08-12T01:56:13.825Z] Successfully installed psycopg2-2.9.3 [2022-08-12T01:56:13.825Z] 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 [2022-08-12T01:56:19.204Z] Collecting pycryptodome==3.15.0 [2022-08-12T01:56:19.474Z] Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) [2022-08-12T01:56:20.085Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 10.0 MB/s eta 0:00:00 [2022-08-12T01:56:22.729Z] Preparing metadata (setup.py): started [2022-08-12T01:56:27.006Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-12T01:56:27.006Z] Building wheels for collected packages: pycryptodome [2022-08-12T01:56:27.006Z] Building wheel for pycryptodome (setup.py): started [2022-08-12T01:57:34.946Z] Building wheel for pycryptodome (setup.py): still running... [2022-08-12T01:58:42.894Z] Building wheel for pycryptodome (setup.py): still running... [2022-08-12T01:58:42.894Z] Building wheel for pycryptodome (setup.py): finished with status 'done' [2022-08-12T01:58:42.894Z] Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_aarch64.whl size=2016988 sha256=18aef14fdcca6b97a99c0e604434af9be25267eaec79df491586792aeea23f42 [2022-08-12T01:58:42.894Z] Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 [2022-08-12T01:58:42.894Z] Successfully built pycryptodome [2022-08-12T01:58:42.894Z] Installing collected packages: pycryptodome [2022-08-12T01:58:42.894Z] Successfully installed pycryptodome-3.15.0 [2022-08-12T01:58:42.894Z] 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 [2022-08-12T01:58:42.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:42.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:42.894Z] (1/3) Installing libgfortran (11.2.1_git20220219-r2) [2022-08-12T01:58:42.894Z] (2/3) Installing openblas (0.3.20-r0) [2022-08-12T01:58:42.894Z] (3/3) Installing py3-numpy (1.22.3-r0) [2022-08-12T01:58:43.166Z] OK: 619 MiB in 64 packages [2022-08-12T01:58:43.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:43.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:44.301Z] (1/1) Installing py3-psutil (5.9.0-r0) [2022-08-12T01:58:44.574Z] OK: 620 MiB in 65 packages [2022-08-12T01:58:44.574Z] **** install other tools **** [2022-08-12T01:58:44.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:44.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:45.825Z] (1/5) Installing ca-certificates (20220614-r0) [2022-08-12T01:58:45.825Z] (2/5) Installing brotli-libs (1.0.9-r6) [2022-08-12T01:58:45.825Z] (3/5) Installing nghttp2-libs (1.47.0-r0) [2022-08-12T01:58:45.825Z] (4/5) Installing libcurl (7.83.1-r2) [2022-08-12T01:58:45.825Z] (5/5) Installing curl (7.83.1-r2) [2022-08-12T01:58:45.825Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:58:45.825Z] Executing ca-certificates-20220614-r0.trigger [2022-08-12T01:58:46.101Z] OK: 622 MiB in 70 packages [2022-08-12T01:58:46.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:46.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:47.620Z] (1/1) Installing openssl (1.1.1q-r0) [2022-08-12T01:58:47.620Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:58:47.620Z] OK: 623 MiB in 71 packages [2022-08-12T01:58:47.891Z] **** install chromedriver **** [2022-08-12T01:58:47.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:48.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:49.139Z] v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-12T01:58:49.139Z] v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-12T01:58:49.139Z] OK: 16881 distinct packages available [2022-08-12T01:58:50.116Z] OK: 623 MiB in 71 packages [2022-08-12T01:58:50.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:50.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:50.976Z] fetch http://nl.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz [2022-08-12T01:58:52.399Z] (1/121) Installing libmagic (5.41-r0) [2022-08-12T01:58:52.399Z] (2/121) Installing file (5.41-r0) [2022-08-12T01:58:52.399Z] (3/121) Installing libxau (1.0.9-r0) [2022-08-12T01:58:52.399Z] (4/121) Installing libxdmcp (1.1.3-r0) [2022-08-12T01:58:52.399Z] (5/121) Installing libxcb (1.15-r0) [2022-08-12T01:58:52.399Z] (6/121) Installing libx11 (1.8-r0) [2022-08-12T01:58:52.669Z] (7/121) Installing libxext (1.3.4-r0) [2022-08-12T01:58:52.669Z] (8/121) Installing libice (1.0.10-r0) [2022-08-12T01:58:52.669Z] (9/121) Installing libuuid (2.38-r1) [2022-08-12T01:58:52.669Z] (10/121) Installing libsm (1.2.3-r0) [2022-08-12T01:58:52.669Z] (11/121) Installing libxt (1.2.1-r0) [2022-08-12T01:58:52.669Z] (12/121) Installing libxmu (1.1.3-r0) [2022-08-12T01:58:52.669Z] (13/121) Installing xset (1.2.4-r0) [2022-08-12T01:58:52.669Z] (14/121) Installing xprop (1.2.5-r0) [2022-08-12T01:58:52.669Z] (15/121) Installing xdg-utils (1.1.3-r3) [2022-08-12T01:58:52.669Z] (16/121) Installing eudev-libs (3.2.11-r0) [2022-08-12T01:58:52.669Z] (17/121) Installing libintl (0.21-r2) [2022-08-12T01:58:52.669Z] (18/121) Installing libblkid (2.38-r1) [2022-08-12T01:58:52.669Z] (19/121) Installing libmount (2.38-r1) [2022-08-12T01:58:52.669Z] (20/121) Installing pcre (8.45-r2) [2022-08-12T01:58:52.669Z] (21/121) Installing glib (2.72.1-r0) [2022-08-12T01:58:52.669Z] (22/121) Installing shared-mime-info (2.2-r0) [2022-08-12T01:58:52.938Z] (23/121) Installing hicolor-icon-theme (0.17-r1) [2022-08-12T01:58:52.938Z] (24/121) Installing libjpeg-turbo (2.1.3-r1) [2022-08-12T01:58:52.938Z] (25/121) Installing libpng (1.6.37-r1) [2022-08-12T01:58:52.938Z] (26/121) Installing libwebp (1.2.3-r0) [2022-08-12T01:58:52.938Z] (27/121) Installing zstd-libs (1.5.2-r1) [2022-08-12T01:58:52.938Z] (28/121) Installing tiff (4.3.0-r1) [2022-08-12T01:58:52.938Z] (29/121) Installing gdk-pixbuf (2.42.8-r0) [2022-08-12T01:58:52.938Z] (30/121) Installing gtk-update-icon-cache (2.24.33-r3) [2022-08-12T01:58:52.938Z] (31/121) Installing libxcomposite (0.4.5-r0) [2022-08-12T01:58:52.938Z] (32/121) Installing libxfixes (6.0.0-r0) [2022-08-12T01:58:52.938Z] (33/121) Installing libxrender (0.9.10-r3) [2022-08-12T01:58:52.938Z] (34/121) Installing libxcursor (1.2.1-r0) [2022-08-12T01:58:52.938Z] (35/121) Installing libxdamage (1.1.5-r1) [2022-08-12T01:58:52.938Z] (36/121) Installing libxi (1.8-r0) [2022-08-12T01:58:52.938Z] (37/121) Installing libxinerama (1.1.4-r1) [2022-08-12T01:58:53.212Z] (38/121) Installing libxrandr (1.5.2-r1) [2022-08-12T01:58:53.212Z] (39/121) Installing atk (2.38.0-r0) [2022-08-12T01:58:53.212Z] (40/121) Installing libxtst (1.2.3-r3) [2022-08-12T01:58:53.212Z] (41/121) Installing dbus-libs (1.14.0-r1) [2022-08-12T01:58:53.212Z] (42/121) Installing at-spi2-core (2.44.1-r0) [2022-08-12T01:58:53.212Z] (43/121) Installing at-spi2-atk (2.38.0-r0) [2022-08-12T01:58:53.212Z] (44/121) Installing freetype (2.12.1-r0) [2022-08-12T01:58:53.212Z] (45/121) Installing fontconfig (2.14.0-r0) [2022-08-12T01:58:53.212Z] (46/121) Installing pixman (0.40.0-r3) [2022-08-12T01:58:53.212Z] (47/121) Installing cairo (1.17.4-r2) [2022-08-12T01:58:53.212Z] (48/121) Installing cairo-gobject (1.17.4-r2) [2022-08-12T01:58:53.212Z] (49/121) Installing avahi-libs (0.8-r6) [2022-08-12T01:58:53.212Z] (50/121) Installing nettle (3.7.3-r0) [2022-08-12T01:58:53.212Z] (51/121) Installing p11-kit (0.24.1-r0) [2022-08-12T01:58:53.212Z] (52/121) Installing libtasn1 (4.18.0-r0) [2022-08-12T01:58:53.212Z] (53/121) Installing libunistring (1.0-r0) [2022-08-12T01:58:53.482Z] (54/121) Installing gnutls (3.7.7-r0) [2022-08-12T01:58:53.482Z] (55/121) Installing cups-libs (2.4.2-r0) [2022-08-12T01:58:53.482Z] (56/121) Installing libepoxy (1.5.10-r0) [2022-08-12T01:58:53.482Z] (57/121) Installing fribidi (1.0.12-r0) [2022-08-12T01:58:53.482Z] (58/121) Installing graphite2 (1.3.14-r1) [2022-08-12T01:58:53.482Z] (59/121) Installing harfbuzz (4.3.0-r0) [2022-08-12T01:58:53.482Z] (60/121) Installing libxft (2.3.4-r0) [2022-08-12T01:58:53.482Z] (61/121) Installing pango (1.50.7-r0) [2022-08-12T01:58:53.482Z] (62/121) Installing wayland-libs-client (1.20.0-r0) [2022-08-12T01:58:53.482Z] (63/121) Installing wayland-libs-cursor (1.20.0-r0) [2022-08-12T01:58:53.482Z] (64/121) Installing wayland-libs-egl (1.20.0-r0) [2022-08-12T01:58:53.482Z] (65/121) Installing xkeyboard-config (2.35.1-r0) [2022-08-12T01:58:53.752Z] (66/121) Installing libxkbcommon (1.4.1-r0) [2022-08-12T01:58:53.752Z] (67/121) Installing gtk+3.0 (3.24.34-r1) [2022-08-12T01:58:54.022Z] Executing gtk+3.0-3.24.34-r1.post-install [2022-08-12T01:58:54.022Z] (68/121) Installing libfontenc (1.1.4-r0) [2022-08-12T01:58:54.022Z] (69/121) Installing mkfontscale (1.2.2-r0) [2022-08-12T01:58:54.022Z] (70/121) Installing font-opensans (0_git20210927-r0) [2022-08-12T01:58:54.292Z] (71/121) Installing libogg (1.3.5-r1) [2022-08-12T01:58:54.292Z] (72/121) Installing flac (1.3.4-r0) [2022-08-12T01:58:54.292Z] (73/121) Installing alsa-lib (1.2.7.2-r0) [2022-08-12T01:58:54.292Z] (74/121) Installing sdl2 (2.0.22-r0) [2022-08-12T01:58:54.292Z] (75/121) Installing aom-libs (3.3.0-r0) [2022-08-12T01:58:54.563Z] (76/121) Installing libass (0.16.0-r0) [2022-08-12T01:58:54.563Z] (77/121) Installing libdav1d (1.0.0-r0) [2022-08-12T01:58:54.563Z] (78/121) Installing libdrm (2.4.110-r0) [2022-08-12T01:58:54.563Z] (79/121) Installing lame (3.100-r0) [2022-08-12T01:58:54.563Z] (80/121) Installing opus (1.3.1-r1) [2022-08-12T01:58:54.563Z] (81/121) Installing libasyncns (0.8-r1) [2022-08-12T01:58:54.563Z] (82/121) Installing libltdl (2.4.7-r0) [2022-08-12T01:58:54.563Z] (83/121) Installing orc (0.4.32-r0) [2022-08-12T01:58:54.563Z] (84/121) Installing libvorbis (1.3.7-r0) [2022-08-12T01:58:54.563Z] (85/121) Installing libsndfile (1.1.0-r0) [2022-08-12T01:58:54.563Z] (86/121) Installing soxr (0.1.3-r2) [2022-08-12T01:58:54.563Z] (87/121) Installing speexdsp (1.2.0-r0) [2022-08-12T01:58:54.563Z] (88/121) Installing tdb-libs (1.4.6-r0) [2022-08-12T01:58:54.563Z] (89/121) Installing libpulse (15.0-r2) [2022-08-12T01:58:54.563Z] (90/121) Installing cjson (1.7.15-r3) [2022-08-12T01:58:54.563Z] (91/121) Installing mbedtls (2.28.1-r0) [2022-08-12T01:58:54.836Z] (92/121) Installing librist (0.2.6-r1) [2022-08-12T01:58:54.836Z] (93/121) Installing libsrt (1.4.4-r0) [2022-08-12T01:58:54.836Z] (94/121) Installing libssh (0.9.6-r1) [2022-08-12T01:58:54.836Z] (95/121) Installing libtheora (1.1.1-r16) [2022-08-12T01:58:54.836Z] (96/121) Installing v4l-utils-libs (1.22.1-r1) [2022-08-12T01:58:54.836Z] (97/121) Installing libva (2.14.0-r0) [2022-08-12T01:58:54.836Z] (98/121) Installing libvdpau (1.5-r0) [2022-08-12T01:58:54.836Z] (99/121) Installing vidstab (1.1.0-r1) [2022-08-12T01:58:54.836Z] (100/121) Installing libvpx (1.11.0-r1) [2022-08-12T01:58:54.836Z] (101/121) Installing x264-libs (0.163_git20210613-r0) [2022-08-12T01:58:54.836Z] (102/121) Installing numactl (2.0.14-r0) [2022-08-12T01:58:54.836Z] (103/121) Installing x265-libs (3.5-r3) [2022-08-12T01:58:55.108Z] (104/121) Installing xvidcore (1.3.7-r1) [2022-08-12T01:58:55.108Z] (105/121) Installing ffmpeg-libs (5.0.1-r1) [2022-08-12T01:58:55.700Z] (106/121) Installing libevent (2.1.12-r4) [2022-08-12T01:58:55.700Z] (107/121) Installing mesa (21.3.8-r2) [2022-08-12T01:58:55.700Z] (108/121) Installing wayland-libs-server (1.20.0-r0) [2022-08-12T01:58:55.700Z] (109/121) Installing mesa-gbm (21.3.8-r2) [2022-08-12T01:58:55.700Z] (110/121) Installing lcms2 (2.13.1-r0) [2022-08-12T01:58:55.700Z] (111/121) Installing minizip (1.2.12-r0) [2022-08-12T01:58:55.700Z] (112/121) Installing nspr (4.33-r0) [2022-08-12T01:58:55.700Z] (113/121) Installing nss (3.78.1-r0) [2022-08-12T01:58:55.700Z] (114/121) Installing pipewire-libs (0.3.51-r1) [2022-08-12T01:58:55.971Z] (115/121) Installing re2 (2022.04.01-r0) [2022-08-12T01:58:55.971Z] (116/121) Installing snappy (1.1.9-r4) [2022-08-12T01:58:55.971Z] (117/121) Installing libgpg-error (1.45-r0) [2022-08-12T01:58:55.971Z] (118/121) Installing libgcrypt (1.10.1-r0) [2022-08-12T01:58:55.971Z] (119/121) Installing libxslt (1.1.35-r0) [2022-08-12T01:58:55.971Z] (120/121) Installing chromium@latest-stable (104.0.5112.79-r0) [2022-08-12T01:59:02.684Z] (121/121) Installing chromium-chromedriver@latest-stable (104.0.5112.79-r0) [2022-08-12T01:59:02.684Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T01:59:02.684Z] Executing glib-2.72.1-r0.trigger [2022-08-12T01:59:02.684Z] Executing shared-mime-info-2.2-r0.trigger [2022-08-12T01:59:09.394Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-08-12T01:59:09.394Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2022-08-12T01:59:09.394Z] Executing fontconfig-2.14.0-r0.trigger [2022-08-12T01:59:09.394Z] Executing mkfontscale-1.2.2-r0.trigger [2022-08-12T01:59:09.394Z] OK: 957 MiB in 192 packages [2022-08-12T01:59:48.375Z] Removing intermediate container 0213bd74efe8 [2022-08-12T01:59:48.375Z] ---> 01195955c07f [2022-08-12T01:59:48.375Z] Step 11/14 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2022-08-12T01:59:48.375Z] ---> Running in f12b2f2f288c [2022-08-12T01:59:48.375Z] Removing intermediate container f12b2f2f288c [2022-08-12T01:59:48.375Z] ---> 2a6c9479cb06 [2022-08-12T01:59:48.375Z] Step 12/14 : LABEL arch=arm64 [2022-08-12T01:59:48.375Z] ---> Running in 3c5c43943bac [2022-08-12T01:59:48.375Z] Removing intermediate container 3c5c43943bac [2022-08-12T01:59:48.375Z] ---> 87772da93407 [2022-08-12T01:59:48.375Z] Step 13/14 : LABEL git_sha=d6ad759151241d7a439cc59cf56bac04f2afa482 [2022-08-12T01:59:48.375Z] ---> Running in 0bc89380483a [2022-08-12T01:59:48.375Z] Removing intermediate container 0bc89380483a [2022-08-12T01:59:48.375Z] ---> 609a856ec57c [2022-08-12T01:59:48.375Z] Step 14/14 : LABEL version=0.0.0 [2022-08-12T01:59:48.375Z] ---> Running in f4afb07fc91d [2022-08-12T01:59:48.375Z] Removing intermediate container f4afb07fc91d [2022-08-12T01:59:48.375Z] ---> b23c2fa072b2 [2022-08-12T01:59:48.375Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T01:59:48.375Z] Successfully built b23c2fa072b2 [2022-08-12T01:59:48.647Z] 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 [2022-08-12T01:59:49.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T01:59:49.516Z] [2022-08-12T01:59:49.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T01:59:49.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T01:59:50.202Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-12T01:59:50.202Z] 8998bd30e6a1: Pulling fs layer [2022-08-12T01:59:50.202Z] 04944245beec: Pulling fs layer [2022-08-12T01:59:50.202Z] 699f458cf7ca: Pulling fs layer [2022-08-12T01:59:50.202Z] 765212b225bb: Pulling fs layer [2022-08-12T01:59:50.202Z] f23df028b6ca: Pulling fs layer [2022-08-12T01:59:50.202Z] d65c8cfc05b1: Pulling fs layer [2022-08-12T01:59:50.202Z] 2437ff75d9bd: Pulling fs layer [2022-08-12T01:59:50.202Z] f23df028b6ca: Waiting [2022-08-12T01:59:50.202Z] d65c8cfc05b1: Waiting [2022-08-12T01:59:50.202Z] 2437ff75d9bd: Waiting [2022-08-12T01:59:50.202Z] 765212b225bb: Waiting [2022-08-12T01:59:50.484Z] 04944245beec: Verifying Checksum [2022-08-12T01:59:50.484Z] 04944245beec: Download complete [2022-08-12T01:59:50.484Z] 765212b225bb: Verifying Checksum [2022-08-12T01:59:50.484Z] 765212b225bb: Download complete [2022-08-12T01:59:50.484Z] f23df028b6ca: Verifying Checksum [2022-08-12T01:59:50.484Z] f23df028b6ca: Download complete [2022-08-12T01:59:50.484Z] d65c8cfc05b1: Verifying Checksum [2022-08-12T01:59:50.484Z] d65c8cfc05b1: Download complete [2022-08-12T01:59:50.484Z] 699f458cf7ca: Verifying Checksum [2022-08-12T01:59:50.484Z] 699f458cf7ca: Download complete [2022-08-12T01:59:51.077Z] 8998bd30e6a1: Download complete [2022-08-12T01:59:53.051Z] 2437ff75d9bd: Verifying Checksum [2022-08-12T01:59:53.051Z] 2437ff75d9bd: Download complete [2022-08-12T01:59:55.671Z] 8998bd30e6a1: Pull complete [2022-08-12T01:59:55.671Z] 04944245beec: Pull complete [2022-08-12T01:59:57.107Z] 699f458cf7ca: Pull complete [2022-08-12T01:59:57.379Z] 765212b225bb: Pull complete [2022-08-12T01:59:58.357Z] f23df028b6ca: Pull complete [2022-08-12T01:59:58.357Z] d65c8cfc05b1: Pull complete [2022-08-12T02:00:13.433Z] 2437ff75d9bd: Pull complete [2022-08-12T02:00:13.433Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-12T02:00:13.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T02:00:13.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T02:00:13.835Z] prd-ubuntu20.04-docker-arm64-4c-16g-22560 does not seem to be running inside a container [2022-08-12T02:00:13.918Z] $ 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 [2022-08-12T02:00:16.331Z] $ docker top 6fa5ff14ab90508a853db3ac3db9a61e0d4c1a9dda6b04010105d4481812e98b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:17.351Z] ---> job-cost.sh [2022-08-12T02:00:17.351Z] lf-activate-venv: SKIPPING [2022-08-12T02:00:17.351Z] INFO: No Stack... [2022-08-12T02:00:17.942Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-12T02:00:18.913Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T02:00:19.586Z] + cat /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/cost.csv [2022-08-12T02:00:19.586Z] + cut -d, -f6 [Pipeline] lock [2022-08-12T02:00:19.670Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [2022-08-12T02:00:19.675Z] Resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] did not exist. Created. [2022-08-12T02:00:19.675Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T02:00:20.409Z] /w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/durable-803ff5e4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-12T02:00:21.097Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-12T02:00:21.132Z] Warning: overwriting stash ‘stack-cost’ [2022-08-12T02:00:21.561Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T02:00:21.582Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T02:00:21.644Z] $ docker stop --time=1 6fa5ff14ab90508a853db3ac3db9a61e0d4c1a9dda6b04010105d4481812e98b [2022-08-12T02:00:23.126Z] $ 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 [2022-08-12T02:00:24.756Z] + [ -d /w/workspace/exfoundry_edgex-taf-common_PR-44/archives ] [2022-08-12T02:00:24.756Z] + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-44/archives [2022-08-12T02:00:24.756Z] total 16 [2022-08-12T02:00:24.756Z] drwxr-xr-x 3 root root 4096 Aug 12 01:44 . [2022-08-12T02:00:24.756Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 12 01:44 .. [2022-08-12T02:00:24.756Z] drwxr-xr-x 2 root root 4096 Aug 12 01:44 cost [2022-08-12T02:00:24.756Z] -rw-r--r-- 1 root root 87 Aug 12 01:44 cost.csv [2022-08-12T02:00:24.756Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_edgex-taf-common_PR-44/archives [2022-08-12T02:00:24.756Z] + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-44/archives [2022-08-12T02:00:24.756Z] total 16 [2022-08-12T02:00:24.756Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 01:44 . [2022-08-12T02:00:24.756Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 12 01:44 .. [2022-08-12T02:00:24.756Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 01:44 cost [2022-08-12T02:00:24.756Z] -rw-r--r-- 1 jenkins jenkins 87 Aug 12 01:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:25.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:25.998Z] ---> package-listing.sh [2022-08-12T02:00:25.998Z] ++ facter osfamily [2022-08-12T02:00:25.998Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-12T02:00:25.998Z] + OS_FAMILY=debian [2022-08-12T02:00:25.998Z] + workspace=/w/workspace/exfoundry_edgex-taf-common_PR-44 [2022-08-12T02:00:25.998Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-12T02:00:25.998Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-12T02:00:25.998Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-12T02:00:25.998Z] + PACKAGES=/tmp/packages_start.txt [2022-08-12T02:00:25.998Z] + '[' /w/workspace/exfoundry_edgex-taf-common_PR-44 ']' [2022-08-12T02:00:25.998Z] + PACKAGES=/tmp/packages_end.txt [2022-08-12T02:00:25.998Z] + case "${OS_FAMILY}" in [2022-08-12T02:00:26.260Z] + grep '^ii' [2022-08-12T02:00:26.260Z] + dpkg -l [2022-08-12T02:00:26.260Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-12T02:00:26.260Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-12T02:00:26.260Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-12T02:00:26.260Z] + '[' /w/workspace/exfoundry_edgex-taf-common_PR-44 ']' [2022-08-12T02:00:26.260Z] + mkdir -p /w/workspace/exfoundry_edgex-taf-common_PR-44/archives/ [2022-08-12T02:00:26.260Z] + 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 [2022-08-12T02:00:26.295Z] 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 [2022-08-12T02:00:26.589Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T02:00:27.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T02:00:27.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T02:00:27.371Z] prd-ubuntu20.04-docker-8c-8g-22558 does not seem to be running inside a container [2022-08-12T02:00:27.414Z] $ 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 [2022-08-12T02:00:27.639Z] $ docker top bf2c0f2d20a3668bef7219430a579dd6f212c565f525bf1eb7bfce0a7d8e7bc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T02:00:28.028Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-12T02:00:28.343Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-12T02:00:28.666Z] + ls /var/log/sa-host [2022-08-12T02:00:28.666Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T02:00:28.910Z] provisioning config files... [2022-08-12T02:00:28.920Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-44@tmp/config5738407297600076405tmp [Pipeline] { [Pipeline] echo [2022-08-12T02:00:28.976Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:29.295Z] ---> create-netrc.sh [Pipeline] } [2022-08-12T02:00:29.322Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:29.739Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-12T02:00:29.771Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:30.083Z] ---> sudo-logs.sh [2022-08-12T02:00:30.083Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-12T02:00:30.160Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:30.512Z] ---> job-cost.sh [2022-08-12T02:00:30.512Z] lf-activate-venv: SKIPPING [2022-08-12T02:00:30.512Z] DEBUG: total: 0.2199999988079071 [2022-08-12T02:00:30.512Z] INFO: Retrieving Stack Cost... [2022-08-12T02:00:31.085Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T02:00:31.347Z] INFO: Archiving Costs [Pipeline] echo [2022-08-12T02:00:31.379Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T02:00:31.694Z] ---> logs-deploy.sh [2022-08-12T02:00:31.694Z] lf-activate-venv: SKIPPING [2022-08-12T02:00:31.694Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-44/1 [2022-08-12T02:00:31.694Z] INFO: archiving workspace using pattern(s): [2022-08-12T02:00:32.632Z] Archives upload complete. [2022-08-12T02:00:32.632Z] INFO: archiving logs to Nexus