Pull request #68 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-taf-common Obtained Jenkinsfile from 3e50a57b3905c96da89e37612203effdc58cce16+708500f99bdc18627f9f54c6595d62644b939aea (790890f1f59c81d352d62d31a2982632ccb4e83f) 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-ssh903350115507326530.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh6968919250685863793.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-68/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-68/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17656877737966485113.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-68/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2528811470681165690.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8966630164331507091.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-68/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-68/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1821190428521825772.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-18544 in /w/workspace/exfoundry_edgex-taf-common_PR-68 [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-68 # 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 708500f99bdc18627f9f54c6595d62644b939aea into PR head commit 3e50a57b3905c96da89e37612203effdc58cce16 Merge succeeded, producing 3e50a57b3905c96da89e37612203effdc58cce16 Checking out Revision 3e50a57b3905c96da89e37612203effdc58cce16 (PR-68) > 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/68/head:refs/remotes/origin/PR-68 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e50a57b3905c96da89e37612203effdc58cce16 # 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 708500f99bdc18627f9f54c6595d62644b939aea # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e50a57b3905c96da89e37612203effdc58cce16 # timeout=10 Commit message: "fix: Update dependabot schedule interval to monthly" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:49:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:49:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:49:05 ========================================================= 06:49:05 EdgeX Global Pipelines Version Info 06:49:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:49:06 ------------------- 06:49:06 stable info: 06:49:06 ------------------- 06:49:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:49:06 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 06:49:06 Message: update stable to v1.0.250 06:49:07 ------------------- 06:49:07 experimental info: 06:49:07 ------------------- 06:49:07 Commited By: **** collab-it+edgex@linuxfoundation.org 06:49:07 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 06:49:07 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:49:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-68 [Pipeline] echo 06:49:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-68 [Pipeline] echo 06:49:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-68 [Pipeline] echo 06:49:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e50a57b3905c96da89e37612203effdc58cce16 [Pipeline] echo 06:49:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e50a57 [Pipeline] echo 06:49:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:49:08 provisioning config files... 06:49:08 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/config3661813085798809697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:49:08 ---> docker-login.sh 06:49:08 nexus3.edgexfoundry.org:10001 06:49:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:08 Configure a credential helper to remove this warning. See 06:49:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:08 06:49:08 Login Succeeded 06:49:08 nexus3.edgexfoundry.org:10002 06:49:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:09 Configure a credential helper to remove this warning. See 06:49:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:09 06:49:09 Login Succeeded 06:49:09 nexus3.edgexfoundry.org:10003 06:49:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:09 Configure a credential helper to remove this warning. See 06:49:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:09 06:49:09 Login Succeeded 06:49:09 nexus3.edgexfoundry.org:10004 06:49:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:09 Configure a credential helper to remove this warning. See 06:49:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:09 06:49:09 Login Succeeded 06:49:09 docker.io 06:49:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:09 Configure a credential helper to remove this warning. See 06:49:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:09 06:49:09 Login Succeeded 06:49:09 ---> docker-login.sh ends [Pipeline] } 06:49:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:49:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:49:10 + grep -v github /etc/ssh/ssh_known_hosts 06:49:10 + [ -e /tmp/ssh_known_hosts ] 06:49:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:49:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:49:10 + sudo tee -a /etc/ssh/ssh_known_hosts 06:49:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:49:10 06:49:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:49:11 0.1.4: Pulling from edgex-devops/py-git-semver 06:49:11 b85a868b505f: Pulling fs layer 06:49:11 e2be974225ed: Pulling fs layer 06:49:11 339a4e72a1f5: Pulling fs layer 06:49:11 988bab9f4d93: Pulling fs layer 06:49:11 1469e6f7b9e6: Pulling fs layer 06:49:11 eaf3925da568: Pulling fs layer 06:49:11 bab4dde63d76: Pulling fs layer 06:49:11 bde34c3a00c8: Pulling fs layer 06:49:11 b352a97aabf1: Pulling fs layer 06:49:11 4872d77fe225: Pulling fs layer 06:49:11 5851b861e8e6: Pulling fs layer 06:49:11 bab4dde63d76: Waiting 06:49:11 4872d77fe225: Waiting 06:49:11 1469e6f7b9e6: Waiting 06:49:11 eaf3925da568: Waiting 06:49:11 5851b861e8e6: Waiting 06:49:11 b352a97aabf1: Waiting 06:49:11 988bab9f4d93: Waiting 06:49:11 bde34c3a00c8: Waiting 06:49:11 e2be974225ed: Verifying Checksum 06:49:11 e2be974225ed: Download complete 06:49:11 988bab9f4d93: Verifying Checksum 06:49:11 988bab9f4d93: Download complete 06:49:11 1469e6f7b9e6: Verifying Checksum 06:49:11 1469e6f7b9e6: Download complete 06:49:11 eaf3925da568: Download complete 06:49:11 339a4e72a1f5: Verifying Checksum 06:49:11 339a4e72a1f5: Download complete 06:49:11 bde34c3a00c8: Download complete 06:49:11 b352a97aabf1: Download complete 06:49:11 4872d77fe225: Verifying Checksum 06:49:11 4872d77fe225: Download complete 06:49:11 5851b861e8e6: Download complete 06:49:11 b85a868b505f: Verifying Checksum 06:49:11 b85a868b505f: Download complete 06:49:12 bab4dde63d76: Verifying Checksum 06:49:12 bab4dde63d76: Download complete 06:49:13 b85a868b505f: Pull complete 06:49:13 e2be974225ed: Pull complete 06:49:13 339a4e72a1f5: Pull complete 06:49:13 988bab9f4d93: Pull complete 06:49:13 1469e6f7b9e6: Pull complete 06:49:13 eaf3925da568: Pull complete 06:49:15 bab4dde63d76: Pull complete 06:49:15 bde34c3a00c8: Pull complete 06:49:16 b352a97aabf1: Pull complete 06:49:16 4872d77fe225: Pull complete 06:49:16 5851b861e8e6: Pull complete 06:49:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:49:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:49:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:49:16 prd-ubuntu20.04-docker-8c-8g-18544 does not seem to be running inside a container 06:49:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_edgex-taf-common_PR-68 -v /w/workspace/exfoundry_edgex-taf-common_PR-68:/w/workspace/exfoundry_edgex-taf-common_PR-68:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:49:18 $ docker top 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 -eo pid,comm 06:49:18 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). 06:49:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:49:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:49:18 [ssh-agent] Looking for ssh-agent implementation... 06:49:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:49:19 $ docker exec 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 ssh-agent 06:49:19 SSH_AUTH_SOCK=/tmp/ssh-j27RtCVgjvht/agent.33 06:49:19 SSH_AGENT_PID=39 06:49:19 Running ssh-add (command line suppressed) 06:49:19 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/private_key_13651007962036160043.key (/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/private_key_13651007962036160043.key) 06:49:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:49:19 + git tag --points-at HEAD [Pipeline] } 06:49:19 $ docker exec --env ******** --env ******** 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 ssh-agent -k 06:49:19 unset SSH_AUTH_SOCK; 06:49:19 unset SSH_AGENT_PID; 06:49:19 echo Agent pid 39 killed; 06:49:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:49:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:49:19 [ssh-agent] Looking for ssh-agent implementation... 06:49:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:49:19 $ docker exec 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 ssh-agent 06:49:20 SSH_AUTH_SOCK=/tmp/ssh-AhM5c0xCeB11/agent.72 06:49:20 SSH_AGENT_PID=78 06:49:20 Running ssh-add (command line suppressed) 06:49:20 Identity added: /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/private_key_5805898777102504148.key (/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/private_key_5805898777102504148.key) 06:49:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:49:20 + git semver init 06:49:20 2023-06-13 06:49:20,735 [run_init] DEBUG init version:0.0.0 force:False 06:49:20 2023-06-13 06:49:20,736 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver 06:49:20 2023-06-13 06:49:20,736 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/exfoundry_edgex-taf-common_PR-68/.semver 06:49:20 2023-06-13 06:49:20,736 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-68, universal_newlines=False, shell=None, istream=None) 06:49:21 2023-06-13 06:49:21,332 [append_file] DEBUG append to file:/w/workspace/exfoundry_edgex-taf-common_PR-68/.git/info/exclude 06:49:21 2023-06-13 06:49:21,332 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver/PR-68 with force:False 06:49:21 2023-06-13 06:49:21,332 [write_file] DEBUG write to file:/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver/PR-68 06:49:21 2023-06-13 06:49:21,337 [execute] INFO git cat-file --batch-check 06:49:21 2023-06-13 06:49:21,337 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver, universal_newlines=False, shell=None, istream=) 06:49:21 2023-06-13 06:49:21,344 [execute] INFO git cat-file --batch 06:49:21 2023-06-13 06:49:21,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_edgex-taf-common_PR-68/.semver, universal_newlines=False, shell=None, istream=) 06:49:21 2023-06-13 06:49:21,350 [read_version] DEBUG read version from /w/workspace/exfoundry_edgex-taf-common_PR-68/.semver/PR-68 06:49:21 0.0.0 [Pipeline] } 06:49:21 $ docker exec --env ******** --env ******** 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 ssh-agent -k 06:49:21 unset SSH_AUTH_SOCK; 06:49:21 unset SSH_AGENT_PID; 06:49:21 echo Agent pid 78 killed; 06:49:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:49:21 + git semver [Pipeline] } 06:49:22 $ docker stop --time=1 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 06:49:23 $ docker rm -f --volumes 3f355a496a2297af1aa34498b1cc7f1d1c27d75a95f06c8b05bd7f3e9324dff4 [Pipeline] // withDockerContainer [Pipeline] sh 06:49:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:49:24 Stashed 1 file(s) [Pipeline] echo 06:49:24 [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 06:49:24 provisioning config files... 06:49:24 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/config17424410545731027329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:49:25 ---> docker-login.sh 06:49:25 nexus3.edgexfoundry.org:10001 06:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:25 Configure a credential helper to remove this warning. See 06:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:25 06:49:25 Login Succeeded 06:49:25 nexus3.edgexfoundry.org:10002 06:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:25 Configure a credential helper to remove this warning. See 06:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:25 06:49:25 Login Succeeded 06:49:25 nexus3.edgexfoundry.org:10003 06:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:25 Configure a credential helper to remove this warning. See 06:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:25 06:49:25 Login Succeeded 06:49:25 nexus3.edgexfoundry.org:10004 06:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:25 Configure a credential helper to remove this warning. See 06:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:25 06:49:25 Login Succeeded 06:49:25 docker.io 06:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:49:25 Configure a credential helper to remove this warning. See 06:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:49:25 06:49:25 Login Succeeded 06:49:25 ---> docker-login.sh ends [Pipeline] } 06:49:25 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 06:49:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:49:27 + ls -al . 06:49:27 total 72 06:49:27 drwxrwxr-x 7 jenkins jenkins 4096 Jun 13 06:49 . 06:49:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:49 .. 06:49:27 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:49 .git 06:49:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:49 .github 06:49:27 -rw-rw-r-- 1 jenkins jenkins 22 Jun 13 06:49 .gitignore 06:49:27 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:49 .semver 06:49:27 -rw-rw-r-- 1 jenkins jenkins 1575 Jun 13 06:49 Dockerfile 06:49:27 -rw-rw-r-- 1 jenkins jenkins 746 Jun 13 06:49 Jenkinsfile 06:49:27 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 13 06:49 LICENSE 06:49:27 -rw-rw-r-- 1 jenkins jenkins 3606 Jun 13 06:49 README.md 06:49:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:49 TAF-Manager 06:49:27 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:49 TUC 06:49:27 -rw-rw-r-- 1 jenkins jenkins 5 Jun 13 06:49 VERSION 06:49:27 -rw-rw-r-- 1 jenkins jenkins 344 Jun 13 06:49 requirements.txt 06:49:27 -rw-rw-r-- 1 jenkins jenkins 54 Jun 13 06:49 robot-entrypoint.sh 06:49:27 -rw-rw-r-- 1 jenkins jenkins 445 Jun 13 06:49 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:27 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3e50a57b3905c96da89e37612203effdc58cce16 --label arch=amd64 --label version=0.0.0 . 06:49:27 Sending build context to Docker daemon 491kB 06:49:27 Step 1/13 : FROM alpine:3.16 06:49:27 3.16: Pulling from library/alpine 06:49:28 91d30c5bc195: Pulling fs layer 06:49:28 91d30c5bc195: Verifying Checksum 06:49:28 91d30c5bc195: Download complete 06:49:28 91d30c5bc195: Pull complete 06:49:28 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 06:49:28 Status: Downloaded newer image for alpine:3.16 06:49:28 ---> 8471affe5de5 06:49:28 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 06:49:28 ---> Running in 2291ca51c203 06:49:28 Removing intermediate container 2291ca51c203 06:49:28 ---> b20644966b8b 06:49:28 Step 3/13 : LABEL maintainer="Bruce Huang " 06:49:28 ---> Running in 205a19d35aec 06:49:28 Removing intermediate container 205a19d35aec 06:49:28 ---> 5608f2cacdbc 06:49:28 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 06:49:28 ---> 66da70db2196 06:49:28 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 06:49:29 ---> 0f8002ea5811 06:49:29 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 06:49:29 ---> 283cbc6fc008 06:49:29 Step 7/13 : WORKDIR /edgex-taf 06:49:29 ---> Running in ff574ffba2ea 06:49:29 Removing intermediate container ff574ffba2ea 06:49:29 ---> d9d0a3573f25 06:49:29 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:49:29 ---> Running in 2de6a4d5d07e 06:49:30 Removing intermediate container 2de6a4d5d07e 06:49:30 ---> 652e018c4401 06:49:30 Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.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 -r requirements.txt 06:49:30 ---> Running in e2518a62a909 06:49:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:49:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:49:31 (1/5) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 06:49:31 (2/5) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 06:49:32 (3/5) Upgrading libcrypto1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:49:32 (4/5) Upgrading libssl1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:49:33 (5/5) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 06:49:33 Executing busybox-1.35.0-r17.trigger 06:49:33 OK: 6 MiB in 14 packages 06:49:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:49:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:49:34 (1/9) Installing ca-certificates (20230506-r0) 06:49:35 (2/9) Installing brotli-libs (1.0.9-r6) 06:49:35 (3/9) Installing nghttp2-libs (1.47.0-r0) 06:49:35 (4/9) Installing libcurl (8.1.2-r0) 06:49:36 (5/9) Installing curl (8.1.2-r0) 06:49:36 (6/9) Installing docker-cli (20.10.20-r0) 06:49:36 (7/9) Installing oniguruma (6.9.8-r0) 06:49:37 (8/9) Installing jq (1.6-r1) 06:49:37 (9/9) Installing openssl (1.1.1u-r1) 06:49:38 Executing busybox-1.35.0-r17.trigger 06:49:38 Executing ca-certificates-20230506-r0.trigger 06:49:38 OK: 52 MiB in 23 packages 06:49:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:49:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:49:39 (1/137) Installing libmagic (5.41-r0) 06:49:39 Still waiting to schedule task 06:49:39 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 06:49:39 (2/137) Installing file (5.41-r0) 06:49:40 (3/137) Installing libxau (1.0.9-r0) 06:49:40 (4/137) Installing libxdmcp (1.1.3-r0) 06:49:40 (5/137) Installing libxcb (1.15-r0) 06:49:40 (6/137) Installing libx11 (1.8-r0) 06:49:41 (7/137) Installing libxext (1.3.4-r0) 06:49:41 (8/137) Installing libice (1.0.10-r0) 06:49:41 (9/137) Installing libuuid (2.38-r1) 06:49:42 (10/137) Installing libsm (1.2.3-r0) 06:49:42 (11/137) Installing libxt (1.2.1-r0) 06:49:42 (12/137) Installing libxmu (1.1.3-r0) 06:49:43 (13/137) Installing xset (1.2.4-r0) 06:49:43 (14/137) Installing xprop (1.2.5-r0) 06:49:43 (15/137) Installing xdg-utils (1.1.3-r3) 06:49:44 (16/137) Installing eudev-libs (3.2.11-r0) 06:49:44 (17/137) Installing pkgconf (1.8.1-r0) 06:49:44 (18/137) Installing libffi (3.4.2-r1) 06:49:44 (19/137) Installing libintl (0.21-r2) 06:49:45 (20/137) Installing libblkid (2.38-r1) 06:49:45 (21/137) Installing libmount (2.38-r1) 06:49:45 (22/137) Installing pcre (8.45-r2) 06:49:46 (23/137) Installing glib (2.72.4-r0) 06:49:46 (24/137) Installing xz-libs (5.2.5-r1) 06:49:47 (25/137) Installing libxml2 (2.9.14-r2) 06:49:47 (26/137) Installing shared-mime-info (2.2-r2) 06:49:48 (27/137) Installing hicolor-icon-theme (0.17-r1) 06:49:48 (28/137) Installing libjpeg-turbo (2.1.3-r1) 06:49:48 (29/137) Installing libpng (1.6.37-r1) 06:49:48 (30/137) Installing libwebp (1.2.3-r1) 06:49:49 (31/137) Installing zstd-libs (1.5.2-r1) 06:49:49 (32/137) Installing tiff (4.4.0-r3) 06:49:50 (33/137) Installing gdk-pixbuf (2.42.8-r0) 06:49:50 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 06:49:50 (35/137) Installing libxcomposite (0.4.5-r0) 06:49:51 (36/137) Installing libxfixes (6.0.0-r0) 06:49:51 (37/137) Installing libxrender (0.9.10-r3) 06:49:51 (38/137) Installing libxcursor (1.2.1-r0) 06:49:51 (39/137) Installing libxdamage (1.1.5-r1) 06:49:52 (40/137) Installing libxi (1.8-r0) 06:49:52 (41/137) Installing libxinerama (1.1.4-r1) 06:49:52 (42/137) Installing libxrandr (1.5.2-r1) 06:49:53 (43/137) Installing atk (2.38.0-r0) 06:49:53 (44/137) Installing libxtst (1.2.3-r3) 06:49:53 (45/137) Installing dbus-libs (1.14.8-r0) 06:49:53 (46/137) Installing at-spi2-core (2.44.1-r0) 06:49:54 (47/137) Installing at-spi2-atk (2.38.0-r0) 06:49:54 (48/137) Installing expat (2.5.0-r0) 06:49:54 (49/137) Installing libbz2 (1.0.8-r1) 06:49:54 (50/137) Installing freetype (2.12.1-r0) 06:49:55 (51/137) Installing fontconfig (2.14.0-r0) 06:49:55 (52/137) Installing pixman (0.40.0-r4) 06:49:56 (53/137) Installing cairo (1.17.4-r2) 06:49:56 (54/137) Installing cairo-gobject (1.17.4-r2) 06:49:56 (55/137) Installing avahi-libs (0.8-r6) 06:49:57 (56/137) Installing gmp (6.2.1-r2) 06:49:57 (57/137) Installing nettle (3.7.3-r0) 06:49:57 (58/137) Installing p11-kit (0.24.1-r0) 06:49:58 (59/137) Installing libtasn1 (4.18.0-r1) 06:49:58 (60/137) Installing libunistring (1.0-r0) 06:49:59 (61/137) Installing gnutls (3.7.7-r1) 06:49:59 (62/137) Installing cups-libs (2.4.2-r1) 06:49:59 (63/137) Installing libepoxy (1.5.10-r0) 06:50:00 (64/137) Installing fribidi (1.0.12-r0) 06:50:00 (65/137) Installing graphite2 (1.3.14-r1) 06:50:00 (66/137) Installing harfbuzz (4.3.0-r0) 06:50:01 (67/137) Installing libxft (2.3.4-r0) 06:50:01 (68/137) Installing pango (1.50.7-r0) 06:50:02 (69/137) Installing wayland-libs-client (1.20.0-r0) 06:50:02 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 06:50:02 (71/137) Installing wayland-libs-egl (1.20.0-r0) 06:50:02 (72/137) Installing xkeyboard-config (2.35.1-r0) 06:50:03 (73/137) Installing libxkbcommon (1.4.1-r0) 06:50:03 (74/137) Installing gtk+3.0 (3.24.34-r1) 06:50:04 Executing gtk+3.0-3.24.34-r1.post-install 06:50:04 (75/137) Installing libfontenc (1.1.4-r0) 06:50:04 (76/137) Installing mkfontscale (1.2.2-r0) 06:50:04 (77/137) Installing font-opensans (0_git20210927-r0) 06:50:05 (78/137) Installing libgcc (11.2.1_git20220219-r2) 06:50:05 (79/137) Installing libogg (1.3.5-r1) 06:50:05 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 06:50:06 (81/137) Installing flac (1.3.4-r0) 06:50:06 (82/137) Installing alsa-lib (1.2.7.2-r0) 06:50:07 (83/137) Installing libatomic (11.2.1_git20220219-r2) 06:50:07 (84/137) Installing sdl2 (2.0.22-r0) 06:50:07 (85/137) Installing aom-libs (3.3.0-r0) 06:50:08 (86/137) Installing libass (0.16.0-r0) 06:50:08 (87/137) Installing libdav1d (1.0.0-r0) 06:50:08 (88/137) Installing libpciaccess (0.16-r0) 06:50:09 (89/137) Installing libdrm (2.4.110-r0) 06:50:09 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) 06:50:09 (91/137) Installing ncurses-libs (6.3_p20220521-r1) 06:50:10 (92/137) Installing lame (3.100-r0) 06:50:10 (93/137) Installing opus (1.3.1-r1) 06:50:11 (94/137) Installing libasyncns (0.8-r1) 06:50:11 (95/137) Installing libltdl (2.4.7-r0) 06:50:11 (96/137) Installing orc (0.4.32-r0) 06:50:12 (97/137) Installing libvorbis (1.3.7-r0) 06:50:12 (98/137) Installing libsndfile (1.1.0-r0) 06:50:12 (99/137) Installing libgomp (11.2.1_git20220219-r2) 06:50:13 (100/137) Installing soxr (0.1.3-r2) 06:50:13 (101/137) Installing speexdsp (1.2.0-r0) 06:50:13 (102/137) Installing tdb-libs (1.4.6-r0) 06:50:13 (103/137) Installing libpulse (15.0-r2) 06:50:14 (104/137) Installing cjson (1.7.15-r3) 06:50:14 (105/137) Installing mbedtls (2.28.3-r0) 06:50:15 (106/137) Installing librist (0.2.6-r1) 06:50:15 (107/137) Installing libsrt (1.4.4-r0) 06:50:15 (108/137) Installing libssh (0.9.6-r1) 06:50:16 (109/137) Installing libtheora (1.1.1-r16) 06:50:16 (110/137) Installing v4l-utils-libs (1.22.1-r1) 06:50:16 (111/137) Installing libva (2.14.0-r0) 06:50:17 (112/137) Installing libvdpau (1.5-r0) 06:50:17 (113/137) Installing vidstab (1.1.0-r1) 06:50:18 (114/137) Installing libvpx (1.11.0-r1) 06:50:18 (115/137) Installing x264-libs (0.163_git20210613-r0) 06:50:18 (116/137) Installing numactl (2.0.14-r0) 06:50:19 (117/137) Installing x265-libs (3.5-r3) 06:50:19 (118/137) Installing xvidcore (1.3.7-r1) 06:50:19 (119/137) Installing ffmpeg-libs (5.0.3-r0) 06:50:20 (120/137) Installing libevent (2.1.12-r4) 06:50:21 (121/137) Installing mesa (21.3.9-r0) 06:50:21 (122/137) Installing wayland-libs-server (1.20.0-r0) 06:50:21 (123/137) Installing mesa-gbm (21.3.9-r0) 06:50:21 (124/137) Installing icu-data-en (71.1-r2) 06:50:22 Executing icu-data-en-71.1-r2.post-install 06:50:22 * 06:50:22 * If you need ICU with non-English locales and legacy charset support, install 06:50:22 * package icu-data-full. 06:50:22 * 06:50:22 (125/137) Installing icu-libs (71.1-r2) 06:50:23 (126/137) Installing lcms2 (2.13.1-r0) 06:50:23 (127/137) Installing minizip (1.2.12-r0) 06:50:23 (128/137) Installing nspr (4.33-r0) 06:50:23 (129/137) Installing sqlite-libs (3.40.1-r0) 06:50:24 (130/137) Installing nss (3.78.1-r0) 06:50:25 (131/137) Installing re2 (2022.04.01-r0) 06:50:25 (132/137) Installing snappy (1.1.9-r4) 06:50:25 (133/137) Installing libgpg-error (1.45-r0) 06:50:25 (134/137) Installing libgcrypt (1.10.1-r0) 06:50:26 (135/137) Installing libxslt (1.1.35-r0) 06:50:26 (136/137) Installing chromium (102.0.5005.182-r0) 06:50:41 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 06:50:41 Executing busybox-1.35.0-r17.trigger 06:50:41 Executing glib-2.72.4-r0.trigger 06:50:41 Executing shared-mime-info-2.2-r2.trigger 06:50:41 Executing gdk-pixbuf-2.42.8-r0.trigger 06:50:41 Executing gtk-update-icon-cache-2.24.33-r3.trigger 06:50:41 Executing fontconfig-2.14.0-r0.trigger 06:50:41 Executing mkfontscale-1.2.2-r0.trigger 06:50:41 OK: 409 MiB in 160 packages 06:50:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:50:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:50:42 (1/21) Installing binutils (2.38-r3) 06:50:42 (2/21) Installing isl22 (0.22-r0) 06:50:43 (3/21) Installing mpfr4 (4.1.0-r0) 06:50:43 (4/21) Installing mpc1 (1.2.1-r0) 06:50:43 (5/21) Installing gcc (11.2.1_git20220219-r2) 06:50:50 (6/21) Installing musl-dev (1.2.3-r3) 06:50:50 (7/21) Installing libc-dev (0.7.2-r3) 06:50:50 (8/21) Installing linux-headers (5.16.7-r1) 06:50:51 (9/21) Installing libffi-dev (3.4.2-r1) 06:50:51 (10/21) Installing libpq (14.8-r0) 06:50:51 (11/21) Installing openssl-dev (1.1.1u-r1) 06:50:52 (12/21) Installing libpq-dev (14.8-r0) 06:50:52 (13/21) Installing libecpg (14.8-r0) 06:50:53 (14/21) Installing libecpg-dev (14.8-r0) 06:50:53 (15/21) Installing llvm13-libs (13.0.1-r2) 06:50:54 (16/21) Installing clang-libs (13.0.1-r1) 06:50:55 (17/21) Installing clang (13.0.1-r1) 06:50:56 (18/21) Installing icu (71.1-r2) 06:50:56 (19/21) Installing icu-dev (71.1-r2) 06:50:57 (20/21) Installing llvm13 (13.0.1-r2) 06:51:01 (21/21) Installing postgresql14-dev (14.8-r0) 06:51:01 Executing busybox-1.35.0-r17.trigger 06:51:01 OK: 822 MiB in 181 packages 06:51:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:51:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:51:02 (1/10) Installing g++ (11.2.1_git20220219-r2) 06:51:03 (2/10) Installing gdbm (1.23-r0) 06:51:03 (3/10) Installing mpdecimal (2.5.1-r1) 06:51:04 (4/10) Installing readline (8.1.2-r0) 06:51:04 (5/10) Installing python3 (3.10.12-r0) 06:51:05 (6/10) Installing python3-dev (3.10.12-r0) 06:51:11 (7/10) Installing libsodium (1.0.18-r0) 06:51:11 (8/10) Installing libzmq (4.3.4-r0) 06:51:11 (9/10) Installing libsodium-dev (1.0.18-r0) 06:51:12 (10/10) Installing zeromq-dev (4.3.4-r0) 06:51:12 Executing busybox-1.35.0-r17.trigger 06:51:12 OK: 974 MiB in 191 packages 06:51:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:51:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:51:13 OK: 974 MiB in 191 packages 06:51:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:51:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:51:14 (1/1) Installing tzdata (2023c-r0) 06:51:15 Executing busybox-1.35.0-r17.trigger 06:51:15 OK: 978 MiB in 192 packages 06:51:15 (1/1) Purging tzdata (2023c-r0) 06:51:15 Executing busybox-1.35.0-r17.trigger 06:51:15 OK: 974 MiB in 191 packages 06:51:17 Looking in links: /tmp/tmpiwo5djm1 06:51:17 Processing /tmp/tmpiwo5djm1/setuptools-65.5.0-py3-none-any.whl 06:51:17 Processing /tmp/tmpiwo5djm1/pip-23.0.1-py3-none-any.whl 06:51:18 Installing collected packages: setuptools, pip 06:51:20 Successfully installed pip-23.0.1 setuptools-65.5.0 06:51:20 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 06:51:21 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 06:51:21 Collecting pip 06:51:21 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 06:51:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 122.4 MB/s eta 0:00:00 06:51:21 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 06:51:21 Collecting setuptools 06:51:21 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 06:51:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 130.1 MB/s eta 0:00:00 06:51:21 Collecting wheel 06:51:21 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 06:51:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 174.4 MB/s eta 0:00:00 06:51:21 Installing collected packages: wheel, setuptools, pip 06:51:21 Attempting uninstall: setuptools 06:51:21 Found existing installation: setuptools 65.5.0 06:51:21 Uninstalling setuptools-65.5.0: 06:51:22 Successfully uninstalled setuptools-65.5.0 06:51:22 Attempting uninstall: pip 06:51:22 Found existing installation: pip 23.0.1 06:51:23 Uninstalling pip-23.0.1: 06:51:23 Successfully uninstalled pip-23.0.1 06:51:24 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 06:51: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 06:51:25 Processing ./edgex-taf-common 06:51:25 Preparing metadata (setup.py): started 06:51:25 Preparing metadata (setup.py): finished with status 'done' 06:51:25 Building wheels for collected packages: edgex-taf-common 06:51:25 Building wheel for edgex-taf-common (setup.py): started 06:51:26 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 06:51:26 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=5e9a5c1e69d5f2bc60e980317ca3d6d02b150c11401b063e5e023d26e8547773 06:51:26 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 06:51:26 Successfully built edgex-taf-common 06:51:26 Installing collected packages: edgex-taf-common 06:51:26 Successfully installed edgex-taf-common-0.0.0 06:51:26 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 06:51:27 Collecting robotframework==6.0.2 (from -r requirements.txt (line 1)) 06:51:27 Downloading robotframework-6.0.2-py3-none-any.whl (658 kB) 06:51:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 658.7/658.7 kB 15.2 MB/s eta 0:00:00 06:51:27 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 06:51:27 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 06:51:27 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 06:51:27 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 06:51:27 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 06:51:27 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 06:51:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 22.2 MB/s eta 0:00:00 06:51:27 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 06:51:27 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 06:51:27 Preparing metadata (setup.py): started 06:51:27 Preparing metadata (setup.py): finished with status 'done' 06:51:27 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 06:51:27 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 06:51:27 Collecting configparser==5.0.1 (from -r requirements.txt (line 7)) 06:51:27 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 06:51:27 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 06:51:27 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 06:51:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.1 MB/s eta 0:00:00 06:51:27 Collecting paho-mqtt==1.5.1 (from -r requirements.txt (line 9)) 06:51:27 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 06:51:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 14.7 MB/s eta 0:00:00 06:51:27 Preparing metadata (setup.py): started 06:51:27 Preparing metadata (setup.py): finished with status 'done' 06:51:27 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 06:51:27 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 06:51:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 13.8 MB/s eta 0:00:00 06:51:28 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 06:51:28 Downloading numpy-1.22.3.zip (11.5 MB) 06:51:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 89.4 MB/s eta 0:00:00 06:51:29 Installing build dependencies: started 06:51:33 Installing build dependencies: finished with status 'done' 06:51:33 Getting requirements to build wheel: started 06:51:33 Getting requirements to build wheel: finished with status 'done' 06:51:33 Preparing metadata (pyproject.toml): started 06:51:34 Preparing metadata (pyproject.toml): finished with status 'done' 06:51:34 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 06:51:34 Downloading psutil-5.9.0.tar.gz (478 kB) 06:51:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 39.6 MB/s eta 0:00:00 06:51:34 Preparing metadata (setup.py): started 06:51:34 Preparing metadata (setup.py): finished with status 'done' 06:51:34 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 06:51:34 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 06:51:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 7.2 MB/s eta 0:00:00 06:51:35 Collecting pyzmq==22.2.1 (from -r requirements.txt (line 14)) 06:51:35 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 06:51:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 23.7 MB/s eta 0:00:00 06:51:35 Installing build dependencies: started 06:51:38 Installing build dependencies: finished with status 'done' 06:51:38 Getting requirements to build wheel: started 06:51:38 Getting requirements to build wheel: finished with status 'done' 06:51:38 Preparing metadata (pyproject.toml): started 06:51:39 Preparing metadata (pyproject.toml): finished with status 'done' 06:51:39 Collecting influxdb-client==1.33.0 (from -r requirements.txt (line 15)) 06:51:39 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 06:51:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 18.8 MB/s eta 0:00:00 06:51:39 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 06:51:39 Downloading psycopg2-2.9.3.tar.gz (380 kB) 06:51:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 10.0 MB/s eta 0:00:00 06:51:39 Preparing metadata (setup.py): started 06:51:39 Preparing metadata (setup.py): finished with status 'done' 06:51:39 Collecting pycryptodome==3.15.0 (from -r requirements.txt (line 17)) 06:51:39 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 06:51:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 55.6 MB/s eta 0:00:00 06:51:40 Preparing metadata (setup.py): started 06:51:41 Preparing metadata (setup.py): finished with status 'done' 06:51:41 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:41 Downloading selenium-4.10.0-py3-none-any.whl (6.7 MB) 06:51:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 88.4 MB/s eta 0:00:00 06:51:41 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:41 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 06:51:41 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:41 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 06:51:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 19.1 MB/s eta 0:00:00 06:51:41 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:41 Downloading flex-6.14.1.tar.gz (40 kB) 06:51:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.8 MB/s eta 0:00:00 06:51:41 Preparing metadata (setup.py): started 06:51:41 Preparing metadata (setup.py): finished with status 'done' 06:51:41 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading genson-1.2.2.tar.gz (34 kB) 06:51:42 Preparing metadata (setup.py): started 06:51:42 Preparing metadata (setup.py): finished with status 'done' 06:51:42 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 06:51:42 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 06:51:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 14.7 MB/s eta 0:00:00 06:51:42 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 06:51:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 25.7 MB/s eta 0:00:00 06:51:42 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 06:51:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 12.4 MB/s eta 0:00:00 06:51:42 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:42 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 06:51:43 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 06:51:43 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (192 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.8/192.8 kB 33.2 MB/s eta 0:00:00 06:51:43 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 06:51:43 Downloading idna-3.4-py3-none-any.whl (61 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 7.2 MB/s eta 0:00:00 06:51:43 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 06:51:43 Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 17.3 MB/s eta 0:00:00 06:51:43 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 06:51:43 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 27.2 MB/s eta 0:00:00 06:51:43 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:51:43 Downloading packaging-23.1-py3-none-any.whl (48 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 6.4 MB/s eta 0:00:00 06:51:43 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:51:43 Downloading websocket_client-1.5.3-py3-none-any.whl (56 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 7.5 MB/s eta 0:00:00 06:51:43 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 06:51:43 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 06:51:43 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:51:43 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.0 MB/s eta 0:00:00 06:51:43 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:51:43 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 35.7 MB/s eta 0:00:00 06:51:43 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0->-r requirements.txt (line 15)) (67.8.0) 06:51:43 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:51:43 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 06:51:43 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:51:43 Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB) 06:51:43 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:43 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 06:51:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 41.1 MB/s eta 0:00:00 06:51:43 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:43 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 06:51:44 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:44 Downloading PyYAML-6.0.tar.gz (124 kB) 06:51:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 16.9 MB/s eta 0:00:00 06:51:44 Installing build dependencies: started 06:51:47 Installing build dependencies: finished with status 'done' 06:51:47 Getting requirements to build wheel: started 06:51:48 Getting requirements to build wheel: finished with status 'done' 06:51:48 Preparing metadata (pyproject.toml): started 06:51:49 Preparing metadata (pyproject.toml): finished with status 'done' 06:51:49 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:49 Downloading validate_email-1.3.tar.gz (4.7 kB) 06:51:49 Preparing metadata (setup.py): started 06:51:49 Preparing metadata (setup.py): finished with status 'done' 06:51:49 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:49 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 06:51:49 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:49 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 06:51:49 Preparing metadata (setup.py): started 06:51:50 Preparing metadata (setup.py): finished with status 'done' 06:51:50 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading click-8.1.3-py3-none-any.whl (96 kB) 06:51:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 14.4 MB/s eta 0:00:00 06:51:50 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 06:51:50 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 06:51:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.2 MB/s eta 0:00:00 06:51:50 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 06:51:50 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 06:51:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 8.7 MB/s eta 0:00:00 06:51:50 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:51:50 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 06:51:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 8.3 MB/s eta 0:00:00 06:51:50 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 06:51:50 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 06:51:50 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 06:51:50 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 06:51:50 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 06:51:50 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:50 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 06:51:50 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3<3,>=1.21.1->requests==2.31.0->-r requirements.txt (line 8)) 06:51:50 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 06:51:51 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:51:51 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 06:51:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.2 MB/s eta 0:00:00 06:51:51 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, pyzmq, psycopg2, pycryptodome, flex, GenSON, PyYAML, strict-rfc3339, validate-email 06:51:51 Building wheel for robotbackgroundlogger (setup.py): started 06:51:51 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 06:51:51 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=78ab54469ab200223fabe5258defb264c5af229c3834b5f72f3e62055d8fb84e 06:51:51 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 06:51:51 Building wheel for paho-mqtt (setup.py): started 06:51:51 Building wheel for paho-mqtt (setup.py): finished with status 'done' 06:51:51 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=71f57f85bf18f202db47489865abc98f972994a69a46404f18c67214c4166cb2 06:51:51 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 06:51:51 Building wheel for numpy (pyproject.toml): started 06:52:59 Building wheel for numpy (pyproject.toml): still running... 06:53:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-18545 in /w/workspace/exfoundry_edgex-taf-common_PR-68 [Pipeline] { [Pipeline] checkout 06:53:43 Selected Git installation does not exist. Using Default 06:53:43 The recommended git tool is: NONE 06:53:48 using credential edgex-jenkins-ssh 06:53:48 Cloning the remote Git repository 06:53:48 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 06:53:49 > git init /w/workspace/exfoundry_edgex-taf-common_PR-68 # timeout=10 06:53:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 06:53:49 > git --version # timeout=10 06:53:49 > git --version # 'git version 2.25.1' 06:53:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 06:53:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 06:53:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 06:53:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:53:51 Merging remotes/origin/main commit 708500f99bdc18627f9f54c6595d62644b939aea into PR head commit 3e50a57b3905c96da89e37612203effdc58cce16 06:53:51 Merge succeeded, producing 3e50a57b3905c96da89e37612203effdc58cce16 06:53:51 Checking out Revision 3e50a57b3905c96da89e37612203effdc58cce16 (PR-68) 06:53:51 > git config core.sparsecheckout # timeout=10 06:53:51 > git checkout -f 3e50a57b3905c96da89e37612203effdc58cce16 # timeout=10 06:53:51 > git remote # timeout=10 06:53:51 > git config --get remote.origin.url # timeout=10 06:53:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:51 > git merge 708500f99bdc18627f9f54c6595d62644b939aea # timeout=10 06:53:51 > git rev-parse HEAD^{commit} # timeout=10 06:53:51 > git config core.sparsecheckout # timeout=10 06:53:51 > git checkout -f 3e50a57b3905c96da89e37612203effdc58cce16 # timeout=10 06:53:55 Commit message: "fix: Update dependabot schedule interval to monthly" 06:53:55 > git --version # timeout=10 06:53:55 > git --version # 'git version 2.25.1' 06:53:55 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:53:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:53:56 % Total % Received % Xferd Average Speed Time Time Time Current 06:53:56 Dload Upload Total Spent Left Speed 06:53:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 57696 0 --:--:-- --:--:-- --:--:-- 57959 [Pipeline] sh 06:53:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:53:58 + sudo tee /etc/docker/daemon.new 06:53:58 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:53:58 { 06:53:58 "registry-mirrors": [ 06:53:58 "https://nexus3.edgexfoundry.org:10001" 06:53:58 ], 06:53:58 "bip": "10.250.0.254/24", 06:53:58 "hosts": [ 06:53:58 "tcp://0.0.0.0:5555", 06:53:58 "unix:///var/run/docker.sock" 06:53:58 ], 06:53:58 "mtu": 1458, 06:53:58 "selinux-enabled": true, 06:53:58 "seccomp-profile": "/etc/docker/seccomp.json" 06:53:58 } [Pipeline] sh 06:53:58 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:53:58 + sudo service docker restart 06:54:07 Building wheel for numpy (pyproject.toml): still running... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:54:17 provisioning config files... 06:54:17 copy managed file [taf-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/config8750125307509493210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:17 ---> docker-login.sh 06:54:17 nexus3.edgexfoundry.org:10001 06:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:17 Configure a credential helper to remove this warning. See 06:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:17 06:54:17 Login Succeeded 06:54:17 nexus3.edgexfoundry.org:10002 06:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:18 Configure a credential helper to remove this warning. See 06:54:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:18 06:54:18 Login Succeeded 06:54:18 nexus3.edgexfoundry.org:10003 06:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:18 Configure a credential helper to remove this warning. See 06:54:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:18 06:54:18 Login Succeeded 06:54:18 nexus3.edgexfoundry.org:10004 06:54:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:19 Configure a credential helper to remove this warning. See 06:54:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:19 06:54:19 Login Succeeded 06:54:19 docker.io 06:54:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:19 Configure a credential helper to remove this warning. See 06:54:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:19 06:54:19 Login Succeeded 06:54:19 ---> docker-login.sh ends [Pipeline] } 06:54:19 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 06:54:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:54:20 + ls -al . 06:54:20 total 68 06:54:20 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:54 . 06:54:20 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:53 .. 06:54:20 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:53 .git 06:54:20 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:53 .github 06:54:20 -rw-rw-r-- 1 jenkins jenkins 22 Jun 13 06:53 .gitignore 06:54:20 -rw-rw-r-- 1 jenkins jenkins 1575 Jun 13 06:53 Dockerfile 06:54:20 -rw-rw-r-- 1 jenkins jenkins 746 Jun 13 06:53 Jenkinsfile 06:54:20 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 13 06:53 LICENSE 06:54:20 -rw-rw-r-- 1 jenkins jenkins 3606 Jun 13 06:53 README.md 06:54:20 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:53 TAF-Manager 06:54:20 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:53 TUC 06:54:20 -rw-rw-r-- 1 jenkins jenkins 5 Jun 13 06:49 VERSION 06:54:20 -rw-rw-r-- 1 jenkins jenkins 344 Jun 13 06:53 requirements.txt 06:54:20 -rw-rw-r-- 1 jenkins jenkins 54 Jun 13 06:53 robot-entrypoint.sh 06:54:20 -rw-rw-r-- 1 jenkins jenkins 445 Jun 13 06:53 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:21 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3e50a57b3905c96da89e37612203effdc58cce16 --label arch=arm64 --label version=0.0.0 . 06:54:22 Sending build context to Docker daemon 307.2kB 06:54:22 Step 1/13 : FROM alpine:3.16 06:54:23 3.16: Pulling from library/alpine 06:54:23 547446be3368: Pulling fs layer 06:54:23 547446be3368: Verifying Checksum 06:54:23 547446be3368: Download complete 06:54:24 547446be3368: Pull complete 06:54:24 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 06:54:24 Status: Downloaded newer image for alpine:3.16 06:54:24 ---> 3b5033019969 06:54:24 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 06:54:24 ---> Running in b9b87e0b039c 06:54:24 Removing intermediate container b9b87e0b039c 06:54:24 ---> 7c59405db3d7 06:54:24 Step 3/13 : LABEL maintainer="Bruce Huang " 06:54:24 ---> Running in bbcecf9a1861 06:54:25 Removing intermediate container bbcecf9a1861 06:54:25 ---> 554171821c82 06:54:25 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 06:54:25 ---> f3c1273bef67 06:54:25 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 06:54:26 ---> b3267b41974f 06:54:26 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 06:54:26 ---> 009cd3bf3758 06:54:26 Step 7/13 : WORKDIR /edgex-taf 06:54:26 ---> Running in 65a37500956e 06:54:27 Removing intermediate container 65a37500956e 06:54:27 ---> 09a82a2baf7d 06:54:27 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:27 ---> Running in 5e87f479230e 06:54:29 Removing intermediate container 5e87f479230e 06:54:29 ---> 3f294ba31907 06:54:29 Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.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 -r requirements.txt 06:54:29 ---> Running in 09a460823b38 06:54:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:54:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:54:31 (1/5) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 06:54:32 (2/5) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 06:54:32 (3/5) Upgrading libcrypto1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:54:33 (4/5) Upgrading libssl1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:54:33 (5/5) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 06:54:33 Executing busybox-1.35.0-r17.trigger 06:54:33 OK: 5 MiB in 14 packages 06:54:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:54:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:54:35 (1/9) Installing ca-certificates (20230506-r0) 06:54:36 (2/9) Installing brotli-libs (1.0.9-r6) 06:54:36 (3/9) Installing nghttp2-libs (1.47.0-r0) 06:54:37 (4/9) Installing libcurl (8.1.2-r0) 06:54:37 (5/9) Installing curl (8.1.2-r0) 06:54:37 (6/9) Installing docker-cli (20.10.20-r0) 06:54:39 (7/9) Installing oniguruma (6.9.8-r0) 06:54:39 (8/9) Installing jq (1.6-r1) 06:54:39 (9/9) Installing openssl (1.1.1u-r1) 06:54:40 Executing busybox-1.35.0-r17.trigger 06:54:40 Executing ca-certificates-20230506-r0.trigger 06:54:40 OK: 50 MiB in 23 packages 06:54:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:54:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:54:42 (1/136) Installing libmagic (5.41-r0) 06:54:43 (2/136) Installing file (5.41-r0) 06:54:43 (3/136) Installing libxau (1.0.9-r0) 06:54:43 (4/136) Installing libxdmcp (1.1.3-r0) 06:54:43 (5/136) Installing libxcb (1.15-r0) 06:54:44 (6/136) Installing libx11 (1.8-r0) 06:54:44 (7/136) Installing libxext (1.3.4-r0) 06:54:45 (8/136) Installing libice (1.0.10-r0) 06:54:45 (9/136) Installing libuuid (2.38-r1) 06:54:46 (10/136) Installing libsm (1.2.3-r0) 06:54:46 (11/136) Installing libxt (1.2.1-r0) 06:54:46 (12/136) Installing libxmu (1.1.3-r0) 06:54:47 (13/136) Installing xset (1.2.4-r0) 06:54:47 (14/136) Installing xprop (1.2.5-r0) 06:54:47 (15/136) Installing xdg-utils (1.1.3-r3) 06:54:48 (16/136) Installing eudev-libs (3.2.11-r0) 06:54:48 (17/136) Installing pkgconf (1.8.1-r0) 06:54:48 (18/136) Installing libffi (3.4.2-r1) 06:54:49 (19/136) Installing libintl (0.21-r2) 06:54:49 (20/136) Installing libblkid (2.38-r1) 06:54:49 (21/136) Installing libmount (2.38-r1) 06:54:50 (22/136) Installing pcre (8.45-r2) 06:54:50 (23/136) Installing glib (2.72.4-r0) 06:54:51 (24/136) Installing xz-libs (5.2.5-r1) 06:54:51 (25/136) Installing libxml2 (2.9.14-r2) 06:54:51 (26/136) Installing shared-mime-info (2.2-r2) 06:54:52 (27/136) Installing hicolor-icon-theme (0.17-r1) 06:54:52 (28/136) Installing libjpeg-turbo (2.1.3-r1) 06:54:53 (29/136) Installing libpng (1.6.37-r1) 06:54:53 (30/136) Installing libwebp (1.2.3-r1) 06:54:54 (31/136) Installing zstd-libs (1.5.2-r1) 06:54:54 (32/136) Installing tiff (4.4.0-r3) 06:54:55 (33/136) Installing gdk-pixbuf (2.42.8-r0) 06:54:55 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 06:54:55 (35/136) Installing libxcomposite (0.4.5-r0) 06:54:55 (36/136) Installing libxfixes (6.0.0-r0) 06:54:56 (37/136) Installing libxrender (0.9.10-r3) 06:54:56 (38/136) Installing libxcursor (1.2.1-r0) 06:54:56 (39/136) Installing libxdamage (1.1.5-r1) 06:54:57 (40/136) Installing libxi (1.8-r0) 06:54:57 (41/136) Installing libxinerama (1.1.4-r1) 06:54:57 (42/136) Installing libxrandr (1.5.2-r1) 06:54:58 (43/136) Installing atk (2.38.0-r0) 06:54:58 (44/136) Installing libxtst (1.2.3-r3) 06:54:58 (45/136) Installing dbus-libs (1.14.8-r0) 06:54:59 (46/136) Installing at-spi2-core (2.44.1-r0) 06:54:59 (47/136) Installing at-spi2-atk (2.38.0-r0) 06:54:59 (48/136) Installing expat (2.5.0-r0) 06:55:00 (49/136) Installing libbz2 (1.0.8-r1) 06:55:00 (50/136) Installing freetype (2.12.1-r0) 06:55:00 (51/136) Installing fontconfig (2.14.0-r0) 06:55:01 (52/136) Installing pixman (0.40.0-r4) 06:55:01 (53/136) Installing cairo (1.17.4-r2) 06:55:02 (54/136) Installing cairo-gobject (1.17.4-r2) 06:55:02 (55/136) Installing avahi-libs (0.8-r6) 06:55:02 (56/136) Installing gmp (6.2.1-r2) 06:55:03 (57/136) Installing nettle (3.7.3-r0) 06:55:03 Building wheel for numpy (pyproject.toml): still running... 06:55:03 (58/136) Installing p11-kit (0.24.1-r0) 06:55:04 (59/136) Installing libtasn1 (4.18.0-r1) 06:55:04 (60/136) Installing libunistring (1.0-r0) 06:55:05 (61/136) Installing gnutls (3.7.7-r1) 06:55:05 (62/136) Installing cups-libs (2.4.2-r1) 06:55:05 (63/136) Installing libepoxy (1.5.10-r0) 06:55:06 (64/136) Installing fribidi (1.0.12-r0) 06:55:06 (65/136) Installing graphite2 (1.3.14-r1) 06:55:06 (66/136) Installing harfbuzz (4.3.0-r0) 06:55:07 (67/136) Installing libxft (2.3.4-r0) 06:55:07 (68/136) Installing pango (1.50.7-r0) 06:55:08 (69/136) Installing wayland-libs-client (1.20.0-r0) 06:55:08 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 06:55:08 (71/136) Installing wayland-libs-egl (1.20.0-r0) 06:55:09 (72/136) Installing xkeyboard-config (2.35.1-r0) 06:55:09 (73/136) Installing libxkbcommon (1.4.1-r0) 06:55:10 (74/136) Installing gtk+3.0 (3.24.34-r1) 06:55:11 Executing gtk+3.0-3.24.34-r1.post-install 06:55:11 (75/136) Installing libfontenc (1.1.4-r0) 06:55:11 (76/136) Installing mkfontscale (1.2.2-r0) 06:55:11 (77/136) Installing font-opensans (0_git20210927-r0) 06:55:12 (78/136) Installing libgcc (11.2.1_git20220219-r2) 06:55:12 (79/136) Installing libogg (1.3.5-r1) 06:55:12 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 06:55:13 (81/136) Installing flac (1.3.4-r0) 06:55:13 (82/136) Installing alsa-lib (1.2.7.2-r0) 06:55:14 (83/136) Installing libatomic (11.2.1_git20220219-r2) 06:55:14 (84/136) Installing sdl2 (2.0.22-r0) 06:55:14 (85/136) Installing aom-libs (3.3.0-r0) 06:55:15 (86/136) Installing libass (0.16.0-r0) 06:55:16 (87/136) Installing libdav1d (1.0.0-r0) 06:55:16 (88/136) Installing libdrm (2.4.110-r0) 06:55:16 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) 06:55:17 (90/136) Installing ncurses-libs (6.3_p20220521-r1) 06:55:17 (91/136) Installing lame (3.100-r0) 06:55:18 (92/136) Installing opus (1.3.1-r1) 06:55:18 (93/136) Installing libasyncns (0.8-r1) 06:55:18 (94/136) Installing libltdl (2.4.7-r0) 06:55:19 (95/136) Installing orc (0.4.32-r0) 06:55:19 (96/136) Installing libvorbis (1.3.7-r0) 06:55:20 (97/136) Installing libsndfile (1.1.0-r0) 06:55:20 (98/136) Installing libgomp (11.2.1_git20220219-r2) 06:55:20 (99/136) Installing soxr (0.1.3-r2) 06:55:21 (100/136) Installing speexdsp (1.2.0-r0) 06:55:21 (101/136) Installing tdb-libs (1.4.6-r0) 06:55:21 (102/136) Installing libpulse (15.0-r2) 06:55:22 (103/136) Installing cjson (1.7.15-r3) 06:55:22 (104/136) Installing mbedtls (2.28.3-r0) 06:55:23 (105/136) Installing librist (0.2.6-r1) 06:55:23 (106/136) Installing libsrt (1.4.4-r0) 06:55:23 (107/136) Installing libssh (0.9.6-r1) 06:55:24 (108/136) Installing libtheora (1.1.1-r16) 06:55:24 (109/136) Installing v4l-utils-libs (1.22.1-r1) 06:55:25 (110/136) Installing libva (2.14.0-r0) 06:55:25 (111/136) Installing libvdpau (1.5-r0) 06:55:25 (112/136) Installing vidstab (1.1.0-r1) 06:55:26 (113/136) Installing libvpx (1.11.0-r1) 06:55:26 (114/136) Installing x264-libs (0.163_git20210613-r0) 06:55:27 (115/136) Installing numactl (2.0.14-r0) 06:55:27 (116/136) Installing x265-libs (3.5-r3) 06:55:28 (117/136) Installing xvidcore (1.3.7-r1) 06:55:28 (118/136) Installing ffmpeg-libs (5.0.3-r0) 06:55:29 (119/136) Installing libevent (2.1.12-r4) 06:55:30 (120/136) Installing mesa (21.3.9-r0) 06:55:30 (121/136) Installing wayland-libs-server (1.20.0-r0) 06:55:30 (122/136) Installing mesa-gbm (21.3.9-r0) 06:55:30 (123/136) Installing icu-data-en (71.1-r2) 06:55:31 Executing icu-data-en-71.1-r2.post-install 06:55:31 * 06:55:31 * If you need ICU with non-English locales and legacy charset support, install 06:55:31 * package icu-data-full. 06:55:31 * 06:55:31 (124/136) Installing icu-libs (71.1-r2) 06:55:32 (125/136) Installing lcms2 (2.13.1-r0) 06:55:32 (126/136) Installing minizip (1.2.12-r0) 06:55:32 (127/136) Installing nspr (4.33-r0) 06:55:33 (128/136) Installing sqlite-libs (3.40.1-r0) 06:55:33 (129/136) Installing nss (3.78.1-r0) 06:55:34 (130/136) Installing re2 (2022.04.01-r0) 06:55:34 (131/136) Installing snappy (1.1.9-r4) 06:55:34 (132/136) Installing libgpg-error (1.45-r0) 06:55:35 (133/136) Installing libgcrypt (1.10.1-r0) 06:55:35 (134/136) Installing libxslt (1.1.35-r0) 06:55:36 (135/136) Installing chromium (102.0.5005.182-r0) 06:55:41 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 06:55:41 Executing busybox-1.35.0-r17.trigger 06:55:41 Executing glib-2.72.4-r0.trigger 06:55:41 Executing shared-mime-info-2.2-r2.trigger 06:55:45 Executing gdk-pixbuf-2.42.8-r0.trigger 06:55:45 Executing gtk-update-icon-cache-2.24.33-r3.trigger 06:55:45 Executing fontconfig-2.14.0-r0.trigger 06:55:45 Executing mkfontscale-1.2.2-r0.trigger 06:55:45 OK: 376 MiB in 159 packages 06:55:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:55:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:55:48 (1/21) Installing binutils (2.38-r3) 06:55:48 (2/21) Installing isl22 (0.22-r0) 06:55:49 (3/21) Installing mpfr4 (4.1.0-r0) 06:55:49 (4/21) Installing mpc1 (1.2.1-r0) 06:55:49 (5/21) Installing gcc (11.2.1_git20220219-r2) 06:55:58 (6/21) Installing musl-dev (1.2.3-r3) 06:55:58 (7/21) Installing libc-dev (0.7.2-r3) 06:55:58 (8/21) Installing linux-headers (5.16.7-r1) 06:55:58 (9/21) Installing libffi-dev (3.4.2-r1) 06:55:58 (10/21) Installing libpq (14.8-r0) 06:55:59 (11/21) Installing openssl-dev (1.1.1u-r1) 06:55:59 (12/21) Installing libpq-dev (14.8-r0) 06:56:00 (13/21) Installing libecpg (14.8-r0) 06:56:00 (14/21) Installing libecpg-dev (14.8-r0) 06:56:01 (15/21) Installing llvm13-libs (13.0.1-r2) 06:56:09 (16/21) Installing clang-libs (13.0.1-r1) 06:56:10 (17/21) Installing clang (13.0.1-r1) 06:56:11 (18/21) Installing icu (71.1-r2) 06:56:12 (19/21) Installing icu-dev (71.1-r2) 06:56:12 (20/21) Installing llvm13 (13.0.1-r2) 06:56:14 (21/21) Installing postgresql14-dev (14.8-r0) 06:56:15 Executing busybox-1.35.0-r17.trigger 06:56:15 OK: 768 MiB in 180 packages 06:56:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:56:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:56:17 (1/10) Installing g++ (11.2.1_git20220219-r2) 06:56:19 (2/10) Installing gdbm (1.23-r0) 06:56:19 (3/10) Installing mpdecimal (2.5.1-r1) 06:56:19 (4/10) Installing readline (8.1.2-r0) 06:56:20 (5/10) Installing python3 (3.10.12-r0) 06:56:23 (6/10) Installing python3-dev (3.10.12-r0) 06:56:24 (7/10) Installing libsodium (1.0.18-r0) 06:56:24 (8/10) Installing libzmq (4.3.4-r0) 06:56:24 Building wheel for numpy (pyproject.toml): still running... 06:56:25 (9/10) Installing libsodium-dev (1.0.18-r0) 06:56:25 (10/10) Installing zeromq-dev (4.3.4-r0) 06:56:25 Executing busybox-1.35.0-r17.trigger 06:56:25 OK: 938 MiB in 190 packages 06:56:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:56:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:56:28 OK: 938 MiB in 190 packages 06:56:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:56:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:56:30 (1/1) Installing tzdata (2023c-r0) 06:56:31 Executing busybox-1.35.0-r17.trigger 06:56:31 OK: 941 MiB in 191 packages 06:56:32 (1/1) Purging tzdata (2023c-r0) 06:56:32 Executing busybox-1.35.0-r17.trigger 06:56:32 OK: 938 MiB in 190 packages 06:56:50 Looking in links: /tmp/tmp_cx51vyd 06:56:50 Processing /tmp/tmp_cx51vyd/setuptools-65.5.0-py3-none-any.whl 06:56:50 Processing /tmp/tmp_cx51vyd/pip-23.0.1-py3-none-any.whl 06:56:50 Installing collected packages: setuptools, pip 06:56:51 Building wheel for numpy (pyproject.toml): finished with status 'done' 06:56:51 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22360831 sha256=d0f34f9c4d2c555115114e5b4a89949c160dd69b442d95e13b37a4395efb085b 06:56:51 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 06:56:51 Building wheel for psutil (setup.py): started 06:56:51 Building wheel for psutil (setup.py): finished with status 'done' 06:56:51 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271450 sha256=b498ca899ef3bcb1e825d9d83a1a5f5de5ab56de4acb38b7e6daa03b6370ded0 06:56:51 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 06:56:51 Building wheel for pyzmq (pyproject.toml): started 06:57:08 Successfully installed pip-23.0.1 setuptools-65.5.0 06:57:08 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 06:57:09 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 06:57:10 Collecting pip 06:57:10 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 06:57:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 21.1 MB/s eta 0:00:00 06:57:10 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 06:57:13 Collecting setuptools 06:57:13 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 06:57:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 17.3 MB/s eta 0:00:00 06:57:13 Collecting wheel 06:57:13 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 06:57:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 20.3 MB/s eta 0:00:00 06:57:13 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 06:57:13 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537140 sha256=88d8fbcbe3c060c8d61ac1dae2af49cfdf48953f33e44de1975067662dec431f 06:57:13 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 06:57:13 Building wheel for psycopg2 (setup.py): started 06:57:15 Installing collected packages: wheel, setuptools, pip 06:57:15 Attempting uninstall: setuptools 06:57:15 Found existing installation: setuptools 65.5.0 06:57:16 Uninstalling setuptools-65.5.0: 06:57:16 Successfully uninstalled setuptools-65.5.0 06:57:20 Attempting uninstall: pip 06:57:20 Found existing installation: pip 23.0.1 06:57:21 Building wheel for psycopg2 (setup.py): finished with status 'done' 06:57:21 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478591 sha256=3bd13b955403cb546861b9626df97bf114b1c2a8aca6524e2c5f6ea4a855e34b 06:57:21 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 06:57:21 Building wheel for pycryptodome (setup.py): started 06:57:22 Uninstalling pip-23.0.1: 06:57:22 Successfully uninstalled pip-23.0.1 06:57:35 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 06:57: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 06:57:37 Processing ./edgex-taf-common 06:57:37 Preparing metadata (setup.py): started 06:57:39 Preparing metadata (setup.py): finished with status 'done' 06:57:39 Building wheels for collected packages: edgex-taf-common 06:57:39 Building wheel for edgex-taf-common (setup.py): started 06:57:40 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 06:57:40 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=ba9c342cc09f3002552f9e1eb68e3f1cc7d8c1587ac7716019896ee391758116 06:57:40 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 06:57:40 Successfully built edgex-taf-common 06:57:41 Installing collected packages: edgex-taf-common 06:57:41 Successfully installed edgex-taf-common-0.0.0 06:57: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 06:57:46 Collecting robotframework==6.0.2 (from -r requirements.txt (line 1)) 06:57:46 Downloading robotframework-6.0.2-py3-none-any.whl (658 kB) 06:57:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 658.7/658.7 kB 9.6 MB/s eta 0:00:00 06:57:46 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 06:57:46 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 06:57:46 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 06:57:46 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 06:57:47 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 06:57:47 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 06:57:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.6 MB/s eta 0:00:00 06:57:47 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 06:57:47 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 06:57:47 Preparing metadata (setup.py): started 06:57:48 Building wheel for pycryptodome (setup.py): finished with status 'done' 06:57:48 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111172 sha256=30d564fa90922ed07a818c0edea9f7907f3d21a74e5ea8421dd597d581a811ae 06:57:48 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 06:57:48 Building wheel for flex (setup.py): started 06:57:48 Building wheel for flex (setup.py): finished with status 'done' 06:57:48 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=024bd726f0c0c6e5e4936bf6807c99c86f65ca73fb00fc869d2084345575ffa4 06:57:48 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 06:57:48 Building wheel for GenSON (setup.py): started 06:57:48 Building wheel for GenSON (setup.py): finished with status 'done' 06:57:48 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=c3326e9c23fe4f352f9a7fff29f0a37fa4333252da6ef69ab9e9316cfc838f49 06:57:48 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 06:57:48 Building wheel for PyYAML (pyproject.toml): started 06:57:48 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 06:57:48 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=de06703aab84380baaf45978ee420a371f55c41b76b4fa1571eb2ace096555ef 06:57:48 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 06:57:48 Building wheel for strict-rfc3339 (setup.py): started 06:57:48 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 06:57:48 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=5c69beab94ab31d94b6352254681c4897884ab2a783dd9fb7b634dfb477be6e7 06:57:48 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 06:57:48 Building wheel for validate-email (setup.py): started 06:57:48 Building wheel for validate-email (setup.py): finished with status 'done' 06:57:48 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=3b4b22a5c3439022b186d6d2046d5fdcab43f919338c11cf0316f99e9ca0b87c 06:57:48 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 06:57:48 Successfully built robotbackgroundlogger paho-mqtt numpy psutil pyzmq psycopg2 pycryptodome flex GenSON PyYAML strict-rfc3339 validate-email 06:57:48 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pyrsistent, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, async-generator, wsproto, robotbackgroundlogger, requests, redis, reactivex, python-dateutil, outcome, jsonschema, jsonpath-ng, trio, robotframework-requests, influxdb-client, flex, docker, trio-websocket, RESTinstance, selenium, robotframework-seleniumlibrary 06:57:48 Preparing metadata (setup.py): finished with status 'done' 06:57:48 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 06:57:48 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 06:57:49 Collecting configparser==5.0.1 (from -r requirements.txt (line 7)) 06:57:49 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 06:57:49 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 06:57:49 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 06:57:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.7 MB/s eta 0:00:00 06:57:49 Collecting paho-mqtt==1.5.1 (from -r requirements.txt (line 9)) 06:57:49 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 06:57:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.1 MB/s eta 0:00:00 06:57:49 Preparing metadata (setup.py): started 06:57:51 Preparing metadata (setup.py): finished with status 'done' 06:57:51 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 06:57:51 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 06:57:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 5.6 MB/s eta 0:00:00 06:57:54 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 06:57:54 Downloading numpy-1.22.3.zip (11.5 MB) 06:57:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 11.0 MB/s eta 0:00:00 06:57:59 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.3.0 async-generator-1.10 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.5.7 charset-normalizer-3.1.0 click-8.1.3 configparser-5.0.1 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.1 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.33.0 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.5.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.15.0 pygments-2.15.1 pyrsistent-0.19.3 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-22.2.1 reactivex-4.0.4 redis-4.5.4 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.0.2 robotframework-pythonlibcore-4.1.2 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 selenium-4.10.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.0 trio-websocket-0.10.3 typing-extensions-4.6.3 tzlocal-5.0.1 urllib3-2.0.3 validate-email-1.3 websocket-client-1.5.3 wsproto-1.2.0 06:57: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 06:57:59 Installing build dependencies: started 06:58:17 Removing intermediate container e2518a62a909 06:58:17 ---> 536762375638 06:58:17 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 06:58:17 ---> Running in b0cc85cd2f7e 06:58:17 Removing intermediate container b0cc85cd2f7e 06:58:17 ---> c02212b52d42 06:58:17 Step 11/13 : LABEL arch=amd64 06:58:17 ---> Running in b10c9aac75c2 06:58:17 Removing intermediate container b10c9aac75c2 06:58:17 ---> ccd472a1c8d3 06:58:17 Step 12/13 : LABEL git_sha=3e50a57b3905c96da89e37612203effdc58cce16 06:58:17 ---> Running in 9db9ed81a8e9 06:58:17 Removing intermediate container 9db9ed81a8e9 06:58:17 ---> 0219ce185ab6 06:58:17 Step 13/13 : LABEL version=0.0.0 06:58:17 ---> Running in f602b92a18f2 06:58:17 Removing intermediate container f602b92a18f2 06:58:17 ---> 608f97b4d567 06:58:17 [Warning] One or more build-args [ARCH] were not consumed 06:58:17 Successfully built 608f97b4d567 06:58:17 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 06:58:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:58:18 06:58:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:58:18 latest: Pulling from edgex-lftools-log-publisher 06:58:18 5eb5b503b376: Pulling fs layer 06:58:18 5c69ac0246d0: Pulling fs layer 06:58:18 ec43610c2a17: Pulling fs layer 06:58:18 3a2ae6a8a46f: Pulling fs layer 06:58:18 33b1e0a273af: Pulling fs layer 06:58:18 5d3b04190fa2: Pulling fs layer 06:58:18 2f39f015ded8: Pulling fs layer 06:58:18 33b1e0a273af: Waiting 06:58:18 2f39f015ded8: Waiting 06:58:18 5d3b04190fa2: Waiting 06:58:18 3a2ae6a8a46f: Waiting 06:58:18 5c69ac0246d0: Download complete 06:58:18 3a2ae6a8a46f: Verifying Checksum 06:58:18 3a2ae6a8a46f: Download complete 06:58:18 33b1e0a273af: Verifying Checksum 06:58:18 33b1e0a273af: Download complete 06:58:18 5d3b04190fa2: Verifying Checksum 06:58:18 5d3b04190fa2: Download complete 06:58:18 ec43610c2a17: Verifying Checksum 06:58:18 ec43610c2a17: Download complete 06:58:18 5eb5b503b376: Verifying Checksum 06:58:18 5eb5b503b376: Download complete 06:58:19 2f39f015ded8: Download complete 06:58:20 5eb5b503b376: Pull complete 06:58:20 5c69ac0246d0: Pull complete 06:58:20 ec43610c2a17: Pull complete 06:58:20 3a2ae6a8a46f: Pull complete 06:58:21 33b1e0a273af: Pull complete 06:58:21 5d3b04190fa2: Pull complete 06:58:21 Installing build dependencies: finished with status 'done' 06:58:21 Getting requirements to build wheel: started 06:58:25 2f39f015ded8: Pull complete 06:58:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:58:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:58:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:58:25 prd-ubuntu20.04-docker-8c-8g-18544 does not seem to be running inside a container 06:58:25 $ 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-68 -v /w/workspace/exfoundry_edgex-taf-common_PR-68:/w/workspace/exfoundry_edgex-taf-common_PR-68:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-68@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 06:58:26 Getting requirements to build wheel: finished with status 'done' 06:58:26 Preparing metadata (pyproject.toml): started 06:58:28 $ docker top dcb77d589a14a2fc43be456575fca0030782818397d187dfd6605a9791d17da4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:29 ---> job-cost.sh 06:58:29 lf-activate-venv: SKIPPING 06:58:29 INFO: No Stack... 06:58:29 INFO: Retrieving Pricing Info for: v3-standard-8 06:58:30 INFO: Archiving Costs [Pipeline] sh 06:58:30 + cat /w/workspace/exfoundry_edgex-taf-common_PR-68/archives/cost.csv 06:58:30 + cut -d, -f6 [Pipeline] lock 06:58:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] 06:58:30 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] did not exist. Created. 06:58:30 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:58:30 + echo total: 0.2199999988079071 [Pipeline] stash 06:58:30 Stashed 1 file(s) [Pipeline] } 06:58:30 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] [Pipeline] // lock 06:58:31 Preparing metadata (pyproject.toml): finished with status 'done' [Pipeline] } 06:58:31 $ docker stop --time=1 dcb77d589a14a2fc43be456575fca0030782818397d187dfd6605a9791d17da4 06:58:32 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 06:58:32 Downloading psutil-5.9.0.tar.gz (478 kB) 06:58:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 9.1 MB/s eta 0:00:00 06:58:32 $ docker rm -f --volumes dcb77d589a14a2fc43be456575fca0030782818397d187dfd6605a9791d17da4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:58:32 Preparing metadata (setup.py): started 06:58:34 Preparing metadata (setup.py): finished with status 'done' 06:58:34 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 06:58:34 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 06:58:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 7.8 MB/s eta 0:00:00 06:58:36 Collecting pyzmq==22.2.1 (from -r requirements.txt (line 14)) 06:58:36 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 06:58:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 729.7 kB/s eta 0:00:00 06:58:40 Installing build dependencies: started 06:58:55 Installing build dependencies: finished with status 'done' 06:58:55 Getting requirements to build wheel: started 06:58:55 Getting requirements to build wheel: finished with status 'done' 06:58:55 Preparing metadata (pyproject.toml): started 06:58:59 Preparing metadata (pyproject.toml): finished with status 'done' 06:58:59 Collecting influxdb-client==1.33.0 (from -r requirements.txt (line 15)) 06:58:59 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 06:58:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 10.9 MB/s eta 0:00:00 06:58:59 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 06:58:59 Downloading psycopg2-2.9.3.tar.gz (380 kB) 06:59:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 8.2 MB/s eta 0:00:00 06:59:00 Preparing metadata (setup.py): started 06:59:02 Preparing metadata (setup.py): finished with status 'done' 06:59:03 Collecting pycryptodome==3.15.0 (from -r requirements.txt (line 17)) 06:59:03 Downloading pycryptodome-3.15.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 06:59:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 834.2 kB/s eta 0:00:00 06:59:07 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:59:07 Downloading selenium-4.10.0-py3-none-any.whl (6.7 MB) 06:59:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 11.3 MB/s eta 0:00:00 06:59:07 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:59:07 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 06:59:08 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:08 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 06:59:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 9.7 MB/s eta 0:00:00 06:59:08 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:08 Downloading flex-6.14.1.tar.gz (40 kB) 06:59:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.0 MB/s eta 0:00:00 06:59:08 Preparing metadata (setup.py): started 06:59:10 Preparing metadata (setup.py): finished with status 'done' 06:59:10 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:10 Downloading genson-1.2.2.tar.gz (34 kB) 06:59:10 Preparing metadata (setup.py): started 06:59:12 Preparing metadata (setup.py): finished with status 'done' 06:59:12 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:12 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 06:59:12 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:12 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 06:59:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 4.0 MB/s eta 0:00:00 06:59:12 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:12 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 06:59:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 11.5 MB/s eta 0:00:00 06:59:13 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:13 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 06:59:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 9.8 MB/s eta 0:00:00 06:59:13 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:14 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 06:59:15 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 06:59:15 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (192 kB) 06:59:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 kB 6.2 MB/s eta 0:00:00 06:59:15 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 06:59:15 Downloading idna-3.4-py3-none-any.whl (61 kB) 06:59:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.1 MB/s eta 0:00:00 06:59:15 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 06:59:15 Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) 06:59:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 4.9 MB/s eta 0:00:00 06:59:15 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 06:59:16 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 06:59:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 5.8 MB/s eta 0:00:00 06:59:16 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:59:16 Downloading packaging-23.1-py3-none-any.whl (48 kB) 06:59:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.4 MB/s eta 0:00:00 06:59:17 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:59:17 Downloading websocket_client-1.5.3-py3-none-any.whl (56 kB) 06:59:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 24.9 kB/s eta 0:00:00 06:59:19 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 06:59:19 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 06:59:19 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:59:19 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 06:59:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.6 MB/s eta 0:00:00 06:59:20 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:59:20 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 06:59:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 7.4 MB/s eta 0:00:00 06:59:20 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0->-r requirements.txt (line 15)) (67.8.0) 06:59:20 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:59:20 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 06:59:21 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:59:21 Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB) 06:59:21 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:59:21 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 06:59:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 8.9 MB/s eta 0:00:00 06:59:21 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:59:21 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 06:59:23 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:59:23 Downloading PyYAML-6.0.tar.gz (124 kB) 06:59:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 5.0 MB/s eta 0:00:00 06:59:25 Installing build dependencies: started 06:59:51 Installing build dependencies: finished with status 'done' 06:59:51 Getting requirements to build wheel: started 07:00:04 Getting requirements to build wheel: finished with status 'done' 07:00:04 Preparing metadata (pyproject.toml): started 07:00:05 Preparing metadata (pyproject.toml): finished with status 'done' 07:00:05 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:05 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:00:05 Preparing metadata (setup.py): started 07:00:06 Preparing metadata (setup.py): finished with status 'done' 07:00:06 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:06 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:00:06 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:06 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:00:06 Preparing metadata (setup.py): started 07:00:08 Preparing metadata (setup.py): finished with status 'done' 07:00:08 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:08 Downloading click-8.1.3-py3-none-any.whl (96 kB) 07:00:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.2 MB/s eta 0:00:00 07:00:08 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:08 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 07:00:09 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:09 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:00:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.4 MB/s eta 0:00:00 07:00:09 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:09 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 07:00:10 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:10 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 07:00:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.9 MB/s eta 0:00:00 07:00:10 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:00:10 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 07:00:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 2.7 MB/s eta 0:00:00 07:00:11 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:11 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:00:14 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 07:00:14 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 07:00:14 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 07:00:14 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 07:00:14 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:00:14 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3<3,>=1.21.1->requests==2.31.0->-r requirements.txt (line 8)) 07:00:14 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:00:14 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:00:14 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 07:00:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 466.0 kB/s eta 0:00:00 07:00:15 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, pyzmq, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email 07:00:15 Building wheel for robotbackgroundlogger (setup.py): started 07:00:16 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:00:16 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=10167a5b93d2af8f91f6e0e10d7432aa515d6bee89bc0c3c9ce78ebffe9c7772 07:00:16 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 07:00:16 Building wheel for paho-mqtt (setup.py): started 07:00:19 Building wheel for paho-mqtt (setup.py): finished with status 'done' 07:00:19 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=0fb62a77ac62dd1fd6389f7ce6403e6ab70a0197e92279fefcf25391b3b513aa 07:00:19 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 07:00:19 Building wheel for numpy (pyproject.toml): started 07:02:56 Building wheel for numpy (pyproject.toml): still running... 07:03:52 Building wheel for numpy (pyproject.toml): still running... 07:04:49 Building wheel for numpy (pyproject.toml): still running... 07:05:57 Building wheel for numpy (pyproject.toml): still running... 07:07:05 Building wheel for numpy (pyproject.toml): still running... 07:08:01 Building wheel for numpy (pyproject.toml): still running... 07:09:09 Building wheel for numpy (pyproject.toml): still running... 07:13:48 Building wheel for numpy (pyproject.toml): still running... 07:15:55 Building wheel for numpy (pyproject.toml): still running... 07:18:17 Building wheel for numpy (pyproject.toml): still running... 07:20:24 Building wheel for numpy (pyproject.toml): still running... 07:21:32 Building wheel for numpy (pyproject.toml): still running... 07:23:39 Building wheel for numpy (pyproject.toml): still running... 07:27:00 Building wheel for numpy (pyproject.toml): still running... 07:28:37 Building wheel for numpy (pyproject.toml): still running... 07:30:13 Building wheel for numpy (pyproject.toml): still running... 07:30:19 Building wheel for numpy (pyproject.toml): finished with status 'done' 07:30:19 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18625265 sha256=399f91b9084efb071c0c30cc9538c5ca52d3699681765e6a079377adcf670680 07:30:19 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 07:30:19 Building wheel for psutil (setup.py): started 07:30:29 Building wheel for psutil (setup.py): finished with status 'done' 07:30:29 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271961 sha256=6060056dc126ce4b6cd572d565b26814d7f853448d23ad735aabca77f710b93c 07:30:29 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 07:30:29 Building wheel for pyzmq (pyproject.toml): started 07:31:37 Building wheel for pyzmq (pyproject.toml): still running... 07:32:44 Building wheel for pyzmq (pyproject.toml): still running... 07:32:59 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 07:32:59 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515232 sha256=ac2ef5c4b04c4df06c9ef466fd49bb30db862a662598f822c2bf0547bfd575a7 07:32:59 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 07:32:59 Building wheel for psycopg2 (setup.py): started 07:34:07 Building wheel for psycopg2 (setup.py): still running... 07:34:07 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:34:07 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470366 sha256=7956beb485146510537e1d1ab57b8368a148173dda26fcea78e1c45f0524cb09 07:34:07 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 07:34:07 Building wheel for flex (setup.py): started 07:34:07 Building wheel for flex (setup.py): finished with status 'done' 07:34:07 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=5a1b60f7f17277e00ae9ffdc0359cbebc911dfda1d6e4d0fe2ac2b76b97f0d70 07:34:07 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 07:34:07 Building wheel for GenSON (setup.py): started 07:34:07 Building wheel for GenSON (setup.py): finished with status 'done' 07:34:07 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=dd845cb04a000b5f9394070444443f7b47b95e8a41d5b7739c85a4230e8b73e5 07:34:07 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 07:34:07 Building wheel for PyYAML (pyproject.toml): started 07:34:11 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 07:34:11 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45334 sha256=b2ce87bb27ad2eff0f7d037a2c3598ea094673934e99344a787af873127a4ced 07:34:11 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 07:34:11 Building wheel for strict-rfc3339 (setup.py): started 07:34:12 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:34:12 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=0f1f892a882f0b69d337d7e0eaadef8af1b7a2171b045f4a49c51626ddc16db1 07:34:12 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 07:34:12 Building wheel for validate-email (setup.py): started 07:34:13 Building wheel for validate-email (setup.py): finished with status 'done' 07:34:13 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=bd17507ddfd78fb096a82692fc7010e561b52f926a515d666f83519141c46486 07:34:13 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 07:34:13 Successfully built robotbackgroundlogger paho-mqtt numpy psutil pyzmq psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email 07:34:16 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pyrsistent, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, async-generator, wsproto, robotbackgroundlogger, requests, redis, reactivex, python-dateutil, outcome, jsonschema, jsonpath-ng, trio, robotframework-requests, influxdb-client, flex, docker, trio-websocket, RESTinstance, selenium, robotframework-seleniumlibrary 07:35:24 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.3.0 async-generator-1.10 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.5.7 charset-normalizer-3.1.0 click-8.1.3 configparser-5.0.1 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.1 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.33.0 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.5.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.15.0 pygments-2.15.1 pyrsistent-0.19.3 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-22.2.1 reactivex-4.0.4 redis-4.5.4 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.0.2 robotframework-pythonlibcore-4.1.2 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 selenium-4.10.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.0 trio-websocket-0.10.3 typing-extensions-4.6.3 tzlocal-5.0.1 urllib3-2.0.3 validate-email-1.3 websocket-client-1.5.3 wsproto-1.2.0 07:35: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 07:36:11 Removing intermediate container 09a460823b38 07:36:11 ---> 50576bdd0b91 07:36:11 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:36:11 ---> Running in f206aaf1579f 07:36:11 Removing intermediate container f206aaf1579f 07:36:11 ---> b3e4ef84a0e3 07:36:11 Step 11/13 : LABEL arch=arm64 07:36:11 ---> Running in a12b3c7a28e4 07:36:11 Removing intermediate container a12b3c7a28e4 07:36:11 ---> 9303f8eb2050 07:36:11 Step 12/13 : LABEL git_sha=3e50a57b3905c96da89e37612203effdc58cce16 07:36:11 ---> Running in b0142f88cad6 07:36:11 Removing intermediate container b0142f88cad6 07:36:11 ---> 0c0b07780b35 07:36:11 Step 13/13 : LABEL version=0.0.0 07:36:11 ---> Running in 8413d5ae33d4 07:36:11 Removing intermediate container 8413d5ae33d4 07:36:11 ---> 586e9fe0dfb6 07:36:11 [Warning] One or more build-args [ARCH] were not consumed 07:36:11 Successfully built 586e9fe0dfb6 07:36:11 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 07:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:12 07:36:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:12 arm64: Pulling from edgex-lftools-log-publisher 07:36:12 8998bd30e6a1: Pulling fs layer 07:36:12 04944245beec: Pulling fs layer 07:36:12 699f458cf7ca: Pulling fs layer 07:36:12 765212b225bb: Pulling fs layer 07:36:12 f23df028b6ca: Pulling fs layer 07:36:12 d65c8cfc05b1: Pulling fs layer 07:36:12 2437ff75d9bd: Pulling fs layer 07:36:12 f23df028b6ca: Waiting 07:36:12 d65c8cfc05b1: Waiting 07:36:12 2437ff75d9bd: Waiting 07:36:12 765212b225bb: Waiting 07:36:12 04944245beec: Verifying Checksum 07:36:12 04944245beec: Download complete 07:36:12 765212b225bb: Verifying Checksum 07:36:12 765212b225bb: Download complete 07:36:12 f23df028b6ca: Download complete 07:36:12 d65c8cfc05b1: Verifying Checksum 07:36:12 d65c8cfc05b1: Download complete 07:36:12 699f458cf7ca: Verifying Checksum 07:36:12 699f458cf7ca: Download complete 07:36:13 8998bd30e6a1: Verifying Checksum 07:36:13 8998bd30e6a1: Download complete 07:36:15 2437ff75d9bd: Verifying Checksum 07:36:15 2437ff75d9bd: Download complete 07:36:17 8998bd30e6a1: Pull complete 07:36:17 04944245beec: Pull complete 07:36:20 699f458cf7ca: Pull complete 07:36:20 765212b225bb: Pull complete 07:36:20 f23df028b6ca: Pull complete 07:36:21 d65c8cfc05b1: Pull complete 07:36:36 2437ff75d9bd: Pull complete 07:36:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:36:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:36 prd-ubuntu20.04-docker-arm64-4c-16g-18545 does not seem to be running inside a container 07:36:36 $ 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-68 -v /w/workspace/exfoundry_edgex-taf-common_PR-68:/w/workspace/exfoundry_edgex-taf-common_PR-68:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:36:38 $ docker top 9cfd209a2d3a83fdb21a02f30c0f3ec9b548a33586a6fd55b8bfb102ae86d56c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:39 ---> job-cost.sh 07:36:39 lf-activate-venv: SKIPPING 07:36:39 INFO: No Stack... 07:36:40 INFO: Retrieving Pricing Info for: v3-standard-4 07:36:40 INFO: Archiving Costs [Pipeline] sh 07:36:41 + cat /w/workspace/exfoundry_edgex-taf-common_PR-68/archives/cost.csv 07:36:41 + cut -d, -f6 [Pipeline] lock 07:36:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] 07:36:41 Resource [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] did not exist. Created. 07:36:41 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:36:42 /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/durable-17ac1607/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:36:42 + echo total: 0.10999999940395355 [Pipeline] stash 07:36:42 Warning: overwriting stash ‘stack-cost’ 07:36:42 Stashed 1 file(s) [Pipeline] } 07:36:42 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-PR-68-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:36:42 $ docker stop --time=1 9cfd209a2d3a83fdb21a02f30c0f3ec9b548a33586a6fd55b8bfb102ae86d56c 07:36:45 $ docker rm -f --volumes 9cfd209a2d3a83fdb21a02f30c0f3ec9b548a33586a6fd55b8bfb102ae86d56c [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 07:36:47 + [ -d /w/workspace/exfoundry_edgex-taf-common_PR-68/archives ] 07:36:47 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-68/archives 07:36:47 total 16 07:36:47 drwxr-xr-x 3 root root 4096 Jun 13 06:58 . 07:36:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:58 .. 07:36:47 drwxr-xr-x 2 root root 4096 Jun 13 06:58 cost 07:36:47 -rw-r--r-- 1 root root 87 Jun 13 06:58 cost.csv 07:36:47 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_edgex-taf-common_PR-68/archives 07:36:47 + ls -al /w/workspace/exfoundry_edgex-taf-common_PR-68/archives 07:36:47 total 16 07:36:47 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:58 . 07:36:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:58 .. 07:36:47 drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 06:58 cost 07:36:47 -rw-r--r-- 1 jenkins jenkins 87 Jun 13 06:58 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:36:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:36:48 ---> package-listing.sh 07:36:48 ++ facter osfamily 07:36:48 ++ tr '[:upper:]' '[:lower:]' 07:36:48 + OS_FAMILY=debian 07:36:48 + workspace=/w/workspace/exfoundry_edgex-taf-common_PR-68 07:36:48 + START_PACKAGES=/tmp/packages_start.txt 07:36:48 + END_PACKAGES=/tmp/packages_end.txt 07:36:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:36:48 + PACKAGES=/tmp/packages_start.txt 07:36:48 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-68 ']' 07:36:48 + PACKAGES=/tmp/packages_end.txt 07:36:48 + case "${OS_FAMILY}" in 07:36:48 + dpkg -l 07:36:48 + grep '^ii' 07:36:48 + '[' -f /tmp/packages_start.txt ']' 07:36:48 + '[' -f /tmp/packages_end.txt ']' 07:36:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:36:48 + '[' /w/workspace/exfoundry_edgex-taf-common_PR-68 ']' 07:36:48 + mkdir -p /w/workspace/exfoundry_edgex-taf-common_PR-68/archives/ 07:36:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_edgex-taf-common_PR-68/archives/ [Pipeline] echo 07:36:48 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-68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:36:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:36:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:50 prd-ubuntu20.04-docker-8c-8g-18544 does not seem to be running inside a container 07:36:50 $ 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-68/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-68 -v /w/workspace/exfoundry_edgex-taf-common_PR-68:/w/workspace/exfoundry_edgex-taf-common_PR-68:rw,z -v /w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:36:50 $ docker top 9cd744c2adedf82e63b88ced5cdee35b3a2fbb53511eab8b090c99c665501a26 -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:50 + touch /tmp/pre-build-complete [Pipeline] sh 07:36:50 + mkdir -p /var/log/sysstat [Pipeline] sh 07:36:51 + ls /var/log/sa-host 07:36:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:51 provisioning config files... 07:36:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_edgex-taf-common_PR-68@tmp/config5851178720386663135tmp [Pipeline] { [Pipeline] echo 07:36:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:36:51 ---> create-netrc.sh [Pipeline] } 07:36:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:36:52 ---> python-tools-install.sh [Pipeline] echo 07:36:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:36:52 ---> sudo-logs.sh 07:36:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:36:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:36:53 ---> job-cost.sh 07:36:53 lf-activate-venv: SKIPPING 07:36:53 DEBUG: total: 0.2199999988079071 07:36:53 INFO: Retrieving Stack Cost... 07:36:53 INFO: Retrieving Pricing Info for: v3-standard-8 07:36:53 INFO: Archiving Costs [Pipeline] echo 07:36:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:36:54 ---> logs-deploy.sh 07:36:54 lf-activate-venv: SKIPPING 07:36:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-68/1 07:36:54 INFO: archiving workspace using pattern(s): 07:36:55 Archives upload complete. 07:36:55 INFO: archiving logs to Nexus