Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e89dd766adf70d3ef5effce142026c21ab88a29 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-ssh2372422261175789836.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh14423575403594053098.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh18216368001567979766.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh7096756236479287693.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-ssh16533197063970354920.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-1118 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 > 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 Avoid second fetch Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 > git rev-list --no-walk 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-29T23:48:02.855Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-29T23:48:02.925Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-29T23:48:02.948Z] ========================================================= [2024-05-29T23:48:02.948Z] EdgeX Global Pipelines Version Info [2024-05-29T23:48:02.948Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-29T23:48:03.672Z] ------------------- [2024-05-29T23:48:03.672Z] stable info: [2024-05-29T23:48:03.672Z] ------------------- [2024-05-29T23:48:03.672Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T23:48:03.672Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-29T23:48:03.672Z] Message: update stable to v1.0.260 [2024-05-29T23:48:04.241Z] ------------------- [2024-05-29T23:48:04.241Z] experimental info: [2024-05-29T23:48:04.241Z] ------------------- [2024-05-29T23:48:04.241Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T23:48:04.241Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-29T23:48:04.241Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-05-29T23:48:04.324Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-05-29T23:48:04.341Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-05-29T23:48:04.359Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-29T23:48:04.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-29T23:48:04.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-29T23:48:04.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-05-29T23:48:04.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-29T23:48:04.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-05-29T23:48:04.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-05-29T23:48:04.485Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T23:48:04.507Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-05-29T23:48:04.525Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-05-29T23:48:04.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-29T23:48:04.560Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-29T23:48:04.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-29T23:48:04.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-29T23:48:04.610Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-29T23:48:04.632Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo [2024-05-29T23:48:04.654Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo [2024-05-29T23:48:04.677Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T23:48:04.739Z] provisioning config files... [2024-05-29T23:48:04.755Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12260078922059938702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T23:48:05.099Z] ---> ****-login.sh [2024-05-29T23:48:05.099Z] nexus3.edgexfoundry.org:10001 [2024-05-29T23:48:05.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:05.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:05.359Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:05.359Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:05.359Z] [2024-05-29T23:48:05.359Z] Login Succeeded [2024-05-29T23:48:05.359Z] nexus3.edgexfoundry.org:10002 [2024-05-29T23:48:05.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:05.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:05.622Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:05.622Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:05.622Z] [2024-05-29T23:48:05.622Z] Login Succeeded [2024-05-29T23:48:05.622Z] nexus3.edgexfoundry.org:10003 [2024-05-29T23:48:05.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:05.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:05.622Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:05.622Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:05.622Z] [2024-05-29T23:48:05.622Z] Login Succeeded [2024-05-29T23:48:05.622Z] nexus3.edgexfoundry.org:10004 [2024-05-29T23:48:05.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:05.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:05.885Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:05.885Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:05.885Z] [2024-05-29T23:48:05.885Z] Login Succeeded [2024-05-29T23:48:05.885Z] ****.io [2024-05-29T23:48:05.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:06.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:06.146Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:06.146Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:06.146Z] [2024-05-29T23:48:06.146Z] Login Succeeded [2024-05-29T23:48:06.146Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T23:48:06.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-29T23:48:06.769Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T23:48:06.769Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-29T23:48:06.769Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-29T23:48:06.769Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-29T23:48:06.769Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-29T23:48:06.769Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-29T23:48:06.769Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:48:07.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T23:48:07.197Z] [2024-05-29T23:48:07.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:48:07.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T23:48:07.496Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-29T23:48:07.496Z] b85a868b505f: Pulling fs layer [2024-05-29T23:48:07.496Z] e2be974225ed: Pulling fs layer [2024-05-29T23:48:07.496Z] 339a4e72a1f5: Pulling fs layer [2024-05-29T23:48:07.496Z] 988bab9f4d93: Pulling fs layer [2024-05-29T23:48:07.496Z] 1469e6f7b9e6: Pulling fs layer [2024-05-29T23:48:07.496Z] eaf3925da568: Pulling fs layer [2024-05-29T23:48:07.496Z] bab4dde63d76: Pulling fs layer [2024-05-29T23:48:07.496Z] bde34c3a00c8: Pulling fs layer [2024-05-29T23:48:07.496Z] b352a97aabf1: Pulling fs layer [2024-05-29T23:48:07.496Z] 4872d77fe225: Pulling fs layer [2024-05-29T23:48:07.496Z] 5851b861e8e6: Pulling fs layer [2024-05-29T23:48:07.496Z] eaf3925da568: Waiting [2024-05-29T23:48:07.496Z] bab4dde63d76: Waiting [2024-05-29T23:48:07.496Z] bde34c3a00c8: Waiting [2024-05-29T23:48:07.496Z] b352a97aabf1: Waiting [2024-05-29T23:48:07.496Z] 4872d77fe225: Waiting [2024-05-29T23:48:07.496Z] 5851b861e8e6: Waiting [2024-05-29T23:48:07.496Z] 988bab9f4d93: Waiting [2024-05-29T23:48:07.496Z] 1469e6f7b9e6: Waiting [2024-05-29T23:48:07.496Z] e2be974225ed: Verifying Checksum [2024-05-29T23:48:07.496Z] e2be974225ed: Download complete [2024-05-29T23:48:07.496Z] 988bab9f4d93: Download complete [2024-05-29T23:48:07.496Z] 1469e6f7b9e6: Verifying Checksum [2024-05-29T23:48:07.496Z] 1469e6f7b9e6: Download complete [2024-05-29T23:48:07.496Z] eaf3925da568: Verifying Checksum [2024-05-29T23:48:07.496Z] eaf3925da568: Download complete [2024-05-29T23:48:07.755Z] 339a4e72a1f5: Verifying Checksum [2024-05-29T23:48:07.755Z] 339a4e72a1f5: Download complete [2024-05-29T23:48:07.755Z] bde34c3a00c8: Download complete [2024-05-29T23:48:07.755Z] b352a97aabf1: Verifying Checksum [2024-05-29T23:48:07.755Z] b352a97aabf1: Download complete [2024-05-29T23:48:07.755Z] 4872d77fe225: Verifying Checksum [2024-05-29T23:48:07.755Z] 4872d77fe225: Download complete [2024-05-29T23:48:07.755Z] 5851b861e8e6: Verifying Checksum [2024-05-29T23:48:07.755Z] 5851b861e8e6: Download complete [2024-05-29T23:48:07.755Z] b85a868b505f: Verifying Checksum [2024-05-29T23:48:07.755Z] b85a868b505f: Download complete [2024-05-29T23:48:08.012Z] bab4dde63d76: Verifying Checksum [2024-05-29T23:48:08.012Z] bab4dde63d76: Download complete [2024-05-29T23:48:08.948Z] b85a868b505f: Pull complete [2024-05-29T23:48:08.948Z] e2be974225ed: Pull complete [2024-05-29T23:48:09.515Z] 339a4e72a1f5: Pull complete [2024-05-29T23:48:09.515Z] 988bab9f4d93: Pull complete [2024-05-29T23:48:09.774Z] 1469e6f7b9e6: Pull complete [2024-05-29T23:48:09.774Z] eaf3925da568: Pull complete [2024-05-29T23:48:11.674Z] bab4dde63d76: Pull complete [2024-05-29T23:48:11.674Z] bde34c3a00c8: Pull complete [2024-05-29T23:48:11.674Z] b352a97aabf1: Pull complete [2024-05-29T23:48:11.674Z] 4872d77fe225: Pull complete [2024-05-29T23:48:11.674Z] 5851b861e8e6: Pull complete [2024-05-29T23:48:11.933Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-29T23:48:11.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T23:48:11.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T23:48:12.064Z] prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container [2024-05-29T23:48:12.093Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T23:48:15.002Z] $ docker top 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 -eo pid,comm [2024-05-29T23:48:15.055Z] 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). [2024-05-29T23:48:15.056Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T23:48:15.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T23:48:15.115Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T23:48:15.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T23:48:15.224Z] $ docker exec 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent [2024-05-29T23:48:15.317Z] SSH_AUTH_SOCK=/tmp/ssh-5TbVlvpGgJu8/agent.32 [2024-05-29T23:48:15.317Z] SSH_AGENT_PID=38 [2024-05-29T23:48:15.322Z] Running ssh-add (command line suppressed) [2024-05-29T23:48:15.416Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4818295336304123477.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4818295336304123477.key) [2024-05-29T23:48:15.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T23:48:15.722Z] + git tag --points-at HEAD [Pipeline] } [2024-05-29T23:48:15.745Z] $ docker exec --env ******** --env ******** 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent -k [2024-05-29T23:48:15.839Z] unset SSH_AUTH_SOCK; [2024-05-29T23:48:15.840Z] unset SSH_AGENT_PID; [2024-05-29T23:48:15.840Z] echo Agent pid 38 killed; [2024-05-29T23:48:15.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-29T23:48:15.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T23:48:15.883Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T23:48:15.993Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T23:48:15.995Z] $ docker exec 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent [2024-05-29T23:48:16.106Z] SSH_AUTH_SOCK=/tmp/ssh-HAV23ynv6eie/agent.72 [2024-05-29T23:48:16.106Z] SSH_AGENT_PID=78 [2024-05-29T23:48:16.110Z] Running ssh-add (command line suppressed) [2024-05-29T23:48:16.198Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15570328021918540175.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15570328021918540175.key) [2024-05-29T23:48:16.212Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T23:48:16.502Z] + git semver init [2024-05-29T23:48:16.761Z] 2024-05-29 23:48:16,672 [run_init] DEBUG init version:0.0.0 force:False [2024-05-29T23:48:16.761Z] 2024-05-29 23:48:16,673 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T23:48:16.761Z] 2024-05-29 23:48:16,673 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T23:48:16.761Z] 2024-05-29 23:48:16,674 [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) [2024-05-29T23:48:17.330Z] 2024-05-29 23:48:17,253 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2024-05-29T23:48:17.330Z] 2024-05-29 23:48:17,253 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2024-05-29T23:48:17.330Z] 2024-05-29 23:48:17,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T23:48:17.330Z] 2024-05-29 23:48:17,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T23:48:17.330Z] 0.0.2-dev.42 [Pipeline] } [2024-05-29T23:48:17.338Z] $ docker exec --env ******** --env ******** 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent -k [2024-05-29T23:48:17.431Z] unset SSH_AUTH_SOCK; [2024-05-29T23:48:17.433Z] unset SSH_AGENT_PID; [2024-05-29T23:48:17.433Z] echo Agent pid 78 killed; [2024-05-29T23:48:17.440Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T23:48:17.768Z] + git semver [Pipeline] } [2024-05-29T23:48:18.040Z] $ docker stop --time=1 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 [2024-05-29T23:48:19.365Z] $ docker rm -f --volumes 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T23:48:19.700Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-29T23:48:19.919Z] Stashed 1 file(s) [Pipeline] echo [2024-05-29T23:48:19.923Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.42 [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 [2024-05-29T23:48:20.078Z] provisioning config files... [2024-05-29T23:48:20.086Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16920559477864214474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T23:48:20.382Z] ---> ****-login.sh [2024-05-29T23:48:20.383Z] nexus3.edgexfoundry.org:10001 [2024-05-29T23:48:20.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:20.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:20.383Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:20.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:20.383Z] [2024-05-29T23:48:20.383Z] Login Succeeded [2024-05-29T23:48:20.383Z] nexus3.edgexfoundry.org:10002 [2024-05-29T23:48:20.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:20.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:20.383Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:20.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:20.383Z] [2024-05-29T23:48:20.383Z] Login Succeeded [2024-05-29T23:48:20.383Z] nexus3.edgexfoundry.org:10003 [2024-05-29T23:48:20.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:20.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:20.642Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:20.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:20.642Z] [2024-05-29T23:48:20.642Z] Login Succeeded [2024-05-29T23:48:20.642Z] nexus3.edgexfoundry.org:10004 [2024-05-29T23:48:20.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:20.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:20.642Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:20.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:20.642Z] [2024-05-29T23:48:20.642Z] Login Succeeded [2024-05-29T23:48:20.642Z] ****.io [2024-05-29T23:48:20.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:48:20.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:48:20.902Z] Configure a credential helper to remove this warning. See [2024-05-29T23:48:20.902Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:48:20.902Z] [2024-05-29T23:48:20.902Z] Login Succeeded [2024-05-29T23:48:20.902Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T23:48:20.909Z] 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 [2024-05-29T23:48:21.592Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T23:48:21.879Z] + ls -al . [2024-05-29T23:48:21.879Z] total 72 [2024-05-29T23:48:21.879Z] drwxrwxr-x 7 jenkins jenkins 4096 May 29 23:48 . [2024-05-29T23:48:21.879Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:47 .. [2024-05-29T23:48:21.879Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:48 .git [2024-05-29T23:48:21.879Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 23:47 .github [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:47 .gitignore [2024-05-29T23:48:21.879Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:48 .semver [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 23:47 Dockerfile [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:47 Jenkinsfile [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:47 LICENSE [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 23:47 README.md [2024-05-29T23:48:21.879Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:47 TAF-Manager [2024-05-29T23:48:21.879Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:47 TUC [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 23:48 VERSION [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 23:47 requirements.txt [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:47 robot-entrypoint.sh [2024-05-29T23:48:21.879Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:47 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:48:22.189Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=amd64 --label version=0.0.2-dev.42 . [2024-05-29T23:48:22.189Z] Sending build context to Docker daemon 589.3kB [2024-05-29T23:48:22.189Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T23:48:23.127Z] 3.20: Pulling from library/alpine [2024-05-29T23:48:23.127Z] d25f557d7f31: Pulling fs layer [2024-05-29T23:48:23.386Z] d25f557d7f31: Verifying Checksum [2024-05-29T23:48:23.386Z] d25f557d7f31: Download complete [2024-05-29T23:48:23.386Z] d25f557d7f31: Pull complete [2024-05-29T23:48:23.646Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T23:48:23.646Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T23:48:23.646Z] ---> 1d34ffeaf190 [2024-05-29T23:48:23.646Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T23:48:23.646Z] ---> Running in 055ca4bd174d [2024-05-29T23:48:23.646Z] Removing intermediate container 055ca4bd174d [2024-05-29T23:48:23.646Z] ---> c3d85e5d83a6 [2024-05-29T23:48:23.646Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T23:48:23.646Z] ---> Running in 0ff0485f344e [2024-05-29T23:48:23.905Z] Removing intermediate container 0ff0485f344e [2024-05-29T23:48:23.905Z] ---> 9893877891cb [2024-05-29T23:48:23.905Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T23:48:23.905Z] ---> 066cadbe60ea [2024-05-29T23:48:23.905Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T23:48:24.164Z] ---> 5d5693dcb5f6 [2024-05-29T23:48:24.164Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T23:48:24.164Z] ---> 679a79c5a746 [2024-05-29T23:48:24.164Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T23:48:24.422Z] ---> Running in a75b8152260f [2024-05-29T23:48:24.422Z] Removing intermediate container a75b8152260f [2024-05-29T23:48:24.422Z] ---> 499a387d8d57 [2024-05-29T23:48:24.422Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T23:48:24.422Z] ---> Running in 8aff8ee7a6d4 [2024-05-29T23:48:24.989Z] Removing intermediate container 8aff8ee7a6d4 [2024-05-29T23:48:24.989Z] ---> 5ff9d8bd27a1 [2024-05-29T23:48:24.989Z] 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.5-r2 && 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 && rm /usr/lib/python*/EXTERNALLY-MANAGED && 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 [2024-05-29T23:48:24.989Z] ---> Running in 8f75e5e562d6 [2024-05-29T23:48:25.250Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:25.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:26.388Z] OK: 8 MiB in 14 packages [2024-05-29T23:48:26.647Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:26.905Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:27.840Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T23:48:28.100Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T23:48:28.360Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T23:48:28.929Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T23:48:29.189Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T23:48:29.448Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T23:48:30.018Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T23:48:30.278Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T23:48:30.538Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T23:48:31.106Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T23:48:31.364Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T23:48:31.934Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T23:48:32.502Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T23:48:32.762Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T23:48:33.331Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:48:33.331Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T23:48:33.331Z] OK: 43 MiB in 28 packages [2024-05-29T23:48:33.331Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:33.901Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:48:34.469Z] (1/167) Installing libexpat (2.6.2-r0) [2024-05-29T23:48:34.728Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-05-29T23:48:34.988Z] (3/167) Installing libpng (1.6.43-r0) [2024-05-29T23:48:35.017Z] Still waiting to schedule task [2024-05-29T23:48:35.017Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-05-29T23:48:35.557Z] (4/167) Installing freetype (2.13.2-r0) [2024-05-29T23:48:35.815Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-05-29T23:48:36.382Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-05-29T23:48:36.642Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-05-29T23:48:36.901Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-05-29T23:48:37.469Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-05-29T23:48:37.728Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T23:48:37.988Z] (11/167) Installing libffi (3.4.6-r0) [2024-05-29T23:48:38.248Z] (12/167) Installing libintl (0.22.5-r0) [2024-05-29T23:48:38.508Z] (13/167) Installing libeconf (0.6.3-r0) [2024-05-29T23:48:39.078Z] (14/167) Installing libblkid (2.40.1-r1) [2024-05-29T23:48:39.338Z] (15/167) Installing libmount (2.40.1-r1) [2024-05-29T23:48:39.597Z] (16/167) Installing pcre2 (10.43-r0) [2024-05-29T23:48:40.165Z] (17/167) Installing glib (2.80.2-r0) [2024-05-29T23:48:40.424Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T23:48:40.993Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-05-29T23:48:41.252Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-05-29T23:48:41.820Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-05-29T23:48:42.390Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T23:48:42.649Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T23:48:43.217Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-05-29T23:48:43.217Z] (25/167) Installing libwebp (1.3.2-r0) [2024-05-29T23:48:43.786Z] (26/167) Installing tiff (4.6.0t-r0) [2024-05-29T23:48:44.045Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T23:48:44.614Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T23:48:44.614Z] (29/167) Installing libxau (1.0.11-r4) [2024-05-29T23:48:44.873Z] (30/167) Installing libmd (1.1.0-r0) [2024-05-29T23:48:45.133Z] (31/167) Installing libbsd (0.12.2-r0) [2024-05-29T23:48:45.393Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-05-29T23:48:45.652Z] (33/167) Installing libxcb (1.16.1-r0) [2024-05-29T23:48:46.221Z] (34/167) Installing libx11 (1.8.9-r1) [2024-05-29T23:48:46.481Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-05-29T23:48:46.741Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-05-29T23:48:47.000Z] (37/167) Installing libxrender (0.9.11-r5) [2024-05-29T23:48:47.259Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-05-29T23:48:47.828Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-05-29T23:48:47.828Z] (40/167) Installing libxext (1.3.6-r2) [2024-05-29T23:48:48.088Z] (41/167) Installing libxi (1.8.1-r4) [2024-05-29T23:48:48.657Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-05-29T23:48:48.657Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-05-29T23:48:48.916Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T23:48:49.484Z] (45/167) Installing libxtst (1.2.4-r6) [2024-05-29T23:48:49.484Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-05-29T23:48:50.050Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-05-29T23:48:50.309Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T23:48:50.569Z] (49/167) Installing pixman (0.43.2-r0) [2024-05-29T23:48:51.137Z] (50/167) Installing cairo (1.18.0-r0) [2024-05-29T23:48:51.705Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-05-29T23:48:51.705Z] (52/167) Installing avahi-libs (0.8-r17) [2024-05-29T23:48:52.273Z] (53/167) Installing gmp (6.3.0-r1) [2024-05-29T23:48:52.532Z] (54/167) Installing nettle (3.9.1-r0) [2024-05-29T23:48:53.100Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-05-29T23:48:53.358Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-05-29T23:48:53.618Z] (57/167) Installing gnutls (3.8.5-r0) [2024-05-29T23:48:54.187Z] (58/167) Installing cups-libs (2.4.8-r0) [2024-05-29T23:48:54.755Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-05-29T23:48:55.014Z] (60/167) Installing fribidi (1.0.14-r0) [2024-05-29T23:48:55.273Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-05-29T23:48:55.532Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-05-29T23:48:56.101Z] (63/167) Installing libxft (2.3.8-r3) [2024-05-29T23:48:56.669Z] (64/167) Installing pango (1.52.2-r0) [2024-05-29T23:48:57.237Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T23:48:57.496Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T23:48:57.755Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T23:48:58.014Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-05-29T23:48:58.273Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-05-29T23:48:58.842Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T23:48:59.409Z] (71/167) Installing icu-data-full (74.2-r0) [2024-05-29T23:48:59.977Z] (72/167) Installing mesa (24.0.8-r1) [2024-05-29T23:49:00.236Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-05-29T23:49:05.510Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-05-29T23:49:05.769Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-05-29T23:49:06.031Z] (76/167) Installing libdrm (2.4.120-r0) [2024-05-29T23:49:06.598Z] (77/167) Installing libelf (0.191-r0) [2024-05-29T23:49:06.598Z] (78/167) Installing mesa-glapi (24.0.8-r1) [2024-05-29T23:49:07.168Z] (79/167) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T23:49:07.737Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-05-29T23:49:07.996Z] (81/167) Installing libmagic (5.45-r1) [2024-05-29T23:49:08.566Z] (82/167) Installing file (5.45-r1) [2024-05-29T23:49:08.825Z] (83/167) Installing xprop (1.2.7-r0) [2024-05-29T23:49:09.086Z] (84/167) Installing libice (1.1.1-r6) [2024-05-29T23:49:09.346Z] (85/167) Installing libuuid (2.40.1-r1) [2024-05-29T23:49:09.605Z] (86/167) Installing libsm (1.2.4-r4) [2024-05-29T23:49:09.866Z] (87/167) Installing libxt (1.3.0-r5) [2024-05-29T23:49:10.433Z] (88/167) Installing libxmu (1.1.4-r2) [2024-05-29T23:49:10.693Z] (89/167) Installing xset (1.2.5-r1) [2024-05-29T23:49:10.954Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-05-29T23:49:11.214Z] (91/167) Installing libogg (1.3.5-r5) [2024-05-29T23:49:11.472Z] (92/167) Installing libflac (1.4.3-r1) [2024-05-29T23:49:12.042Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-05-29T23:49:12.300Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T23:49:12.867Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-05-29T23:49:13.435Z] (96/167) Installing libva (2.21.0-r0) [2024-05-29T23:49:14.003Z] (97/167) Installing libvdpau (1.5-r3) [2024-05-29T23:49:14.263Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-05-29T23:49:14.523Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T23:49:15.092Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-05-29T23:49:15.351Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-05-29T23:49:15.919Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T23:49:16.179Z] (103/167) Installing imath (3.1.11-r2) [2024-05-29T23:49:16.438Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T23:49:17.006Z] (105/167) Installing giflib (5.2.2-r0) [2024-05-29T23:49:17.266Z] (106/167) Installing libhwy (1.0.7-r0) [2024-05-29T23:49:17.525Z] (107/167) Installing lcms2 (2.16-r0) [2024-05-29T23:49:17.784Z] (108/167) Installing libjxl (0.10.2-r0) [2024-05-29T23:49:18.354Z] (109/167) Installing lame-libs (3.100-r5) [2024-05-29T23:49:18.923Z] (110/167) Installing opus (1.5.2-r0) [2024-05-29T23:49:19.182Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-05-29T23:49:19.749Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T23:49:20.012Z] (113/167) Installing soxr (0.1.3-r7) [2024-05-29T23:49:20.273Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T23:49:20.843Z] (115/167) Installing libtheora (1.1.1-r18) [2024-05-29T23:49:21.102Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-05-29T23:49:21.670Z] (117/167) Installing libvpx (1.14.0-r0) [2024-05-29T23:49:21.929Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-05-29T23:49:22.186Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T23:49:22.754Z] (120/167) Installing numactl (2.0.18-r0) [2024-05-29T23:49:23.017Z] (121/167) Installing x265-libs (3.6-r0) [2024-05-29T23:49:23.586Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-05-29T23:49:24.152Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T23:49:24.722Z] (124/167) Installing libbluray (1.3.4-r1) [2024-05-29T23:49:24.982Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-05-29T23:49:25.552Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-05-29T23:49:25.811Z] (127/167) Installing cjson (1.7.18-r0) [2024-05-29T23:49:26.070Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-05-29T23:49:26.640Z] (129/167) Installing librist (0.2.10-r1) [2024-05-29T23:49:26.900Z] (130/167) Installing libsrt (1.5.3-r0) [2024-05-29T23:49:27.467Z] (131/167) Installing libssh (0.10.6-r0) [2024-05-29T23:49:27.727Z] (132/167) Installing libsodium (1.0.19-r0) [2024-05-29T23:49:27.985Z] (133/167) Installing libzmq (4.3.5-r2) [2024-05-29T23:49:28.555Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T23:49:29.125Z] (135/167) Installing crc32c (1.1.2-r0) [2024-05-29T23:49:29.384Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-05-29T23:49:29.644Z] (137/167) Installing libevent (2.1.12-r7) [2024-05-29T23:49:29.903Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T23:49:30.162Z] (139/167) Installing mesa-gbm (24.0.8-r1) [2024-05-29T23:49:30.731Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T23:49:30.991Z] (141/167) Installing icu-libs (74.2-r0) [2024-05-29T23:49:31.564Z] (142/167) Installing minizip (1.3.1-r0) [2024-05-29T23:49:31.822Z] (143/167) Installing nspr (4.35-r4) [2024-05-29T23:49:32.504Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-05-29T23:49:32.762Z] (145/167) Installing nss (3.100-r0) [2024-05-29T23:49:33.330Z] (146/167) Installing openh264 (2.4.1-r0) [2024-05-29T23:49:33.898Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T23:49:34.157Z] (148/167) Installing libunwind (1.8.1-r0) [2024-05-29T23:49:34.417Z] (149/167) Installing yaml (0.2.5-r2) [2024-05-29T23:49:34.675Z] (150/167) Installing libcamera (0.3.0-r0) [2024-05-29T23:49:35.243Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-05-29T23:49:35.502Z] (152/167) Installing libuv (1.48.0-r0) [2024-05-29T23:49:35.761Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T23:49:36.327Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-05-29T23:49:36.585Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T23:49:37.153Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-05-29T23:49:37.719Z] (157/167) Installing libasyncns (0.8-r3) [2024-05-29T23:49:37.978Z] (158/167) Installing libltdl (2.4.7-r3) [2024-05-29T23:49:38.238Z] (159/167) Installing orc (0.4.37-r0) [2024-05-29T23:49:38.497Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-05-29T23:49:39.066Z] (161/167) Installing libpulse (17.0-r0) [2024-05-29T23:49:39.325Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-05-29T23:49:39.584Z] (163/167) Installing libgpg-error (1.49-r0) [2024-05-29T23:49:40.152Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-05-29T23:49:40.412Z] (165/167) Installing libxslt (1.1.39-r1) [2024-05-29T23:49:40.980Z] (166/167) Installing chromium (125.0.6422.112-r0) [2024-05-29T23:49:55.869Z] (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T23:49:55.869Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:49:55.869Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T23:49:55.869Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T23:49:55.869Z] Executing glib-2.80.2-r0.trigger [2024-05-29T23:49:55.869Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T23:49:55.869Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T23:49:55.869Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T23:49:55.869Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T23:49:55.869Z] OK: 657 MiB in 195 packages [2024-05-29T23:49:55.869Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:49:56.436Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:49:57.002Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T23:49:57.260Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T23:49:57.828Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T23:49:58.086Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T23:49:58.666Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T23:49:58.926Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T23:49:59.186Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T23:50:07.306Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T23:50:07.306Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T23:50:07.306Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T23:50:07.568Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T23:50:07.827Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T23:50:08.396Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T23:50:08.964Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T23:50:09.223Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T23:50:09.483Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T23:50:10.050Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T23:50:13.301Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1119 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2024-05-29T23:50:16.361Z] Selected Git installation does not exist. Using Default [2024-05-29T23:50:16.361Z] The recommended git tool is: NONE [2024-05-29T23:50:20.033Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T23:50:23.124Z] using credential edgex-jenkins-ssh [2024-05-29T23:50:23.154Z] Cloning the remote Git repository [2024-05-29T23:50:23.253Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T23:50:23.449Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2024-05-29T23:50:23.790Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T23:50:23.792Z] > git --version # timeout=10 [2024-05-29T23:50:23.952Z] > git --version # 'git version 2.25.1' [2024-05-29T23:50:23.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-29T23:50:24.266Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T23:50:25.026Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-29T23:50:25.104Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T23:50:26.617Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T23:50:26.617Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T23:50:26.617Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T23:50:26.617Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T23:50:26.681Z] Avoid second fetch [2024-05-29T23:50:26.682Z] Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) [2024-05-29T23:50:27.186Z] (23/30) Installing icu (74.2-r0) [2024-05-29T23:50:27.753Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T23:50:27.834Z] Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" [2024-05-29T23:50:28.012Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T23:50:26.701Z] > git config core.sparsecheckout # timeout=10 [2024-05-29T23:50:26.892Z] > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [2024-05-29T23:50:29.387Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T23:50:29.646Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T23:50:29.903Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T23:50:30.470Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T23:50:30.730Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T23:50:31.298Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:50:31.298Z] OK: 1193 MiB in 225 packages [2024-05-29T23:50:31.298Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:50:31.866Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T23:50:32.434Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T23:50:32.836Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-29T23:50:32.836Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T23:50:32.836Z] Dload Upload Total Spent Left Speed [2024-05-29T23:50:32.836Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh [2024-05-29T23:50:33.202Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-29T23:50:33.372Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T23:50:33.372Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T23:50:33.532Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-05-29T23:50:33.532Z] /etc/docker/daemon.json [2024-05-29T23:50:33.532Z] { [2024-05-29T23:50:33.532Z] "registry-mirrors": [ [2024-05-29T23:50:33.533Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-29T23:50:33.533Z] ], [2024-05-29T23:50:33.533Z] "bip": "10.250.0.254/24", [2024-05-29T23:50:33.533Z] "hosts": [ [2024-05-29T23:50:33.533Z] "tcp://0.0.0.0:5555", [2024-05-29T23:50:33.533Z] "unix:///var/run/docker.sock" [2024-05-29T23:50:33.533Z] ], [2024-05-29T23:50:33.533Z] "mtu": 1458, [2024-05-29T23:50:33.533Z] "selinux-enabled": true, [2024-05-29T23:50:33.533Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-29T23:50:33.533Z] } [Pipeline] sh [2024-05-29T23:50:33.858Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-29T23:50:33.938Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T23:50:34.197Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T23:50:34.211Z] + sudo service docker restart [2024-05-29T23:50:34.457Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T23:50:34.716Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T23:50:34.975Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T23:50:35.915Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T23:50:36.482Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T23:50:36.740Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T23:50:36.999Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T23:50:38.376Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T23:50:38.635Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T23:50:38.894Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:50:38.894Z] OK: 1359 MiB in 239 packages [2024-05-29T23:50:38.894Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:50:39.461Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:50:40.037Z] OK: 1359 MiB in 239 packages [2024-05-29T23:50:40.037Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T23:50:40.603Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T23:50:41.169Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T23:50:42.111Z] OK: 1361 MiB in 240 packages [2024-05-29T23:50:42.369Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T23:50:42.369Z] OK: 1359 MiB in 239 packages [2024-05-29T23:50:44.271Z] Looking in links: /tmp/tmpraqq406d [2024-05-29T23:50:44.271Z] Processing /tmp/tmpraqq406d/pip-24.0-py3-none-any.whl [2024-05-29T23:50:44.271Z] Installing collected packages: pip [2024-05-29T23:50:45.648Z] Successfully installed pip-24.0 [2024-05-29T23:50:45.648Z] 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 [2024-05-29T23:50:46.215Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T23:50:46.473Z] Collecting setuptools [2024-05-29T23:50:46.473Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T23:50:46.473Z] Collecting wheel [2024-05-29T23:50:46.473Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T23:50:46.473Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T23:50:46.473Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 79.2 MB/s eta 0:00:00 [2024-05-29T23:50:46.473Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T23:50:46.473Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 195.1 MB/s eta 0:00:00 [2024-05-29T23:50:46.473Z] Installing collected packages: wheel, setuptools [2024-05-29T23:50:47.410Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T23:50:47.410Z] 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 [2024-05-29T23:50:47.669Z] Processing ./edgex-taf-common [2024-05-29T23:50:47.669Z] Preparing metadata (setup.py): started [2024-05-29T23:50:47.928Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:47.928Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T23:50:47.928Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T23:50:48.185Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T23:50:48.185Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=9e6f0ed2e891515fcd961890c0a667ea14ae817db9600709978c125de306ea60 [2024-05-29T23:50:48.185Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T23:50:48.185Z] Successfully built edgex-taf-common [2024-05-29T23:50:48.185Z] Installing collected packages: edgex-taf-common [2024-05-29T23:50:48.185Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T23:50:48.185Z] 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 [2024-05-29T23:50:48.750Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T23:50:48.750Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T23:50:49.008Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T23:50:49.008Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T23:50:49.008Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T23:50:49.008Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T23:50:49.008Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T23:50:49.008Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T23:50:49.008Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T23:50:49.008Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T23:50:49.008Z] Preparing metadata (setup.py): started [2024-05-29T23:50:49.266Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:49.266Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T23:50:49.266Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T23:50:49.266Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T23:50:49.266Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T23:50:49.525Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T23:50:49.525Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T23:50:49.525Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T23:50:49.525Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T23:50:49.525Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 14.0 MB/s eta 0:00:00 [2024-05-29T23:50:49.525Z] Preparing metadata (setup.py): started [2024-05-29T23:50:49.783Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:49.783Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T23:50:49.783Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T23:50:50.041Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T23:50:50.041Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-05-29T23:50:50.041Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.7 MB/s eta 0:00:00 [2024-05-29T23:50:50.041Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T23:50:50.041Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T23:50:50.041Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 39.9 MB/s eta 0:00:00 [2024-05-29T23:50:50.299Z] Installing build dependencies: started [2024-05-29T23:50:52.203Z] Installing build dependencies: finished with status 'done' [2024-05-29T23:50:52.204Z] Getting requirements to build wheel: started [2024-05-29T23:50:52.204Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T23:50:52.204Z] Preparing metadata (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T23:50:52.450Z] provisioning config files... [2024-05-29T23:50:52.463Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T23:50:52.473Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17971609807097418596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T23:50:52.722Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T23:50:52.722Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T23:50:52.885Z] ---> ****-login.sh [2024-05-29T23:50:52.885Z] nexus3.edgexfoundry.org:10001 [2024-05-29T23:50:52.981Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T23:50:52.981Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-05-29T23:50:52.981Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T23:50:52.981Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T23:50:53.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:50:53.240Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 1.5 MB/s eta 0:00:00 [2024-05-29T23:50:53.240Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T23:50:53.240Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T23:50:53.240Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 40.1 MB/s eta 0:00:00 [2024-05-29T23:50:53.240Z] Preparing metadata (setup.py): started [2024-05-29T23:50:53.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:50:53.426Z] Configure a credential helper to remove this warning. See [2024-05-29T23:50:53.426Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:50:53.426Z] [2024-05-29T23:50:53.426Z] Login Succeeded [2024-05-29T23:50:53.426Z] nexus3.edgexfoundry.org:10002 [2024-05-29T23:50:53.497Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:53.497Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T23:50:53.497Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-05-29T23:50:53.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:50:53.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:50:53.698Z] Configure a credential helper to remove this warning. See [2024-05-29T23:50:53.698Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:50:53.698Z] [2024-05-29T23:50:53.698Z] Login Succeeded [2024-05-29T23:50:53.698Z] nexus3.edgexfoundry.org:10003 [2024-05-29T23:50:53.755Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:53.755Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T23:50:53.755Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:53.755Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T23:50:53.755Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:53.755Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T23:50:53.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:50:54.013Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.013Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T23:50:54.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 6.5 MB/s eta 0:00:00 [2024-05-29T23:50:54.013Z] Preparing metadata (setup.py): started [2024-05-29T23:50:54.013Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:54.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:50:54.236Z] Configure a credential helper to remove this warning. See [2024-05-29T23:50:54.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:50:54.236Z] [2024-05-29T23:50:54.236Z] Login Succeeded [2024-05-29T23:50:54.236Z] nexus3.edgexfoundry.org:10004 [2024-05-29T23:50:54.272Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.272Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T23:50:54.272Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.272Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T23:50:54.272Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.272Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T23:50:54.272Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.272Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T23:50:54.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:50:54.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:50:54.505Z] Configure a credential helper to remove this warning. See [2024-05-29T23:50:54.505Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:50:54.505Z] [2024-05-29T23:50:54.505Z] Login Succeeded [2024-05-29T23:50:54.505Z] ****.io [2024-05-29T23:50:54.531Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.531Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T23:50:54.531Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:54.531Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T23:50:54.531Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:50:54.531Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-05-29T23:50:54.531Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:50:54.531Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T23:50:54.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T23:50:54.790Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:50:54.790Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T23:50:54.790Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:50:54.790Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T23:50:54.790Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T23:50:54.790Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T23:50:54.790Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T23:50:54.790Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T23:50:55.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T23:50:55.040Z] Configure a credential helper to remove this warning. See [2024-05-29T23:50:55.040Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T23:50:55.040Z] [2024-05-29T23:50:55.040Z] Login Succeeded [2024-05-29T23:50:55.040Z] ---> ****-login.sh ends [2024-05-29T23:50:55.049Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:50:55.049Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T23:50:55.049Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:50:55.049Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T23:50:55.049Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.0.0) [2024-05-29T23:50:55.049Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:50:55.049Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T23:50:55.049Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:50:55.049Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [Pipeline] } [2024-05-29T23:50:55.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-05-29T23:50:55.308Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:55.308Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T23:50:55.308Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:55.308Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T23:50:55.568Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:55.568Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-05-29T23:50:55.568Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:55.568Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T23:50:55.568Z] Preparing metadata (setup.py): started [2024-05-29T23:50:55.568Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:55.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T23:50:55.828Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:55.828Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T23:50:55.828Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:55.828Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T23:50:55.828Z] Preparing metadata (setup.py): started [2024-05-29T23:50:56.039Z] + ls -al . [2024-05-29T23:50:56.039Z] total 68 [2024-05-29T23:50:56.039Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:50 . [2024-05-29T23:50:56.039Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:50 .. [2024-05-29T23:50:56.039Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:50 .git [2024-05-29T23:50:56.039Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 23:50 .github [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:50 .gitignore [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 23:50 Dockerfile [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:50 Jenkinsfile [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:50 LICENSE [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 23:50 README.md [2024-05-29T23:50:56.039Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:50 TAF-Manager [2024-05-29T23:50:56.039Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:50 TUC [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 23:48 VERSION [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 23:50 requirements.txt [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:50 robot-entrypoint.sh [2024-05-29T23:50:56.039Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:50 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:50:56.086Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:50:56.086Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.086Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T23:50:56.086Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.086Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T23:50:56.086Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.086Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T23:50:56.086Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.086Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T23:50:56.086Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.086Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T23:50:56.344Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.344Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T23:50:56.379Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=arm64 --label version=0.0.2-dev.42 . [2024-05-29T23:50:56.603Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:50:56.603Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-05-29T23:50:56.603Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.603Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T23:50:56.603Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.603Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T23:50:56.603Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.603Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T23:50:56.646Z] Sending build context to Docker daemon 363kB [2024-05-29T23:50:56.646Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T23:50:56.863Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.863Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T23:50:56.863Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.863Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-29T23:50:56.863Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:50:56.863Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T23:50:56.863Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T23:50:56.863Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 23.2 MB/s eta 0:00:00 [2024-05-29T23:50:57.123Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T23:50:57.123Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T23:50:57.123Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T23:50:57.123Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 15.1 MB/s eta 0:00:00 [2024-05-29T23:50:57.123Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T23:50:57.123Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T23:50:57.123Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T23:50:57.123Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 9.8 MB/s eta 0:00:00 [2024-05-29T23:50:57.123Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T23:50:57.123Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 16.9 MB/s eta 0:00:00 [2024-05-29T23:50:57.123Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-05-29T23:50:57.229Z] 3.20: Pulling from library/alpine [2024-05-29T23:50:57.229Z] 94747bd81234: Pulling fs layer [2024-05-29T23:50:57.382Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 55.4 MB/s eta 0:00:00 [2024-05-29T23:50:57.382Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T23:50:57.382Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 23.8 MB/s eta 0:00:00 [2024-05-29T23:50:57.383Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-05-29T23:50:57.383Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 34.3 MB/s eta 0:00:00 [2024-05-29T23:50:57.383Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T23:50:57.383Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 18.3 MB/s eta 0:00:00 [2024-05-29T23:50:57.383Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-05-29T23:50:57.496Z] 94747bd81234: Verifying Checksum [2024-05-29T23:50:57.496Z] 94747bd81234: Download complete [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.2 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 2.3 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 20.1 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.1 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 7.3 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T23:50:57.643Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 27.2 MB/s eta 0:00:00 [2024-05-29T23:50:57.643Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T23:50:57.902Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 23.4 MB/s eta 0:00:00 [2024-05-29T23:50:57.902Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T23:50:57.902Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T23:50:57.902Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 57.3 MB/s eta 0:00:00 [2024-05-29T23:50:57.902Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T23:50:57.902Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 12.6 MB/s eta 0:00:00 [2024-05-29T23:50:57.902Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T23:50:57.902Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.2 MB/s eta 0:00:00 [2024-05-29T23:50:57.902Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T23:50:58.079Z] 94747bd81234: Pull complete [2024-05-29T23:50:58.079Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T23:50:58.079Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T23:50:58.079Z] ---> 442043f030d3 [2024-05-29T23:50:58.079Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 27.1 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T23:50:58.161Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T23:50:58.161Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 10.5 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.0 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 15.2 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T23:50:58.161Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.5 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 12.8 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T23:50:58.161Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T23:50:58.161Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-05-29T23:50:58.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 52.2 MB/s eta 0:00:00 [2024-05-29T23:50:58.161Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T23:50:58.161Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T23:50:58.161Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-05-29T23:50:58.347Z] ---> Running in 57238bb55619 [2024-05-29T23:50:58.420Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 28.8 MB/s eta 0:00:00 [2024-05-29T23:50:58.420Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T23:50:58.420Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T23:50:58.420Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 25.5 MB/s eta 0:00:00 [2024-05-29T23:50:58.420Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T23:50:58.420Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T23:50:58.420Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T23:50:58.420Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.7 MB/s eta 0:00:00 [2024-05-29T23:50:58.420Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T23:50:58.420Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T23:50:58.420Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T23:50:58.420Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T23:50:58.420Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T23:50:58.420Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T23:50:58.420Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.8 MB/s eta 0:00:00 [2024-05-29T23:50:58.614Z] Removing intermediate container 57238bb55619 [2024-05-29T23:50:58.615Z] ---> 57e050d2861d [2024-05-29T23:50:58.615Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T23:50:58.679Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-05-29T23:50:58.679Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T23:50:58.679Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T23:50:58.679Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=da0da9e42083f99730b35de21b7c5aaa741ae136857c228f5e7cfa07d4e1313d [2024-05-29T23:50:58.679Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T23:50:58.679Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T23:50:58.883Z] ---> Running in 768e8d9d3638 [2024-05-29T23:50:58.937Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T23:50:58.937Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=c29235871acbf4c705bdc88d5d61c7e314607d294508819535eff6566be3183e [2024-05-29T23:50:58.937Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T23:50:58.937Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T23:50:59.150Z] Removing intermediate container 768e8d9d3638 [2024-05-29T23:50:59.150Z] ---> cb8b5579ff96 [2024-05-29T23:50:59.150Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T23:50:59.732Z] ---> dfb5ee6ab9b3 [2024-05-29T23:50:59.732Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T23:51:00.313Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T23:51:00.313Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281486 sha256=e34381f0a668e9951d85dd4f52157702e5310b5d56c782b45d34078dffb252ea [2024-05-29T23:51:00.313Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T23:51:00.313Z] Building wheel for psycopg2 (setup.py): started [2024-05-29T23:51:00.316Z] ---> d393d569115b [2024-05-29T23:51:00.316Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T23:51:00.584Z] ---> de894d256064 [2024-05-29T23:51:00.584Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T23:51:00.852Z] ---> Running in 387556c3a66b [2024-05-29T23:51:01.121Z] Removing intermediate container 387556c3a66b [2024-05-29T23:51:01.121Z] ---> 566cbc9ea124 [2024-05-29T23:51:01.121Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T23:51:01.121Z] ---> Running in d67dc8b9f2f6 [2024-05-29T23:51:03.070Z] Removing intermediate container d67dc8b9f2f6 [2024-05-29T23:51:03.070Z] ---> 5c7ba8d81fdd [2024-05-29T23:51:03.070Z] 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.5-r2 && 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 && rm /usr/lib/python*/EXTERNALLY-MANAGED && 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 [2024-05-29T23:51:03.070Z] ---> Running in 6108bcedfb6e [2024-05-29T23:51:04.032Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:04.612Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:06.554Z] OK: 9 MiB in 14 packages [2024-05-29T23:51:06.827Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:07.408Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:09.348Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T23:51:09.614Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T23:51:10.196Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T23:51:10.366Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T23:51:10.366Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521871 sha256=fdc0562908254477d685eb2bc3b5384f4f0176140f4ff3f637ecfa66dcc97c50 [2024-05-29T23:51:10.366Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T23:51:10.366Z] Building wheel for flex (setup.py): started [2024-05-29T23:51:10.366Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T23:51:10.366Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=2eaa9bd97ca3ce297ecff82b1a86a1833be7f92005b6305cda6296dca0222b1b [2024-05-29T23:51:10.366Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T23:51:10.366Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T23:51:10.366Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T23:51:10.366Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=66ea07ad4f5376283d55a92cf1847ae9967cdb36aecf98dbaa560bb6bf7610c7 [2024-05-29T23:51:10.366Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T23:51:10.366Z] Building wheel for validate-email (setup.py): started [2024-05-29T23:51:10.366Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T23:51:10.366Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=d4148fdff76ffdcddd7128973c2a596a8dfde729f9212820847e1ac2277c3d73 [2024-05-29T23:51:10.366Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T23:51:10.366Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-05-29T23:51:10.366Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2024-05-29T23:51:10.461Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T23:51:11.041Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T23:51:11.308Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T23:51:11.891Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T23:51:12.158Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T23:51:12.741Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T23:51:13.008Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T23:51:13.588Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T23:51:14.996Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T23:51:15.262Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T23:51:15.845Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T23:51:16.437Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:51:16.437Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T23:51:16.437Z] OK: 43 MiB in 28 packages [2024-05-29T23:51:17.025Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:17.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:51:19.250Z] (1/166) Installing libexpat (2.6.2-r0) [2024-05-29T23:51:19.518Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-05-29T23:51:19.785Z] (3/166) Installing libpng (1.6.43-r0) [2024-05-29T23:51:20.371Z] (4/166) Installing freetype (2.13.2-r0) [2024-05-29T23:51:20.527Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-29T23:51:20.527Z] 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 [2024-05-29T23:51:20.638Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-05-29T23:51:21.230Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-05-29T23:51:21.497Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-05-29T23:51:21.764Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-05-29T23:51:22.348Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-05-29T23:51:22.931Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T23:51:23.201Z] (11/166) Installing libffi (3.4.6-r0) [2024-05-29T23:51:23.468Z] (12/166) Installing libintl (0.22.5-r0) [2024-05-29T23:51:24.053Z] (13/166) Installing libeconf (0.6.3-r0) [2024-05-29T23:51:24.321Z] (14/166) Installing libblkid (2.40.1-r1) [2024-05-29T23:51:24.587Z] (15/166) Installing libmount (2.40.1-r1) [2024-05-29T23:51:25.173Z] (16/166) Installing pcre2 (10.43-r0) [2024-05-29T23:51:25.757Z] (17/166) Installing glib (2.80.2-r0) [2024-05-29T23:51:26.406Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T23:51:26.990Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-05-29T23:51:27.260Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-05-29T23:51:27.842Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-05-29T23:51:28.423Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T23:51:28.689Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T23:51:29.273Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-05-29T23:51:29.538Z] (25/166) Installing libwebp (1.3.2-r0) [2024-05-29T23:51:30.120Z] (26/166) Installing tiff (4.6.0t-r0) [2024-05-29T23:51:30.386Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T23:51:30.967Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T23:51:31.246Z] (29/166) Installing libxau (1.0.11-r4) [2024-05-29T23:51:31.513Z] (30/166) Installing libmd (1.1.0-r0) [2024-05-29T23:51:31.781Z] (31/166) Installing libbsd (0.12.2-r0) [2024-05-29T23:51:32.049Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-05-29T23:51:32.633Z] (33/166) Installing libxcb (1.16.1-r0) [2024-05-29T23:51:32.900Z] (34/166) Installing libx11 (1.8.9-r1) [2024-05-29T23:51:33.482Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-05-29T23:51:33.750Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-05-29T23:51:34.334Z] (37/166) Installing libxrender (0.9.11-r5) [2024-05-29T23:51:34.601Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-05-29T23:51:34.869Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-05-29T23:51:35.137Z] (40/166) Installing libxext (1.3.6-r2) [2024-05-29T23:51:35.405Z] (41/166) Installing libxi (1.8.1-r4) [2024-05-29T23:51:35.988Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-05-29T23:51:36.256Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-05-29T23:51:36.529Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T23:51:36.796Z] (45/166) Installing libxtst (1.2.4-r6) [2024-05-29T23:51:37.378Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-05-29T23:51:37.644Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-05-29T23:51:38.226Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T23:51:38.493Z] (49/166) Installing pixman (0.43.2-r0) [2024-05-29T23:51:39.077Z] (50/166) Installing cairo (1.18.0-r0) [2024-05-29T23:51:39.342Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-05-29T23:51:39.924Z] (52/166) Installing avahi-libs (0.8-r17) [2024-05-29T23:51:40.189Z] (53/166) Installing gmp (6.3.0-r1) [2024-05-29T23:51:40.771Z] (54/166) Installing nettle (3.9.1-r0) [2024-05-29T23:51:41.037Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-05-29T23:51:41.303Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-05-29T23:51:41.884Z] (57/166) Installing gnutls (3.8.5-r0) [2024-05-29T23:51:42.458Z] Removing intermediate container 8f75e5e562d6 [2024-05-29T23:51:42.458Z] ---> 832ea441d694 [2024-05-29T23:51:42.458Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T23:51:42.458Z] ---> Running in c29cf5e4edf6 [2024-05-29T23:51:42.458Z] Removing intermediate container c29cf5e4edf6 [2024-05-29T23:51:42.458Z] ---> 7e31b74183b3 [2024-05-29T23:51:42.458Z] Step 11/13 : LABEL arch=amd64 [2024-05-29T23:51:42.470Z] (58/166) Installing cups-libs (2.4.8-r0) [2024-05-29T23:51:42.718Z] ---> Running in c809777b4e2d [2024-05-29T23:51:42.718Z] Removing intermediate container c809777b4e2d [2024-05-29T23:51:42.718Z] ---> 2d567c6f9a5c [2024-05-29T23:51:42.718Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:51:42.718Z] ---> Running in da48f59338d3 [2024-05-29T23:51:42.718Z] Removing intermediate container da48f59338d3 [2024-05-29T23:51:42.718Z] ---> 6d244f3a9555 [2024-05-29T23:51:42.718Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T23:51:42.718Z] ---> Running in 672bdc6b5839 [2024-05-29T23:51:42.718Z] Removing intermediate container 672bdc6b5839 [2024-05-29T23:51:42.718Z] ---> 5d3073e07ea2 [2024-05-29T23:51:42.718Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T23:51:42.718Z] Successfully built 5d3073e07ea2 [2024-05-29T23:51:42.718Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2024-05-29T23:51:43.054Z] (59/166) Installing libepoxy (1.5.10-r1) [Pipeline] script [Pipeline] { [Pipeline] echo [2024-05-29T23:51:43.115Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2024-05-29T23:51:43.115Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:51:43.115Z] latest [2024-05-29T23:51:43.115Z] 0.0.2-dev.42 [2024-05-29T23:51:43.115Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T23:51:43.115Z] main [2024-05-29T23:51:43.115Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:51:43.320Z] (60/166) Installing fribidi (1.0.14-r0) [2024-05-29T23:51:43.451Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:51:43.765Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:51:43.765Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-29T23:51:43.765Z] 74ded4ef816f: Preparing [2024-05-29T23:51:43.765Z] f0e9eaa1087e: Preparing [2024-05-29T23:51:43.765Z] f29c6f404557: Preparing [2024-05-29T23:51:43.765Z] 45922d3b0835: Preparing [2024-05-29T23:51:43.765Z] 0f1d09312488: Preparing [2024-05-29T23:51:43.765Z] 02f2bcb26af5: Preparing [2024-05-29T23:51:43.765Z] 02f2bcb26af5: Waiting [2024-05-29T23:51:43.765Z] f29c6f404557: Pushed [2024-05-29T23:51:43.765Z] 45922d3b0835: Pushed [2024-05-29T23:51:43.765Z] 02f2bcb26af5: Layer already exists [2024-05-29T23:51:43.765Z] f0e9eaa1087e: Pushed [2024-05-29T23:51:43.765Z] 0f1d09312488: Pushed [2024-05-29T23:51:43.904Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-05-29T23:51:44.170Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-05-29T23:51:44.751Z] (63/166) Installing libxft (2.3.8-r3) [2024-05-29T23:51:45.017Z] (64/166) Installing pango (1.52.2-r0) [2024-05-29T23:51:45.601Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T23:51:45.868Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T23:51:46.134Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T23:51:46.400Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-05-29T23:51:46.981Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-05-29T23:51:47.562Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T23:51:48.147Z] (71/166) Installing icu-data-full (74.2-r0) [2024-05-29T23:51:50.729Z] (72/166) Installing mesa (24.0.8-r1) [2024-05-29T23:51:50.996Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-05-29T23:52:01.069Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-05-29T23:52:01.336Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-05-29T23:52:01.608Z] (76/166) Installing libdrm (2.4.120-r0) [2024-05-29T23:52:02.201Z] (77/166) Installing libelf (0.191-r0) [2024-05-29T23:52:02.467Z] (78/166) Installing mesa-glapi (24.0.8-r1) [2024-05-29T23:52:02.734Z] (79/166) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T23:52:04.142Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-05-29T23:52:04.142Z] (81/166) Installing libmagic (5.45-r1) [2024-05-29T23:52:04.725Z] (82/166) Installing file (5.45-r1) [2024-05-29T23:52:04.993Z] (83/166) Installing xprop (1.2.7-r0) [2024-05-29T23:52:05.577Z] (84/166) Installing libice (1.1.1-r6) [2024-05-29T23:52:05.843Z] (85/166) Installing libuuid (2.40.1-r1) [2024-05-29T23:52:06.110Z] (86/166) Installing libsm (1.2.4-r4) [2024-05-29T23:52:06.376Z] (87/166) Installing libxt (1.3.0-r5) [2024-05-29T23:52:06.958Z] (88/166) Installing libxmu (1.1.4-r2) [2024-05-29T23:52:07.227Z] (89/166) Installing xset (1.2.5-r1) [2024-05-29T23:52:07.809Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-05-29T23:52:08.077Z] (91/166) Installing libogg (1.3.5-r5) [2024-05-29T23:52:08.342Z] (92/166) Installing libflac (1.4.3-r1) [2024-05-29T23:52:08.924Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-05-29T23:52:09.517Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T23:52:10.927Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-05-29T23:52:11.896Z] (96/166) Installing libva (2.21.0-r0) [2024-05-29T23:52:12.162Z] (97/166) Installing libvdpau (1.5-r3) [2024-05-29T23:52:12.429Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T23:52:13.011Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-05-29T23:52:13.594Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-05-29T23:52:13.863Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T23:52:14.130Z] (102/166) Installing imath (3.1.11-r2) [2024-05-29T23:52:14.712Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T23:52:15.302Z] (104/166) Installing giflib (5.2.2-r0) [2024-05-29T23:52:15.568Z] (105/166) Installing libhwy (1.0.7-r0) [2024-05-29T23:52:15.835Z] (106/166) Installing lcms2 (2.16-r0) [2024-05-29T23:52:16.101Z] (107/166) Installing libjxl (0.10.2-r0) [2024-05-29T23:52:16.683Z] (108/166) Installing lame-libs (3.100-r5) [2024-05-29T23:52:17.266Z] (109/166) Installing opus (1.5.2-r0) [2024-05-29T23:52:17.848Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-05-29T23:52:18.114Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T23:52:18.696Z] (112/166) Installing soxr (0.1.3-r7) [2024-05-29T23:52:18.963Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T23:52:19.544Z] (114/166) Installing libtheora (1.1.1-r18) [2024-05-29T23:52:19.809Z] (115/166) Installing libvorbis (1.3.7-r2) [2024-05-29T23:52:20.393Z] (116/166) Installing libvpx (1.14.0-r0) [2024-05-29T23:52:20.974Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-05-29T23:52:21.241Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T23:52:21.824Z] (119/166) Installing numactl (2.0.18-r0) [2024-05-29T23:52:22.407Z] (120/166) Installing x265-libs (3.6-r0) [2024-05-29T23:52:22.989Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-05-29T23:52:24.394Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T23:52:24.974Z] (123/166) Installing libbluray (1.3.4-r1) [2024-05-29T23:52:25.556Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-05-29T23:52:25.823Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-05-29T23:52:26.408Z] (126/166) Installing cjson (1.7.18-r0) [2024-05-29T23:52:26.673Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-05-29T23:52:27.253Z] (128/166) Installing librist (0.2.10-r1) [2024-05-29T23:52:27.521Z] (129/166) Installing libsrt (1.5.3-r0) [2024-05-29T23:52:28.107Z] (130/166) Installing libssh (0.10.6-r0) [2024-05-29T23:52:28.372Z] (131/166) Installing libsodium (1.0.19-r0) [2024-05-29T23:52:28.953Z] (132/166) Installing libzmq (4.3.5-r2) [2024-05-29T23:52:29.534Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T23:52:30.113Z] (134/166) Installing crc32c (1.1.2-r0) [2024-05-29T23:52:30.380Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-05-29T23:52:30.645Z] (136/166) Installing libevent (2.1.12-r7) [2024-05-29T23:52:31.225Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T23:52:31.490Z] (138/166) Installing mesa-gbm (24.0.8-r1) [2024-05-29T23:52:31.756Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T23:52:32.335Z] (140/166) Installing icu-libs (74.2-r0) [2024-05-29T23:52:32.985Z] (141/166) Installing minizip (1.3.1-r0) [2024-05-29T23:52:33.256Z] (142/166) Installing nspr (4.35-r4) [2024-05-29T23:52:33.845Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-05-29T23:52:34.116Z] (144/166) Installing nss (3.100-r0) [2024-05-29T23:52:34.706Z] (145/166) Installing openh264 (2.4.1-r0) [2024-05-29T23:52:35.296Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T23:52:35.886Z] (147/166) Installing libunwind (1.8.1-r0) [2024-05-29T23:52:36.156Z] (148/166) Installing yaml (0.2.5-r2) [2024-05-29T23:52:36.744Z] (149/166) Installing libcamera (0.3.0-r0) [2024-05-29T23:52:37.325Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-05-29T23:52:37.589Z] (151/166) Installing libuv (1.48.0-r0) [2024-05-29T23:52:37.854Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T23:52:38.434Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-05-29T23:52:39.014Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T23:52:39.279Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-05-29T23:52:39.860Z] (156/166) Installing libasyncns (0.8-r3) [2024-05-29T23:52:40.439Z] (157/166) Installing libltdl (2.4.7-r3) [2024-05-29T23:52:40.706Z] (158/166) Installing orc (0.4.37-r0) [2024-05-29T23:52:41.291Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-05-29T23:52:41.557Z] (160/166) Installing libpulse (17.0-r0) [2024-05-29T23:52:42.143Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-05-29T23:52:42.409Z] (162/166) Installing libgpg-error (1.49-r0) [2024-05-29T23:52:42.675Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-05-29T23:52:43.255Z] (164/166) Installing libxslt (1.1.39-r1) [2024-05-29T23:52:43.520Z] (165/166) Installing chromium (125.0.6422.112-r0) [2024-05-29T23:52:50.170Z] (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T23:52:50.170Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:52:50.170Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T23:52:50.170Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T23:52:50.170Z] Executing glib-2.80.2-r0.trigger [2024-05-29T23:52:50.170Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T23:52:52.116Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T23:52:52.387Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T23:52:52.387Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T23:52:52.387Z] OK: 643 MiB in 194 packages [2024-05-29T23:52:52.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:52:53.235Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:52:55.175Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T23:52:55.441Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T23:52:56.407Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T23:52:56.407Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T23:52:56.988Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T23:52:57.585Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T23:52:57.851Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T23:53:01.195Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T23:53:01.782Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T23:53:02.742Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T23:53:03.008Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T23:53:03.589Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T23:53:03.856Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T23:53:04.439Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T23:53:05.020Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T23:53:05.285Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T23:53:06.244Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T23:53:09.590Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T23:53:11.002Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T23:53:11.268Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T23:53:12.675Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T23:53:12.675Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T23:53:13.257Z] (23/30) Installing icu (74.2-r0) [2024-05-29T23:53:13.839Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T23:53:14.429Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T23:53:22.627Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T23:53:22.904Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T23:53:23.486Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T23:53:23.752Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T23:53:24.334Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T23:53:25.293Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:53:25.293Z] OK: 1169 MiB in 224 packages [2024-05-29T23:53:25.559Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:26.142Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:28.104Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T23:53:29.062Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T23:53:29.328Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T23:53:29.910Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T23:53:30.175Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T23:53:30.442Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T23:53:30.707Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T23:53:31.287Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T23:53:33.226Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T23:53:34.186Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T23:53:34.186Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T23:53:34.767Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T23:53:35.228Z] error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n413 Request Entity Too Large\r\n\r\n

413 Request Entity Too Large

\r\n
nginx/1.18.0
\r\n\r\n\r\n" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:53:35.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T23:53:35.674Z] [2024-05-29T23:53:35.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:53:35.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T23:53:35.973Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-29T23:53:35.973Z] 5eb5b503b376: Pulling fs layer [2024-05-29T23:53:35.973Z] 5c69ac0246d0: Pulling fs layer [2024-05-29T23:53:35.973Z] ec43610c2a17: Pulling fs layer [2024-05-29T23:53:35.973Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-29T23:53:35.973Z] 33b1e0a273af: Pulling fs layer [2024-05-29T23:53:35.973Z] 5d3b04190fa2: Pulling fs layer [2024-05-29T23:53:35.973Z] 2f39f015ded8: Pulling fs layer [2024-05-29T23:53:35.973Z] 33b1e0a273af: Waiting [2024-05-29T23:53:35.973Z] 5d3b04190fa2: Waiting [2024-05-29T23:53:35.973Z] 2f39f015ded8: Waiting [2024-05-29T23:53:35.973Z] 3a2ae6a8a46f: Waiting [2024-05-29T23:53:35.973Z] 5c69ac0246d0: Download complete [2024-05-29T23:53:35.973Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-29T23:53:35.973Z] 3a2ae6a8a46f: Download complete [2024-05-29T23:53:36.232Z] 33b1e0a273af: Verifying Checksum [2024-05-29T23:53:36.232Z] 33b1e0a273af: Download complete [2024-05-29T23:53:36.232Z] 5d3b04190fa2: Download complete [2024-05-29T23:53:36.232Z] ec43610c2a17: Verifying Checksum [2024-05-29T23:53:36.232Z] ec43610c2a17: Download complete [2024-05-29T23:53:36.232Z] 5eb5b503b376: Verifying Checksum [2024-05-29T23:53:36.232Z] 5eb5b503b376: Download complete [2024-05-29T23:53:36.800Z] 2f39f015ded8: Download complete [2024-05-29T23:53:37.369Z] 5eb5b503b376: Pull complete [2024-05-29T23:53:37.627Z] 5c69ac0246d0: Pull complete [2024-05-29T23:53:37.884Z] ec43610c2a17: Pull complete [2024-05-29T23:53:37.885Z] 3a2ae6a8a46f: Pull complete [2024-05-29T23:53:38.143Z] 33b1e0a273af: Pull complete [2024-05-29T23:53:38.143Z] 5d3b04190fa2: Pull complete [2024-05-29T23:53:42.323Z] 2f39f015ded8: Pull complete [2024-05-29T23:53:42.323Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-29T23:53:42.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T23:53:42.323Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T23:53:42.412Z] prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container [2024-05-29T23:53:42.441Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-29T23:53:44.822Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T23:53:44.822Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T23:53:44.822Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T23:53:44.822Z] OK: 1356 MiB in 238 packages [2024-05-29T23:53:45.088Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:45.308Z] $ docker top 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T23:53:45.669Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:45.738Z] ---> job-cost.sh [2024-05-29T23:53:45.738Z] lf-activate-venv: SKIPPING [2024-05-29T23:53:45.738Z] INFO: No Stack... [2024-05-29T23:53:46.305Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T23:53:46.873Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T23:53:47.158Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-29T23:53:47.158Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T23:53:47.169Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [2024-05-29T23:53:47.178Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] did not exist. Created. [2024-05-29T23:53:47.184Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T23:53:47.481Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-29T23:53:47.517Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T23:53:47.525Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T23:53:47.543Z] $ docker stop --time=1 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 [2024-05-29T23:53:47.605Z] OK: 1356 MiB in 238 packages [2024-05-29T23:53:47.605Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:48.186Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T23:53:48.695Z] $ docker rm -f --volumes 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T23:53:48.825Z] Failed in branch amd64 [2024-05-29T23:53:50.122Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T23:53:50.708Z] OK: 1357 MiB in 239 packages [2024-05-29T23:53:52.653Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T23:53:52.653Z] OK: 1356 MiB in 238 packages [2024-05-29T23:54:04.976Z] Looking in links: /tmp/tmplhqlvk_a [2024-05-29T23:54:04.976Z] Processing /tmp/tmplhqlvk_a/pip-24.0-py3-none-any.whl [2024-05-29T23:54:05.244Z] Installing collected packages: pip [2024-05-29T23:54:13.441Z] Successfully installed pip-24.0 [2024-05-29T23:54:13.442Z] 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 [2024-05-29T23:54:16.017Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T23:54:18.589Z] Collecting setuptools [2024-05-29T23:54:18.589Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T23:54:18.589Z] Collecting wheel [2024-05-29T23:54:18.589Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T23:54:18.854Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T23:54:18.854Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 18.6 MB/s eta 0:00:00 [2024-05-29T23:54:18.854Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T23:54:18.854Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 25.8 MB/s eta 0:00:00 [2024-05-29T23:54:19.121Z] Installing collected packages: wheel, setuptools [2024-05-29T23:54:23.374Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T23:54:23.374Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-29T23:54:26.712Z] Processing ./edgex-taf-common [2024-05-29T23:54:26.712Z] Preparing metadata (setup.py): started [2024-05-29T23:54:27.294Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:54:27.294Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T23:54:27.294Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T23:54:28.698Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T23:54:28.698Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=f1b6f956fdf88709ac9f8fdaf97f33972c9887cd9532339ab7bfddf496c9e537 [2024-05-29T23:54:28.698Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T23:54:28.698Z] Successfully built edgex-taf-common [2024-05-29T23:54:28.963Z] Installing collected packages: edgex-taf-common [2024-05-29T23:54:28.963Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T23:54:28.963Z] 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 [2024-05-29T23:54:32.301Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T23:54:32.567Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T23:54:32.833Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T23:54:32.833Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T23:54:32.833Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T23:54:32.833Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T23:54:33.097Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T23:54:33.364Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T23:54:33.364Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T23:54:33.364Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T23:54:33.364Z] Preparing metadata (setup.py): started [2024-05-29T23:54:34.324Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:54:34.597Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T23:54:34.597Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T23:54:34.597Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T23:54:34.597Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T23:54:34.863Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T23:54:34.863Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T23:54:35.129Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T23:54:35.129Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T23:54:35.129Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.6 MB/s eta 0:00:00 [2024-05-29T23:54:35.129Z] Preparing metadata (setup.py): started [2024-05-29T23:54:36.533Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:54:36.533Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T23:54:36.533Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T23:54:38.470Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T23:54:38.470Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-05-29T23:54:38.470Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.8 MB/s eta 0:00:00 [2024-05-29T23:54:39.051Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T23:54:39.051Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T23:54:39.051Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 11.6 MB/s eta 0:00:00 [2024-05-29T23:54:39.316Z] Installing build dependencies: started [2024-05-29T23:54:49.375Z] Installing build dependencies: finished with status 'done' [2024-05-29T23:54:49.375Z] Getting requirements to build wheel: started [2024-05-29T23:54:50.335Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T23:54:50.335Z] Preparing metadata (pyproject.toml): started [2024-05-29T23:54:52.279Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T23:54:52.545Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T23:54:52.545Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T23:54:54.481Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T23:54:54.481Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-05-29T23:54:54.747Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T23:54:54.747Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T23:54:54.747Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.1 MB/s eta 0:00:00 [2024-05-29T23:54:55.330Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T23:54:55.330Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T23:54:55.330Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.3 MB/s eta 0:00:00 [2024-05-29T23:54:55.597Z] Preparing metadata (setup.py): started [2024-05-29T23:54:57.003Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:54:57.970Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T23:54:57.970Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-05-29T23:54:58.550Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:54:58.550Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T23:54:58.550Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:54:58.550Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T23:54:58.816Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:54:58.816Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T23:54:59.082Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:54:59.082Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T23:54:59.082Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.9 MB/s eta 0:00:00 [2024-05-29T23:54:59.353Z] Preparing metadata (setup.py): started [2024-05-29T23:55:00.322Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:55:00.322Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:00.588Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T23:55:00.588Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:00.588Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T23:55:00.853Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:00.853Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T23:55:01.118Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:01.118Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T23:55:01.385Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:01.652Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T23:55:01.652Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:01.652Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T23:55:02.613Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:55:02.613Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-05-29T23:55:02.613Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:55:02.613Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T23:55:02.879Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:55:02.879Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T23:55:03.145Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T23:55:03.145Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T23:55:03.411Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T23:55:03.411Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T23:55:04.007Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T23:55:04.007Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T23:55:04.272Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:55:04.272Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T23:55:04.538Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:55:04.538Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T23:55:04.538Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.0.0) [2024-05-29T23:55:04.803Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:55:04.803Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T23:55:05.068Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T23:55:05.068Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T23:55:05.334Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:05.334Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T23:55:05.608Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:05.608Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-29T23:55:06.566Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:06.566Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-05-29T23:55:06.566Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.4 MB/s eta 0:00:00 [2024-05-29T23:55:07.531Z] Installing build dependencies: started [2024-05-29T23:55:25.724Z] Installing build dependencies: finished with status 'done' [2024-05-29T23:55:25.724Z] Getting requirements to build wheel: started [2024-05-29T23:55:31.156Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T23:55:31.156Z] Preparing metadata (pyproject.toml): started [2024-05-29T23:55:33.117Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T23:55:33.117Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:33.117Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T23:55:33.117Z] Preparing metadata (setup.py): started [2024-05-29T23:55:34.101Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:55:34.101Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:34.101Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T23:55:34.369Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:34.369Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T23:55:34.369Z] Preparing metadata (setup.py): started [2024-05-29T23:55:35.775Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T23:55:35.775Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:35.775Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T23:55:35.775Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:35.775Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T23:55:35.775Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:35.775Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T23:55:36.042Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:36.306Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T23:55:36.306Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:36.306Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T23:55:36.644Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:36.644Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T23:55:38.599Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T23:55:38.599Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-05-29T23:55:39.554Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:39.554Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T23:55:39.821Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:39.821Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T23:55:39.821Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:39.821Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T23:55:40.086Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:40.086Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T23:55:40.352Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:40.352Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-29T23:55:40.933Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T23:55:40.933Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T23:55:41.199Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T23:55:41.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 14.1 MB/s eta 0:00:00 [2024-05-29T23:55:41.199Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T23:55:41.199Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T23:55:41.199Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T23:55:41.466Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.8 MB/s eta 0:00:00 [2024-05-29T23:55:41.466Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T23:55:41.466Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T23:55:41.466Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T23:55:41.466Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.3 MB/s eta 0:00:00 [2024-05-29T23:55:41.466Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T23:55:41.466Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 [2024-05-29T23:55:41.466Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-05-29T23:55:42.423Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.9 MB/s eta 0:00:00 [2024-05-29T23:55:42.423Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T23:55:42.423Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 [2024-05-29T23:55:42.423Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-05-29T23:55:42.423Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.4 MB/s eta 0:00:00 [2024-05-29T23:55:42.423Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T23:55:42.688Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.2 MB/s eta 0:00:00 [2024-05-29T23:55:42.688Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-05-29T23:55:42.688Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 14.8 MB/s eta 0:00:00 [2024-05-29T23:55:42.688Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T23:55:42.688Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.6 MB/s eta 0:00:00 [2024-05-29T23:55:42.688Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-05-29T23:55:42.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 5.4 MB/s eta 0:00:00 [2024-05-29T23:55:42.954Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T23:55:42.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.5 MB/s eta 0:00:00 [2024-05-29T23:55:42.954Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T23:55:42.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.7 MB/s eta 0:00:00 [2024-05-29T23:55:42.954Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T23:55:42.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.5 MB/s eta 0:00:00 [2024-05-29T23:55:42.954Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T23:55:42.954Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.7 MB/s eta 0:00:00 [2024-05-29T23:55:42.954Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T23:55:42.954Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T23:55:43.535Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.5 MB/s eta 0:00:00 [2024-05-29T23:55:43.535Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T23:55:43.801Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.4 MB/s eta 0:00:00 [2024-05-29T23:55:43.801Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T23:55:43.801Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 [2024-05-29T23:55:43.801Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T23:55:43.801Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 13.0 MB/s eta 0:00:00 [2024-05-29T23:55:43.801Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T23:55:43.801Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T23:55:43.801Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T23:55:43.801Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.4 MB/s eta 0:00:00 [2024-05-29T23:55:43.801Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T23:55:44.067Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.4 MB/s eta 0:00:00 [2024-05-29T23:55:44.067Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T23:55:44.067Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.7 MB/s eta 0:00:00 [2024-05-29T23:55:44.067Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T23:55:44.067Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T23:55:44.067Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.2 MB/s eta 0:00:00 [2024-05-29T23:55:44.067Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T23:55:44.067Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.7 MB/s eta 0:00:00 [2024-05-29T23:55:44.067Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T23:55:44.332Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T23:55:44.332Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T23:55:44.332Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T23:55:44.332Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-05-29T23:55:44.332Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 14.7 MB/s eta 0:00:00 [2024-05-29T23:55:44.332Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T23:55:44.332Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T23:55:44.600Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.2 MB/s eta 0:00:00 [2024-05-29T23:55:44.600Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T23:55:44.600Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T23:55:44.600Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T23:55:44.600Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.5 MB/s eta 0:00:00 [2024-05-29T23:55:44.600Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T23:55:44.600Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T23:55:44.600Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T23:55:44.600Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T23:55:44.600Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T23:55:44.600Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T23:55:44.867Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.1 MB/s eta 0:00:00 [2024-05-29T23:55:45.452Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-05-29T23:55:45.452Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T23:55:46.857Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T23:55:46.857Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=152d9557b7867927840d2db2732f7c20a37459d7993ed6dd37d51a4cd6c70361 [2024-05-29T23:55:46.857Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T23:55:46.857Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T23:55:48.260Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T23:55:48.260Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=19ce295d1439d8c70c75b58bfd9f7d31327d9452c8e386bba958ecaa9531109e [2024-05-29T23:55:48.260Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T23:55:48.260Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T23:55:58.335Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T23:55:58.335Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281982 sha256=4622ae7448667b3d66e9f8f7aa3452dffbd597ce32a78556fd42be0258c037c6 [2024-05-29T23:55:58.335Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T23:55:58.335Z] Building wheel for psycopg2 (setup.py): started [2024-05-29T23:57:06.167Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T23:57:06.167Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512484 sha256=33e2887324673b37000c8a0b0c18151cade964d43d03b717566a3c48f86ddcc6 [2024-05-29T23:57:06.167Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T23:57:06.167Z] Building wheel for flex (setup.py): started [2024-05-29T23:57:06.167Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T23:57:06.167Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=92c7b4aa29bebfab81efa45edc760607b623677e14aceffb8c1ff443a311c10e [2024-05-29T23:57:06.167Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T23:57:06.167Z] Building wheel for PyYAML (pyproject.toml): started [2024-05-29T23:57:06.167Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-05-29T23:57:06.167Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=c5505d87bcca5dca20a02aa21b10299be2e154b4ca51f6c2d8186b569af0f3b2 [2024-05-29T23:57:06.167Z] Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-05-29T23:57:06.167Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T23:57:06.167Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T23:57:06.167Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=2fe7d0c8f2f9c02561cccbc0b8cb888c865cfd9a349fbbc989192dc0ee562b25 [2024-05-29T23:57:06.167Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T23:57:06.167Z] Building wheel for validate-email (setup.py): started [2024-05-29T23:57:06.167Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T23:57:06.167Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=a52920583def3cb0f1b96e233712753f606da40d876db110a13cf10e7eafa0b3 [2024-05-29T23:57:06.167Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T23:57:06.167Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-05-29T23:57:06.167Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2024-05-29T23:58:13.991Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-29T23:58:13.991Z] 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 [2024-05-29T23:58:52.829Z] Removing intermediate container 6108bcedfb6e [2024-05-29T23:58:52.829Z] ---> b87de3b9db48 [2024-05-29T23:58:52.829Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T23:58:52.829Z] ---> Running in 7fa6050254a4 [2024-05-29T23:58:52.829Z] Removing intermediate container 7fa6050254a4 [2024-05-29T23:58:52.829Z] ---> 75223ad0d44c [2024-05-29T23:58:52.829Z] Step 11/13 : LABEL arch=arm64 [2024-05-29T23:58:53.093Z] ---> Running in 3f4fa55fe76d [2024-05-29T23:58:53.358Z] Removing intermediate container 3f4fa55fe76d [2024-05-29T23:58:53.358Z] ---> 42a24fd7bb6f [2024-05-29T23:58:53.358Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:58:53.358Z] ---> Running in 42945df3502e [2024-05-29T23:58:53.622Z] Removing intermediate container 42945df3502e [2024-05-29T23:58:53.622Z] ---> 5b7a2c0b337c [2024-05-29T23:58:53.622Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T23:58:53.622Z] ---> Running in 3f23b2926089 [2024-05-29T23:58:53.887Z] Removing intermediate container 3f23b2926089 [2024-05-29T23:58:53.887Z] ---> ea56312460a4 [2024-05-29T23:58:53.887Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T23:58:53.887Z] Successfully built ea56312460a4 [2024-05-29T23:58:54.152Z] 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 [2024-05-29T23:58:54.307Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2024-05-29T23:58:54.307Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:58:54.307Z] latest [2024-05-29T23:58:54.307Z] 0.0.2-dev.42 [2024-05-29T23:58:54.307Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T23:58:54.307Z] main [2024-05-29T23:58:54.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:58:54.680Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T23:58:55.032Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T23:58:55.032Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-29T23:58:55.032Z] 5bcaba04c922: Preparing [2024-05-29T23:58:55.032Z] 6d8ecd82fa22: Preparing [2024-05-29T23:58:55.032Z] 87c0e96cbf10: Preparing [2024-05-29T23:58:55.032Z] e10e8c446f49: Preparing [2024-05-29T23:58:55.032Z] 1a7d8859793b: Preparing [2024-05-29T23:58:55.032Z] 50171d1acbd5: Preparing [2024-05-29T23:58:55.032Z] 50171d1acbd5: Waiting [2024-05-29T23:58:55.299Z] 6d8ecd82fa22: Pushed [2024-05-29T23:58:55.299Z] 87c0e96cbf10: Pushed [2024-05-29T23:58:55.299Z] e10e8c446f49: Pushed [2024-05-29T23:58:55.299Z] 50171d1acbd5: Layer already exists [2024-05-29T23:58:55.299Z] 1a7d8859793b: Pushed [2024-05-30T00:00:46.912Z] 5bcaba04c922: Retrying in 5 seconds [2024-05-30T00:00:46.912Z] 5bcaba04c922: Retrying in 4 seconds [2024-05-30T00:00:46.912Z] 5bcaba04c922: Retrying in 3 seconds [2024-05-30T00:00:46.912Z] 5bcaba04c922: Retrying in 2 seconds [2024-05-30T00:00:46.912Z] 5bcaba04c922: Retrying in 1 second [2024-05-30T00:05:23.700Z] 5bcaba04c922: Pushed [2024-05-30T00:05:23.701Z] 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:24.054Z] + 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 [2024-05-30T00:05:24.416Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2024-05-30T00:05:24.416Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:05:24.416Z] 5bcaba04c922: Preparing [2024-05-30T00:05:24.416Z] 6d8ecd82fa22: Preparing [2024-05-30T00:05:24.416Z] 87c0e96cbf10: Preparing [2024-05-30T00:05:24.416Z] e10e8c446f49: Preparing [2024-05-30T00:05:24.416Z] 1a7d8859793b: Preparing [2024-05-30T00:05:24.416Z] 50171d1acbd5: Preparing [2024-05-30T00:05:24.416Z] 6d8ecd82fa22: Layer already exists [2024-05-30T00:05:24.416Z] 1a7d8859793b: Layer already exists [2024-05-30T00:05:24.416Z] 5bcaba04c922: Layer already exists [2024-05-30T00:05:24.416Z] 87c0e96cbf10: Layer already exists [2024-05-30T00:05:24.416Z] e10e8c446f49: Layer already exists [2024-05-30T00:05:24.416Z] 50171d1acbd5: Layer already exists [2024-05-30T00:05:24.681Z] latest: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:25.032Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:25.379Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [2024-05-30T00:05:25.379Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:05:25.379Z] 5bcaba04c922: Preparing [2024-05-30T00:05:25.379Z] 6d8ecd82fa22: Preparing [2024-05-30T00:05:25.379Z] 87c0e96cbf10: Preparing [2024-05-30T00:05:25.379Z] e10e8c446f49: Preparing [2024-05-30T00:05:25.379Z] 1a7d8859793b: Preparing [2024-05-30T00:05:25.379Z] 50171d1acbd5: Preparing [2024-05-30T00:05:25.379Z] 50171d1acbd5: Waiting [2024-05-30T00:05:25.379Z] 1a7d8859793b: Layer already exists [2024-05-30T00:05:25.379Z] e10e8c446f49: Layer already exists [2024-05-30T00:05:25.379Z] 87c0e96cbf10: Layer already exists [2024-05-30T00:05:25.379Z] 5bcaba04c922: Layer already exists [2024-05-30T00:05:25.379Z] 6d8ecd82fa22: Layer already exists [2024-05-30T00:05:25.379Z] 50171d1acbd5: Layer already exists [2024-05-30T00:05:25.646Z] 0.0.2-dev.42: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:25.993Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:26.340Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:05:26.340Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:05:26.340Z] 5bcaba04c922: Preparing [2024-05-30T00:05:26.340Z] 6d8ecd82fa22: Preparing [2024-05-30T00:05:26.340Z] 87c0e96cbf10: Preparing [2024-05-30T00:05:26.340Z] e10e8c446f49: Preparing [2024-05-30T00:05:26.340Z] 1a7d8859793b: Preparing [2024-05-30T00:05:26.340Z] 50171d1acbd5: Preparing [2024-05-30T00:05:26.340Z] 50171d1acbd5: Waiting [2024-05-30T00:05:26.340Z] 6d8ecd82fa22: Layer already exists [2024-05-30T00:05:26.340Z] 1a7d8859793b: Layer already exists [2024-05-30T00:05:26.340Z] e10e8c446f49: Layer already exists [2024-05-30T00:05:26.340Z] 87c0e96cbf10: Layer already exists [2024-05-30T00:05:26.340Z] 5bcaba04c922: Layer already exists [2024-05-30T00:05:26.341Z] 50171d1acbd5: Layer already exists [2024-05-30T00:05:26.609Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:26.963Z] + 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 [2024-05-30T00:05:27.310Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2024-05-30T00:05:27.310Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:05:27.310Z] 5bcaba04c922: Preparing [2024-05-30T00:05:27.310Z] 6d8ecd82fa22: Preparing [2024-05-30T00:05:27.310Z] 87c0e96cbf10: Preparing [2024-05-30T00:05:27.310Z] e10e8c446f49: Preparing [2024-05-30T00:05:27.310Z] 1a7d8859793b: Preparing [2024-05-30T00:05:27.310Z] 50171d1acbd5: Preparing [2024-05-30T00:05:27.310Z] 50171d1acbd5: Waiting [2024-05-30T00:05:27.310Z] e10e8c446f49: Layer already exists [2024-05-30T00:05:27.310Z] 87c0e96cbf10: Layer already exists [2024-05-30T00:05:27.310Z] 6d8ecd82fa22: Layer already exists [2024-05-30T00:05:27.310Z] 5bcaba04c922: Layer already exists [2024-05-30T00:05:27.310Z] 1a7d8859793b: Layer already exists [2024-05-30T00:05:27.310Z] 50171d1acbd5: Layer already exists [2024-05-30T00:05:27.575Z] main: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-30T00:05:27.652Z] ===================================================== [Pipeline] echo [2024-05-30T00:05:27.663Z] taggedImages: [2024-05-30T00:05:27.663Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:05:27.663Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2024-05-30T00:05:27.663Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [2024-05-30T00:05:27.663Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:05:27.663Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:28.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:05:28.083Z] [2024-05-30T00:05:28.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:05:28.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:05:28.422Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-30T00:05:28.422Z] 8998bd30e6a1: Pulling fs layer [2024-05-30T00:05:28.422Z] 04944245beec: Pulling fs layer [2024-05-30T00:05:28.422Z] 699f458cf7ca: Pulling fs layer [2024-05-30T00:05:28.422Z] 765212b225bb: Pulling fs layer [2024-05-30T00:05:28.422Z] f23df028b6ca: Pulling fs layer [2024-05-30T00:05:28.422Z] d65c8cfc05b1: Pulling fs layer [2024-05-30T00:05:28.422Z] 2437ff75d9bd: Pulling fs layer [2024-05-30T00:05:28.423Z] d65c8cfc05b1: Waiting [2024-05-30T00:05:28.423Z] 2437ff75d9bd: Waiting [2024-05-30T00:05:28.423Z] f23df028b6ca: Waiting [2024-05-30T00:05:28.423Z] 765212b225bb: Waiting [2024-05-30T00:05:28.688Z] 04944245beec: Verifying Checksum [2024-05-30T00:05:28.688Z] 04944245beec: Download complete [2024-05-30T00:05:28.688Z] 765212b225bb: Verifying Checksum [2024-05-30T00:05:28.688Z] 765212b225bb: Download complete [2024-05-30T00:05:28.688Z] f23df028b6ca: Verifying Checksum [2024-05-30T00:05:28.688Z] f23df028b6ca: Download complete [2024-05-30T00:05:28.688Z] d65c8cfc05b1: Verifying Checksum [2024-05-30T00:05:28.688Z] d65c8cfc05b1: Download complete [2024-05-30T00:05:28.953Z] 699f458cf7ca: Verifying Checksum [2024-05-30T00:05:28.953Z] 699f458cf7ca: Download complete [2024-05-30T00:05:29.218Z] 8998bd30e6a1: Verifying Checksum [2024-05-30T00:05:29.218Z] 8998bd30e6a1: Download complete [2024-05-30T00:05:31.796Z] 2437ff75d9bd: Verifying Checksum [2024-05-30T00:05:31.796Z] 2437ff75d9bd: Download complete [2024-05-30T00:05:33.736Z] 8998bd30e6a1: Pull complete [2024-05-30T00:05:34.318Z] 04944245beec: Pull complete [2024-05-30T00:05:35.719Z] 699f458cf7ca: Pull complete [2024-05-30T00:05:35.985Z] 765212b225bb: Pull complete [2024-05-30T00:05:36.963Z] f23df028b6ca: Pull complete [2024-05-30T00:05:37.227Z] d65c8cfc05b1: Pull complete [2024-05-30T00:05:55.432Z] 2437ff75d9bd: Pull complete [2024-05-30T00:05:55.433Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-30T00:05:55.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:05:55.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:05:55.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-1119 does not seem to be running inside a container [2024-05-30T00:05:55.736Z] $ 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 [2024-05-30T00:05:56.994Z] $ docker top f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:05:57.864Z] ---> job-cost.sh [2024-05-30T00:05:57.864Z] lf-activate-venv: SKIPPING [2024-05-30T00:05:57.864Z] INFO: No Stack... [2024-05-30T00:05:58.131Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-30T00:05:59.092Z] INFO: Archiving Costs [Pipeline] sh [2024-05-30T00:05:59.722Z] + cut -d, -f6 [2024-05-30T00:05:59.723Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2024-05-30T00:05:59.780Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [2024-05-30T00:05:59.794Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] did not exist. Created. [2024-05-30T00:05:59.801Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-30T00:06:00.620Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-4e713704/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-30T00:06:01.303Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-30T00:06:01.319Z] Warning: overwriting stash ‘stack-cost’ [2024-05-30T00:06:01.875Z] Stashed 1 file(s) [Pipeline] } [2024-05-30T00:06:01.883Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-30T00:06:01.900Z] $ docker stop --time=1 f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 [2024-05-30T00:06:03.442Z] $ docker rm -f --volumes f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-05-30T00:06:04.367Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2024-05-30T00:06:04.367Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:06:04.367Z] total 16 [2024-05-30T00:06:04.367Z] drwxr-xr-x 3 root root 4096 May 29 23:53 . [2024-05-30T00:06:04.367Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:53 .. [2024-05-30T00:06:04.367Z] drwxr-xr-x 2 root root 4096 May 29 23:53 cost [2024-05-30T00:06:04.367Z] -rw-r--r-- 1 root root 87 May 29 23:53 cost.csv [2024-05-30T00:06:04.367Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:06:04.367Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:06:04.367Z] total 16 [2024-05-30T00:06:04.367Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:53 . [2024-05-30T00:06:04.367Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:53 .. [2024-05-30T00:06:04.367Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 23:53 cost [2024-05-30T00:06:04.367Z] -rw-r--r-- 1 jenkins jenkins 87 May 29 23:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:04.655Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:05.517Z] ---> package-listing.sh [2024-05-30T00:06:05.517Z] ++ facter osfamily [2024-05-30T00:06:05.517Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-30T00:06:05.776Z] + OS_FAMILY=debian [2024-05-30T00:06:05.776Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2024-05-30T00:06:05.776Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-30T00:06:05.776Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-30T00:06:05.776Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-30T00:06:05.776Z] + PACKAGES=/tmp/packages_start.txt [2024-05-30T00:06:05.776Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-30T00:06:05.776Z] + PACKAGES=/tmp/packages_end.txt [2024-05-30T00:06:05.776Z] + case "${OS_FAMILY}" in [2024-05-30T00:06:05.776Z] + dpkg -l [2024-05-30T00:06:05.776Z] + grep '^ii' [2024-05-30T00:06:05.776Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-30T00:06:05.776Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-30T00:06:05.776Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-30T00:06:05.776Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-30T00:06:05.776Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2024-05-30T00:06:05.776Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2024-05-30T00:06:05.788Z] 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 [2024-05-30T00:06:06.065Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:06:06.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-30T00:06:06.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:06:06.708Z] prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container [2024-05-30T00:06:06.736Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-30T00:06:06.908Z] $ docker top b6ac14da598a2fa8664f42644ca99e29ecd595b6c4923675e83454b3e6690400 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-30T00:06:07.258Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-30T00:06:07.544Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-30T00:06:07.828Z] + ls /var/log/sa-host [2024-05-30T00:06:07.828Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-30T00:06:07.992Z] provisioning config files... [2024-05-30T00:06:08.001Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17512137950164626609tmp [Pipeline] { [Pipeline] echo [2024-05-30T00:06:08.020Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:08.303Z] ---> create-netrc.sh [Pipeline] } [2024-05-30T00:06:08.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:08.643Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-30T00:06:08.651Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:08.931Z] ---> sudo-logs.sh [2024-05-30T00:06:08.931Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-30T00:06:08.962Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:09.243Z] ---> job-cost.sh [2024-05-30T00:06:09.243Z] lf-activate-venv: SKIPPING [2024-05-30T00:06:09.243Z] DEBUG: total: 0.2199999988079071 [2024-05-30T00:06:09.243Z] INFO: Retrieving Stack Cost... [2024-05-30T00:06:09.810Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-30T00:06:10.378Z] INFO: Archiving Costs [Pipeline] echo [2024-05-30T00:06:10.389Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:06:10.672Z] ---> logs-deploy.sh [2024-05-30T00:06:10.672Z] lf-activate-venv: SKIPPING [2024-05-30T00:06:10.672Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/45 [2024-05-30T00:06:10.672Z] INFO: archiving workspace using pattern(s): [2024-05-30T00:06:11.611Z] Archives upload complete. [2024-05-30T00:06:11.611Z] INFO: archiving logs to Nexus