Pull request #55 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 jumpingliu for edgexfoundry/edgex-taf-common Obtained Jenkinsfile from ba3f4f68f4093e002640856cfd3dc81b1971a242+437f112b20c4e4b4ca5169bd4ee8fb99e51cb62b (b55ff1f8d4441bca9cbf65d4046193c1a70a9789) 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-ssh2277109530988500503.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh7040603060371952234.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-55/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-55/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6092602072631590967.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-55/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9283084100183162474.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh8373150541541033512.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-55/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-55/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh404026510974328622.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-17201 in /w/workspace/exfoundry_edgex-taf-common_PR-55 [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-55 # 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 437f112b20c4e4b4ca5169bd4ee8fb99e51cb62b into PR head commit ba3f4f68f4093e002640856cfd3dc81b1971a242 Merge succeeded, producing ba3f4f68f4093e002640856cfd3dc81b1971a242 Checking out Revision ba3f4f68f4093e002640856cfd3dc81b1971a242 (PR-55) > 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/55/head:refs/remotes/origin/PR-55 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba3f4f68f4093e002640856cfd3dc81b1971a242 # 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 437f112b20c4e4b4ca5169bd4ee8fb99e51cb62b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba3f4f68f4093e002640856cfd3dc81b1971a242 # timeout=10 Commit message: "docs: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:28:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:28:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:28:20 ========================================================= 23:28:20 EdgeX Global Pipelines Version Info 23:28:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:28:20 ------------------- 23:28:20 stable info: 23:28:20 ------------------- 23:28:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:28:20 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 23:28:20 Message: update stable to v1.0.249 23:28:21 ------------------- 23:28:21 experimental info: 23:28:21 ------------------- 23:28:21 Commited By: **** collab-it+edgex@linuxfoundation.org 23:28:21 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 23:28:21 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:28:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 23:28:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 23:28:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:28:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:28:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-55 [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-55 [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-55 [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba3f4f68f4093e002640856cfd3dc81b1971a242 [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba3f4f6 [Pipeline] echo 23:28:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:28:22 provisioning config files... 23:28:22 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/config1144633633617610129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:23 ---> docker-login.sh 23:28:23 nexus3.edgexfoundry.org:10001 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 nexus3.edgexfoundry.org:10002 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 nexus3.edgexfoundry.org:10003 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 nexus3.edgexfoundry.org:10004 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 docker.io 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 ---> docker-login.sh ends [Pipeline] } 23:28:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:28:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:28:24 + grep -v github /etc/ssh/ssh_known_hosts 23:28:24 + [ -e /tmp/ssh_known_hosts ] 23:28:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:28:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:28:24 + sudo tee -a /etc/ssh/ssh_known_hosts 23:28:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:28:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:28:25 23:28:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:28:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:28:25 0.1.4: Pulling from edgex-devops/py-git-semver 23:28:25 b85a868b505f: Pulling fs layer 23:28:25 e2be974225ed: Pulling fs layer 23:28:25 339a4e72a1f5: Pulling fs layer 23:28:25 988bab9f4d93: Pulling fs layer 23:28:25 1469e6f7b9e6: Pulling fs layer 23:28:25 eaf3925da568: Pulling fs layer 23:28:25 bab4dde63d76: Pulling fs layer 23:28:25 bde34c3a00c8: Pulling fs layer 23:28:25 b352a97aabf1: Pulling fs layer 23:28:25 4872d77fe225: Pulling fs layer 23:28:25 5851b861e8e6: Pulling fs layer 23:28:25 988bab9f4d93: Waiting 23:28:25 4872d77fe225: Waiting 23:28:25 bab4dde63d76: Waiting 23:28:25 1469e6f7b9e6: Waiting 23:28:25 bde34c3a00c8: Waiting 23:28:25 b352a97aabf1: Waiting 23:28:25 eaf3925da568: Waiting 23:28:25 5851b861e8e6: Waiting 23:28:25 e2be974225ed: Verifying Checksum 23:28:25 e2be974225ed: Download complete 23:28:25 988bab9f4d93: Verifying Checksum 23:28:25 988bab9f4d93: Download complete 23:28:25 1469e6f7b9e6: Verifying Checksum 23:28:25 1469e6f7b9e6: Download complete 23:28:25 eaf3925da568: Verifying Checksum 23:28:25 eaf3925da568: Download complete 23:28:25 339a4e72a1f5: Verifying Checksum 23:28:25 339a4e72a1f5: Download complete 23:28:25 bde34c3a00c8: Verifying Checksum 23:28:25 b352a97aabf1: Download complete 23:28:25 4872d77fe225: Download complete 23:28:25 5851b861e8e6: Download complete 23:28:25 b85a868b505f: Verifying Checksum 23:28:25 b85a868b505f: Download complete 23:28:25 bab4dde63d76: Verifying Checksum 23:28:25 bab4dde63d76: Download complete 23:28:26 b85a868b505f: Pull complete 23:28:27 e2be974225ed: Pull complete 23:28:27 339a4e72a1f5: Pull complete 23:28:27 988bab9f4d93: Pull complete 23:28:28 1469e6f7b9e6: Pull complete 23:28:28 eaf3925da568: Pull complete 23:28:29 bab4dde63d76: Pull complete 23:28:29 bde34c3a00c8: Pull complete 23:28:29 b352a97aabf1: Pull complete 23:28:29 4872d77fe225: Pull complete 23:28:30 5851b861e8e6: Pull complete 23:28:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:28:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:28:30 prd-ubuntu20.04-docker-8c-8g-17201 does not seem to be running inside a container 23:28:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_edgex-taf-common_PR-55 -v /w/workspace/exfoundry_edgex-taf-common_PR-55:/w/workspace/exfoundry_edgex-taf-common_PR-55:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-55@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-devops/py-git-semver:0.1.4 cat 23:28:31 $ docker top 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 -eo pid,comm 23:28:31 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). 23:28:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:32 [ssh-agent] Looking for ssh-agent implementation... 23:28:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:32 $ docker exec 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 ssh-agent 23:28:32 SSH_AUTH_SOCK=/tmp/ssh-HLxtD2znlxdg/agent.31 23:28:32 SSH_AGENT_PID=37 23:28:32 Running ssh-add (command line suppressed) 23:28:32 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/private_key_4606007958671563651.key (/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/private_key_4606007958671563651.key) 23:28:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:32 + git tag --points-at HEAD [Pipeline] } 23:28:32 $ docker exec --env ******** --env ******** 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 ssh-agent -k 23:28:32 unset SSH_AUTH_SOCK; 23:28:32 unset SSH_AGENT_PID; 23:28:32 echo Agent pid 37 killed; 23:28:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:28:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:33 [ssh-agent] Looking for ssh-agent implementation... 23:28:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:33 $ docker exec 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 ssh-agent 23:28:33 SSH_AUTH_SOCK=/tmp/ssh-Phnkd8T0HiaW/agent.69 23:28:33 SSH_AGENT_PID=75 23:28:33 Running ssh-add (command line suppressed) 23:28:33 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/private_key_14148392512724440069.key (/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/private_key_14148392512724440069.key) 23:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:33 + git semver init 23:28:33 2023-05-29 23:28:33,842 [run_init] DEBUG init version:0.0.0 force:False 23:28:33 2023-05-29 23:28:33,843 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver 23:28:33 2023-05-29 23:28:33,844 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/exfoundry_edgex-taf-common_PR-55/.semver 23:28:33 2023-05-29 23:28:33,844 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-55, universal_newlines=False, shell=None, istream=None) 23:28:34 2023-05-29 23:28:34,409 [append_file] DEBUG append to file:/w/workspace/exfoundry_edgex-taf-common_PR-55/.git/info/exclude 23:28:34 2023-05-29 23:28:34,409 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver/PR-55 with force:False 23:28:34 2023-05-29 23:28:34,409 [write_file] DEBUG write to file:/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver/PR-55 23:28:34 2023-05-29 23:28:34,413 [execute] INFO git cat-file --batch-check 23:28:34 2023-05-29 23:28:34,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver, universal_newlines=False, shell=None, istream=) 23:28:34 2023-05-29 23:28:34,420 [execute] INFO git cat-file --batch 23:28:34 2023-05-29 23:28:34,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-55/.semver, universal_newlines=False, shell=None, istream=) 23:28:34 2023-05-29 23:28:34,426 [read_version] DEBUG read version from /w/workspace/exfoundry_edgex-taf-common_PR-55/.semver/PR-55 23:28:34 0.0.0 [Pipeline] } 23:28:34 $ docker exec --env ******** --env ******** 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 ssh-agent -k 23:28:34 unset SSH_AUTH_SOCK; 23:28:34 unset SSH_AGENT_PID; 23:28:34 echo Agent pid 75 killed; 23:28:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:35 + git semver [Pipeline] } 23:28:35 $ docker stop --time=1 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 23:28:36 $ docker rm -f --volumes 477742c341e514300b6614b4b782f426608041c9d7c6cf10b1e68ef1f1c54711 [Pipeline] // withDockerContainer [Pipeline] sh 23:28:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:28:37 Stashed 1 file(s) [Pipeline] echo 23:28:37 [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 23:28:37 provisioning config files... 23:28:37 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/config15245066882284160549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:38 ---> docker-login.sh 23:28:38 nexus3.edgexfoundry.org:10001 23:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:38 Configure a credential helper to remove this warning. See 23:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:38 23:28:38 Login Succeeded 23:28:38 nexus3.edgexfoundry.org:10002 23:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:38 Configure a credential helper to remove this warning. See 23:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:38 23:28:38 Login Succeeded 23:28:38 nexus3.edgexfoundry.org:10003 23:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:38 Configure a credential helper to remove this warning. See 23:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:38 23:28:38 Login Succeeded 23:28:38 nexus3.edgexfoundry.org:10004 23:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:38 Configure a credential helper to remove this warning. See 23:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:38 23:28:38 Login Succeeded 23:28:38 docker.io 23:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:38 Configure a credential helper to remove this warning. See 23:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:38 23:28:38 Login Succeeded 23:28:38 ---> docker-login.sh ends [Pipeline] } 23:28:38 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 23:28:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:28:39 + ls -al . 23:28:39 total 68 23:28:39 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:28 . 23:28:39 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:28 .. 23:28:39 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:28 .git 23:28:39 -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:28 .gitignore 23:28:39 drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:28 .semver 23:28:39 -rw-rw-r-- 1 jenkins jenkins 2268 May 29 23:28 Dockerfile 23:28:39 -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:28 Jenkinsfile 23:28:39 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:28 LICENSE 23:28:39 -rw-rw-r-- 1 jenkins jenkins 3626 May 29 23:28 README.md 23:28:39 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:28 TAF-Manager 23:28:39 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:28 TUC 23:28:39 -rw-rw-r-- 1 jenkins jenkins 5 May 29 23:28 VERSION 23:28:39 -rw-rw-r-- 1 jenkins jenkins 344 May 29 23:28 requirements.txt 23:28:39 -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:28 robot-entrypoint.sh 23:28:39 -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:28 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:28:40 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=ba3f4f68f4093e002640856cfd3dc81b1971a242 --label arch=amd64 --label version=0.0.0 . 23:28:40 Sending build context to Docker daemon 435.2kB 23:28:40 Step 1/12 : FROM alpine:3.16 23:28:40 3.16: Pulling from library/alpine 23:28:40 91d30c5bc195: Pulling fs layer 23:28:40 91d30c5bc195: Download complete 23:28:41 91d30c5bc195: Pull complete 23:28:41 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 23:28:41 Status: Downloaded newer image for alpine:3.16 23:28:41 ---> 8471affe5de5 23:28:41 Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:28:41 ---> Running in 5fd60262c3e9 23:28:41 Removing intermediate container 5fd60262c3e9 23:28:41 ---> 25338b7490ca 23:28:41 Step 3/12 : LABEL maintainer="Bruce Huang " 23:28:41 ---> Running in 7c91005ba3e7 23:28:41 Removing intermediate container 7c91005ba3e7 23:28:41 ---> 50b29545859b 23:28:41 Step 4/12 : COPY . /edgex-taf/edgex-taf-common 23:28:41 ---> 94ebbbf00ec5 23:28:41 Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ 23:28:41 ---> 7fde146bd629 23:28:41 Step 6/12 : WORKDIR /edgex-taf 23:28:41 ---> Running in 0bacbe9fe42c 23:28:41 Removing intermediate container 0bacbe9fe42c 23:28:41 ---> fe2634d4264d 23:28:41 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:41 ---> Running in 1bd4e9e74dc3 23:28:42 Removing intermediate container 1bd4e9e74dc3 23:28:42 ---> 6ed38645990a 23:28:42 Step 8/12 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.4-r0 && 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 && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install 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==4.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 numpy==1.22.3 && pip3 install -U psutil==5.9.0 && pip3 install -U pycryptodome==3.15.0 && pip3 install -U influxdb-client==1.33.0 23:28:42 ---> Running in 2fefa62492d4 23:28:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:28:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:28:44 (1/3) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 23:28:44 (2/3) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 23:28:45 (3/3) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 23:28:45 Executing busybox-1.35.0-r17.trigger 23:28:45 OK: 6 MiB in 14 packages 23:28:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:28:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:28:46 (1/9) Installing ca-certificates (20230506-r0) 23:28:46 (2/9) Installing brotli-libs (1.0.9-r6) 23:28:47 (3/9) Installing nghttp2-libs (1.47.0-r0) 23:28:47 (4/9) Installing libcurl (8.1.1-r1) 23:28:48 (5/9) Installing curl (8.1.1-r1) 23:28:48 (6/9) Installing docker-cli (20.10.20-r0) 23:28:49 (7/9) Installing oniguruma (6.9.8-r0) 23:28:49 (8/9) Installing jq (1.6-r1) 23:28:50 (9/9) Installing openssl (1.1.1t-r2) 23:28:50 Executing busybox-1.35.0-r17.trigger 23:28:50 Executing ca-certificates-20230506-r0.trigger 23:28:50 OK: 52 MiB in 23 packages 23:28:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:28:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:28:51 (1/137) Installing libmagic (5.41-r0) 23:28:52 (2/137) Installing file (5.41-r0) 23:28:52 (3/137) Installing libxau (1.0.9-r0) 23:28:52 (4/137) Installing libxdmcp (1.1.3-r0) 23:28:52 Still waiting to schedule task 23:28:52 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 23:28:52 (5/137) Installing libxcb (1.15-r0) 23:28:53 (6/137) Installing libx11 (1.8-r0) 23:28:53 (7/137) Installing libxext (1.3.4-r0) 23:28:54 (8/137) Installing libice (1.0.10-r0) 23:28:54 (9/137) Installing libuuid (2.38-r1) 23:28:54 (10/137) Installing libsm (1.2.3-r0) 23:28:54 (11/137) Installing libxt (1.2.1-r0) 23:28:55 (12/137) Installing libxmu (1.1.3-r0) 23:28:55 (13/137) Installing xset (1.2.4-r0) 23:28:55 (14/137) Installing xprop (1.2.5-r0) 23:28:56 (15/137) Installing xdg-utils (1.1.3-r3) 23:28:56 (16/137) Installing eudev-libs (3.2.11-r0) 23:28:56 (17/137) Installing pkgconf (1.8.1-r0) 23:28:57 (18/137) Installing libffi (3.4.2-r1) 23:28:57 (19/137) Installing libintl (0.21-r2) 23:28:57 (20/137) Installing libblkid (2.38-r1) 23:28:58 (21/137) Installing libmount (2.38-r1) 23:28:58 (22/137) Installing pcre (8.45-r2) 23:28:58 (23/137) Installing glib (2.72.4-r0) 23:28:59 (24/137) Installing xz-libs (5.2.5-r1) 23:28:59 (25/137) Installing libxml2 (2.9.14-r2) 23:29:00 (26/137) Installing shared-mime-info (2.2-r2) 23:29:00 (27/137) Installing hicolor-icon-theme (0.17-r1) 23:29:01 (28/137) Installing libjpeg-turbo (2.1.3-r1) 23:29:01 (29/137) Installing libpng (1.6.37-r1) 23:29:01 (30/137) Installing libwebp (1.2.3-r1) 23:29:02 (31/137) Installing zstd-libs (1.5.2-r1) 23:29:02 (32/137) Installing tiff (4.4.0-r1) 23:29:03 (33/137) Installing gdk-pixbuf (2.42.8-r0) 23:29:03 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 23:29:03 (35/137) Installing libxcomposite (0.4.5-r0) 23:29:04 (36/137) Installing libxfixes (6.0.0-r0) 23:29:04 (37/137) Installing libxrender (0.9.10-r3) 23:29:04 (38/137) Installing libxcursor (1.2.1-r0) 23:29:04 (39/137) Installing libxdamage (1.1.5-r1) 23:29:05 (40/137) Installing libxi (1.8-r0) 23:29:05 (41/137) Installing libxinerama (1.1.4-r1) 23:29:05 (42/137) Installing libxrandr (1.5.2-r1) 23:29:05 (43/137) Installing atk (2.38.0-r0) 23:29:06 (44/137) Installing libxtst (1.2.3-r3) 23:29:06 (45/137) Installing dbus-libs (1.14.4-r0) 23:29:06 (46/137) Installing at-spi2-core (2.44.1-r0) 23:29:07 (47/137) Installing at-spi2-atk (2.38.0-r0) 23:29:07 (48/137) Installing expat (2.5.0-r0) 23:29:07 (49/137) Installing libbz2 (1.0.8-r1) 23:29:08 (50/137) Installing freetype (2.12.1-r0) 23:29:08 (51/137) Installing fontconfig (2.14.0-r0) 23:29:08 (52/137) Installing pixman (0.40.0-r4) 23:29:09 (53/137) Installing cairo (1.17.4-r2) 23:29:09 (54/137) Installing cairo-gobject (1.17.4-r2) 23:29:09 (55/137) Installing avahi-libs (0.8-r6) 23:29:10 (56/137) Installing gmp (6.2.1-r2) 23:29:10 (57/137) Installing nettle (3.7.3-r0) 23:29:11 (58/137) Installing p11-kit (0.24.1-r0) 23:29:11 (59/137) Installing libtasn1 (4.18.0-r1) 23:29:11 (60/137) Installing libunistring (1.0-r0) 23:29:12 (61/137) Installing gnutls (3.7.7-r1) 23:29:13 (62/137) Installing cups-libs (2.4.2-r0) 23:29:13 (63/137) Installing libepoxy (1.5.10-r0) 23:29:13 (64/137) Installing fribidi (1.0.12-r0) 23:29:14 (65/137) Installing graphite2 (1.3.14-r1) 23:29:14 (66/137) Installing harfbuzz (4.3.0-r0) 23:29:14 (67/137) Installing libxft (2.3.4-r0) 23:29:15 (68/137) Installing pango (1.50.7-r0) 23:29:15 (69/137) Installing wayland-libs-client (1.20.0-r0) 23:29:16 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 23:29:16 (71/137) Installing wayland-libs-egl (1.20.0-r0) 23:29:16 (72/137) Installing xkeyboard-config (2.35.1-r0) 23:29:16 (73/137) Installing libxkbcommon (1.4.1-r0) 23:29:17 (74/137) Installing gtk+3.0 (3.24.34-r1) 23:29:17 Executing gtk+3.0-3.24.34-r1.post-install 23:29:17 (75/137) Installing libfontenc (1.1.4-r0) 23:29:18 (76/137) Installing mkfontscale (1.2.2-r0) 23:29:18 (77/137) Installing font-opensans (0_git20210927-r0) 23:29:19 (78/137) Installing libgcc (11.2.1_git20220219-r2) 23:29:19 (79/137) Installing libogg (1.3.5-r1) 23:29:19 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 23:29:20 (81/137) Installing flac (1.3.4-r0) 23:29:20 (82/137) Installing alsa-lib (1.2.7.2-r0) 23:29:20 (83/137) Installing libatomic (11.2.1_git20220219-r2) 23:29:21 (84/137) Installing sdl2 (2.0.22-r0) 23:29:21 (85/137) Installing aom-libs (3.3.0-r0) 23:29:22 (86/137) Installing libass (0.16.0-r0) 23:29:22 (87/137) Installing libdav1d (1.0.0-r0) 23:29:23 (88/137) Installing libpciaccess (0.16-r0) 23:29:23 (89/137) Installing libdrm (2.4.110-r0) 23:29:23 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) 23:29:24 (91/137) Installing ncurses-libs (6.3_p20220521-r1) 23:29:24 (92/137) Installing lame (3.100-r0) 23:29:25 (93/137) Installing opus (1.3.1-r1) 23:29:25 (94/137) Installing libasyncns (0.8-r1) 23:29:25 (95/137) Installing libltdl (2.4.7-r0) 23:29:25 (96/137) Installing orc (0.4.32-r0) 23:29:26 (97/137) Installing libvorbis (1.3.7-r0) 23:29:26 (98/137) Installing libsndfile (1.1.0-r0) 23:29:27 (99/137) Installing libgomp (11.2.1_git20220219-r2) 23:29:27 (100/137) Installing soxr (0.1.3-r2) 23:29:28 (101/137) Installing speexdsp (1.2.0-r0) 23:29:28 (102/137) Installing tdb-libs (1.4.6-r0) 23:29:28 (103/137) Installing libpulse (15.0-r2) 23:29:29 (104/137) Installing cjson (1.7.15-r3) 23:29:29 (105/137) Installing mbedtls (2.28.3-r0) 23:29:29 (106/137) Installing librist (0.2.6-r1) 23:29:29 (107/137) Installing libsrt (1.4.4-r0) 23:29:30 (108/137) Installing libssh (0.9.6-r1) 23:29:30 (109/137) Installing libtheora (1.1.1-r16) 23:29:31 (110/137) Installing v4l-utils-libs (1.22.1-r1) 23:29:31 (111/137) Installing libva (2.14.0-r0) 23:29:31 (112/137) Installing libvdpau (1.5-r0) 23:29:32 (113/137) Installing vidstab (1.1.0-r1) 23:29:32 (114/137) Installing libvpx (1.11.0-r1) 23:29:32 (115/137) Installing x264-libs (0.163_git20210613-r0) 23:29:33 (116/137) Installing numactl (2.0.14-r0) 23:29:33 (117/137) Installing x265-libs (3.5-r3) 23:29:34 (118/137) Installing xvidcore (1.3.7-r1) 23:29:34 (119/137) Installing ffmpeg-libs (5.0.3-r0) 23:29:35 (120/137) Installing libevent (2.1.12-r4) 23:29:36 (121/137) Installing mesa (21.3.9-r0) 23:29:36 (122/137) Installing wayland-libs-server (1.20.0-r0) 23:29:36 (123/137) Installing mesa-gbm (21.3.9-r0) 23:29:36 (124/137) Installing icu-data-en (71.1-r2) 23:29:37 Executing icu-data-en-71.1-r2.post-install 23:29:37 * 23:29:37 * If you need ICU with non-English locales and legacy charset support, install 23:29:37 * package icu-data-full. 23:29:37 * 23:29:37 (125/137) Installing icu-libs (71.1-r2) 23:29:38 (126/137) Installing lcms2 (2.13.1-r0) 23:29:38 (127/137) Installing minizip (1.2.12-r0) 23:29:38 (128/137) Installing nspr (4.33-r0) 23:29:38 (129/137) Installing sqlite-libs (3.40.1-r0) 23:29:39 (130/137) Installing nss (3.78.1-r0) 23:29:39 (131/137) Installing re2 (2022.04.01-r0) 23:29:40 (132/137) Installing snappy (1.1.9-r4) 23:29:40 (133/137) Installing libgpg-error (1.45-r0) 23:29:41 (134/137) Installing libgcrypt (1.10.1-r0) 23:29:41 (135/137) Installing libxslt (1.1.35-r0) 23:29:41 (136/137) Installing chromium (102.0.5005.182-r0) 23:29:43 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 23:29:44 Executing busybox-1.35.0-r17.trigger 23:29:44 Executing glib-2.72.4-r0.trigger 23:29:44 Executing shared-mime-info-2.2-r2.trigger 23:29:44 Executing gdk-pixbuf-2.42.8-r0.trigger 23:29:44 Executing gtk-update-icon-cache-2.24.33-r3.trigger 23:29:44 Executing fontconfig-2.14.0-r0.trigger 23:29:44 Executing mkfontscale-1.2.2-r0.trigger 23:29:44 OK: 409 MiB in 160 packages 23:29:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:29:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:29:46 (1/21) Installing binutils (2.38-r3) 23:29:46 (2/21) Installing isl22 (0.22-r0) 23:29:46 (3/21) Installing mpfr4 (4.1.0-r0) 23:29:47 (4/21) Installing mpc1 (1.2.1-r0) 23:29:47 (5/21) Installing gcc (11.2.1_git20220219-r2) 23:29:48 (6/21) Installing musl-dev (1.2.3-r3) 23:29:49 (7/21) Installing libc-dev (0.7.2-r3) 23:29:49 (8/21) Installing linux-headers (5.16.7-r1) 23:29:50 (9/21) Installing libffi-dev (3.4.2-r1) 23:29:50 (10/21) Installing libpq (14.8-r0) 23:29:51 (11/21) Installing openssl-dev (1.1.1t-r2) 23:29:51 (12/21) Installing libpq-dev (14.8-r0) 23:29:51 (13/21) Installing libecpg (14.8-r0) 23:29:52 (14/21) Installing libecpg-dev (14.8-r0) 23:29:52 (15/21) Installing llvm13-libs (13.0.1-r2) 23:29:53 (16/21) Installing clang-libs (13.0.1-r1) 23:29:55 (17/21) Installing clang (13.0.1-r1) 23:29:55 (18/21) Installing icu (71.1-r2) 23:29:55 (19/21) Installing icu-dev (71.1-r2) 23:29:56 (20/21) Installing llvm13 (13.0.1-r2) 23:29:57 (21/21) Installing postgresql14-dev (14.8-r0) 23:29:57 Executing busybox-1.35.0-r17.trigger 23:29:57 OK: 822 MiB in 181 packages 23:29:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:29:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:29:58 (1/10) Installing g++ (11.2.1_git20220219-r2) 23:29:59 (2/10) Installing gdbm (1.23-r0) 23:30:00 (3/10) Installing mpdecimal (2.5.1-r1) 23:30:00 (4/10) Installing readline (8.1.2-r0) 23:30:00 (5/10) Installing python3 (3.10.11-r0) 23:30:04 (6/10) Installing python3-dev (3.10.11-r0) 23:30:04 (7/10) Installing libsodium (1.0.18-r0) 23:30:04 (8/10) Installing libzmq (4.3.4-r0) 23:30:05 (9/10) Installing libsodium-dev (1.0.18-r0) 23:30:05 (10/10) Installing zeromq-dev (4.3.4-r0) 23:30:06 Executing busybox-1.35.0-r17.trigger 23:30:06 OK: 974 MiB in 191 packages 23:30:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:30:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:30:07 OK: 974 MiB in 191 packages 23:30:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:30:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:30:08 (1/1) Installing tzdata (2023c-r0) 23:30:08 Executing busybox-1.35.0-r17.trigger 23:30:08 OK: 978 MiB in 192 packages 23:30:08 (1/1) Purging tzdata (2023c-r0) 23:30:08 Executing busybox-1.35.0-r17.trigger 23:30:08 OK: 974 MiB in 191 packages 23:30:11 Looking in links: /tmp/tmpr1d8d6q9 23:30:11 Processing /tmp/tmpr1d8d6q9/setuptools-65.5.0-py3-none-any.whl 23:30:11 Processing /tmp/tmpr1d8d6q9/pip-23.0.1-py3-none-any.whl 23:30:11 Installing collected packages: setuptools, pip 23:30:14 Successfully installed pip-23.0.1 setuptools-65.5.0 23:30:14 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 23:30:14 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 23:30:14 Collecting pip 23:30:14 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 23:30:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 108.1 MB/s eta 0:00:00 23:30:14 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 23:30:15 Collecting setuptools 23:30:15 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 23:30:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 127.1 MB/s eta 0:00:00 23:30:15 Collecting wheel 23:30:15 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 23:30:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 167.2 MB/s eta 0:00:00 23:30:15 Installing collected packages: wheel, setuptools, pip 23:30:15 Attempting uninstall: setuptools 23:30:15 Found existing installation: setuptools 65.5.0 23:30:15 Uninstalling setuptools-65.5.0: 23:30:15 Successfully uninstalled setuptools-65.5.0 23:30:16 Attempting uninstall: pip 23:30:16 Found existing installation: pip 23.0.1 23:30:16 Uninstalling pip-23.0.1: 23:30:16 Successfully uninstalled pip-23.0.1 23:30:18 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 23:30:18 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 23:30:19 Processing ./edgex-taf-common 23:30:19 Preparing metadata (setup.py): started 23:30:19 Preparing metadata (setup.py): finished with status 'done' 23:30:19 Building wheels for collected packages: edgex-taf-common 23:30:19 Building wheel for edgex-taf-common (setup.py): started 23:30:19 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 23:30:19 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14480 sha256=8ac6af129abbf4eb985cdf016cf4d9b6a3738ac17c7e3b8ac07f834bffc12aab 23:30:19 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 23:30:19 Successfully built edgex-taf-common 23:30:19 Installing collected packages: edgex-taf-common 23:30:19 Successfully installed edgex-taf-common-0.0.0 23:30:19 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 23:30:20 Collecting robotframework==4.1.3 23:30:20 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 23:30:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 30.1 MB/s eta 0:00:00 23:30:20 Installing collected packages: robotframework 23:30:21 Successfully installed robotframework-4.1.3 23:30:21 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 23:30:21 Collecting docker==4.4.1 23:30:21 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 23:30:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 13.1 MB/s eta 0:00:00 23:30:21 Collecting six>=1.4.0 (from docker==4.4.1) 23:30:21 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 23:30:21 Collecting websocket-client>=0.32.0 (from docker==4.4.1) 23:30:21 Downloading websocket_client-1.5.2-py3-none-any.whl (56 kB) 23:30:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 6.8 MB/s eta 0:00:00 23:30:21 Collecting requests!=2.18.0,>=2.14.2 (from docker==4.4.1) 23:30:21 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 23:30:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 6.3 MB/s eta 0:00:00 23:30:22 Collecting charset-normalizer<4,>=2 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:30:22 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (192 kB) 23:30:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.8/192.8 kB 21.7 MB/s eta 0:00:00 23:30:22 Collecting idna<4,>=2.5 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:30:22 Downloading idna-3.4-py3-none-any.whl (61 kB) 23:30:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 9.3 MB/s eta 0:00:00 23:30:22 Collecting urllib3<3,>=1.21.1 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:30:22 Downloading urllib3-2.0.2-py3-none-any.whl (123 kB) 23:30:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 25.9 MB/s eta 0:00:00 23:30:22 Collecting certifi>=2017.4.17 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:30:22 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 23:30:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 20.3 MB/s eta 0:00:00 23:30:22 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 23:30:23 Successfully installed certifi-2023.5.7 charset-normalizer-3.1.0 docker-4.4.1 idna-3.4 requests-2.31.0 six-1.16.0 urllib3-2.0.2 websocket-client-1.5.2 23:30:23 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 23:30:23 Collecting python-dotenv==0.15.0 23:30:23 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 23:30:23 Installing collected packages: python-dotenv 23:30:24 Successfully installed python-dotenv-0.15.0 23:30:24 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 23:30:24 Collecting RESTinstance==1.0.2 23:30:24 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 23:30:24 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 23:30:24 Collecting docutils (from RESTinstance==1.0.2) 23:30:24 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 23:30:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 15.4 MB/s eta 0:00:00 23:30:24 Collecting flex (from RESTinstance==1.0.2) 23:30:24 Downloading flex-6.14.1.tar.gz (40 kB) 23:30:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.4 MB/s eta 0:00:00 23:30:24 Preparing metadata (setup.py): started 23:30:25 Preparing metadata (setup.py): finished with status 'done' 23:30:25 Collecting GenSON (from RESTinstance==1.0.2) 23:30:25 Downloading genson-1.2.2.tar.gz (34 kB) 23:30:25 Preparing metadata (setup.py): started 23:30:25 Preparing metadata (setup.py): finished with status 'done' 23:30:25 Collecting jsonpath-ng (from RESTinstance==1.0.2) 23:30:25 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 23:30:25 Collecting pygments (from RESTinstance==1.0.2) 23:30:25 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 23:30:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 31.3 MB/s eta 0:00:00 23:30:25 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.31.0) 23:30:25 Collecting jsonschema (from RESTinstance==1.0.2) 23:30:25 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 23:30:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 13.2 MB/s eta 0:00:00 23:30:25 Collecting rfc3987 (from RESTinstance==1.0.2) 23:30:25 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 23:30:25 Collecting strict-rfc3339 (from RESTinstance==1.0.2) 23:30:25 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 23:30:25 Preparing metadata (setup.py): started 23:30:26 Preparing metadata (setup.py): finished with status 'done' 23:30:26 Collecting pytz (from RESTinstance==1.0.2) 23:30:26 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 23:30:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 5.2 MB/s eta 0:00:00 23:30:26 Collecting tzlocal (from RESTinstance==1.0.2) 23:30:26 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 23:30:26 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 23:30:26 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.0.2) 23:30:26 Downloading PyYAML-6.0.tar.gz (124 kB) 23:30:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 17.9 MB/s eta 0:00:00 23:30:26 Installing build dependencies: started 23:30:31 Installing build dependencies: finished with status 'done' 23:30:31 Getting requirements to build wheel: started 23:30:31 Getting requirements to build wheel: finished with status 'done' 23:30:31 Preparing metadata (pyproject.toml): started 23:30:31 Preparing metadata (pyproject.toml): finished with status 'done' 23:30:32 Collecting validate-email>=1.2 (from flex->RESTinstance==1.0.2) 23:30:32 Downloading validate_email-1.3.tar.gz (4.7 kB) 23:30:32 Preparing metadata (setup.py): started 23:30:32 Preparing metadata (setup.py): finished with status 'done' 23:30:32 Collecting click>=3.3 (from flex->RESTinstance==1.0.2) 23:30:32 Downloading click-8.1.3-py3-none-any.whl (96 kB) 23:30:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 15.1 MB/s eta 0:00:00 23:30:32 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.0.2) 23:30:32 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 23:30:32 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) 23:30:32 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) 23:30:32 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.0.2) 23:30:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2023.5.7) 23:30:32 Collecting ply (from jsonpath-ng->RESTinstance==1.0.2) 23:30:32 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 23:30:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.7 MB/s eta 0:00:00 23:30:32 Collecting decorator (from jsonpath-ng->RESTinstance==1.0.2) 23:30:32 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 23:30:32 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.0.2) 23:30:32 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 23:30:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 8.9 MB/s eta 0:00:00 23:30:32 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.0.2) 23:30:32 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 23:30:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 6.9 MB/s eta 0:00:00 23:30:32 Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email 23:30:32 Building wheel for flex (setup.py): started 23:30:33 Building wheel for flex (setup.py): finished with status 'done' 23:30:33 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=8a989c007258f519549460439d3042b1817accf24ec8acabe04bb08c2ba19aec 23:30:33 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 23:30:33 Building wheel for strict-rfc3339 (setup.py): started 23:30:33 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 23:30:33 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=16dd8eb851c3c7d78a7de016818237b18c3667e51c352357fedb506e7f4794c0 23:30:33 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 23:30:33 Building wheel for GenSON (setup.py): started 23:30:33 Building wheel for GenSON (setup.py): finished with status 'done' 23:30:33 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=64cdb38e37211d80fb41aeb088677bd7dc00cf2ea805b9faf93b572d2edb17a9 23:30:33 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 23:30:33 Building wheel for PyYAML (pyproject.toml): started 23:30:34 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 23:30:34 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=2f512385036b9631103238aa04daf7282c5832042eb27ce176209d036678124a 23:30:34 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 23:30:34 Building wheel for validate-email (setup.py): started 23:30:34 Building wheel for validate-email (setup.py): finished with status 'done' 23:30:34 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=6cc81e286cfd979ac38badd831db2d8f28016859b6f9abf061a5a237f22c0902 23:30:34 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 23:30:34 Successfully built flex strict-rfc3339 GenSON PyYAML validate-email 23:30:34 Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzlocal, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, jsonschema, jsonpath-ng, flex, RESTinstance 23:30:37 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-23.1.0 click-8.1.3 decorator-5.1.1 docutils-0.20.1 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 ply-3.11 pygments-2.15.1 pyrsistent-0.19.3 pytz-2023.3 rfc3987-1.3.8 strict-rfc3339-0.7 tzlocal-5.0.1 validate-email-1.3 23:30:37 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:30:38 Collecting robotbackgroundlogger==1.2 23:30:38 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 23:30:38 Preparing metadata (setup.py): started 23:30:38 Preparing metadata (setup.py): finished with status 'done' 23:30:38 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 23:30:38 Building wheels for collected packages: robotbackgroundlogger 23:30:38 Building wheel for robotbackgroundlogger (setup.py): started 23:30:38 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 23:30:38 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=22ea693ab4367d2825580a61146b35c8371686456a088cb44f2255b5016c07d9 23:30:38 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 23:30:38 Successfully built robotbackgroundlogger 23:30:38 Installing collected packages: robotbackgroundlogger 23:30:38 Successfully installed robotbackgroundlogger-1.2 23:30:38 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:30:39 Collecting configparser==5.0.1 23:30:39 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 23:30:39 Installing collected packages: configparser 23:30:39 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 23:30:39 Successfully installed configparser-5.0.1 23:30:40 Collecting requests==2.25.1 23:30:40 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 23:30:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.2 MB/s eta 0:00:00 23:30:40 Collecting chardet<5,>=3.0.2 (from requests==2.25.1) 23:30:40 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 23:30:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 12.7 MB/s eta 0:00:00 23:30:40 Collecting idna<3,>=2.5 (from requests==2.25.1) 23:30:40 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 23:30:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 6.9 MB/s eta 0:00:00 23:30:40 Collecting urllib3<1.27,>=1.21.1 (from requests==2.25.1) 23:30:40 Downloading urllib3-1.26.16-py2.py3-none-any.whl (143 kB) 23:30:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 4.5 MB/s eta 0:00:00 23:30:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2023.5.7) 23:30:41 Installing collected packages: urllib3, idna, chardet, requests 23:30:41 Attempting uninstall: urllib3 23:30:41 Found existing installation: urllib3 2.0.2 23:30:41 Uninstalling urllib3-2.0.2: 23:30:41 Successfully uninstalled urllib3-2.0.2 23:30:41 Attempting uninstall: idna 23:30:41 Found existing installation: idna 3.4 23:30:41 Uninstalling idna-3.4: 23:30:41 Successfully uninstalled idna-3.4 23:30:41 Attempting uninstall: requests 23:30:41 Found existing installation: requests 2.31.0 23:30:41 Uninstalling requests-2.31.0: 23:30:41 Successfully uninstalled requests-2.31.0 23:30:41 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 urllib3-1.26.16 23:30:41 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 23:30:42 Collecting robotframework-requests==0.8.0 23:30:42 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 23:30:42 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 23:30:42 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 23:30:42 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) 23:30:42 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 23:30:42 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.16) 23:30:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2023.5.7) 23:30:42 Installing collected packages: robotframework-requests 23:30:42 Successfully installed robotframework-requests-0.8.0 23:30:42 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:30:43 Collecting paho-mqtt==1.5.1 23:30:43 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 23:30:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 10.7 MB/s eta 0:00:00 23:30:43 Preparing metadata (setup.py): started 23:30:43 Preparing metadata (setup.py): finished with status 'done' 23:30:43 Building wheels for collected packages: paho-mqtt 23:30:43 Building wheel for paho-mqtt (setup.py): started 23:30:44 Building wheel for paho-mqtt (setup.py): finished with status 'done' 23:30:44 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=627cde40a927edb5b5f06377d27589532b9605d3562a956854bb859282a4dd30 23:30:44 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 23:30:44 Successfully built paho-mqtt 23:30:44 Installing collected packages: paho-mqtt 23:30:44 Successfully installed paho-mqtt-1.5.1 23:30:44 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:30:44 Collecting redis==4.5.3 23:30:44 Downloading redis-4.5.3-py3-none-any.whl (238 kB) 23:30:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 kB 7.9 MB/s eta 0:00:00 23:30:45 Collecting async-timeout>=4.0.2 (from redis==4.5.3) 23:30:45 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 23:30:45 Installing collected packages: async-timeout, redis 23:30:45 Successfully installed async-timeout-4.0.2 redis-4.5.3 23:30:45 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 23:30:46 Collecting pyzmq==22.2.1 23:30:46 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 23:30:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.3 MB/s eta 0:00:00 23:30:47 Installing build dependencies: started 23:30:49 Installing build dependencies: finished with status 'done' 23:30:49 Getting requirements to build wheel: started 23:30:49 Getting requirements to build wheel: finished with status 'done' 23:30:49 Preparing metadata (pyproject.toml): started 23:30:50 Preparing metadata (pyproject.toml): finished with status 'done' 23:30:50 Building wheels for collected packages: pyzmq 23:30:50 Building wheel for pyzmq (pyproject.toml): started 23:31:16 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 23:31:16 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537190 sha256=7ef54e74a30c987fe663347e288a4fb3fe49890a21a56af28664f1612d1151a8 23:31:16 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 23:31:16 Successfully built pyzmq 23:31:16 Installing collected packages: pyzmq 23:31:16 Successfully installed pyzmq-22.2.1 23:31:16 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:31:16 Collecting robotframework-seleniumlibrary==5.1.3 23:31:16 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 23:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 9.4 MB/s eta 0:00:00 23:31:16 Collecting robotframework-pythonlibcore>=2.1.0 (from robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 23:31:16 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 23:31:16 Collecting selenium>=3.141.0 (from robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading selenium-4.9.1-py3-none-any.whl (6.6 MB) 23:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 63.2 MB/s eta 0:00:00 23:31:16 Requirement already satisfied: urllib3[socks]<3,>=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.16) 23:31:16 Collecting trio~=0.17 (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 23:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 13.6 MB/s eta 0:00:00 23:31:16 Collecting trio-websocket~=0.9 (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading trio_websocket-0.10.2-py3-none-any.whl (17 kB) 23:31:16 Requirement already satisfied: certifi>=2021.10.8 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2023.5.7) 23:31:16 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) (23.1.0) 23:31:16 Collecting sortedcontainers (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 23:31:16 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 23:31:16 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) 23:31:16 Collecting outcome (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 23:31:16 Collecting sniffio (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 23:31:16 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 23:31:16 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 23:31:16 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 23:31:16 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:31:16 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 23:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 5.8 MB/s eta 0:00:00 23:31:16 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary 23:31:16 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:31:16 Successfully installed PySocks-1.7.1 async-generator-1.10 exceptiongroup-1.1.1 h11-0.14.0 outcome-1.2.0 robotframework-pythonlibcore-4.1.2 robotframework-seleniumlibrary-5.1.3 selenium-4.9.1 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.22.0 trio-websocket-0.10.2 wsproto-1.2.0 23:31:17 Collecting psycopg2==2.9.3 23:31:17 Downloading psycopg2-2.9.3.tar.gz (380 kB) 23:31:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 9.6 MB/s eta 0:00:00 23:31:17 Preparing metadata (setup.py): started 23:31:17 Preparing metadata (setup.py): finished with status 'done' 23:31:17 Building wheels for collected packages: psycopg2 23:31:17 Building wheel for psycopg2 (setup.py): started 23:31:27 Building wheel for psycopg2 (setup.py): finished with status 'done' 23:31:27 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478587 sha256=d90ffb8594df40be71841ab23596e36832b236a62e643cf502ed6ffb3d8f926b 23:31:27 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 23:31:27 Successfully built psycopg2 23:31:27 Installing collected packages: psycopg2 23:31:27 Successfully installed psycopg2-2.9.3 23:31:27 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 23:31:28 Collecting numpy==1.22.3 23:31:28 Downloading numpy-1.22.3.zip (11.5 MB) 23:31:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 73.4 MB/s eta 0:00:00 23:31:29 Installing build dependencies: started 23:31:32 Installing build dependencies: finished with status 'done' 23:31:32 Getting requirements to build wheel: started 23:31:33 Getting requirements to build wheel: finished with status 'done' 23:31:33 Preparing metadata (pyproject.toml): started 23:31:34 Preparing metadata (pyproject.toml): finished with status 'done' 23:31:34 Building wheels for collected packages: numpy 23:31:34 Building wheel for numpy (pyproject.toml): started 23:32:41 Building wheel for numpy (pyproject.toml): still running... 23:33:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17202 in /w/workspace/exfoundry_edgex-taf-common_PR-55 [Pipeline] { [Pipeline] checkout 23:33:08 Selected Git installation does not exist. Using Default 23:33:08 The recommended git tool is: NONE 23:33:14 using credential edgex-jenkins-ssh 23:33:14 Cloning the remote Git repository 23:33:14 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 23:33:14 > git init /w/workspace/exfoundry_edgex-taf-common_PR-55 # timeout=10 23:33:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 23:33:14 > git --version # timeout=10 23:33:14 > git --version # 'git version 2.25.1' 23:33:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:33:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 23:33:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:33:16 Merging remotes/origin/main commit 437f112b20c4e4b4ca5169bd4ee8fb99e51cb62b into PR head commit ba3f4f68f4093e002640856cfd3dc81b1971a242 23:33:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 23:33:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 23:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:33:16 > git config core.sparsecheckout # timeout=10 23:33:16 > git checkout -f ba3f4f68f4093e002640856cfd3dc81b1971a242 # timeout=10 23:33:16 > git remote # timeout=10 23:33:16 > git config --get remote.origin.url # timeout=10 23:33:17 Merge succeeded, producing ba3f4f68f4093e002640856cfd3dc81b1971a242 23:33:17 Checking out Revision ba3f4f68f4093e002640856cfd3dc81b1971a242 (PR-55) 23:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:16 > git merge 437f112b20c4e4b4ca5169bd4ee8fb99e51cb62b # timeout=10 23:33:17 > git rev-parse HEAD^{commit} # timeout=10 23:33:17 > git config core.sparsecheckout # timeout=10 23:33:17 > git checkout -f ba3f4f68f4093e002640856cfd3dc81b1971a242 # timeout=10 23:33:20 Commit message: "docs: Replace slack chat with github discussion" 23:33:20 > git --version # timeout=10 23:33:20 > git --version # 'git version 2.25.1' 23:33:20 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:33:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:33:21 % Total % Received % Xferd Average Speed Time Time Time Current 23:33:21 Dload Upload Total Spent Left Speed 23:33:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77278 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh 23:33:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:33:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:33:22 + sudo tee /etc/docker/daemon.new 23:33:22 { 23:33:22 "registry-mirrors": [ 23:33:22 "https://nexus3.edgexfoundry.org:10001" 23:33:22 ], 23:33:22 "bip": "10.250.0.254/24", 23:33:22 "hosts": [ 23:33:22 "tcp://0.0.0.0:5555", 23:33:22 "unix:///var/run/docker.sock" 23:33:22 ], 23:33:22 "mtu": 1458, 23:33:22 "selinux-enabled": true, 23:33:22 "seccomp-profile": "/etc/docker/seccomp.json" 23:33:22 } [Pipeline] sh 23:33:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:33:23 + sudo service docker restart 23:33:38 Building wheel for numpy (pyproject.toml): still running... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:33:41 provisioning config files... 23:33:41 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/config11207173037968669727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:33:42 ---> docker-login.sh 23:33:42 nexus3.edgexfoundry.org:10001 23:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:42 Configure a credential helper to remove this warning. See 23:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:42 23:33:42 Login Succeeded 23:33:42 nexus3.edgexfoundry.org:10002 23:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:43 Configure a credential helper to remove this warning. See 23:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:43 23:33:43 Login Succeeded 23:33:43 nexus3.edgexfoundry.org:10003 23:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:43 Configure a credential helper to remove this warning. See 23:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:43 23:33:43 Login Succeeded 23:33:43 nexus3.edgexfoundry.org:10004 23:33:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:44 Configure a credential helper to remove this warning. See 23:33:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:44 23:33:44 Login Succeeded 23:33:44 docker.io 23:33:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:33:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:33:44 Configure a credential helper to remove this warning. See 23:33:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:33:44 23:33:44 Login Succeeded 23:33:44 ---> docker-login.sh ends [Pipeline] } 23:33:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:33:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:33:46 + ls -al . 23:33:46 total 64 23:33:46 drwxrwxr-x 5 jenkins jenkins 4096 May 29 23:33 . 23:33:46 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:33 .. 23:33:46 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:33 .git 23:33:46 -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:33 .gitignore 23:33:46 -rw-rw-r-- 1 jenkins jenkins 2268 May 29 23:33 Dockerfile 23:33:46 -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:33 Jenkinsfile 23:33:46 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:33 LICENSE 23:33:46 -rw-rw-r-- 1 jenkins jenkins 3626 May 29 23:33 README.md 23:33:46 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:33 TAF-Manager 23:33:46 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:33 TUC 23:33:46 -rw-rw-r-- 1 jenkins jenkins 5 May 29 23:28 VERSION 23:33:46 -rw-rw-r-- 1 jenkins jenkins 344 May 29 23:33 requirements.txt 23:33:46 -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:33 robot-entrypoint.sh 23:33:46 -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:33 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:33:46 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=ba3f4f68f4093e002640856cfd3dc81b1971a242 --label arch=arm64 --label version=0.0.0 . 23:33:46 Sending build context to Docker daemon 273.4kB 23:33:46 Step 1/12 : FROM alpine:3.16 23:33:47 3.16: Pulling from library/alpine 23:33:47 547446be3368: Pulling fs layer 23:33:47 547446be3368: Verifying Checksum 23:33:47 547446be3368: Download complete 23:33:47 547446be3368: Pull complete 23:33:47 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 23:33:48 Status: Downloaded newer image for alpine:3.16 23:33:48 ---> 3b5033019969 23:33:48 Step 2/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:33:48 ---> Running in 4f8cc28e0811 23:33:48 Removing intermediate container 4f8cc28e0811 23:33:48 ---> 58cb625eade6 23:33:48 Step 3/12 : LABEL maintainer="Bruce Huang " 23:33:48 ---> Running in fe75d60d494a 23:33:48 Removing intermediate container fe75d60d494a 23:33:48 ---> 9610160f0f33 23:33:48 Step 4/12 : COPY . /edgex-taf/edgex-taf-common 23:33:49 ---> bab2080b045a 23:33:49 Step 5/12 : COPY robot-entrypoint.sh /usr/local/bin/ 23:33:50 ---> 2445c9fbef4e 23:33:50 Step 6/12 : WORKDIR /edgex-taf 23:33:50 ---> Running in eeeb3cfb9efa 23:33:50 Removing intermediate container eeeb3cfb9efa 23:33:50 ---> 1efca477c404 23:33:50 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:50 ---> Running in 7203ba936e83 23:33:54 Removing intermediate container 7203ba936e83 23:33:54 ---> 1964e4059afe 23:33:54 Step 8/12 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.4-r0 && 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 && python3 -m ensurepip && rm -r /usr/lib/python*/ensurepip && pip3 install --no-cache --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install 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==4.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 numpy==1.22.3 && pip3 install -U psutil==5.9.0 && pip3 install -U pycryptodome==3.15.0 && pip3 install -U influxdb-client==1.33.0 23:33:54 ---> Running in 703531ae9ed4 23:33:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:33:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:33:57 (1/3) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 23:33:58 (2/3) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 23:33:58 (3/3) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 23:33:58 Executing busybox-1.35.0-r17.trigger 23:33:58 OK: 5 MiB in 14 packages 23:33:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:33:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:34:00 (1/9) Installing ca-certificates (20230506-r0) 23:34:01 (2/9) Installing brotli-libs (1.0.9-r6) 23:34:01 (3/9) Installing nghttp2-libs (1.47.0-r0) 23:34:02 (4/9) Installing libcurl (8.1.1-r1) 23:34:02 (5/9) Installing curl (8.1.1-r1) 23:34:03 (6/9) Installing docker-cli (20.10.20-r0) 23:34:04 (7/9) Installing oniguruma (6.9.8-r0) 23:34:04 (8/9) Installing jq (1.6-r1) 23:34:05 (9/9) Installing openssl (1.1.1t-r2) 23:34:05 Executing busybox-1.35.0-r17.trigger 23:34:05 Executing ca-certificates-20230506-r0.trigger 23:34:05 OK: 50 MiB in 23 packages 23:34:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:34:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:34:08 (1/136) Installing libmagic (5.41-r0) 23:34:08 (2/136) Installing file (5.41-r0) 23:34:09 (3/136) Installing libxau (1.0.9-r0) 23:34:09 (4/136) Installing libxdmcp (1.1.3-r0) 23:34:09 (5/136) Installing libxcb (1.15-r0) 23:34:09 (6/136) Installing libx11 (1.8-r0) 23:34:10 (7/136) Installing libxext (1.3.4-r0) 23:34:10 (8/136) Installing libice (1.0.10-r0) 23:34:11 (9/136) Installing libuuid (2.38-r1) 23:34:11 (10/136) Installing libsm (1.2.3-r0) 23:34:11 (11/136) Installing libxt (1.2.1-r0) 23:34:12 (12/136) Installing libxmu (1.1.3-r0) 23:34:12 (13/136) Installing xset (1.2.4-r0) 23:34:13 (14/136) Installing xprop (1.2.5-r0) 23:34:13 (15/136) Installing xdg-utils (1.1.3-r3) 23:34:13 (16/136) Installing eudev-libs (3.2.11-r0) 23:34:14 (17/136) Installing pkgconf (1.8.1-r0) 23:34:14 (18/136) Installing libffi (3.4.2-r1) 23:34:14 (19/136) Installing libintl (0.21-r2) 23:34:15 (20/136) Installing libblkid (2.38-r1) 23:34:15 (21/136) Installing libmount (2.38-r1) 23:34:16 (22/136) Installing pcre (8.45-r2) 23:34:16 (23/136) Installing glib (2.72.4-r0) 23:34:16 (24/136) Installing xz-libs (5.2.5-r1) 23:34:17 (25/136) Installing libxml2 (2.9.14-r2) 23:34:17 (26/136) Installing shared-mime-info (2.2-r2) 23:34:18 (27/136) Installing hicolor-icon-theme (0.17-r1) 23:34:18 (28/136) Installing libjpeg-turbo (2.1.3-r1) 23:34:19 (29/136) Installing libpng (1.6.37-r1) 23:34:19 (30/136) Installing libwebp (1.2.3-r1) 23:34:20 (31/136) Installing zstd-libs (1.5.2-r1) 23:34:20 (32/136) Installing tiff (4.4.0-r1) 23:34:20 (33/136) Installing gdk-pixbuf (2.42.8-r0) 23:34:21 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 23:34:21 (35/136) Installing libxcomposite (0.4.5-r0) 23:34:22 (36/136) Installing libxfixes (6.0.0-r0) 23:34:22 (37/136) Installing libxrender (0.9.10-r3) 23:34:22 (38/136) Installing libxcursor (1.2.1-r0) 23:34:22 (39/136) Installing libxdamage (1.1.5-r1) 23:34:23 (40/136) Installing libxi (1.8-r0) 23:34:23 (41/136) Installing libxinerama (1.1.4-r1) 23:34:23 (42/136) Installing libxrandr (1.5.2-r1) 23:34:24 (43/136) Installing atk (2.38.0-r0) 23:34:24 (44/136) Installing libxtst (1.2.3-r3) 23:34:24 (45/136) Installing dbus-libs (1.14.4-r0) 23:34:25 (46/136) Installing at-spi2-core (2.44.1-r0) 23:34:25 (47/136) Installing at-spi2-atk (2.38.0-r0) 23:34:25 (48/136) Installing expat (2.5.0-r0) 23:34:26 (49/136) Installing libbz2 (1.0.8-r1) 23:34:26 (50/136) Installing freetype (2.12.1-r0) 23:34:27 (51/136) Installing fontconfig (2.14.0-r0) 23:34:27 (52/136) Installing pixman (0.40.0-r4) 23:34:28 (53/136) Installing cairo (1.17.4-r2) 23:34:28 (54/136) Installing cairo-gobject (1.17.4-r2) 23:34:29 (55/136) Installing avahi-libs (0.8-r6) 23:34:29 (56/136) Installing gmp (6.2.1-r2) 23:34:29 (57/136) Installing nettle (3.7.3-r0) 23:34:30 (58/136) Installing p11-kit (0.24.1-r0) 23:34:30 (59/136) Installing libtasn1 (4.18.0-r1) 23:34:31 (60/136) Installing libunistring (1.0-r0) 23:34:31 (61/136) Installing gnutls (3.7.7-r1) 23:34:32 (62/136) Installing cups-libs (2.4.2-r0) 23:34:32 (63/136) Installing libepoxy (1.5.10-r0) 23:34:33 (64/136) Installing fribidi (1.0.12-r0) 23:34:33 (65/136) Installing graphite2 (1.3.14-r1) 23:34:34 (66/136) Installing harfbuzz (4.3.0-r0) 23:34:34 (67/136) Installing libxft (2.3.4-r0) 23:34:34 (68/136) Installing pango (1.50.7-r0) 23:34:35 (69/136) Installing wayland-libs-client (1.20.0-r0) 23:34:35 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 23:34:35 (71/136) Installing wayland-libs-egl (1.20.0-r0) 23:34:35 (72/136) Installing xkeyboard-config (2.35.1-r0) 23:34:36 (73/136) Installing libxkbcommon (1.4.1-r0) 23:34:37 (74/136) Installing gtk+3.0 (3.24.34-r1) 23:34:37 Executing gtk+3.0-3.24.34-r1.post-install 23:34:38 (75/136) Installing libfontenc (1.1.4-r0) 23:34:38 (76/136) Installing mkfontscale (1.2.2-r0) 23:34:38 (77/136) Installing font-opensans (0_git20210927-r0) 23:34:39 (78/136) Installing libgcc (11.2.1_git20220219-r2) 23:34:39 (79/136) Installing libogg (1.3.5-r1) 23:34:40 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 23:34:40 (81/136) Installing flac (1.3.4-r0) 23:34:40 (82/136) Installing alsa-lib (1.2.7.2-r0) 23:34:41 (83/136) Installing libatomic (11.2.1_git20220219-r2) 23:34:41 (84/136) Installing sdl2 (2.0.22-r0) 23:34:42 (85/136) Installing aom-libs (3.3.0-r0) 23:34:42 (86/136) Installing libass (0.16.0-r0) 23:34:43 (87/136) Installing libdav1d (1.0.0-r0) 23:34:43 (88/136) Installing libdrm (2.4.110-r0) 23:34:44 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) 23:34:44 (90/136) Installing ncurses-libs (6.3_p20220521-r1) 23:34:44 (91/136) Installing lame (3.100-r0) 23:34:45 (92/136) Installing opus (1.3.1-r1) 23:34:45 (93/136) Installing libasyncns (0.8-r1) 23:34:45 Building wheel for numpy (pyproject.toml): still running... 23:34:46 (94/136) Installing libltdl (2.4.7-r0) 23:34:46 (95/136) Installing orc (0.4.32-r0) 23:34:46 (96/136) Installing libvorbis (1.3.7-r0) 23:34:47 (97/136) Installing libsndfile (1.1.0-r0) 23:34:47 (98/136) Installing libgomp (11.2.1_git20220219-r2) 23:34:48 (99/136) Installing soxr (0.1.3-r2) 23:34:48 (100/136) Installing speexdsp (1.2.0-r0) 23:34:48 (101/136) Installing tdb-libs (1.4.6-r0) 23:34:49 (102/136) Installing libpulse (15.0-r2) 23:34:49 (103/136) Installing cjson (1.7.15-r3) 23:34:50 (104/136) Installing mbedtls (2.28.3-r0) 23:34:50 (105/136) Installing librist (0.2.6-r1) 23:34:51 (106/136) Installing libsrt (1.4.4-r0) 23:34:51 (107/136) Installing libssh (0.9.6-r1) 23:34:51 (108/136) Installing libtheora (1.1.1-r16) 23:34:52 (109/136) Installing v4l-utils-libs (1.22.1-r1) 23:34:52 (110/136) Installing libva (2.14.0-r0) 23:34:53 (111/136) Installing libvdpau (1.5-r0) 23:34:53 (112/136) Installing vidstab (1.1.0-r1) 23:34:53 (113/136) Installing libvpx (1.11.0-r1) 23:34:54 (114/136) Installing x264-libs (0.163_git20210613-r0) 23:34:54 (115/136) Installing numactl (2.0.14-r0) 23:34:55 (116/136) Installing x265-libs (3.5-r3) 23:34:55 (117/136) Installing xvidcore (1.3.7-r1) 23:34:56 (118/136) Installing ffmpeg-libs (5.0.3-r0) 23:34:57 (119/136) Installing libevent (2.1.12-r4) 23:34:57 (120/136) Installing mesa (21.3.9-r0) 23:34:58 (121/136) Installing wayland-libs-server (1.20.0-r0) 23:34:58 (122/136) Installing mesa-gbm (21.3.9-r0) 23:34:58 (123/136) Installing icu-data-en (71.1-r2) 23:34:59 Executing icu-data-en-71.1-r2.post-install 23:34:59 * 23:34:59 * If you need ICU with non-English locales and legacy charset support, install 23:34:59 * package icu-data-full. 23:34:59 * 23:34:59 (124/136) Installing icu-libs (71.1-r2) 23:34:59 (125/136) Installing lcms2 (2.13.1-r0) 23:35:00 (126/136) Installing minizip (1.2.12-r0) 23:35:00 (127/136) Installing nspr (4.33-r0) 23:35:01 (128/136) Installing sqlite-libs (3.40.1-r0) 23:35:01 (129/136) Installing nss (3.78.1-r0) 23:35:02 (130/136) Installing re2 (2022.04.01-r0) 23:35:02 (131/136) Installing snappy (1.1.9-r4) 23:35:03 (132/136) Installing libgpg-error (1.45-r0) 23:35:03 (133/136) Installing libgcrypt (1.10.1-r0) 23:35:03 (134/136) Installing libxslt (1.1.35-r0) 23:35:04 (135/136) Installing chromium (102.0.5005.182-r0) 23:35:19 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 23:35:19 Executing busybox-1.35.0-r17.trigger 23:35:19 Executing glib-2.72.4-r0.trigger 23:35:19 Executing shared-mime-info-2.2-r2.trigger 23:35:20 Executing gdk-pixbuf-2.42.8-r0.trigger 23:35:20 Executing gtk-update-icon-cache-2.24.33-r3.trigger 23:35:20 Executing fontconfig-2.14.0-r0.trigger 23:35:20 Executing mkfontscale-1.2.2-r0.trigger 23:35:20 OK: 376 MiB in 159 packages 23:35:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:35:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:35:22 (1/21) Installing binutils (2.38-r3) 23:35:23 (2/21) Installing isl22 (0.22-r0) 23:35:23 (3/21) Installing mpfr4 (4.1.0-r0) 23:35:24 (4/21) Installing mpc1 (1.2.1-r0) 23:35:24 (5/21) Installing gcc (11.2.1_git20220219-r2) 23:35:31 (6/21) Installing musl-dev (1.2.3-r3) 23:35:31 (7/21) Installing libc-dev (0.7.2-r3) 23:35:32 (8/21) Installing linux-headers (5.16.7-r1) 23:35:33 (9/21) Installing libffi-dev (3.4.2-r1) 23:35:33 (10/21) Installing libpq (14.8-r0) 23:35:33 (11/21) Installing openssl-dev (1.1.1t-r2) 23:35:34 (12/21) Installing libpq-dev (14.8-r0) 23:35:34 (13/21) Installing libecpg (14.8-r0) 23:35:35 (14/21) Installing libecpg-dev (14.8-r0) 23:35:35 (15/21) Installing llvm13-libs (13.0.1-r2) 23:35:38 (16/21) Installing clang-libs (13.0.1-r1) 23:35:43 (17/21) Installing clang (13.0.1-r1) 23:35:43 (18/21) Installing icu (71.1-r2) 23:35:43 (19/21) Installing icu-dev (71.1-r2) 23:35:44 (20/21) Installing llvm13 (13.0.1-r2) 23:35:49 (21/21) Installing postgresql14-dev (14.8-r0) 23:35:49 Executing busybox-1.35.0-r17.trigger 23:35:49 OK: 768 MiB in 180 packages 23:35:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:35:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:35:52 (1/10) Installing g++ (11.2.1_git20220219-r2) 23:35:53 Building wheel for numpy (pyproject.toml): still running... 23:35:54 (2/10) Installing gdbm (1.23-r0) 23:35:54 (3/10) Installing mpdecimal (2.5.1-r1) 23:35:55 (4/10) Installing readline (8.1.2-r0) 23:35:55 (5/10) Installing python3 (3.10.11-r0) 23:35:58 (6/10) Installing python3-dev (3.10.11-r0) 23:36:05 (7/10) Installing libsodium (1.0.18-r0) 23:36:05 (8/10) Installing libzmq (4.3.4-r0) 23:36:05 (9/10) Installing libsodium-dev (1.0.18-r0) 23:36:05 (10/10) Installing zeromq-dev (4.3.4-r0) 23:36:05 Executing busybox-1.35.0-r17.trigger 23:36:05 OK: 938 MiB in 190 packages 23:36:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:36:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:36:08 OK: 938 MiB in 190 packages 23:36:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:36:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:36:10 (1/1) Installing tzdata (2023c-r0) 23:36:11 Executing busybox-1.35.0-r17.trigger 23:36:11 OK: 941 MiB in 191 packages 23:36:12 (1/1) Purging tzdata (2023c-r0) 23:36:12 Executing busybox-1.35.0-r17.trigger 23:36:12 OK: 938 MiB in 190 packages 23:36:26 Building wheel for numpy (pyproject.toml): finished with status 'done' 23:36:26 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22360814 sha256=28102840f7c68a20413206a0a49389d57dc5c15f38e2238ed6cf8e3bdd3cb1f8 23:36:26 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 23:36:26 Successfully built numpy 23:36:26 Installing collected packages: numpy 23:36:27 Successfully installed numpy-1.22.3 23:36:27 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 23:36:28 Collecting psutil==5.9.0 23:36:28 Downloading psutil-5.9.0.tar.gz (478 kB) 23:36:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 33.1 MB/s eta 0:00:00 23:36:28 Preparing metadata (setup.py): started 23:36:28 Preparing metadata (setup.py): finished with status 'done' 23:36:28 Building wheels for collected packages: psutil 23:36:28 Building wheel for psutil (setup.py): started 23:36:30 Building wheel for psutil (setup.py): finished with status 'done' 23:36:30 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271450 sha256=ed3338ca679544c40ca159a186b8bd36f68d4d90753f0accbd3383ea78be327c 23:36:30 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 23:36:30 Successfully built psutil 23:36:30 Installing collected packages: psutil 23:36:30 Successfully installed psutil-5.9.0 23:36:30 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 23:36:30 Looking in links: /tmp/tmpx7gwny7q 23:36:30 Processing /tmp/tmpx7gwny7q/setuptools-65.5.0-py3-none-any.whl 23:36:30 Processing /tmp/tmpx7gwny7q/pip-23.0.1-py3-none-any.whl 23:36:31 Installing collected packages: setuptools, pip 23:36:31 Collecting pycryptodome==3.15.0 23:36:31 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 23:36:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 37.9 MB/s eta 0:00:00 23:36:32 Preparing metadata (setup.py): started 23:36:33 Preparing metadata (setup.py): finished with status 'done' 23:36:33 Building wheels for collected packages: pycryptodome 23:36:33 Building wheel for pycryptodome (setup.py): started 23:36:49 Successfully installed pip-23.0.1 setuptools-65.5.0 23:36:49 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 23:36:53 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 23:36:54 Collecting pip 23:36:54 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 23:36:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 18.0 MB/s eta 0:00:00 23:36:54 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 23:36:57 Collecting setuptools 23:36:57 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 23:36:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 14.9 MB/s eta 0:00:00 23:36:58 Collecting wheel 23:36:58 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 23:36:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 18.3 MB/s eta 0:00:00 23:36:59 Building wheel for pycryptodome (setup.py): finished with status 'done' 23:36:59 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111211 sha256=3255ae4b2d32045daa0b1c9d51ea46be09cf56c1f2d2ab5c154a7a4dc359512d 23:36:59 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 23:36:59 Successfully built pycryptodome 23:36:59 Installing collected packages: pycryptodome 23:36:59 Successfully installed pycryptodome-3.15.0 23:36:59 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 23:36:59 Collecting influxdb-client==1.33.0 23:36:59 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 23:36:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 14.9 MB/s eta 0:00:00 23:36:59 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0) 23:36:59 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 23:36:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.3 MB/s eta 0:00:00 23:36:59 Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2023.5.7) 23:36:59 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0) 23:36:59 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 23:36:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 33.4 MB/s eta 0:00:00 23:36:59 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.8.0) 23:36:59 Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.16) 23:36:59 Requirement already satisfied: six>=1.5 in /usr/lib/python3.10/site-packages (from python-dateutil>=2.5.3->influxdb-client==1.33.0) (1.16.0) 23:36:59 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0) 23:36:59 Downloading typing_extensions-4.6.2-py3-none-any.whl (31 kB) 23:36:59 Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client 23:36:59 Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.6.2 23:36:59 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 23:37:00 Installing collected packages: wheel, setuptools, pip 23:37:00 Attempting uninstall: setuptools 23:37:00 Found existing installation: setuptools 65.5.0 23:37:01 Uninstalling setuptools-65.5.0: 23:37:01 Successfully uninstalled setuptools-65.5.0 23:37:07 Attempting uninstall: pip 23:37:07 Found existing installation: pip 23.0.1 23:37:09 Uninstalling pip-23.0.1: 23:37:09 Successfully uninstalled pip-23.0.1 23:37:14 Removing intermediate container 2fefa62492d4 23:37:14 ---> 3358219ffc2c 23:37:14 Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 23:37:14 ---> Running in 7dfdd8b3d5f9 23:37:14 Removing intermediate container 7dfdd8b3d5f9 23:37:14 ---> 3c684663eb58 23:37:14 Step 10/12 : LABEL arch=amd64 23:37:14 ---> Running in f641f1298755 23:37:14 Removing intermediate container f641f1298755 23:37:14 ---> 9e9e33952935 23:37:14 Step 11/12 : LABEL git_sha=ba3f4f68f4093e002640856cfd3dc81b1971a242 23:37:14 ---> Running in 68978d029555 23:37:14 Removing intermediate container 68978d029555 23:37:14 ---> eb380502dd30 23:37:14 Step 12/12 : LABEL version=0.0.0 23:37:14 ---> Running in f21f599e0fc9 23:37:14 Removing intermediate container f21f599e0fc9 23:37:14 ---> 7c130b0630f1 23:37:14 [Warning] One or more build-args [ARCH] were not consumed 23:37:14 Successfully built 7c130b0630f1 23:37:14 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 23:37:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:37:15 23:37:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:37:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:37:16 latest: Pulling from edgex-lftools-log-publisher 23:37:16 5eb5b503b376: Pulling fs layer 23:37:16 5c69ac0246d0: Pulling fs layer 23:37:16 ec43610c2a17: Pulling fs layer 23:37:16 3a2ae6a8a46f: Pulling fs layer 23:37:16 33b1e0a273af: Pulling fs layer 23:37:16 5d3b04190fa2: Pulling fs layer 23:37:16 2f39f015ded8: Pulling fs layer 23:37:16 5d3b04190fa2: Waiting 23:37:16 3a2ae6a8a46f: Waiting 23:37:16 2f39f015ded8: Waiting 23:37:16 33b1e0a273af: Waiting 23:37:16 5c69ac0246d0: Download complete 23:37:16 3a2ae6a8a46f: Verifying Checksum 23:37:16 3a2ae6a8a46f: Download complete 23:37:16 33b1e0a273af: Verifying Checksum 23:37:16 33b1e0a273af: Download complete 23:37:16 5d3b04190fa2: Verifying Checksum 23:37:16 5d3b04190fa2: Download complete 23:37:16 ec43610c2a17: Verifying Checksum 23:37:16 ec43610c2a17: Download complete 23:37:16 5eb5b503b376: Verifying Checksum 23:37:16 5eb5b503b376: Download complete 23:37:16 2f39f015ded8: Download complete 23:37:17 5eb5b503b376: Pull complete 23:37:17 5c69ac0246d0: Pull complete 23:37:17 ec43610c2a17: Pull complete 23:37:17 3a2ae6a8a46f: Pull complete 23:37:18 33b1e0a273af: Pull complete 23:37:18 5d3b04190fa2: Pull complete 23:37:22 2f39f015ded8: Pull complete 23:37:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:37:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:37:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:37:22 prd-ubuntu20.04-docker-8c-8g-17201 does not seem to be running inside a container 23:37:22 $ 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-55 -v /w/workspace/exfoundry_edgex-taf-common_PR-55:/w/workspace/exfoundry_edgex-taf-common_PR-55:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-55@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:37:24 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 23:37:24 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 23:37:25 $ docker top 1fd6409ed847ac554206bfc25caa169bfa5fac8a6af8760522642a728a22ff93 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:37:25 ---> job-cost.sh 23:37:25 lf-activate-venv: SKIPPING 23:37:25 INFO: No Stack... 23:37:25 INFO: Retrieving Pricing Info for: v3-standard-8 23:37:26 INFO: Archiving Costs [Pipeline] sh 23:37:26 + cat /w/workspace/exfoundry_edgex-taf-common_PR-55/archives/cost.csv 23:37:26 + cut -d, -f6 [Pipeline] lock 23:37:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] 23:37:26 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] did not exist. Created. 23:37:26 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:37:26 + echo total: 0.2199999988079071 [Pipeline] stash 23:37:27 Stashed 1 file(s) [Pipeline] } 23:37:27 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:37:27 $ docker stop --time=1 1fd6409ed847ac554206bfc25caa169bfa5fac8a6af8760522642a728a22ff93 23:37:27 Processing ./edgex-taf-common 23:37:27 Preparing metadata (setup.py): started 23:37:28 $ docker rm -f --volumes 1fd6409ed847ac554206bfc25caa169bfa5fac8a6af8760522642a728a22ff93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:37:29 Preparing metadata (setup.py): finished with status 'done' 23:37:29 Building wheels for collected packages: edgex-taf-common 23:37:29 Building wheel for edgex-taf-common (setup.py): started 23:37:31 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 23:37:31 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14480 sha256=b65c41d617a95d6e62689e668b2a47db0ea2e1c429e9bc9d1af117a539ef5379 23:37:31 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 23:37:31 Successfully built edgex-taf-common 23:37:32 Installing collected packages: edgex-taf-common 23:37:35 Successfully installed edgex-taf-common-0.0.0 23:37:35 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:37:42 Collecting robotframework==4.1.3 23:37:42 Downloading robotframework-4.1.3-py2.py3-none-any.whl (659 kB) 23:37:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.8/659.8 kB 7.4 MB/s eta 0:00:00 23:37:42 Installing collected packages: robotframework 23:37:46 Successfully installed robotframework-4.1.3 23:37:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:37:51 Collecting docker==4.4.1 23:37:52 Downloading docker-4.4.1-py2.py3-none-any.whl (146 kB) 23:37:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/146.8 kB 3.7 MB/s eta 0:00:00 23:37:52 Collecting six>=1.4.0 (from docker==4.4.1) 23:37:52 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 23:37:52 Collecting websocket-client>=0.32.0 (from docker==4.4.1) 23:37:52 Downloading websocket_client-1.5.2-py3-none-any.whl (56 kB) 23:37:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 2.1 MB/s eta 0:00:00 23:37:53 Collecting requests!=2.18.0,>=2.14.2 (from docker==4.4.1) 23:37:53 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 23:37:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.2 MB/s eta 0:00:00 23:37:54 Collecting charset-normalizer<4,>=2 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:37:54 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (192 kB) 23:37:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 kB 5.2 MB/s eta 0:00:00 23:37:55 Collecting idna<4,>=2.5 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:37:55 Downloading idna-3.4-py3-none-any.whl (61 kB) 23:37:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.4 MB/s eta 0:00:00 23:37:56 Collecting urllib3<3,>=1.21.1 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:37:56 Downloading urllib3-2.0.2-py3-none-any.whl (123 kB) 23:37:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 4.7 MB/s eta 0:00:00 23:37:56 Collecting certifi>=2017.4.17 (from requests!=2.18.0,>=2.14.2->docker==4.4.1) 23:37:56 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 23:37:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 5.0 MB/s eta 0:00:00 23:37:58 Installing collected packages: websocket-client, urllib3, six, idna, charset-normalizer, certifi, requests, docker 23:38:04 Successfully installed certifi-2023.5.7 charset-normalizer-3.1.0 docker-4.4.1 idna-3.4 requests-2.31.0 six-1.16.0 urllib3-2.0.2 websocket-client-1.5.2 23:38:04 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:38:10 Collecting python-dotenv==0.15.0 23:38:10 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 23:38:10 Installing collected packages: python-dotenv 23:38:11 Successfully installed python-dotenv-0.15.0 23:38:11 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:38:15 Collecting RESTinstance==1.0.2 23:38:15 Downloading RESTinstance-1.0.2-py3-none-any.whl (27 kB) 23:38:15 Requirement already satisfied: robotframework>=3.1.0 in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (4.1.3) 23:38:15 Collecting docutils (from RESTinstance==1.0.2) 23:38:15 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 23:38:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 7.0 MB/s eta 0:00:00 23:38:16 Collecting flex (from RESTinstance==1.0.2) 23:38:16 Downloading flex-6.14.1.tar.gz (40 kB) 23:38:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.4 MB/s eta 0:00:00 23:38:16 Preparing metadata (setup.py): started 23:38:18 Preparing metadata (setup.py): finished with status 'done' 23:38:18 Collecting GenSON (from RESTinstance==1.0.2) 23:38:18 Downloading genson-1.2.2.tar.gz (34 kB) 23:38:18 Preparing metadata (setup.py): started 23:38:20 Preparing metadata (setup.py): finished with status 'done' 23:38:20 Collecting jsonpath-ng (from RESTinstance==1.0.2) 23:38:20 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 23:38:20 Collecting pygments (from RESTinstance==1.0.2) 23:38:20 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 23:38:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.9 MB/s eta 0:00:00 23:38:21 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from RESTinstance==1.0.2) (2.31.0) 23:38:21 Collecting jsonschema (from RESTinstance==1.0.2) 23:38:21 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 23:38:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 3.7 MB/s eta 0:00:00 23:38:21 Collecting rfc3987 (from RESTinstance==1.0.2) 23:38:21 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 23:38:21 Collecting strict-rfc3339 (from RESTinstance==1.0.2) 23:38:21 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 23:38:21 Preparing metadata (setup.py): started 23:38:23 Preparing metadata (setup.py): finished with status 'done' 23:38:24 Collecting pytz (from RESTinstance==1.0.2) 23:38:24 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 23:38:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 7.2 MB/s eta 0:00:00 23:38:25 Collecting tzlocal (from RESTinstance==1.0.2) 23:38:25 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 23:38:25 Requirement already satisfied: six>=1.7.3 in /usr/lib/python3.10/site-packages (from flex->RESTinstance==1.0.2) (1.16.0) 23:38:25 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.0.2) 23:38:25 Downloading PyYAML-6.0.tar.gz (124 kB) 23:38:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 4.2 MB/s eta 0:00:00 23:38:27 Installing build dependencies: started 23:39:00 Installing build dependencies: finished with status 'done' 23:39:00 Getting requirements to build wheel: started 23:39:18 Getting requirements to build wheel: finished with status 'done' 23:39:18 Preparing metadata (pyproject.toml): started 23:39:20 Preparing metadata (pyproject.toml): finished with status 'done' 23:39:20 Collecting validate-email>=1.2 (from flex->RESTinstance==1.0.2) 23:39:20 Downloading validate_email-1.3.tar.gz (4.7 kB) 23:39:20 Preparing metadata (setup.py): started 23:39:22 Preparing metadata (setup.py): finished with status 'done' 23:39:22 Collecting click>=3.3 (from flex->RESTinstance==1.0.2) 23:39:22 Downloading click-8.1.3-py3-none-any.whl (96 kB) 23:39:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 3.4 MB/s eta 0:00:00 23:39:23 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.0.2) 23:39:23 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 23:39:23 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.1.0) 23:39:23 Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (3.4) 23:39:23 Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2.0.2) 23:39:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->RESTinstance==1.0.2) (2023.5.7) 23:39:24 Collecting ply (from jsonpath-ng->RESTinstance==1.0.2) 23:39:24 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 23:39:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 1.9 MB/s eta 0:00:00 23:39:24 Collecting decorator (from jsonpath-ng->RESTinstance==1.0.2) 23:39:24 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 23:39:24 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.0.2) 23:39:24 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 23:39:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.3 MB/s eta 0:00:00 23:39:25 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.0.2) 23:39:25 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 23:39:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 2.5 MB/s eta 0:00:00 23:39:26 Building wheels for collected packages: flex, strict-rfc3339, GenSON, PyYAML, validate-email 23:39:26 Building wheel for flex (setup.py): started 23:39:30 Building wheel for flex (setup.py): finished with status 'done' 23:39:30 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=9521bb310390d939b7f9ff6b3e09f1e03389fd247827ce4fe83917659846ba69 23:39:30 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 23:39:30 Building wheel for strict-rfc3339 (setup.py): started 23:39:32 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 23:39:32 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=d3d6def3a889e35d75258e870f55cee9f9cfa1c2f95c7f2c854a49ae188e17ec 23:39:32 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 23:39:32 Building wheel for GenSON (setup.py): started 23:39:35 Building wheel for GenSON (setup.py): finished with status 'done' 23:39:35 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=24ffa7cc6f9ceb1d99d1df4825efa06fbafe3e3832e5aa2a8639041789057c40 23:39:35 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 23:39:35 Building wheel for PyYAML (pyproject.toml): started 23:39:39 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 23:39:39 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45334 sha256=65469d4c972e0bbc94ff685145a2df55c7a2835248454c6e35a0cb3d8892f5c0 23:39:39 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 23:39:39 Building wheel for validate-email (setup.py): started 23:39:42 Building wheel for validate-email (setup.py): finished with status 'done' 23:39:42 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=dec5dd21e0d4354b62cc398ef358ba5bcc453ad516471bca8e6e76fa04a7fb5b 23:39:42 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 23:39:42 Successfully built flex strict-rfc3339 GenSON PyYAML validate-email 23:39:44 Installing collected packages: validate-email, strict-rfc3339, rfc3987, pytz, ply, GenSON, tzlocal, PyYAML, pyrsistent, pygments, jsonpointer, docutils, decorator, click, attrs, jsonschema, jsonpath-ng, flex, RESTinstance 23:40:03 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.2 attrs-23.1.0 click-8.1.3 decorator-5.1.1 docutils-0.20.1 flex-6.14.1 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 ply-3.11 pygments-2.15.1 pyrsistent-0.19.3 pytz-2023.3 rfc3987-1.3.8 strict-rfc3339-0.7 tzlocal-5.0.1 validate-email-1.3 23:40:03 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:40:08 Collecting robotbackgroundlogger==1.2 23:40:08 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 23:40:08 Preparing metadata (setup.py): started 23:40:10 Preparing metadata (setup.py): finished with status 'done' 23:40:10 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotbackgroundlogger==1.2) (4.1.3) 23:40:10 Building wheels for collected packages: robotbackgroundlogger 23:40:10 Building wheel for robotbackgroundlogger (setup.py): started 23:40:13 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 23:40:13 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=217be3626376a5a201d401ce2541e77ef5f67b866ef03cb2bb07951bd37bf782 23:40:13 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 23:40:13 Successfully built robotbackgroundlogger 23:40:15 Installing collected packages: robotbackgroundlogger 23:40:15 Successfully installed robotbackgroundlogger-1.2 23:40:15 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 23:40:21 Collecting configparser==5.0.1 23:40:21 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 23:40:23 Installing collected packages: configparser 23:40:23 Successfully installed configparser-5.0.1 23:40:23 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 23:40:28 Collecting requests==2.25.1 23:40:28 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) 23:40:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 1.7 MB/s eta 0:00:00 23:40:29 Collecting chardet<5,>=3.0.2 (from requests==2.25.1) 23:40:29 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) 23:40:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 4.5 MB/s eta 0:00:00 23:40:29 Collecting idna<3,>=2.5 (from requests==2.25.1) 23:40:29 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 23:40:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.0 MB/s eta 0:00:00 23:40:30 Collecting urllib3<1.27,>=1.21.1 (from requests==2.25.1) 23:40:30 Downloading urllib3-1.26.16-py2.py3-none-any.whl (143 kB) 23:40:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 4.2 MB/s eta 0:00:00 23:40:30 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests==2.25.1) (2023.5.7) 23:40:33 Installing collected packages: urllib3, idna, chardet, requests 23:40:33 Attempting uninstall: urllib3 23:40:33 Found existing installation: urllib3 2.0.2 23:40:33 Uninstalling urllib3-2.0.2: 23:40:33 Successfully uninstalled urllib3-2.0.2 23:40:34 Attempting uninstall: idna 23:40:34 Found existing installation: idna 3.4 23:40:34 Uninstalling idna-3.4: 23:40:34 Successfully uninstalled idna-3.4 23:40:39 Attempting uninstall: requests 23:40:39 Found existing installation: requests 2.31.0 23:40:39 Uninstalling requests-2.31.0: 23:40:39 Successfully uninstalled requests-2.31.0 23:40:39 Successfully installed chardet-4.0.0 idna-2.10 requests-2.25.1 urllib3-1.26.16 23:40:39 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 23:40:45 Collecting robotframework-requests==0.8.0 23:40:45 Downloading robotframework_requests-0.8.0-py3-none-any.whl (16 kB) 23:40:45 Requirement already satisfied: robotframework in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (4.1.3) 23:40:45 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from robotframework-requests==0.8.0) (2.25.1) 23:40:45 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) 23:40:45 Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2.10) 23:40:45 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.16) 23:40:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->robotframework-requests==0.8.0) (2023.5.7) 23:40:48 Installing collected packages: robotframework-requests 23:40:48 Successfully installed robotframework-requests-0.8.0 23:40:48 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 23:40:53 Collecting paho-mqtt==1.5.1 23:40:53 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 23:40:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 3.6 MB/s eta 0:00:00 23:40:53 Preparing metadata (setup.py): started 23:40:55 Preparing metadata (setup.py): finished with status 'done' 23:40:56 Building wheels for collected packages: paho-mqtt 23:40:56 Building wheel for paho-mqtt (setup.py): started 23:40:59 Building wheel for paho-mqtt (setup.py): finished with status 'done' 23:40:59 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=84bd9acbc0b07f645271fd825fc7089960421fb94ac3a4d2afeffe0b2a40466e 23:40:59 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 23:40:59 Successfully built paho-mqtt 23:41:02 Installing collected packages: paho-mqtt 23:41:03 Successfully installed paho-mqtt-1.5.1 23:41:03 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:41:09 Collecting redis==4.5.3 23:41:09 Downloading redis-4.5.3-py3-none-any.whl (238 kB) 23:41:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 kB 4.9 MB/s eta 0:00:00 23:41:09 Collecting async-timeout>=4.0.2 (from redis==4.5.3) 23:41:09 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 23:41:12 Installing collected packages: async-timeout, redis 23:41:14 Successfully installed async-timeout-4.0.2 redis-4.5.3 23:41:14 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 23:41:23 Collecting pyzmq==22.2.1 23:41:23 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 23:41:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 8.9 MB/s eta 0:00:00 23:41:25 Installing build dependencies: started 23:41:43 Installing build dependencies: finished with status 'done' 23:41:43 Getting requirements to build wheel: started 23:41:44 Getting requirements to build wheel: finished with status 'done' 23:41:44 Preparing metadata (pyproject.toml): started 23:41:48 Preparing metadata (pyproject.toml): finished with status 'done' 23:41:48 Building wheels for collected packages: pyzmq 23:41:48 Building wheel for pyzmq (pyproject.toml): started 23:43:10 Building wheel for pyzmq (pyproject.toml): still running... 23:45:02 Building wheel for pyzmq (pyproject.toml): still running... 23:45:24 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 23:45:24 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515226 sha256=077806c44f741514dc10eeded4cc39c6462b9f6abc332bdd8e8a74974e027e8b 23:45:24 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 23:45:24 Successfully built pyzmq 23:45:27 Installing collected packages: pyzmq 23:45:29 Successfully installed pyzmq-22.2.1 23:45:29 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 23:45:36 Collecting robotframework-seleniumlibrary==5.1.3 23:45:36 Downloading robotframework_seleniumlibrary-5.1.3-py2.py3-none-any.whl (94 kB) 23:45:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.7/94.7 kB 3.1 MB/s eta 0:00:00 23:45:36 Collecting robotframework-pythonlibcore>=2.1.0 (from robotframework-seleniumlibrary==5.1.3) 23:45:36 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 23:45:36 Requirement already satisfied: robotframework>=3.1.2 in /usr/lib/python3.10/site-packages (from robotframework-seleniumlibrary==5.1.3) (4.1.3) 23:45:37 Collecting selenium>=3.141.0 (from robotframework-seleniumlibrary==5.1.3) 23:45:37 Downloading selenium-4.9.1-py3-none-any.whl (6.6 MB) 23:45:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 1.8 MB/s eta 0:00:00 23:45:42 Requirement already satisfied: urllib3[socks]<3,>=1.26 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (1.26.16) 23:45:42 Collecting trio~=0.17 (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:42 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 23:45:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 6.2 MB/s eta 0:00:00 23:45:42 Collecting trio-websocket~=0.9 (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:42 Downloading trio_websocket-0.10.2-py3-none-any.whl (17 kB) 23:45:42 Requirement already satisfied: certifi>=2021.10.8 in /usr/lib/python3.10/site-packages (from selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) (2023.5.7) 23:45:42 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) (23.1.0) 23:45:42 Collecting sortedcontainers (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:42 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 23:45:42 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:42 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 23:45:42 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) 23:45:43 Collecting outcome (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:43 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 23:45:43 Collecting sniffio (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:43 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 23:45:43 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:43 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 23:45:43 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:43 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 23:45:44 Collecting PySocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:44 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 23:45:45 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=3.141.0->robotframework-seleniumlibrary==5.1.3) 23:45:45 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 23:45:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.2 MB/s eta 0:00:00 23:45:49 Installing collected packages: sortedcontainers, sniffio, robotframework-pythonlibcore, PySocks, outcome, h11, exceptiongroup, async-generator, wsproto, trio, trio-websocket, selenium, robotframework-seleniumlibrary 23:46:07 Successfully installed PySocks-1.7.1 async-generator-1.10 exceptiongroup-1.1.1 h11-0.14.0 outcome-1.2.0 robotframework-pythonlibcore-4.1.2 robotframework-seleniumlibrary-5.1.3 selenium-4.9.1 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.22.0 trio-websocket-0.10.2 wsproto-1.2.0 23:46:07 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:46:12 Collecting psycopg2==2.9.3 23:46:12 Downloading psycopg2-2.9.3.tar.gz (380 kB) 23:46:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 6.4 MB/s eta 0:00:00 23:46:12 Preparing metadata (setup.py): started 23:46:15 Preparing metadata (setup.py): finished with status 'done' 23:46:15 Building wheels for collected packages: psycopg2 23:46:15 Building wheel for psycopg2 (setup.py): started 23:47:23 Building wheel for psycopg2 (setup.py): still running... 23:47:49 Building wheel for psycopg2 (setup.py): finished with status 'done' 23:47:49 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470362 sha256=764cef71031087637ab3abcf7314469c50ad2e623b62d69c89ae1a73d64ff071 23:47:49 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 23:47:49 Successfully built psycopg2 23:47:49 Installing collected packages: psycopg2 23:47:50 Successfully installed psycopg2-2.9.3 23:47:50 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:48:00 Collecting numpy==1.22.3 23:48:00 Downloading numpy-1.22.3.zip (11.5 MB) 23:48:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 8.7 MB/s eta 0:00:00 23:48:05 Installing build dependencies: started 23:48:37 Installing build dependencies: finished with status 'done' 23:48:37 Getting requirements to build wheel: started 23:48:43 Getting requirements to build wheel: finished with status 'done' 23:48:43 Preparing metadata (pyproject.toml): started 23:48:48 Preparing metadata (pyproject.toml): finished with status 'done' 23:48:48 Building wheels for collected packages: numpy 23:48:48 Building wheel for numpy (pyproject.toml): started 23:52:40 Building wheel for numpy (pyproject.toml): still running... 23:53:36 Building wheel for numpy (pyproject.toml): still running... 23:54:44 Building wheel for numpy (pyproject.toml): still running... 23:55:40 Building wheel for numpy (pyproject.toml): still running... 23:56:37 Building wheel for numpy (pyproject.toml): still running... 23:57:45 Building wheel for numpy (pyproject.toml): still running... 23:58:53 Building wheel for numpy (pyproject.toml): still running... 00:00:00 Building wheel for numpy (pyproject.toml): still running... 00:00:57 Building wheel for numpy (pyproject.toml): still running... 00:06:04 Building wheel for numpy (pyproject.toml): still running... 00:06:51 Building wheel for numpy (pyproject.toml): still running... 00:08:12 Building wheel for numpy (pyproject.toml): still running... 00:10:49 Building wheel for numpy (pyproject.toml): still running... 00:13:26 Building wheel for numpy (pyproject.toml): still running... 00:14:47 Building wheel for numpy (pyproject.toml): still running... 00:15:55 Building wheel for numpy (pyproject.toml): still running... 00:17:32 Building wheel for numpy (pyproject.toml): still running... 00:18:40 Building wheel for numpy (pyproject.toml): still running... 00:23:01 Building wheel for numpy (pyproject.toml): still running... 00:25:23 Building wheel for numpy (pyproject.toml): still running... 00:28:15 Building wheel for numpy (pyproject.toml): still running... 00:28:23 Building wheel for numpy (pyproject.toml): finished with status 'done' 00:28:23 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18625265 sha256=72c4571367a174252f1df4198b05f689d708352715987c6622497edf3e690e9f 00:28:23 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 00:28:23 Successfully built numpy 00:28:27 Installing collected packages: numpy 00:28:54 Successfully installed numpy-1.22.3 00:28:54 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 00:28:59 Collecting psutil==5.9.0 00:28:59 Downloading psutil-5.9.0.tar.gz (478 kB) 00:28:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 6.2 MB/s eta 0:00:00 00:29:00 Preparing metadata (setup.py): started 00:29:03 Preparing metadata (setup.py): finished with status 'done' 00:29:03 Building wheels for collected packages: psutil 00:29:03 Building wheel for psutil (setup.py): started 00:29:18 Building wheel for psutil (setup.py): finished with status 'done' 00:29:18 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271961 sha256=9548e87a7a438885135a2455f0105a32a88d3808b6d7c9870e11b97042133933 00:29:18 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 00:29:18 Successfully built psutil 00:29:20 Installing collected packages: psutil 00:29:25 Successfully installed psutil-5.9.0 00:29:25 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 00:29:33 Collecting pycryptodome==3.15.0 00:29:33 Downloading pycryptodome-3.15.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 00:29:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 8.6 MB/s eta 0:00:00 00:29:36 Installing collected packages: pycryptodome 00:29:41 Successfully installed pycryptodome-3.15.0 00:29:41 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 00:29:47 Collecting influxdb-client==1.33.0 00:29:47 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 00:29:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 7.2 MB/s eta 0:00:00 00:29:47 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0) 00:29:47 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 00:29:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 5.4 MB/s eta 0:00:00 00:29:47 Requirement already satisfied: certifi>=14.05.14 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (2023.5.7) 00:29:47 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0) 00:29:47 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 00:29:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 5.4 MB/s eta 0:00:00 00:29:47 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (67.8.0) 00:29:47 Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0) (1.26.16) 00:29:48 Requirement already satisfied: six>=1.5 in /usr/lib/python3.10/site-packages (from python-dateutil>=2.5.3->influxdb-client==1.33.0) (1.16.0) 00:29:48 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0) 00:29:48 Downloading typing_extensions-4.6.2-py3-none-any.whl (31 kB) 00:29:52 Installing collected packages: typing-extensions, python-dateutil, reactivex, influxdb-client 00:30:02 Successfully installed influxdb-client-1.33.0 python-dateutil-2.8.2 reactivex-4.0.4 typing-extensions-4.6.2 00:30:02 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:30:49 Removing intermediate container 703531ae9ed4 00:30:49 ---> de5e26347929 00:30:49 Step 9/12 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 00:30:49 ---> Running in 1c0010dfbcbc 00:30:49 Removing intermediate container 1c0010dfbcbc 00:30:49 ---> cd2b902692b0 00:30:49 Step 10/12 : LABEL arch=arm64 00:30:49 ---> Running in 1c8d221870bb 00:30:49 Removing intermediate container 1c8d221870bb 00:30:49 ---> 7329eb577744 00:30:49 Step 11/12 : LABEL git_sha=ba3f4f68f4093e002640856cfd3dc81b1971a242 00:30:49 ---> Running in bf49d90a8038 00:30:49 Removing intermediate container bf49d90a8038 00:30:49 ---> ed703af8a606 00:30:49 Step 12/12 : LABEL version=0.0.0 00:30:49 ---> Running in 640b6a8d9197 00:30:49 Removing intermediate container 640b6a8d9197 00:30:49 ---> 5cf41e6977b7 00:30:49 [Warning] One or more build-args [ARCH] were not consumed 00:30:49 Successfully built 5cf41e6977b7 00:30:49 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 00:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:30:50 00:30:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:30:50 arm64: Pulling from edgex-lftools-log-publisher 00:30:50 8998bd30e6a1: Pulling fs layer 00:30:50 04944245beec: Pulling fs layer 00:30:50 699f458cf7ca: Pulling fs layer 00:30:50 765212b225bb: Pulling fs layer 00:30:50 f23df028b6ca: Pulling fs layer 00:30:50 d65c8cfc05b1: Pulling fs layer 00:30:50 2437ff75d9bd: Pulling fs layer 00:30:50 f23df028b6ca: Waiting 00:30:50 d65c8cfc05b1: Waiting 00:30:50 2437ff75d9bd: Waiting 00:30:50 765212b225bb: Waiting 00:30:51 04944245beec: Verifying Checksum 00:30:51 04944245beec: Download complete 00:30:51 765212b225bb: Verifying Checksum 00:30:51 765212b225bb: Download complete 00:30:51 f23df028b6ca: Download complete 00:30:51 d65c8cfc05b1: Verifying Checksum 00:30:51 d65c8cfc05b1: Download complete 00:30:51 699f458cf7ca: Verifying Checksum 00:30:51 699f458cf7ca: Download complete 00:30:51 8998bd30e6a1: Verifying Checksum 00:30:51 8998bd30e6a1: Download complete 00:30:54 2437ff75d9bd: Verifying Checksum 00:30:54 2437ff75d9bd: Download complete 00:30:56 8998bd30e6a1: Pull complete 00:30:56 04944245beec: Pull complete 00:30:57 699f458cf7ca: Pull complete 00:30:57 765212b225bb: Pull complete 00:30:58 f23df028b6ca: Pull complete 00:30:59 d65c8cfc05b1: Pull complete 00:31:14 2437ff75d9bd: Pull complete 00:31:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:31:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:14 prd-ubuntu20.04-docker-arm64-4c-16g-17202 does not seem to be running inside a container 00:31:14 $ 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-55 -v /w/workspace/exfoundry_edgex-taf-common_PR-55:/w/workspace/exfoundry_edgex-taf-common_PR-55:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-55@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 00:31:17 $ docker top 7a0692fab28f310fdba79536a59f8e579c17438e7b03c124d844b2f30b26ffc5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:18 ---> job-cost.sh 00:31:18 lf-activate-venv: SKIPPING 00:31:18 INFO: No Stack... 00:31:18 INFO: Retrieving Pricing Info for: v3-standard-4 00:31:19 INFO: Archiving Costs [Pipeline] sh 00:31:19 + cat /w/workspace/exfoundry_edgex-taf-common_PR-55/archives/cost.csv 00:31:19 + cut -d, -f6 [Pipeline] lock 00:31:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] 00:31:20 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] did not exist. Created. 00:31:20 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:31:20 /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/durable-f8e30dab/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:31:21 + echo total: 0.10999999940395355 [Pipeline] stash 00:31:21 Warning: overwriting stash ‘stack-cost’ 00:31:21 Stashed 1 file(s) [Pipeline] } 00:31:21 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-55-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:31:22 $ docker stop --time=1 7a0692fab28f310fdba79536a59f8e579c17438e7b03c124d844b2f30b26ffc5 00:31:23 $ docker rm -f --volumes 7a0692fab28f310fdba79536a59f8e579c17438e7b03c124d844b2f30b26ffc5 [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 00:31:25 + [ -d /w/workspace/exfoundry_edgex-taf-common_PR-55/archives ] 00:31:25 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-55/archives 00:31:25 total 16 00:31:25 drwxr-xr-x 3 root root 4096 May 29 23:37 . 00:31:25 drwxrwxr-x 7 jenkins jenkins 4096 May 29 23:37 .. 00:31:25 drwxr-xr-x 2 root root 4096 May 29 23:37 cost 00:31:25 -rw-r--r-- 1 root root 87 May 29 23:37 cost.csv 00:31:25 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_edgex-taf-common_PR-55/archives 00:31:25 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-55/archives 00:31:25 total 16 00:31:25 drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:37 . 00:31:25 drwxrwxr-x 7 jenkins jenkins 4096 May 29 23:37 .. 00:31:25 drwxr-xr-x 2 jenkins jenkins 4096 May 29 23:37 cost 00:31:25 -rw-r--r-- 1 jenkins jenkins 87 May 29 23:37 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:31:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:31:26 ---> package-listing.sh 00:31:26 ++ facter osfamily 00:31:26 ++ tr '[:upper:]' '[:lower:]' 00:31:26 + OS_FAMILY=debian 00:31:26 + workspace=/w/workspace/exfoundry_edgex-taf-common_PR-55 00:31:26 + START_PACKAGES=/tmp/packages_start.txt 00:31:26 + END_PACKAGES=/tmp/packages_end.txt 00:31:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:31:26 + PACKAGES=/tmp/packages_start.txt 00:31:26 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-55 ']' 00:31:26 + PACKAGES=/tmp/packages_end.txt 00:31:26 + case "${OS_FAMILY}" in 00:31:26 + dpkg -l 00:31:26 + grep '^ii' 00:31:26 + '[' -f /tmp/packages_start.txt ']' 00:31:26 + '[' -f /tmp/packages_end.txt ']' 00:31:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:31:26 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-55 ']' 00:31:26 + mkdir -p /w/workspace/exfoundry_edgex-taf-common_PR-55/archives/ 00:31:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_edgex-taf-common_PR-55/archives/ [Pipeline] echo 00:31:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_edgex-taf-common_PR-55/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:31:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:31:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:27 prd-ubuntu20.04-docker-8c-8g-17201 does not seem to be running inside a container 00:31:27 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_edgex-taf-common_PR-55/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-55 -v /w/workspace/exfoundry_edgex-taf-common_PR-55:/w/workspace/exfoundry_edgex-taf-common_PR-55:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-55@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:31:27 $ docker top b8b0881dddeef677a0e3a521189ab941af291344dcf13c3b5141e6f81a4f351e -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:28 + touch /tmp/pre-build-complete [Pipeline] sh 00:31:28 + mkdir -p /var/log/sysstat [Pipeline] sh 00:31:28 + ls /var/log/sa-host 00:31:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:29 provisioning config files... 00:31:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-55@tmp/config8522536734029294342tmp [Pipeline] { [Pipeline] echo 00:31:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:31:29 ---> create-netrc.sh [Pipeline] } 00:31:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:31:29 ---> python-tools-install.sh [Pipeline] echo 00:31:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:31:30 ---> sudo-logs.sh 00:31:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:31:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:31:30 ---> job-cost.sh 00:31:30 lf-activate-venv: SKIPPING 00:31:30 DEBUG: total: 0.2199999988079071 00:31:30 INFO: Retrieving Stack Cost... 00:31:30 INFO: Retrieving Pricing Info for: v3-standard-8 00:31:31 INFO: Archiving Costs [Pipeline] echo 00:31:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:31:31 ---> logs-deploy.sh 00:31:31 lf-activate-venv: SKIPPING 00:31:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-55/1 00:31:31 INFO: archiving workspace using pattern(s): 00:31:32 Archives upload complete. 00:31:32 INFO: archiving logs to Nexus