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-ssh8306500144588618327.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-ssh12243467646517237952.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-ssh10962692496192064734.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-ssh16161189662898794111.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-ssh3400638871999217226.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-1103 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-29T18:44:26.395Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-29T18:44:26.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-29T18:44:26.478Z] ========================================================= [2024-05-29T18:44:26.478Z] EdgeX Global Pipelines Version Info [2024-05-29T18:44:26.478Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-29T18:44:27.243Z] ------------------- [2024-05-29T18:44:27.243Z] stable info: [2024-05-29T18:44:27.243Z] ------------------- [2024-05-29T18:44:27.243Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T18:44:27.243Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-29T18:44:27.243Z] Message: update stable to v1.0.260 [2024-05-29T18:44:27.814Z] ------------------- [2024-05-29T18:44:27.814Z] experimental info: [2024-05-29T18:44:27.814Z] ------------------- [2024-05-29T18:44:27.814Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T18:44:27.814Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-29T18:44:27.814Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-05-29T18:44:27.900Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-05-29T18:44:27.916Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-05-29T18:44:27.935Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-29T18:44:27.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-29T18:44:27.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-29T18:44:27.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-05-29T18:44:28.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-29T18:44:28.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-05-29T18:44:28.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-05-29T18:44:28.066Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T18:44:28.084Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-05-29T18:44:28.104Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-05-29T18:44:28.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-29T18:44:28.139Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-29T18:44:28.157Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-29T18:44:28.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-29T18:44:28.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-29T18:44:28.206Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo [2024-05-29T18:44:28.223Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo [2024-05-29T18:44:28.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T18:44:28.291Z] provisioning config files... [2024-05-29T18:44:28.305Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9098476749301735210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T18:44:28.633Z] ---> ****-login.sh [2024-05-29T18:44:28.633Z] nexus3.edgexfoundry.org:10001 [2024-05-29T18:44:28.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:28.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:28.893Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:28.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:28.893Z] [2024-05-29T18:44:28.893Z] Login Succeeded [2024-05-29T18:44:28.893Z] nexus3.edgexfoundry.org:10002 [2024-05-29T18:44:28.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:29.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:29.153Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:29.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:29.153Z] [2024-05-29T18:44:29.153Z] Login Succeeded [2024-05-29T18:44:29.153Z] nexus3.edgexfoundry.org:10003 [2024-05-29T18:44:29.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:29.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:29.153Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:29.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:29.153Z] [2024-05-29T18:44:29.153Z] Login Succeeded [2024-05-29T18:44:29.153Z] nexus3.edgexfoundry.org:10004 [2024-05-29T18:44:29.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:29.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:29.417Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:29.417Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:29.417Z] [2024-05-29T18:44:29.417Z] Login Succeeded [2024-05-29T18:44:29.417Z] ****.io [2024-05-29T18:44:29.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:29.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:29.417Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:29.417Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:29.418Z] [2024-05-29T18:44:29.418Z] Login Succeeded [2024-05-29T18:44:29.418Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T18:44:29.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-29T18:44:29.920Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T18:44:29.920Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-29T18:44:29.920Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-29T18:44:29.920Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-29T18:44:29.920Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-29T18:44:29.920Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-29T18:44:29.920Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:44:30.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T18:44:30.339Z] [2024-05-29T18:44:30.339Z] 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-29T18:44:30.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T18:44:30.638Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-29T18:44:30.638Z] b85a868b505f: Pulling fs layer [2024-05-29T18:44:30.638Z] e2be974225ed: Pulling fs layer [2024-05-29T18:44:30.638Z] 339a4e72a1f5: Pulling fs layer [2024-05-29T18:44:30.638Z] 988bab9f4d93: Pulling fs layer [2024-05-29T18:44:30.638Z] 1469e6f7b9e6: Pulling fs layer [2024-05-29T18:44:30.638Z] 988bab9f4d93: Waiting [2024-05-29T18:44:30.638Z] eaf3925da568: Pulling fs layer [2024-05-29T18:44:30.638Z] bab4dde63d76: Pulling fs layer [2024-05-29T18:44:30.638Z] bde34c3a00c8: Pulling fs layer [2024-05-29T18:44:30.638Z] 1469e6f7b9e6: Waiting [2024-05-29T18:44:30.638Z] eaf3925da568: Waiting [2024-05-29T18:44:30.638Z] bab4dde63d76: Waiting [2024-05-29T18:44:30.638Z] b352a97aabf1: Pulling fs layer [2024-05-29T18:44:30.638Z] bde34c3a00c8: Waiting [2024-05-29T18:44:30.638Z] 4872d77fe225: Pulling fs layer [2024-05-29T18:44:30.638Z] b352a97aabf1: Waiting [2024-05-29T18:44:30.638Z] 5851b861e8e6: Pulling fs layer [2024-05-29T18:44:30.638Z] 4872d77fe225: Waiting [2024-05-29T18:44:30.638Z] 5851b861e8e6: Waiting [2024-05-29T18:44:30.638Z] e2be974225ed: Verifying Checksum [2024-05-29T18:44:30.638Z] e2be974225ed: Download complete [2024-05-29T18:44:30.638Z] 988bab9f4d93: Verifying Checksum [2024-05-29T18:44:30.638Z] 988bab9f4d93: Download complete [2024-05-29T18:44:30.638Z] 1469e6f7b9e6: Verifying Checksum [2024-05-29T18:44:30.638Z] 1469e6f7b9e6: Download complete [2024-05-29T18:44:30.638Z] eaf3925da568: Download complete [2024-05-29T18:44:30.638Z] 339a4e72a1f5: Verifying Checksum [2024-05-29T18:44:30.638Z] 339a4e72a1f5: Download complete [2024-05-29T18:44:30.638Z] bde34c3a00c8: Verifying Checksum [2024-05-29T18:44:30.638Z] bde34c3a00c8: Download complete [2024-05-29T18:44:30.897Z] b352a97aabf1: Verifying Checksum [2024-05-29T18:44:30.897Z] b352a97aabf1: Download complete [2024-05-29T18:44:30.897Z] 4872d77fe225: Download complete [2024-05-29T18:44:30.897Z] 5851b861e8e6: Download complete [2024-05-29T18:44:30.897Z] b85a868b505f: Verifying Checksum [2024-05-29T18:44:30.897Z] b85a868b505f: Download complete [2024-05-29T18:44:31.156Z] bab4dde63d76: Verifying Checksum [2024-05-29T18:44:31.156Z] bab4dde63d76: Download complete [2024-05-29T18:44:32.092Z] b85a868b505f: Pull complete [2024-05-29T18:44:32.092Z] e2be974225ed: Pull complete [2024-05-29T18:44:32.660Z] 339a4e72a1f5: Pull complete [2024-05-29T18:44:32.660Z] 988bab9f4d93: Pull complete [2024-05-29T18:44:32.920Z] 1469e6f7b9e6: Pull complete [2024-05-29T18:44:32.920Z] eaf3925da568: Pull complete [2024-05-29T18:44:34.822Z] bab4dde63d76: Pull complete [2024-05-29T18:44:34.822Z] bde34c3a00c8: Pull complete [2024-05-29T18:44:34.822Z] b352a97aabf1: Pull complete [2024-05-29T18:44:35.081Z] 4872d77fe225: Pull complete [2024-05-29T18:44:35.081Z] 5851b861e8e6: Pull complete [2024-05-29T18:44:35.081Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-29T18:44:35.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T18:44:35.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T18:44:35.201Z] prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container [2024-05-29T18:44:35.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T18:44:38.990Z] $ docker top 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 -eo pid,comm [2024-05-29T18:44:39.040Z] 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-29T18:44:39.040Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T18:44:39.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T18:44:39.100Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T18:44:39.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T18:44:39.223Z] $ docker exec 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent [2024-05-29T18:44:39.326Z] SSH_AUTH_SOCK=/tmp/ssh-2Hm47FvJnoP9/agent.32 [2024-05-29T18:44:39.326Z] SSH_AGENT_PID=38 [2024-05-29T18:44:39.332Z] Running ssh-add (command line suppressed) [2024-05-29T18:44:39.430Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3504701178668503057.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3504701178668503057.key) [2024-05-29T18:44:39.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T18:44:39.732Z] + git tag --points-at HEAD [Pipeline] } [2024-05-29T18:44:39.763Z] $ docker exec --env ******** --env ******** 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent -k [2024-05-29T18:44:39.856Z] unset SSH_AUTH_SOCK; [2024-05-29T18:44:39.856Z] unset SSH_AGENT_PID; [2024-05-29T18:44:39.856Z] echo Agent pid 38 killed; [2024-05-29T18:44:39.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-29T18:44:39.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T18:44:39.905Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T18:44:40.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T18:44:40.022Z] $ docker exec 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent [2024-05-29T18:44:40.120Z] SSH_AUTH_SOCK=/tmp/ssh-NFmFkegIPXnQ/agent.71 [2024-05-29T18:44:40.120Z] SSH_AGENT_PID=77 [2024-05-29T18:44:40.124Z] Running ssh-add (command line suppressed) [2024-05-29T18:44:40.223Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7222357728496344859.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7222357728496344859.key) [2024-05-29T18:44:40.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T18:44:40.529Z] + git semver init [2024-05-29T18:44:40.788Z] 2024-05-29 18:44:40,729 [run_init] DEBUG init version:0.0.0 force:False [2024-05-29T18:44:40.788Z] 2024-05-29 18:44:40,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T18:44:40.788Z] 2024-05-29 18:44:40,731 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-29T18:44:40.788Z] 2024-05-29 18:44:40,731 [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-29T18:44:41.356Z] 2024-05-29 18:44:41,296 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2024-05-29T18:44:41.356Z] 2024-05-29 18:44:41,297 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2024-05-29T18:44:41.356Z] 2024-05-29 18:44:41,297 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T18:44:41.356Z] 2024-05-29 18:44:41,297 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-29T18:44:41.356Z] 0.0.2-dev.42 [Pipeline] } [2024-05-29T18:44:41.367Z] $ docker exec --env ******** --env ******** 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent -k [2024-05-29T18:44:41.455Z] unset SSH_AUTH_SOCK; [2024-05-29T18:44:41.455Z] unset SSH_AGENT_PID; [2024-05-29T18:44:41.455Z] echo Agent pid 77 killed; [2024-05-29T18:44:41.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T18:44:41.775Z] + git semver [Pipeline] } [2024-05-29T18:44:42.051Z] $ docker stop --time=1 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 [2024-05-29T18:44:43.359Z] $ docker rm -f --volumes 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T18:44:43.696Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-29T18:44:43.922Z] Stashed 1 file(s) [Pipeline] echo [2024-05-29T18:44:43.926Z] [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-29T18:44:44.099Z] provisioning config files... [2024-05-29T18:44:44.109Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11694901737583977277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T18:44:44.405Z] ---> ****-login.sh [2024-05-29T18:44:44.405Z] nexus3.edgexfoundry.org:10001 [2024-05-29T18:44:44.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:44.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:44.405Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:44.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:44.405Z] [2024-05-29T18:44:44.405Z] Login Succeeded [2024-05-29T18:44:44.405Z] nexus3.edgexfoundry.org:10002 [2024-05-29T18:44:44.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:44.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:44.405Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:44.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:44.405Z] [2024-05-29T18:44:44.405Z] Login Succeeded [2024-05-29T18:44:44.405Z] nexus3.edgexfoundry.org:10003 [2024-05-29T18:44:44.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:44.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:44.664Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:44.664Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:44.664Z] [2024-05-29T18:44:44.664Z] Login Succeeded [2024-05-29T18:44:44.664Z] nexus3.edgexfoundry.org:10004 [2024-05-29T18:44:44.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:44.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:44.664Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:44.664Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:44.664Z] [2024-05-29T18:44:44.664Z] Login Succeeded [2024-05-29T18:44:44.664Z] ****.io [2024-05-29T18:44:44.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:44:44.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:44:44.923Z] Configure a credential helper to remove this warning. See [2024-05-29T18:44:44.923Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:44:44.923Z] [2024-05-29T18:44:44.923Z] Login Succeeded [2024-05-29T18:44:44.923Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T18:44:44.930Z] 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-29T18:44:45.658Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T18:44:45.943Z] + ls -al . [2024-05-29T18:44:45.943Z] total 72 [2024-05-29T18:44:45.943Z] drwxrwxr-x 7 jenkins jenkins 4096 May 29 18:44 . [2024-05-29T18:44:45.943Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:44 .. [2024-05-29T18:44:45.943Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:44 .git [2024-05-29T18:44:45.943Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 18:44 .github [2024-05-29T18:44:45.943Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 18:44 .gitignore [2024-05-29T18:44:45.943Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 18:44 .semver [2024-05-29T18:44:45.943Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 18:44 Dockerfile [2024-05-29T18:44:45.943Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 18:44 Jenkinsfile [2024-05-29T18:44:45.943Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 18:44 LICENSE [2024-05-29T18:44:45.944Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 18:44 README.md [2024-05-29T18:44:45.944Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:44 TAF-Manager [2024-05-29T18:44:45.944Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:44 TUC [2024-05-29T18:44:45.944Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 18:44 VERSION [2024-05-29T18:44:45.944Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 18:44 requirements.txt [2024-05-29T18:44:45.944Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 18:44 robot-entrypoint.sh [2024-05-29T18:44:45.944Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 18:44 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:44:46.252Z] + 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-29T18:44:46.253Z] Sending build context to Docker daemon 589.3kB [2024-05-29T18:44:46.253Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T18:44:46.821Z] 3.20: Pulling from library/alpine [2024-05-29T18:44:46.821Z] d25f557d7f31: Pulling fs layer [2024-05-29T18:44:47.182Z] d25f557d7f31: Verifying Checksum [2024-05-29T18:44:47.182Z] d25f557d7f31: Download complete [2024-05-29T18:44:47.182Z] d25f557d7f31: Pull complete [2024-05-29T18:44:47.182Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T18:44:47.182Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T18:44:47.182Z] ---> 1d34ffeaf190 [2024-05-29T18:44:47.183Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T18:44:47.442Z] ---> Running in 15c21d02bc2f [2024-05-29T18:44:47.442Z] Removing intermediate container 15c21d02bc2f [2024-05-29T18:44:47.442Z] ---> 4aed63bb2bc8 [2024-05-29T18:44:47.442Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T18:44:47.442Z] ---> Running in 88c26844add8 [2024-05-29T18:44:47.442Z] Removing intermediate container 88c26844add8 [2024-05-29T18:44:47.442Z] ---> ae7e8286595a [2024-05-29T18:44:47.442Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T18:44:47.701Z] ---> 0edc5198345f [2024-05-29T18:44:47.701Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T18:44:47.960Z] ---> 07767d2673bc [2024-05-29T18:44:47.960Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T18:44:47.960Z] ---> 46fd2a23be1d [2024-05-29T18:44:47.960Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T18:44:47.960Z] ---> Running in a6755d6b7b8a [2024-05-29T18:44:48.220Z] Removing intermediate container a6755d6b7b8a [2024-05-29T18:44:48.220Z] ---> 9442640b4bce [2024-05-29T18:44:48.220Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T18:44:48.220Z] ---> Running in 89615d00152e [2024-05-29T18:44:48.788Z] Removing intermediate container 89615d00152e [2024-05-29T18:44:48.788Z] ---> 15ae74c37d40 [2024-05-29T18:44:48.788Z] 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-29T18:44:48.788Z] ---> Running in 201e59b99e89 [2024-05-29T18:44:49.047Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:49.614Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:50.183Z] OK: 8 MiB in 14 packages [2024-05-29T18:44:50.442Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:50.701Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:51.638Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T18:44:51.897Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T18:44:52.465Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T18:44:52.725Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T18:44:52.984Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T18:44:53.551Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T18:44:53.811Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T18:44:54.070Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T18:44:54.639Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T18:44:54.898Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T18:44:55.466Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T18:44:56.034Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T18:44:56.294Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T18:44:56.863Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T18:44:57.121Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:44:57.121Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T18:44:57.381Z] OK: 43 MiB in 28 packages [2024-05-29T18:44:57.381Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:57.949Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:44:58.518Z] (1/167) Installing libexpat (2.6.2-r0) [2024-05-29T18:44:58.778Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-05-29T18:44:59.032Z] Still waiting to schedule task [2024-05-29T18:44:59.033Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-05-29T18:44:59.038Z] (3/167) Installing libpng (1.6.43-r0) [2024-05-29T18:44:59.606Z] (4/167) Installing freetype (2.13.2-r0) [2024-05-29T18:44:59.865Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-05-29T18:45:00.434Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-05-29T18:45:00.694Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-05-29T18:45:00.954Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-05-29T18:45:01.524Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-05-29T18:45:01.784Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T18:45:02.042Z] (11/167) Installing libffi (3.4.6-r0) [2024-05-29T18:45:02.611Z] (12/167) Installing libintl (0.22.5-r0) [2024-05-29T18:45:02.611Z] (13/167) Installing libeconf (0.6.3-r0) [2024-05-29T18:45:03.181Z] (14/167) Installing libblkid (2.40.1-r1) [2024-05-29T18:45:03.440Z] (15/167) Installing libmount (2.40.1-r1) [2024-05-29T18:45:03.699Z] (16/167) Installing pcre2 (10.43-r0) [2024-05-29T18:45:04.268Z] (17/167) Installing glib (2.80.2-r0) [2024-05-29T18:45:04.835Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T18:45:05.094Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-05-29T18:45:05.664Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-05-29T18:45:05.925Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-05-29T18:45:06.493Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T18:45:06.753Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T18:45:07.322Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-05-29T18:45:07.322Z] (25/167) Installing libwebp (1.3.2-r0) [2024-05-29T18:45:07.889Z] (26/167) Installing tiff (4.6.0t-r0) [2024-05-29T18:45:08.149Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T18:45:08.718Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T18:45:08.718Z] (29/167) Installing libxau (1.0.11-r4) [2024-05-29T18:45:08.977Z] (30/167) Installing libmd (1.1.0-r0) [2024-05-29T18:45:09.547Z] (31/167) Installing libbsd (0.12.2-r0) [2024-05-29T18:45:09.547Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-05-29T18:45:09.806Z] (33/167) Installing libxcb (1.16.1-r0) [2024-05-29T18:45:10.377Z] (34/167) Installing libx11 (1.8.9-r1) [2024-05-29T18:45:10.946Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-05-29T18:45:10.946Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-05-29T18:45:11.205Z] (37/167) Installing libxrender (0.9.11-r5) [2024-05-29T18:45:11.774Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-05-29T18:45:11.774Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-05-29T18:45:12.033Z] (40/167) Installing libxext (1.3.6-r2) [2024-05-29T18:45:12.292Z] (41/167) Installing libxi (1.8.1-r4) [2024-05-29T18:45:12.862Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-05-29T18:45:12.862Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-05-29T18:45:13.122Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T18:45:13.691Z] (45/167) Installing libxtst (1.2.4-r6) [2024-05-29T18:45:13.950Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-05-29T18:45:14.208Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-05-29T18:45:14.777Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T18:45:15.037Z] (49/167) Installing pixman (0.43.2-r0) [2024-05-29T18:45:15.297Z] (50/167) Installing cairo (1.18.0-r0) [2024-05-29T18:45:15.865Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-05-29T18:45:16.124Z] (52/167) Installing avahi-libs (0.8-r17) [2024-05-29T18:45:16.383Z] (53/167) Installing gmp (6.3.0-r1) [2024-05-29T18:45:16.950Z] (54/167) Installing nettle (3.9.1-r0) [2024-05-29T18:45:17.209Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-05-29T18:45:17.467Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-05-29T18:45:18.034Z] (57/167) Installing gnutls (3.8.5-r0) [2024-05-29T18:45:18.603Z] (58/167) Installing cups-libs (2.4.8-r0) [2024-05-29T18:45:18.864Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-05-29T18:45:19.433Z] (60/167) Installing fribidi (1.0.14-r0) [2024-05-29T18:45:19.695Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-05-29T18:45:19.955Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-05-29T18:45:20.524Z] (63/167) Installing libxft (2.3.8-r3) [2024-05-29T18:45:20.785Z] (64/167) Installing pango (1.52.2-r0) [2024-05-29T18:45:21.045Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T18:45:21.303Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T18:45:21.562Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T18:45:21.821Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-05-29T18:45:22.389Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-05-29T18:45:22.648Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T18:45:23.216Z] (71/167) Installing icu-data-full (74.2-r0) [2024-05-29T18:45:24.155Z] (72/167) Installing mesa (24.0.8-r1) [2024-05-29T18:45:24.414Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-05-29T18:45:25.793Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-05-29T18:45:26.052Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-05-29T18:45:26.311Z] (76/167) Installing libdrm (2.4.120-r0) [2024-05-29T18:45:26.880Z] (77/167) Installing libelf (0.191-r0) [2024-05-29T18:45:27.139Z] (78/167) Installing mesa-glapi (24.0.8-r1) [2024-05-29T18:45:27.398Z] (79/167) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T18:45:28.339Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-05-29T18:45:28.339Z] (81/167) Installing libmagic (5.45-r1) [2024-05-29T18:45:28.908Z] (82/167) Installing file (5.45-r1) [2024-05-29T18:45:29.168Z] (83/167) Installing xprop (1.2.7-r0) [2024-05-29T18:45:29.427Z] (84/167) Installing libice (1.1.1-r6) [2024-05-29T18:45:29.687Z] (85/167) Installing libuuid (2.40.1-r1) [2024-05-29T18:45:29.946Z] (86/167) Installing libsm (1.2.4-r4) [2024-05-29T18:45:30.205Z] (87/167) Installing libxt (1.3.0-r5) [2024-05-29T18:45:30.771Z] (88/167) Installing libxmu (1.1.4-r2) [2024-05-29T18:45:31.030Z] (89/167) Installing xset (1.2.5-r1) [2024-05-29T18:45:31.288Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-05-29T18:45:31.548Z] (91/167) Installing libogg (1.3.5-r5) [2024-05-29T18:45:31.806Z] (92/167) Installing libflac (1.4.3-r1) [2024-05-29T18:45:32.376Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-05-29T18:45:32.635Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T18:45:33.203Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-05-29T18:45:33.771Z] (96/167) Installing libva (2.21.0-r0) [2024-05-29T18:45:34.340Z] (97/167) Installing libvdpau (1.5-r3) [2024-05-29T18:45:34.599Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-05-29T18:45:34.858Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T18:45:35.426Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-05-29T18:45:35.685Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-05-29T18:45:36.251Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T18:45:36.510Z] (103/167) Installing imath (3.1.11-r2) [2024-05-29T18:45:36.771Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T18:45:37.340Z] (105/167) Installing giflib (5.2.2-r0) [2024-05-29T18:45:37.599Z] (106/167) Installing libhwy (1.0.7-r0) [2024-05-29T18:45:37.858Z] (107/167) Installing lcms2 (2.16-r0) [2024-05-29T18:45:38.426Z] (108/167) Installing libjxl (0.10.2-r0) [2024-05-29T18:45:38.997Z] (109/167) Installing lame-libs (3.100-r5) [2024-05-29T18:45:39.256Z] (110/167) Installing opus (1.5.2-r0) [2024-05-29T18:45:39.515Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-05-29T18:45:40.082Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T18:45:40.651Z] (113/167) Installing soxr (0.1.3-r7) [2024-05-29T18:45:40.909Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T18:45:41.168Z] (115/167) Installing libtheora (1.1.1-r18) [2024-05-29T18:45:41.736Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-05-29T18:45:41.996Z] (117/167) Installing libvpx (1.14.0-r0) [2024-05-29T18:45:42.565Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-05-29T18:45:42.824Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T18:45:43.394Z] (120/167) Installing numactl (2.0.18-r0) [2024-05-29T18:45:43.653Z] (121/167) Installing x265-libs (3.6-r0) [2024-05-29T18:45:44.222Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-05-29T18:45:44.791Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T18:45:45.364Z] (124/167) Installing libbluray (1.3.4-r1) [2024-05-29T18:45:45.624Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-05-29T18:45:46.190Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-05-29T18:45:46.448Z] (127/167) Installing cjson (1.7.18-r0) [2024-05-29T18:45:46.705Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-05-29T18:45:47.272Z] (129/167) Installing librist (0.2.10-r1) [2024-05-29T18:45:47.530Z] (130/167) Installing libsrt (1.5.3-r0) [2024-05-29T18:45:48.098Z] (131/167) Installing libssh (0.10.6-r0) [2024-05-29T18:45:48.356Z] (132/167) Installing libsodium (1.0.19-r0) [2024-05-29T18:45:48.922Z] (133/167) Installing libzmq (4.3.5-r2) [2024-05-29T18:45:49.182Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T18:45:49.749Z] (135/167) Installing crc32c (1.1.2-r0) [2024-05-29T18:45:50.005Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-05-29T18:45:50.263Z] (137/167) Installing libevent (2.1.12-r7) [2024-05-29T18:45:50.829Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T18:45:51.087Z] (139/167) Installing mesa-gbm (24.0.8-r1) [2024-05-29T18:45:51.347Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T18:45:51.913Z] (141/167) Installing icu-libs (74.2-r0) [2024-05-29T18:45:52.481Z] (142/167) Installing minizip (1.3.1-r0) [2024-05-29T18:45:52.739Z] (143/167) Installing nspr (4.35-r4) [2024-05-29T18:45:53.304Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-05-29T18:45:53.562Z] (145/167) Installing nss (3.100-r0) [2024-05-29T18:45:54.129Z] (146/167) Installing openh264 (2.4.1-r0) [2024-05-29T18:45:54.695Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T18:45:54.955Z] (148/167) Installing libunwind (1.8.1-r0) [2024-05-29T18:45:55.212Z] (149/167) Installing yaml (0.2.5-r2) [2024-05-29T18:45:55.778Z] (150/167) Installing libcamera (0.3.0-r0) [2024-05-29T18:45:56.035Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-05-29T18:45:56.293Z] (152/167) Installing libuv (1.48.0-r0) [2024-05-29T18:45:56.865Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T18:45:57.123Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-05-29T18:45:57.691Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T18:45:57.952Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-05-29T18:45:58.520Z] (157/167) Installing libasyncns (0.8-r3) [2024-05-29T18:45:58.780Z] (158/167) Installing libltdl (2.4.7-r3) [2024-05-29T18:45:59.039Z] (159/167) Installing orc (0.4.37-r0) [2024-05-29T18:45:59.422Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-05-29T18:45:59.989Z] (161/167) Installing libpulse (17.0-r0) [2024-05-29T18:46:00.248Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-05-29T18:46:00.508Z] (163/167) Installing libgpg-error (1.49-r0) [2024-05-29T18:46:00.767Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-05-29T18:46:01.333Z] (165/167) Installing libxslt (1.1.39-r1) [2024-05-29T18:46:01.901Z] (166/167) Installing chromium (125.0.6422.112-r0) [2024-05-29T18:46:04.449Z] (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T18:46:04.709Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:46:04.709Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T18:46:04.709Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T18:46:04.709Z] Executing glib-2.80.2-r0.trigger [2024-05-29T18:46:04.709Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T18:46:04.967Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T18:46:04.967Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T18:46:05.226Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T18:46:05.226Z] OK: 657 MiB in 195 packages [2024-05-29T18:46:05.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:05.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:06.362Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T18:46:06.620Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T18:46:07.188Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T18:46:07.447Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T18:46:08.012Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T18:46:08.579Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T18:46:08.837Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T18:46:13.027Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T18:46:13.027Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T18:46:13.594Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T18:46:14.161Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T18:46:14.420Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T18:46:14.989Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T18:46:15.248Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T18:46:15.507Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T18:46:16.076Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T18:46:16.643Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T18:46:26.623Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T18:46:26.881Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T18:46:27.141Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T18:46:27.708Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T18:46:27.966Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T18:46:28.533Z] (23/30) Installing icu (74.2-r0) [2024-05-29T18:46:29.100Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T18:46:29.357Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T18:46:30.734Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T18:46:30.993Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T18:46:31.252Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T18:46:31.747Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1104 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2024-05-29T18:46:31.783Z] Selected Git installation does not exist. Using Default [2024-05-29T18:46:31.783Z] The recommended git tool is: NONE [2024-05-29T18:46:31.818Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T18:46:32.078Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T18:46:32.646Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:46:32.646Z] OK: 1193 MiB in 225 packages [2024-05-29T18:46:32.646Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:33.214Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:33.781Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T18:46:34.715Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T18:46:34.973Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T18:46:35.230Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T18:46:35.488Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T18:46:36.053Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T18:46:36.311Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T18:46:36.371Z] using credential edgex-jenkins-ssh [2024-05-29T18:46:36.393Z] Cloning the remote Git repository [2024-05-29T18:46:36.570Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T18:46:36.428Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T18:46:36.513Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2024-05-29T18:46:36.653Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-29T18:46:36.653Z] > git --version # timeout=10 [2024-05-29T18:46:36.679Z] > git --version # 'git version 2.25.1' [2024-05-29T18:46:36.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-29T18:46:36.820Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T18:46:37.503Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T18:46:37.761Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T18:46:38.019Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T18:46:37.508Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-29T18:46:37.527Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T18:46:38.281Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T18:46:38.372Z] Avoid second fetch [2024-05-29T18:46:38.373Z] Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) [2024-05-29T18:46:38.970Z] Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" [2024-05-29T18:46:38.384Z] > git config core.sparsecheckout # timeout=10 [2024-05-29T18:46:38.446Z] > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T18:46:43.618Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-29T18:46:43.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T18:46:43.618Z] Dload Upload Total Spent Left Speed [2024-05-29T18:46:43.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 112k [Pipeline] sh [2024-05-29T18:46:43.957Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-29T18:46:44.282Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2024-05-29T18:46:44.282Z] /etc/docker/daemon.new [2024-05-29T18:46:44.282Z] { [2024-05-29T18:46:44.282Z] "registry-mirrors": [ [2024-05-29T18:46:44.282Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-29T18:46:44.282Z] ], [2024-05-29T18:46:44.282Z] "bip": "10.250.0.254/24", [2024-05-29T18:46:44.282Z] "hosts": [ [2024-05-29T18:46:44.282Z] "tcp://0.0.0.0:5555", [2024-05-29T18:46:44.282Z] "unix:///var/run/docker.sock" [2024-05-29T18:46:44.282Z] ], [2024-05-29T18:46:44.282Z] "mtu": 1458, [2024-05-29T18:46:44.282Z] "selinux-enabled": true, [2024-05-29T18:46:44.282Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-29T18:46:44.282Z] } [Pipeline] sh [2024-05-29T18:46:44.609Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-29T18:46:44.936Z] + sudo service docker restart [2024-05-29T18:46:48.265Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T18:46:48.266Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T18:46:48.266Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:46:48.266Z] OK: 1359 MiB in 239 packages [2024-05-29T18:46:48.266Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:48.266Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:48.834Z] OK: 1359 MiB in 239 packages [2024-05-29T18:46:48.834Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:49.092Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-29T18:46:50.026Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T18:46:50.285Z] OK: 1361 MiB in 240 packages [2024-05-29T18:46:50.851Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T18:46:50.851Z] OK: 1359 MiB in 239 packages [2024-05-29T18:46:53.381Z] Looking in links: /tmp/tmp1ukt5ztw [2024-05-29T18:46:53.381Z] Processing /tmp/tmp1ukt5ztw/pip-24.0-py3-none-any.whl [2024-05-29T18:46:53.381Z] Installing collected packages: pip [2024-05-29T18:46:54.314Z] Successfully installed pip-24.0 [2024-05-29T18:46:54.314Z] 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-29T18:46:54.573Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T18:46:55.140Z] Collecting setuptools [2024-05-29T18:46:55.141Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T18:46:55.141Z] Collecting wheel [2024-05-29T18:46:55.141Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T18:46:55.141Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T18:46:55.141Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 59.4 MB/s eta 0:00:00 [2024-05-29T18:46:55.141Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T18:46:55.141Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 124.6 MB/s eta 0:00:00 [2024-05-29T18:46:55.141Z] Installing collected packages: wheel, setuptools [2024-05-29T18:46:56.077Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T18:46:56.077Z] 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-29T18:46:56.334Z] Processing ./edgex-taf-common [2024-05-29T18:46:56.334Z] Preparing metadata (setup.py): started [2024-05-29T18:46:56.592Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:46:56.592Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T18:46:56.592Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T18:46:56.851Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T18:46:56.851Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=d6066d0493395465ad2cdf8f9aceb1e18eca7681290170a833ca22de890c5d5c [2024-05-29T18:46:56.851Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T18:46:56.851Z] Successfully built edgex-taf-common [2024-05-29T18:46:56.851Z] Installing collected packages: edgex-taf-common [2024-05-29T18:46:56.851Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T18:46:56.851Z] 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-29T18:46:57.419Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T18:46:57.419Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T18:46:57.677Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T18:46:57.677Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T18:46:57.677Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T18:46:57.677Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T18:46:57.677Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T18:46:57.677Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T18:46:57.677Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T18:46:57.677Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T18:46:57.677Z] Preparing metadata (setup.py): started [2024-05-29T18:46:57.935Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:46:57.935Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T18:46:57.935Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T18:46:57.935Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T18:46:57.935Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T18:46:57.935Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T18:46:57.935Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T18:46:58.193Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T18:46:58.193Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T18:46:58.193Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 13.2 MB/s eta 0:00:00 [2024-05-29T18:46:58.193Z] Preparing metadata (setup.py): started [2024-05-29T18:46:58.193Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:46:58.193Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T18:46:58.451Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T18:46:58.451Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T18:46:58.451Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-05-29T18:46:58.451Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00 [2024-05-29T18:46:58.709Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T18:46:58.709Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T18:46:58.709Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 24.9 MB/s eta 0:00:00 [2024-05-29T18:46:58.709Z] Installing build dependencies: started [2024-05-29T18:47:00.610Z] Installing build dependencies: finished with status 'done' [2024-05-29T18:47:00.610Z] Getting requirements to build wheel: started [2024-05-29T18:47:00.610Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T18:47:00.610Z] Preparing metadata (pyproject.toml): started [2024-05-29T18:47:00.869Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T18:47:01.129Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T18:47:01.129Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T18:47:01.387Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T18:47:01.387Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-05-29T18:47:02.762Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T18:47:02.762Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T18:47:02.762Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 8.4 MB/s eta 0:00:00 [2024-05-29T18:47:02.762Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T18:47:02.762Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T18:47:02.762Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 22.7 MB/s eta 0:00:00 [2024-05-29T18:47:02.762Z] Preparing metadata (setup.py): started [2024-05-29T18:47:03.021Z] Preparing metadata (setup.py): finished with status 'done' [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T18:47:03.220Z] provisioning config files... [2024-05-29T18:47:03.245Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13869824614066447741tmp [Pipeline] { [2024-05-29T18:47:03.280Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T18:47:03.280Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-05-29T18:47:03.280Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:03.280Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T18:47:03.280Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:03.280Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T18:47:03.280Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.280Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [Pipeline] libraryResource [Pipeline] sh [2024-05-29T18:47:03.539Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.539Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T18:47:03.539Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.2 MB/s eta 0:00:00 [2024-05-29T18:47:03.539Z] Preparing metadata (setup.py): started [2024-05-29T18:47:03.701Z] ---> ****-login.sh [2024-05-29T18:47:03.701Z] nexus3.edgexfoundry.org:10001 [2024-05-29T18:47:03.798Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:47:03.798Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.798Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T18:47:03.798Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.798Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T18:47:03.798Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.798Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T18:47:03.798Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:03.798Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T18:47:03.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:47:04.057Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:04.057Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T18:47:04.057Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:04.057Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T18:47:04.057Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:47:04.057Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-05-29T18:47:04.057Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:47:04.057Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T18:47:04.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:47:04.252Z] Configure a credential helper to remove this warning. See [2024-05-29T18:47:04.252Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:47:04.252Z] [2024-05-29T18:47:04.252Z] Login Succeeded [2024-05-29T18:47:04.252Z] nexus3.edgexfoundry.org:10002 [2024-05-29T18:47:04.316Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:47:04.316Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T18:47:04.316Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:47:04.316Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T18:47:04.316Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T18:47:04.316Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T18:47:04.316Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T18:47:04.316Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T18:47:04.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:47:04.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:47:04.523Z] Configure a credential helper to remove this warning. See [2024-05-29T18:47:04.523Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:47:04.523Z] [2024-05-29T18:47:04.523Z] Login Succeeded [2024-05-29T18:47:04.575Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:47:04.575Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T18:47:04.575Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:47:04.575Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T18:47:04.575Z] 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-29T18:47:04.575Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:47:04.575Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T18:47:04.575Z] 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-29T18:47:04.575Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:47:04.801Z] nexus3.edgexfoundry.org:10003 [2024-05-29T18:47:04.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:47:04.834Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:04.834Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T18:47:04.834Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:04.834Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-29T18:47:05.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:47:05.076Z] Configure a credential helper to remove this warning. See [2024-05-29T18:47:05.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:47:05.077Z] [2024-05-29T18:47:05.077Z] Login Succeeded [2024-05-29T18:47:05.077Z] nexus3.edgexfoundry.org:10004 [2024-05-29T18:47:05.092Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.092Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-05-29T18:47:05.092Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.092Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T18:47:05.092Z] Preparing metadata (setup.py): started [2024-05-29T18:47:05.350Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:47:05.350Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.350Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T18:47:05.350Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.350Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T18:47:05.350Z] Preparing metadata (setup.py): started [2024-05-29T18:47:05.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:47:05.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:47:05.351Z] Configure a credential helper to remove this warning. See [2024-05-29T18:47:05.351Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:47:05.351Z] [2024-05-29T18:47:05.351Z] Login Succeeded [2024-05-29T18:47:05.351Z] ****.io [2024-05-29T18:47:05.608Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:47:05.608Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.608Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:47:05.608Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.608Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T18:47:05.608Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.608Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T18:47:05.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T18:47:05.867Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.867Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T18:47:05.867Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.867Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:47:05.867Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:05.867Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T18:47:05.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T18:47:05.890Z] Configure a credential helper to remove this warning. See [2024-05-29T18:47:05.890Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T18:47:05.890Z] [2024-05-29T18:47:05.890Z] Login Succeeded [2024-05-29T18:47:06.125Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:47:06.125Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-05-29T18:47:06.163Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T18:47:06.178Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-05-29T18:47:06.383Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:06.383Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T18:47:06.383Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:47:06.383Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T18:47:06.383Z] 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-29T18:47:06.383Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T18:47:06.383Z] 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-29T18:47:06.383Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T18:47:06.384Z] 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-29T18:47:06.384Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T18:47:06.641Z] 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-29T18:47:06.641Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T18:47:06.641Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T18:47:06.641Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 14.3 MB/s eta 0:00:00 [2024-05-29T18:47:06.641Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T18:47:06.641Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T18:47:06.641Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T18:47:06.641Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 12.6 MB/s eta 0:00:00 [2024-05-29T18:47:06.641Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T18:47:06.641Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T18:47:06.641Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T18:47:06.883Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T18:47:06.899Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 7.6 MB/s eta 0:00:00 [2024-05-29T18:47:06.899Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T18:47:06.899Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 18.2 MB/s eta 0:00:00 [2024-05-29T18:47:06.899Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-05-29T18:47:07.157Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 43.6 MB/s eta 0:00:00 [2024-05-29T18:47:07.157Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T18:47:07.157Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 32.6 MB/s eta 0:00:00 [2024-05-29T18:47:07.157Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-05-29T18:47:07.157Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.2 MB/s eta 0:00:00 [2024-05-29T18:47:07.157Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T18:47:07.157Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 28.3 MB/s eta 0:00:00 [2024-05-29T18:47:07.157Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-05-29T18:47:07.211Z] + ls -al . [2024-05-29T18:47:07.211Z] total 68 [2024-05-29T18:47:07.211Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:47 . [2024-05-29T18:47:07.211Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:46 .. [2024-05-29T18:47:07.211Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:46 .git [2024-05-29T18:47:07.211Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 18:46 .github [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 22 May 29 18:46 .gitignore [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 29 18:46 Dockerfile [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 746 May 29 18:46 Jenkinsfile [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 29 18:46 LICENSE [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 29 18:46 README.md [2024-05-29T18:47:07.211Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:46 TAF-Manager [2024-05-29T18:47:07.211Z] drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:46 TUC [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 18:44 VERSION [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 343 May 29 18:46 requirements.txt [2024-05-29T18:47:07.211Z] -rw-rw-r-- 1 jenkins jenkins 54 May 29 18:46 robot-entrypoint.sh [2024-05-29T18:47:07.212Z] -rw-rw-r-- 1 jenkins jenkins 445 May 29 18:46 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 23.9 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 14.4 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 18.9 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 8.4 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 893.7 kB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 29.1 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T18:47:07.414Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 29.6 MB/s eta 0:00:00 [2024-05-29T18:47:07.414Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T18:47:07.414Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T18:47:07.565Z] + 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-29T18:47:07.833Z] Sending build context to Docker daemon 363kB [2024-05-29T18:47:07.833Z] Step 1/13 : FROM alpine:3.20 [2024-05-29T18:47:07.980Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 27.8 MB/s eta 0:00:00 [2024-05-29T18:47:07.980Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T18:47:07.980Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 414.0 kB/s eta 0:00:00 [2024-05-29T18:47:07.980Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T18:47:07.980Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 6.0 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 28.6 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T18:47:08.239Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T18:47:08.239Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 13.5 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.2 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 39.4 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T18:47:08.239Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.3 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 13.9 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T18:47:08.239Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T18:47:08.239Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-05-29T18:47:08.239Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 39.8 MB/s eta 0:00:00 [2024-05-29T18:47:08.239Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T18:47:08.239Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T18:47:08.239Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-05-29T18:47:08.426Z] 3.20: Pulling from library/alpine [2024-05-29T18:47:08.426Z] 94747bd81234: Pulling fs layer [2024-05-29T18:47:08.497Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 21.3 MB/s eta 0:00:00 [2024-05-29T18:47:08.497Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T18:47:08.497Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T18:47:08.497Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 42.3 MB/s eta 0:00:00 [2024-05-29T18:47:08.497Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T18:47:08.497Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T18:47:08.497Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T18:47:08.497Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.5 MB/s eta 0:00:00 [2024-05-29T18:47:08.497Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T18:47:08.497Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T18:47:08.497Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T18:47:08.497Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T18:47:08.497Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T18:47:08.497Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T18:47:08.497Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.5 MB/s eta 0:00:00 [2024-05-29T18:47:08.696Z] 94747bd81234: Verifying Checksum [2024-05-29T18:47:08.696Z] 94747bd81234: Download complete [2024-05-29T18:47:08.755Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-05-29T18:47:08.755Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T18:47:09.013Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T18:47:09.013Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=49a53224a5393fec7f2b7b332a5bf51badee34bec173c4a3d522f424d16946ae [2024-05-29T18:47:09.013Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T18:47:09.013Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T18:47:09.013Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T18:47:09.013Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=a00754970deaa10efbb4a9de57cb96b83e734778bcb0488402e97a89b8f24116 [2024-05-29T18:47:09.013Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T18:47:09.013Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T18:47:09.284Z] 94747bd81234: Pull complete [2024-05-29T18:47:09.553Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-29T18:47:09.553Z] Status: Downloaded newer image for alpine:3.20 [2024-05-29T18:47:09.553Z] ---> 442043f030d3 [2024-05-29T18:47:09.553Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-29T18:47:09.553Z] ---> Running in 0edde53f864a [2024-05-29T18:47:09.831Z] Removing intermediate container 0edde53f864a [2024-05-29T18:47:09.831Z] ---> 407b613ffec6 [2024-05-29T18:47:09.831Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-29T18:47:10.101Z] ---> Running in 8ccf82b94071 [2024-05-29T18:47:10.369Z] Removing intermediate container 8ccf82b94071 [2024-05-29T18:47:10.369Z] ---> 75067469d6f4 [2024-05-29T18:47:10.369Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-29T18:47:10.918Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T18:47:10.919Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281486 sha256=81edd747731565f629a289b3af845b64a140a4b920c397ccc5f74a564a747570 [2024-05-29T18:47:10.919Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T18:47:10.919Z] Building wheel for psycopg2 (setup.py): started [2024-05-29T18:47:10.955Z] ---> 09e5ad6e0d59 [2024-05-29T18:47:10.956Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-29T18:47:11.554Z] ---> 4f4541c44284 [2024-05-29T18:47:11.554Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-29T18:47:12.142Z] ---> 08c49d219216 [2024-05-29T18:47:12.142Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-29T18:47:12.142Z] ---> Running in 2c936e92756f [2024-05-29T18:47:12.412Z] Removing intermediate container 2c936e92756f [2024-05-29T18:47:12.412Z] ---> 07bdc413bf58 [2024-05-29T18:47:12.412Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-29T18:47:12.681Z] ---> Running in 3f6603f20731 [2024-05-29T18:47:14.634Z] Removing intermediate container 3f6603f20731 [2024-05-29T18:47:14.634Z] ---> b15fdf343e37 [2024-05-29T18:47:14.634Z] 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-29T18:47:14.634Z] ---> Running in 77e8cccf8f2c [2024-05-29T18:47:15.219Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:16.186Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:17.613Z] OK: 9 MiB in 14 packages [2024-05-29T18:47:17.882Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:18.465Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:19.037Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T18:47:19.037Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521874 sha256=f3977cbd779a5e398a5a3b8d554c653fcd8a4575c24bf4271ebe0bb149a2b0d5 [2024-05-29T18:47:19.037Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T18:47:19.295Z] Building wheel for flex (setup.py): started [2024-05-29T18:47:19.553Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T18:47:19.553Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=79e9feb68ebff066b26f6f9dcb86c8b6c6a6a1b85478f672ca5ef481ab2834ed [2024-05-29T18:47:19.553Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T18:47:19.553Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T18:47:19.553Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T18:47:19.553Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=d7dae970c3d94be1e571e2a06ec7b2bb651fe9e479e0f6c4047512794985be3f [2024-05-29T18:47:19.553Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T18:47:19.553Z] Building wheel for validate-email (setup.py): started [2024-05-29T18:47:19.812Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T18:47:19.812Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=9a68af6c3b4f9e7c9311276738bdc7e31d1d7a536b3eed151056a0f6e09c770e [2024-05-29T18:47:19.812Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T18:47:19.812Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-05-29T18:47:20.070Z] 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-29T18:47:20.422Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-29T18:47:20.689Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-29T18:47:21.271Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-29T18:47:21.538Z] (4/14) Installing libunistring (1.2-r0) [2024-05-29T18:47:22.124Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-29T18:47:22.390Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-29T18:47:22.975Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-29T18:47:23.241Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-29T18:47:23.509Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-29T18:47:24.097Z] (10/14) Installing curl (8.7.1-r0) [2024-05-29T18:47:24.695Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-29T18:47:25.662Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-29T18:47:25.930Z] (13/14) Installing jq (1.7.1-r0) [2024-05-29T18:47:26.511Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-29T18:47:27.096Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:47:27.096Z] Executing ca-certificates-20240226-r0.trigger [2024-05-29T18:47:27.096Z] OK: 43 MiB in 28 packages [2024-05-29T18:47:27.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:27.949Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:47:29.894Z] (1/166) Installing libexpat (2.6.2-r0) [2024-05-29T18:47:29.894Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-05-29T18:47:30.044Z] 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-29T18:47:30.044Z] 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-29T18:47:30.161Z] (3/166) Installing libpng (1.6.43-r0) [2024-05-29T18:47:30.746Z] (4/166) Installing freetype (2.13.2-r0) [2024-05-29T18:47:31.014Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-05-29T18:47:31.597Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-05-29T18:47:31.864Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-05-29T18:47:32.131Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-05-29T18:47:32.713Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-05-29T18:47:33.296Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-05-29T18:47:33.563Z] (11/166) Installing libffi (3.4.6-r0) [2024-05-29T18:47:33.831Z] (12/166) Installing libintl (0.22.5-r0) [2024-05-29T18:47:34.100Z] (13/166) Installing libeconf (0.6.3-r0) [2024-05-29T18:47:34.681Z] (14/166) Installing libblkid (2.40.1-r1) [2024-05-29T18:47:34.948Z] (15/166) Installing libmount (2.40.1-r1) [2024-05-29T18:47:35.530Z] (16/166) Installing pcre2 (10.43-r0) [2024-05-29T18:47:35.797Z] (17/166) Installing glib (2.80.2-r0) [2024-05-29T18:47:36.758Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-29T18:47:37.025Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-05-29T18:47:37.608Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-05-29T18:47:38.190Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-05-29T18:47:38.456Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-05-29T18:47:39.039Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-05-29T18:47:39.305Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-05-29T18:47:39.572Z] (25/166) Installing libwebp (1.3.2-r0) [2024-05-29T18:47:40.154Z] (26/166) Installing tiff (4.6.0t-r0) [2024-05-29T18:47:40.738Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-05-29T18:47:41.005Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-29T18:47:41.271Z] (29/166) Installing libxau (1.0.11-r4) [2024-05-29T18:47:41.537Z] (30/166) Installing libmd (1.1.0-r0) [2024-05-29T18:47:42.120Z] (31/166) Installing libbsd (0.12.2-r0) [2024-05-29T18:47:42.387Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-05-29T18:47:42.654Z] (33/166) Installing libxcb (1.16.1-r0) [2024-05-29T18:47:42.921Z] (34/166) Installing libx11 (1.8.9-r1) [2024-05-29T18:47:43.881Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-05-29T18:47:43.881Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-05-29T18:47:44.470Z] (37/166) Installing libxrender (0.9.11-r5) [2024-05-29T18:47:44.470Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-05-29T18:47:45.051Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-05-29T18:47:45.317Z] (40/166) Installing libxext (1.3.6-r2) [2024-05-29T18:47:45.583Z] (41/166) Installing libxi (1.8.1-r4) [2024-05-29T18:47:45.850Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-05-29T18:47:46.117Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-05-29T18:47:46.392Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-05-29T18:47:46.975Z] (45/166) Installing libxtst (1.2.4-r6) [2024-05-29T18:47:47.243Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-05-29T18:47:47.508Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-05-29T18:47:48.091Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-29T18:47:48.358Z] (49/166) Installing pixman (0.43.2-r0) [2024-05-29T18:47:48.940Z] (50/166) Installing cairo (1.18.0-r0) [2024-05-29T18:47:49.206Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-05-29T18:47:49.473Z] (52/166) Installing avahi-libs (0.8-r17) [2024-05-29T18:47:50.055Z] (53/166) Installing gmp (6.3.0-r1) [2024-05-29T18:47:50.321Z] (54/166) Installing nettle (3.9.1-r0) [2024-05-29T18:47:50.902Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-05-29T18:47:51.180Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-05-29T18:47:51.763Z] (57/166) Installing gnutls (3.8.5-r0) [2024-05-29T18:47:52.350Z] (58/166) Installing cups-libs (2.4.8-r0) [2024-05-29T18:47:52.932Z] (59/166) Installing libepoxy (1.5.10-r1) [2024-05-29T18:47:53.199Z] (60/166) Installing fribidi (1.0.14-r0) [2024-05-29T18:47:53.467Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-05-29T18:47:54.048Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-05-29T18:47:54.632Z] (63/166) Installing libxft (2.3.8-r3) [2024-05-29T18:47:54.897Z] (64/166) Installing pango (1.52.2-r0) [2024-05-29T18:47:55.480Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-05-29T18:47:55.746Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-29T18:47:56.012Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-05-29T18:47:56.279Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-05-29T18:47:56.860Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-05-29T18:47:57.440Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-05-29T18:47:58.029Z] (71/166) Installing icu-data-full (74.2-r0) [2024-05-29T18:47:59.437Z] (72/166) Installing mesa (24.0.8-r1) [2024-05-29T18:47:59.437Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-05-29T18:48:02.117Z] Removing intermediate container 201e59b99e89 [2024-05-29T18:48:02.117Z] ---> 5970ef496abb [2024-05-29T18:48:02.117Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T18:48:02.117Z] ---> Running in d79b1cdf7612 [2024-05-29T18:48:02.117Z] Removing intermediate container d79b1cdf7612 [2024-05-29T18:48:02.117Z] ---> f5e031aaf380 [2024-05-29T18:48:02.117Z] Step 11/13 : LABEL arch=amd64 [2024-05-29T18:48:02.117Z] ---> Running in 6ef2456d6ece [2024-05-29T18:48:02.117Z] Removing intermediate container 6ef2456d6ece [2024-05-29T18:48:02.117Z] ---> f06da99f91fd [2024-05-29T18:48:02.117Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:48:02.117Z] ---> Running in 89582ab48dbc [2024-05-29T18:48:02.117Z] Removing intermediate container 89582ab48dbc [2024-05-29T18:48:02.117Z] ---> 117652fe4d3d [2024-05-29T18:48:02.117Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T18:48:02.117Z] ---> Running in 8a2bcdd31541 [2024-05-29T18:48:02.117Z] Removing intermediate container 8a2bcdd31541 [2024-05-29T18:48:02.117Z] ---> 60a476905b25 [2024-05-29T18:48:02.117Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T18:48:02.117Z] Successfully built 60a476905b25 [2024-05-29T18:48:02.117Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2024-05-29T18:48:02.247Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2024-05-29T18:48:02.247Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:48:02.247Z] latest [2024-05-29T18:48:02.247Z] 0.0.2-dev.42 [2024-05-29T18:48:02.247Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T18:48:02.247Z] main [2024-05-29T18:48:02.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:48:02.584Z] + 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-29T18:48:02.904Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:48:02.904Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-29T18:48:02.904Z] 009d57b37cb7: Preparing [2024-05-29T18:48:02.904Z] a972d35117c7: Preparing [2024-05-29T18:48:02.904Z] bb21f404cf2e: Preparing [2024-05-29T18:48:02.904Z] b05a9833915d: Preparing [2024-05-29T18:48:02.904Z] a0ae9c49e260: Preparing [2024-05-29T18:48:02.904Z] 02f2bcb26af5: Preparing [2024-05-29T18:48:02.904Z] b05a9833915d: Pushed [2024-05-29T18:48:02.904Z] a972d35117c7: Pushed [2024-05-29T18:48:02.904Z] bb21f404cf2e: Pushed [2024-05-29T18:48:02.904Z] 02f2bcb26af5: Layer already exists [2024-05-29T18:48:02.904Z] a0ae9c49e260: Pushed [2024-05-29T18:48:09.491Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-05-29T18:48:09.491Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-05-29T18:48:09.761Z] (76/166) Installing libdrm (2.4.120-r0) [2024-05-29T18:48:10.028Z] (77/166) Installing libelf (0.191-r0) [2024-05-29T18:48:10.610Z] (78/166) Installing mesa-glapi (24.0.8-r1) [2024-05-29T18:48:10.876Z] (79/166) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-29T18:48:12.286Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-05-29T18:48:12.286Z] (81/166) Installing libmagic (5.45-r1) [2024-05-29T18:48:12.869Z] (82/166) Installing file (5.45-r1) [2024-05-29T18:48:13.136Z] (83/166) Installing xprop (1.2.7-r0) [2024-05-29T18:48:13.403Z] (84/166) Installing libice (1.1.1-r6) [2024-05-29T18:48:13.989Z] (85/166) Installing libuuid (2.40.1-r1) [2024-05-29T18:48:14.256Z] (86/166) Installing libsm (1.2.4-r4) [2024-05-29T18:48:14.521Z] (87/166) Installing libxt (1.3.0-r5) [2024-05-29T18:48:15.103Z] (88/166) Installing libxmu (1.1.4-r2) [2024-05-29T18:48:15.368Z] (89/166) Installing xset (1.2.5-r1) [2024-05-29T18:48:15.633Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-05-29T18:48:16.228Z] (91/166) Installing libogg (1.3.5-r5) [2024-05-29T18:48:16.494Z] (92/166) Installing libflac (1.4.3-r1) [2024-05-29T18:48:16.762Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-05-29T18:48:17.344Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-29T18:48:17.935Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-05-29T18:48:18.896Z] (96/166) Installing libva (2.21.0-r0) [2024-05-29T18:48:19.477Z] (97/166) Installing libvdpau (1.5-r3) [2024-05-29T18:48:19.743Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-29T18:48:20.324Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-05-29T18:48:20.590Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-05-29T18:48:21.172Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-05-29T18:48:21.437Z] (102/166) Installing imath (3.1.11-r2) [2024-05-29T18:48:22.020Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-05-29T18:48:22.286Z] (104/166) Installing giflib (5.2.2-r0) [2024-05-29T18:48:22.868Z] (105/166) Installing libhwy (1.0.7-r0) [2024-05-29T18:48:23.134Z] (106/166) Installing lcms2 (2.16-r0) [2024-05-29T18:48:23.403Z] (107/166) Installing libjxl (0.10.2-r0) [2024-05-29T18:48:23.993Z] (108/166) Installing lame-libs (3.100-r5) [2024-05-29T18:48:24.574Z] (109/166) Installing opus (1.5.2-r0) [2024-05-29T18:48:24.841Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-05-29T18:48:25.433Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-05-29T18:48:26.013Z] (112/166) Installing soxr (0.1.3-r7) [2024-05-29T18:48:26.279Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-29T18:48:26.861Z] (114/166) Installing libtheora (1.1.1-r18) [2024-05-29T18:48:27.127Z] (115/166) Installing libvorbis (1.3.7-r2) [2024-05-29T18:48:27.707Z] (116/166) Installing libvpx (1.14.0-r0) [2024-05-29T18:48:28.290Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-05-29T18:48:28.559Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-05-29T18:48:29.142Z] (119/166) Installing numactl (2.0.18-r0) [2024-05-29T18:48:29.408Z] (120/166) Installing x265-libs (3.6-r0) [2024-05-29T18:48:30.369Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-05-29T18:48:30.634Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-29T18:48:31.591Z] (123/166) Installing libbluray (1.3.4-r1) [2024-05-29T18:48:31.858Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-05-29T18:48:32.439Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-05-29T18:48:32.704Z] (126/166) Installing cjson (1.7.18-r0) [2024-05-29T18:48:32.970Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-05-29T18:48:33.551Z] (128/166) Installing librist (0.2.10-r1) [2024-05-29T18:48:33.817Z] (129/166) Installing libsrt (1.5.3-r0) [2024-05-29T18:48:34.399Z] (130/166) Installing libssh (0.10.6-r0) [2024-05-29T18:48:34.981Z] (131/166) Installing libsodium (1.0.19-r0) [2024-05-29T18:48:35.247Z] (132/166) Installing libzmq (4.3.5-r2) [2024-05-29T18:48:35.828Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-29T18:48:36.409Z] (134/166) Installing crc32c (1.1.2-r0) [2024-05-29T18:48:36.675Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-05-29T18:48:36.941Z] (136/166) Installing libevent (2.1.12-r7) [2024-05-29T18:48:37.527Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-05-29T18:48:37.793Z] (138/166) Installing mesa-gbm (24.0.8-r1) [2024-05-29T18:48:38.058Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-05-29T18:48:38.638Z] (140/166) Installing icu-libs (74.2-r0) [2024-05-29T18:48:39.219Z] (141/166) Installing minizip (1.3.1-r0) [2024-05-29T18:48:39.484Z] (142/166) Installing nspr (4.35-r4) [2024-05-29T18:48:40.066Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-05-29T18:48:40.646Z] (144/166) Installing nss (3.100-r0) [2024-05-29T18:48:41.227Z] (145/166) Installing openh264 (2.4.1-r0) [2024-05-29T18:48:41.808Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-05-29T18:48:42.074Z] (147/166) Installing libunwind (1.8.1-r0) [2024-05-29T18:48:42.655Z] (148/166) Installing yaml (0.2.5-r2) [2024-05-29T18:48:42.921Z] (149/166) Installing libcamera (0.3.0-r0) [2024-05-29T18:48:43.502Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-05-29T18:48:43.768Z] (151/166) Installing libuv (1.48.0-r0) [2024-05-29T18:48:44.033Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-29T18:48:44.670Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-05-29T18:48:45.258Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-29T18:48:45.527Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-05-29T18:48:46.136Z] (156/166) Installing libasyncns (0.8-r3) [2024-05-29T18:48:46.405Z] (157/166) Installing libltdl (2.4.7-r3) [2024-05-29T18:48:46.999Z] (158/166) Installing orc (0.4.37-r0) [2024-05-29T18:48:47.268Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-05-29T18:48:47.868Z] (160/166) Installing libpulse (17.0-r0) [2024-05-29T18:48:49.277Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-05-29T18:48:49.543Z] (162/166) Installing libgpg-error (1.49-r0) [2024-05-29T18:48:50.958Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-05-29T18:48:51.223Z] (164/166) Installing libxslt (1.1.39-r1) [2024-05-29T18:48:51.803Z] (165/166) Installing chromium (125.0.6422.112-r0) [2024-05-29T18:49:06.792Z] (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-29T18:49:06.792Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:49:06.792Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-29T18:49:06.792Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-29T18:49:06.792Z] Executing glib-2.80.2-r0.trigger [2024-05-29T18:49:06.792Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-29T18:49:08.745Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-29T18:49:08.745Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-29T18:49:08.745Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-29T18:49:08.745Z] OK: 643 MiB in 194 packages [2024-05-29T18:49:09.334Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:49:09.914Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:49:11.321Z] (1/30) Installing jansson (2.14-r4) [2024-05-29T18:49:11.902Z] (2/30) Installing binutils (2.42-r0) [2024-05-29T18:49:12.488Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-29T18:49:13.070Z] (4/30) Installing isl26 (0.26-r1) [2024-05-29T18:49:13.335Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-29T18:49:13.917Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-29T18:49:14.185Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-29T18:49:17.530Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-29T18:49:18.118Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-29T18:49:19.075Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-29T18:49:19.342Z] (11/30) Installing libpq (16.3-r0) [2024-05-29T18:49:19.924Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-29T18:49:20.505Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-29T18:49:20.770Z] (14/30) Installing libecpg (16.3-r0) [2024-05-29T18:49:21.350Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-29T18:49:21.945Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-29T18:49:22.526Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-29T18:49:32.596Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-29T18:49:33.180Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-29T18:49:33.446Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-29T18:49:37.692Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-29T18:49:37.692Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-29T18:49:37.957Z] (23/30) Installing icu (74.2-r0) [2024-05-29T18:49:38.538Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-29T18:49:39.123Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-29T18:49:47.319Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-29T18:49:47.319Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-29T18:49:47.585Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-29T18:49:47.852Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-29T18:49:48.432Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-29T18:49:49.392Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:49:49.392Z] OK: 1169 MiB in 224 packages [2024-05-29T18:49:49.658Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:49:50.237Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:49:52.179Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-29T18:49:54.351Z] 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-29T18:49:54.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T18:49:54.796Z] [2024-05-29T18:49:54.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:49:55.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T18:49:55.116Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-29T18:49:55.116Z] 5eb5b503b376: Pulling fs layer [2024-05-29T18:49:55.116Z] 5c69ac0246d0: Pulling fs layer [2024-05-29T18:49:55.116Z] ec43610c2a17: Pulling fs layer [2024-05-29T18:49:55.116Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-29T18:49:55.116Z] 33b1e0a273af: Pulling fs layer [2024-05-29T18:49:55.116Z] 5d3b04190fa2: Pulling fs layer [2024-05-29T18:49:55.116Z] 2f39f015ded8: Pulling fs layer [2024-05-29T18:49:55.116Z] 3a2ae6a8a46f: Waiting [2024-05-29T18:49:55.116Z] 5d3b04190fa2: Waiting [2024-05-29T18:49:55.116Z] 2f39f015ded8: Waiting [2024-05-29T18:49:55.116Z] 33b1e0a273af: Waiting [2024-05-29T18:49:55.116Z] 5c69ac0246d0: Verifying Checksum [2024-05-29T18:49:55.116Z] 5c69ac0246d0: Download complete [2024-05-29T18:49:55.116Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-29T18:49:55.116Z] 3a2ae6a8a46f: Download complete [2024-05-29T18:49:55.373Z] 33b1e0a273af: Verifying Checksum [2024-05-29T18:49:55.373Z] 33b1e0a273af: Download complete [2024-05-29T18:49:55.373Z] ec43610c2a17: Verifying Checksum [2024-05-29T18:49:55.373Z] ec43610c2a17: Download complete [2024-05-29T18:49:55.373Z] 5d3b04190fa2: Verifying Checksum [2024-05-29T18:49:55.373Z] 5d3b04190fa2: Download complete [2024-05-29T18:49:55.373Z] 5eb5b503b376: Verifying Checksum [2024-05-29T18:49:55.373Z] 5eb5b503b376: Download complete [2024-05-29T18:49:55.516Z] (2/14) Installing gdbm (1.23-r1) [2024-05-29T18:49:55.516Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-29T18:49:55.781Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-29T18:49:55.938Z] 2f39f015ded8: Download complete [2024-05-29T18:49:56.361Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-29T18:49:56.504Z] 5eb5b503b376: Pull complete [2024-05-29T18:49:56.504Z] 5c69ac0246d0: Pull complete [2024-05-29T18:49:56.627Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-29T18:49:56.893Z] (7/14) Installing readline (8.2.10-r0) [2024-05-29T18:49:57.069Z] ec43610c2a17: Pull complete [2024-05-29T18:49:57.069Z] 3a2ae6a8a46f: Pull complete [2024-05-29T18:49:57.337Z] 33b1e0a273af: Pull complete [2024-05-29T18:49:57.337Z] 5d3b04190fa2: Pull complete [2024-05-29T18:49:57.474Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-29T18:49:58.880Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-29T18:49:59.837Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-29T18:49:59.837Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-29T18:50:00.102Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-29T18:50:01.518Z] 2f39f015ded8: Pull complete [2024-05-29T18:50:01.518Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-29T18:50:01.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T18:50:01.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T18:50:01.609Z] prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container [2024-05-29T18:50:01.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-29T18:50:03.444Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-29T18:50:03.445Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-29T18:50:03.716Z] Executing busybox-1.36.1-r28.trigger [2024-05-29T18:50:03.716Z] OK: 1356 MiB in 238 packages [2024-05-29T18:50:04.301Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:50:04.883Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:50:05.045Z] $ docker top a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T18:50:05.438Z] ---> job-cost.sh [2024-05-29T18:50:05.438Z] lf-activate-venv: SKIPPING [2024-05-29T18:50:05.438Z] INFO: No Stack... [2024-05-29T18:50:05.696Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T18:50:05.954Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T18:50:06.242Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-29T18:50:06.242Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T18:50:06.254Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [2024-05-29T18:50:06.262Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] did not exist. Created. [2024-05-29T18:50:06.268Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T18:50:06.574Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-29T18:50:06.608Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T18:50:06.615Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T18:50:06.634Z] $ docker stop --time=1 a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 [2024-05-29T18:50:06.822Z] OK: 1356 MiB in 238 packages [2024-05-29T18:50:06.822Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-29T18:50:07.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-29T18:50:07.783Z] $ docker rm -f --volumes a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T18:50:07.906Z] Failed in branch amd64 [2024-05-29T18:50:09.337Z] (1/1) Installing tzdata (2024a-r1) [2024-05-29T18:50:09.603Z] OK: 1357 MiB in 239 packages [2024-05-29T18:50:11.545Z] (1/1) Purging tzdata (2024a-r1) [2024-05-29T18:50:11.545Z] OK: 1356 MiB in 238 packages [2024-05-29T18:50:23.842Z] Looking in links: /tmp/tmp1d1zh5ke [2024-05-29T18:50:23.842Z] Processing /tmp/tmp1d1zh5ke/pip-24.0-py3-none-any.whl [2024-05-29T18:50:23.842Z] Installing collected packages: pip [2024-05-29T18:50:32.039Z] Successfully installed pip-24.0 [2024-05-29T18:50:32.039Z] 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-29T18:50:34.085Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-29T18:50:36.030Z] Collecting setuptools [2024-05-29T18:50:36.295Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-29T18:50:36.295Z] Collecting wheel [2024-05-29T18:50:36.295Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T18:50:36.561Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-29T18:50:36.561Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 23.9 MB/s eta 0:00:00 [2024-05-29T18:50:36.561Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-29T18:50:36.828Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 26.4 MB/s eta 0:00:00 [2024-05-29T18:50:37.095Z] Installing collected packages: wheel, setuptools [2024-05-29T18:50:41.355Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-29T18:50:41.355Z] 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-29T18:50:43.932Z] Processing ./edgex-taf-common [2024-05-29T18:50:43.932Z] Preparing metadata (setup.py): started [2024-05-29T18:50:44.889Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:50:44.889Z] Building wheels for collected packages: edgex-taf-common [2024-05-29T18:50:44.889Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-29T18:50:46.290Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-29T18:50:46.290Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=ed92f6a901e3acfe9d287e9b9ef101bb76e066254ad60907bc59b9d70254d4cb [2024-05-29T18:50:46.290Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-29T18:50:46.290Z] Successfully built edgex-taf-common [2024-05-29T18:50:46.555Z] Installing collected packages: edgex-taf-common [2024-05-29T18:50:46.555Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-29T18:50:46.555Z] 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-29T18:50:49.888Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-29T18:50:50.154Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-29T18:50:50.419Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-29T18:50:50.419Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-29T18:50:50.419Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-29T18:50:50.419Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-29T18:50:50.685Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-29T18:50:50.685Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-29T18:50:50.950Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-29T18:50:50.950Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-29T18:50:50.950Z] Preparing metadata (setup.py): started [2024-05-29T18:50:51.908Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:50:51.908Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-29T18:50:51.908Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-29T18:50:52.174Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-29T18:50:52.174Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-29T18:50:52.438Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-29T18:50:52.438Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-29T18:50:52.438Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-29T18:50:52.438Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-29T18:50:52.438Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.4 MB/s eta 0:00:00 [2024-05-29T18:50:52.704Z] Preparing metadata (setup.py): started [2024-05-29T18:50:53.660Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:50:53.927Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-29T18:50:53.927Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-29T18:50:55.864Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-29T18:50:55.864Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-05-29T18:50:55.864Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.8 MB/s eta 0:00:00 [2024-05-29T18:50:56.444Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-29T18:50:56.444Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-29T18:50:56.444Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 12.4 MB/s eta 0:00:00 [2024-05-29T18:50:56.710Z] Installing build dependencies: started [2024-05-29T18:51:06.767Z] Installing build dependencies: finished with status 'done' [2024-05-29T18:51:06.767Z] Getting requirements to build wheel: started [2024-05-29T18:51:08.172Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T18:51:08.172Z] Preparing metadata (pyproject.toml): started [2024-05-29T18:51:09.582Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T18:51:10.163Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-29T18:51:10.163Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-29T18:51:12.099Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-29T18:51:12.099Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-05-29T18:51:12.365Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-29T18:51:12.365Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-29T18:51:12.365Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 1.8 MB/s eta 0:00:00 [2024-05-29T18:51:12.947Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-29T18:51:12.947Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-29T18:51:12.947Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 5.7 MB/s eta 0:00:00 [2024-05-29T18:51:13.214Z] Preparing metadata (setup.py): started [2024-05-29T18:51:14.617Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:51:15.573Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-29T18:51:15.573Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-05-29T18:51:16.153Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:51:16.153Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-29T18:51:16.153Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:51:16.153Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-29T18:51:16.418Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:16.418Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T18:51:16.418Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:16.418Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-29T18:51:16.683Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.9 MB/s eta 0:00:00 [2024-05-29T18:51:16.683Z] Preparing metadata (setup.py): started [2024-05-29T18:51:18.086Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:51:18.086Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:18.086Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-29T18:51:18.086Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:18.086Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-29T18:51:18.353Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:18.353Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T18:51:18.353Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:18.618Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-29T18:51:18.883Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:18.883Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-29T18:51:19.148Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:19.148Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-29T18:51:19.730Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:51:19.730Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-05-29T18:51:20.056Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:51:20.056Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-29T18:51:20.320Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:51:20.320Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-29T18:51:20.586Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-29T18:51:20.586Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-29T18:51:20.854Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T18:51:20.854Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-29T18:51:21.119Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-29T18:51:21.120Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-29T18:51:21.702Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:51:21.702Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-29T18:51:21.968Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:51:21.968Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-29T18:51:21.968Z] 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-29T18:51:22.233Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-29T18:51:22.233Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-29T18:51:22.498Z] 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-29T18:51:22.498Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:51:22.763Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:51:22.763Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-29T18:51:22.763Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:51:22.763Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-29T18:51:24.174Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:24.174Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-05-29T18:51:24.174Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 6.0 MB/s eta 0:00:00 [2024-05-29T18:51:25.133Z] Installing build dependencies: started [2024-05-29T18:51:43.435Z] Installing build dependencies: finished with status 'done' [2024-05-29T18:51:43.435Z] Getting requirements to build wheel: started [2024-05-29T18:51:53.541Z] Getting requirements to build wheel: finished with status 'done' [2024-05-29T18:51:53.541Z] Preparing metadata (pyproject.toml): started [2024-05-29T18:51:54.126Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-29T18:51:54.392Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:54.392Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-29T18:51:54.392Z] Preparing metadata (setup.py): started [2024-05-29T18:51:55.348Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:51:55.613Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:55.613Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-29T18:51:55.613Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:55.613Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-29T18:51:55.613Z] Preparing metadata (setup.py): started [2024-05-29T18:51:57.019Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-29T18:51:57.019Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:57.019Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:51:57.286Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:57.286Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-29T18:51:57.555Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:57.555Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-29T18:51:57.844Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:57.844Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-29T18:51:58.112Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:58.112Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-29T18:51:58.379Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:51:58.379Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-29T18:52:00.970Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-29T18:52:00.970Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-05-29T18:52:02.376Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:52:02.642Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-29T18:52:02.642Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-29T18:52:02.642Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-29T18:52:02.642Z] 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-29T18:52:02.642Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-29T18:52:02.909Z] 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-29T18:52:02.909Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-29T18:52:03.492Z] 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-29T18:52:03.492Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-29T18:52:04.074Z] 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-29T18:52:04.074Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-29T18:52:04.340Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-29T18:52:04.340Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 11.8 MB/s eta 0:00:00 [2024-05-29T18:52:04.340Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-29T18:52:04.606Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-29T18:52:04.606Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-29T18:52:04.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 [2024-05-29T18:52:04.607Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-29T18:52:04.607Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-29T18:52:04.607Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-29T18:52:04.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.4 MB/s eta 0:00:00 [2024-05-29T18:52:04.607Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-29T18:52:04.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 [2024-05-29T18:52:04.607Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-05-29T18:52:05.564Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.4 MB/s eta 0:00:00 [2024-05-29T18:52:05.564Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-29T18:52:05.564Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.6 MB/s eta 0:00:00 [2024-05-29T18:52:05.564Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-05-29T18:52:05.829Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 13.7 MB/s eta 0:00:00 [2024-05-29T18:52:05.829Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-29T18:52:05.829Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 12.8 MB/s eta 0:00:00 [2024-05-29T18:52:05.829Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 14.2 MB/s eta 0:00:00 [2024-05-29T18:52:06.094Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.7 MB/s eta 0:00:00 [2024-05-29T18:52:06.094Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 5.7 MB/s eta 0:00:00 [2024-05-29T18:52:06.094Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.2 MB/s eta 0:00:00 [2024-05-29T18:52:06.094Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.7 MB/s eta 0:00:00 [2024-05-29T18:52:06.094Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-29T18:52:06.094Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.7 MB/s eta 0:00:00 [2024-05-29T18:52:06.363Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-29T18:52:06.363Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 [2024-05-29T18:52:06.363Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-29T18:52:06.363Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-29T18:52:06.942Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 17.1 MB/s eta 0:00:00 [2024-05-29T18:52:06.942Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-29T18:52:06.942Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.7 MB/s eta 0:00:00 [2024-05-29T18:52:06.942Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-29T18:52:06.942Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 [2024-05-29T18:52:06.942Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-29T18:52:06.942Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.2 MB/s eta 0:00:00 [2024-05-29T18:52:06.942Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-29T18:52:07.207Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-29T18:52:07.208Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-29T18:52:07.208Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.0 MB/s eta 0:00:00 [2024-05-29T18:52:07.208Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-29T18:52:07.208Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.2 MB/s eta 0:00:00 [2024-05-29T18:52:07.208Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-29T18:52:07.208Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 11.4 MB/s eta 0:00:00 [2024-05-29T18:52:07.474Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-29T18:52:07.474Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-29T18:52:07.474Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.1 MB/s eta 0:00:00 [2024-05-29T18:52:07.474Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-29T18:52:07.474Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.0 MB/s eta 0:00:00 [2024-05-29T18:52:07.474Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-29T18:52:07.474Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-29T18:52:07.474Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-29T18:52:07.474Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-29T18:52:07.474Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-05-29T18:52:07.739Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 12.0 MB/s eta 0:00:00 [2024-05-29T18:52:07.739Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-29T18:52:07.739Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-29T18:52:07.739Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 10.0 MB/s eta 0:00:00 [2024-05-29T18:52:07.739Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-29T18:52:07.739Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-29T18:52:08.018Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-29T18:52:08.018Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.6 MB/s eta 0:00:00 [2024-05-29T18:52:08.018Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-29T18:52:08.018Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-29T18:52:08.018Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-29T18:52:08.018Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-29T18:52:08.018Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-29T18:52:08.018Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-29T18:52:08.018Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.7 MB/s eta 0:00:00 [2024-05-29T18:52:08.976Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-05-29T18:52:08.976Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-29T18:52:10.384Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-29T18:52:10.384Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=bfa67ecde145748e7b87719e6c723960f95cc3967e4d7d6fe2a72b1d799612dd [2024-05-29T18:52:10.384Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-29T18:52:10.384Z] Building wheel for paho-mqtt (setup.py): started [2024-05-29T18:52:11.788Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-29T18:52:11.788Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=6659738757aef506cd27787989a4b66fef139d22ad65bcebef4d1e65f1fd4eb8 [2024-05-29T18:52:11.788Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-29T18:52:11.788Z] Building wheel for psutil (pyproject.toml): started [2024-05-29T18:52:21.851Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-29T18:52:21.851Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281983 sha256=47830266a144edcf704b6e8575733bb04672e87c0b23374c20f83a059c3b9858 [2024-05-29T18:52:21.851Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-29T18:52:21.851Z] Building wheel for psycopg2 (setup.py): started [2024-05-29T18:53:29.723Z] Building wheel for psycopg2 (setup.py): still running... [2024-05-29T18:53:29.723Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-29T18:53:29.723Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512486 sha256=5e9df3d37ec6f429ab1b7ce2982af92aa9db07c39ed76f42673c5a7ba28defc5 [2024-05-29T18:53:29.723Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-29T18:53:29.723Z] Building wheel for flex (setup.py): started [2024-05-29T18:53:29.723Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-29T18:53:29.723Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=cc0f09f61a485e1c911130fd02d249ded663eb78c8940e2632fcb7a788492676 [2024-05-29T18:53:29.723Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-29T18:53:29.723Z] Building wheel for PyYAML (pyproject.toml): started [2024-05-29T18:53:29.723Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-05-29T18:53:29.723Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=713da28ccd2f13558a71eace458ab351459ba3b1819c677a09ed77c5c9d533d2 [2024-05-29T18:53:29.723Z] Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-05-29T18:53:29.723Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-29T18:53:30.677Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-29T18:53:30.677Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7a471f896eaf4bcc5836ca9bc710a77dc494a45d7d8b160ea3f68d073961fcc5 [2024-05-29T18:53:30.677Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-29T18:53:30.677Z] Building wheel for validate-email (setup.py): started [2024-05-29T18:53:32.077Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-29T18:53:32.077Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=6c75339d2e80cfa03e26ecdf553bf53818c6478774661c8e5b0c4d8148530c03 [2024-05-29T18:53:32.077Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-29T18:53:32.077Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-05-29T18:53:33.841Z] 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-29T18:54:41.675Z] 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-29T18:54:41.675Z] 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-29T18:55:38.040Z] Removing intermediate container 77e8cccf8f2c [2024-05-29T18:55:38.040Z] ---> 09234421a933 [2024-05-29T18:55:38.040Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-29T18:55:38.040Z] ---> Running in b3ccbbb7b41d [2024-05-29T18:55:38.040Z] Removing intermediate container b3ccbbb7b41d [2024-05-29T18:55:38.040Z] ---> 7208d45c76ba [2024-05-29T18:55:38.040Z] Step 11/13 : LABEL arch=arm64 [2024-05-29T18:55:38.040Z] ---> Running in c4a6c6748129 [2024-05-29T18:55:38.040Z] Removing intermediate container c4a6c6748129 [2024-05-29T18:55:38.040Z] ---> 8b3524d46202 [2024-05-29T18:55:38.040Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:55:38.040Z] ---> Running in 0a13d3828c7e [2024-05-29T18:55:38.040Z] Removing intermediate container 0a13d3828c7e [2024-05-29T18:55:38.040Z] ---> eaba892b63fd [2024-05-29T18:55:38.040Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-29T18:55:38.040Z] ---> Running in 2feff33afb41 [2024-05-29T18:55:38.040Z] Removing intermediate container 2feff33afb41 [2024-05-29T18:55:38.040Z] ---> a06af7de4814 [2024-05-29T18:55:38.040Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T18:55:38.040Z] Successfully built a06af7de4814 [2024-05-29T18:55:38.040Z] 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-29T18:55:38.175Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2024-05-29T18:55:38.175Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:55:38.175Z] latest [2024-05-29T18:55:38.175Z] 0.0.2-dev.42 [2024-05-29T18:55:38.175Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-29T18:55:38.175Z] main [2024-05-29T18:55:38.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T18:55:38.530Z] + 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-29T18:55:38.883Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-29T18:55:38.883Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-29T18:55:38.883Z] 7439b10d8200: Preparing [2024-05-29T18:55:38.883Z] 98e89f110a84: Preparing [2024-05-29T18:55:38.883Z] cbd0b3015ef7: Preparing [2024-05-29T18:55:38.883Z] 0ff6021170e0: Preparing [2024-05-29T18:55:38.883Z] 3615fcfa8a7f: Preparing [2024-05-29T18:55:38.883Z] 50171d1acbd5: Preparing [2024-05-29T18:55:38.883Z] 50171d1acbd5: Waiting [2024-05-29T18:55:39.153Z] cbd0b3015ef7: Pushed [2024-05-29T18:55:39.153Z] 0ff6021170e0: Pushed [2024-05-29T18:55:39.153Z] 98e89f110a84: Pushed [2024-05-29T18:55:39.153Z] 50171d1acbd5: Layer already exists [2024-05-29T18:55:39.153Z] 3615fcfa8a7f: Pushed [2024-05-29T19:00:00.928Z] 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-29T19:00:01.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T19:00:01.445Z] [2024-05-29T19:00:01.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T19:00:01.785Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T19:00:01.785Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-29T19:00:01.785Z] 8998bd30e6a1: Pulling fs layer [2024-05-29T19:00:01.785Z] 04944245beec: Pulling fs layer [2024-05-29T19:00:01.785Z] 699f458cf7ca: Pulling fs layer [2024-05-29T19:00:01.785Z] 765212b225bb: Pulling fs layer [2024-05-29T19:00:01.785Z] f23df028b6ca: Pulling fs layer [2024-05-29T19:00:01.785Z] d65c8cfc05b1: Pulling fs layer [2024-05-29T19:00:01.785Z] 2437ff75d9bd: Pulling fs layer [2024-05-29T19:00:01.785Z] f23df028b6ca: Waiting [2024-05-29T19:00:01.785Z] d65c8cfc05b1: Waiting [2024-05-29T19:00:01.785Z] 2437ff75d9bd: Waiting [2024-05-29T19:00:01.785Z] 765212b225bb: Waiting [2024-05-29T19:00:02.054Z] 04944245beec: Verifying Checksum [2024-05-29T19:00:02.054Z] 04944245beec: Download complete [2024-05-29T19:00:02.054Z] 765212b225bb: Verifying Checksum [2024-05-29T19:00:02.054Z] 765212b225bb: Download complete [2024-05-29T19:00:02.054Z] f23df028b6ca: Verifying Checksum [2024-05-29T19:00:02.054Z] f23df028b6ca: Download complete [2024-05-29T19:00:02.054Z] d65c8cfc05b1: Verifying Checksum [2024-05-29T19:00:02.054Z] d65c8cfc05b1: Download complete [2024-05-29T19:00:02.321Z] 699f458cf7ca: Verifying Checksum [2024-05-29T19:00:02.321Z] 699f458cf7ca: Download complete [2024-05-29T19:00:02.589Z] 8998bd30e6a1: Verifying Checksum [2024-05-29T19:00:02.589Z] 8998bd30e6a1: Download complete [2024-05-29T19:00:05.191Z] 2437ff75d9bd: Verifying Checksum [2024-05-29T19:00:05.191Z] 2437ff75d9bd: Download complete [2024-05-29T19:00:07.766Z] 8998bd30e6a1: Pull complete [2024-05-29T19:00:07.766Z] 04944245beec: Pull complete [2024-05-29T19:00:09.708Z] 699f458cf7ca: Pull complete [2024-05-29T19:00:09.708Z] 765212b225bb: Pull complete [2024-05-29T19:00:10.667Z] f23df028b6ca: Pull complete [2024-05-29T19:00:10.933Z] d65c8cfc05b1: Pull complete [2024-05-29T19:00:29.133Z] 2437ff75d9bd: Pull complete [2024-05-29T19:00:29.133Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-29T19:00:29.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T19:00:29.133Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T19:00:29.375Z] prd-ubuntu20.04-docker-arm64-4c-16g-1104 does not seem to be running inside a container [2024-05-29T19:00:29.433Z] $ 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:arm64 cat [2024-05-29T19:00:31.794Z] $ docker top 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:32.658Z] ---> job-cost.sh [2024-05-29T19:00:32.658Z] lf-activate-venv: SKIPPING [2024-05-29T19:00:32.658Z] INFO: No Stack... [2024-05-29T19:00:33.238Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-29T19:00:33.819Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T19:00:34.448Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-29T19:00:34.448Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T19:00:34.506Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [2024-05-29T19:00:34.514Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] did not exist. Created. [2024-05-29T19:00:34.520Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T19:00:35.186Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a977f8f6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-29T19:00:35.837Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-29T19:00:35.852Z] Warning: overwriting stash ‘stack-cost’ [2024-05-29T19:00:36.305Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T19:00:36.316Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T19:00:36.336Z] $ docker stop --time=1 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e [2024-05-29T19:00:37.874Z] $ docker rm -f --volumes 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T19:00:38.155Z] Failed in branch arm64 [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-29T19:00:38.755Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2024-05-29T19:00:38.755Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T19:00:38.755Z] total 16 [2024-05-29T19:00:38.755Z] drwxr-xr-x 3 root root 4096 May 29 18:50 . [2024-05-29T19:00:38.755Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:50 .. [2024-05-29T19:00:38.755Z] drwxr-xr-x 2 root root 4096 May 29 18:50 cost [2024-05-29T19:00:38.755Z] -rw-r--r-- 1 root root 87 May 29 18:50 cost.csv [2024-05-29T19:00:38.755Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T19:00:38.755Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-29T19:00:38.755Z] total 16 [2024-05-29T19:00:38.755Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 18:50 . [2024-05-29T19:00:38.755Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:50 .. [2024-05-29T19:00:38.755Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 18:50 cost [2024-05-29T19:00:38.755Z] -rw-r--r-- 1 jenkins jenkins 87 May 29 18:50 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:39.075Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:39.978Z] ---> package-listing.sh [2024-05-29T19:00:39.978Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-29T19:00:39.978Z] ++ facter osfamily [2024-05-29T19:00:40.255Z] + OS_FAMILY=debian [2024-05-29T19:00:40.255Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2024-05-29T19:00:40.255Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-29T19:00:40.255Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-29T19:00:40.255Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-29T19:00:40.255Z] + PACKAGES=/tmp/packages_start.txt [2024-05-29T19:00:40.255Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-29T19:00:40.255Z] + PACKAGES=/tmp/packages_end.txt [2024-05-29T19:00:40.255Z] + case "${OS_FAMILY}" in [2024-05-29T19:00:40.255Z] + dpkg -l [2024-05-29T19:00:40.255Z] + grep '^ii' [2024-05-29T19:00:40.255Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-29T19:00:40.255Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-29T19:00:40.255Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-29T19:00:40.255Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-29T19:00:40.255Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2024-05-29T19:00:40.255Z] + 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-29T19:00:40.287Z] 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-29T19:00:40.581Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T19:00:41.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T19:00:41.142Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T19:00:41.224Z] prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container [2024-05-29T19:00:41.252Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-29T19:00:41.439Z] $ docker top ab7e6873919bd43c18a33354ea9cf1ad449c542cca011741e1c89b0401c3ce98 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T19:00:41.786Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-29T19:00:42.068Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-29T19:00:42.354Z] + ls /var/log/sa-host [2024-05-29T19:00:42.354Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T19:00:42.521Z] provisioning config files... [2024-05-29T19:00:42.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17150217444163913742tmp [Pipeline] { [Pipeline] echo [2024-05-29T19:00:42.545Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:42.829Z] ---> create-netrc.sh [Pipeline] } [2024-05-29T19:00:42.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:43.165Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-29T19:00:43.173Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:43.453Z] ---> sudo-logs.sh [2024-05-29T19:00:43.454Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-29T19:00:43.483Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:43.767Z] ---> job-cost.sh [2024-05-29T19:00:43.767Z] lf-activate-venv: SKIPPING [2024-05-29T19:00:43.767Z] DEBUG: total: 0.2199999988079071 [2024-05-29T19:00:43.767Z] INFO: Retrieving Stack Cost... [2024-05-29T19:00:44.026Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T19:00:44.959Z] INFO: Archiving Costs [Pipeline] echo [2024-05-29T19:00:44.971Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T19:00:45.252Z] ---> logs-deploy.sh [2024-05-29T19:00:45.252Z] lf-activate-venv: SKIPPING [2024-05-29T19:00:45.252Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/42 [2024-05-29T19:00:45.252Z] INFO: archiving workspace using pattern(s): [2024-05-29T19:00:46.188Z] Archives upload complete. [2024-05-29T19:00:46.188Z] INFO: archiving logs to Nexus