Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 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-ssh15902058581995085355.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3857996182642196283.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > 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-ssh11456763596293924281.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh16589600331041849120.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-ssh13744410046488013423.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2684 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 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 (main) Commit message: "Merge pull request #74 from edgexfoundry/dependabot/pip/paho-mqtt-1.6.1" > 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 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 # timeout=10 > git rev-list --no-walk 575d8c05758f85eff27acf58ec1382961a427cb7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-01T23:56:48.161Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-01T23:56:48.223Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-01T23:56:48.237Z] ========================================================= [2023-08-01T23:56:48.237Z] EdgeX Global Pipelines Version Info [2023-08-01T23:56:48.237Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-01T23:56:48.965Z] ------------------- [2023-08-01T23:56:48.965Z] stable info: [2023-08-01T23:56:48.965Z] ------------------- [2023-08-01T23:56:48.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-01T23:56:48.965Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-08-01T23:56:48.965Z] Message: update stable to v1.0.250 [2023-08-01T23:56:49.534Z] ------------------- [2023-08-01T23:56:49.534Z] experimental info: [2023-08-01T23:56:49.534Z] ------------------- [2023-08-01T23:56:49.534Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-01T23:56:49.534Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-08-01T23:56:49.534Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2023-08-01T23:56:49.714Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2023-08-01T23:56:49.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2023-08-01T23:56:49.742Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-01T23:56:49.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-01T23:56:49.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-01T23:56:49.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2023-08-01T23:56:49.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-01T23:56:49.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2023-08-01T23:56:49.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2023-08-01T23:56:49.816Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-01T23:56:49.825Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2023-08-01T23:56:49.834Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2023-08-01T23:56:49.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-01T23:56:49.855Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-01T23:56:49.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-01T23:56:49.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-01T23:56:49.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-01T23:56:49.900Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] echo [2023-08-01T23:56:49.914Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d263179 [Pipeline] echo [2023-08-01T23:56:49.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-01T23:56:49.966Z] provisioning config files... [2023-08-01T23:56:49.980Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config14621410405821002776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-01T23:56:50.283Z] ---> docker-login.sh [2023-08-01T23:56:50.283Z] nexus3.edgexfoundry.org:10001 [2023-08-01T23:56:50.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:56:50.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:56:50.805Z] Configure a credential helper to remove this warning. See [2023-08-01T23:56:50.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:56:50.805Z] [2023-08-01T23:56:50.805Z] Login Succeeded [2023-08-01T23:56:50.805Z] nexus3.edgexfoundry.org:10002 [2023-08-01T23:56:50.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:56:50.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:56:50.805Z] Configure a credential helper to remove this warning. See [2023-08-01T23:56:50.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:56:50.805Z] [2023-08-01T23:56:50.805Z] Login Succeeded [2023-08-01T23:56:50.805Z] nexus3.edgexfoundry.org:10003 [2023-08-01T23:56:50.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:56:51.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:56:51.064Z] Configure a credential helper to remove this warning. See [2023-08-01T23:56:51.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:56:51.064Z] [2023-08-01T23:56:51.064Z] Login Succeeded [2023-08-01T23:56:51.064Z] nexus3.edgexfoundry.org:10004 [2023-08-01T23:56:51.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:56:51.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:56:51.064Z] Configure a credential helper to remove this warning. See [2023-08-01T23:56:51.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:56:51.064Z] [2023-08-01T23:56:51.064Z] Login Succeeded [2023-08-01T23:56:51.064Z] docker.io [2023-08-01T23:56:51.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:56:51.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:56:51.324Z] Configure a credential helper to remove this warning. See [2023-08-01T23:56:51.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:56:51.324Z] [2023-08-01T23:56:51.324Z] Login Succeeded [2023-08-01T23:56:51.324Z] ---> docker-login.sh ends [Pipeline] } [2023-08-01T23:56:51.331Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-01T23:56:51.827Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-01T23:56:51.827Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-01T23:56:51.827Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-01T23:56:51.827Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-01T23:56:51.827Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-01T23:56:51.827Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-01T23:56:51.827Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-01T23:56:52.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-01T23:56:52.250Z] [2023-08-01T23:56:52.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-01T23:56:52.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-01T23:56:52.552Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-01T23:56:52.552Z] b85a868b505f: Pulling fs layer [2023-08-01T23:56:52.552Z] e2be974225ed: Pulling fs layer [2023-08-01T23:56:52.552Z] 339a4e72a1f5: Pulling fs layer [2023-08-01T23:56:52.552Z] 988bab9f4d93: Pulling fs layer [2023-08-01T23:56:52.552Z] 1469e6f7b9e6: Pulling fs layer [2023-08-01T23:56:52.552Z] eaf3925da568: Pulling fs layer [2023-08-01T23:56:52.552Z] bab4dde63d76: Pulling fs layer [2023-08-01T23:56:52.552Z] bde34c3a00c8: Pulling fs layer [2023-08-01T23:56:52.552Z] b352a97aabf1: Pulling fs layer [2023-08-01T23:56:52.552Z] 4872d77fe225: Pulling fs layer [2023-08-01T23:56:52.552Z] 5851b861e8e6: Pulling fs layer [2023-08-01T23:56:52.552Z] b352a97aabf1: Waiting [2023-08-01T23:56:52.552Z] 988bab9f4d93: Waiting [2023-08-01T23:56:52.552Z] eaf3925da568: Waiting [2023-08-01T23:56:52.552Z] bab4dde63d76: Waiting [2023-08-01T23:56:52.552Z] 5851b861e8e6: Waiting [2023-08-01T23:56:52.552Z] bde34c3a00c8: Waiting [2023-08-01T23:56:52.552Z] 4872d77fe225: Waiting [2023-08-01T23:56:52.552Z] 1469e6f7b9e6: Waiting [2023-08-01T23:56:52.552Z] e2be974225ed: Download complete [2023-08-01T23:56:52.552Z] 988bab9f4d93: Download complete [2023-08-01T23:56:52.811Z] 1469e6f7b9e6: Download complete [2023-08-01T23:56:52.811Z] 339a4e72a1f5: Verifying Checksum [2023-08-01T23:56:52.811Z] 339a4e72a1f5: Download complete [2023-08-01T23:56:52.811Z] eaf3925da568: Verifying Checksum [2023-08-01T23:56:52.811Z] eaf3925da568: Download complete [2023-08-01T23:56:52.811Z] bde34c3a00c8: Download complete [2023-08-01T23:56:52.811Z] b352a97aabf1: Verifying Checksum [2023-08-01T23:56:52.811Z] b352a97aabf1: Download complete [2023-08-01T23:56:52.811Z] 4872d77fe225: Verifying Checksum [2023-08-01T23:56:52.811Z] 4872d77fe225: Download complete [2023-08-01T23:56:52.811Z] 5851b861e8e6: Verifying Checksum [2023-08-01T23:56:52.811Z] 5851b861e8e6: Download complete [2023-08-01T23:56:52.811Z] b85a868b505f: Verifying Checksum [2023-08-01T23:56:52.811Z] b85a868b505f: Download complete [2023-08-01T23:56:53.070Z] bab4dde63d76: Verifying Checksum [2023-08-01T23:56:53.070Z] bab4dde63d76: Download complete [2023-08-01T23:56:54.005Z] b85a868b505f: Pull complete [2023-08-01T23:56:54.264Z] e2be974225ed: Pull complete [2023-08-01T23:56:54.524Z] 339a4e72a1f5: Pull complete [2023-08-01T23:56:54.784Z] 988bab9f4d93: Pull complete [2023-08-01T23:56:55.044Z] 1469e6f7b9e6: Pull complete [2023-08-01T23:56:55.044Z] eaf3925da568: Pull complete [2023-08-01T23:56:56.951Z] bab4dde63d76: Pull complete [2023-08-01T23:56:56.951Z] bde34c3a00c8: Pull complete [2023-08-01T23:56:56.951Z] b352a97aabf1: Pull complete [2023-08-01T23:56:57.210Z] 4872d77fe225: Pull complete [2023-08-01T23:56:57.210Z] 5851b861e8e6: Pull complete [2023-08-01T23:56:57.210Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-01T23:56:57.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-01T23:56:57.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-01T23:56:57.330Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-01T23:56:57.377Z] $ 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-08-01T23:57:00.036Z] $ docker top 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 -eo pid,comm [2023-08-01T23:57:00.159Z] 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-08-01T23:57:00.159Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-01T23:57:00.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-01T23:57:00.188Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-01T23:57:00.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-01T23:57:00.315Z] $ docker exec 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent [2023-08-01T23:57:00.447Z] SSH_AUTH_SOCK=/tmp/ssh-bTMVzTJM2X2O/agent.33 [2023-08-01T23:57:00.447Z] SSH_AGENT_PID=39 [2023-08-01T23:57:00.454Z] Running ssh-add (command line suppressed) [2023-08-01T23:57:00.571Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_996790804081004250.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_996790804081004250.key) [2023-08-01T23:57:00.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-01T23:57:00.868Z] + git tag --points-at HEAD [Pipeline] } [2023-08-01T23:57:00.907Z] $ docker exec --env ******** --env ******** 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent -k [2023-08-01T23:57:01.009Z] unset SSH_AUTH_SOCK; [2023-08-01T23:57:01.009Z] unset SSH_AGENT_PID; [2023-08-01T23:57:01.009Z] echo Agent pid 39 killed; [2023-08-01T23:57:01.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-01T23:57:01.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-01T23:57:01.036Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-01T23:57:01.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-01T23:57:01.153Z] $ docker exec 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent [2023-08-01T23:57:01.262Z] SSH_AUTH_SOCK=/tmp/ssh-HqGoKB2jnESI/agent.71 [2023-08-01T23:57:01.262Z] SSH_AGENT_PID=77 [2023-08-01T23:57:01.266Z] Running ssh-add (command line suppressed) [2023-08-01T23:57:01.379Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7686239376166519300.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7686239376166519300.key) [2023-08-01T23:57:01.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-01T23:57:01.671Z] + git semver init [2023-08-01T23:57:01.933Z] 2023-08-01 23:57:01,848 [run_init] DEBUG init version:0.0.0 force:False [2023-08-01T23:57:01.933Z] 2023-08-01 23:57:01,849 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-08-01T23:57:01.933Z] 2023-08-01 23:57:01,849 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2023-08-01T23:57:01.933Z] 2023-08-01 23:57:01,850 [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-08-01T23:57:02.869Z] 2023-08-01 23:57:02,517 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2023-08-01T23:57:02.869Z] 2023-08-01 23:57:02,518 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2023-08-01T23:57:02.869Z] 2023-08-01 23:57:02,518 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-01T23:57:02.869Z] 2023-08-01 23:57:02,518 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-01T23:57:02.869Z] 0.0.2-dev.31 [Pipeline] } [2023-08-01T23:57:02.882Z] $ docker exec --env ******** --env ******** 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent -k [2023-08-01T23:57:02.982Z] unset SSH_AUTH_SOCK; [2023-08-01T23:57:02.982Z] unset SSH_AGENT_PID; [2023-08-01T23:57:02.983Z] echo Agent pid 77 killed; [2023-08-01T23:57:02.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-01T23:57:03.292Z] + git semver [Pipeline] } [2023-08-01T23:57:03.569Z] $ docker stop --time=1 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 [2023-08-01T23:57:04.880Z] $ docker rm -f --volumes 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-01T23:57:05.212Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-01T23:57:05.386Z] Stashed 1 file(s) [Pipeline] echo [2023-08-01T23:57:05.388Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.31 [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-08-01T23:57:05.532Z] provisioning config files... [2023-08-01T23:57:05.540Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10858907902405301958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-01T23:57:05.837Z] ---> docker-login.sh [2023-08-01T23:57:05.837Z] nexus3.edgexfoundry.org:10001 [2023-08-01T23:57:05.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:57:05.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:57:05.837Z] Configure a credential helper to remove this warning. See [2023-08-01T23:57:05.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:57:05.837Z] [2023-08-01T23:57:05.837Z] Login Succeeded [2023-08-01T23:57:05.837Z] nexus3.edgexfoundry.org:10002 [2023-08-01T23:57:05.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:57:05.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:57:05.837Z] Configure a credential helper to remove this warning. See [2023-08-01T23:57:05.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:57:05.837Z] [2023-08-01T23:57:05.837Z] Login Succeeded [2023-08-01T23:57:05.837Z] nexus3.edgexfoundry.org:10003 [2023-08-01T23:57:06.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:57:06.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:57:06.096Z] Configure a credential helper to remove this warning. See [2023-08-01T23:57:06.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:57:06.096Z] [2023-08-01T23:57:06.096Z] Login Succeeded [2023-08-01T23:57:06.096Z] nexus3.edgexfoundry.org:10004 [2023-08-01T23:57:06.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:57:06.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:57:06.096Z] Configure a credential helper to remove this warning. See [2023-08-01T23:57:06.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:57:06.096Z] [2023-08-01T23:57:06.096Z] Login Succeeded [2023-08-01T23:57:06.096Z] docker.io [2023-08-01T23:57:06.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:57:06.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:57:06.355Z] Configure a credential helper to remove this warning. See [2023-08-01T23:57:06.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:57:06.355Z] [2023-08-01T23:57:06.355Z] Login Succeeded [2023-08-01T23:57:06.355Z] ---> docker-login.sh ends [Pipeline] } [2023-08-01T23:57:06.363Z] 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-08-01T23:57:06.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-01T23:57:07.282Z] + ls -al . [2023-08-01T23:57:07.282Z] total 72 [2023-08-01T23:57:07.282Z] drwxrwxr-x 7 jenkins jenkins 4096 Aug 1 23:57 . [2023-08-01T23:57:07.282Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:56 .. [2023-08-01T23:57:07.282Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 23:57 .git [2023-08-01T23:57:07.282Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 23:56 .github [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 1 23:56 .gitignore [2023-08-01T23:57:07.282Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 23:57 .semver [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 1575 Aug 1 23:56 Dockerfile [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 1 23:56 Jenkinsfile [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 1 23:56 LICENSE [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 1 23:56 README.md [2023-08-01T23:57:07.282Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:56 TAF-Manager [2023-08-01T23:57:07.282Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:56 TUC [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 1 23:57 VERSION [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 342 Aug 1 23:56 requirements.txt [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 1 23:56 robot-entrypoint.sh [2023-08-01T23:57:07.282Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 1 23:56 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-01T23:57:07.584Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 --label arch=amd64 --label version=0.0.2-dev.31 . [2023-08-01T23:57:07.585Z] Sending build context to Docker daemon 495.6kB [2023-08-01T23:57:07.585Z] Step 1/13 : FROM alpine:3.16 [2023-08-01T23:57:07.843Z] 3.16: Pulling from library/alpine [2023-08-01T23:57:08.102Z] c1d6d1b2d5a3: Pulling fs layer [2023-08-01T23:57:08.103Z] c1d6d1b2d5a3: Verifying Checksum [2023-08-01T23:57:08.103Z] c1d6d1b2d5a3: Download complete [2023-08-01T23:57:08.361Z] c1d6d1b2d5a3: Pull complete [2023-08-01T23:57:08.361Z] Digest: sha256:cbe5d5973103a2d03408d1689a6efde4ea4920bde9f4b51fe7872e60ce2d8e56 [2023-08-01T23:57:08.361Z] Status: Downloaded newer image for alpine:3.16 [2023-08-01T23:57:08.361Z] ---> 5cb2da5c2391 [2023-08-01T23:57:08.361Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-08-01T23:57:08.361Z] ---> Running in c23a5a4c8bf5 [2023-08-01T23:57:08.620Z] Removing intermediate container c23a5a4c8bf5 [2023-08-01T23:57:08.620Z] ---> 30d6f4dcf67e [2023-08-01T23:57:08.620Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2023-08-01T23:57:08.620Z] ---> Running in c294cccb64ad [2023-08-01T23:57:08.620Z] Removing intermediate container c294cccb64ad [2023-08-01T23:57:08.620Z] ---> 5ffc74117bb7 [2023-08-01T23:57:08.620Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2023-08-01T23:57:08.879Z] ---> c31afb611b86 [2023-08-01T23:57:08.879Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-08-01T23:57:08.879Z] ---> 73238d57e77b [2023-08-01T23:57:08.879Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2023-08-01T23:57:09.138Z] ---> 5a3dd999c9e4 [2023-08-01T23:57:09.138Z] Step 7/13 : WORKDIR /edgex-taf [2023-08-01T23:57:09.138Z] ---> Running in b536987c3fa2 [2023-08-01T23:57:09.138Z] Removing intermediate container b536987c3fa2 [2023-08-01T23:57:09.138Z] ---> 292caa47e1b3 [2023-08-01T23:57:09.138Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-08-01T23:57:09.138Z] ---> Running in a18c0af98729 [2023-08-01T23:57:09.706Z] Removing intermediate container a18c0af98729 [2023-08-01T23:57:09.706Z] ---> 58d7df2de688 [2023-08-01T23:57:09.706Z] 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-08-01T23:57:09.706Z] ---> Running in 76b5ad792324 [2023-08-01T23:57:09.966Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:10.907Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:11.476Z] (1/2) Upgrading libcrypto1.1 (1.1.1u-r1 -> 1.1.1u-r2) [2023-08-01T23:57:12.046Z] (2/2) Upgrading libssl1.1 (1.1.1u-r1 -> 1.1.1u-r2) [2023-08-01T23:57:12.305Z] OK: 6 MiB in 14 packages [2023-08-01T23:57:12.565Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:12.823Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:13.387Z] (1/9) Installing ca-certificates (20230506-r0) [2023-08-01T23:57:13.954Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-08-01T23:57:14.214Z] (3/9) Installing nghttp2-libs (1.47.0-r1) [2023-08-01T23:57:14.783Z] (4/9) Installing libcurl (8.2.1-r0) [2023-08-01T23:57:15.042Z] (5/9) Installing curl (8.2.1-r0) [2023-08-01T23:57:15.613Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-08-01T23:57:16.182Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-08-01T23:57:16.752Z] (8/9) Installing jq (1.6-r1) [2023-08-01T23:57:17.010Z] (9/9) Installing openssl (1.1.1u-r2) [2023-08-01T23:57:17.578Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:57:17.578Z] Executing ca-certificates-20230506-r0.trigger [2023-08-01T23:57:17.578Z] OK: 52 MiB in 23 packages [2023-08-01T23:57:17.578Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:18.146Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:57:18.715Z] (1/137) Installing libmagic (5.41-r0) [2023-08-01T23:57:19.287Z] (2/137) Installing file (5.41-r0) [2023-08-01T23:57:19.287Z] (3/137) Installing libxau (1.0.9-r0) [2023-08-01T23:57:19.546Z] (4/137) Installing libxdmcp (1.1.3-r0) [2023-08-01T23:57:19.805Z] (5/137) Installing libxcb (1.15-r0) [2023-08-01T23:57:20.373Z] (6/137) Installing libx11 (1.8-r1) [2023-08-01T23:57:20.475Z] Still waiting to schedule task [2023-08-01T23:57:20.476Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-01T23:57:20.942Z] (7/137) Installing libxext (1.3.4-r0) [2023-08-01T23:57:21.202Z] (8/137) Installing libice (1.0.10-r0) [2023-08-01T23:57:21.461Z] (9/137) Installing libuuid (2.38-r1) [2023-08-01T23:57:21.722Z] (10/137) Installing libsm (1.2.3-r0) [2023-08-01T23:57:21.991Z] (11/137) Installing libxt (1.2.1-r0) [2023-08-01T23:57:22.559Z] (12/137) Installing libxmu (1.1.3-r0) [2023-08-01T23:57:22.818Z] (13/137) Installing xset (1.2.4-r0) [2023-08-01T23:57:23.077Z] (14/137) Installing xprop (1.2.5-r0) [2023-08-01T23:57:23.335Z] (15/137) Installing xdg-utils (1.1.3-r3) [2023-08-01T23:57:23.594Z] (16/137) Installing eudev-libs (3.2.11-r0) [2023-08-01T23:57:24.162Z] (17/137) Installing pkgconf (1.8.1-r0) [2023-08-01T23:57:24.422Z] (18/137) Installing libffi (3.4.2-r1) [2023-08-01T23:57:24.681Z] (19/137) Installing libintl (0.21-r2) [2023-08-01T23:57:24.939Z] (20/137) Installing libblkid (2.38-r1) [2023-08-01T23:57:25.199Z] (21/137) Installing libmount (2.38-r1) [2023-08-01T23:57:25.768Z] (22/137) Installing pcre (8.45-r2) [2023-08-01T23:57:26.027Z] (23/137) Installing glib (2.72.4-r0) [2023-08-01T23:57:26.596Z] (24/137) Installing xz-libs (5.2.5-r1) [2023-08-01T23:57:26.856Z] (25/137) Installing libxml2 (2.9.14-r2) [2023-08-01T23:57:27.425Z] (26/137) Installing shared-mime-info (2.2-r2) [2023-08-01T23:57:27.684Z] (27/137) Installing hicolor-icon-theme (0.17-r1) [2023-08-01T23:57:28.260Z] (28/137) Installing libjpeg-turbo (2.1.3-r1) [2023-08-01T23:57:28.523Z] (29/137) Installing libpng (1.6.37-r1) [2023-08-01T23:57:28.782Z] (30/137) Installing libwebp (1.2.3-r1) [2023-08-01T23:57:29.352Z] (31/137) Installing zstd-libs (1.5.2-r1) [2023-08-01T23:57:29.921Z] (32/137) Installing tiff (4.4.0-r4) [2023-08-01T23:57:30.180Z] (33/137) Installing gdk-pixbuf (2.42.8-r0) [2023-08-01T23:57:30.760Z] (34/137) Installing gtk-update-icon-cache (2.24.33-r3) [2023-08-01T23:57:30.760Z] (35/137) Installing libxcomposite (0.4.5-r0) [2023-08-01T23:57:31.019Z] (36/137) Installing libxfixes (6.0.0-r0) [2023-08-01T23:57:31.278Z] (37/137) Installing libxrender (0.9.10-r3) [2023-08-01T23:57:31.537Z] (38/137) Installing libxcursor (1.2.1-r0) [2023-08-01T23:57:31.796Z] (39/137) Installing libxdamage (1.1.5-r1) [2023-08-01T23:57:32.055Z] (40/137) Installing libxi (1.8-r0) [2023-08-01T23:57:32.315Z] (41/137) Installing libxinerama (1.1.4-r1) [2023-08-01T23:57:32.574Z] (42/137) Installing libxrandr (1.5.2-r1) [2023-08-01T23:57:32.834Z] (43/137) Installing atk (2.38.0-r0) [2023-08-01T23:57:33.405Z] (44/137) Installing libxtst (1.2.3-r3) [2023-08-01T23:57:33.405Z] (45/137) Installing dbus-libs (1.14.8-r0) [2023-08-01T23:57:33.975Z] (46/137) Installing at-spi2-core (2.44.1-r0) [2023-08-01T23:57:34.235Z] (47/137) Installing at-spi2-atk (2.38.0-r0) [2023-08-01T23:57:34.804Z] (48/137) Installing expat (2.5.0-r0) [2023-08-01T23:57:35.063Z] (49/137) Installing libbz2 (1.0.8-r1) [2023-08-01T23:57:35.324Z] (50/137) Installing freetype (2.12.1-r0) [2023-08-01T23:57:35.584Z] (51/137) Installing fontconfig (2.14.0-r0) [2023-08-01T23:57:36.154Z] (52/137) Installing pixman (0.40.0-r4) [2023-08-01T23:57:36.414Z] (53/137) Installing cairo (1.17.4-r2) [2023-08-01T23:57:36.983Z] (54/137) Installing cairo-gobject (1.17.4-r2) [2023-08-01T23:57:37.243Z] (55/137) Installing avahi-libs (0.8-r6) [2023-08-01T23:57:37.503Z] (56/137) Installing gmp (6.2.1-r2) [2023-08-01T23:57:38.074Z] (57/137) Installing nettle (3.7.3-r0) [2023-08-01T23:57:38.331Z] (58/137) Installing p11-kit (0.24.1-r0) [2023-08-01T23:57:38.900Z] (59/137) Installing libtasn1 (4.18.0-r1) [2023-08-01T23:57:39.159Z] (60/137) Installing libunistring (1.0-r0) [2023-08-01T23:57:39.726Z] (61/137) Installing gnutls (3.7.7-r1) [2023-08-01T23:57:40.293Z] (62/137) Installing cups-libs (2.4.2-r2) [2023-08-01T23:57:40.553Z] (63/137) Installing libepoxy (1.5.10-r0) [2023-08-01T23:57:41.122Z] (64/137) Installing fribidi (1.0.12-r0) [2023-08-01T23:57:41.382Z] (65/137) Installing graphite2 (1.3.14-r1) [2023-08-01T23:57:41.641Z] (66/137) Installing harfbuzz (4.3.0-r0) [2023-08-01T23:57:42.209Z] (67/137) Installing libxft (2.3.4-r0) [2023-08-01T23:57:42.469Z] (68/137) Installing pango (1.50.7-r0) [2023-08-01T23:57:42.728Z] (69/137) Installing wayland-libs-client (1.20.0-r0) [2023-08-01T23:57:43.298Z] (70/137) Installing wayland-libs-cursor (1.20.0-r0) [2023-08-01T23:57:43.298Z] (71/137) Installing wayland-libs-egl (1.20.0-r0) [2023-08-01T23:57:43.560Z] (72/137) Installing xkeyboard-config (2.35.1-r0) [2023-08-01T23:57:44.128Z] (73/137) Installing libxkbcommon (1.4.1-r0) [2023-08-01T23:57:44.386Z] (74/137) Installing gtk+3.0 (3.24.34-r1) [2023-08-01T23:57:45.321Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-08-01T23:57:45.321Z] (75/137) Installing libfontenc (1.1.4-r0) [2023-08-01T23:57:45.321Z] (76/137) Installing mkfontscale (1.2.2-r0) [2023-08-01T23:57:45.579Z] (77/137) Installing font-opensans (0_git20210927-r0) [2023-08-01T23:57:46.148Z] (78/137) Installing libgcc (11.2.1_git20220219-r2) [2023-08-01T23:57:46.715Z] (79/137) Installing libogg (1.3.5-r1) [2023-08-01T23:57:46.974Z] (80/137) Installing libstdc++ (11.2.1_git20220219-r2) [2023-08-01T23:57:47.233Z] (81/137) Installing flac (1.3.4-r0) [2023-08-01T23:57:47.799Z] (82/137) Installing alsa-lib (1.2.7.2-r0) [2023-08-01T23:57:48.367Z] (83/137) Installing libatomic (11.2.1_git20220219-r2) [2023-08-01T23:57:48.367Z] (84/137) Installing sdl2 (2.0.22-r0) [2023-08-01T23:57:48.935Z] (85/137) Installing aom-libs (3.3.0-r0) [2023-08-01T23:57:49.501Z] (86/137) Installing libass (0.16.0-r0) [2023-08-01T23:57:49.759Z] (87/137) Installing libdav1d (1.0.0-r0) [2023-08-01T23:57:50.326Z] (88/137) Installing libpciaccess (0.16-r0) [2023-08-01T23:57:50.585Z] (89/137) Installing libdrm (2.4.110-r0) [2023-08-01T23:57:50.843Z] (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) [2023-08-01T23:57:51.409Z] (91/137) Installing ncurses-libs (6.3_p20220521-r1) [2023-08-01T23:57:51.718Z] (92/137) Installing lame (3.100-r0) [2023-08-01T23:57:51.978Z] (93/137) Installing opus (1.3.1-r1) [2023-08-01T23:57:52.546Z] (94/137) Installing libasyncns (0.8-r1) [2023-08-01T23:57:52.805Z] (95/137) Installing libltdl (2.4.7-r0) [2023-08-01T23:57:53.065Z] (96/137) Installing orc (0.4.32-r0) [2023-08-01T23:57:53.324Z] (97/137) Installing libvorbis (1.3.7-r0) [2023-08-01T23:57:53.892Z] (98/137) Installing libsndfile (1.1.0-r0) [2023-08-01T23:57:54.151Z] (99/137) Installing libgomp (11.2.1_git20220219-r2) [2023-08-01T23:57:54.719Z] (100/137) Installing soxr (0.1.3-r2) [2023-08-01T23:57:54.978Z] (101/137) Installing speexdsp (1.2.0-r0) [2023-08-01T23:57:55.237Z] (102/137) Installing tdb-libs (1.4.6-r0) [2023-08-01T23:57:55.496Z] (103/137) Installing libpulse (15.0-r2) [2023-08-01T23:57:56.060Z] (104/137) Installing cjson (1.7.15-r3) [2023-08-01T23:57:56.319Z] (105/137) Installing mbedtls (2.28.3-r0) [2023-08-01T23:57:56.887Z] (106/137) Installing librist (0.2.6-r1) [2023-08-01T23:57:57.147Z] (107/137) Installing libsrt (1.4.4-r0) [2023-08-01T23:57:57.407Z] (108/137) Installing libssh (0.9.6-r1) [2023-08-01T23:57:57.978Z] (109/137) Installing libtheora (1.1.1-r16) [2023-08-01T23:57:58.238Z] (110/137) Installing v4l-utils-libs (1.22.1-r1) [2023-08-01T23:57:58.807Z] (111/137) Installing libva (2.14.0-r0) [2023-08-01T23:57:59.066Z] (112/137) Installing libvdpau (1.5-r0) [2023-08-01T23:57:59.324Z] (113/137) Installing vidstab (1.1.0-r1) [2023-08-01T23:57:59.583Z] (114/137) Installing libvpx (1.11.0-r1) [2023-08-01T23:58:00.150Z] (115/137) Installing x264-libs (0.163_git20210613-r0) [2023-08-01T23:58:00.715Z] (116/137) Installing numactl (2.0.14-r0) [2023-08-01T23:58:00.975Z] (117/137) Installing x265-libs (3.5-r3) [2023-08-01T23:58:01.543Z] (118/137) Installing xvidcore (1.3.7-r1) [2023-08-01T23:58:02.112Z] (119/137) Installing ffmpeg-libs (5.0.3-r0) [2023-08-01T23:58:02.681Z] (120/137) Installing libevent (2.1.12-r4) [2023-08-01T23:58:02.940Z] (121/137) Installing mesa (21.3.9-r0) [2023-08-01T23:58:03.200Z] (122/137) Installing wayland-libs-server (1.20.0-r0) [2023-08-01T23:58:03.459Z] (123/137) Installing mesa-gbm (21.3.9-r0) [2023-08-01T23:58:04.027Z] (124/137) Installing icu-data-en (71.1-r2) [2023-08-01T23:58:04.286Z] Executing icu-data-en-71.1-r2.post-install [2023-08-01T23:58:04.286Z] * [2023-08-01T23:58:04.286Z] * If you need ICU with non-English locales and legacy charset support, install [2023-08-01T23:58:04.286Z] * package icu-data-full. [2023-08-01T23:58:04.286Z] * [2023-08-01T23:58:04.286Z] (125/137) Installing icu-libs (71.1-r2) [2023-08-01T23:58:04.854Z] (126/137) Installing lcms2 (2.13.1-r0) [2023-08-01T23:58:05.422Z] (127/137) Installing minizip (1.2.12-r0) [2023-08-01T23:58:05.680Z] (128/137) Installing nspr (4.33-r0) [2023-08-01T23:58:05.940Z] (129/137) Installing sqlite-libs (3.40.1-r0) [2023-08-01T23:58:06.508Z] (130/137) Installing nss (3.78.1-r0) [2023-08-01T23:58:07.077Z] (131/137) Installing re2 (2022.04.01-r0) [2023-08-01T23:58:07.335Z] (132/137) Installing snappy (1.1.9-r4) [2023-08-01T23:58:07.593Z] (133/137) Installing libgpg-error (1.45-r0) [2023-08-01T23:58:08.162Z] (134/137) Installing libgcrypt (1.10.1-r0) [2023-08-01T23:58:08.425Z] (135/137) Installing libxslt (1.1.35-r0) [2023-08-01T23:58:08.992Z] (136/137) Installing chromium (102.0.5005.182-r0) [2023-08-01T23:58:10.894Z] (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-08-01T23:58:11.459Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:58:11.459Z] Executing glib-2.72.4-r0.trigger [2023-08-01T23:58:11.459Z] Executing shared-mime-info-2.2-r2.trigger [2023-08-01T23:58:11.717Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-08-01T23:58:11.717Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-08-01T23:58:11.717Z] Executing fontconfig-2.14.0-r0.trigger [2023-08-01T23:58:11.974Z] Executing mkfontscale-1.2.2-r0.trigger [2023-08-01T23:58:11.974Z] OK: 409 MiB in 160 packages [2023-08-01T23:58:11.974Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:12.551Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:13.118Z] (1/21) Installing binutils (2.38-r3) [2023-08-01T23:58:13.685Z] (2/21) Installing isl22 (0.22-r0) [2023-08-01T23:58:13.992Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-08-01T23:58:14.639Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-08-01T23:58:14.910Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-08-01T23:58:16.307Z] (6/21) Installing musl-dev (1.2.3-r3) [2023-08-01T23:58:16.565Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-08-01T23:58:16.825Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-08-01T23:58:17.392Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-08-01T23:58:17.650Z] (10/21) Installing libpq (14.8-r0) [2023-08-01T23:58:18.218Z] (11/21) Installing openssl-dev (1.1.1u-r2) [2023-08-01T23:58:18.477Z] (12/21) Installing libpq-dev (14.8-r0) [2023-08-01T23:58:19.045Z] (13/21) Installing libecpg (14.8-r0) [2023-08-01T23:58:19.305Z] (14/21) Installing libecpg-dev (14.8-r0) [2023-08-01T23:58:19.873Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-08-01T23:58:21.249Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-08-01T23:58:22.623Z] (17/21) Installing clang (13.0.1-r1) [2023-08-01T23:58:22.881Z] (18/21) Installing icu (71.1-r2) [2023-08-01T23:58:23.449Z] (19/21) Installing icu-dev (71.1-r2) [2023-08-01T23:58:24.015Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-08-01T23:58:24.955Z] (21/21) Installing postgresql14-dev (14.8-r0) [2023-08-01T23:58:25.523Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:58:25.523Z] OK: 822 MiB in 181 packages [2023-08-01T23:58:25.523Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:26.091Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:26.658Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-08-01T23:58:30.849Z] (2/10) Installing gdbm (1.23-r0) [2023-08-01T23:58:31.107Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-08-01T23:58:31.674Z] (4/10) Installing readline (8.1.2-r0) [2023-08-01T23:58:31.932Z] (5/10) Installing python3 (3.10.12-r0) [2023-08-01T23:58:32.867Z] (6/10) Installing python3-dev (3.10.12-r0) [2023-08-01T23:58:33.801Z] (7/10) Installing libsodium (1.0.18-r0) [2023-08-01T23:58:34.114Z] (8/10) Installing libzmq (4.3.4-r0) [2023-08-01T23:58:34.680Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-08-01T23:58:34.939Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-08-01T23:58:35.197Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:58:35.197Z] OK: 974 MiB in 191 packages [2023-08-01T23:58:35.197Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:35.764Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:36.331Z] OK: 974 MiB in 191 packages [2023-08-01T23:58:36.331Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:36.898Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-08-01T23:58:37.466Z] (1/1) Installing tzdata (2023c-r0) [2023-08-01T23:58:38.033Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:58:38.033Z] OK: 978 MiB in 192 packages [2023-08-01T23:58:38.033Z] (1/1) Purging tzdata (2023c-r0) [2023-08-01T23:58:38.033Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:58:38.291Z] OK: 974 MiB in 191 packages [2023-08-01T23:58:40.828Z] Looking in links: /tmp/tmpyflis2ai [2023-08-01T23:58:40.828Z] Processing /tmp/tmpyflis2ai/setuptools-65.5.0-py3-none-any.whl [2023-08-01T23:58:40.828Z] Processing /tmp/tmpyflis2ai/pip-23.0.1-py3-none-any.whl [2023-08-01T23:58:40.828Z] Installing collected packages: setuptools, pip [2023-08-01T23:58:44.116Z] Successfully installed pip-23.0.1 setuptools-65.5.0 [2023-08-01T23:58:44.116Z] 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-08-01T23:58:44.684Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) [2023-08-01T23:58:44.684Z] Collecting pip [2023-08-01T23:58:44.684Z] Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) [2023-08-01T23:58:44.684Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 46.2 MB/s eta 0:00:00 [2023-08-01T23:58:44.684Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-08-01T23:58:45.283Z] Collecting setuptools [2023-08-01T23:58:45.283Z] Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) [2023-08-01T23:58:45.283Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 108.2 MB/s eta 0:00:00 [2023-08-01T23:58:45.283Z] Collecting wheel [2023-08-01T23:58:45.283Z] Downloading wheel-0.41.0-py3-none-any.whl (64 kB) [2023-08-01T23:58:45.283Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 125.4 MB/s eta 0:00:00 [2023-08-01T23:58:45.542Z] Installing collected packages: wheel, setuptools, pip [2023-08-01T23:58:45.542Z] Attempting uninstall: setuptools [2023-08-01T23:58:45.542Z] Found existing installation: setuptools 65.5.0 [2023-08-01T23:58:45.542Z] Uninstalling setuptools-65.5.0: [2023-08-01T23:58:45.542Z] Successfully uninstalled setuptools-65.5.0 [2023-08-01T23:58:46.477Z] Attempting uninstall: pip [2023-08-01T23:58:46.477Z] Found existing installation: pip 23.0.1 [2023-08-01T23:58:46.477Z] Uninstalling pip-23.0.1: [2023-08-01T23:58:46.477Z] Successfully uninstalled pip-23.0.1 [2023-08-01T23:58:48.379Z] Successfully installed pip-23.2.1 setuptools-68.0.0 wheel-0.41.0 [2023-08-01T23:58:48.379Z] 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-08-01T23:58:48.946Z] Processing ./edgex-taf-common [2023-08-01T23:58:48.946Z] Preparing metadata (setup.py): started [2023-08-01T23:58:49.205Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:58:49.205Z] Building wheels for collected packages: edgex-taf-common [2023-08-01T23:58:49.205Z] Building wheel for edgex-taf-common (setup.py): started [2023-08-01T23:58:49.462Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-08-01T23:58:49.462Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14469 sha256=27ed81bb2a0cfdb9f93e56c258f5ab3a7deab602bcbfde0e8d5e981d72f1e7ba [2023-08-01T23:58:49.462Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-08-01T23:58:49.462Z] Successfully built edgex-taf-common [2023-08-01T23:58:49.722Z] Installing collected packages: edgex-taf-common [2023-08-01T23:58:49.722Z] Successfully installed edgex-taf-common-0.0.0 [2023-08-01T23:58:49.722Z] 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-08-01T23:58:50.655Z] Collecting robotframework==6.1 (from -r requirements.txt (line 1)) [2023-08-01T23:58:50.655Z] Obtaining dependency information for robotframework==6.1 from https://files.pythonhosted.org/packages/11/ff/3105ff09e62c980e67a5b6974c8ac9577b4c3bacbc10a90e6b3e40cfcbd1/robotframework-6.1-py3-none-any.whl.metadata [2023-08-01T23:58:50.655Z] Downloading robotframework-6.1-py3-none-any.whl.metadata (7.5 kB) [2023-08-01T23:58:50.655Z] Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) [2023-08-01T23:58:50.655Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-08-01T23:58:50.655Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2023-08-01T23:58:50.655Z] 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-08-01T23:58:50.655Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2023-08-01T23:58:50.655Z] Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) [2023-08-01T23:58:50.655Z] Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) [2023-08-01T23:58:50.655Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 13.3 MB/s eta 0:00:00 [2023-08-01T23:58:50.655Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2023-08-01T23:58:50.655Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-08-01T23:58:50.655Z] Preparing metadata (setup.py): started [2023-08-01T23:58:50.913Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:58:50.913Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2023-08-01T23:58:50.913Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2023-08-01T23:58:50.913Z] Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) [2023-08-01T23:58:51.171Z] Downloading configparser-5.3.0-py3-none-any.whl (19 kB) [2023-08-01T23:58:51.171Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2023-08-01T23:58:51.171Z] 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-08-01T23:58:51.171Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2023-08-01T23:58:51.171Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2023-08-01T23:58:51.171Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2023-08-01T23:58:51.171Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 14.3 MB/s eta 0:00:00 [2023-08-01T23:58:51.171Z] Preparing metadata (setup.py): started [2023-08-01T23:58:51.429Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:58:51.430Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2023-08-01T23:58:51.430Z] 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-08-01T23:58:51.430Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2023-08-01T23:58:51.997Z] Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) [2023-08-01T23:58:51.997Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-08-01T23:58:52.257Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 28.6 MB/s eta 0:00:00 [2023-08-01T23:58:52.830Z] Installing build dependencies: started [2023-08-01T23:58:56.390Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2689 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2023-08-01T23:58:56.429Z] Selected Git installation does not exist. Using Default [2023-08-01T23:58:56.429Z] The recommended git tool is: NONE [2023-08-01T23:58:58.121Z] Installing build dependencies: finished with status 'done' [2023-08-01T23:58:58.121Z] Getting requirements to build wheel: started [2023-08-01T23:58:58.379Z] Getting requirements to build wheel: finished with status 'done' [2023-08-01T23:58:58.379Z] Preparing metadata (pyproject.toml): started [2023-08-01T23:58:58.946Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-08-01T23:58:59.205Z] Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) [2023-08-01T23:58:59.205Z] Downloading psutil-5.9.0.tar.gz (478 kB) [2023-08-01T23:58:59.205Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 13.4 MB/s eta 0:00:00 [2023-08-01T23:58:59.464Z] Preparing metadata (setup.py): started [2023-08-01T23:58:59.724Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:58:59.724Z] Collecting redis==4.5.4 (from -r requirements.txt (line 13)) [2023-08-01T23:58:59.724Z] Downloading redis-4.5.4-py3-none-any.whl (238 kB) [2023-08-01T23:58:59.724Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 29.6 MB/s eta 0:00:00 [2023-08-01T23:59:00.290Z] Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) [2023-08-01T23:59:00.290Z] 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-08-01T23:59:00.290Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (4.8 kB) [2023-08-01T23:59:00.290Z] Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) [2023-08-01T23:59:00.290Z] Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) [2023-08-01T23:59:00.290Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 18.9 MB/s eta 0:00:00 [2023-08-01T23:59:00.290Z] Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) [2023-08-01T23:59:00.290Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-08-01T23:59:00.290Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 38.9 MB/s eta 0:00:00 [2023-08-01T23:59:00.550Z] Preparing metadata (setup.py): started [2023-08-01T23:59:00.811Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:59:00.811Z] Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) [2023-08-01T23:59:00.811Z] 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-08-01T23:59:01.071Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2023-08-01T23:59:01.317Z] using credential edgex-jenkins-ssh [2023-08-01T23:59:01.331Z] Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:01.331Z] Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/10/56/8288d1813a68c1e0638515dbb777fce6d87d0d240e683216f956145310e6/selenium-4.11.2-py3-none-any.whl.metadata [2023-08-01T23:59:01.331Z] Downloading selenium-4.11.2-py3-none-any.whl.metadata (7.0 kB) [2023-08-01T23:59:01.331Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:01.331Z] 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-08-01T23:59:01.331Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) [2023-08-01T23:59:01.331Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:01.331Z] Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata [2023-08-01T23:59:01.331Z] Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) [2023-08-01T23:59:01.331Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:01.331Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-08-01T23:59:01.331Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.3 MB/s eta 0:00:00 [2023-08-01T23:59:01.332Z] Cloning the remote Git repository [2023-08-01T23:59:01.590Z] Preparing metadata (setup.py): started [2023-08-01T23:59:01.590Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:59:01.850Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:01.850Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-08-01T23:59:01.850Z] Preparing metadata (setup.py): started [2023-08-01T23:59:02.109Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:59:02.109Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:02.109Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-08-01T23:59:02.109Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:02.109Z] Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/a1/ba/28ce987450c6afa8336373761193ddaadc1ba2004fbf23a6407db036f558/jsonschema-4.18.4-py3-none-any.whl.metadata [2023-08-01T23:59:02.109Z] Downloading jsonschema-4.18.4-py3-none-any.whl.metadata (7.8 kB) [2023-08-01T23:59:02.109Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:02.109Z] Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) [2023-08-01T23:59:02.109Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 27.5 MB/s eta 0:00:00 [2023-08-01T23:59:02.369Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:02.369Z] Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) [2023-08-01T23:59:02.369Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 14.3 MB/s eta 0:00:00 [2023-08-01T23:59:02.369Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:02.369Z] Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata [2023-08-01T23:59:02.369Z] Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) [2023-08-01T23:59:01.375Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2023-08-01T23:59:01.467Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2023-08-01T23:59:01.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2023-08-01T23:59:01.614Z] > git --version # timeout=10 [2023-08-01T23:59:01.635Z] > git --version # 'git version 2.25.1' [2023-08-01T23:59:01.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-01T23:59:01.853Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-01T23:59:02.629Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-01T23:59:02.629Z] 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-08-01T23:59:02.629Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (31 kB) [2023-08-01T23:59:02.629Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-01T23:59:02.629Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-08-01T23:59:02.629Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 7.9 MB/s eta 0:00:00 [2023-08-01T23:59:02.889Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-01T23:59:02.889Z] 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-08-01T23:59:02.889Z] Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) [2023-08-01T23:59:02.889Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-01T23:59:02.889Z] 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-08-01T23:59:02.889Z] Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) [2023-08-01T23:59:02.889Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-08-01T23:59:02.889Z] Downloading packaging-23.1-py3-none-any.whl (48 kB) [2023-08-01T23:59:02.889Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 5.6 MB/s eta 0:00:00 [2023-08-01T23:59:02.889Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-08-01T23:59:02.889Z] Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/d3/a3/63e9329c8cc9be6153e919e17d0ef5b60d537fed78564872951b95bcc17c/websocket_client-1.6.1-py3-none-any.whl.metadata [2023-08-01T23:59:02.889Z] Downloading websocket_client-1.6.1-py3-none-any.whl.metadata (7.6 kB) [2023-08-01T23:59:03.149Z] Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) [2023-08-01T23:59:03.149Z] Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) [2023-08-01T23:59:03.149Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-01T23:59:03.149Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-08-01T23:59:03.149Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 22.2 MB/s eta 0:00:00 [2023-08-01T23:59:03.149Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-01T23:59:03.149Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [2023-08-01T23:59:03.408Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 30.5 MB/s eta 0:00:00 [2023-08-01T23:59:03.408Z] 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.0.0) [2023-08-01T23:59:03.408Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-01T23:59:03.408Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-08-01T23:59:03.408Z] 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-08-01T23:59:03.408Z] 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-08-01T23:59:03.408Z] Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) [2023-08-01T23:59:03.408Z] Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:03.408Z] 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-08-01T23:59:03.408Z] Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) [2023-08-01T23:59:03.530Z] Avoid second fetch [2023-08-01T23:59:03.531Z] Checking out Revision d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 (main) [2023-08-01T23:59:03.667Z] Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:03.667Z] 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-08-01T23:59:03.667Z] Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) [2023-08-01T23:59:02.659Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2023-08-01T23:59:02.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-01T23:59:03.550Z] > git config core.sparsecheckout # timeout=10 [2023-08-01T23:59:03.632Z] > git checkout -f d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 # timeout=10 [2023-08-01T23:59:03.926Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:03.926Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2023-08-01T23:59:03.926Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 18.8 MB/s eta 0:00:00 [2023-08-01T23:59:03.926Z] Installing build dependencies: started [2023-08-01T23:59:04.118Z] Commit message: "Merge pull request #74 from edgexfoundry/dependabot/pip/paho-mqtt-1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-01T23:59:04.947Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-01T23:59:04.947Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-01T23:59:04.947Z] Dload Upload Total Spent Left Speed [2023-08-01T23:59:04.947Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-08-01T23:59:05.663Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-01T23:59:06.014Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2023-08-01T23:59:06.014Z] sudo tee /etc/docker/daemon.new [2023-08-01T23:59:06.014Z] { [2023-08-01T23:59:06.014Z] "registry-mirrors": [ [2023-08-01T23:59:06.014Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-01T23:59:06.014Z] ], [2023-08-01T23:59:06.014Z] "bip": "10.250.0.254/24", [2023-08-01T23:59:06.014Z] "hosts": [ [2023-08-01T23:59:06.014Z] "tcp://0.0.0.0:5555", [2023-08-01T23:59:06.014Z] "unix:///var/run/docker.sock" [2023-08-01T23:59:06.014Z] ], [2023-08-01T23:59:06.014Z] "mtu": 1458, [2023-08-01T23:59:06.014Z] "selinux-enabled": true, [2023-08-01T23:59:06.014Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-01T23:59:06.014Z] } [Pipeline] sh [2023-08-01T23:59:06.351Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-01T23:59:06.689Z] + sudo service docker restart [2023-08-01T23:59:08.115Z] Installing build dependencies: finished with status 'done' [2023-08-01T23:59:08.116Z] Getting requirements to build wheel: started [2023-08-01T23:59:09.049Z] Getting requirements to build wheel: finished with status 'done' [2023-08-01T23:59:09.049Z] Preparing metadata (pyproject.toml): started [2023-08-01T23:59:09.614Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-08-01T23:59:09.614Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:09.614Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-08-01T23:59:09.614Z] Preparing metadata (setup.py): started [2023-08-01T23:59:09.871Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:59:09.871Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:09.871Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-08-01T23:59:09.871Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:09.871Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-08-01T23:59:09.871Z] Preparing metadata (setup.py): started [2023-08-01T23:59:10.129Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-01T23:59:10.129Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.129Z] Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl.metadata [2023-08-01T23:59:10.129Z] Downloading click-8.1.6-py3-none-any.whl.metadata (3.0 kB) [2023-08-01T23:59:10.129Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.129Z] 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-08-01T23:59:10.129Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2023-08-01T23:59:10.129Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.129Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-08-01T23:59:10.387Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.0 MB/s eta 0:00:00 [2023-08-01T23:59:10.387Z] Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.387Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-08-01T23:59:10.387Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.387Z] Downloading attrs-23.1.0-py3-none-any.whl (61 kB) [2023-08-01T23:59:10.387Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.8 MB/s eta 0:00:00 [2023-08-01T23:59:10.387Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.387Z] 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-08-01T23:59:10.387Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) [2023-08-01T23:59:10.387Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.387Z] Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/ea/c3/f75f0ce2cdacca3d68a70b1756635092a1add1002e34afb4895b9fb62598/referencing-0.30.0-py3-none-any.whl.metadata [2023-08-01T23:59:10.387Z] Downloading referencing-0.30.0-py3-none-any.whl.metadata (2.7 kB) [2023-08-01T23:59:10.646Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-01T23:59:10.646Z] Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/bb/5a/3ab0ef376f5e454ccbca544f17f6ca9213c84294b28cebf2de9e9b92c75b/rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.metadata [2023-08-01T23:59:10.646Z] Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.metadata (3.7 kB) [2023-08-01T23:59:10.904Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:10.904Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-08-01T23:59:10.904Z] Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:11.163Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-08-01T23:59:11.163Z] Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:11.163Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-08-01T23:59:11.163Z] Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:11.163Z] Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata [2023-08-01T23:59:11.163Z] Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) [2023-08-01T23:59:11.163Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-01T23:59:11.163Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-08-01T23:59:11.163Z] 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-08-01T23:59:11.163Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-08-01T23:59:11.421Z] 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-08-01T23:59:11.421Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-08-01T23:59:11.421Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 6.5 MB/s eta 0:00:00 [2023-08-01T23:59:11.421Z] Downloading robotframework-6.1-py3-none-any.whl (698 kB) [2023-08-01T23:59:11.421Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 698.5/698.5 kB 23.5 MB/s eta 0:00:00 [2023-08-01T23:59:11.421Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2023-08-01T23:59:11.421Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 9.8 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 24.2 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 31.6 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 32.9 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 19.6 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (195 kB) [2023-08-01T23:59:11.680Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/195.4 kB 25.5 MB/s eta 0:00:00 [2023-08-01T23:59:11.680Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) [2023-08-01T23:59:11.680Z] Downloading selenium-4.11.2-py3-none-any.whl (7.2 MB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 74.9 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 16.8 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading websocket_client-1.6.1-py3-none-any.whl (56 kB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 8.3 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading docutils-0.20.1-py3-none-any.whl (572 kB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 16.4 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading jsonschema-4.18.4-py3-none-any.whl (80 kB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 9.9 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) [2023-08-01T23:59:11.940Z] Downloading click-8.1.6-py3-none-any.whl (97 kB) [2023-08-01T23:59:11.940Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 13.9 MB/s eta 0:00:00 [2023-08-01T23:59:11.940Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2023-08-01T23:59:11.940Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) [2023-08-01T23:59:11.940Z] Downloading referencing-0.30.0-py3-none-any.whl (25 kB) [2023-08-01T23:59:12.199Z] Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB) [2023-08-01T23:59:12.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 73.7 MB/s eta 0:00:00 [2023-08-01T23:59:12.199Z] Downloading trio-0.22.2-py3-none-any.whl (400 kB) [2023-08-01T23:59:12.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 33.8 MB/s eta 0:00:00 [2023-08-01T23:59:12.199Z] Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) [2023-08-01T23:59:12.199Z] Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) [2023-08-01T23:59:12.199Z] Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) [2023-08-01T23:59:12.199Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email [2023-08-01T23:59:12.199Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-08-01T23:59:12.458Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-08-01T23:59:12.458Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4276 sha256=a8d7aba8d17a7fed737196b3abc1391243ba5d9f0cb220a333d9b934d3c3e433 [2023-08-01T23:59:12.458Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-08-01T23:59:12.458Z] Building wheel for paho-mqtt (setup.py): started [2023-08-01T23:59:12.716Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-08-01T23:59:12.716Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62117 sha256=a4aee278c3c7443631b9b420f4fd0323e69b1beb9d283619eada407f4dee419e [2023-08-01T23:59:12.716Z] Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a [2023-08-01T23:59:12.716Z] Building wheel for numpy (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-01T23:59:24.959Z] provisioning config files... [2023-08-01T23:59:24.983Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17281753926014054238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-01T23:59:25.332Z] ---> docker-login.sh [2023-08-01T23:59:25.332Z] nexus3.edgexfoundry.org:10001 [2023-08-01T23:59:25.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:59:25.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:59:25.866Z] Configure a credential helper to remove this warning. See [2023-08-01T23:59:25.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:59:25.866Z] [2023-08-01T23:59:25.866Z] Login Succeeded [2023-08-01T23:59:25.866Z] nexus3.edgexfoundry.org:10002 [2023-08-01T23:59:26.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:59:26.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:59:26.402Z] Configure a credential helper to remove this warning. See [2023-08-01T23:59:26.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:59:26.402Z] [2023-08-01T23:59:26.402Z] Login Succeeded [2023-08-01T23:59:26.402Z] nexus3.edgexfoundry.org:10003 [2023-08-01T23:59:26.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:59:26.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:59:26.671Z] Configure a credential helper to remove this warning. See [2023-08-01T23:59:26.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:59:26.671Z] [2023-08-01T23:59:26.671Z] Login Succeeded [2023-08-01T23:59:26.671Z] nexus3.edgexfoundry.org:10004 [2023-08-01T23:59:26.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:59:26.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:59:26.940Z] Configure a credential helper to remove this warning. See [2023-08-01T23:59:26.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:59:26.940Z] [2023-08-01T23:59:26.940Z] Login Succeeded [2023-08-01T23:59:26.940Z] docker.io [2023-08-01T23:59:27.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-01T23:59:27.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-01T23:59:27.476Z] Configure a credential helper to remove this warning. See [2023-08-01T23:59:27.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-01T23:59:27.476Z] [2023-08-01T23:59:27.476Z] Login Succeeded [2023-08-01T23:59:27.476Z] ---> docker-login.sh ends [Pipeline] } [2023-08-01T23:59:27.490Z] 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-08-01T23:59:28.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-01T23:59:28.438Z] + ls -al . [2023-08-01T23:59:28.438Z] total 68 [2023-08-01T23:59:28.438Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:59 . [2023-08-01T23:59:28.438Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:59 .. [2023-08-01T23:59:28.438Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 23:59 .git [2023-08-01T23:59:28.438Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 23:59 .github [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 22 Aug 1 23:59 .gitignore [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 1575 Aug 1 23:59 Dockerfile [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 746 Aug 1 23:59 Jenkinsfile [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 11381 Aug 1 23:59 LICENSE [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 1 23:59 README.md [2023-08-01T23:59:28.438Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:59 TAF-Manager [2023-08-01T23:59:28.438Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:59 TUC [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 1 23:57 VERSION [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 342 Aug 1 23:59 requirements.txt [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 54 Aug 1 23:59 robot-entrypoint.sh [2023-08-01T23:59:28.438Z] -rw-rw-r-- 1 jenkins jenkins 445 Aug 1 23:59 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-01T23:59:28.773Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 --label arch=arm64 --label version=0.0.2-dev.31 . [2023-08-01T23:59:29.041Z] Sending build context to Docker daemon 309.2kB [2023-08-01T23:59:29.041Z] Step 1/13 : FROM alpine:3.16 [2023-08-01T23:59:29.627Z] 3.16: Pulling from library/alpine [2023-08-01T23:59:29.627Z] a880266d3b77: Pulling fs layer [2023-08-01T23:59:29.896Z] a880266d3b77: Verifying Checksum [2023-08-01T23:59:29.896Z] a880266d3b77: Download complete [2023-08-01T23:59:30.164Z] a880266d3b77: Pull complete [2023-08-01T23:59:30.432Z] Digest: sha256:cbe5d5973103a2d03408d1689a6efde4ea4920bde9f4b51fe7872e60ce2d8e56 [2023-08-01T23:59:30.432Z] Status: Downloaded newer image for alpine:3.16 [2023-08-01T23:59:30.432Z] ---> 73bc9a5320fe [2023-08-01T23:59:30.432Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2023-08-01T23:59:30.432Z] ---> Running in 63c0492c9e57 [2023-08-01T23:59:30.703Z] Removing intermediate container 63c0492c9e57 [2023-08-01T23:59:30.703Z] ---> 6d0e5141ce63 [2023-08-01T23:59:30.703Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2023-08-01T23:59:30.703Z] ---> Running in e2ffa989d65d [2023-08-01T23:59:30.978Z] Removing intermediate container e2ffa989d65d [2023-08-01T23:59:30.978Z] ---> 596c29c306d4 [2023-08-01T23:59:30.978Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2023-08-01T23:59:31.942Z] ---> 42c9877f51ee [2023-08-01T23:59:31.942Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2023-08-01T23:59:32.210Z] ---> 4f4379987a62 [2023-08-01T23:59:32.210Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2023-08-01T23:59:32.796Z] ---> 3c4440c081e0 [2023-08-01T23:59:32.796Z] Step 7/13 : WORKDIR /edgex-taf [2023-08-01T23:59:32.796Z] ---> Running in e7144c4e0900 [2023-08-01T23:59:33.072Z] Removing intermediate container e7144c4e0900 [2023-08-01T23:59:33.072Z] ---> e63d239717e7 [2023-08-01T23:59:33.072Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-08-01T23:59:33.072Z] ---> Running in e6dbb57d3123 [2023-08-01T23:59:35.028Z] Removing intermediate container e6dbb57d3123 [2023-08-01T23:59:35.028Z] ---> 911bc36e3feb [2023-08-01T23:59:35.028Z] 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-08-01T23:59:35.028Z] ---> Running in b2bb5c8bbb03 [2023-08-01T23:59:35.991Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:36.957Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:38.374Z] (1/2) Upgrading libcrypto1.1 (1.1.1u-r1 -> 1.1.1u-r2) [2023-08-01T23:59:38.966Z] (2/2) Upgrading libssl1.1 (1.1.1u-r1 -> 1.1.1u-r2) [2023-08-01T23:59:39.234Z] OK: 5 MiB in 14 packages [2023-08-01T23:59:39.503Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:40.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:41.519Z] (1/9) Installing ca-certificates (20230506-r0) [2023-08-01T23:59:41.790Z] (2/9) Installing brotli-libs (1.0.9-r6) [2023-08-01T23:59:42.377Z] (3/9) Installing nghttp2-libs (1.47.0-r1) [2023-08-01T23:59:42.643Z] (4/9) Installing libcurl (8.2.1-r0) [2023-08-01T23:59:43.229Z] (5/9) Installing curl (8.2.1-r0) [2023-08-01T23:59:43.496Z] (6/9) Installing docker-cli (20.10.20-r0) [2023-08-01T23:59:47.758Z] (7/9) Installing oniguruma (6.9.8-r0) [2023-08-01T23:59:47.758Z] (8/9) Installing jq (1.6-r1) [2023-08-01T23:59:48.027Z] (9/9) Installing openssl (1.1.1u-r2) [2023-08-01T23:59:48.339Z] Executing busybox-1.35.0-r17.trigger [2023-08-01T23:59:48.339Z] Executing ca-certificates-20230506-r0.trigger [2023-08-01T23:59:48.612Z] OK: 50 MiB in 23 packages [2023-08-01T23:59:48.885Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:49.476Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-01T23:59:50.889Z] (1/136) Installing libmagic (5.41-r0) [2023-08-01T23:59:51.472Z] (2/136) Installing file (5.41-r0) [2023-08-01T23:59:51.742Z] (3/136) Installing libxau (1.0.9-r0) [2023-08-01T23:59:52.008Z] (4/136) Installing libxdmcp (1.1.3-r0) [2023-08-01T23:59:52.283Z] (5/136) Installing libxcb (1.15-r0) [2023-08-01T23:59:52.868Z] (6/136) Installing libx11 (1.8-r1) [2023-08-01T23:59:53.455Z] (7/136) Installing libxext (1.3.4-r0) [2023-08-01T23:59:54.041Z] (8/136) Installing libice (1.0.10-r0) [2023-08-01T23:59:54.308Z] (9/136) Installing libuuid (2.38-r1) [2023-08-01T23:59:54.577Z] (10/136) Installing libsm (1.2.3-r0) [2023-08-01T23:59:54.845Z] (11/136) Installing libxt (1.2.1-r0) [2023-08-01T23:59:55.428Z] (12/136) Installing libxmu (1.1.3-r0) [2023-08-01T23:59:55.693Z] (13/136) Installing xset (1.2.4-r0) [2023-08-01T23:59:55.960Z] (14/136) Installing xprop (1.2.5-r0) [2023-08-01T23:59:56.544Z] (15/136) Installing xdg-utils (1.1.3-r3) [2023-08-01T23:59:56.811Z] (16/136) Installing eudev-libs (3.2.11-r0) [2023-08-01T23:59:57.080Z] (17/136) Installing pkgconf (1.8.1-r0) [2023-08-01T23:59:57.663Z] (18/136) Installing libffi (3.4.2-r1) [2023-08-01T23:59:57.930Z] (19/136) Installing libintl (0.21-r2) [2023-08-01T23:59:58.197Z] (20/136) Installing libblkid (2.38-r1) [2023-08-01T23:59:58.779Z] (21/136) Installing libmount (2.38-r1) [2023-08-01T23:59:59.047Z] (22/136) Installing pcre (8.45-r2) [2023-08-01T23:59:59.629Z] (23/136) Installing glib (2.72.4-r0) [2023-08-02T00:00:00.218Z] (24/136) Installing xz-libs (5.2.5-r1) [2023-08-02T00:00:00.487Z] (25/136) Installing libxml2 (2.9.14-r2) [2023-08-02T00:00:01.076Z] (26/136) Installing shared-mime-info (2.2-r2) [2023-08-02T00:00:01.344Z] (27/136) Installing hicolor-icon-theme (0.17-r1) [2023-08-02T00:00:01.930Z] (28/136) Installing libjpeg-turbo (2.1.3-r1) [2023-08-02T00:00:02.514Z] (29/136) Installing libpng (1.6.37-r1) [2023-08-02T00:00:02.780Z] (30/136) Installing libwebp (1.2.3-r1) [2023-08-02T00:00:03.362Z] (31/136) Installing zstd-libs (1.5.2-r1) [2023-08-02T00:00:03.629Z] (32/136) Installing tiff (4.4.0-r4) [2023-08-02T00:00:04.214Z] (33/136) Installing gdk-pixbuf (2.42.8-r0) [2023-08-02T00:00:04.798Z] (34/136) Installing gtk-update-icon-cache (2.24.33-r3) [2023-08-02T00:00:05.064Z] (35/136) Installing libxcomposite (0.4.5-r0) [2023-08-02T00:00:05.331Z] (36/136) Installing libxfixes (6.0.0-r0) [2023-08-02T00:00:05.598Z] (37/136) Installing libxrender (0.9.10-r3) [2023-08-02T00:00:05.865Z] (38/136) Installing libxcursor (1.2.1-r0) [2023-08-02T00:00:06.131Z] (39/136) Installing libxdamage (1.1.5-r1) [2023-08-02T00:00:06.397Z] (40/136) Installing libxi (1.8-r0) [2023-08-02T00:00:06.982Z] (41/136) Installing libxinerama (1.1.4-r1) [2023-08-02T00:00:07.249Z] (42/136) Installing libxrandr (1.5.2-r1) [2023-08-02T00:00:07.518Z] (43/136) Installing atk (2.38.0-r0) [2023-08-02T00:00:07.788Z] (44/136) Installing libxtst (1.2.3-r3) [2023-08-02T00:00:08.374Z] (45/136) Installing dbus-libs (1.14.8-r0) [2023-08-02T00:00:08.643Z] (46/136) Installing at-spi2-core (2.44.1-r0) [2023-08-02T00:00:09.231Z] (47/136) Installing at-spi2-atk (2.38.0-r0) [2023-08-02T00:00:09.497Z] (48/136) Installing expat (2.5.0-r0) [2023-08-02T00:00:10.082Z] (49/136) Installing libbz2 (1.0.8-r1) [2023-08-02T00:00:10.351Z] (50/136) Installing freetype (2.12.1-r0) [2023-08-02T00:00:10.619Z] (51/136) Installing fontconfig (2.14.0-r0) [2023-08-02T00:00:11.206Z] (52/136) Installing pixman (0.40.0-r4) [2023-08-02T00:00:11.788Z] (53/136) Installing cairo (1.17.4-r2) [2023-08-02T00:00:12.372Z] (54/136) Installing cairo-gobject (1.17.4-r2) [2023-08-02T00:00:12.642Z] (55/136) Installing avahi-libs (0.8-r6) [2023-08-02T00:00:12.909Z] (56/136) Installing gmp (6.2.1-r2) [2023-08-02T00:00:13.492Z] (57/136) Installing nettle (3.7.3-r0) [2023-08-02T00:00:13.759Z] (58/136) Installing p11-kit (0.24.1-r0) [2023-08-02T00:00:14.339Z] (59/136) Installing libtasn1 (4.18.0-r1) [2023-08-02T00:00:14.607Z] (60/136) Installing libunistring (1.0-r0) [2023-08-02T00:00:15.190Z] (61/136) Installing gnutls (3.7.7-r1) [2023-08-02T00:00:15.771Z] (62/136) Installing cups-libs (2.4.2-r2) [2023-08-02T00:00:16.353Z] (63/136) Installing libepoxy (1.5.10-r0) [2023-08-02T00:00:16.618Z] (64/136) Installing fribidi (1.0.12-r0) [2023-08-02T00:00:17.201Z] (65/136) Installing graphite2 (1.3.14-r1) [2023-08-02T00:00:17.466Z] (66/136) Installing harfbuzz (4.3.0-r0) [2023-08-02T00:00:18.050Z] (67/136) Installing libxft (2.3.4-r0) [2023-08-02T00:00:18.317Z] (68/136) Installing pango (1.50.7-r0) [2023-08-02T00:00:18.902Z] (69/136) Installing wayland-libs-client (1.20.0-r0) [2023-08-02T00:00:19.170Z] (70/136) Installing wayland-libs-cursor (1.20.0-r0) [2023-08-02T00:00:19.437Z] (71/136) Installing wayland-libs-egl (1.20.0-r0) [2023-08-02T00:00:19.705Z] (72/136) Installing xkeyboard-config (2.35.1-r0) [2023-08-02T00:00:20.289Z] (73/136) Installing libxkbcommon (1.4.1-r0) [2023-08-02T00:00:20.426Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:00:20.874Z] (74/136) Installing gtk+3.0 (3.24.34-r1) [2023-08-02T00:00:21.458Z] Executing gtk+3.0-3.24.34-r1.post-install [2023-08-02T00:00:21.726Z] (75/136) Installing libfontenc (1.1.4-r0) [2023-08-02T00:00:21.991Z] (76/136) Installing mkfontscale (1.2.2-r0) [2023-08-02T00:00:22.258Z] (77/136) Installing font-opensans (0_git20210927-r0) [2023-08-02T00:00:22.840Z] (78/136) Installing libgcc (11.2.1_git20220219-r2) [2023-08-02T00:00:23.423Z] (79/136) Installing libogg (1.3.5-r1) [2023-08-02T00:00:23.689Z] (80/136) Installing libstdc++ (11.2.1_git20220219-r2) [2023-08-02T00:00:24.273Z] (81/136) Installing flac (1.3.4-r0) [2023-08-02T00:00:24.539Z] (82/136) Installing alsa-lib (1.2.7.2-r0) [2023-08-02T00:00:25.122Z] (83/136) Installing libatomic (11.2.1_git20220219-r2) [2023-08-02T00:00:25.388Z] (84/136) Installing sdl2 (2.0.22-r0) [2023-08-02T00:00:25.971Z] (85/136) Installing aom-libs (3.3.0-r0) [2023-08-02T00:00:26.560Z] (86/136) Installing libass (0.16.0-r0) [2023-08-02T00:00:26.826Z] (87/136) Installing libdav1d (1.0.0-r0) [2023-08-02T00:00:27.411Z] (88/136) Installing libdrm (2.4.110-r0) [2023-08-02T00:00:27.995Z] (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) [2023-08-02T00:00:28.261Z] (90/136) Installing ncurses-libs (6.3_p20220521-r1) [2023-08-02T00:00:28.843Z] (91/136) Installing lame (3.100-r0) [2023-08-02T00:00:29.112Z] (92/136) Installing opus (1.3.1-r1) [2023-08-02T00:00:29.694Z] (93/136) Installing libasyncns (0.8-r1) [2023-08-02T00:00:29.967Z] (94/136) Installing libltdl (2.4.7-r0) [2023-08-02T00:00:30.235Z] (95/136) Installing orc (0.4.32-r0) [2023-08-02T00:00:30.819Z] (96/136) Installing libvorbis (1.3.7-r0) [2023-08-02T00:00:31.087Z] (97/136) Installing libsndfile (1.1.0-r0) [2023-08-02T00:00:31.671Z] (98/136) Installing libgomp (11.2.1_git20220219-r2) [2023-08-02T00:00:32.257Z] (99/136) Installing soxr (0.1.3-r2) [2023-08-02T00:00:32.526Z] (100/136) Installing speexdsp (1.2.0-r0) [2023-08-02T00:00:32.794Z] (101/136) Installing tdb-libs (1.4.6-r0) [2023-08-02T00:00:33.062Z] (102/136) Installing libpulse (15.0-r2) [2023-08-02T00:00:33.647Z] (103/136) Installing cjson (1.7.15-r3) [2023-08-02T00:00:33.914Z] (104/136) Installing mbedtls (2.28.3-r0) [2023-08-02T00:00:34.496Z] (105/136) Installing librist (0.2.6-r1) [2023-08-02T00:00:34.762Z] (106/136) Installing libsrt (1.4.4-r0) [2023-08-02T00:00:35.345Z] (107/136) Installing libssh (0.9.6-r1) [2023-08-02T00:00:35.927Z] (108/136) Installing libtheora (1.1.1-r16) [2023-08-02T00:00:36.194Z] (109/136) Installing v4l-utils-libs (1.22.1-r1) [2023-08-02T00:00:36.777Z] (110/136) Installing libva (2.14.0-r0) [2023-08-02T00:00:37.044Z] (111/136) Installing libvdpau (1.5-r0) [2023-08-02T00:00:37.311Z] (112/136) Installing vidstab (1.1.0-r1) [2023-08-02T00:00:37.895Z] (113/136) Installing libvpx (1.11.0-r1) [2023-08-02T00:00:38.480Z] (114/136) Installing x264-libs (0.163_git20210613-r0) [2023-08-02T00:00:38.748Z] (115/136) Installing numactl (2.0.14-r0) [2023-08-02T00:00:39.333Z] (116/136) Installing x265-libs (3.5-r3) [2023-08-02T00:00:39.919Z] (117/136) Installing xvidcore (1.3.7-r1) [2023-08-02T00:00:40.185Z] (118/136) Installing ffmpeg-libs (5.0.3-r0) [2023-08-02T00:00:42.138Z] (119/136) Installing libevent (2.1.12-r4) [2023-08-02T00:00:42.722Z] (120/136) Installing mesa (21.3.9-r0) [2023-08-02T00:00:42.988Z] (121/136) Installing wayland-libs-server (1.20.0-r0) [2023-08-02T00:00:43.256Z] (122/136) Installing mesa-gbm (21.3.9-r0) [2023-08-02T00:00:43.523Z] (123/136) Installing icu-data-en (71.1-r2) [2023-08-02T00:00:44.107Z] Executing icu-data-en-71.1-r2.post-install [2023-08-02T00:00:44.107Z] * [2023-08-02T00:00:44.107Z] * If you need ICU with non-English locales and legacy charset support, install [2023-08-02T00:00:44.107Z] * package icu-data-full. [2023-08-02T00:00:44.107Z] * [2023-08-02T00:00:44.107Z] (124/136) Installing icu-libs (71.1-r2) [2023-08-02T00:00:44.691Z] (125/136) Installing lcms2 (2.13.1-r0) [2023-08-02T00:00:45.271Z] (126/136) Installing minizip (1.2.12-r0) [2023-08-02T00:00:45.538Z] (127/136) Installing nspr (4.33-r0) [2023-08-02T00:00:46.120Z] (128/136) Installing sqlite-libs (3.40.1-r0) [2023-08-02T00:00:46.701Z] (129/136) Installing nss (3.78.1-r0) [2023-08-02T00:00:47.283Z] (130/136) Installing re2 (2022.04.01-r0) [2023-08-02T00:00:47.549Z] (131/136) Installing snappy (1.1.9-r4) [2023-08-02T00:00:47.814Z] (132/136) Installing libgpg-error (1.45-r0) [2023-08-02T00:00:48.395Z] (133/136) Installing libgcrypt (1.10.1-r0) [2023-08-02T00:00:48.660Z] (134/136) Installing libxslt (1.1.35-r0) [2023-08-02T00:00:49.243Z] (135/136) Installing chromium (102.0.5005.182-r0) [2023-08-02T00:01:04.229Z] (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) [2023-08-02T00:01:04.229Z] Executing busybox-1.35.0-r17.trigger [2023-08-02T00:01:04.229Z] Executing glib-2.72.4-r0.trigger [2023-08-02T00:01:04.229Z] Executing shared-mime-info-2.2-r2.trigger [2023-08-02T00:01:06.173Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-08-02T00:01:06.173Z] Executing gtk-update-icon-cache-2.24.33-r3.trigger [2023-08-02T00:01:06.173Z] Executing fontconfig-2.14.0-r0.trigger [2023-08-02T00:01:06.173Z] Executing mkfontscale-1.2.2-r0.trigger [2023-08-02T00:01:06.173Z] OK: 376 MiB in 159 packages [2023-08-02T00:01:06.440Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:07.023Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:08.430Z] (1/21) Installing binutils (2.38-r3) [2023-08-02T00:01:09.028Z] (2/21) Installing isl22 (0.22-r0) [2023-08-02T00:01:09.612Z] (3/21) Installing mpfr4 (4.1.0-r0) [2023-08-02T00:01:10.195Z] (4/21) Installing mpc1 (1.2.1-r0) [2023-08-02T00:01:10.462Z] (5/21) Installing gcc (11.2.1_git20220219-r2) [2023-08-02T00:01:16.630Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:01:17.101Z] (6/21) Installing musl-dev (1.2.3-r3) [2023-08-02T00:01:17.682Z] (7/21) Installing libc-dev (0.7.2-r3) [2023-08-02T00:01:17.947Z] (8/21) Installing linux-headers (5.16.7-r1) [2023-08-02T00:01:18.905Z] (9/21) Installing libffi-dev (3.4.2-r1) [2023-08-02T00:01:19.487Z] (10/21) Installing libpq (14.8-r0) [2023-08-02T00:01:19.754Z] (11/21) Installing openssl-dev (1.1.1u-r2) [2023-08-02T00:01:20.339Z] (12/21) Installing libpq-dev (14.8-r0) [2023-08-02T00:01:20.923Z] (13/21) Installing libecpg (14.8-r0) [2023-08-02T00:01:21.201Z] (14/21) Installing libecpg-dev (14.8-r0) [2023-08-02T00:01:21.782Z] (15/21) Installing llvm13-libs (13.0.1-r2) [2023-08-02T00:01:24.369Z] (16/21) Installing clang-libs (13.0.1-r1) [2023-08-02T00:01:31.007Z] (17/21) Installing clang (13.0.1-r1) [2023-08-02T00:01:31.970Z] (18/21) Installing icu (71.1-r2) [2023-08-02T00:01:32.235Z] (19/21) Installing icu-dev (71.1-r2) [2023-08-02T00:01:32.815Z] (20/21) Installing llvm13 (13.0.1-r2) [2023-08-02T00:01:37.059Z] (21/21) Installing postgresql14-dev (14.8-r0) [2023-08-02T00:01:38.015Z] Executing busybox-1.35.0-r17.trigger [2023-08-02T00:01:38.015Z] OK: 768 MiB in 180 packages [2023-08-02T00:01:38.280Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:38.860Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:40.263Z] (1/10) Installing g++ (11.2.1_git20220219-r2) [2023-08-02T00:01:45.604Z] (2/10) Installing gdbm (1.23-r0) [2023-08-02T00:01:45.604Z] (3/10) Installing mpdecimal (2.5.1-r1) [2023-08-02T00:01:45.604Z] (4/10) Installing readline (8.1.2-r0) [2023-08-02T00:01:45.868Z] (5/10) Installing python3 (3.10.12-r0) [2023-08-02T00:01:50.118Z] (6/10) Installing python3-dev (3.10.12-r0) [2023-08-02T00:01:56.752Z] (7/10) Installing libsodium (1.0.18-r0) [2023-08-02T00:01:56.752Z] (8/10) Installing libzmq (4.3.4-r0) [2023-08-02T00:01:57.018Z] (9/10) Installing libsodium-dev (1.0.18-r0) [2023-08-02T00:01:57.283Z] (10/10) Installing zeromq-dev (4.3.4-r0) [2023-08-02T00:01:57.550Z] Executing busybox-1.35.0-r17.trigger [2023-08-02T00:01:57.550Z] OK: 938 MiB in 190 packages [2023-08-02T00:01:57.817Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:58.396Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-02T00:01:59.799Z] OK: 938 MiB in 190 packages [2023-08-02T00:01:59.799Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-08-02T00:02:00.415Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-08-02T00:02:01.843Z] (1/1) Installing tzdata (2023c-r0) [2023-08-02T00:02:02.821Z] Executing busybox-1.35.0-r17.trigger [2023-08-02T00:02:02.821Z] OK: 941 MiB in 191 packages [2023-08-02T00:02:03.793Z] (1/1) Purging tzdata (2023c-r0) [2023-08-02T00:02:04.062Z] Executing busybox-1.35.0-r17.trigger [2023-08-02T00:02:04.062Z] OK: 938 MiB in 190 packages [2023-08-02T00:02:19.038Z] Looking in links: /tmp/tmpi082kkk_ [2023-08-02T00:02:19.038Z] Processing /tmp/tmpi082kkk_/setuptools-65.5.0-py3-none-any.whl [2023-08-02T00:02:19.038Z] Processing /tmp/tmpi082kkk_/pip-23.0.1-py3-none-any.whl [2023-08-02T00:02:19.996Z] Installing collected packages: setuptools, pip [2023-08-02T00:02:24.316Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:02:38.186Z] Successfully installed pip-23.0.1 setuptools-65.5.0 [2023-08-02T00:02:38.186Z] 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-08-02T00:02:40.136Z] Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) [2023-08-02T00:02:40.721Z] Collecting pip [2023-08-02T00:02:40.721Z] Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) [2023-08-02T00:02:40.986Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 18.0 MB/s eta 0:00:00 [2023-08-02T00:02:40.986Z] Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) [2023-08-02T00:02:44.322Z] Collecting setuptools [2023-08-02T00:02:44.322Z] Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) [2023-08-02T00:02:44.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 17.8 MB/s eta 0:00:00 [2023-08-02T00:02:44.322Z] Collecting wheel [2023-08-02T00:02:44.322Z] Downloading wheel-0.41.0-py3-none-any.whl (64 kB) [2023-08-02T00:02:44.322Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 19.8 MB/s eta 0:00:00 [2023-08-02T00:02:46.255Z] Installing collected packages: wheel, setuptools, pip [2023-08-02T00:02:46.255Z] Attempting uninstall: setuptools [2023-08-02T00:02:46.255Z] Found existing installation: setuptools 65.5.0 [2023-08-02T00:02:47.216Z] Uninstalling setuptools-65.5.0: [2023-08-02T00:02:47.216Z] Successfully uninstalled setuptools-65.5.0 [2023-08-02T00:02:52.535Z] Attempting uninstall: pip [2023-08-02T00:02:52.535Z] Found existing installation: pip 23.0.1 [2023-08-02T00:02:53.935Z] Uninstalling pip-23.0.1: [2023-08-02T00:02:53.935Z] Successfully uninstalled pip-23.0.1 [2023-08-02T00:03:06.218Z] Successfully installed pip-23.2.1 setuptools-68.0.0 wheel-0.41.0 [2023-08-02T00:03:06.219Z] 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-08-02T00:03:08.811Z] Processing ./edgex-taf-common [2023-08-02T00:03:08.811Z] Preparing metadata (setup.py): started [2023-08-02T00:03:09.765Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:03:09.765Z] Building wheels for collected packages: edgex-taf-common [2023-08-02T00:03:09.765Z] Building wheel for edgex-taf-common (setup.py): started [2023-08-02T00:03:11.714Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2023-08-02T00:03:11.714Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14469 sha256=d70bda2e98db38a7bcb1fbc76ef9f9f0b5a26720ab4f4782c55889275c0d75f5 [2023-08-02T00:03:11.714Z] Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd [2023-08-02T00:03:11.714Z] Successfully built edgex-taf-common [2023-08-02T00:03:12.294Z] Installing collected packages: edgex-taf-common [2023-08-02T00:03:12.559Z] Successfully installed edgex-taf-common-0.0.0 [2023-08-02T00:03:12.559Z] 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-08-02T00:03:17.893Z] Collecting robotframework==6.1 (from -r requirements.txt (line 1)) [2023-08-02T00:03:17.893Z] Obtaining dependency information for robotframework==6.1 from https://files.pythonhosted.org/packages/11/ff/3105ff09e62c980e67a5b6974c8ac9577b4c3bacbc10a90e6b3e40cfcbd1/robotframework-6.1-py3-none-any.whl.metadata [2023-08-02T00:03:17.893Z] Downloading robotframework-6.1-py3-none-any.whl.metadata (7.5 kB) [2023-08-02T00:03:17.893Z] Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) [2023-08-02T00:03:17.893Z] Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) [2023-08-02T00:03:17.893Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2023-08-02T00:03:17.893Z] 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-08-02T00:03:17.893Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2023-08-02T00:03:18.159Z] Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) [2023-08-02T00:03:18.159Z] Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) [2023-08-02T00:03:18.159Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.9 MB/s eta 0:00:00 [2023-08-02T00:03:18.159Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2023-08-02T00:03:18.159Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2023-08-02T00:03:18.159Z] Preparing metadata (setup.py): started [2023-08-02T00:03:19.564Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:03:19.830Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2023-08-02T00:03:19.830Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2023-08-02T00:03:20.101Z] Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) [2023-08-02T00:03:20.101Z] Downloading configparser-5.3.0-py3-none-any.whl (19 kB) [2023-08-02T00:03:20.683Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2023-08-02T00:03:20.683Z] 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-08-02T00:03:20.683Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2023-08-02T00:03:20.683Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2023-08-02T00:03:20.683Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2023-08-02T00:03:20.950Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 3.6 MB/s eta 0:00:00 [2023-08-02T00:03:20.950Z] Preparing metadata (setup.py): started [2023-08-02T00:03:22.364Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:03:22.950Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2023-08-02T00:03:22.950Z] 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-08-02T00:03:22.950Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2023-08-02T00:03:25.528Z] Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) [2023-08-02T00:03:25.528Z] Downloading numpy-1.22.3.zip (11.5 MB) [2023-08-02T00:03:26.485Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 10.3 MB/s eta 0:00:00 [2023-08-02T00:03:30.735Z] Installing build dependencies: started [2023-08-02T00:03:45.754Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:03:57.414Z] Installing build dependencies: finished with status 'done' [2023-08-02T00:03:57.414Z] Getting requirements to build wheel: started [2023-08-02T00:04:04.044Z] Getting requirements to build wheel: finished with status 'done' [2023-08-02T00:04:04.044Z] Preparing metadata (pyproject.toml): started [2023-08-02T00:04:07.710Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-08-02T00:04:07.710Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22362863 sha256=1151433e0bb281573e217340314c4d0dce48afc2d090978a5e4094f1afb6e616 [2023-08-02T00:04:07.710Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-08-02T00:04:07.710Z] Building wheel for psutil (setup.py): started [2023-08-02T00:04:07.710Z] Building wheel for psutil (setup.py): finished with status 'done' [2023-08-02T00:04:07.710Z] Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271449 sha256=322bf2b14c60e166f4ac9cef64e606be628a95273f4d3b1aebb4b84b4d89b1df [2023-08-02T00:04:07.710Z] Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf [2023-08-02T00:04:07.710Z] Building wheel for psycopg2 (setup.py): started [2023-08-02T00:04:08.277Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-08-02T00:04:08.856Z] Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) [2023-08-02T00:04:08.856Z] Downloading psutil-5.9.0.tar.gz (478 kB) [2023-08-02T00:04:09.809Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 512.4 kB/s eta 0:00:00 [2023-08-02T00:04:10.391Z] Preparing metadata (setup.py): started [2023-08-02T00:04:12.977Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:04:13.259Z] Collecting redis==4.5.4 (from -r requirements.txt (line 13)) [2023-08-02T00:04:13.259Z] Downloading redis-4.5.4-py3-none-any.whl (238 kB) [2023-08-02T00:04:13.525Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 3.3 MB/s eta 0:00:00 [2023-08-02T00:04:16.858Z] Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) [2023-08-02T00:04:16.858Z] 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-08-02T00:04:16.859Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (4.8 kB) [2023-08-02T00:04:16.859Z] Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) [2023-08-02T00:04:16.859Z] Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) [2023-08-02T00:04:16.859Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 9.1 MB/s eta 0:00:00 [2023-08-02T00:04:17.711Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-08-02T00:04:17.711Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478585 sha256=8c91ba0bf0abecfa24fa274b875318335ed7ebede4593826633d387f18e64406 [2023-08-02T00:04:17.711Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-08-02T00:04:17.711Z] Building wheel for flex (setup.py): started [2023-08-02T00:04:17.711Z] Building wheel for flex (setup.py): finished with status 'done' [2023-08-02T00:04:17.711Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77256 sha256=412532c9c5205786a2b4315e563bd18b468a1848685051f1bc9825ed561da0f9 [2023-08-02T00:04:17.711Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-08-02T00:04:17.711Z] Building wheel for GenSON (setup.py): started [2023-08-02T00:04:17.711Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-08-02T00:04:17.711Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21267 sha256=a91d33635e0dfb2c80bb8a12ac4ae5c6671d7eccfd0c891d7a0c7ad2a88364a7 [2023-08-02T00:04:17.711Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-08-02T00:04:17.711Z] Building wheel for PyYAML (pyproject.toml): started [2023-08-02T00:04:17.711Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2023-08-02T00:04:17.711Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_x86_64.whl size=45360 sha256=391cf4c419c83d5a44a2b6ad8e37a57d352f97e6e05e5e53cec3628cf73395bf [2023-08-02T00:04:17.711Z] Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c [2023-08-02T00:04:17.711Z] Building wheel for strict-rfc3339 (setup.py): started [2023-08-02T00:04:17.711Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-08-02T00:04:17.711Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7ee914a7cb8c3787e08e693bb8a217798d221585d264f0d9f4d9a2b9266819fd [2023-08-02T00:04:17.711Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-08-02T00:04:17.711Z] Building wheel for validate-email (setup.py): started [2023-08-02T00:04:17.813Z] Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) [2023-08-02T00:04:17.813Z] Downloading psycopg2-2.9.3.tar.gz (380 kB) [2023-08-02T00:04:17.813Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.4 MB/s eta 0:00:00 [2023-08-02T00:04:17.971Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-08-02T00:04:17.971Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=b10db86fc4ac0011dde9bb47d6fd1f533b737b267277c036e5d64ff02613a971 [2023-08-02T00:04:17.971Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-08-02T00:04:17.971Z] Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email [2023-08-02T00:04:18.415Z] Preparing metadata (setup.py): started [2023-08-02T00:04:18.553Z] 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-08-02T00:04:20.361Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:04:22.327Z] Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) [2023-08-02T00:04:22.327Z] 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-08-02T00:04:22.327Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.3 kB) [2023-08-02T00:04:22.907Z] Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:04:22.907Z] Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/10/56/8288d1813a68c1e0638515dbb777fce6d87d0d240e683216f956145310e6/selenium-4.11.2-py3-none-any.whl.metadata [2023-08-02T00:04:23.172Z] Downloading selenium-4.11.2-py3-none-any.whl.metadata (7.0 kB) [2023-08-02T00:04:23.172Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:04:23.172Z] 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-08-02T00:04:23.437Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) [2023-08-02T00:04:23.702Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:23.702Z] Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata [2023-08-02T00:04:23.702Z] Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) [2023-08-02T00:04:23.972Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:23.972Z] Downloading flex-6.14.1.tar.gz (40 kB) [2023-08-02T00:04:23.972Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.0 MB/s eta 0:00:00 [2023-08-02T00:04:24.238Z] Preparing metadata (setup.py): started [2023-08-02T00:04:26.175Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:04:26.175Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:26.175Z] Downloading genson-1.2.2.tar.gz (34 kB) [2023-08-02T00:04:26.175Z] Preparing metadata (setup.py): started [2023-08-02T00:04:27.579Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:04:27.579Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:27.579Z] Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) [2023-08-02T00:04:28.158Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:28.158Z] Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/a1/ba/28ce987450c6afa8336373761193ddaadc1ba2004fbf23a6407db036f558/jsonschema-4.18.4-py3-none-any.whl.metadata [2023-08-02T00:04:28.158Z] Downloading jsonschema-4.18.4-py3-none-any.whl.metadata (7.8 kB) [2023-08-02T00:04:28.426Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:28.426Z] Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) [2023-08-02T00:04:28.691Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 9.3 MB/s eta 0:00:00 [2023-08-02T00:04:29.656Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:29.656Z] Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) [2023-08-02T00:04:29.656Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 7.7 MB/s eta 0:00:00 [2023-08-02T00:04:30.237Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:30.237Z] Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata [2023-08-02T00:04:30.237Z] Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) [2023-08-02T00:04:30.799Z] Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.6 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.2 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.18.4 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.0 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.15.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.5.4 referencing-0.30.0 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.9.2 selenium-4.11.2 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.1 wsproto-1.2.0 [2023-08-02T00:04:30.799Z] 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-08-02T00:04:31.638Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-02T00:04:31.638Z] 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-08-02T00:04:31.638Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (31 kB) [2023-08-02T00:04:31.638Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-02T00:04:31.638Z] Downloading idna-3.4-py3-none-any.whl (61 kB) [2023-08-02T00:04:31.638Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.5 MB/s eta 0:00:00 [2023-08-02T00:04:32.217Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-02T00:04:32.217Z] 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-08-02T00:04:32.217Z] Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) [2023-08-02T00:04:32.483Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2023-08-02T00:04:32.483Z] 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-08-02T00:04:32.483Z] Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) [2023-08-02T00:04:33.064Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-08-02T00:04:33.064Z] Downloading packaging-23.1-py3-none-any.whl (48 kB) [2023-08-02T00:04:33.064Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.1 MB/s eta 0:00:00 [2023-08-02T00:04:33.644Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2023-08-02T00:04:33.644Z] Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/d3/a3/63e9329c8cc9be6153e919e17d0ef5b60d537fed78564872951b95bcc17c/websocket_client-1.6.1-py3-none-any.whl.metadata [2023-08-02T00:04:33.644Z] Downloading websocket_client-1.6.1-py3-none-any.whl.metadata (7.6 kB) [2023-08-02T00:04:34.225Z] Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) [2023-08-02T00:04:34.225Z] Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) [2023-08-02T00:04:34.808Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-02T00:04:34.808Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2023-08-02T00:04:34.808Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.1 MB/s eta 0:00:00 [2023-08-02T00:04:35.074Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-02T00:04:35.344Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [2023-08-02T00:04:35.344Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.4 MB/s eta 0:00:00 [2023-08-02T00:04:35.344Z] 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.0.0) [2023-08-02T00:04:36.299Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) [2023-08-02T00:04:36.299Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2023-08-02T00:04:36.299Z] 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-08-02T00:04:36.299Z] 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-08-02T00:04:36.566Z] Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) [2023-08-02T00:04:37.150Z] Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:04:37.150Z] 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-08-02T00:04:37.150Z] Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) [2023-08-02T00:04:37.150Z] Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:04:37.150Z] 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-08-02T00:04:37.150Z] Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) [2023-08-02T00:04:39.726Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:04:39.726Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2023-08-02T00:04:39.726Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 4.8 MB/s eta 0:00:00 [2023-08-02T00:04:41.133Z] Installing build dependencies: started [2023-08-02T00:04:52.733Z] Removing intermediate container 76b5ad792324 [2023-08-02T00:04:52.733Z] ---> 603fb32da8fc [2023-08-02T00:04:52.733Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-08-02T00:04:52.733Z] ---> Running in c4681eeb51de [2023-08-02T00:04:52.733Z] Removing intermediate container c4681eeb51de [2023-08-02T00:04:52.733Z] ---> 88fbbe488035 [2023-08-02T00:04:52.733Z] Step 11/13 : LABEL arch=amd64 [2023-08-02T00:04:52.733Z] ---> Running in e0ff0931395d [2023-08-02T00:04:52.733Z] Removing intermediate container e0ff0931395d [2023-08-02T00:04:52.733Z] ---> 1dffd26859a7 [2023-08-02T00:04:52.733Z] Step 12/13 : LABEL git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:04:52.733Z] ---> Running in 798027d7b42e [2023-08-02T00:04:52.733Z] Removing intermediate container 798027d7b42e [2023-08-02T00:04:52.733Z] ---> 18bde7fd8d79 [2023-08-02T00:04:52.733Z] Step 13/13 : LABEL version=0.0.2-dev.31 [2023-08-02T00:04:52.733Z] ---> Running in b90412e72238 [2023-08-02T00:04:52.733Z] Removing intermediate container b90412e72238 [2023-08-02T00:04:52.733Z] ---> 8508c5401e0b [2023-08-02T00:04:52.733Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-02T00:04:52.733Z] Successfully built 8508c5401e0b [2023-08-02T00:04:52.733Z] 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-08-02T00:04:52.813Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2023-08-02T00:04:52.813Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:04:52.813Z] latest [2023-08-02T00:04:52.813Z] 0.0.2-dev.31 [2023-08-02T00:04:52.813Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:04:52.813Z] main [2023-08-02T00:04:52.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:04:53.133Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:04:53.447Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:04:53.447Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-08-02T00:04:53.447Z] 2617a1e3d363: Preparing [2023-08-02T00:04:53.447Z] 1e28f087857c: Preparing [2023-08-02T00:04:53.447Z] 36cc9781f928: Preparing [2023-08-02T00:04:53.447Z] 94d227eea8df: Preparing [2023-08-02T00:04:53.447Z] 83b9d04e92be: Preparing [2023-08-02T00:04:53.447Z] 18eb8b5891f2: Preparing [2023-08-02T00:04:53.447Z] 18eb8b5891f2: Waiting [2023-08-02T00:04:53.447Z] 94d227eea8df: Pushed [2023-08-02T00:04:53.447Z] 36cc9781f928: Pushed [2023-08-02T00:04:53.447Z] 1e28f087857c: Pushed [2023-08-02T00:04:53.447Z] 83b9d04e92be: Pushed [2023-08-02T00:04:54.385Z] 18eb8b5891f2: Pushed [2023-08-02T00:05:08.027Z] Installing build dependencies: finished with status 'done' [2023-08-02T00:05:08.027Z] Getting requirements to build wheel: started [2023-08-02T00:05:20.925Z] 2617a1e3d363: Retrying in 5 seconds [2023-08-02T00:05:20.925Z] 2617a1e3d363: Retrying in 4 seconds [2023-08-02T00:05:20.925Z] 2617a1e3d363: Retrying in 3 seconds [2023-08-02T00:05:21.865Z] 2617a1e3d363: Retrying in 2 seconds [2023-08-02T00:05:22.800Z] 2617a1e3d363: Retrying in 1 second [2023-08-02T00:05:26.249Z] Getting requirements to build wheel: finished with status 'done' [2023-08-02T00:05:26.249Z] Preparing metadata (pyproject.toml): started [2023-08-02T00:05:27.206Z] Preparing metadata (pyproject.toml): finished with status 'done' [2023-08-02T00:05:27.790Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:27.790Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2023-08-02T00:05:27.790Z] Preparing metadata (setup.py): started [2023-08-02T00:05:29.190Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:05:31.124Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:31.124Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2023-08-02T00:05:31.124Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:31.124Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2023-08-02T00:05:31.124Z] Preparing metadata (setup.py): started [2023-08-02T00:05:32.525Z] Preparing metadata (setup.py): finished with status 'done' [2023-08-02T00:05:33.104Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:33.104Z] Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl.metadata [2023-08-02T00:05:33.104Z] Downloading click-8.1.6-py3-none-any.whl.metadata (3.0 kB) [2023-08-02T00:05:33.104Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:33.104Z] 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-08-02T00:05:33.104Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2023-08-02T00:05:33.368Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:33.368Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2023-08-02T00:05:33.631Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.4 MB/s eta 0:00:00 [2023-08-02T00:05:33.631Z] Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:33.631Z] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023-08-02T00:05:34.211Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:34.211Z] Downloading attrs-23.1.0-py3-none-any.whl (61 kB) [2023-08-02T00:05:34.211Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.6 MB/s eta 0:00:00 [2023-08-02T00:05:34.475Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:34.475Z] 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-08-02T00:05:34.475Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) [2023-08-02T00:05:35.053Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:35.053Z] Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/ea/c3/f75f0ce2cdacca3d68a70b1756635092a1add1002e34afb4895b9fb62598/referencing-0.30.0-py3-none-any.whl.metadata [2023-08-02T00:05:35.053Z] Downloading referencing-0.30.0-py3-none-any.whl.metadata (2.7 kB) [2023-08-02T00:05:36.450Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2023-08-02T00:05:36.450Z] Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/f0/02/7ae08338dc00d5c05592d040ad4bb35df9a54fc081c0e63258deb87912eb/rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.metadata [2023-08-02T00:05:36.450Z] Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.metadata (3.7 kB) [2023-08-02T00:05:39.019Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:05:39.019Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2023-08-02T00:05:39.284Z] Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:05:39.284Z] Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) [2023-08-02T00:05:39.284Z] Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:05:39.284Z] Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) [2023-08-02T00:05:39.548Z] Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:05:39.548Z] Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata [2023-08-02T00:05:39.548Z] Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) [2023-08-02T00:05:39.813Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) [2023-08-02T00:05:40.079Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2023-08-02T00:05:40.658Z] 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-08-02T00:05:40.658Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2023-08-02T00:05:42.062Z] 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-08-02T00:05:42.062Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2023-08-02T00:05:42.062Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.4 MB/s eta 0:00:00 [2023-08-02T00:05:43.022Z] Downloading robotframework-6.1-py3-none-any.whl (698 kB) [2023-08-02T00:05:43.022Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 698.5/698.5 kB 9.3 MB/s eta 0:00:00 [2023-08-02T00:05:43.289Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2023-08-02T00:05:43.289Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2023-08-02T00:05:43.289Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.8 MB/s eta 0:00:00 [2023-08-02T00:05:43.289Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2023-08-02T00:05:43.289Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 5.2 MB/s eta 0:00:00 [2023-08-02T00:05:43.289Z] Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB) [2023-08-02T00:05:43.556Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 9.1 MB/s eta 0:00:00 [2023-08-02T00:05:43.556Z] Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2023-08-02T00:05:43.823Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 9.7 MB/s eta 0:00:00 [2023-08-02T00:05:43.823Z] Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) [2023-08-02T00:05:43.823Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 5.7 MB/s eta 0:00:00 [2023-08-02T00:05:43.823Z] Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (194 kB) [2023-08-02T00:05:44.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 6.4 MB/s eta 0:00:00 [2023-08-02T00:05:44.090Z] Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) [2023-08-02T00:05:44.090Z] Downloading selenium-4.11.2-py3-none-any.whl (7.2 MB) [2023-08-02T00:05:44.671Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 10.4 MB/s eta 0:00:00 [2023-08-02T00:05:44.671Z] Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) [2023-08-02T00:05:44.935Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 4.5 MB/s eta 0:00:00 [2023-08-02T00:05:44.935Z] Downloading websocket_client-1.6.1-py3-none-any.whl (56 kB) [2023-08-02T00:05:44.935Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 2.6 MB/s eta 0:00:00 [2023-08-02T00:05:44.935Z] Downloading docutils-0.20.1-py3-none-any.whl (572 kB) [2023-08-02T00:05:44.935Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 8.6 MB/s eta 0:00:00 [2023-08-02T00:05:44.935Z] Downloading jsonschema-4.18.4-py3-none-any.whl (80 kB) [2023-08-02T00:05:45.201Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 3.5 MB/s eta 0:00:00 [2023-08-02T00:05:45.201Z] Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) [2023-08-02T00:05:45.201Z] Downloading click-8.1.6-py3-none-any.whl (97 kB) [2023-08-02T00:05:45.201Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.4 MB/s eta 0:00:00 [2023-08-02T00:05:45.201Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2023-08-02T00:05:45.201Z] Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) [2023-08-02T00:05:45.201Z] Downloading referencing-0.30.0-py3-none-any.whl (25 kB) [2023-08-02T00:05:45.201Z] Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB) [2023-08-02T00:05:45.466Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 10.2 MB/s eta 0:00:00 [2023-08-02T00:05:45.466Z] Downloading trio-0.22.2-py3-none-any.whl (400 kB) [2023-08-02T00:05:45.466Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 8.2 MB/s eta 0:00:00 [2023-08-02T00:05:45.466Z] Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) [2023-08-02T00:05:45.733Z] Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) [2023-08-02T00:05:45.733Z] Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) [2023-08-02T00:05:46.322Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email [2023-08-02T00:05:46.322Z] Building wheel for robotbackgroundlogger (setup.py): started [2023-08-02T00:05:48.258Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2023-08-02T00:05:48.258Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4276 sha256=ba6c620c7024a1e1ed891fb4d1e690d7e4d262464343fbf0f9c6dba242728f24 [2023-08-02T00:05:48.258Z] Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 [2023-08-02T00:05:48.258Z] Building wheel for paho-mqtt (setup.py): started [2023-08-02T00:05:50.190Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2023-08-02T00:05:50.190Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62117 sha256=6184c82f68a7692dd84c118c6fdcc9a7e85fb4187304c9574919eefc5a02bfad [2023-08-02T00:05:50.190Z] Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a [2023-08-02T00:05:50.190Z] Building wheel for numpy (pyproject.toml): started [2023-08-02T00:07:29.277Z] 2617a1e3d363: Pushed [2023-08-02T00:07:29.277Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:29.597Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:29.908Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-08-02T00:07:29.908Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-08-02T00:07:29.908Z] 2617a1e3d363: Preparing [2023-08-02T00:07:29.908Z] 1e28f087857c: Preparing [2023-08-02T00:07:29.908Z] 36cc9781f928: Preparing [2023-08-02T00:07:29.908Z] 94d227eea8df: Preparing [2023-08-02T00:07:29.908Z] 83b9d04e92be: Preparing [2023-08-02T00:07:29.908Z] 18eb8b5891f2: Preparing [2023-08-02T00:07:29.908Z] 18eb8b5891f2: Waiting [2023-08-02T00:07:29.908Z] 94d227eea8df: Layer already exists [2023-08-02T00:07:29.908Z] 2617a1e3d363: Layer already exists [2023-08-02T00:07:29.908Z] 83b9d04e92be: Layer already exists [2023-08-02T00:07:29.908Z] 36cc9781f928: Layer already exists [2023-08-02T00:07:29.908Z] 1e28f087857c: Layer already exists [2023-08-02T00:07:29.908Z] 18eb8b5891f2: Layer already exists [2023-08-02T00:07:29.908Z] latest: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:30.215Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:30.529Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 [2023-08-02T00:07:30.529Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-08-02T00:07:30.529Z] 2617a1e3d363: Preparing [2023-08-02T00:07:30.529Z] 1e28f087857c: Preparing [2023-08-02T00:07:30.529Z] 36cc9781f928: Preparing [2023-08-02T00:07:30.529Z] 94d227eea8df: Preparing [2023-08-02T00:07:30.529Z] 83b9d04e92be: Preparing [2023-08-02T00:07:30.529Z] 18eb8b5891f2: Preparing [2023-08-02T00:07:30.529Z] 18eb8b5891f2: Waiting [2023-08-02T00:07:30.529Z] 2617a1e3d363: Layer already exists [2023-08-02T00:07:30.529Z] 94d227eea8df: Layer already exists [2023-08-02T00:07:30.529Z] 83b9d04e92be: Layer already exists [2023-08-02T00:07:30.529Z] 1e28f087857c: Layer already exists [2023-08-02T00:07:30.529Z] 36cc9781f928: Layer already exists [2023-08-02T00:07:30.529Z] 18eb8b5891f2: Layer already exists [2023-08-02T00:07:30.529Z] 0.0.2-dev.31: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:30.839Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:31.139Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:07:31.139Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-08-02T00:07:31.139Z] 2617a1e3d363: Preparing [2023-08-02T00:07:31.139Z] 1e28f087857c: Preparing [2023-08-02T00:07:31.139Z] 36cc9781f928: Preparing [2023-08-02T00:07:31.139Z] 94d227eea8df: Preparing [2023-08-02T00:07:31.139Z] 83b9d04e92be: Preparing [2023-08-02T00:07:31.139Z] 18eb8b5891f2: Preparing [2023-08-02T00:07:31.139Z] 18eb8b5891f2: Waiting [2023-08-02T00:07:31.139Z] 2617a1e3d363: Layer already exists [2023-08-02T00:07:31.139Z] 36cc9781f928: Layer already exists [2023-08-02T00:07:31.139Z] 94d227eea8df: Layer already exists [2023-08-02T00:07:31.139Z] 83b9d04e92be: Layer already exists [2023-08-02T00:07:31.139Z] 1e28f087857c: Layer already exists [2023-08-02T00:07:31.139Z] 18eb8b5891f2: Layer already exists [2023-08-02T00:07:31.139Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:31.450Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:31.757Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2023-08-02T00:07:31.757Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2023-08-02T00:07:31.757Z] 2617a1e3d363: Preparing [2023-08-02T00:07:31.757Z] 1e28f087857c: Preparing [2023-08-02T00:07:31.757Z] 36cc9781f928: Preparing [2023-08-02T00:07:31.757Z] 94d227eea8df: Preparing [2023-08-02T00:07:31.757Z] 83b9d04e92be: Preparing [2023-08-02T00:07:31.757Z] 18eb8b5891f2: Preparing [2023-08-02T00:07:31.757Z] 18eb8b5891f2: Waiting [2023-08-02T00:07:31.757Z] 2617a1e3d363: Layer already exists [2023-08-02T00:07:31.757Z] 1e28f087857c: Layer already exists [2023-08-02T00:07:31.757Z] 83b9d04e92be: Layer already exists [2023-08-02T00:07:31.757Z] 36cc9781f928: Layer already exists [2023-08-02T00:07:31.757Z] 94d227eea8df: Layer already exists [2023-08-02T00:07:31.757Z] 18eb8b5891f2: Layer already exists [2023-08-02T00:07:31.757Z] main: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-02T00:07:31.790Z] ===================================================== [Pipeline] echo [2023-08-02T00:07:31.795Z] taggedImages: [2023-08-02T00:07:31.795Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:07:31.795Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2023-08-02T00:07:31.795Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 [2023-08-02T00:07:31.795Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:07:31.795Z] - 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-08-02T00:07:32.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-02T00:07:32.150Z] [2023-08-02T00:07:32.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:07:32.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-02T00:07:32.448Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-02T00:07:32.448Z] 5eb5b503b376: Pulling fs layer [2023-08-02T00:07:32.448Z] 5c69ac0246d0: Pulling fs layer [2023-08-02T00:07:32.448Z] ec43610c2a17: Pulling fs layer [2023-08-02T00:07:32.448Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-02T00:07:32.448Z] 33b1e0a273af: Pulling fs layer [2023-08-02T00:07:32.448Z] 5d3b04190fa2: Pulling fs layer [2023-08-02T00:07:32.448Z] 2f39f015ded8: Pulling fs layer [2023-08-02T00:07:32.448Z] 3a2ae6a8a46f: Waiting [2023-08-02T00:07:32.448Z] 33b1e0a273af: Waiting [2023-08-02T00:07:32.448Z] 5d3b04190fa2: Waiting [2023-08-02T00:07:32.448Z] 2f39f015ded8: Waiting [2023-08-02T00:07:32.448Z] 5c69ac0246d0: Verifying Checksum [2023-08-02T00:07:32.448Z] 5c69ac0246d0: Download complete [2023-08-02T00:07:32.448Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-02T00:07:32.448Z] 3a2ae6a8a46f: Download complete [2023-08-02T00:07:32.448Z] 33b1e0a273af: Verifying Checksum [2023-08-02T00:07:32.448Z] 33b1e0a273af: Download complete [2023-08-02T00:07:32.448Z] 5d3b04190fa2: Verifying Checksum [2023-08-02T00:07:32.448Z] 5d3b04190fa2: Download complete [2023-08-02T00:07:32.448Z] ec43610c2a17: Verifying Checksum [2023-08-02T00:07:32.448Z] ec43610c2a17: Download complete [2023-08-02T00:07:32.706Z] 5eb5b503b376: Verifying Checksum [2023-08-02T00:07:32.706Z] 5eb5b503b376: Download complete [2023-08-02T00:07:33.271Z] 2f39f015ded8: Download complete [2023-08-02T00:07:33.836Z] 5eb5b503b376: Pull complete [2023-08-02T00:07:33.836Z] 5c69ac0246d0: Pull complete [2023-08-02T00:07:34.399Z] ec43610c2a17: Pull complete [2023-08-02T00:07:34.399Z] 3a2ae6a8a46f: Pull complete [2023-08-02T00:07:34.658Z] 33b1e0a273af: Pull complete [2023-08-02T00:07:34.658Z] 5d3b04190fa2: Pull complete [2023-08-02T00:07:38.860Z] 2f39f015ded8: Pull complete [2023-08-02T00:07:38.860Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-02T00:07:38.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-02T00:07:38.860Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:07:38.941Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:07:38.973Z] $ 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-08-02T00:07:42.344Z] $ docker top 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:07:42.701Z] ---> job-cost.sh [2023-08-02T00:07:42.701Z] lf-activate-venv: SKIPPING [2023-08-02T00:07:42.701Z] INFO: No Stack... [2023-08-02T00:07:42.960Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-02T00:07:43.527Z] INFO: Archiving Costs [Pipeline] sh [2023-08-02T00:07:43.810Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2023-08-02T00:07:43.810Z] + cut -d, -f6 [Pipeline] lock [2023-08-02T00:07:43.823Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [2023-08-02T00:07:43.829Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] did not exist. Created. [2023-08-02T00:07:43.829Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-02T00:07:44.128Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-02T00:07:44.165Z] Stashed 1 file(s) [Pipeline] } [2023-08-02T00:07:44.171Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-02T00:07:44.190Z] $ docker stop --time=1 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f [2023-08-02T00:07:45.342Z] $ docker rm -f --volumes 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-02T00:08:26.856Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:09:34.680Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:10:31.056Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:11:38.915Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:12:46.783Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:13:43.183Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:15:04.818Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:16:12.665Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:21:34.566Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:23:41.220Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:26:17.926Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:29:09.632Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:30:31.234Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:33:07.921Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:37:14.703Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:39:06.336Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:41:12.973Z] Building wheel for numpy (pyproject.toml): still running... [2023-08-02T00:41:23.022Z] Building wheel for numpy (pyproject.toml): finished with status 'done' [2023-08-02T00:41:23.022Z] Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18627129 sha256=e2048432a1990427f54ee6da3e27a78ac48ea8831209245cf62dc2bf6fef902d [2023-08-02T00:41:23.022Z] Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 [2023-08-02T00:41:23.022Z] Building wheel for psutil (setup.py): started [2023-08-02T00:41:35.372Z] Building wheel for psutil (setup.py): finished with status 'done' [2023-08-02T00:41:35.372Z] Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271957 sha256=525c2489965b06327efbf64b7b02ea35aaed69151ca3e24eeb9d839074697b15 [2023-08-02T00:41:35.372Z] Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf [2023-08-02T00:41:35.372Z] Building wheel for psycopg2 (setup.py): started [2023-08-02T00:42:43.225Z] Building wheel for psycopg2 (setup.py): still running... [2023-08-02T00:42:49.858Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2023-08-02T00:42:49.858Z] Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470360 sha256=dd046f8fac030e0e7cb549d03889128a23cb006c056478081bb1cb158b886abf [2023-08-02T00:42:49.858Z] Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e [2023-08-02T00:42:49.858Z] Building wheel for flex (setup.py): started [2023-08-02T00:42:52.430Z] Building wheel for flex (setup.py): finished with status 'done' [2023-08-02T00:42:52.430Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77256 sha256=3b8976abbf1b0bb737fb4a55c359edd0a6cbd0612600e2ca017e545db8a78f33 [2023-08-02T00:42:52.430Z] Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 [2023-08-02T00:42:52.430Z] Building wheel for GenSON (setup.py): started [2023-08-02T00:42:54.369Z] Building wheel for GenSON (setup.py): finished with status 'done' [2023-08-02T00:42:54.369Z] Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21267 sha256=7c1a9c946f75537f0a8d181df664309a23e84d6a249c28f5f2be78dcd66abec0 [2023-08-02T00:42:54.369Z] Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca [2023-08-02T00:42:54.369Z] Building wheel for PyYAML (pyproject.toml): started [2023-08-02T00:42:58.619Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2023-08-02T00:42:58.620Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_aarch64.whl size=45363 sha256=78e1d2e158eeec2f1dcb9405bf81c7f53f12f41a95f52c7fe55ed814b0c9f586 [2023-08-02T00:42:58.620Z] Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c [2023-08-02T00:42:58.620Z] Building wheel for strict-rfc3339 (setup.py): started [2023-08-02T00:43:00.561Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2023-08-02T00:43:00.561Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=b114d0751d648ce5bd607049ee363da5f7c26b0929f0d8fa3941f6222fe196c1 [2023-08-02T00:43:00.561Z] Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 [2023-08-02T00:43:00.561Z] Building wheel for validate-email (setup.py): started [2023-08-02T00:43:02.500Z] Building wheel for validate-email (setup.py): finished with status 'done' [2023-08-02T00:43:02.500Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=f2b1e42b88f63120ce8934110525f52eff747c2a39d2c7d7fe07431b3b873c90 [2023-08-02T00:43:02.500Z] Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 [2023-08-02T00:43:02.500Z] Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email [2023-08-02T00:43:05.837Z] 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-08-02T00:44:27.441Z] Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.6 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.2 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.18.4 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.0 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.15.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.5.4 referencing-0.30.0 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.9.2 selenium-4.11.2 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.1 wsproto-1.2.0 [2023-08-02T00:44:27.441Z] 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-08-02T00:45:06.270Z] Removing intermediate container b2bb5c8bbb03 [2023-08-02T00:45:06.270Z] ---> 16df2df1eb73 [2023-08-02T00:45:06.270Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2023-08-02T00:45:06.270Z] ---> Running in 78dc033abf02 [2023-08-02T00:45:06.270Z] Removing intermediate container 78dc033abf02 [2023-08-02T00:45:06.270Z] ---> b2e3e3ec6345 [2023-08-02T00:45:06.270Z] Step 11/13 : LABEL arch=arm64 [2023-08-02T00:45:06.270Z] ---> Running in d7a89b498443 [2023-08-02T00:45:06.270Z] Removing intermediate container d7a89b498443 [2023-08-02T00:45:06.270Z] ---> d63f2b50d8e3 [2023-08-02T00:45:06.270Z] Step 12/13 : LABEL git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:45:06.270Z] ---> Running in 32ee379d3067 [2023-08-02T00:45:06.270Z] Removing intermediate container 32ee379d3067 [2023-08-02T00:45:06.270Z] ---> 73faead8dac4 [2023-08-02T00:45:06.270Z] Step 13/13 : LABEL version=0.0.2-dev.31 [2023-08-02T00:45:06.270Z] ---> Running in decb2076a208 [2023-08-02T00:45:06.270Z] Removing intermediate container decb2076a208 [2023-08-02T00:45:06.270Z] ---> f9ae17273a85 [2023-08-02T00:45:06.270Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-02T00:45:06.270Z] Successfully built f9ae17273a85 [2023-08-02T00:45:06.270Z] 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-08-02T00:45:06.357Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2023-08-02T00:45:06.357Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:45:06.357Z] latest [2023-08-02T00:45:06.357Z] 0.0.2-dev.31 [2023-08-02T00:45:06.357Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:45:06.357Z] main [2023-08-02T00:45:06.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:45:06.708Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:45:07.057Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:45:07.057Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-08-02T00:45:07.057Z] 550be87166ff: Preparing [2023-08-02T00:45:07.057Z] c830e2622b0d: Preparing [2023-08-02T00:45:07.057Z] 3049a933666e: Preparing [2023-08-02T00:45:07.057Z] 81b5de90ec43: Preparing [2023-08-02T00:45:07.057Z] 0386d999b44c: Preparing [2023-08-02T00:45:07.057Z] 5e0640380f07: Preparing [2023-08-02T00:45:07.057Z] 5e0640380f07: Waiting [2023-08-02T00:45:07.321Z] 81b5de90ec43: Pushed [2023-08-02T00:45:07.321Z] 3049a933666e: Pushed [2023-08-02T00:45:07.321Z] c830e2622b0d: Pushed [2023-08-02T00:45:07.321Z] 0386d999b44c: Pushed [2023-08-02T00:45:08.721Z] 5e0640380f07: Pushed [2023-08-02T00:49:15.459Z] 550be87166ff: Pushed [2023-08-02T00:49:15.459Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:15.800Z] + 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-08-02T00:49:16.132Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-08-02T00:49:16.132Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-08-02T00:49:16.132Z] 550be87166ff: Preparing [2023-08-02T00:49:16.132Z] c830e2622b0d: Preparing [2023-08-02T00:49:16.132Z] 3049a933666e: Preparing [2023-08-02T00:49:16.132Z] 81b5de90ec43: Preparing [2023-08-02T00:49:16.132Z] 0386d999b44c: Preparing [2023-08-02T00:49:16.132Z] 5e0640380f07: Preparing [2023-08-02T00:49:16.132Z] 5e0640380f07: Waiting [2023-08-02T00:49:16.132Z] c830e2622b0d: Layer already exists [2023-08-02T00:49:16.132Z] 0386d999b44c: Layer already exists [2023-08-02T00:49:16.132Z] 550be87166ff: Layer already exists [2023-08-02T00:49:16.132Z] 3049a933666e: Layer already exists [2023-08-02T00:49:16.132Z] 81b5de90ec43: Layer already exists [2023-08-02T00:49:16.132Z] 5e0640380f07: Layer already exists [2023-08-02T00:49:16.395Z] latest: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:16.728Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:17.055Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 [2023-08-02T00:49:17.055Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-08-02T00:49:17.055Z] 550be87166ff: Preparing [2023-08-02T00:49:17.055Z] c830e2622b0d: Preparing [2023-08-02T00:49:17.055Z] 3049a933666e: Preparing [2023-08-02T00:49:17.055Z] 81b5de90ec43: Preparing [2023-08-02T00:49:17.055Z] 0386d999b44c: Preparing [2023-08-02T00:49:17.055Z] 5e0640380f07: Preparing [2023-08-02T00:49:17.055Z] 5e0640380f07: Waiting [2023-08-02T00:49:17.055Z] 550be87166ff: Layer already exists [2023-08-02T00:49:17.055Z] c830e2622b0d: Layer already exists [2023-08-02T00:49:17.055Z] 81b5de90ec43: Layer already exists [2023-08-02T00:49:17.055Z] 0386d999b44c: Layer already exists [2023-08-02T00:49:17.055Z] 3049a933666e: Layer already exists [2023-08-02T00:49:17.055Z] 5e0640380f07: Layer already exists [2023-08-02T00:49:17.055Z] 0.0.2-dev.31: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:17.390Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:17.720Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:49:17.720Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-08-02T00:49:17.720Z] 550be87166ff: Preparing [2023-08-02T00:49:17.720Z] c830e2622b0d: Preparing [2023-08-02T00:49:17.720Z] 3049a933666e: Preparing [2023-08-02T00:49:17.720Z] 81b5de90ec43: Preparing [2023-08-02T00:49:17.720Z] 0386d999b44c: Preparing [2023-08-02T00:49:17.720Z] 5e0640380f07: Preparing [2023-08-02T00:49:17.720Z] 5e0640380f07: Waiting [2023-08-02T00:49:17.720Z] 0386d999b44c: Layer already exists [2023-08-02T00:49:17.720Z] c830e2622b0d: Layer already exists [2023-08-02T00:49:17.720Z] 81b5de90ec43: Layer already exists [2023-08-02T00:49:17.720Z] 550be87166ff: Layer already exists [2023-08-02T00:49:17.720Z] 3049a933666e: Layer already exists [2023-08-02T00:49:17.720Z] 5e0640380f07: Layer already exists [2023-08-02T00:49:17.720Z] d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:18.061Z] + 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-08-02T00:49:18.390Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2023-08-02T00:49:18.390Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2023-08-02T00:49:18.390Z] 550be87166ff: Preparing [2023-08-02T00:49:18.390Z] c830e2622b0d: Preparing [2023-08-02T00:49:18.390Z] 3049a933666e: Preparing [2023-08-02T00:49:18.390Z] 81b5de90ec43: Preparing [2023-08-02T00:49:18.390Z] 0386d999b44c: Preparing [2023-08-02T00:49:18.390Z] 5e0640380f07: Preparing [2023-08-02T00:49:18.390Z] 5e0640380f07: Waiting [2023-08-02T00:49:18.390Z] c830e2622b0d: Layer already exists [2023-08-02T00:49:18.390Z] 3049a933666e: Layer already exists [2023-08-02T00:49:18.390Z] 81b5de90ec43: Layer already exists [2023-08-02T00:49:18.390Z] 0386d999b44c: Layer already exists [2023-08-02T00:49:18.390Z] 550be87166ff: Layer already exists [2023-08-02T00:49:18.390Z] 5e0640380f07: Layer already exists [2023-08-02T00:49:18.390Z] main: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-02T00:49:18.702Z] ===================================================== [Pipeline] echo [2023-08-02T00:49:18.708Z] taggedImages: [2023-08-02T00:49:18.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [2023-08-02T00:49:18.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2023-08-02T00:49:18.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 [2023-08-02T00:49:18.708Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [2023-08-02T00:49:18.708Z] - 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-08-02T00:49:19.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-02T00:49:19.089Z] [2023-08-02T00:49:19.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:19.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-02T00:49:19.413Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-02T00:49:19.413Z] 8998bd30e6a1: Pulling fs layer [2023-08-02T00:49:19.413Z] 04944245beec: Pulling fs layer [2023-08-02T00:49:19.413Z] 699f458cf7ca: Pulling fs layer [2023-08-02T00:49:19.413Z] 765212b225bb: Pulling fs layer [2023-08-02T00:49:19.413Z] f23df028b6ca: Pulling fs layer [2023-08-02T00:49:19.413Z] d65c8cfc05b1: Pulling fs layer [2023-08-02T00:49:19.413Z] 2437ff75d9bd: Pulling fs layer [2023-08-02T00:49:19.413Z] 765212b225bb: Waiting [2023-08-02T00:49:19.413Z] f23df028b6ca: Waiting [2023-08-02T00:49:19.413Z] d65c8cfc05b1: Waiting [2023-08-02T00:49:19.413Z] 2437ff75d9bd: Waiting [2023-08-02T00:49:19.678Z] 04944245beec: Verifying Checksum [2023-08-02T00:49:19.679Z] 04944245beec: Download complete [2023-08-02T00:49:19.679Z] 765212b225bb: Verifying Checksum [2023-08-02T00:49:19.679Z] 765212b225bb: Download complete [2023-08-02T00:49:19.679Z] f23df028b6ca: Verifying Checksum [2023-08-02T00:49:19.679Z] f23df028b6ca: Download complete [2023-08-02T00:49:19.679Z] d65c8cfc05b1: Verifying Checksum [2023-08-02T00:49:19.679Z] d65c8cfc05b1: Download complete [2023-08-02T00:49:19.679Z] 699f458cf7ca: Verifying Checksum [2023-08-02T00:49:19.679Z] 699f458cf7ca: Download complete [2023-08-02T00:49:20.259Z] 8998bd30e6a1: Verifying Checksum [2023-08-02T00:49:20.259Z] 8998bd30e6a1: Download complete [2023-08-02T00:49:22.195Z] 2437ff75d9bd: Verifying Checksum [2023-08-02T00:49:22.195Z] 2437ff75d9bd: Download complete [2023-08-02T00:49:24.131Z] 8998bd30e6a1: Pull complete [2023-08-02T00:49:24.396Z] 04944245beec: Pull complete [2023-08-02T00:49:25.797Z] 699f458cf7ca: Pull complete [2023-08-02T00:49:26.063Z] 765212b225bb: Pull complete [2023-08-02T00:49:26.644Z] f23df028b6ca: Pull complete [2023-08-02T00:49:26.910Z] d65c8cfc05b1: Pull complete [2023-08-02T00:49:41.879Z] 2437ff75d9bd: Pull complete [2023-08-02T00:49:41.879Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-02T00:49:41.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-02T00:49:41.879Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:49:42.066Z] prd-ubuntu20.04-docker-arm64-4c-16g-2689 does not seem to be running inside a container [2023-08-02T00:49:42.121Z] $ 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-08-02T00:49:44.570Z] $ docker top 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:49:45.393Z] ---> job-cost.sh [2023-08-02T00:49:45.394Z] lf-activate-venv: SKIPPING [2023-08-02T00:49:45.394Z] INFO: No Stack... [2023-08-02T00:49:45.972Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-02T00:49:46.551Z] INFO: Archiving Costs [Pipeline] sh [2023-08-02T00:49:47.177Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2023-08-02T00:49:47.177Z] + cut -d, -f6 [Pipeline] lock [2023-08-02T00:49:47.206Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [2023-08-02T00:49:47.215Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] did not exist. Created. [2023-08-02T00:49:47.215Z] Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-02T00:49:47.548Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-b1c81a83/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-02T00:49:47.881Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-02T00:49:48.166Z] Warning: overwriting stash ‘stack-cost’ [2023-08-02T00:49:48.663Z] Stashed 1 file(s) [Pipeline] } [2023-08-02T00:49:48.672Z] Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-02T00:49:48.686Z] $ docker stop --time=1 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 [2023-08-02T00:49:50.192Z] $ docker rm -f --volumes 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 [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-08-02T00:49:50.788Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-02T00:49:50.788Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:51.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-02T00:49:51.084Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:49:51.154Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:49:51.184Z] $ 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-08-02T00:49:51.522Z] $ docker top 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a -eo pid,comm [2023-08-02T00:49:51.566Z] 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-08-02T00:49:51.566Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-02T00:49:51.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-02T00:49:51.598Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-02T00:49:51.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-02T00:49:51.702Z] $ docker exec 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a ssh-agent [2023-08-02T00:49:51.799Z] SSH_AUTH_SOCK=/tmp/ssh-Gefi0PxrWGs8/agent.31 [2023-08-02T00:49:51.799Z] SSH_AGENT_PID=37 [2023-08-02T00:49:51.804Z] Running ssh-add (command line suppressed) [2023-08-02T00:49:51.906Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5219157259840768764.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5219157259840768764.key) [2023-08-02T00:49:51.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-02T00:49:52.199Z] + git semver tag [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,360 [run_tag] DEBUG tag force:False [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,360 [check_head_tag] DEBUG check head tag [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,361 [execute] INFO git cat-file --batch-check [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,364 [execute] INFO git cat-file --batch [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,375 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,375 [execute] INFO git tag -a v0.0.2-dev.31 -m v0.0.2-dev.31 [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,376 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.31', '-m', 'v0.0.2-dev.31'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2023-08-02T00:49:52.459Z] 2023-08-02 00:49:52,380 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:49:52.459Z] 0.0.2-dev.31 [Pipeline] } [2023-08-02T00:49:52.469Z] $ docker exec --env ******** --env ******** 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a ssh-agent -k [2023-08-02T00:49:52.566Z] unset SSH_AUTH_SOCK; [2023-08-02T00:49:52.567Z] unset SSH_AGENT_PID; [2023-08-02T00:49:52.567Z] echo Agent pid 37 killed; [2023-08-02T00:49:52.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-02T00:49:52.909Z] + git semver [Pipeline] } [2023-08-02T00:49:53.215Z] $ docker stop --time=1 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a [2023-08-02T00:49:54.487Z] $ docker rm -f --volumes 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:54.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-02T00:49:54.903Z] [2023-08-02T00:49:54.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:49:55.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-02T00:49:55.244Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-02T00:49:55.244Z] ab5ef0e58194: Pulling fs layer [2023-08-02T00:49:55.244Z] 9712f1f96733: Pulling fs layer [2023-08-02T00:49:55.244Z] 63f879dbbcfc: Pulling fs layer [2023-08-02T00:49:55.244Z] 0d9ebad4ef96: Pulling fs layer [2023-08-02T00:49:55.244Z] e9a5061849ea: Pulling fs layer [2023-08-02T00:49:55.244Z] d747dcd14b5f: Pulling fs layer [2023-08-02T00:49:55.244Z] 2de7ff778b66: Pulling fs layer [2023-08-02T00:49:55.244Z] e9a5061849ea: Waiting [2023-08-02T00:49:55.244Z] d747dcd14b5f: Waiting [2023-08-02T00:49:55.244Z] 2de7ff778b66: Waiting [2023-08-02T00:49:55.244Z] 0d9ebad4ef96: Waiting [2023-08-02T00:49:55.244Z] 9712f1f96733: Verifying Checksum [2023-08-02T00:49:55.244Z] 9712f1f96733: Download complete [2023-08-02T00:49:55.504Z] 63f879dbbcfc: Verifying Checksum [2023-08-02T00:49:55.504Z] 63f879dbbcfc: Download complete [2023-08-02T00:49:55.762Z] e9a5061849ea: Verifying Checksum [2023-08-02T00:49:55.762Z] e9a5061849ea: Download complete [2023-08-02T00:49:55.762Z] 0d9ebad4ef96: Verifying Checksum [2023-08-02T00:49:55.762Z] 0d9ebad4ef96: Download complete [2023-08-02T00:49:55.762Z] d747dcd14b5f: Download complete [2023-08-02T00:49:55.762Z] ab5ef0e58194: Verifying Checksum [2023-08-02T00:49:55.762Z] ab5ef0e58194: Download complete [2023-08-02T00:49:55.762Z] 2de7ff778b66: Verifying Checksum [2023-08-02T00:49:55.762Z] 2de7ff778b66: Download complete [2023-08-02T00:49:58.292Z] ab5ef0e58194: Pull complete [2023-08-02T00:49:58.292Z] 9712f1f96733: Pull complete [2023-08-02T00:49:58.858Z] 63f879dbbcfc: Pull complete [2023-08-02T00:50:02.140Z] 0d9ebad4ef96: Pull complete [2023-08-02T00:50:02.397Z] e9a5061849ea: Pull complete [2023-08-02T00:50:02.655Z] d747dcd14b5f: Pull complete [2023-08-02T00:50:03.591Z] 2de7ff778b66: Pull complete [2023-08-02T00:50:03.591Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-02T00:50:03.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-02T00:50:03.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:50:03.665Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:50:03.697Z] $ 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-08-02T00:50:07.646Z] $ docker top f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-02T00:50:07.711Z] provisioning config files... [2023-08-02T00:50:07.717Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11465444120647142443tmp [2023-08-02T00:50:07.727Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3682843401601490396tmp [2023-08-02T00:50:07.737Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15989535544061814867tmp [Pipeline] { [Pipeline] echo [2023-08-02T00:50:07.748Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:08.029Z] ---> sigul-configuration.sh [2023-08-02T00:50:08.029Z] gpg: directory `/root/.gnupg' created [2023-08-02T00:50:08.029Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-02T00:50:08.029Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-02T00:50:08.029Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-02T00:50:08.029Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-02T00:50:08.029Z] gpg: CAST5 encrypted data [2023-08-02T00:50:08.029Z] gpg: encrypted with 1 passphrase [2023-08-02T00:50:08.029Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-02T00:50:08.311Z] + mkdir /home/jenkins [2023-08-02T00:50:08.311Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-02T00:50:08.595Z] + 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-08-02T00:50:08.603Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:08.884Z] ---> sigul-install.sh [2023-08-02T00:50:08.884Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-02T00:50:09.168Z] + git tag --list [2023-08-02T00:50:09.168Z] v0.0.1 [2023-08-02T00:50:09.168Z] v0.0.2-dev.1 [2023-08-02T00:50:09.168Z] v0.0.2-dev.10 [2023-08-02T00:50:09.168Z] v0.0.2-dev.11 [2023-08-02T00:50:09.168Z] v0.0.2-dev.12 [2023-08-02T00:50:09.168Z] v0.0.2-dev.13 [2023-08-02T00:50:09.168Z] v0.0.2-dev.14 [2023-08-02T00:50:09.168Z] v0.0.2-dev.15 [2023-08-02T00:50:09.168Z] v0.0.2-dev.16 [2023-08-02T00:50:09.168Z] v0.0.2-dev.17 [2023-08-02T00:50:09.168Z] v0.0.2-dev.18 [2023-08-02T00:50:09.168Z] v0.0.2-dev.19 [2023-08-02T00:50:09.168Z] v0.0.2-dev.2 [2023-08-02T00:50:09.168Z] v0.0.2-dev.20 [2023-08-02T00:50:09.168Z] v0.0.2-dev.21 [2023-08-02T00:50:09.168Z] v0.0.2-dev.22 [2023-08-02T00:50:09.168Z] v0.0.2-dev.23 [2023-08-02T00:50:09.168Z] v0.0.2-dev.24 [2023-08-02T00:50:09.168Z] v0.0.2-dev.25 [2023-08-02T00:50:09.168Z] v0.0.2-dev.26 [2023-08-02T00:50:09.168Z] v0.0.2-dev.27 [2023-08-02T00:50:09.168Z] v0.0.2-dev.28 [2023-08-02T00:50:09.168Z] v0.0.2-dev.29 [2023-08-02T00:50:09.168Z] v0.0.2-dev.3 [2023-08-02T00:50:09.168Z] v0.0.2-dev.30 [2023-08-02T00:50:09.168Z] v0.0.2-dev.31 [2023-08-02T00:50:09.168Z] v0.0.2-dev.4 [2023-08-02T00:50:09.168Z] v0.0.2-dev.5 [2023-08-02T00:50:09.168Z] v0.0.2-dev.6 [2023-08-02T00:50:09.168Z] v0.0.2-dev.7 [2023-08-02T00:50:09.168Z] v0.0.2-dev.8 [2023-08-02T00:50:09.168Z] v0.0.2-dev.9 [Pipeline] sh [2023-08-02T00:50:09.452Z] + lftools sign git-tag v0.0.2-dev.31 [2023-08-02T00:50:10.019Z] Signing Git tag with Sigul... [2023-08-02T00:50:10.019Z] Signing v0.0.2-dev.31 [Pipeline] echo [2023-08-02T00:50:10.598Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:10.881Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-02T00:50:10.888Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-02T00:50:10.905Z] $ docker stop --time=1 f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 [2023-08-02T00:50:12.203Z] $ docker rm -f --volumes f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-02T00:50:12.599Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-02T00:50:12.599Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:50:12.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-02T00:50:12.894Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:50:12.972Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:50:13.007Z] $ 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-08-02T00:50:13.320Z] $ docker top 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e -eo pid,comm [2023-08-02T00:50:13.365Z] 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-08-02T00:50:13.365Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-02T00:50:13.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-02T00:50:13.390Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-02T00:50:13.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-02T00:50:13.502Z] $ docker exec 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e ssh-agent [2023-08-02T00:50:13.607Z] SSH_AUTH_SOCK=/tmp/ssh-Pz0ikYw6qg8h/agent.32 [2023-08-02T00:50:13.607Z] SSH_AGENT_PID=39 [2023-08-02T00:50:13.611Z] Running ssh-add (command line suppressed) [2023-08-02T00:50:13.710Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13618908836904585754.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13618908836904585754.key) [2023-08-02T00:50:13.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-02T00:50:14.012Z] + git semver bump pre [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,179 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,179 [bump_version] DEBUG bumping version:0.0.2-dev.31 on axis:pre with prefix:dev [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,180 [bump_version] DEBUG bumped version:0.0.2-dev.32 [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,180 [write_version] DEBUG write version:0.0.2-dev.32 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,180 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,180 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,181 [execute] INFO git cat-file --batch-check [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,186 [execute] INFO git cat-file --batch [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,187 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-02T00:50:14.271Z] 2023-08-02 00:50:14,192 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:50:14.271Z] 0.0.2-dev.32 [Pipeline] } [2023-08-02T00:50:14.281Z] $ docker exec --env ******** --env ******** 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e ssh-agent -k [2023-08-02T00:50:14.372Z] unset SSH_AUTH_SOCK; [2023-08-02T00:50:14.372Z] unset SSH_AGENT_PID; [2023-08-02T00:50:14.372Z] echo Agent pid 39 killed; [2023-08-02T00:50:14.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-02T00:50:14.685Z] + git semver [Pipeline] } [2023-08-02T00:50:14.957Z] $ docker stop --time=1 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e [2023-08-02T00:50:16.226Z] $ docker rm -f --volumes 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-02T00:50:16.560Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-02T00:50:16.560Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:50:16.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-02T00:50:16.857Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:50:16.929Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:50:16.957Z] $ 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-08-02T00:50:17.299Z] $ docker top b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 -eo pid,comm [2023-08-02T00:50:17.344Z] 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-08-02T00:50:17.344Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-02T00:50:17.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-02T00:50:17.380Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-02T00:50:17.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-02T00:50:17.494Z] $ docker exec b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 ssh-agent [2023-08-02T00:50:17.593Z] SSH_AUTH_SOCK=/tmp/ssh-nz69k2nUWV0E/agent.31 [2023-08-02T00:50:17.593Z] SSH_AGENT_PID=37 [2023-08-02T00:50:17.599Z] Running ssh-add (command line suppressed) [2023-08-02T00:50:17.698Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9774787357142087741.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9774787357142087741.key) [2023-08-02T00:50:17.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-02T00:50:17.998Z] + git semver push [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,191 [run_push] DEBUG push [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,191 [execute] INFO git cat-file --batch-check [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,191 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,194 [execute] INFO git rev-list 13039aaa9d3ecc75808bf06c37b06820de4a1a1a -- [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,194 [execute] DEBUG Popen(['git', 'rev-list', '13039aaa9d3ecc75808bf06c37b06820de4a1a1a', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,199 [execute] INFO git fetch -v origin [2023-08-02T00:50:18.255Z] 2023-08-02 00:50:18,199 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-02T00:50:18.823Z] 2023-08-02 00:50:18,751 [run_push] DEBUG no remote changes detected [2023-08-02T00:50:18.823Z] 2023-08-02 00:50:18,751 [execute] INFO git push origin semver [2023-08-02T00:50:18.823Z] 2023-08-02 00:50:18,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-02T00:50:19.759Z] 2023-08-02 00:50:19,502 [run_push] DEBUG push all version tags [2023-08-02T00:50:19.759Z] 2023-08-02 00:50:19,503 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-02T00:50:19.759Z] 2023-08-02 00:50:19,503 [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-08-02T00:50:20.327Z] 2023-08-02 00:50:20,287 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2023-08-02T00:50:20.327Z] 0.0.2-dev.32 [Pipeline] } [2023-08-02T00:50:20.336Z] $ docker exec --env ******** --env ******** b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 ssh-agent -k [2023-08-02T00:50:20.428Z] unset SSH_AUTH_SOCK; [2023-08-02T00:50:20.429Z] unset SSH_AGENT_PID; [2023-08-02T00:50:20.429Z] echo Agent pid 37 killed; [2023-08-02T00:50:20.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-02T00:50:20.733Z] + git semver [Pipeline] } [2023-08-02T00:50:21.002Z] $ docker stop --time=1 b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 [2023-08-02T00:50:22.296Z] $ docker rm -f --volumes b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-02T00:50:22.752Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2023-08-02T00:50:22.752Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-08-02T00:50:22.752Z] total 16 [2023-08-02T00:50:22.752Z] drwxr-xr-x 3 root root 4096 Aug 2 00:07 . [2023-08-02T00:50:22.752Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 00:50 .. [2023-08-02T00:50:22.752Z] drwxr-xr-x 2 root root 4096 Aug 2 00:07 cost [2023-08-02T00:50:22.752Z] -rw-r--r-- 1 root root 87 Aug 2 00:07 cost.csv [2023-08-02T00:50:22.752Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-08-02T00:50:22.752Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2023-08-02T00:50:22.752Z] total 16 [2023-08-02T00:50:22.752Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 2 00:07 . [2023-08-02T00:50:22.752Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 00:50 .. [2023-08-02T00:50:22.752Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 2 00:07 cost [2023-08-02T00:50:22.752Z] -rw-r--r-- 1 jenkins jenkins 87 Aug 2 00:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:23.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:23.898Z] ---> package-listing.sh [2023-08-02T00:50:23.898Z] ++ facter osfamily [2023-08-02T00:50:23.898Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-02T00:50:24.157Z] + OS_FAMILY=debian [2023-08-02T00:50:24.157Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2023-08-02T00:50:24.157Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-02T00:50:24.157Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-02T00:50:24.157Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-02T00:50:24.157Z] + PACKAGES=/tmp/packages_start.txt [2023-08-02T00:50:24.157Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-08-02T00:50:24.157Z] + PACKAGES=/tmp/packages_end.txt [2023-08-02T00:50:24.157Z] + case "${OS_FAMILY}" in [2023-08-02T00:50:24.157Z] + dpkg -l [2023-08-02T00:50:24.157Z] + grep '^ii' [2023-08-02T00:50:24.157Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-02T00:50:24.157Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-02T00:50:24.157Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-02T00:50:24.157Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2023-08-02T00:50:24.157Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2023-08-02T00:50:24.157Z] + 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-08-02T00:50:24.166Z] 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-08-02T00:50:24.439Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-02T00:50:24.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-02T00:50:24.998Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-02T00:50:25.068Z] prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container [2023-08-02T00:50:25.100Z] $ 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-08-02T00:50:25.294Z] $ docker top 98f7db07d74c75089e11e98f0955c418aa3585012847662d255606db16ddef6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-02T00:50:25.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-02T00:50:25.913Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-02T00:50:26.198Z] + ls /var/log/sa-host [2023-08-02T00:50:26.198Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-02T00:50:26.262Z] provisioning config files... [2023-08-02T00:50:26.270Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config2918182076956908120tmp [Pipeline] { [Pipeline] echo [2023-08-02T00:50:26.283Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:26.564Z] ---> create-netrc.sh [Pipeline] } [2023-08-02T00:50:26.571Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:26.889Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-02T00:50:26.899Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:27.184Z] ---> sudo-logs.sh [2023-08-02T00:50:27.185Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-02T00:50:27.212Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:27.495Z] ---> job-cost.sh [2023-08-02T00:50:27.496Z] lf-activate-venv: SKIPPING [2023-08-02T00:50:27.496Z] DEBUG: total: 0.2199999988079071 [2023-08-02T00:50:27.496Z] INFO: Retrieving Stack Cost... [2023-08-02T00:50:28.064Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-02T00:50:28.324Z] INFO: Archiving Costs [Pipeline] echo [2023-08-02T00:50:28.335Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-02T00:50:28.617Z] ---> logs-deploy.sh [2023-08-02T00:50:28.617Z] lf-activate-venv: SKIPPING [2023-08-02T00:50:28.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/23 [2023-08-02T00:50:28.617Z] INFO: archiving workspace using pattern(s): [2023-08-02T00:50:29.553Z] Archives upload complete. [2023-08-02T00:50:29.553Z] INFO: archiving logs to Nexus