Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 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-ssh951937591207339349.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh6445292045949399912.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9582342432570661929.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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 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-ssh3096193604636202069.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh602500311061394954.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 ‘prd-ubuntu20.04-docker-8c-8g-5242’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5245 in /w/workspace/gexfoundry_edgex-taf-common_main [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/gexfoundry_edgex-taf-common_main # 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 Avoid second fetch Checking out Revision f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 (main) Commit message: "Merge pull request #75 from edgexfoundry/dependabot/pip/psutil-5.9.5" > 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 core.sparsecheckout # timeout=10 > git checkout -f f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 # timeout=10 > git rev-list --no-walk 6a67004f3c8cef8fe6115d6f0edac5e43a2a7230 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-04T07:18:31.372Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-04T07:18:31.426Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-04T07:18:31.443Z] ========================================================= [2023-09-04T07:18:31.443Z] EdgeX Global Pipelines Version Info [2023-09-04T07:18:31.443Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-04T07:18:32.184Z] ------------------- [2023-09-04T07:18:32.184Z] stable info: [2023-09-04T07:18:32.184Z] ------------------- [2023-09-04T07:18:32.184Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-04T07:18:32.184Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-04T07:18:32.184Z] Message: update stable to v1.0.253 [2023-09-04T07:18:32.757Z] ------------------- [2023-09-04T07:18:32.757Z] experimental info: [2023-09-04T07:18:32.757Z] ------------------- [2023-09-04T07:18:32.757Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-04T07:18:32.757Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-04T07:18:32.757Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2023-09-04T07:18:32.939Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2023-09-04T07:18:32.946Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2023-09-04T07:18:32.953Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-04T07:18:32.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-04T07:18:32.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-04T07:18:32.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2023-09-04T07:18:32.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-04T07:18:32.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2023-09-04T07:18:32.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2023-09-04T07:18:33.009Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-04T07:18:33.020Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2023-09-04T07:18:33.029Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2023-09-04T07:18:33.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-04T07:18:33.048Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-04T07:18:33.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-09-04T07:18:33.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-09-04T07:18:33.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-09-04T07:18:33.095Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] echo [2023-09-04T07:18:33.110Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f351269 [Pipeline] echo [2023-09-04T07:18:33.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-04T07:18:33.162Z] provisioning config files... [2023-09-04T07:18:33.178Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3868430878202905367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-04T07:18:33.483Z] ---> docker-login.sh [2023-09-04T07:18:33.483Z] nexus3.edgexfoundry.org:10001 [2023-09-04T07:18:33.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:33.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:33.743Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:33.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:33.743Z] [2023-09-04T07:18:33.743Z] Login Succeeded [2023-09-04T07:18:33.743Z] nexus3.edgexfoundry.org:10002 [2023-09-04T07:18:33.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:33.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:33.743Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:33.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:33.743Z] [2023-09-04T07:18:33.743Z] Login Succeeded [2023-09-04T07:18:33.743Z] nexus3.edgexfoundry.org:10003 [2023-09-04T07:18:34.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:34.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:34.003Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:34.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:34.003Z] [2023-09-04T07:18:34.003Z] Login Succeeded [2023-09-04T07:18:34.003Z] nexus3.edgexfoundry.org:10004 [2023-09-04T07:18:34.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:34.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:34.003Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:34.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:34.003Z] [2023-09-04T07:18:34.003Z] Login Succeeded [2023-09-04T07:18:34.003Z] docker.io [2023-09-04T07:18:34.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:34.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:34.264Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:34.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:34.264Z] [2023-09-04T07:18:34.264Z] Login Succeeded [2023-09-04T07:18:34.264Z] ---> docker-login.sh ends [Pipeline] } [2023-09-04T07:18:34.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-04T07:18:34.764Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-04T07:18:34.764Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-04T07:18:34.764Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-04T07:18:34.764Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-04T07:18:34.764Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-04T07:18:34.764Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-04T07:18:34.764Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:18:35.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T07:18:35.190Z] [2023-09-04T07:18:35.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:18:35.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T07:18:35.488Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-04T07:18:35.488Z] b85a868b505f: Pulling fs layer [2023-09-04T07:18:35.488Z] e2be974225ed: Pulling fs layer [2023-09-04T07:18:35.488Z] 339a4e72a1f5: Pulling fs layer [2023-09-04T07:18:35.488Z] 988bab9f4d93: Pulling fs layer [2023-09-04T07:18:35.488Z] 1469e6f7b9e6: Pulling fs layer [2023-09-04T07:18:35.488Z] eaf3925da568: Pulling fs layer [2023-09-04T07:18:35.488Z] bab4dde63d76: Pulling fs layer [2023-09-04T07:18:35.488Z] bde34c3a00c8: Pulling fs layer [2023-09-04T07:18:35.488Z] b352a97aabf1: Pulling fs layer [2023-09-04T07:18:35.488Z] 4872d77fe225: Pulling fs layer [2023-09-04T07:18:35.488Z] 5851b861e8e6: Pulling fs layer [2023-09-04T07:18:35.488Z] 988bab9f4d93: Waiting [2023-09-04T07:18:35.488Z] bde34c3a00c8: Waiting [2023-09-04T07:18:35.488Z] b352a97aabf1: Waiting [2023-09-04T07:18:35.488Z] 4872d77fe225: Waiting [2023-09-04T07:18:35.488Z] 5851b861e8e6: Waiting [2023-09-04T07:18:35.488Z] 1469e6f7b9e6: Waiting [2023-09-04T07:18:35.488Z] eaf3925da568: Waiting [2023-09-04T07:18:35.488Z] bab4dde63d76: Waiting [2023-09-04T07:18:35.488Z] e2be974225ed: Download complete [2023-09-04T07:18:35.488Z] 988bab9f4d93: Verifying Checksum [2023-09-04T07:18:35.488Z] 988bab9f4d93: Download complete [2023-09-04T07:18:35.488Z] 1469e6f7b9e6: Verifying Checksum [2023-09-04T07:18:35.488Z] 1469e6f7b9e6: Download complete [2023-09-04T07:18:35.751Z] eaf3925da568: Verifying Checksum [2023-09-04T07:18:35.751Z] eaf3925da568: Download complete [2023-09-04T07:18:35.751Z] 339a4e72a1f5: Verifying Checksum [2023-09-04T07:18:35.751Z] 339a4e72a1f5: Download complete [2023-09-04T07:18:35.751Z] bde34c3a00c8: Download complete [2023-09-04T07:18:35.752Z] b352a97aabf1: Verifying Checksum [2023-09-04T07:18:35.752Z] b352a97aabf1: Download complete [2023-09-04T07:18:35.752Z] 4872d77fe225: Verifying Checksum [2023-09-04T07:18:35.752Z] 4872d77fe225: Download complete [2023-09-04T07:18:35.752Z] 5851b861e8e6: Verifying Checksum [2023-09-04T07:18:35.752Z] 5851b861e8e6: Download complete [2023-09-04T07:18:35.752Z] b85a868b505f: Verifying Checksum [2023-09-04T07:18:35.752Z] b85a868b505f: Download complete [2023-09-04T07:18:36.011Z] bab4dde63d76: Verifying Checksum [2023-09-04T07:18:36.011Z] bab4dde63d76: Download complete [2023-09-04T07:18:36.949Z] b85a868b505f: Pull complete [2023-09-04T07:18:37.208Z] e2be974225ed: Pull complete [2023-09-04T07:18:37.791Z] 339a4e72a1f5: Pull complete [2023-09-04T07:18:37.791Z] 988bab9f4d93: Pull complete [2023-09-04T07:18:38.062Z] 1469e6f7b9e6: Pull complete [2023-09-04T07:18:38.325Z] eaf3925da568: Pull complete [2023-09-04T07:18:40.234Z] bab4dde63d76: Pull complete [2023-09-04T07:18:40.234Z] bde34c3a00c8: Pull complete [2023-09-04T07:18:40.234Z] b352a97aabf1: Pull complete [2023-09-04T07:18:40.234Z] 4872d77fe225: Pull complete [2023-09-04T07:18:40.234Z] 5851b861e8e6: Pull complete [2023-09-04T07:18:40.234Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-04T07:18:40.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T07:18:40.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T07:18:40.349Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T07:18:40.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-04T07:18:43.150Z] $ docker top 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d -eo pid,comm [2023-09-04T07:18:43.256Z] 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). [2023-09-04T07:18:43.256Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-04T07:18:43.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-04T07:18:43.288Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-04T07:18:43.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-04T07:18:43.400Z] $ docker exec 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent [2023-09-04T07:18:43.508Z] SSH_AUTH_SOCK=/tmp/ssh-zYEUgNMJTvLy/agent.31 [2023-09-04T07:18:43.509Z] SSH_AGENT_PID=37 [2023-09-04T07:18:43.515Z] Running ssh-add (command line suppressed) [2023-09-04T07:18:43.628Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8911291519014571668.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8911291519014571668.key) [2023-09-04T07:18:43.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-04T07:18:43.919Z] + git tag --points-at HEAD [Pipeline] } [2023-09-04T07:18:43.957Z] $ docker exec --env ******** --env ******** 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent -k [2023-09-04T07:18:44.060Z] unset SSH_AUTH_SOCK; [2023-09-04T07:18:44.061Z] unset SSH_AGENT_PID; [2023-09-04T07:18:44.061Z] echo Agent pid 37 killed; [2023-09-04T07:18:44.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-04T07:18:44.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-04T07:18:44.089Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-04T07:18:44.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-04T07:18:44.217Z] $ docker exec 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent [2023-09-04T07:18:44.329Z] SSH_AUTH_SOCK=/tmp/ssh-tZSY4z4UEwkC/agent.69 [2023-09-04T07:18:44.329Z] SSH_AGENT_PID=75 [2023-09-04T07:18:44.335Z] Running ssh-add (command line suppressed) [2023-09-04T07:18:44.442Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17359742978879756737.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17359742978879756737.key) [2023-09-04T07:18:44.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-04T07:18:44.737Z] + git semver init [2023-09-04T07:18:44.997Z] 2023-09-04 07:18:44,918 [run_init] DEBUG init version:0.0.0 force:False [2023-09-04T07:18:44.997Z] 2023-09-04 07:18:44,918 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-09-04T07:18:44.997Z] 2023-09-04 07:18:44,919 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-09-04T07:18:44.997Z] 2023-09-04 07:18:44,919 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-09-04T07:18:45.565Z] 2023-09-04 07:18:45,506 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2023-09-04T07:18:45.565Z] 2023-09-04 07:18:45,506 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2023-09-04T07:18:45.565Z] 2023-09-04 07:18:45,507 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T07:18:45.565Z] 2023-09-04 07:18:45,507 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T07:18:45.565Z] 0.0.2-dev.34 [Pipeline] } [2023-09-04T07:18:45.579Z] $ docker exec --env ******** --env ******** 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent -k [2023-09-04T07:18:45.698Z] unset SSH_AUTH_SOCK; [2023-09-04T07:18:45.698Z] unset SSH_AGENT_PID; [2023-09-04T07:18:45.698Z] echo Agent pid 75 killed; [2023-09-04T07:18:45.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-04T07:18:46.004Z] + git semver [Pipeline] } [2023-09-04T07:18:46.279Z] $ docker stop --time=1 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d [2023-09-04T07:18:47.689Z] $ docker rm -f --volumes 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-04T07:18:48.141Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-04T07:18:48.400Z] Stashed 1 file(s) [Pipeline] echo [2023-09-04T07:18:48.402Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.34 [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 [2023-09-04T07:18:48.551Z] provisioning config files... [2023-09-04T07:18:48.562Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config963399407387755085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-04T07:18:48.859Z] ---> docker-login.sh [2023-09-04T07:18:48.859Z] nexus3.edgexfoundry.org:10001 [2023-09-04T07:18:48.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:48.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:48.859Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:48.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:48.859Z] [2023-09-04T07:18:48.859Z] Login Succeeded [2023-09-04T07:18:48.859Z] nexus3.edgexfoundry.org:10002 [2023-09-04T07:18:48.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:49.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:49.119Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:49.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:49.119Z] [2023-09-04T07:18:49.119Z] Login Succeeded [2023-09-04T07:18:49.119Z] nexus3.edgexfoundry.org:10003 [2023-09-04T07:18:49.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:49.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:49.119Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:49.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:49.119Z] [2023-09-04T07:18:49.119Z] Login Succeeded [2023-09-04T07:18:49.119Z] nexus3.edgexfoundry.org:10004 [2023-09-04T07:18:49.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:49.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:49.119Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:49.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:49.119Z] [2023-09-04T07:18:49.119Z] Login Succeeded [2023-09-04T07:18:49.378Z] docker.io [2023-09-04T07:18:49.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:18:49.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:18:49.638Z] Configure a credential helper to remove this warning. See [2023-09-04T07:18:49.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:18:49.638Z] [2023-09-04T07:18:49.638Z] Login Succeeded [2023-09-04T07:18:49.638Z] ---> docker-login.sh ends [Pipeline] } [2023-09-04T07:18:49.645Z] 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 [2023-09-04T07:18:50.305Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-04T07:18:50.596Z] + ls -al . [2023-09-04T07:18:50.596Z] total 72 [2023-09-04T07:18:50.596Z] drwxrwxr-x 7 jenkins jenkins 4096 Sep 4 07:18 . [2023-09-04T07:18:50.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:18 .. [2023-09-04T07:18:50.596Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 07:18 .git [2023-09-04T07:18:50.596Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 07:18 .github [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 22 Sep 4 07:18 .gitignore [2023-09-04T07:18:50.596Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 4 07:18 .semver [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 1575 Sep 4 07:18 Dockerfile [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 746 Sep 4 07:18 Jenkinsfile [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 11381 Sep 4 07:18 LICENSE [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 3606 Sep 4 07:18 README.md [2023-09-04T07:18:50.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:18 TAF-Manager [2023-09-04T07:18:50.596Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:18 TUC [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 4 07:18 VERSION [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 344 Sep 4 07:18 requirements.txt [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 54 Sep 4 07:18 robot-entrypoint.sh [2023-09-04T07:18:50.596Z] -rw-rw-r-- 1 jenkins jenkins 445 Sep 4 07:18 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:18:50.906Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 --label arch=amd64 --label version=0.0.2-dev.34 . [2023-09-04T07:18:50.906Z] Sending build context to Docker daemon 510kB [2023-09-04T07:18:50.906Z] Step 1/13 : FROM alpine:3.16 [2023-09-04T07:18:51.165Z] 3.16: Pulling from library/alpine [2023-09-04T07:18:51.424Z] 659d66d51139: Pulling fs layer [2023-09-04T07:18:51.424Z] 659d66d51139: Verifying Checksum [2023-09-04T07:18:51.424Z] 659d66d51139: Download complete [2023-09-04T07:18:51.684Z] 659d66d51139: Pull complete [2023-09-04T07:18:51.684Z] Digest: sha256:a8cbb8c69ee71561f4b69c066bad07f7e510caaa523da26fbfc606b10bd7934b [2023-09-04T07:18:51.684Z] Status: Downloaded newer image for alpine:3.16 [2023-09-04T07:18:51.684Z] ---> 187eae39ad94 [2023-09-04T07:18:51.684Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-09-04T07:18:51.684Z] ---> Running in cda1e2c351fd [2023-09-04T07:18:51.943Z] Removing intermediate container cda1e2c351fd [2023-09-04T07:18:51.943Z] ---> edce2f9cca1b [2023-09-04T07:18:51.943Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2023-09-04T07:18:51.943Z] ---> Running in a211d78f9174 [2023-09-04T07:18:51.943Z] Removing intermediate container a211d78f9174 [2023-09-04T07:18:51.943Z] ---> 91747c526e7e [2023-09-04T07:18:51.943Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2023-09-04T07:18:52.203Z] ---> a9827e614fdc [2023-09-04T07:18:52.203Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-09-04T07:18:52.463Z] ---> 7c784c1cf2fe [2023-09-04T07:18:52.463Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2023-09-04T07:18:52.463Z] ---> 96eb0dd840bf [2023-09-04T07:18:52.463Z] Step 7/13 : WORKDIR /edgex-taf [2023-09-04T07:18:52.463Z] ---> Running in 84be6ca54675 [2023-09-04T07:18:52.722Z] Removing intermediate container 84be6ca54675 [2023-09-04T07:18:52.722Z] ---> ae9b4a693e9c [2023-09-04T07:18:52.722Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-09-04T07:18:52.722Z] ---> Running in 4aee384b27d1 [2023-09-04T07:18:53.290Z] Removing intermediate container 4aee384b27d1 [2023-09-04T07:18:53.290Z] ---> d2b2dcacc733 [2023-09-04T07:18:53.290Z] 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 [2023-09-04T07:18:53.556Z] ---> Running in 0e80f5d8cc92 [2023-09-04T07:18:53.815Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:18:54.383Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:18:54.952Z] OK: 6 MiB in 14 packages [2023-09-04T07:18:54.952Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:18:55.522Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:18:56.092Z] (1/9) Installing ca-certificates (20230506-r0) [2023-09-04T07:18:56.661Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-09-04T07:18:57.230Z] (3/9) Installing nghttp2-libs (1.47.0-r1) [2023-09-04T07:18:57.489Z] (4/9) Installing libcurl (8.2.1-r0) [2023-09-04T07:18:58.057Z] (5/9) Installing curl (8.2.1-r0) [2023-09-04T07:18:58.316Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-09-04T07:18:59.260Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-09-04T07:18:59.842Z] (8/9) Installing jq (1.6-r1) [2023-09-04T07:19:00.103Z] (9/9) Installing openssl (1.1.1v-r0) [2023-09-04T07:19:00.672Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:19:00.672Z] Executing ca-certificates-20230506-r0.trigger [2023-09-04T07:19:00.672Z] OK: 52 MiB in 23 packages [2023-09-04T07:19:00.672Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:19:01.240Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:19:01.810Z] (1/137) Installing libmagic (5.41-r0) [2023-09-04T07:19:02.379Z] (2/137) Installing file (5.41-r0) [2023-09-04T07:19:02.379Z] (3/137) Installing libxau (1.0.9-r0) [2023-09-04T07:19:02.639Z] (4/137) Installing libxdmcp (1.1.3-r0) [2023-09-04T07:19:02.898Z] (5/137) Installing libxcb (1.15-r0) [2023-09-04T07:19:03.497Z] Still waiting to schedule task [2023-09-04T07:19:03.498Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5243’ is offline [2023-09-04T07:19:03.621Z] (6/137) Installing libx11 (1.8-r1) [2023-09-04T07:19:04.190Z] (7/137) Installing libxext (1.3.4-r0) [2023-09-04T07:19:04.448Z] (8/137) Installing libice (1.0.10-r0) [2023-09-04T07:19:04.707Z] (9/137) Installing libuuid (2.38-r1) [2023-09-04T07:19:04.967Z] (10/137) Installing libsm (1.2.3-r0) [2023-09-04T07:19:05.226Z] (11/137) Installing libxt (1.2.1-r0) [2023-09-04T07:19:05.795Z] (12/137) Installing libxmu (1.1.3-r0) [2023-09-04T07:19:06.055Z] (13/137) Installing xset (1.2.4-r0) [2023-09-04T07:19:06.314Z] (14/137) Installing xprop (1.2.5-r0) [2023-09-04T07:19:06.573Z] (15/137) Installing xdg-utils (1.1.3-r3) [2023-09-04T07:19:07.140Z] (16/137) Installing eudev-libs (3.2.11-r0) [2023-09-04T07:19:07.400Z] (17/137) Installing pkgconf (1.8.1-r0) [2023-09-04T07:19:07.970Z] (18/137) Installing libffi (3.4.2-r1) [2023-09-04T07:19:08.229Z] (19/137) Installing libintl (0.21-r2) [2023-09-04T07:19:08.489Z] (20/137) Installing libblkid (2.38-r1) [2023-09-04T07:19:08.749Z] (21/137) Installing libmount (2.38-r1) [2023-09-04T07:19:09.318Z] (22/137) Installing pcre (8.45-r2) [2023-09-04T07:19:09.577Z] (23/137) Installing glib (2.72.4-r0) [2023-09-04T07:19:10.146Z] (24/137) Installing xz-libs (5.2.5-r1) [2023-09-04T07:19:10.405Z] (25/137) Installing libxml2 (2.9.14-r2) [2023-09-04T07:19:10.974Z] (26/137) Installing shared-mime-info (2.2-r2) [2023-09-04T07:19:11.544Z] (27/137) Installing hicolor-icon-theme (0.17-r1) [2023-09-04T07:19:11.804Z] (28/137) Installing libjpeg-turbo (2.1.3-r1) [2023-09-04T07:19:12.374Z] (29/137) Installing libpng (1.6.37-r1) [2023-09-04T07:19:12.634Z] (30/137) Installing libwebp (1.2.3-r1) [2023-09-04T07:19:12.892Z] (31/137) Installing zstd-libs (1.5.2-r1) [2023-09-04T07:19:13.522Z] (32/137) Installing tiff (4.4.0-r4) [2023-09-04T07:19:13.781Z] (33/137) Installing gdk-pixbuf (2.42.8-r0) [2023-09-04T07:19:14.349Z] (34/137) Installing gtk-update-icon-cache (2.24.33-r3) [2023-09-04T07:19:14.607Z] (35/137) Installing libxcomposite (0.4.5-r0) [2023-09-04T07:19:14.865Z] (36/137) Installing libxfixes (6.0.0-r0) [2023-09-04T07:19:15.126Z] (37/137) Installing libxrender (0.9.10-r3) [2023-09-04T07:19:15.385Z] (38/137) Installing libxcursor (1.2.1-r0) [2023-09-04T07:19:15.643Z] (39/137) Installing libxdamage (1.1.5-r1) [2023-09-04T07:19:15.904Z] (40/137) Installing libxi (1.8-r0) [2023-09-04T07:19:16.162Z] (41/137) Installing libxinerama (1.1.4-r1) [2023-09-04T07:19:16.422Z] (42/137) Installing libxrandr (1.5.2-r1) [2023-09-04T07:19:16.682Z] (43/137) Installing atk (2.38.0-r0) [2023-09-04T07:19:17.250Z] (44/137) Installing libxtst (1.2.3-r3) [2023-09-04T07:19:17.509Z] (45/137) Installing dbus-libs (1.14.8-r0) [2023-09-04T07:19:17.768Z] (46/137) Installing at-spi2-core (2.44.1-r0) [2023-09-04T07:19:18.338Z] (47/137) Installing at-spi2-atk (2.38.0-r0) [2023-09-04T07:19:18.597Z] (48/137) Installing expat (2.5.0-r0) [2023-09-04T07:19:18.855Z] (49/137) Installing libbz2 (1.0.8-r1) [2023-09-04T07:19:19.424Z] (50/137) Installing freetype (2.12.1-r0) [2023-09-04T07:19:19.682Z] (51/137) Installing fontconfig (2.14.0-r0) [2023-09-04T07:19:20.253Z] (52/137) Installing pixman (0.40.0-r4) [2023-09-04T07:19:20.512Z] (53/137) Installing cairo (1.17.4-r2) [2023-09-04T07:19:21.080Z] (54/137) Installing cairo-gobject (1.17.4-r2) [2023-09-04T07:19:21.338Z] (55/137) Installing avahi-libs (0.8-r6) [2023-09-04T07:19:21.597Z] (56/137) Installing gmp (6.2.1-r2) [2023-09-04T07:19:24.888Z] (57/137) Installing nettle (3.7.3-r0) [2023-09-04T07:19:25.148Z] (58/137) Installing p11-kit (0.24.1-r0) [2023-09-04T07:19:27.129Z] (59/137) Installing libtasn1 (4.18.0-r1) [2023-09-04T07:19:27.388Z] (60/137) Installing libunistring (1.0-r0) [2023-09-04T07:19:27.955Z] (61/137) Installing gnutls (3.7.7-r1) [2023-09-04T07:19:28.214Z] (62/137) Installing cups-libs (2.4.2-r2) [2023-09-04T07:19:28.782Z] (63/137) Installing libepoxy (1.5.10-r0) [2023-09-04T07:19:29.352Z] (64/137) Installing fribidi (1.0.12-r0) [2023-09-04T07:19:30.934Z] (65/137) Installing graphite2 (1.3.14-r1) [2023-09-04T07:19:31.194Z] (66/137) Installing harfbuzz (4.3.0-r0) [2023-09-04T07:19:31.452Z] (67/137) Installing libxft (2.3.4-r0) [2023-09-04T07:19:32.020Z] (68/137) Installing pango (1.50.7-r0) [2023-09-04T07:19:32.279Z] (69/137) Installing wayland-libs-client (1.20.0-r0) [2023-09-04T07:19:32.539Z] (70/137) Installing wayland-libs-cursor (1.20.0-r0) [2023-09-04T07:19:32.798Z] (71/137) Installing wayland-libs-egl (1.20.0-r0) [2023-09-04T07:19:33.058Z] (72/137) Installing xkeyboard-config (2.35.1-r0) [2023-09-04T07:19:34.503Z] (73/137) Installing libxkbcommon (1.4.1-r0) [2023-09-04T07:19:34.765Z] (74/137) Installing gtk+3.0 (3.24.34-r1) [2023-09-04T07:19:35.335Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-09-04T07:19:35.335Z] (75/137) Installing libfontenc (1.1.4-r0) [2023-09-04T07:19:35.595Z] (76/137) Installing mkfontscale (1.2.2-r0) [2023-09-04T07:19:35.855Z] (77/137) Installing font-opensans (0_git20210927-r0) [2023-09-04T07:19:36.427Z] (78/137) Installing libgcc (11.2.1_git20220219-r2) [2023-09-04T07:19:37.000Z] (79/137) Installing libogg (1.3.5-r1) [2023-09-04T07:19:37.261Z] (80/137) Installing libstdc++ (11.2.1_git20220219-r2) [2023-09-04T07:19:37.523Z] (81/137) Installing flac (1.3.4-r0) [2023-09-04T07:19:38.099Z] (82/137) Installing alsa-lib (1.2.7.2-r0) [2023-09-04T07:19:38.670Z] (83/137) Installing libatomic (11.2.1_git20220219-r2) [2023-09-04T07:19:38.670Z] (84/137) Installing sdl2 (2.0.22-r0) [2023-09-04T07:19:39.241Z] (85/137) Installing aom-libs (3.3.0-r0) [2023-09-04T07:19:39.812Z] (86/137) Installing libass (0.16.0-r0) [2023-09-04T07:19:40.075Z] (87/137) Installing libdav1d (1.0.0-r0) [2023-09-04T07:19:40.648Z] (88/137) Installing libpciaccess (0.16-r0) [2023-09-04T07:19:40.910Z] (89/137) Installing libdrm (2.4.110-r0) [2023-09-04T07:19:41.484Z] (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) [2023-09-04T07:19:41.745Z] (91/137) Installing ncurses-libs (6.3_p20220521-r1) [2023-09-04T07:19:42.007Z] (92/137) Installing lame (3.100-r0) [2023-09-04T07:19:42.581Z] (93/137) Installing opus (1.3.1-r1) [2023-09-04T07:19:42.842Z] (94/137) Installing libasyncns (0.8-r1) [2023-09-04T07:19:43.103Z] (95/137) Installing libltdl (2.4.7-r0) [2023-09-04T07:19:43.364Z] (96/137) Installing orc (0.4.32-r0) [2023-09-04T07:19:43.935Z] (97/137) Installing libvorbis (1.3.7-r0) [2023-09-04T07:19:44.197Z] (98/137) Installing libsndfile (1.1.0-r0) [2023-09-04T07:19:44.770Z] (99/137) Installing libgomp (11.2.1_git20220219-r2) [2023-09-04T07:19:45.032Z] (100/137) Installing soxr (0.1.3-r2) [2023-09-04T07:19:45.606Z] (101/137) Installing speexdsp (1.2.0-r0) [2023-09-04T07:19:45.606Z] (102/137) Installing tdb-libs (1.4.6-r0) [2023-09-04T07:19:46.179Z] (103/137) Installing libpulse (15.0-r2) [2023-09-04T07:19:46.439Z] (104/137) Installing cjson (1.7.15-r3) [2023-09-04T07:19:46.700Z] (105/137) Installing mbedtls (2.28.4-r0) [2023-09-04T07:19:47.272Z] (106/137) Installing librist (0.2.6-r1) [2023-09-04T07:19:47.533Z] (107/137) Installing libsrt (1.4.4-r0) [2023-09-04T07:19:48.108Z] (108/137) Installing libssh (0.9.6-r1) [2023-09-04T07:19:49.249Z] (109/137) Installing libtheora (1.1.1-r16) [2023-09-04T07:19:51.316Z] (110/137) Installing v4l-utils-libs (1.22.1-r1) [2023-09-04T07:19:51.577Z] (111/137) Installing libva (2.14.0-r0) [2023-09-04T07:19:51.839Z] (112/137) Installing libvdpau (1.5-r0) [2023-09-04T07:19:52.100Z] (113/137) Installing vidstab (1.1.0-r1) [2023-09-04T07:19:52.360Z] (114/137) Installing libvpx (1.11.0-r1) [2023-09-04T07:19:52.933Z] (115/137) Installing x264-libs (0.163_git20210613-r0) [2023-09-04T07:19:53.505Z] (116/137) Installing numactl (2.0.14-r0) [2023-09-04T07:19:53.766Z] (117/137) Installing x265-libs (3.5-r3) [2023-09-04T07:19:54.339Z] (118/137) Installing xvidcore (1.3.7-r1) [2023-09-04T07:19:54.912Z] (119/137) Installing ffmpeg-libs (5.0.3-r0) [2023-09-04T07:19:55.487Z] (120/137) Installing libevent (2.1.12-r4) [2023-09-04T07:19:56.061Z] (121/137) Installing mesa (21.3.9-r0) [2023-09-04T07:19:56.321Z] (122/137) Installing wayland-libs-server (1.20.0-r0) [2023-09-04T07:19:56.582Z] (123/137) Installing mesa-gbm (21.3.9-r0) [2023-09-04T07:19:56.843Z] (124/137) Installing icu-data-en (71.1-r2) [2023-09-04T07:19:57.415Z] Executing icu-data-en-71.1-r2.post-install [2023-09-04T07:19:57.415Z] * [2023-09-04T07:19:57.415Z] * If you need ICU with non-English locales and legacy charset support, install [2023-09-04T07:19:57.415Z] * package icu-data-full. [2023-09-04T07:19:57.415Z] * [2023-09-04T07:19:57.415Z] (125/137) Installing icu-libs (71.1-r2) [2023-09-04T07:19:57.987Z] (126/137) Installing lcms2 (2.13.1-r0) [2023-09-04T07:19:58.249Z] (127/137) Installing minizip (1.2.12-r0) [2023-09-04T07:19:58.510Z] (128/137) Installing nspr (4.33-r0) [2023-09-04T07:19:59.083Z] (129/137) Installing sqlite-libs (3.40.1-r0) [2023-09-04T07:19:59.655Z] (130/137) Installing nss (3.78.1-r0) [2023-09-04T07:19:59.917Z] (131/137) Installing re2 (2022.04.01-r0) [2023-09-04T07:20:00.490Z] (132/137) Installing snappy (1.1.9-r4) [2023-09-04T07:20:00.752Z] (133/137) Installing libgpg-error (1.45-r0) [2023-09-04T07:20:01.013Z] (134/137) Installing libgcrypt (1.10.1-r0) [2023-09-04T07:20:01.586Z] (135/137) Installing libxslt (1.1.35-r0) [2023-09-04T07:20:01.848Z] (136/137) Installing chromium (102.0.5005.182-r0) [2023-09-04T07:20:03.764Z] (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-09-04T07:20:04.707Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:20:04.707Z] Executing glib-2.72.4-r0.trigger [2023-09-04T07:20:04.707Z] Executing shared-mime-info-2.2-r2.trigger [2023-09-04T07:20:04.969Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-09-04T07:20:04.969Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-09-04T07:20:04.969Z] Executing fontconfig-2.14.0-r0.trigger [2023-09-04T07:20:04.969Z] Executing mkfontscale-1.2.2-r0.trigger [2023-09-04T07:20:04.969Z] OK: 409 MiB in 160 packages [2023-09-04T07:20:04.969Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:05.540Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:06.113Z] (1/21) Installing binutils (2.38-r3) [2023-09-04T07:20:06.684Z] (2/21) Installing isl22 (0.22-r0) [2023-09-04T07:20:07.257Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-09-04T07:20:07.827Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-09-04T07:20:08.094Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-09-04T07:20:09.479Z] (6/21) Installing musl-dev (1.2.3-r3) [2023-09-04T07:20:09.739Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-09-04T07:20:10.001Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-09-04T07:20:10.574Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-09-04T07:20:11.148Z] (10/21) Installing libpq (14.9-r0) [2023-09-04T07:20:11.410Z] (11/21) Installing openssl-dev (1.1.1v-r0) [2023-09-04T07:20:11.981Z] (12/21) Installing libpq-dev (14.9-r0) [2023-09-04T07:20:12.554Z] (13/21) Installing libecpg (14.9-r0) [2023-09-04T07:20:12.816Z] (14/21) Installing libecpg-dev (14.9-r0) [2023-09-04T07:20:13.078Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-09-04T07:20:19.669Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-09-04T07:20:21.053Z] (17/21) Installing clang (13.0.1-r1) [2023-09-04T07:20:21.673Z] (18/21) Installing icu (71.1-r2) [2023-09-04T07:20:21.954Z] (19/21) Installing icu-dev (71.1-r2) [2023-09-04T07:20:22.568Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-09-04T07:20:27.902Z] (21/21) Installing postgresql14-dev (14.9-r0) [2023-09-04T07:20:27.902Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:20:27.902Z] OK: 822 MiB in 181 packages [2023-09-04T07:20:27.902Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:28.164Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:28.735Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-09-04T07:20:29.677Z] (2/10) Installing gdbm (1.23-r0) [2023-09-04T07:20:30.251Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-09-04T07:20:30.513Z] (4/10) Installing readline (8.1.2-r0) [2023-09-04T07:20:30.774Z] (5/10) Installing python3 (3.10.13-r0) [2023-09-04T07:20:31.717Z] (6/10) Installing python3-dev (3.10.13-r0) [2023-09-04T07:20:32.660Z] (7/10) Installing libsodium (1.0.18-r0) [2023-09-04T07:20:33.034Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5246 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2023-09-04T07:20:33.063Z] Selected Git installation does not exist. Using Default [2023-09-04T07:20:33.063Z] The recommended git tool is: NONE [2023-09-04T07:20:33.232Z] (8/10) Installing libzmq (4.3.4-r0) [2023-09-04T07:20:33.493Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-09-04T07:20:33.753Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-09-04T07:20:34.015Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:20:34.015Z] OK: 974 MiB in 191 packages [2023-09-04T07:20:34.015Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:34.586Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:35.156Z] OK: 974 MiB in 191 packages [2023-09-04T07:20:35.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:35.750Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-09-04T07:20:36.323Z] (1/1) Installing tzdata (2023c-r0) [2023-09-04T07:20:36.895Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:20:36.895Z] OK: 978 MiB in 192 packages [2023-09-04T07:20:37.156Z] (1/1) Purging tzdata (2023c-r0) [2023-09-04T07:20:37.156Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:20:37.156Z] OK: 974 MiB in 191 packages [2023-09-04T07:20:37.964Z] using credential edgex-jenkins-ssh [2023-09-04T07:20:37.986Z] Cloning the remote Git repository [2023-09-04T07:20:38.025Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2023-09-04T07:20:38.114Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2023-09-04T07:20:38.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2023-09-04T07:20:38.243Z] > git --version # timeout=10 [2023-09-04T07:20:38.265Z] > git --version # 'git version 2.25.1' [2023-09-04T07:20:38.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-04T07:20:38.404Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-04T07:20:38.979Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2023-09-04T07:20:38.998Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-04T07:20:39.887Z] Looking in links: /tmp/tmp527v16ih [2023-09-04T07:20:39.887Z] Processing /tmp/tmp527v16ih/setuptools-65.5.0-py3-none-any.whl [2023-09-04T07:20:39.887Z] Processing /tmp/tmp527v16ih/pip-23.0.1-py3-none-any.whl [2023-09-04T07:20:39.944Z] Avoid second fetch [2023-09-04T07:20:39.944Z] Checking out Revision f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 (main) [2023-09-04T07:20:40.307Z] Installing collected packages: setuptools, pip [2023-09-04T07:20:40.432Z] Commit message: "Merge pull request #75 from edgexfoundry/dependabot/pip/psutil-5.9.5" [2023-09-04T07:20:39.955Z] > git config core.sparsecheckout # timeout=10 [2023-09-04T07:20:40.021Z] > git checkout -f f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-04T07:20:41.335Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-04T07:20:41.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-04T07:20:41.335Z] Dload Upload Total Spent Left Speed [2023-09-04T07:20:41.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh [2023-09-04T07:20:41.912Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-04T07:20:42.241Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-09-04T07:20:42.241Z] /etc/docker/daemon.json [2023-09-04T07:20:42.241Z] { [2023-09-04T07:20:42.241Z] "registry-mirrors": [ [2023-09-04T07:20:42.241Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-04T07:20:42.241Z] ], [2023-09-04T07:20:42.241Z] "bip": "10.250.0.254/24", [2023-09-04T07:20:42.241Z] "hosts": [ [2023-09-04T07:20:42.241Z] "tcp://0.0.0.0:5555", [2023-09-04T07:20:42.241Z] "unix:///var/run/docker.sock" [2023-09-04T07:20:42.241Z] ], [2023-09-04T07:20:42.241Z] "mtu": 1458, [2023-09-04T07:20:42.241Z] "selinux-enabled": true, [2023-09-04T07:20:42.241Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-04T07:20:42.241Z] } [Pipeline] sh [2023-09-04T07:20:42.558Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-04T07:20:42.840Z] Successfully installed pip-23.0.1 setuptools-65.5.0 [2023-09-04T07:20:42.840Z] 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 [2023-09-04T07:20:42.892Z] + sudo service docker restart [2023-09-04T07:20:43.101Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) [2023-09-04T07:20:43.360Z] Collecting pip [2023-09-04T07:20:43.360Z] Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) [2023-09-04T07:20:43.360Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 111.9 MB/s eta 0:00:00 [2023-09-04T07:20:43.360Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-09-04T07:20:43.619Z] Collecting setuptools [2023-09-04T07:20:43.619Z] Downloading setuptools-68.1.2-py3-none-any.whl (805 kB) [2023-09-04T07:20:43.619Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.1/805.1 kB 152.5 MB/s eta 0:00:00 [2023-09-04T07:20:43.878Z] Collecting wheel [2023-09-04T07:20:43.878Z] Downloading wheel-0.41.2-py3-none-any.whl (64 kB) [2023-09-04T07:20:43.878Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 74.8 MB/s eta 0:00:00 [2023-09-04T07:20:44.137Z] Installing collected packages: wheel, setuptools, pip [2023-09-04T07:20:44.137Z] Attempting uninstall: setuptools [2023-09-04T07:20:44.137Z] Found existing installation: setuptools 65.5.0 [2023-09-04T07:20:44.137Z] Uninstalling setuptools-65.5.0: [2023-09-04T07:20:44.137Z] Successfully uninstalled setuptools-65.5.0 [2023-09-04T07:20:45.075Z] Attempting uninstall: pip [2023-09-04T07:20:45.075Z] Found existing installation: pip 23.0.1 [2023-09-04T07:20:45.075Z] Uninstalling pip-23.0.1: [2023-09-04T07:20:45.334Z] Successfully uninstalled pip-23.0.1 [2023-09-04T07:20:47.242Z] Successfully installed pip-23.2.1 setuptools-68.1.2 wheel-0.41.2 [2023-09-04T07:20:47.243Z] 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 [2023-09-04T07:20:47.811Z] Processing ./edgex-taf-common [2023-09-04T07:20:47.811Z] Preparing metadata (setup.py): started [2023-09-04T07:20:47.811Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:20:47.811Z] Building wheels for collected packages: edgex-taf-common [2023-09-04T07:20:47.811Z] Building wheel for edgex-taf-common (setup.py): started [2023-09-04T07:20:48.072Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-09-04T07:20:48.072Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=b59e100f1f5af8d23935a02302a9cc19d567fab5b3b381016f0f80d7e46b46de [2023-09-04T07:20:48.072Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-09-04T07:20:48.072Z] Successfully built edgex-taf-common [2023-09-04T07:20:48.331Z] Installing collected packages: edgex-taf-common [2023-09-04T07:20:48.331Z] Successfully installed edgex-taf-common-0.0.0 [2023-09-04T07:20:48.331Z] 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 [2023-09-04T07:20:49.285Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2023-09-04T07:20:49.285Z] Obtaining dependency information for robotframework==6.1.1 from https://files.pythonhosted.org/packages/b5/f0/3338803e955926c7826cfe6738ed99db1f76c3a86defca2c33228b12119a/robotframework-6.1.1-py3-none-any.whl.metadata [2023-09-04T07:20:49.285Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2023-09-04T07:20:49.285Z] Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) [2023-09-04T07:20:49.285Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-09-04T07:20:49.285Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2023-09-04T07:20:49.285Z] Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata [2023-09-04T07:20:49.285Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2023-09-04T07:20:49.285Z] Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) [2023-09-04T07:20:49.285Z] Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) [2023-09-04T07:20:49.285Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 14.8 MB/s eta 0:00:00 [2023-09-04T07:20:49.285Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2023-09-04T07:20:49.285Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-09-04T07:20:49.285Z] Preparing metadata (setup.py): started [2023-09-04T07:20:49.548Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:20:49.548Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2023-09-04T07:20:49.548Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2023-09-04T07:20:49.548Z] Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) [2023-09-04T07:20:49.548Z] Downloading configparser-5.3.0-py3-none-any.whl (19 kB) [2023-09-04T07:20:49.807Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2023-09-04T07:20:49.807Z] Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata [2023-09-04T07:20:49.807Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2023-09-04T07:20:49.807Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2023-09-04T07:20:49.807Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2023-09-04T07:20:49.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 15.6 MB/s eta 0:00:00 [2023-09-04T07:20:49.807Z] Preparing metadata (setup.py): started [2023-09-04T07:20:50.065Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:20:50.065Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2023-09-04T07:20:50.065Z] Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata [2023-09-04T07:20:50.065Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2023-09-04T07:20:50.328Z] Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) [2023-09-04T07:20:50.328Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-09-04T07:20:50.896Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 29.0 MB/s eta 0:00:00 [2023-09-04T07:20:51.466Z] Installing build dependencies: started [2023-09-04T07:20:55.663Z] Installing build dependencies: finished with status 'done' [2023-09-04T07:20:55.663Z] Getting requirements to build wheel: started [2023-09-04T07:20:56.229Z] Getting requirements to build wheel: finished with status 'done' [2023-09-04T07:20:56.229Z] Preparing metadata (pyproject.toml): started [2023-09-04T07:20:56.797Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-09-04T07:20:56.797Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2023-09-04T07:20:56.797Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2023-09-04T07:20:56.797Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 17.3 MB/s eta 0:00:00 [2023-09-04T07:20:57.056Z] Installing build dependencies: started [2023-09-04T07:21:00.347Z] Installing build dependencies: finished with status 'done' [2023-09-04T07:21:00.347Z] Getting requirements to build wheel: started [2023-09-04T07:21:00.347Z] Getting requirements to build wheel: finished with status 'done' [2023-09-04T07:21:00.347Z] Preparing metadata (pyproject.toml): started [2023-09-04T07:21:00.347Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-09-04T07:21:00.606Z] Collecting redis==4.6.0 (from -r requirements.txt (line 13)) [2023-09-04T07:21:00.606Z] Obtaining dependency information for redis==4.6.0 from https://files.pythonhosted.org/packages/20/2e/409703d645363352a20c944f5d119bdae3eb3034051a53724a7c5fee12b8/redis-4.6.0-py3-none-any.whl.metadata [2023-09-04T07:21:00.606Z] Downloading redis-4.6.0-py3-none-any.whl.metadata (8.3 kB) [2023-09-04T07:21:00.865Z] Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) [2023-09-04T07:21:00.865Z] Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/66/96/129706be681649f43bde93811416f566acfefcd3fb18156d5df349c360ab/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata [2023-09-04T07:21:00.865Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (4.8 kB) [2023-09-04T07:21:01.124Z] Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) [2023-09-04T07:21:01.124Z] Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) [2023-09-04T07:21:01.124Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 19.1 MB/s eta 0:00:00 [2023-09-04T07:21:01.124Z] Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) [2023-09-04T07:21:01.124Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-09-04T07:21:01.124Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 39.9 MB/s eta 0:00:00 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-04T07:21:01.141Z] provisioning config files... [2023-09-04T07:21:01.164Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13318145805424713013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-04T07:21:01.382Z] Preparing metadata (setup.py): started [2023-09-04T07:21:01.509Z] ---> docker-login.sh [2023-09-04T07:21:01.510Z] nexus3.edgexfoundry.org:10001 [2023-09-04T07:21:01.640Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:21:01.640Z] Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) [2023-09-04T07:21:01.640Z] Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/92/d7/df2bf45a1bcc7f2983a22c05f77ecd04bb8252a734219b0a6f089121dfa3/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata [2023-09-04T07:21:01.640Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2023-09-04T07:21:01.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:21:01.901Z] Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:01.901Z] Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/f9/2f/9c6eef6487faca5006ae1ba43cf6ab627c7e3d2a7ec5a3b8728e2105472d/selenium-4.12.0-py3-none-any.whl.metadata [2023-09-04T07:21:01.901Z] Downloading selenium-4.12.0-py3-none-any.whl.metadata (6.9 kB) [2023-09-04T07:21:01.901Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:01.901Z] Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata [2023-09-04T07:21:01.901Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) [2023-09-04T07:21:01.901Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:01.901Z] Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata [2023-09-04T07:21:01.901Z] Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) [2023-09-04T07:21:02.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:21:02.050Z] Configure a credential helper to remove this warning. See [2023-09-04T07:21:02.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:21:02.050Z] [2023-09-04T07:21:02.050Z] Login Succeeded [2023-09-04T07:21:02.050Z] nexus3.edgexfoundry.org:10002 [2023-09-04T07:21:02.161Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.161Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-09-04T07:21:02.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.3 MB/s eta 0:00:00 [2023-09-04T07:21:02.161Z] Preparing metadata (setup.py): started [2023-09-04T07:21:02.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:21:02.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:21:02.319Z] Configure a credential helper to remove this warning. See [2023-09-04T07:21:02.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:21:02.319Z] [2023-09-04T07:21:02.319Z] Login Succeeded [2023-09-04T07:21:02.420Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:21:02.420Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.420Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-09-04T07:21:02.420Z] Preparing metadata (setup.py): started [2023-09-04T07:21:02.589Z] nexus3.edgexfoundry.org:10003 [2023-09-04T07:21:02.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:21:02.678Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:21:02.678Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.678Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-09-04T07:21:02.678Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.678Z] Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata [2023-09-04T07:21:02.678Z] Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) [2023-09-04T07:21:02.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:21:02.858Z] Configure a credential helper to remove this warning. See [2023-09-04T07:21:02.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:21:02.858Z] [2023-09-04T07:21:02.858Z] Login Succeeded [2023-09-04T07:21:02.858Z] nexus3.edgexfoundry.org:10004 [2023-09-04T07:21:02.937Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.937Z] Obtaining dependency information for pygments from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata [2023-09-04T07:21:02.937Z] Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) [2023-09-04T07:21:02.937Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.937Z] Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) [2023-09-04T07:21:02.937Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 14.2 MB/s eta 0:00:00 [2023-09-04T07:21:02.937Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:02.937Z] Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata [2023-09-04T07:21:03.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:21:03.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:21:03.126Z] Configure a credential helper to remove this warning. See [2023-09-04T07:21:03.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:21:03.126Z] [2023-09-04T07:21:03.126Z] Login Succeeded [2023-09-04T07:21:03.126Z] docker.io [2023-09-04T07:21:03.195Z] Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) [2023-09-04T07:21:03.195Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:21:03.195Z] Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/95/d2/6f25fddfbe31448ceea236e03b70d2bbd647d4bc9148bf9665307794c4f2/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata [2023-09-04T07:21:03.195Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (31 kB) [2023-09-04T07:21:03.195Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:21:03.195Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-09-04T07:21:03.195Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.7 MB/s eta 0:00:00 [2023-09-04T07:21:03.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-04T07:21:03.454Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:21:03.454Z] Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata [2023-09-04T07:21:03.454Z] Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) [2023-09-04T07:21:03.454Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:21:03.454Z] Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata [2023-09-04T07:21:03.454Z] Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) [2023-09-04T07:21:03.454Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-09-04T07:21:03.454Z] Downloading packaging-23.1-py3-none-any.whl (48 kB) [2023-09-04T07:21:03.454Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 5.9 MB/s eta 0:00:00 [2023-09-04T07:21:03.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-04T07:21:03.667Z] Configure a credential helper to remove this warning. See [2023-09-04T07:21:03.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-04T07:21:03.667Z] [2023-09-04T07:21:03.667Z] Login Succeeded [2023-09-04T07:21:03.667Z] ---> docker-login.sh ends [Pipeline] } [2023-09-04T07:21:03.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-09-04T07:21:03.714Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-09-04T07:21:03.714Z] Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata [2023-09-04T07:21:03.714Z] Downloading websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) [2023-09-04T07:21:03.714Z] Collecting async-timeout>=4.0.2 (from redis==4.6.0->-r requirements.txt (line 13)) [2023-09-04T07:21:03.714Z] Obtaining dependency information for async-timeout>=4.0.2 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata [2023-09-04T07:21:03.714Z] Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) [2023-09-04T07:21:03.714Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:21:03.714Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-09-04T07:21:03.714Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 29.9 MB/s eta 0:00:00 [2023-09-04T07:21:03.714Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:21:03.714Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [2023-09-04T07:21:03.972Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 28.6 MB/s eta 0:00:00 [2023-09-04T07:21:03.972Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.1.2) [2023-09-04T07:21:03.972Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:21:03.972Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-09-04T07:21:03.972Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:21:03.972Z] Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata [2023-09-04T07:21:03.972Z] Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) [2023-09-04T07:21:03.972Z] Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:03.972Z] Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata [2023-09-04T07:21:03.972Z] Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) [Pipeline] { [Pipeline] sh [2023-09-04T07:21:04.231Z] Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:04.231Z] Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata [2023-09-04T07:21:04.231Z] Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) [2023-09-04T07:21:04.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-04T07:21:04.489Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:04.489Z] Obtaining dependency information for PyYAML>=3.11 from https://files.pythonhosted.org/packages/07/91/45dfd0ef821a7f41d9d0136ea3608bb5b1653e42fd56a7970532cb5c003f/PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.metadata [2023-09-04T07:21:04.489Z] Downloading PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2023-09-04T07:21:04.489Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:04.489Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-09-04T07:21:04.489Z] Preparing metadata (setup.py): started [2023-09-04T07:21:04.624Z] + ls -al . [2023-09-04T07:21:04.624Z] total 68 [2023-09-04T07:21:04.624Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:21 . [2023-09-04T07:21:04.624Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:20 .. [2023-09-04T07:21:04.624Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 07:20 .git [2023-09-04T07:21:04.624Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 07:20 .github [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 22 Sep 4 07:20 .gitignore [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 1575 Sep 4 07:20 Dockerfile [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 746 Sep 4 07:20 Jenkinsfile [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 11381 Sep 4 07:20 LICENSE [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 3606 Sep 4 07:20 README.md [2023-09-04T07:21:04.624Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:20 TAF-Manager [2023-09-04T07:21:04.624Z] drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:20 TUC [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 4 07:18 VERSION [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 344 Sep 4 07:20 requirements.txt [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 54 Sep 4 07:20 robot-entrypoint.sh [2023-09-04T07:21:04.624Z] -rw-rw-r-- 1 jenkins jenkins 445 Sep 4 07:20 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:21:04.748Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:21:04.748Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:04.748Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-09-04T07:21:04.748Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:04.748Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-09-04T07:21:04.748Z] Preparing metadata (setup.py): started [2023-09-04T07:21:04.964Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 --label arch=arm64 --label version=0.0.2-dev.34 . [2023-09-04T07:21:05.007Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:21:05.233Z] Sending build context to Docker daemon 316.9kB [2023-09-04T07:21:05.233Z] Step 1/13 : FROM alpine:3.16 [2023-09-04T07:21:05.266Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.266Z] Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata [2023-09-04T07:21:05.266Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2023-09-04T07:21:05.502Z] 3.16: Pulling from library/alpine [2023-09-04T07:21:05.526Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.526Z] Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata [2023-09-04T07:21:05.526Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2023-09-04T07:21:05.526Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.526Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-09-04T07:21:05.526Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.2 MB/s eta 0:00:00 [2023-09-04T07:21:05.526Z] Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.526Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-09-04T07:21:05.526Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.526Z] Downloading attrs-23.1.0-py3-none-any.whl (61 kB) [2023-09-04T07:21:05.526Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 9.0 MB/s eta 0:00:00 [2023-09-04T07:21:05.774Z] bdb2de7ba06c: Pulling fs layer [2023-09-04T07:21:05.784Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.784Z] Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata [2023-09-04T07:21:05.784Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) [2023-09-04T07:21:05.784Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:05.784Z] Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata [2023-09-04T07:21:05.784Z] Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) [2023-09-04T07:21:06.042Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:21:06.042Z] Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/e3/dc/548d8ecf75f7b06adb8ea83ebb0c7f8e735d3fc259ffd8efc16a43c0b19a/rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.metadata [2023-09-04T07:21:06.042Z] Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.metadata (3.7 kB) [2023-09-04T07:21:06.046Z] bdb2de7ba06c: Download complete [2023-09-04T07:21:06.300Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:06.300Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-09-04T07:21:06.300Z] Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:06.300Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-09-04T07:21:06.300Z] Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:06.300Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-09-04T07:21:06.300Z] Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:06.300Z] Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata [2023-09-04T07:21:06.300Z] Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) [2023-09-04T07:21:06.300Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:21:06.300Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-09-04T07:21:06.315Z] bdb2de7ba06c: Pull complete [2023-09-04T07:21:06.558Z] 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)) [2023-09-04T07:21:06.559Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-09-04T07:21:06.559Z] 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)) [2023-09-04T07:21:06.559Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-09-04T07:21:06.559Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.7 MB/s eta 0:00:00 [2023-09-04T07:21:06.584Z] Digest: sha256:a8cbb8c69ee71561f4b69c066bad07f7e510caaa523da26fbfc606b10bd7934b [2023-09-04T07:21:06.584Z] Status: Downloaded newer image for alpine:3.16 [2023-09-04T07:21:06.584Z] ---> 47a0d92d42c9 [2023-09-04T07:21:06.584Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-09-04T07:21:06.584Z] ---> Running in af87361a646f [2023-09-04T07:21:06.818Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 19.9 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2023-09-04T07:21:06.818Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.3 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 19.7 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading redis-4.6.0-py3-none-any.whl (241 kB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 31.3 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 30.8 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 49.2 MB/s eta 0:00:00 [2023-09-04T07:21:06.818Z] Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) [2023-09-04T07:21:06.818Z] Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) [2023-09-04T07:21:06.818Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 25.5 MB/s eta 0:00:00 [2023-09-04T07:21:06.853Z] Removing intermediate container af87361a646f [2023-09-04T07:21:06.853Z] ---> dde4383a82d6 [2023-09-04T07:21:06.853Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2023-09-04T07:21:06.853Z] ---> Running in d7c418c38c01 [2023-09-04T07:21:07.077Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (195 kB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/195.4 kB 28.4 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) [2023-09-04T07:21:07.077Z] Downloading selenium-4.12.0-py3-none-any.whl (9.4 MB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 84.2 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 19.4 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading websocket_client-1.6.2-py3-none-any.whl (57 kB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 9.7 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading docutils-0.20.1-py3-none-any.whl (572 kB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 16.2 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading jsonschema-4.19.0-py3-none-any.whl (83 kB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 14.9 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) [2023-09-04T07:21:07.077Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 75.0 MB/s eta 0:00:00 [2023-09-04T07:21:07.077Z] Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) [2023-09-04T07:21:07.122Z] Removing intermediate container d7c418c38c01 [2023-09-04T07:21:07.122Z] ---> 9d29bcda913f [2023-09-04T07:21:07.122Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2023-09-04T07:21:07.337Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2023-09-04T07:21:07.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 17.8 MB/s eta 0:00:00 [2023-09-04T07:21:07.337Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2023-09-04T07:21:07.337Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) [2023-09-04T07:21:07.337Z] Downloading PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (707 kB) [2023-09-04T07:21:07.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 61.7 MB/s eta 0:00:00 [2023-09-04T07:21:07.337Z] Downloading referencing-0.30.2-py3-none-any.whl (25 kB) [2023-09-04T07:21:07.337Z] Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB) [2023-09-04T07:21:07.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 34.5 MB/s eta 0:00:00 [2023-09-04T07:21:07.337Z] Downloading trio-0.22.2-py3-none-any.whl (400 kB) [2023-09-04T07:21:07.337Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 50.4 MB/s eta 0:00:00 [2023-09-04T07:21:07.337Z] Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) [2023-09-04T07:21:07.337Z] Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) [2023-09-04T07:21:07.337Z] Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) [2023-09-04T07:21:07.337Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, strict-rfc3339, validate-email [2023-09-04T07:21:07.337Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-09-04T07:21:07.597Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-09-04T07:21:07.597Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=33cbf336ce6019951a6feecfc082bc6aaac585987d7b7f47365bfc0a64d3c872 [2023-09-04T07:21:07.597Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-09-04T07:21:07.597Z] Building wheel for paho-mqtt (setup.py): started [2023-09-04T07:21:08.104Z] ---> 2a3a39729ea7 [2023-09-04T07:21:08.104Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-09-04T07:21:08.162Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-09-04T07:21:08.163Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62118 sha256=e8d175cf72193d1cc334ad8a04583cb16b67f681e872c9af5ecc0cf7f7567a10 [2023-09-04T07:21:08.163Z] Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a [2023-09-04T07:21:08.163Z] Building wheel for numpy (pyproject.toml): started [2023-09-04T07:21:08.376Z] ---> 0c65ba7dcc6a [2023-09-04T07:21:08.376Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2023-09-04T07:21:08.651Z] ---> 187fe3cf8015 [2023-09-04T07:21:08.651Z] Step 7/13 : WORKDIR /edgex-taf [2023-09-04T07:21:08.920Z] ---> Running in 78291da865dd [2023-09-04T07:21:09.188Z] Removing intermediate container 78291da865dd [2023-09-04T07:21:09.188Z] ---> 83db1d88416d [2023-09-04T07:21:09.188Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-09-04T07:21:09.188Z] ---> Running in 8e45a1a9f685 [2023-09-04T07:21:11.139Z] Removing intermediate container 8e45a1a9f685 [2023-09-04T07:21:11.139Z] ---> e4234b0ce418 [2023-09-04T07:21:11.139Z] 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 [2023-09-04T07:21:11.139Z] ---> Running in ce33e71a3056 [2023-09-04T07:21:11.723Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:12.305Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:13.718Z] OK: 5 MiB in 14 packages [2023-09-04T07:21:13.985Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:14.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:15.533Z] (1/9) Installing ca-certificates (20230506-r0) [2023-09-04T07:21:16.116Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-09-04T07:21:16.698Z] (3/9) Installing nghttp2-libs (1.47.0-r1) [2023-09-04T07:21:16.965Z] (4/9) Installing libcurl (8.2.1-r0) [2023-09-04T07:21:17.547Z] (5/9) Installing curl (8.2.1-r0) [2023-09-04T07:21:17.813Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-09-04T07:21:19.312Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-09-04T07:21:19.582Z] (8/9) Installing jq (1.6-r1) [2023-09-04T07:21:19.853Z] (9/9) Installing openssl (1.1.1v-r0) [2023-09-04T07:21:20.438Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:21:20.438Z] Executing ca-certificates-20230506-r0.trigger [2023-09-04T07:21:20.707Z] OK: 50 MiB in 23 packages [2023-09-04T07:21:20.707Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:21.286Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:21:22.692Z] (1/136) Installing libmagic (5.41-r0) [2023-09-04T07:21:22.958Z] (2/136) Installing file (5.41-r0) [2023-09-04T07:21:23.225Z] (3/136) Installing libxau (1.0.9-r0) [2023-09-04T07:21:23.491Z] (4/136) Installing libxdmcp (1.1.3-r0) [2023-09-04T07:21:23.757Z] (5/136) Installing libxcb (1.15-r0) [2023-09-04T07:21:24.336Z] (6/136) Installing libx11 (1.8-r1) [2023-09-04T07:21:24.916Z] (7/136) Installing libxext (1.3.4-r0) [2023-09-04T07:21:25.181Z] (8/136) Installing libice (1.0.10-r0) [2023-09-04T07:21:25.762Z] (9/136) Installing libuuid (2.38-r1) [2023-09-04T07:21:26.026Z] (10/136) Installing libsm (1.2.3-r0) [2023-09-04T07:21:26.290Z] (11/136) Installing libxt (1.2.1-r0) [2023-09-04T07:21:26.871Z] (12/136) Installing libxmu (1.1.3-r0) [2023-09-04T07:21:27.136Z] (13/136) Installing xset (1.2.4-r0) [2023-09-04T07:21:27.400Z] (14/136) Installing xprop (1.2.5-r0) [2023-09-04T07:21:27.665Z] (15/136) Installing xdg-utils (1.1.3-r3) [2023-09-04T07:21:28.245Z] (16/136) Installing eudev-libs (3.2.11-r0) [2023-09-04T07:21:28.510Z] (17/136) Installing pkgconf (1.8.1-r0) [2023-09-04T07:21:29.091Z] (18/136) Installing libffi (3.4.2-r1) [2023-09-04T07:21:29.355Z] (19/136) Installing libintl (0.21-r2) [2023-09-04T07:21:29.621Z] (20/136) Installing libblkid (2.38-r1) [2023-09-04T07:21:29.886Z] (21/136) Installing libmount (2.38-r1) [2023-09-04T07:21:30.466Z] (22/136) Installing pcre (8.45-r2) [2023-09-04T07:21:30.731Z] (23/136) Installing glib (2.72.4-r0) [2023-09-04T07:21:31.310Z] (24/136) Installing xz-libs (5.2.5-r1) [2023-09-04T07:21:31.890Z] (25/136) Installing libxml2 (2.9.14-r2) [2023-09-04T07:21:32.471Z] (26/136) Installing shared-mime-info (2.2-r2) [2023-09-04T07:21:32.737Z] (27/136) Installing hicolor-icon-theme (0.17-r1) [2023-09-04T07:21:33.317Z] (28/136) Installing libjpeg-turbo (2.1.3-r1) [2023-09-04T07:21:33.582Z] (29/136) Installing libpng (1.6.37-r1) [2023-09-04T07:21:34.160Z] (30/136) Installing libwebp (1.2.3-r1) [2023-09-04T07:21:34.738Z] (31/136) Installing zstd-libs (1.5.2-r1) [2023-09-04T07:21:35.002Z] (32/136) Installing tiff (4.4.0-r4) [2023-09-04T07:21:35.579Z] (33/136) Installing gdk-pixbuf (2.42.8-r0) [2023-09-04T07:21:35.844Z] (34/136) Installing gtk-update-icon-cache (2.24.33-r3) [2023-09-04T07:21:36.109Z] (35/136) Installing libxcomposite (0.4.5-r0) [2023-09-04T07:21:36.374Z] (36/136) Installing libxfixes (6.0.0-r0) [2023-09-04T07:21:36.640Z] (37/136) Installing libxrender (0.9.10-r3) [2023-09-04T07:21:36.904Z] (38/136) Installing libxcursor (1.2.1-r0) [2023-09-04T07:21:37.482Z] (39/136) Installing libxdamage (1.1.5-r1) [2023-09-04T07:21:37.482Z] (40/136) Installing libxi (1.8-r0) [2023-09-04T07:21:38.062Z] (41/136) Installing libxinerama (1.1.4-r1) [2023-09-04T07:21:38.327Z] (42/136) Installing libxrandr (1.5.2-r1) [2023-09-04T07:21:38.592Z] (43/136) Installing atk (2.38.0-r0) [2023-09-04T07:21:38.858Z] (44/136) Installing libxtst (1.2.3-r3) [2023-09-04T07:21:39.123Z] (45/136) Installing dbus-libs (1.14.8-r0) [2023-09-04T07:21:39.702Z] (46/136) Installing at-spi2-core (2.44.1-r0) [2023-09-04T07:21:39.967Z] (47/136) Installing at-spi2-atk (2.38.0-r0) [2023-09-04T07:21:40.549Z] (48/136) Installing expat (2.5.0-r0) [2023-09-04T07:21:40.814Z] (49/136) Installing libbz2 (1.0.8-r1) [2023-09-04T07:21:41.080Z] (50/136) Installing freetype (2.12.1-r0) [2023-09-04T07:21:41.660Z] (51/136) Installing fontconfig (2.14.0-r0) [2023-09-04T07:21:41.926Z] (52/136) Installing pixman (0.40.0-r4) [2023-09-04T07:21:42.507Z] (53/136) Installing cairo (1.17.4-r2) [2023-09-04T07:21:42.773Z] (54/136) Installing cairo-gobject (1.17.4-r2) [2023-09-04T07:21:43.041Z] (55/136) Installing avahi-libs (0.8-r6) [2023-09-04T07:21:43.623Z] (56/136) Installing gmp (6.2.1-r2) [2023-09-04T07:21:43.888Z] (57/136) Installing nettle (3.7.3-r0) [2023-09-04T07:21:44.467Z] (58/136) Installing p11-kit (0.24.1-r0) [2023-09-04T07:21:45.046Z] (59/136) Installing libtasn1 (4.18.0-r1) [2023-09-04T07:21:45.312Z] (60/136) Installing libunistring (1.0-r0) [2023-09-04T07:21:45.890Z] (61/136) Installing gnutls (3.7.7-r1) [2023-09-04T07:21:46.153Z] (62/136) Installing cups-libs (2.4.2-r2) [2023-09-04T07:21:46.732Z] (63/136) Installing libepoxy (1.5.10-r0) [2023-09-04T07:21:47.311Z] (64/136) Installing fribidi (1.0.12-r0) [2023-09-04T07:21:47.575Z] (65/136) Installing graphite2 (1.3.14-r1) [2023-09-04T07:21:47.840Z] (66/136) Installing harfbuzz (4.3.0-r0) [2023-09-04T07:21:48.419Z] (67/136) Installing libxft (2.3.4-r0) [2023-09-04T07:21:48.684Z] (68/136) Installing pango (1.50.7-r0) [2023-09-04T07:21:49.263Z] (69/136) Installing wayland-libs-client (1.20.0-r0) [2023-09-04T07:21:49.528Z] (70/136) Installing wayland-libs-cursor (1.20.0-r0) [2023-09-04T07:21:49.792Z] (71/136) Installing wayland-libs-egl (1.20.0-r0) [2023-09-04T07:21:50.056Z] (72/136) Installing xkeyboard-config (2.35.1-r0) [2023-09-04T07:21:50.635Z] (73/136) Installing libxkbcommon (1.4.1-r0) [2023-09-04T07:21:51.215Z] (74/136) Installing gtk+3.0 (3.24.34-r1) [2023-09-04T07:21:51.795Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-09-04T07:21:51.795Z] (75/136) Installing libfontenc (1.1.4-r0) [2023-09-04T07:21:52.374Z] (76/136) Installing mkfontscale (1.2.2-r0) [2023-09-04T07:21:52.640Z] (77/136) Installing font-opensans (0_git20210927-r0) [2023-09-04T07:21:53.220Z] (78/136) Installing libgcc (11.2.1_git20220219-r2) [2023-09-04T07:21:53.488Z] (79/136) Installing libogg (1.3.5-r1) [2023-09-04T07:21:53.753Z] (80/136) Installing libstdc++ (11.2.1_git20220219-r2) [2023-09-04T07:21:54.334Z] (81/136) Installing flac (1.3.4-r0) [2023-09-04T07:21:54.915Z] (82/136) Installing alsa-lib (1.2.7.2-r0) [2023-09-04T07:21:55.496Z] (83/136) Installing libatomic (11.2.1_git20220219-r2) [2023-09-04T07:21:55.496Z] (84/136) Installing sdl2 (2.0.22-r0) [2023-09-04T07:21:56.078Z] (85/136) Installing aom-libs (3.3.0-r0) [2023-09-04T07:21:56.658Z] (86/136) Installing libass (0.16.0-r0) [2023-09-04T07:21:57.239Z] (87/136) Installing libdav1d (1.0.0-r0) [2023-09-04T07:21:57.503Z] (88/136) Installing libdrm (2.4.110-r0) [2023-09-04T07:21:58.083Z] (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) [2023-09-04T07:21:58.349Z] (90/136) Installing ncurses-libs (6.3_p20220521-r1) [2023-09-04T07:21:58.929Z] (91/136) Installing lame (3.100-r0) [2023-09-04T07:21:59.508Z] (92/136) Installing opus (1.3.1-r1) [2023-09-04T07:21:59.773Z] (93/136) Installing libasyncns (0.8-r1) [2023-09-04T07:22:00.038Z] (94/136) Installing libltdl (2.4.7-r0) [2023-09-04T07:22:00.302Z] (95/136) Installing orc (0.4.32-r0) [2023-09-04T07:22:00.881Z] (96/136) Installing libvorbis (1.3.7-r0) [2023-09-04T07:22:01.147Z] (97/136) Installing libsndfile (1.1.0-r0) [2023-09-04T07:22:01.726Z] (98/136) Installing libgomp (11.2.1_git20220219-r2) [2023-09-04T07:22:02.303Z] (99/136) Installing soxr (0.1.3-r2) [2023-09-04T07:22:02.570Z] (100/136) Installing speexdsp (1.2.0-r0) [2023-09-04T07:22:02.834Z] (101/136) Installing tdb-libs (1.4.6-r0) [2023-09-04T07:22:03.415Z] (102/136) Installing libpulse (15.0-r2) [2023-09-04T07:22:03.679Z] (103/136) Installing cjson (1.7.15-r3) [2023-09-04T07:22:04.257Z] (104/136) Installing mbedtls (2.28.4-r0) [2023-09-04T07:22:04.521Z] (105/136) Installing librist (0.2.6-r1) [2023-09-04T07:22:05.100Z] (106/136) Installing libsrt (1.4.4-r0) [2023-09-04T07:22:05.365Z] (107/136) Installing libssh (0.9.6-r1) [2023-09-04T07:22:05.943Z] (108/136) Installing libtheora (1.1.1-r16) [2023-09-04T07:22:06.207Z] (109/136) Installing v4l-utils-libs (1.22.1-r1) [2023-09-04T07:22:06.787Z] (110/136) Installing libva (2.14.0-r0) [2023-09-04T07:22:07.054Z] (111/136) Installing libvdpau (1.5-r0) [2023-09-04T07:22:07.321Z] (112/136) Installing vidstab (1.1.0-r1) [2023-09-04T07:22:07.902Z] (113/136) Installing libvpx (1.11.0-r1) [2023-09-04T07:22:08.485Z] (114/136) Installing x264-libs (0.163_git20210613-r0) [2023-09-04T07:22:09.069Z] (115/136) Installing numactl (2.0.14-r0) [2023-09-04T07:22:09.339Z] (116/136) Installing x265-libs (3.5-r3) [2023-09-04T07:22:09.922Z] (117/136) Installing xvidcore (1.3.7-r1) [2023-09-04T07:22:10.505Z] (118/136) Installing ffmpeg-libs (5.0.3-r0) [2023-09-04T07:22:11.464Z] (119/136) Installing libevent (2.1.12-r4) [2023-09-04T07:22:11.729Z] (120/136) Installing mesa (21.3.9-r0) [2023-09-04T07:22:11.992Z] (121/136) Installing wayland-libs-server (1.20.0-r0) [2023-09-04T07:22:12.257Z] (122/136) Installing mesa-gbm (21.3.9-r0) [2023-09-04T07:22:12.837Z] (123/136) Installing icu-data-en (71.1-r2) [2023-09-04T07:22:13.420Z] Executing icu-data-en-71.1-r2.post-install [2023-09-04T07:22:13.420Z] * [2023-09-04T07:22:13.420Z] * If you need ICU with non-English locales and legacy charset support, install [2023-09-04T07:22:13.420Z] * package icu-data-full. [2023-09-04T07:22:13.420Z] * [2023-09-04T07:22:13.420Z] (124/136) Installing icu-libs (71.1-r2) [2023-09-04T07:22:14.000Z] (125/136) Installing lcms2 (2.13.1-r0) [2023-09-04T07:22:14.264Z] (126/136) Installing minizip (1.2.12-r0) [2023-09-04T07:22:14.528Z] (127/136) Installing nspr (4.33-r0) [2023-09-04T07:22:15.106Z] (128/136) Installing sqlite-libs (3.40.1-r0) [2023-09-04T07:22:15.684Z] (129/136) Installing nss (3.78.1-r0) [2023-09-04T07:22:15.849Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:22:16.264Z] (130/136) Installing re2 (2022.04.01-r0) [2023-09-04T07:22:16.528Z] (131/136) Installing snappy (1.1.9-r4) [2023-09-04T07:22:16.792Z] (132/136) Installing libgpg-error (1.45-r0) [2023-09-04T07:22:17.371Z] (133/136) Installing libgcrypt (1.10.1-r0) [2023-09-04T07:22:17.635Z] (134/136) Installing libxslt (1.1.35-r0) [2023-09-04T07:22:18.215Z] (135/136) Installing chromium (102.0.5005.182-r0) [2023-09-04T07:22:23.553Z] (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-09-04T07:22:23.553Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:22:23.553Z] Executing glib-2.72.4-r0.trigger [2023-09-04T07:22:23.553Z] Executing shared-mime-info-2.2-r2.trigger [2023-09-04T07:22:25.496Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-09-04T07:22:25.764Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-09-04T07:22:25.764Z] Executing fontconfig-2.14.0-r0.trigger [2023-09-04T07:22:25.764Z] Executing mkfontscale-1.2.2-r0.trigger [2023-09-04T07:22:25.764Z] OK: 376 MiB in 159 packages [2023-09-04T07:22:26.030Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:22:26.609Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:22:28.015Z] (1/21) Installing binutils (2.38-r3) [2023-09-04T07:22:28.594Z] (2/21) Installing isl22 (0.22-r0) [2023-09-04T07:22:29.171Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-09-04T07:22:29.436Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-09-04T07:22:30.015Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-09-04T07:22:36.648Z] (6/21) Installing musl-dev (1.2.3-r3) [2023-09-04T07:22:37.233Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-09-04T07:22:37.233Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-09-04T07:22:38.188Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-09-04T07:22:38.764Z] (10/21) Installing libpq (14.9-r0) [2023-09-04T07:22:39.026Z] (11/21) Installing openssl-dev (1.1.1v-r0) [2023-09-04T07:22:39.607Z] (12/21) Installing libpq-dev (14.9-r0) [2023-09-04T07:22:40.182Z] (13/21) Installing libecpg (14.9-r0) [2023-09-04T07:22:40.447Z] (14/21) Installing libecpg-dev (14.9-r0) [2023-09-04T07:22:41.023Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-09-04T07:22:47.642Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-09-04T07:22:57.699Z] (17/21) Installing clang (13.0.1-r1) [2023-09-04T07:22:57.699Z] (18/21) Installing icu (71.1-r2) [2023-09-04T07:22:58.277Z] (19/21) Installing icu-dev (71.1-r2) [2023-09-04T07:22:58.858Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-09-04T07:23:04.195Z] (21/21) Installing postgresql14-dev (14.9-r0) [2023-09-04T07:23:05.154Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:23:05.154Z] OK: 768 MiB in 180 packages [2023-09-04T07:23:05.154Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:05.732Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:07.133Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-09-04T07:23:09.071Z] (2/10) Installing gdbm (1.23-r0) [2023-09-04T07:23:09.335Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-09-04T07:23:09.602Z] (4/10) Installing readline (8.1.2-r0) [2023-09-04T07:23:10.181Z] (5/10) Installing python3 (3.10.13-r0) [2023-09-04T07:23:12.090Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:23:12.757Z] (6/10) Installing python3-dev (3.10.13-r0) [2023-09-04T07:23:18.089Z] (7/10) Installing libsodium (1.0.18-r0) [2023-09-04T07:23:18.089Z] (8/10) Installing libzmq (4.3.4-r0) [2023-09-04T07:23:18.671Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-09-04T07:23:18.937Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-09-04T07:23:19.204Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:23:19.204Z] OK: 938 MiB in 190 packages [2023-09-04T07:23:19.471Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:20.052Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:21.464Z] OK: 938 MiB in 190 packages [2023-09-04T07:23:21.730Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:22.310Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-09-04T07:23:23.713Z] (1/1) Installing tzdata (2023c-r0) [2023-09-04T07:23:24.297Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:23:24.297Z] OK: 941 MiB in 191 packages [2023-09-04T07:23:25.708Z] (1/1) Purging tzdata (2023c-r0) [2023-09-04T07:23:25.708Z] Executing busybox-1.35.0-r17.trigger [2023-09-04T07:23:25.708Z] OK: 938 MiB in 190 packages [2023-09-04T07:23:44.018Z] Looking in links: /tmp/tmp8667fx83 [2023-09-04T07:23:44.018Z] Processing /tmp/tmp8667fx83/setuptools-65.5.0-py3-none-any.whl [2023-09-04T07:23:44.018Z] Processing /tmp/tmp8667fx83/pip-23.0.1-py3-none-any.whl [2023-09-04T07:23:44.018Z] Installing collected packages: setuptools, pip [2023-09-04T07:23:59.013Z] Successfully installed pip-23.0.1 setuptools-65.5.0 [2023-09-04T07:23:59.013Z] 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 [2023-09-04T07:24:01.585Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) [2023-09-04T07:24:02.165Z] Collecting pip [2023-09-04T07:24:02.165Z] Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) [2023-09-04T07:24:02.430Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 17.3 MB/s eta 0:00:00 [2023-09-04T07:24:02.430Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-09-04T07:24:04.999Z] Collecting setuptools [2023-09-04T07:24:04.999Z] Downloading setuptools-68.1.2-py3-none-any.whl (805 kB) [2023-09-04T07:24:04.999Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.1/805.1 kB 16.9 MB/s eta 0:00:00 [2023-09-04T07:24:04.999Z] Collecting wheel [2023-09-04T07:24:04.999Z] Downloading wheel-0.41.2-py3-none-any.whl (64 kB) [2023-09-04T07:24:04.999Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 20.0 MB/s eta 0:00:00 [2023-09-04T07:24:06.403Z] Installing collected packages: wheel, setuptools, pip [2023-09-04T07:24:06.669Z] Attempting uninstall: setuptools [2023-09-04T07:24:06.669Z] Found existing installation: setuptools 65.5.0 [2023-09-04T07:24:07.624Z] Uninstalling setuptools-65.5.0: [2023-09-04T07:24:07.890Z] Successfully uninstalled setuptools-65.5.0 [2023-09-04T07:24:12.138Z] Attempting uninstall: pip [2023-09-04T07:24:12.138Z] Found existing installation: pip 23.0.1 [2023-09-04T07:24:14.076Z] Uninstalling pip-23.0.1: [2023-09-04T07:24:14.076Z] Successfully uninstalled pip-23.0.1 [2023-09-04T07:24:19.786Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:24:26.374Z] Successfully installed pip-23.2.1 setuptools-68.1.2 wheel-0.41.2 [2023-09-04T07:24:26.374Z] 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 [2023-09-04T07:24:28.952Z] Processing ./edgex-taf-common [2023-09-04T07:24:28.952Z] Preparing metadata (setup.py): started [2023-09-04T07:24:29.907Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:24:29.907Z] Building wheels for collected packages: edgex-taf-common [2023-09-04T07:24:29.907Z] Building wheel for edgex-taf-common (setup.py): started [2023-09-04T07:24:31.311Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-09-04T07:24:31.311Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=136c4ed9419f15807da4582373b10a32945b64d64b45febf821660814c0aae82 [2023-09-04T07:24:31.311Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-09-04T07:24:31.311Z] Successfully built edgex-taf-common [2023-09-04T07:24:31.892Z] Installing collected packages: edgex-taf-common [2023-09-04T07:24:31.892Z] Successfully installed edgex-taf-common-0.0.0 [2023-09-04T07:24:32.159Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2023-09-04T07:24:36.399Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2023-09-04T07:24:36.399Z] Obtaining dependency information for robotframework==6.1.1 from https://files.pythonhosted.org/packages/b5/f0/3338803e955926c7826cfe6738ed99db1f76c3a86defca2c33228b12119a/robotframework-6.1.1-py3-none-any.whl.metadata [2023-09-04T07:24:36.399Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2023-09-04T07:24:37.354Z] Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) [2023-09-04T07:24:37.354Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-09-04T07:24:37.618Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2023-09-04T07:24:37.618Z] Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata [2023-09-04T07:24:37.618Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2023-09-04T07:24:37.883Z] Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) [2023-09-04T07:24:37.883Z] Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) [2023-09-04T07:24:38.149Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.1 MB/s eta 0:00:00 [2023-09-04T07:24:38.149Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2023-09-04T07:24:38.149Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-09-04T07:24:38.149Z] Preparing metadata (setup.py): started [2023-09-04T07:24:39.105Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:24:39.370Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2023-09-04T07:24:39.370Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2023-09-04T07:24:39.370Z] Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) [2023-09-04T07:24:39.370Z] Downloading configparser-5.3.0-py3-none-any.whl (19 kB) [2023-09-04T07:24:39.949Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2023-09-04T07:24:39.949Z] Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata [2023-09-04T07:24:39.949Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2023-09-04T07:24:39.949Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2023-09-04T07:24:39.949Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2023-09-04T07:24:39.949Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.9 MB/s eta 0:00:00 [2023-09-04T07:24:40.215Z] Preparing metadata (setup.py): started [2023-09-04T07:24:41.617Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:24:41.617Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2023-09-04T07:24:41.617Z] Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata [2023-09-04T07:24:41.617Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2023-09-04T07:24:43.552Z] Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) [2023-09-04T07:24:43.552Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-09-04T07:24:44.510Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 11.6 MB/s eta 0:00:00 [2023-09-04T07:24:48.753Z] Installing build dependencies: started [2023-09-04T07:25:07.209Z] Installing build dependencies: finished with status 'done' [2023-09-04T07:25:07.209Z] Getting requirements to build wheel: started [2023-09-04T07:25:10.552Z] Getting requirements to build wheel: finished with status 'done' [2023-09-04T07:25:10.552Z] Preparing metadata (pyproject.toml): started [2023-09-04T07:25:14.791Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-09-04T07:25:15.816Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2023-09-04T07:25:15.816Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2023-09-04T07:25:19.133Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 165.5 kB/s eta 0:00:00 [2023-09-04T07:25:19.133Z] Installing build dependencies: started [2023-09-04T07:25:27.473Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:25:34.109Z] Installing build dependencies: finished with status 'done' [2023-09-04T07:25:34.109Z] Getting requirements to build wheel: started [2023-09-04T07:25:34.690Z] Getting requirements to build wheel: finished with status 'done' [2023-09-04T07:25:34.690Z] Preparing metadata (pyproject.toml): started [2023-09-04T07:25:36.623Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-09-04T07:25:37.204Z] Collecting redis==4.6.0 (from -r requirements.txt (line 13)) [2023-09-04T07:25:37.204Z] Obtaining dependency information for redis==4.6.0 from https://files.pythonhosted.org/packages/20/2e/409703d645363352a20c944f5d119bdae3eb3034051a53724a7c5fee12b8/redis-4.6.0-py3-none-any.whl.metadata [2023-09-04T07:25:37.204Z] Downloading redis-4.6.0-py3-none-any.whl.metadata (8.3 kB) [2023-09-04T07:25:39.141Z] Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) [2023-09-04T07:25:39.142Z] Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/94/3a/c3964c0a86c3535ae240799d3b7c8e13527e7a092080dda9012b1401fa86/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata [2023-09-04T07:25:39.142Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (4.8 kB) [2023-09-04T07:25:39.405Z] Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) [2023-09-04T07:25:39.405Z] Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) [2023-09-04T07:25:39.405Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 11.2 MB/s eta 0:00:00 [2023-09-04T07:25:39.981Z] Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) [2023-09-04T07:25:39.981Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-09-04T07:25:39.981Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 9.4 MB/s eta 0:00:00 [2023-09-04T07:25:40.560Z] Preparing metadata (setup.py): started [2023-09-04T07:25:41.956Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:25:43.357Z] Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) [2023-09-04T07:25:43.357Z] Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/89/2b/4113d7124603ca258ba874633f1410760771c5313dfd73931fef4f272d63/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata [2023-09-04T07:25:43.357Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.3 kB) [2023-09-04T07:25:43.936Z] Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:25:43.936Z] Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/f9/2f/9c6eef6487faca5006ae1ba43cf6ab627c7e3d2a7ec5a3b8728e2105472d/selenium-4.12.0-py3-none-any.whl.metadata [2023-09-04T07:25:43.936Z] Downloading selenium-4.12.0-py3-none-any.whl.metadata (6.9 kB) [2023-09-04T07:25:44.201Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:25:44.201Z] Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata [2023-09-04T07:25:44.201Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) [2023-09-04T07:25:44.780Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:44.780Z] Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata [2023-09-04T07:25:44.780Z] Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) [2023-09-04T07:25:45.045Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:45.045Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-09-04T07:25:45.045Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.1 MB/s eta 0:00:00 [2023-09-04T07:25:45.309Z] Preparing metadata (setup.py): started [2023-09-04T07:25:46.796Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:25:46.796Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:46.796Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-09-04T07:25:46.796Z] Preparing metadata (setup.py): started [2023-09-04T07:25:47.753Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:25:47.753Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:48.018Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-09-04T07:25:48.282Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:48.282Z] Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata [2023-09-04T07:25:48.282Z] Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) [2023-09-04T07:25:48.546Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:48.546Z] Obtaining dependency information for pygments from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata [2023-09-04T07:25:48.546Z] Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) [2023-09-04T07:25:49.126Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:49.126Z] Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) [2023-09-04T07:25:49.126Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 10.3 MB/s eta 0:00:00 [2023-09-04T07:25:49.389Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:49.389Z] Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata [2023-09-04T07:25:49.389Z] Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) [2023-09-04T07:25:50.341Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:25:50.341Z] Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/6b/b7/f042568ee89c378b457f73fda1642fd3b795df79c285520e4ec8a74c8b09/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata [2023-09-04T07:25:50.341Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (31 kB) [2023-09-04T07:25:50.341Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:25:50.606Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-09-04T07:25:50.606Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.3 MB/s eta 0:00:00 [2023-09-04T07:25:50.870Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:25:50.870Z] Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata [2023-09-04T07:25:50.870Z] Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) [2023-09-04T07:25:51.135Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-09-04T07:25:51.135Z] Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata [2023-09-04T07:25:51.135Z] Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) [2023-09-04T07:25:51.710Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-09-04T07:25:51.710Z] Downloading packaging-23.1-py3-none-any.whl (48 kB) [2023-09-04T07:25:51.710Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.6 MB/s eta 0:00:00 [2023-09-04T07:25:51.973Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-09-04T07:25:51.973Z] Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata [2023-09-04T07:25:52.238Z] Downloading websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) [2023-09-04T07:25:52.502Z] Collecting async-timeout>=4.0.2 (from redis==4.6.0->-r requirements.txt (line 13)) [2023-09-04T07:25:52.502Z] Obtaining dependency information for async-timeout>=4.0.2 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata [2023-09-04T07:25:52.502Z] Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) [2023-09-04T07:25:52.765Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:25:52.765Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-09-04T07:25:53.029Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.7 MB/s eta 0:00:00 [2023-09-04T07:25:53.294Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:25:53.294Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [2023-09-04T07:25:53.294Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.8 MB/s eta 0:00:00 [2023-09-04T07:25:53.294Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.1.2) [2023-09-04T07:25:53.872Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:25:53.872Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-09-04T07:25:54.136Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-09-04T07:25:54.136Z] Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata [2023-09-04T07:25:54.136Z] Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) [2023-09-04T07:25:54.399Z] Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:25:54.399Z] Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata [2023-09-04T07:25:54.399Z] Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) [2023-09-04T07:25:54.663Z] Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:25:54.663Z] Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata [2023-09-04T07:25:54.663Z] Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) [2023-09-04T07:25:56.596Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:25:56.596Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2023-09-04T07:25:57.551Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 85.7 kB/s eta 0:00:00 [2023-09-04T07:25:58.950Z] Installing build dependencies: started [2023-09-04T07:25:59.558Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-09-04T07:25:59.558Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22362899 sha256=280574803bc5ffd2a72f8264110ccda4a23d5d83f738623d5ee1bed8ace34bfd [2023-09-04T07:25:59.558Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-09-04T07:25:59.558Z] Building wheel for psutil (pyproject.toml): started [2023-09-04T07:25:59.558Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2023-09-04T07:25:59.558Z] Created wheel for psutil: filename=psutil-5.9.5-cp310-abi3-linux_x86_64.whl size=274474 sha256=589cabc90f57fd7d9488b80cca51d392ab7bf46255725bd71d3822cd66a0f6b8 [2023-09-04T07:25:59.558Z] Stored in directory: /root/.cache/pip/wheels/1f/3a/db/ba9717f3efd7f8da8910eca12dc9cd15d404035397af627e7c [2023-09-04T07:25:59.558Z] Building wheel for psycopg2 (setup.py): started [2023-09-04T07:26:09.533Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-09-04T07:26:09.533Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478592 sha256=6dffbad90a3c1b1fdcdb618ca2ae601a692561e1618eab015dc3d28c06e61501 [2023-09-04T07:26:09.533Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-09-04T07:26:09.533Z] Building wheel for flex (setup.py): started [2023-09-04T07:26:09.533Z] Building wheel for flex (setup.py): finished with status 'done' [2023-09-04T07:26:09.533Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=d1eb3aa8c246b400def00d9999febe13d495419e214f76f1409f03bfac147f53 [2023-09-04T07:26:09.533Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-09-04T07:26:09.533Z] Building wheel for GenSON (setup.py): started [2023-09-04T07:26:09.533Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-09-04T07:26:09.533Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21270 sha256=f80d39809c987629c76f53f1b90a2f9f4c1bc89055e1fb00ed7c32ad276a081b [2023-09-04T07:26:09.533Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-09-04T07:26:09.533Z] Building wheel for strict-rfc3339 (setup.py): started [2023-09-04T07:26:09.533Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-09-04T07:26:09.533Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=050464a443ab2449765e396f197650ab913e0b355bed45c0ff7ebac101ae9f3d [2023-09-04T07:26:09.533Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-09-04T07:26:09.533Z] Building wheel for validate-email (setup.py): started [2023-09-04T07:26:09.533Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-09-04T07:26:09.533Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=cf4e758e967161d772f20c67ae727613af8be348b6a913ec30a9c6016864c8e6 [2023-09-04T07:26:09.533Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-09-04T07:26:09.533Z] Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON strict-rfc3339 validate-email [2023-09-04T07:26:09.792Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2023-09-04T07:26:20.984Z] Installing build dependencies: finished with status 'done' [2023-09-04T07:26:20.984Z] Getting requirements to build wheel: started [2023-09-04T07:26:21.988Z] Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.3 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.3 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.16.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.6.0 referencing-0.30.2 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.10.0 selenium-4.12.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.2 wsproto-1.2.0 [2023-09-04T07:26:21.988Z] 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 [2023-09-04T07:26:33.393Z] Getting requirements to build wheel: finished with status 'done' [2023-09-04T07:26:33.393Z] Preparing metadata (pyproject.toml): started [2023-09-04T07:26:33.665Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-09-04T07:26:33.665Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:33.665Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-09-04T07:26:33.665Z] Preparing metadata (setup.py): started [2023-09-04T07:26:35.077Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:26:35.077Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:35.077Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-09-04T07:26:35.077Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:35.077Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-09-04T07:26:35.077Z] Preparing metadata (setup.py): started [2023-09-04T07:26:36.476Z] Preparing metadata (setup.py): finished with status 'done' [2023-09-04T07:26:36.476Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:36.476Z] Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata [2023-09-04T07:26:36.476Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2023-09-04T07:26:36.740Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:36.740Z] Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata [2023-09-04T07:26:36.740Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2023-09-04T07:26:36.740Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:36.740Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-09-04T07:26:37.004Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.3 MB/s eta 0:00:00 [2023-09-04T07:26:37.004Z] Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:37.004Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-09-04T07:26:37.582Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:37.582Z] Downloading attrs-23.1.0-py3-none-any.whl (61 kB) [2023-09-04T07:26:37.582Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.1 MB/s eta 0:00:00 [2023-09-04T07:26:37.582Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:37.582Z] Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata [2023-09-04T07:26:37.582Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) [2023-09-04T07:26:38.161Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:38.161Z] Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata [2023-09-04T07:26:38.161Z] Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) [2023-09-04T07:26:39.112Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-09-04T07:26:39.113Z] Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/71/95/dea0ea59684af46b1d63f7a9c74d1f94bbb63b6512179138014e493f604d/rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.metadata [2023-09-04T07:26:39.113Z] Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.metadata (3.7 kB) [2023-09-04T07:26:40.057Z] Removing intermediate container 0e80f5d8cc92 [2023-09-04T07:26:40.057Z] ---> afd0dc7da402 [2023-09-04T07:26:40.057Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-09-04T07:26:40.057Z] ---> Running in 355a7dc42b01 [2023-09-04T07:26:40.057Z] Removing intermediate container 355a7dc42b01 [2023-09-04T07:26:40.057Z] ---> 8c667a387359 [2023-09-04T07:26:40.057Z] Step 11/13 : LABEL arch=amd64 [2023-09-04T07:26:40.057Z] ---> Running in 1f355401c8bd [2023-09-04T07:26:40.057Z] Removing intermediate container 1f355401c8bd [2023-09-04T07:26:40.057Z] ---> 0888f8ba5950 [2023-09-04T07:26:40.057Z] Step 12/13 : LABEL git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T07:26:40.057Z] ---> Running in 383d43fc2cc3 [2023-09-04T07:26:40.057Z] Removing intermediate container 383d43fc2cc3 [2023-09-04T07:26:40.057Z] ---> b7bf94a612e4 [2023-09-04T07:26:40.057Z] Step 13/13 : LABEL version=0.0.2-dev.34 [2023-09-04T07:26:40.057Z] ---> Running in cf120879e2e2 [2023-09-04T07:26:40.057Z] Removing intermediate container cf120879e2e2 [2023-09-04T07:26:40.057Z] ---> 694b75218f25 [2023-09-04T07:26:40.057Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-04T07:26:40.057Z] Successfully built 694b75218f25 [2023-09-04T07:26:40.057Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-09-04T07:26:40.176Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2023-09-04T07:26:40.176Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T07:26:40.176Z] latest [2023-09-04T07:26:40.176Z] 0.0.2-dev.34 [2023-09-04T07:26:40.176Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T07:26:40.176Z] main [2023-09-04T07:26:40.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:26:40.491Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:26:40.794Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T07:26:40.794Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-09-04T07:26:40.794Z] 5094002c069f: Preparing [2023-09-04T07:26:40.794Z] 749f07a92c9a: Preparing [2023-09-04T07:26:40.794Z] 5c45ccf31083: Preparing [2023-09-04T07:26:40.794Z] 638d08565039: Preparing [2023-09-04T07:26:40.794Z] 79da8c5e7f93: Preparing [2023-09-04T07:26:40.794Z] 0e182002b05f: Preparing [2023-09-04T07:26:40.794Z] 0e182002b05f: Waiting [2023-09-04T07:26:40.794Z] 638d08565039: Pushed [2023-09-04T07:26:40.794Z] 5c45ccf31083: Pushed [2023-09-04T07:26:40.794Z] 749f07a92c9a: Pushed [2023-09-04T07:26:40.794Z] 0e182002b05f: Layer already exists [2023-09-04T07:26:40.794Z] 79da8c5e7f93: Pushed [2023-09-04T07:26:41.041Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:26:41.041Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-09-04T07:26:41.041Z] Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:26:41.041Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-09-04T07:26:41.041Z] Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:26:41.306Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-09-04T07:26:41.307Z] Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:26:41.307Z] Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata [2023-09-04T07:26:41.307Z] Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) [2023-09-04T07:26:41.571Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-09-04T07:26:41.571Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-09-04T07:26:41.836Z] 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)) [2023-09-04T07:26:42.100Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-09-04T07:26:42.678Z] 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)) [2023-09-04T07:26:42.678Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-09-04T07:26:42.678Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.9 MB/s eta 0:00:00 [2023-09-04T07:26:43.629Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2023-09-04T07:26:43.629Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 10.4 MB/s eta 0:00:00 [2023-09-04T07:26:43.629Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2023-09-04T07:26:43.629Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2023-09-04T07:26:43.629Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.4 MB/s eta 0:00:00 [2023-09-04T07:26:43.629Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2023-09-04T07:26:43.629Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 7.1 MB/s eta 0:00:00 [2023-09-04T07:26:43.629Z] Downloading redis-4.6.0-py3-none-any.whl (241 kB) [2023-09-04T07:26:43.893Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 8.3 MB/s eta 0:00:00 [2023-09-04T07:26:43.893Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB) [2023-09-04T07:26:43.893Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 11.8 MB/s eta 0:00:00 [2023-09-04T07:26:43.893Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2023-09-04T07:26:44.158Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.1 MB/s eta 0:00:00 [2023-09-04T07:26:44.158Z] Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) [2023-09-04T07:26:44.158Z] Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) [2023-09-04T07:26:44.158Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 7.1 MB/s eta 0:00:00 [2023-09-04T07:26:44.158Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (194 kB) [2023-09-04T07:26:44.158Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 8.0 MB/s eta 0:00:00 [2023-09-04T07:26:44.158Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) [2023-09-04T07:26:44.423Z] Downloading selenium-4.12.0-py3-none-any.whl (9.4 MB) [2023-09-04T07:26:45.002Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 11.9 MB/s eta 0:00:00 [2023-09-04T07:26:45.266Z] Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) [2023-09-04T07:26:45.266Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 5.8 MB/s eta 0:00:00 [2023-09-04T07:26:45.266Z] Downloading websocket_client-1.6.2-py3-none-any.whl (57 kB) [2023-09-04T07:26:45.266Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 2.2 MB/s eta 0:00:00 [2023-09-04T07:26:45.266Z] Downloading docutils-0.20.1-py3-none-any.whl (572 kB) [2023-09-04T07:26:45.266Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 10.5 MB/s eta 0:00:00 [2023-09-04T07:26:45.266Z] Downloading jsonschema-4.19.0-py3-none-any.whl (83 kB) [2023-09-04T07:26:45.266Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 4.6 MB/s eta 0:00:00 [2023-09-04T07:26:45.266Z] Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) [2023-09-04T07:26:45.530Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.5 MB/s eta 0:00:00 [2023-09-04T07:26:45.530Z] Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) [2023-09-04T07:26:45.530Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2023-09-04T07:26:45.530Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 5.1 MB/s eta 0:00:00 [2023-09-04T07:26:45.530Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2023-09-04T07:26:45.530Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) [2023-09-04T07:26:45.530Z] Downloading referencing-0.30.2-py3-none-any.whl (25 kB) [2023-09-04T07:26:45.794Z] Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB) [2023-09-04T07:26:45.794Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 12.1 MB/s eta 0:00:00 [2023-09-04T07:26:45.794Z] Downloading trio-0.22.2-py3-none-any.whl (400 kB) [2023-09-04T07:26:45.794Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 10.3 MB/s eta 0:00:00 [2023-09-04T07:26:45.794Z] Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) [2023-09-04T07:26:45.794Z] Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) [2023-09-04T07:26:46.060Z] Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) [2023-09-04T07:26:46.641Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email [2023-09-04T07:26:46.641Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-09-04T07:26:48.041Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-09-04T07:26:48.041Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=87faee8a7e5135da875f6ce4c7aead3ad787e0e4b19bb3b44cb1f269fc4703b4 [2023-09-04T07:26:48.041Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-09-04T07:26:48.041Z] Building wheel for paho-mqtt (setup.py): started [2023-09-04T07:26:49.982Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-09-04T07:26:49.982Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62118 sha256=08afcb161febb24a595421caff3ec78e71b73aa98d146aff224dde1f1bb31c72 [2023-09-04T07:26:49.982Z] Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a [2023-09-04T07:26:49.982Z] Building wheel for numpy (pyproject.toml): started [2023-09-04T07:28:47.225Z] 5094002c069f: Pushed [2023-09-04T07:28:47.225Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:47.529Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:47.828Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-09-04T07:28:47.828Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-09-04T07:28:47.828Z] 5094002c069f: Preparing [2023-09-04T07:28:47.828Z] 749f07a92c9a: Preparing [2023-09-04T07:28:47.828Z] 5c45ccf31083: Preparing [2023-09-04T07:28:47.828Z] 638d08565039: Preparing [2023-09-04T07:28:47.828Z] 79da8c5e7f93: Preparing [2023-09-04T07:28:47.828Z] 0e182002b05f: Preparing [2023-09-04T07:28:47.828Z] 0e182002b05f: Waiting [2023-09-04T07:28:47.828Z] 638d08565039: Layer already exists [2023-09-04T07:28:47.828Z] 5094002c069f: Layer already exists [2023-09-04T07:28:47.828Z] 5c45ccf31083: Layer already exists [2023-09-04T07:28:47.828Z] 79da8c5e7f93: Layer already exists [2023-09-04T07:28:47.828Z] 749f07a92c9a: Layer already exists [2023-09-04T07:28:47.828Z] 0e182002b05f: Layer already exists [2023-09-04T07:28:47.828Z] latest: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:48.136Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:48.434Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 [2023-09-04T07:28:48.434Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-09-04T07:28:48.434Z] 5094002c069f: Preparing [2023-09-04T07:28:48.434Z] 749f07a92c9a: Preparing [2023-09-04T07:28:48.434Z] 5c45ccf31083: Preparing [2023-09-04T07:28:48.434Z] 638d08565039: Preparing [2023-09-04T07:28:48.434Z] 79da8c5e7f93: Preparing [2023-09-04T07:28:48.434Z] 0e182002b05f: Preparing [2023-09-04T07:28:48.434Z] 0e182002b05f: Waiting [2023-09-04T07:28:48.434Z] 638d08565039: Layer already exists [2023-09-04T07:28:48.434Z] 79da8c5e7f93: Layer already exists [2023-09-04T07:28:48.434Z] 5c45ccf31083: Layer already exists [2023-09-04T07:28:48.434Z] 5094002c069f: Layer already exists [2023-09-04T07:28:48.434Z] 749f07a92c9a: Layer already exists [2023-09-04T07:28:48.434Z] 0e182002b05f: Layer already exists [2023-09-04T07:28:48.434Z] 0.0.2-dev.34: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:48.741Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:49.046Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T07:28:49.046Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-09-04T07:28:49.046Z] 5094002c069f: Preparing [2023-09-04T07:28:49.046Z] 749f07a92c9a: Preparing [2023-09-04T07:28:49.046Z] 5c45ccf31083: Preparing [2023-09-04T07:28:49.046Z] 638d08565039: Preparing [2023-09-04T07:28:49.046Z] 79da8c5e7f93: Preparing [2023-09-04T07:28:49.046Z] 0e182002b05f: Preparing [2023-09-04T07:28:49.046Z] 0e182002b05f: Waiting [2023-09-04T07:28:49.046Z] 638d08565039: Layer already exists [2023-09-04T07:28:49.046Z] 5094002c069f: Layer already exists [2023-09-04T07:28:49.046Z] 79da8c5e7f93: Layer already exists [2023-09-04T07:28:49.046Z] 749f07a92c9a: Layer already exists [2023-09-04T07:28:49.046Z] 5c45ccf31083: Layer already exists [2023-09-04T07:28:49.046Z] 0e182002b05f: Layer already exists [2023-09-04T07:28:49.046Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:49.356Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:49.659Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2023-09-04T07:28:49.659Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-09-04T07:28:49.659Z] 5094002c069f: Preparing [2023-09-04T07:28:49.659Z] 749f07a92c9a: Preparing [2023-09-04T07:28:49.659Z] 5c45ccf31083: Preparing [2023-09-04T07:28:49.659Z] 638d08565039: Preparing [2023-09-04T07:28:49.659Z] 79da8c5e7f93: Preparing [2023-09-04T07:28:49.659Z] 0e182002b05f: Preparing [2023-09-04T07:28:49.659Z] 0e182002b05f: Waiting [2023-09-04T07:28:49.659Z] 5c45ccf31083: Layer already exists [2023-09-04T07:28:49.659Z] 749f07a92c9a: Layer already exists [2023-09-04T07:28:49.659Z] 5094002c069f: Layer already exists [2023-09-04T07:28:49.659Z] 638d08565039: Layer already exists [2023-09-04T07:28:49.659Z] 79da8c5e7f93: Layer already exists [2023-09-04T07:28:49.659Z] 0e182002b05f: Layer already exists [2023-09-04T07:28:49.659Z] main: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-04T07:28:49.698Z] ===================================================== [Pipeline] echo [2023-09-04T07:28:49.708Z] taggedImages: [2023-09-04T07:28:49.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T07:28:49.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-09-04T07:28:49.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 [2023-09-04T07:28:49.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T07:28:49.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // script [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 [2023-09-04T07:28:50.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-04T07:28:50.057Z] [2023-09-04T07:28:50.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T07:28:50.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-04T07:28:50.352Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-04T07:28:50.352Z] 5eb5b503b376: Pulling fs layer [2023-09-04T07:28:50.352Z] 5c69ac0246d0: Pulling fs layer [2023-09-04T07:28:50.352Z] ec43610c2a17: Pulling fs layer [2023-09-04T07:28:50.352Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-04T07:28:50.352Z] 33b1e0a273af: Pulling fs layer [2023-09-04T07:28:50.352Z] 5d3b04190fa2: Pulling fs layer [2023-09-04T07:28:50.352Z] 2f39f015ded8: Pulling fs layer [2023-09-04T07:28:50.352Z] 5d3b04190fa2: Waiting [2023-09-04T07:28:50.352Z] 33b1e0a273af: Waiting [2023-09-04T07:28:50.352Z] 3a2ae6a8a46f: Waiting [2023-09-04T07:28:50.352Z] 2f39f015ded8: Waiting [2023-09-04T07:28:50.352Z] 5c69ac0246d0: Verifying Checksum [2023-09-04T07:28:50.352Z] 5c69ac0246d0: Download complete [2023-09-04T07:28:50.352Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-04T07:28:50.352Z] 3a2ae6a8a46f: Download complete [2023-09-04T07:28:50.352Z] 33b1e0a273af: Verifying Checksum [2023-09-04T07:28:50.352Z] 33b1e0a273af: Download complete [2023-09-04T07:28:50.352Z] ec43610c2a17: Verifying Checksum [2023-09-04T07:28:50.352Z] ec43610c2a17: Download complete [2023-09-04T07:28:50.352Z] 5d3b04190fa2: Download complete [2023-09-04T07:28:50.610Z] 5eb5b503b376: Verifying Checksum [2023-09-04T07:28:50.610Z] 5eb5b503b376: Download complete [2023-09-04T07:28:51.177Z] 2f39f015ded8: Download complete [2023-09-04T07:28:51.744Z] 5eb5b503b376: Pull complete [2023-09-04T07:28:51.744Z] 5c69ac0246d0: Pull complete [2023-09-04T07:28:52.677Z] ec43610c2a17: Pull complete [2023-09-04T07:28:52.677Z] 3a2ae6a8a46f: Pull complete [2023-09-04T07:28:52.934Z] 33b1e0a273af: Pull complete [2023-09-04T07:28:52.934Z] 5d3b04190fa2: Pull complete [2023-09-04T07:28:57.117Z] 2f39f015ded8: Pull complete [2023-09-04T07:28:57.118Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-04T07:28:57.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-04T07:28:57.118Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T07:28:57.188Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T07:28:57.220Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-04T07:29:00.092Z] $ docker top 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-04T07:29:00.478Z] ---> job-cost.sh [2023-09-04T07:29:00.478Z] lf-activate-venv: SKIPPING [2023-09-04T07:29:00.478Z] INFO: No Stack... [2023-09-04T07:29:01.046Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-04T07:29:01.305Z] INFO: Archiving Costs [Pipeline] sh [2023-09-04T07:29:01.592Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2023-09-04T07:29:01.592Z] + cut -d, -f6 [Pipeline] lock [2023-09-04T07:29:01.605Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [2023-09-04T07:29:01.611Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] did not exist. Created. [2023-09-04T07:29:01.611Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-04T07:29:01.913Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-04T07:29:01.946Z] Stashed 1 file(s) [Pipeline] } [2023-09-04T07:29:01.954Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-04T07:29:01.972Z] $ docker stop --time=1 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 [2023-09-04T07:29:03.117Z] $ docker rm -f --volumes 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-04T07:29:11.621Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:30:19.469Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:31:15.844Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:32:23.706Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:33:31.562Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:34:39.685Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:35:36.067Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:40:42.988Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:43:04.671Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:45:26.350Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:47:48.036Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:48:44.386Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:51:06.039Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:54:57.790Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:56:34.400Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:58:26.007Z] Building wheel for numpy (pyproject.toml): still running... [2023-09-04T07:58:40.976Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-09-04T07:58:40.976Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18627148 sha256=ff22729b188184920e8fe28f0725bd02015edbe908e68a7bafb5f7bff8b55187 [2023-09-04T07:58:40.976Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-09-04T07:58:40.976Z] Building wheel for psutil (pyproject.toml): started [2023-09-04T07:58:51.031Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2023-09-04T07:58:51.031Z] Created wheel for psutil: filename=psutil-5.9.5-cp310-abi3-linux_aarch64.whl size=274844 sha256=bc1bc9b787c082a1760ef80cc1335a36c27730f5dc4e8428cd375f9ed61b22ee [2023-09-04T07:58:51.031Z] Stored in directory: /root/.cache/pip/wheels/1f/3a/db/ba9717f3efd7f8da8910eca12dc9cd15d404035397af627e7c [2023-09-04T07:58:51.031Z] Building wheel for psycopg2 (setup.py): started [2023-09-04T07:59:58.865Z] Building wheel for psycopg2 (setup.py): still running... [2023-09-04T07:59:59.447Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-09-04T07:59:59.447Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470368 sha256=e33bb73c906692f46ae3524a534edb9edaafc16eb8d2c72a85d8d6a7e6462a68 [2023-09-04T07:59:59.447Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-09-04T07:59:59.447Z] Building wheel for flex (setup.py): started [2023-09-04T08:00:02.022Z] Building wheel for flex (setup.py): finished with status 'done' [2023-09-04T08:00:02.022Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=eed13cb55ed5c8c4c74116802cb1a7f09946a77035b846f821cf5a9c7d578a0d [2023-09-04T08:00:02.022Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-09-04T08:00:02.022Z] Building wheel for GenSON (setup.py): started [2023-09-04T08:00:03.526Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-09-04T08:00:03.526Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21270 sha256=ffb88b9ee1ac1e789eb331b317fbe5ca816b79ec991f3928ad1d2b533352435a [2023-09-04T08:00:03.526Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-09-04T08:00:03.526Z] Building wheel for PyYAML (pyproject.toml): started [2023-09-04T08:00:06.899Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2023-09-04T08:00:06.899Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_aarch64.whl size=45364 sha256=de43a7f51b9f18428b2be34365c442c8d770b4fbc892a7868b69ed5c75b025ac [2023-09-04T08:00:06.899Z] Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c [2023-09-04T08:00:07.166Z] Building wheel for strict-rfc3339 (setup.py): started [2023-09-04T08:00:08.563Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-09-04T08:00:08.563Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=8dbc9e42ea6dfcee7cade6bbc086bf3631605d1a41aa6a4c8ebc78823c51a7c7 [2023-09-04T08:00:08.563Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-09-04T08:00:08.563Z] Building wheel for validate-email (setup.py): started [2023-09-04T08:00:10.496Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-09-04T08:00:10.496Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=59c92c584f2ba765d1110df965b45609ea38b633a01cea621c8a1033d4305b81 [2023-09-04T08:00:10.496Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-09-04T08:00:10.496Z] Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email [2023-09-04T08:00:13.061Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2023-09-04T08:01:20.878Z] Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.3 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.3 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.16.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.6.0 referencing-0.30.2 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.10.0 selenium-4.12.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.2 wsproto-1.2.0 [2023-09-04T08:01:20.878Z] 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 [2023-09-04T08:02:07.690Z] Removing intermediate container ce33e71a3056 [2023-09-04T08:02:07.690Z] ---> 00da6b802896 [2023-09-04T08:02:07.690Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-09-04T08:02:07.690Z] ---> Running in 4a933380edaa [2023-09-04T08:02:07.690Z] Removing intermediate container 4a933380edaa [2023-09-04T08:02:07.690Z] ---> 77c92e588524 [2023-09-04T08:02:07.690Z] Step 11/13 : LABEL arch=arm64 [2023-09-04T08:02:07.690Z] ---> Running in 5520b8d53c28 [2023-09-04T08:02:07.690Z] Removing intermediate container 5520b8d53c28 [2023-09-04T08:02:07.690Z] ---> 0957665e3f61 [2023-09-04T08:02:07.690Z] Step 12/13 : LABEL git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T08:02:07.690Z] ---> Running in 9ec453485b2f [2023-09-04T08:02:07.690Z] Removing intermediate container 9ec453485b2f [2023-09-04T08:02:07.690Z] ---> 374b9d21149d [2023-09-04T08:02:07.690Z] Step 13/13 : LABEL version=0.0.2-dev.34 [2023-09-04T08:02:07.690Z] ---> Running in 3a09949b11e4 [2023-09-04T08:02:07.690Z] Removing intermediate container 3a09949b11e4 [2023-09-04T08:02:07.690Z] ---> 09d26ee72783 [2023-09-04T08:02:07.690Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-04T08:02:07.690Z] Successfully built 09d26ee72783 [2023-09-04T08:02:07.690Z] Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-09-04T08:02:07.799Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2023-09-04T08:02:07.799Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T08:02:07.799Z] latest [2023-09-04T08:02:07.799Z] 0.0.2-dev.34 [2023-09-04T08:02:07.799Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T08:02:07.799Z] main [2023-09-04T08:02:07.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:02:08.134Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:02:08.458Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T08:02:08.458Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-09-04T08:02:08.458Z] 3243573ff6f4: Preparing [2023-09-04T08:02:08.458Z] 2f20616416e6: Preparing [2023-09-04T08:02:08.458Z] fd314186242f: Preparing [2023-09-04T08:02:08.458Z] b483b3106927: Preparing [2023-09-04T08:02:08.458Z] 740df91ae788: Preparing [2023-09-04T08:02:08.458Z] 5bf92d2fc2cf: Preparing [2023-09-04T08:02:08.458Z] 5bf92d2fc2cf: Waiting [2023-09-04T08:02:08.723Z] b483b3106927: Pushed [2023-09-04T08:02:08.723Z] 2f20616416e6: Pushed [2023-09-04T08:02:08.723Z] fd314186242f: Pushed [2023-09-04T08:02:08.723Z] 740df91ae788: Pushed [2023-09-04T08:02:11.290Z] 5bf92d2fc2cf: Layer already exists [2023-09-04T08:06:03.002Z] 3243573ff6f4: Pushed [2023-09-04T08:06:03.003Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:03.337Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:03.666Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-09-04T08:06:03.666Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-09-04T08:06:03.666Z] 3243573ff6f4: Preparing [2023-09-04T08:06:03.666Z] 2f20616416e6: Preparing [2023-09-04T08:06:03.666Z] fd314186242f: Preparing [2023-09-04T08:06:03.666Z] b483b3106927: Preparing [2023-09-04T08:06:03.666Z] 740df91ae788: Preparing [2023-09-04T08:06:03.666Z] 5bf92d2fc2cf: Preparing [2023-09-04T08:06:03.666Z] 5bf92d2fc2cf: Waiting [2023-09-04T08:06:03.667Z] b483b3106927: Layer already exists [2023-09-04T08:06:03.667Z] 3243573ff6f4: Layer already exists [2023-09-04T08:06:03.667Z] 2f20616416e6: Layer already exists [2023-09-04T08:06:03.667Z] 740df91ae788: Layer already exists [2023-09-04T08:06:03.667Z] fd314186242f: Layer already exists [2023-09-04T08:06:03.667Z] 5bf92d2fc2cf: Layer already exists [2023-09-04T08:06:03.931Z] latest: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:04.271Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:04.605Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 [2023-09-04T08:06:04.606Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-09-04T08:06:04.606Z] 3243573ff6f4: Preparing [2023-09-04T08:06:04.606Z] 2f20616416e6: Preparing [2023-09-04T08:06:04.606Z] fd314186242f: Preparing [2023-09-04T08:06:04.606Z] b483b3106927: Preparing [2023-09-04T08:06:04.606Z] 740df91ae788: Preparing [2023-09-04T08:06:04.606Z] 5bf92d2fc2cf: Preparing [2023-09-04T08:06:04.606Z] 5bf92d2fc2cf: Waiting [2023-09-04T08:06:04.606Z] 2f20616416e6: Layer already exists [2023-09-04T08:06:04.606Z] 3243573ff6f4: Layer already exists [2023-09-04T08:06:04.606Z] fd314186242f: Layer already exists [2023-09-04T08:06:04.606Z] b483b3106927: Layer already exists [2023-09-04T08:06:04.606Z] 740df91ae788: Layer already exists [2023-09-04T08:06:04.606Z] 5bf92d2fc2cf: Layer already exists [2023-09-04T08:06:04.606Z] 0.0.2-dev.34: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:04.939Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:05.265Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T08:06:05.266Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-09-04T08:06:05.266Z] 3243573ff6f4: Preparing [2023-09-04T08:06:05.266Z] 2f20616416e6: Preparing [2023-09-04T08:06:05.266Z] fd314186242f: Preparing [2023-09-04T08:06:05.266Z] b483b3106927: Preparing [2023-09-04T08:06:05.266Z] 740df91ae788: Preparing [2023-09-04T08:06:05.266Z] 5bf92d2fc2cf: Preparing [2023-09-04T08:06:05.266Z] 5bf92d2fc2cf: Waiting [2023-09-04T08:06:05.266Z] 740df91ae788: Layer already exists [2023-09-04T08:06:05.266Z] fd314186242f: Layer already exists [2023-09-04T08:06:05.266Z] b483b3106927: Layer already exists [2023-09-04T08:06:05.266Z] 2f20616416e6: Layer already exists [2023-09-04T08:06:05.266Z] 3243573ff6f4: Layer already exists [2023-09-04T08:06:05.266Z] 5bf92d2fc2cf: Layer already exists [2023-09-04T08:06:05.266Z] f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:05.865Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:06.195Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2023-09-04T08:06:06.195Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-09-04T08:06:06.459Z] 3243573ff6f4: Preparing [2023-09-04T08:06:06.459Z] 2f20616416e6: Preparing [2023-09-04T08:06:06.459Z] fd314186242f: Preparing [2023-09-04T08:06:06.459Z] b483b3106927: Preparing [2023-09-04T08:06:06.459Z] 740df91ae788: Preparing [2023-09-04T08:06:06.459Z] 5bf92d2fc2cf: Preparing [2023-09-04T08:06:06.459Z] 5bf92d2fc2cf: Waiting [2023-09-04T08:06:06.459Z] 3243573ff6f4: Layer already exists [2023-09-04T08:06:06.459Z] 740df91ae788: Layer already exists [2023-09-04T08:06:06.459Z] 2f20616416e6: Layer already exists [2023-09-04T08:06:06.459Z] fd314186242f: Layer already exists [2023-09-04T08:06:06.459Z] b483b3106927: Layer already exists [2023-09-04T08:06:06.459Z] 5bf92d2fc2cf: Layer already exists [2023-09-04T08:06:06.459Z] main: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-04T08:06:06.507Z] ===================================================== [Pipeline] echo [2023-09-04T08:06:06.515Z] taggedImages: [2023-09-04T08:06:06.515Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [2023-09-04T08:06:06.515Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-09-04T08:06:06.515Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 [2023-09-04T08:06:06.515Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [2023-09-04T08:06:06.515Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [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 [2023-09-04T08:06:06.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-04T08:06:06.878Z] [2023-09-04T08:06:06.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:07.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-04T08:06:07.204Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-04T08:06:07.204Z] 8998bd30e6a1: Pulling fs layer [2023-09-04T08:06:07.204Z] 04944245beec: Pulling fs layer [2023-09-04T08:06:07.204Z] 699f458cf7ca: Pulling fs layer [2023-09-04T08:06:07.204Z] 765212b225bb: Pulling fs layer [2023-09-04T08:06:07.204Z] f23df028b6ca: Pulling fs layer [2023-09-04T08:06:07.204Z] d65c8cfc05b1: Pulling fs layer [2023-09-04T08:06:07.204Z] 2437ff75d9bd: Pulling fs layer [2023-09-04T08:06:07.204Z] 765212b225bb: Waiting [2023-09-04T08:06:07.204Z] f23df028b6ca: Waiting [2023-09-04T08:06:07.469Z] 04944245beec: Verifying Checksum [2023-09-04T08:06:07.469Z] 04944245beec: Download complete [2023-09-04T08:06:07.469Z] 765212b225bb: Verifying Checksum [2023-09-04T08:06:07.469Z] 765212b225bb: Download complete [2023-09-04T08:06:07.469Z] f23df028b6ca: Download complete [2023-09-04T08:06:07.469Z] d65c8cfc05b1: Verifying Checksum [2023-09-04T08:06:07.469Z] d65c8cfc05b1: Download complete [2023-09-04T08:06:07.469Z] 699f458cf7ca: Verifying Checksum [2023-09-04T08:06:07.469Z] 699f458cf7ca: Download complete [2023-09-04T08:06:08.052Z] 8998bd30e6a1: Verifying Checksum [2023-09-04T08:06:08.052Z] 8998bd30e6a1: Download complete [2023-09-04T08:06:10.623Z] 2437ff75d9bd: Verifying Checksum [2023-09-04T08:06:10.623Z] 2437ff75d9bd: Download complete [2023-09-04T08:06:12.026Z] 8998bd30e6a1: Pull complete [2023-09-04T08:06:12.294Z] 04944245beec: Pull complete [2023-09-04T08:06:17.624Z] 699f458cf7ca: Pull complete [2023-09-04T08:06:17.624Z] 765212b225bb: Pull complete [2023-09-04T08:06:18.205Z] f23df028b6ca: Pull complete [2023-09-04T08:06:18.206Z] d65c8cfc05b1: Pull complete [2023-09-04T08:06:33.185Z] 2437ff75d9bd: Pull complete [2023-09-04T08:06:33.185Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-04T08:06:33.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-04T08:06:33.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:06:33.367Z] prd-ubuntu20.04-docker-arm64-4c-16g-5246 does not seem to be running inside a container [2023-09-04T08:06:33.414Z] $ 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/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-04T08:06:35.920Z] $ docker top 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:06:36.436Z] ---> job-cost.sh [2023-09-04T08:06:36.702Z] lf-activate-venv: SKIPPING [2023-09-04T08:06:36.702Z] INFO: No Stack... [2023-09-04T08:06:37.281Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-04T08:06:37.860Z] INFO: Archiving Costs [Pipeline] sh [2023-09-04T08:06:38.492Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2023-09-04T08:06:38.492Z] + cut -d, -f6 [Pipeline] lock [2023-09-04T08:06:38.525Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [2023-09-04T08:06:38.531Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] did not exist. Created. [2023-09-04T08:06:38.532Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-04T08:06:38.865Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-4dcffa3d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-04T08:06:39.194Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-04T08:06:39.215Z] Warning: overwriting stash ‘stack-cost’ [2023-09-04T08:06:39.584Z] Stashed 1 file(s) [Pipeline] } [2023-09-04T08:06:39.591Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-04T08:06:39.593Z] $ docker stop --time=1 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e [2023-09-04T08:06:41.068Z] $ docker rm -f --volumes 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-09-04T08:06:41.687Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-04T08:06:41.687Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:41.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T08:06:41.983Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:06:42.051Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T08:06:42.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-04T08:06:42.392Z] $ docker top ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 -eo pid,comm [2023-09-04T08:06:42.448Z] 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). [2023-09-04T08:06:42.448Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-04T08:06:42.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-04T08:06:42.486Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-04T08:06:42.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-04T08:06:42.593Z] $ docker exec ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 ssh-agent [2023-09-04T08:06:42.706Z] SSH_AUTH_SOCK=/tmp/ssh-2i8hfzHB5xsb/agent.31 [2023-09-04T08:06:42.706Z] SSH_AGENT_PID=36 [2023-09-04T08:06:42.712Z] Running ssh-add (command line suppressed) [2023-09-04T08:06:42.803Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8967585106368904767.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8967585106368904767.key) [2023-09-04T08:06:42.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-04T08:06:43.109Z] + git semver tag [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,285 [run_tag] DEBUG tag force:False [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,285 [check_head_tag] DEBUG check head tag [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,286 [execute] INFO git cat-file --batch-check [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,291 [execute] INFO git cat-file --batch [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,306 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,306 [execute] INFO git tag -a v0.0.2-dev.34 -m v0.0.2-dev.34 [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,306 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.34', '-m', 'v0.0.2-dev.34'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-09-04T08:06:43.369Z] 2023-09-04 08:06:43,311 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:06:43.369Z] 0.0.2-dev.34 [Pipeline] } [2023-09-04T08:06:43.373Z] $ docker exec --env ******** --env ******** ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 ssh-agent -k [2023-09-04T08:06:43.471Z] unset SSH_AUTH_SOCK; [2023-09-04T08:06:43.472Z] unset SSH_AGENT_PID; [2023-09-04T08:06:43.472Z] echo Agent pid 36 killed; [2023-09-04T08:06:43.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-04T08:06:43.781Z] + git semver [Pipeline] } [2023-09-04T08:06:44.049Z] $ docker stop --time=1 ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 [2023-09-04T08:06:45.328Z] $ docker rm -f --volumes ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:45.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-04T08:06:45.733Z] [2023-09-04T08:06:45.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:06:46.037Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-04T08:06:46.037Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-09-04T08:06:46.037Z] ab5ef0e58194: Pulling fs layer [2023-09-04T08:06:46.037Z] 9712f1f96733: Pulling fs layer [2023-09-04T08:06:46.037Z] 63f879dbbcfc: Pulling fs layer [2023-09-04T08:06:46.037Z] 0d9ebad4ef96: Pulling fs layer [2023-09-04T08:06:46.037Z] e9a5061849ea: Pulling fs layer [2023-09-04T08:06:46.037Z] d747dcd14b5f: Pulling fs layer [2023-09-04T08:06:46.037Z] 2de7ff778b66: Pulling fs layer [2023-09-04T08:06:46.037Z] e9a5061849ea: Waiting [2023-09-04T08:06:46.037Z] d747dcd14b5f: Waiting [2023-09-04T08:06:46.037Z] 2de7ff778b66: Waiting [2023-09-04T08:06:46.037Z] 0d9ebad4ef96: Waiting [2023-09-04T08:06:46.037Z] 9712f1f96733: Verifying Checksum [2023-09-04T08:06:46.037Z] 9712f1f96733: Download complete [2023-09-04T08:06:46.297Z] 63f879dbbcfc: Verifying Checksum [2023-09-04T08:06:46.297Z] 63f879dbbcfc: Download complete [2023-09-04T08:06:46.555Z] e9a5061849ea: Verifying Checksum [2023-09-04T08:06:46.555Z] e9a5061849ea: Download complete [2023-09-04T08:06:46.555Z] d747dcd14b5f: Verifying Checksum [2023-09-04T08:06:46.555Z] d747dcd14b5f: Download complete [2023-09-04T08:06:46.555Z] 0d9ebad4ef96: Verifying Checksum [2023-09-04T08:06:46.555Z] 0d9ebad4ef96: Download complete [2023-09-04T08:06:46.555Z] ab5ef0e58194: Verifying Checksum [2023-09-04T08:06:46.555Z] ab5ef0e58194: Download complete [2023-09-04T08:06:46.813Z] 2de7ff778b66: Verifying Checksum [2023-09-04T08:06:46.813Z] 2de7ff778b66: Download complete [2023-09-04T08:06:49.340Z] ab5ef0e58194: Pull complete [2023-09-04T08:06:49.340Z] 9712f1f96733: Pull complete [2023-09-04T08:06:49.906Z] 63f879dbbcfc: Pull complete [2023-09-04T08:06:53.187Z] 0d9ebad4ef96: Pull complete [2023-09-04T08:06:53.187Z] e9a5061849ea: Pull complete [2023-09-04T08:06:53.187Z] d747dcd14b5f: Pull complete [2023-09-04T08:06:54.559Z] 2de7ff778b66: Pull complete [2023-09-04T08:06:54.559Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-09-04T08:06:54.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-04T08:06:54.559Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:06:54.632Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T08:06:54.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-09-04T08:07:03.645Z] $ docker top 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-09-04T08:07:03.715Z] provisioning config files... [2023-09-04T08:07:03.722Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config349895255626658675tmp [2023-09-04T08:07:03.730Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13966543002522690188tmp [2023-09-04T08:07:03.739Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3148713500453811793tmp [Pipeline] { [Pipeline] echo [2023-09-04T08:07:03.752Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:04.036Z] ---> sigul-configuration.sh [2023-09-04T08:07:04.036Z] gpg: directory `/root/.gnupg' created [2023-09-04T08:07:04.036Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-09-04T08:07:04.036Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-09-04T08:07:04.036Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-09-04T08:07:04.036Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-09-04T08:07:04.036Z] gpg: CAST5 encrypted data [2023-09-04T08:07:04.036Z] gpg: encrypted with 1 passphrase [2023-09-04T08:07:04.036Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-09-04T08:07:04.330Z] + mkdir /home/jenkins [2023-09-04T08:07:04.330Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-09-04T08:07:04.628Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-09-04T08:07:04.637Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:04.920Z] ---> sigul-install.sh [2023-09-04T08:07:04.920Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-09-04T08:07:05.203Z] + git tag --list [2023-09-04T08:07:05.203Z] v0.0.1 [2023-09-04T08:07:05.203Z] v0.0.2-dev.1 [2023-09-04T08:07:05.203Z] v0.0.2-dev.10 [2023-09-04T08:07:05.203Z] v0.0.2-dev.11 [2023-09-04T08:07:05.203Z] v0.0.2-dev.12 [2023-09-04T08:07:05.203Z] v0.0.2-dev.13 [2023-09-04T08:07:05.203Z] v0.0.2-dev.14 [2023-09-04T08:07:05.203Z] v0.0.2-dev.15 [2023-09-04T08:07:05.203Z] v0.0.2-dev.16 [2023-09-04T08:07:05.203Z] v0.0.2-dev.17 [2023-09-04T08:07:05.203Z] v0.0.2-dev.18 [2023-09-04T08:07:05.203Z] v0.0.2-dev.19 [2023-09-04T08:07:05.203Z] v0.0.2-dev.2 [2023-09-04T08:07:05.203Z] v0.0.2-dev.20 [2023-09-04T08:07:05.203Z] v0.0.2-dev.21 [2023-09-04T08:07:05.203Z] v0.0.2-dev.22 [2023-09-04T08:07:05.203Z] v0.0.2-dev.23 [2023-09-04T08:07:05.203Z] v0.0.2-dev.24 [2023-09-04T08:07:05.203Z] v0.0.2-dev.25 [2023-09-04T08:07:05.203Z] v0.0.2-dev.26 [2023-09-04T08:07:05.203Z] v0.0.2-dev.27 [2023-09-04T08:07:05.203Z] v0.0.2-dev.28 [2023-09-04T08:07:05.203Z] v0.0.2-dev.29 [2023-09-04T08:07:05.203Z] v0.0.2-dev.3 [2023-09-04T08:07:05.203Z] v0.0.2-dev.30 [2023-09-04T08:07:05.203Z] v0.0.2-dev.31 [2023-09-04T08:07:05.203Z] v0.0.2-dev.32 [2023-09-04T08:07:05.203Z] v0.0.2-dev.33 [2023-09-04T08:07:05.203Z] v0.0.2-dev.34 [2023-09-04T08:07:05.203Z] v0.0.2-dev.4 [2023-09-04T08:07:05.203Z] v0.0.2-dev.5 [2023-09-04T08:07:05.203Z] v0.0.2-dev.6 [2023-09-04T08:07:05.203Z] v0.0.2-dev.7 [2023-09-04T08:07:05.203Z] v0.0.2-dev.8 [2023-09-04T08:07:05.203Z] v0.0.2-dev.9 [Pipeline] sh [2023-09-04T08:07:05.491Z] + lftools sign git-tag v0.0.2-dev.34 [2023-09-04T08:07:06.058Z] Signing Git tag with Sigul... [2023-09-04T08:07:06.058Z] Signing v0.0.2-dev.34 [Pipeline] echo [2023-09-04T08:07:06.632Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:06.913Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-09-04T08:07:06.920Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-09-04T08:07:06.933Z] $ docker stop --time=1 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 [2023-09-04T08:07:08.218Z] $ docker rm -f --volumes 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-09-04T08:07:08.622Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-04T08:07:08.623Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:07:08.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T08:07:08.925Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:07:08.999Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T08:07:09.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-04T08:07:09.339Z] $ docker top 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc -eo pid,comm [2023-09-04T08:07:09.393Z] 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). [2023-09-04T08:07:09.393Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-04T08:07:09.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-04T08:07:09.426Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-04T08:07:09.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-04T08:07:09.520Z] $ docker exec 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc ssh-agent [2023-09-04T08:07:09.627Z] SSH_AUTH_SOCK=/tmp/ssh-jp49pHh3w0dX/agent.32 [2023-09-04T08:07:09.627Z] SSH_AGENT_PID=38 [2023-09-04T08:07:09.632Z] Running ssh-add (command line suppressed) [2023-09-04T08:07:09.726Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11159296541424024842.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11159296541424024842.key) [2023-09-04T08:07:09.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-04T08:07:10.036Z] + git semver bump pre [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [bump_version] DEBUG bumping version:0.0.2-dev.34 on axis:pre with prefix:dev [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [bump_version] DEBUG bumped version:0.0.2-dev.35 [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [write_version] DEBUG write version:0.0.2-dev.35 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,210 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,212 [execute] INFO git cat-file --batch-check [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,217 [execute] INFO git cat-file --batch [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,217 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-04T08:07:10.296Z] 2023-09-04 08:07:10,222 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:07:10.296Z] 0.0.2-dev.35 [Pipeline] } [2023-09-04T08:07:10.301Z] $ docker exec --env ******** --env ******** 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc ssh-agent -k [2023-09-04T08:07:10.400Z] unset SSH_AUTH_SOCK; [2023-09-04T08:07:10.400Z] unset SSH_AGENT_PID; [2023-09-04T08:07:10.401Z] echo Agent pid 38 killed; [2023-09-04T08:07:10.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-04T08:07:10.713Z] + git semver [Pipeline] } [2023-09-04T08:07:10.978Z] $ docker stop --time=1 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc [2023-09-04T08:07:12.194Z] $ docker rm -f --volumes 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-04T08:07:12.530Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-04T08:07:12.530Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:07:12.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-04T08:07:12.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:07:12.891Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T08:07:12.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-04T08:07:13.256Z] $ docker top b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 -eo pid,comm [2023-09-04T08:07:13.306Z] 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). [2023-09-04T08:07:13.306Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-04T08:07:13.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-04T08:07:13.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-04T08:07:13.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-04T08:07:13.442Z] $ docker exec b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 ssh-agent [2023-09-04T08:07:13.558Z] SSH_AUTH_SOCK=/tmp/ssh-lSp5FhHpv4mc/agent.34 [2023-09-04T08:07:13.558Z] SSH_AGENT_PID=40 [2023-09-04T08:07:13.563Z] Running ssh-add (command line suppressed) [2023-09-04T08:07:13.662Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18146009443476937404.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18146009443476937404.key) [2023-09-04T08:07:13.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-04T08:07:13.966Z] + git semver push [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,139 [run_push] DEBUG push [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,140 [execute] INFO git cat-file --batch-check [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,144 [execute] INFO git rev-list f78c91f7ae660e3bef7d80aded78da84e4561c01 -- [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,144 [execute] DEBUG Popen(['git', 'rev-list', 'f78c91f7ae660e3bef7d80aded78da84e4561c01', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,150 [execute] INFO git fetch -v origin [2023-09-04T08:07:14.225Z] 2023-09-04 08:07:14,150 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-09-04T08:07:14.791Z] 2023-09-04 08:07:14,727 [run_push] DEBUG no remote changes detected [2023-09-04T08:07:14.791Z] 2023-09-04 08:07:14,727 [execute] INFO git push origin semver [2023-09-04T08:07:14.791Z] 2023-09-04 08:07:14,727 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-04T08:07:15.728Z] 2023-09-04 08:07:15,410 [run_push] DEBUG push all version tags [2023-09-04T08:07:15.728Z] 2023-09-04 08:07:15,411 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-09-04T08:07:15.728Z] 2023-09-04 08:07:15,411 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-09-04T08:07:16.665Z] 2023-09-04 08:07:16,311 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-09-04T08:07:16.665Z] 0.0.2-dev.35 [Pipeline] } [2023-09-04T08:07:16.671Z] $ docker exec --env ******** --env ******** b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 ssh-agent -k [2023-09-04T08:07:16.773Z] unset SSH_AUTH_SOCK; [2023-09-04T08:07:16.773Z] unset SSH_AGENT_PID; [2023-09-04T08:07:16.773Z] echo Agent pid 40 killed; [2023-09-04T08:07:16.789Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-04T08:07:17.086Z] + git semver [Pipeline] } [2023-09-04T08:07:17.354Z] $ docker stop --time=1 b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 [2023-09-04T08:07:18.629Z] $ docker rm -f --volumes b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-04T08:07:19.090Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2023-09-04T08:07:19.090Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-09-04T08:07:19.090Z] total 16 [2023-09-04T08:07:19.090Z] drwxr-xr-x 3 root root 4096 Sep 4 07:29 . [2023-09-04T08:07:19.090Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 08:07 .. [2023-09-04T08:07:19.090Z] drwxr-xr-x 2 root root 4096 Sep 4 07:29 cost [2023-09-04T08:07:19.090Z] -rw-r--r-- 1 root root 87 Sep 4 07:29 cost.csv [2023-09-04T08:07:19.090Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-09-04T08:07:19.090Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-09-04T08:07:19.090Z] total 16 [2023-09-04T08:07:19.090Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 4 07:29 . [2023-09-04T08:07:19.090Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 08:07 .. [2023-09-04T08:07:19.090Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 4 07:29 cost [2023-09-04T08:07:19.090Z] -rw-r--r-- 1 jenkins jenkins 87 Sep 4 07:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:19.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:20.364Z] ---> package-listing.sh [2023-09-04T08:07:20.364Z] ++ facter osfamily [2023-09-04T08:07:20.364Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-04T08:07:20.640Z] + OS_FAMILY=debian [2023-09-04T08:07:20.640Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2023-09-04T08:07:20.640Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-04T08:07:20.640Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-04T08:07:20.640Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-04T08:07:20.640Z] + PACKAGES=/tmp/packages_start.txt [2023-09-04T08:07:20.641Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-09-04T08:07:20.641Z] + PACKAGES=/tmp/packages_end.txt [2023-09-04T08:07:20.641Z] + case "${OS_FAMILY}" in [2023-09-04T08:07:20.641Z] + dpkg -l [2023-09-04T08:07:20.641Z] + grep '^ii' [2023-09-04T08:07:20.641Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-04T08:07:20.641Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-04T08:07:20.641Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-04T08:07:20.641Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-09-04T08:07:20.641Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2023-09-04T08:07:20.641Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2023-09-04T08:07:20.663Z] 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-04T08:07:20.967Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-04T08:07:21.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-04T08:07:21.529Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-04T08:07:21.600Z] prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container [2023-09-04T08:07:21.627Z] $ 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/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-04T08:07:21.828Z] $ docker top 859fd332eca55f1a9910a0103e976a7cc8e08209dbcbc5a44a14d331d3ed4526 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-04T08:07:22.180Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-04T08:07:22.465Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-04T08:07:22.749Z] + ls /var/log/sa-host [2023-09-04T08:07:22.749Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-04T08:07:22.895Z] provisioning config files... [2023-09-04T08:07:22.902Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15164228559009627338tmp [Pipeline] { [Pipeline] echo [2023-09-04T08:07:22.912Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:23.194Z] ---> create-netrc.sh [Pipeline] } [2023-09-04T08:07:23.200Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:23.525Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-04T08:07:23.532Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:23.815Z] ---> sudo-logs.sh [2023-09-04T08:07:23.815Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-04T08:07:23.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:24.121Z] ---> job-cost.sh [2023-09-04T08:07:24.121Z] lf-activate-venv: SKIPPING [2023-09-04T08:07:24.121Z] DEBUG: total: 0.2199999988079071 [2023-09-04T08:07:24.121Z] INFO: Retrieving Stack Cost... [2023-09-04T08:07:24.379Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-04T08:07:24.946Z] INFO: Archiving Costs [Pipeline] echo [2023-09-04T08:07:24.956Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-04T08:07:25.240Z] ---> logs-deploy.sh [2023-09-04T08:07:25.240Z] lf-activate-venv: SKIPPING [2023-09-04T08:07:25.240Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/26 [2023-09-04T08:07:25.240Z] INFO: archiving workspace using pattern(s): [2023-09-04T08:07:26.177Z] Archives upload complete. [2023-09-04T08:07:26.177Z] INFO: archiving logs to Nexus