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-ssh10239227428656254306.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-ssh9981543306252455167.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-ssh17950156838807545661.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-ssh17743006637252065148.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-ssh11066879038632584754.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1096’ Running on prd-ubuntu20.04-docker-8c-8g-1098 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" > git rev-list --no-walk 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:58:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:58:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:58:58 ========================================================= 17:58:58 EdgeX Global Pipelines Version Info 17:58:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:58:59 ------------------- 17:58:59 stable info: 17:58:59 ------------------- 17:58:59 Commited By: Ginny Guan ginny@iotechsys.com 17:58:59 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 17:58:59 Message: update stable to v1.0.260 17:58:59 ------------------- 17:58:59 experimental info: 17:58:59 ------------------- 17:58:59 Commited By: Ginny Guan ginny@iotechsys.com 17:58:59 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 17:58:59 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo 17:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:59:00 provisioning config files... 17:59:00 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config97676685986098156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:59:00 ---> ****-login.sh 17:59:00 nexus3.edgexfoundry.org:10001 17:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:02 Configure a credential helper to remove this warning. See 17:59:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:02 17:59:02 Login Succeeded 17:59:02 nexus3.edgexfoundry.org:10002 17:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:02 Configure a credential helper to remove this warning. See 17:59:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:02 17:59:02 Login Succeeded 17:59:02 nexus3.edgexfoundry.org:10003 17:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:02 Configure a credential helper to remove this warning. See 17:59:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:02 17:59:02 Login Succeeded 17:59:02 nexus3.edgexfoundry.org:10004 17:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:02 Configure a credential helper to remove this warning. See 17:59:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:02 17:59:02 Login Succeeded 17:59:02 ****.io 17:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:03 Configure a credential helper to remove this warning. See 17:59:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:03 17:59:03 Login Succeeded 17:59:03 ---> ****-login.sh ends [Pipeline] } 17:59:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:59:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:59:03 + grep -v github /etc/ssh/ssh_known_hosts 17:59:03 + [ -e /tmp/ssh_known_hosts ] 17:59:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:59:03 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 17:59:03 -a /etc/ssh/ssh_known_hosts 17:59:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:59:03 17:59:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:59:04 0.1.4: Pulling from edgex-devops/py-git-semver 17:59:04 b85a868b505f: Pulling fs layer 17:59:04 e2be974225ed: Pulling fs layer 17:59:04 339a4e72a1f5: Pulling fs layer 17:59:04 988bab9f4d93: Pulling fs layer 17:59:04 1469e6f7b9e6: Pulling fs layer 17:59:04 eaf3925da568: Pulling fs layer 17:59:04 bab4dde63d76: Pulling fs layer 17:59:04 bde34c3a00c8: Pulling fs layer 17:59:04 b352a97aabf1: Pulling fs layer 17:59:04 4872d77fe225: Pulling fs layer 17:59:04 5851b861e8e6: Pulling fs layer 17:59:04 988bab9f4d93: Waiting 17:59:04 1469e6f7b9e6: Waiting 17:59:04 eaf3925da568: Waiting 17:59:04 bab4dde63d76: Waiting 17:59:04 bde34c3a00c8: Waiting 17:59:04 b352a97aabf1: Waiting 17:59:04 4872d77fe225: Waiting 17:59:04 5851b861e8e6: Waiting 17:59:04 e2be974225ed: Verifying Checksum 17:59:04 e2be974225ed: Download complete 17:59:04 988bab9f4d93: Verifying Checksum 17:59:04 988bab9f4d93: Download complete 17:59:04 1469e6f7b9e6: Verifying Checksum 17:59:04 1469e6f7b9e6: Download complete 17:59:04 eaf3925da568: Download complete 17:59:04 339a4e72a1f5: Verifying Checksum 17:59:04 339a4e72a1f5: Download complete 17:59:04 bde34c3a00c8: Verifying Checksum 17:59:04 bde34c3a00c8: Download complete 17:59:04 b352a97aabf1: Download complete 17:59:04 4872d77fe225: Verifying Checksum 17:59:04 4872d77fe225: Download complete 17:59:04 5851b861e8e6: Verifying Checksum 17:59:04 5851b861e8e6: Download complete 17:59:04 b85a868b505f: Verifying Checksum 17:59:04 b85a868b505f: Download complete 17:59:05 bab4dde63d76: Verifying Checksum 17:59:05 bab4dde63d76: Download complete 17:59:06 b85a868b505f: Pull complete 17:59:06 e2be974225ed: Pull complete 17:59:07 339a4e72a1f5: Pull complete 17:59:07 988bab9f4d93: Pull complete 17:59:08 1469e6f7b9e6: Pull complete 17:59:08 eaf3925da568: Pull complete 17:59:10 bab4dde63d76: Pull complete 17:59:10 bde34c3a00c8: Pull complete 17:59:11 b352a97aabf1: Pull complete 17:59:11 4872d77fe225: Pull complete 17:59:11 5851b861e8e6: Pull complete 17:59:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:59:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:59:11 prd-ubuntu20.04-docker-8c-8g-1098 does not seem to be running inside a container 17:59:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:59:20 $ docker top 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 -eo pid,comm 17:59:20 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). 17:59:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:20 [ssh-agent] Looking for ssh-agent implementation... 17:59:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:20 $ docker exec 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 ssh-agent 17:59:21 SSH_AUTH_SOCK=/tmp/ssh-HKpq3sSYbkMk/agent.14 17:59:21 SSH_AGENT_PID=20 17:59:21 Running ssh-add (command line suppressed) 17:59:21 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2726928376313105759.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2726928376313105759.key) 17:59:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:21 + git tag --points-at HEAD [Pipeline] } 17:59:21 $ docker exec --env ******** --env ******** 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 ssh-agent -k 17:59:21 unset SSH_AUTH_SOCK; 17:59:21 unset SSH_AGENT_PID; 17:59:21 echo Agent pid 20 killed; 17:59:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:59:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:21 [ssh-agent] Looking for ssh-agent implementation... 17:59:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:21 $ docker exec 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 ssh-agent 17:59:21 SSH_AUTH_SOCK=/tmp/ssh-0FbecdTZQYyB/agent.70 17:59:21 SSH_AGENT_PID=76 17:59:21 Running ssh-add (command line suppressed) 17:59:21 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8713856326616561857.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8713856326616561857.key) 17:59:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:22 + git semver init 17:59:22 2024-05-29 17:59:22,432 [run_init] DEBUG init version:0.0.0 force:False 17:59:22 2024-05-29 17:59:22,433 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 17:59:22 2024-05-29 17:59:22,434 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 17:59:22 2024-05-29 17:59:22,435 [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) 17:59:23 2024-05-29 17:59:23,149 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 17:59:23 2024-05-29 17:59:23,150 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 17:59:23 2024-05-29 17:59:23,150 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 17:59:23 2024-05-29 17:59:23,150 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 17:59:23 0.0.2-dev.42 [Pipeline] } 17:59:23 $ docker exec --env ******** --env ******** 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 ssh-agent -k 17:59:23 unset SSH_AUTH_SOCK; 17:59:23 unset SSH_AGENT_PID; 17:59:23 echo Agent pid 76 killed; 17:59:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:23 + git semver [Pipeline] } 17:59:24 $ docker stop --time=1 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 17:59:26 $ docker rm -f --volumes 0bf41e20e3c67da7918489e66213b96bdc0146eb619c083d65dd3f485e783381 [Pipeline] // withDockerContainer [Pipeline] sh 17:59:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:59:27 Stashed 1 file(s) [Pipeline] echo 17:59:27 [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 17:59:27 provisioning config files... 17:59:27 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6415546871944536339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:59:27 ---> ****-login.sh 17:59:27 nexus3.edgexfoundry.org:10001 17:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:27 Configure a credential helper to remove this warning. See 17:59:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:27 17:59:27 Login Succeeded 17:59:27 nexus3.edgexfoundry.org:10002 17:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:27 Configure a credential helper to remove this warning. See 17:59:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:27 17:59:27 Login Succeeded 17:59:27 nexus3.edgexfoundry.org:10003 17:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:27 Configure a credential helper to remove this warning. See 17:59:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:27 17:59:27 Login Succeeded 17:59:27 nexus3.edgexfoundry.org:10004 17:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:27 Configure a credential helper to remove this warning. See 17:59:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:27 17:59:27 Login Succeeded 17:59:27 ****.io 17:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:59:28 Configure a credential helper to remove this warning. See 17:59:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:59:28 17:59:28 Login Succeeded 17:59:28 ---> ****-login.sh ends [Pipeline] } 17:59:28 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 17:59:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:59:28 + ls -al . 17:59:28 total 72 17:59:28 drwxrwxr-x 7 jenkins jenkins 4096 May 29 17:59 . 17:59:28 drwxrwxr-x 4 jenkins jenkins 4096 May 29 17:58 .. 17:59:28 drwxrwxr-x 8 jenkins jenkins 4096 May 29 17:59 .git 17:59:28 drwxrwxr-x 2 jenkins jenkins 4096 May 29 17:58 .github 17:59:28 -rw-rw-r-- 1 jenkins jenkins 22 May 29 17:58 .gitignore 17:59:28 drwxr-xr-x 3 jenkins jenkins 4096 May 29 17:59 .semver 17:59:28 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 17:58 Dockerfile 17:59:28 -rw-rw-r-- 1 jenkins jenkins 746 May 29 17:58 Jenkinsfile 17:59:28 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 17:58 LICENSE 17:59:28 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 17:58 README.md 17:59:28 drwxrwxr-x 4 jenkins jenkins 4096 May 29 17:58 TAF-Manager 17:59:28 drwxrwxr-x 6 jenkins jenkins 4096 May 29 17:58 TUC 17:59:28 -rw-rw-r-- 1 jenkins jenkins 12 May 29 17:59 VERSION 17:59:28 -rw-rw-r-- 1 jenkins jenkins 343 May 29 17:58 requirements.txt 17:59:28 -rw-rw-r-- 1 jenkins jenkins 54 May 29 17:58 robot-entrypoint.sh 17:59:28 -rw-rw-r-- 1 jenkins jenkins 445 May 29 17:58 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:29 + 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 . 17:59:29 Sending build context to Docker daemon 589.3kB 17:59:29 Step 1/13 : FROM alpine:3.20 17:59:29 3.20: Pulling from library/alpine 17:59:29 d25f557d7f31: Pulling fs layer 17:59:29 d25f557d7f31: Verifying Checksum 17:59:29 d25f557d7f31: Download complete 17:59:30 d25f557d7f31: Pull complete 17:59:30 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 17:59:30 Status: Downloaded newer image for alpine:3.20 17:59:30 ---> 1d34ffeaf190 17:59:30 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 17:59:31 ---> Running in 83ef9adf0765 17:59:31 Removing intermediate container 83ef9adf0765 17:59:31 ---> 016008e22418 17:59:31 Step 3/13 : LABEL maintainer="Bruce Huang " 17:59:31 ---> Running in 2886f721096c 17:59:32 Removing intermediate container 2886f721096c 17:59:32 ---> ae2e4aa0228d 17:59:32 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 17:59:32 ---> 51760b94b00a 17:59:32 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 17:59:32 ---> bda80d797276 17:59:32 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 17:59:33 ---> 27c5bebf83d1 17:59:33 Step 7/13 : WORKDIR /edgex-taf 17:59:33 ---> Running in fc4ec29d28d2 17:59:34 Removing intermediate container fc4ec29d28d2 17:59:34 ---> c545369fc449 17:59:34 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:34 ---> Running in 65d81c02bb82 17:59:36 Removing intermediate container 65d81c02bb82 17:59:36 ---> 59a73e2f40d0 17:59:36 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 17:59:36 ---> Running in 4f845ab94cd0 17:59:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 17:59:37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 17:59:38 OK: 8 MiB in 14 packages 17:59:38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 17:59:38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 17:59:39 (1/14) Installing ca-certificates (20240226-r0) 17:59:39 (2/14) Installing brotli-libs (1.1.0-r2) 17:59:40 (3/14) Installing c-ares (1.28.1-r0) 17:59:40 (4/14) Installing libunistring (1.2-r0) 17:59:41 (5/14) Installing libidn2 (2.3.7-r0) 17:59:41 (6/14) Installing nghttp2-libs (1.62.0-r0) 17:59:41 (7/14) Installing libpsl (0.21.5-r1) 17:59:42 Still waiting to schedule task 17:59:42 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1097’ 17:59:42 (8/14) Installing zstd-libs (1.5.6-r0) 17:59:42 (9/14) Installing libcurl (8.7.1-r0) 17:59:42 (10/14) Installing curl (8.7.1-r0) 17:59:43 (11/14) Installing docker-cli (26.1.3-r0) 17:59:44 (12/14) Installing oniguruma (6.9.9-r0) 17:59:44 (13/14) Installing jq (1.7.1-r0) 17:59:44 (14/14) Installing openssl (3.3.0-r2) 17:59:45 Executing busybox-1.36.1-r28.trigger 17:59:45 Executing ca-certificates-20240226-r0.trigger 17:59:45 OK: 43 MiB in 28 packages 17:59:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 17:59:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 17:59:46 (1/167) Installing libexpat (2.6.2-r0) 17:59:46 (2/167) Installing libbz2 (1.0.8-r6) 17:59:47 (3/167) Installing libpng (1.6.43-r0) 17:59:47 (4/167) Installing freetype (2.13.2-r0) 17:59:48 (5/167) Installing fontconfig (2.15.0-r1) 17:59:48 (6/167) Installing libfontenc (1.1.8-r0) 17:59:48 (7/167) Installing mkfontscale (1.2.2-r6) 17:59:48 (8/167) Installing font-opensans (0_git20210927-r1) 17:59:49 (9/167) Installing pkgconf (2.2.0-r0) 17:59:49 (10/167) Installing libgcc (13.2.1_git20240309-r0) 17:59:50 (11/167) Installing libffi (3.4.6-r0) 17:59:50 (12/167) Installing libintl (0.22.5-r0) 17:59:50 (13/167) Installing libeconf (0.6.3-r0) 17:59:50 (14/167) Installing libblkid (2.40.1-r1) 17:59:51 (15/167) Installing libmount (2.40.1-r1) 17:59:51 (16/167) Installing pcre2 (10.43-r0) 17:59:52 (17/167) Installing glib (2.80.2-r0) 17:59:52 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 17:59:53 (19/167) Installing xz-libs (5.6.1-r3) 17:59:53 (20/167) Installing libxml2 (2.12.7-r0) 17:59:54 (21/167) Installing shared-mime-info (2.4-r0) 17:59:54 (22/167) Installing hicolor-icon-theme (0.17-r2) 17:59:54 (23/167) Installing libjpeg-turbo (3.0.3-r0) 17:59:55 (24/167) Installing libsharpyuv (1.3.2-r0) 17:59:55 (25/167) Installing libwebp (1.3.2-r0) 17:59:55 (26/167) Installing tiff (4.6.0t-r0) 17:59:56 (27/167) Installing gdk-pixbuf (2.42.11-r1) 17:59:56 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 17:59:56 (29/167) Installing libxau (1.0.11-r4) 17:59:57 (30/167) Installing libmd (1.1.0-r0) 17:59:57 (31/167) Installing libbsd (0.12.2-r0) 17:59:57 (32/167) Installing libxdmcp (1.1.5-r1) 17:59:58 (33/167) Installing libxcb (1.16.1-r0) 17:59:58 (34/167) Installing libx11 (1.8.9-r1) 17:59:58 (35/167) Installing libxcomposite (0.4.6-r5) 17:59:59 (36/167) Installing libxfixes (6.0.1-r4) 17:59:59 (37/167) Installing libxrender (0.9.11-r5) 17:59:59 (38/167) Installing libxcursor (1.2.2-r1) 18:00:00 (39/167) Installing libxdamage (1.1.6-r5) 18:00:00 (40/167) Installing libxext (1.3.6-r2) 18:00:00 (41/167) Installing libxi (1.8.1-r4) 18:00:00 (42/167) Installing libxinerama (1.1.5-r4) 18:00:01 (43/167) Installing libxrandr (1.5.4-r1) 18:00:01 (44/167) Installing libatk-1.0 (2.52.0-r0) 18:00:01 (45/167) Installing libxtst (1.2.4-r6) 18:00:01 (46/167) Installing dbus-libs (1.14.10-r1) 18:00:02 (47/167) Installing at-spi2-core (2.52.0-r0) 18:00:02 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 18:00:03 (49/167) Installing pixman (0.43.2-r0) 18:00:03 (50/167) Installing cairo (1.18.0-r0) 18:00:04 (51/167) Installing cairo-gobject (1.18.0-r0) 18:00:04 (52/167) Installing avahi-libs (0.8-r17) 18:00:04 (53/167) Installing gmp (6.3.0-r1) 18:00:05 (54/167) Installing nettle (3.9.1-r0) 18:00:05 (55/167) Installing libtasn1 (4.19.0-r2) 18:00:05 (56/167) Installing p11-kit (0.25.3-r0) 18:00:06 (57/167) Installing gnutls (3.8.5-r0) 18:00:06 (58/167) Installing cups-libs (2.4.8-r0) 18:00:07 (59/167) Installing libepoxy (1.5.10-r1) 18:00:07 (60/167) Installing fribidi (1.0.14-r0) 18:00:07 (61/167) Installing graphite2 (1.3.14-r6) 18:00:08 (62/167) Installing harfbuzz (8.5.0-r0) 18:00:08 (63/167) Installing libxft (2.3.8-r3) 18:00:08 (64/167) Installing pango (1.52.2-r0) 18:00:09 (65/167) Installing wayland-libs-client (1.22.0-r4) 18:00:09 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 18:00:09 (67/167) Installing wayland-libs-egl (1.22.0-r4) 18:00:10 (68/167) Installing xkeyboard-config (2.41-r0) 18:00:10 (69/167) Installing libxkbcommon (1.7.0-r0) 18:00:11 (70/167) Installing gtk+3.0 (3.24.42-r0) 18:00:11 (71/167) Installing icu-data-full (74.2-r0) 18:00:12 (72/167) Installing mesa (24.0.8-r1) 18:00:12 (73/167) Installing llvm17-libs (17.0.6-r1) 18:00:14 (74/167) Installing hwdata-pci (0.382-r0) 18:00:14 (75/167) Installing libpciaccess (0.18.1-r0) 18:00:14 (76/167) Installing libdrm (2.4.120-r0) 18:00:15 (77/167) Installing libelf (0.191-r0) 18:00:15 (78/167) Installing mesa-glapi (24.0.8-r1) 18:00:15 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 18:00:16 (80/167) Installing eudev-libs (3.2.14-r2) 18:00:16 (81/167) Installing libmagic (5.45-r1) 18:00:17 (82/167) Installing file (5.45-r1) 18:00:17 (83/167) Installing xprop (1.2.7-r0) 18:00:17 (84/167) Installing libice (1.1.1-r6) 18:00:17 (85/167) Installing libuuid (2.40.1-r1) 18:00:18 (86/167) Installing libsm (1.2.4-r4) 18:00:18 (87/167) Installing libxt (1.3.0-r5) 18:00:19 (88/167) Installing libxmu (1.1.4-r2) 18:00:19 (89/167) Installing xset (1.2.5-r1) 18:00:19 (90/167) Installing xdg-utils (1.2.1-r0) 18:00:19 (91/167) Installing libogg (1.3.5-r5) 18:00:20 (92/167) Installing libflac (1.4.3-r1) 18:00:20 (93/167) Installing alsa-lib (1.2.11-r0) 18:00:21 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 18:00:21 (95/167) Installing aom-libs (3.9.0-r0) 18:00:22 (96/167) Installing libva (2.21.0-r0) 18:00:22 (97/167) Installing libvdpau (1.5-r3) 18:00:22 (98/167) Installing onevpl-libs (2023.3.1-r2) 18:00:23 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 18:00:23 (100/167) Installing libdav1d (1.4.2-r0) 18:00:24 (101/167) Installing openexr-libiex (3.1.13-r1) 18:00:24 (102/167) Installing openexr-libilmthread (3.1.13-r1) 18:00:24 (103/167) Installing imath (3.1.11-r2) 18:00:25 (104/167) Installing openexr-libopenexr (3.1.13-r1) 18:00:25 (105/167) Installing giflib (5.2.2-r0) 18:00:25 (106/167) Installing libhwy (1.0.7-r0) 18:00:26 (107/167) Installing lcms2 (2.16-r0) 18:00:26 (108/167) Installing libjxl (0.10.2-r0) 18:00:27 (109/167) Installing lame-libs (3.100-r5) 18:00:27 (110/167) Installing opus (1.5.2-r0) 18:00:28 (111/167) Installing rav1e-libs (0.7.1-r0) 18:00:28 (112/167) Installing libgomp (13.2.1_git20240309-r0) 18:00:28 (113/167) Installing soxr (0.1.3-r7) 18:00:29 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 18:00:29 (115/167) Installing libtheora (1.1.1-r18) 18:00:29 (116/167) Installing libvorbis (1.3.7-r2) 18:00:30 (117/167) Installing libvpx (1.14.0-r0) 18:00:30 (118/167) Installing libwebpmux (1.3.2-r0) 18:00:31 (119/167) Installing x264-libs (0.164_git20231001-r0) 18:00:31 (120/167) Installing numactl (2.0.18-r0) 18:00:31 (121/167) Installing x265-libs (3.6-r0) 18:00:32 (122/167) Installing xvidcore (1.3.7-r2) 18:00:32 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 18:00:33 (124/167) Installing libbluray (1.3.4-r1) 18:00:33 (125/167) Installing mpg123-libs (1.32.6-r0) 18:00:34 (126/167) Installing libopenmpt (0.7.7-r0) 18:00:34 (127/167) Installing cjson (1.7.18-r0) 18:00:35 (128/167) Installing mbedtls (3.6.0-r0) 18:00:35 (129/167) Installing librist (0.2.10-r1) 18:00:35 (130/167) Installing libsrt (1.5.3-r0) 18:00:36 (131/167) Installing libssh (0.10.6-r0) 18:00:36 (132/167) Installing libsodium (1.0.19-r0) 18:00:36 (133/167) Installing libzmq (4.3.5-r2) 18:00:37 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 18:00:37 (135/167) Installing crc32c (1.1.2-r0) 18:00:38 (136/167) Installing double-conversion (3.3.0-r0) 18:00:38 (137/167) Installing libevent (2.1.12-r7) 18:00:38 (138/167) Installing wayland-libs-server (1.22.0-r4) 18:00:39 (139/167) Installing mesa-gbm (24.0.8-r1) 18:00:39 (140/167) Installing harfbuzz-subset (8.5.0-r0) 18:00:39 (141/167) Installing icu-libs (74.2-r0) 18:00:40 (142/167) Installing minizip (1.3.1-r0) 18:00:40 (143/167) Installing nspr (4.35-r4) 18:00:41 (144/167) Installing sqlite-libs (3.45.3-r1) 18:00:41 (145/167) Installing nss (3.100-r0) 18:00:42 (146/167) Installing openh264 (2.4.1-r0) 18:00:42 (147/167) Installing libcamera-ipa (0.3.0-r0) 18:00:43 (148/167) Installing libunwind (1.8.1-r0) 18:00:43 (149/167) Installing yaml (0.2.5-r2) 18:00:45 (150/167) Installing libcamera (0.3.0-r0) 18:00:45 (151/167) Installing speexdsp (1.2.1-r2) 18:00:46 (152/167) Installing libuv (1.48.0-r0) 18:00:47 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 18:00:47 (154/167) Installing libsndfile (1.2.2-r0) 18:00:48 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 18:00:48 (156/167) Installing pipewire-libs (1.0.6-r1) 18:00:49 (157/167) Installing libasyncns (0.8-r3) 18:00:51 (158/167) Installing libltdl (2.4.7-r3) 18:00:51 (159/167) Installing orc (0.4.37-r0) 18:00:51 (160/167) Installing tdb-libs (1.4.9-r1) 18:00:52 (161/167) Installing libpulse (17.0-r0) 18:00:52 (162/167) Installing libwebpdemux (1.3.2-r0) 18:00:52 (163/167) Installing libgpg-error (1.49-r0) 18:00:53 (164/167) Installing libgcrypt (1.10.3-r0) 18:00:53 (165/167) Installing libxslt (1.1.39-r1) 18:00:54 (166/167) Installing chromium (125.0.6422.112-r0) 18:00:56 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 18:00:56 Executing busybox-1.36.1-r28.trigger 18:00:56 Executing fontconfig-2.15.0-r1.trigger 18:00:56 Executing mkfontscale-1.2.2-r6.trigger 18:00:56 Executing glib-2.80.2-r0.trigger 18:00:56 Executing shared-mime-info-2.4-r0.trigger 18:00:57 Executing gdk-pixbuf-2.42.11-r1.trigger 18:00:57 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:00:57 Executing gtk+3.0-3.24.42-r0.trigger 18:00:57 OK: 657 MiB in 195 packages 18:00:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:00:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:00:58 (1/30) Installing jansson (2.14-r4) 18:00:58 (2/30) Installing binutils (2.42-r0) 18:00:59 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:00:59 (4/30) Installing isl26 (0.26-r1) 18:01:00 (5/30) Installing mpfr4 (4.2.1-r0) 18:01:00 (6/30) Installing mpc1 (1.3.1-r1) 18:01:01 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:01:02 (8/30) Installing musl-dev (1.2.5-r0) 18:01:02 (9/30) Installing linux-headers (6.6-r0) 18:01:03 (10/30) Installing libffi-dev (3.4.6-r0) 18:01:03 (11/30) Installing libpq (16.3-r0) 18:01:04 (12/30) Installing openssl-dev (3.3.0-r2) 18:01:04 (13/30) Installing libpq-dev (16.3-r0) 18:01:04 (14/30) Installing libecpg (16.3-r0) 18:01:05 (15/30) Installing libecpg-dev (16.3-r0) 18:01:05 (16/30) Installing clang16-headers (16.0.6-r5) 18:01:06 (17/30) Installing llvm16-libs (16.0.6-r8) 18:01:07 (18/30) Installing clang16-libs (16.0.6-r5) 18:01:08 (19/30) Installing fortify-headers (1.1-r3) 18:01:08 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:01:09 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:01:09 (22/30) Installing clang16 (16.0.6-r5) 18:01:10 (23/30) Installing icu (74.2-r0) 18:01:10 (24/30) Installing icu-dev (74.2-r0) 18:01:11 (25/30) Installing llvm16 (16.0.6-r8) 18:01:12 (26/30) Installing lz4-libs (1.9.4-r5) 18:01:12 (27/30) Installing lz4-dev (1.9.4-r5) 18:01:13 (28/30) Installing zstd (1.5.6-r0) 18:01:13 (29/30) Installing zstd-dev (1.5.6-r0) 18:01:13 (30/30) Installing postgresql16-dev (16.3-r0) 18:01:14 Executing busybox-1.36.1-r28.trigger 18:01:14 OK: 1193 MiB in 225 packages 18:01:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:01:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:01:15 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:01:16 (2/14) Installing gdbm (1.23-r1) 18:01:16 (3/14) Installing mpdecimal (4.0.0-r0) 18:01:16 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:01:17 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:01:17 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:01:17 (7/14) Installing readline (8.2.10-r0) 18:01:18 (8/14) Installing python3 (3.12.3-r1) 18:01:18 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:01:19 (10/14) Installing pyc (3.12.3-r1) 18:01:19 (11/14) Installing python3-pyc (3.12.3-r1) 18:01:20 (12/14) Installing python3-dev (3.12.3-r1) 18:01:21 (13/14) Installing libsodium-dev (1.0.19-r0) 18:01:22 (14/14) Installing zeromq-dev (4.3.5-r2) 18:01:22 Executing busybox-1.36.1-r28.trigger 18:01:22 OK: 1359 MiB in 239 packages 18:01:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:01:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:01:23 OK: 1359 MiB in 239 packages 18:01:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:01:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:01:24 (1/1) Installing tzdata (2024a-r1) 18:01:25 OK: 1361 MiB in 240 packages 18:01:25 (1/1) Purging tzdata (2024a-r1) 18:01:25 OK: 1359 MiB in 239 packages 18:01:27 Looking in links: /tmp/tmpo_vaf0ou 18:01:27 Processing /tmp/tmpo_vaf0ou/pip-24.0-py3-none-any.whl 18:01:27 Installing collected packages: pip 18:01:29 Successfully installed pip-24.0 18:01:29 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 18:01:29 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:01:30 Collecting setuptools 18:01:30 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 18:01:30 Collecting wheel 18:01:30 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:01:30 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 18:01:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 69.9 MB/s eta 0:00:00 18:01:30 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:01:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 206.8 MB/s eta 0:00:00 18:01:30 Installing collected packages: wheel, setuptools 18:01:31 Successfully installed setuptools-70.0.0 wheel-0.43.0 18:01:31 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 18:01:31 Processing ./edgex-taf-common 18:01:31 Preparing metadata (setup.py): started 18:01:31 Preparing metadata (setup.py): finished with status 'done' 18:01:31 Building wheels for collected packages: edgex-taf-common 18:01:31 Building wheel for edgex-taf-common (setup.py): started 18:01:32 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:01:32 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=9bb9e52a81ba8cfb43c81a29191b3c646217dd1281677092e705332fc474316d 18:01:32 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:01:32 Successfully built edgex-taf-common 18:01:32 Installing collected packages: edgex-taf-common 18:01:32 Successfully installed edgex-taf-common-0.0.0 18:01:32 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 18:01:33 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:01:33 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:01:33 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:01:33 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:01:33 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:01:33 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:01:33 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:01:33 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:01:36 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:01:36 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:01:36 Preparing metadata (setup.py): started 18:01:36 Preparing metadata (setup.py): finished with status 'done' 18:01:36 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:01:36 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:01:36 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:01:36 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:01:36 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:01:36 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:01:36 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:01:36 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:01:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 2.0 MB/s eta 0:00:00 18:01:36 Preparing metadata (setup.py): started 18:01:37 Preparing metadata (setup.py): finished with status 'done' 18:01:37 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:01:37 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:01:37 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:01:37 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 18:01:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 1.7 MB/s eta 0:00:00 18:01:37 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 18:01:37 Downloading psutil-5.9.5.tar.gz (493 kB) 18:01:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 3.9 MB/s eta 0:00:00 18:01:38 Installing build dependencies: started 18:01:40 Installing build dependencies: finished with status 'done' 18:01:40 Getting requirements to build wheel: started 18:01:40 Getting requirements to build wheel: finished with status 'done' 18:01:40 Preparing metadata (pyproject.toml): started 18:01:41 Preparing metadata (pyproject.toml): finished with status 'done' 18:01:44 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:01:44 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:01:45 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:01:45 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 18:01:45 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:01:45 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:01:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 1.1 MB/s eta 0:00:00 18:01:45 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:01:45 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:01:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 3.5 MB/s eta 0:00:00 18:01:45 Preparing metadata (setup.py): started 18:01:45 Preparing metadata (setup.py): finished with status 'done' 18:01:45 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:01:45 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 18:01:46 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:46 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 18:01:46 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:46 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:01:46 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:46 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:01:46 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:46 Downloading flex-6.14.1.tar.gz (40 kB) 18:01:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 543.6 kB/s eta 0:00:00 18:01:46 Preparing metadata (setup.py): started 18:01:46 Preparing metadata (setup.py): finished with status 'done' 18:01:46 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:46 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:01:47 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:47 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:01:47 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:47 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:01:47 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:47 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:01:47 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:47 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:01:47 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:47 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:01:48 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:01:48 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 18:01:48 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:01:48 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:01:48 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:01:48 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 18:01:48 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:01:48 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 18:01:48 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:01:48 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 18:01:49 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:01:49 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:01:51 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:01:51 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:01:51 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:01:51 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:01:51 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) 18:01:51 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:01:51 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:01:51 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:01:51 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 18:01:51 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:51 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:01:51 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:51 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:01:52 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:52 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 18:01:52 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:52 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:01:52 Preparing metadata (setup.py): started 18:01:52 Preparing metadata (setup.py): finished with status 'done' 18:01:52 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:52 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:01:53 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:01:53 Preparing metadata (setup.py): started 18:01:53 Preparing metadata (setup.py): finished with status 'done' 18:01:53 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:01:53 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 18:01:53 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:01:53 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:01:53 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:53 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:01:54 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:54 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:01:54 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:01:54 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 18:01:54 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:54 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:01:54 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:54 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:01:55 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:55 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:01:55 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:01:55 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:01:55 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)) 18:01:55 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:01:55 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)) 18:01:55 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:01:55 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:01:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 8.8 MB/s eta 0:00:00 18:01:55 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:01:55 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:01:55 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:01:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 702.0 kB/s eta 0:00:00 18:01:56 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:01:56 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:01:56 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:01:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 736.1 kB/s eta 0:00:00 18:01:56 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:01:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 1.2 MB/s eta 0:00:00 18:01:56 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 18:01:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 34.8 MB/s eta 0:00:00 18:01:56 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:01:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 2.7 MB/s eta 0:00:00 18:01:57 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 18:01:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 8.3 MB/s eta 0:00:00 18:01:57 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:01:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 12.6 MB/s eta 0:00:00 18:01:58 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 18:01:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 13.5 MB/s eta 0:00:00 18:01:58 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 18:01:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 1.2 MB/s eta 0:00:00 18:01:58 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 18:01:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 2.1 MB/s eta 0:00:00 18:01:58 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:01:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 1.0 MB/s eta 0:00:00 18:01:58 Downloading packaging-24.0-py3-none-any.whl (53 kB) 18:01:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 358.8 kB/s eta 0:00:00 18:01:58 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 3.6 MB/s eta 0:00:00 18:01:59 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 1.9 MB/s eta 0:00:00 18:01:59 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:01:59 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 38.8 MB/s eta 0:00:00 18:01:59 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 1.5 MB/s eta 0:00:00 18:01:59 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 722.7 kB/s eta 0:00:00 18:01:59 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.1 MB/s eta 0:00:00 18:01:59 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:01:59 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:01:59 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 3.7 MB/s eta 0:00:00 18:01:59 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:01:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 10.1 MB/s eta 0:00:00 18:01:59 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 6.7 MB/s eta 0:00:00 18:02:00 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:02:00 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 1.2 MB/s eta 0:00:00 18:02:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 1.2 MB/s eta 0:00:00 18:02:00 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 18:02:00 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:02:00 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 11.7 MB/s eta 0:00:00 18:02:00 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:02:00 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:02:00 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 9.5 MB/s eta 0:00:00 18:02:00 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:02:00 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 5.9 MB/s eta 0:00:00 18:02:00 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:02:00 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 18:02:00 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 1.3 MB/s eta 0:00:00 18:02:00 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:02:00 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:02:00 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:02:00 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:02:00 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:02:01 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:02:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 846.3 kB/s eta 0:00:00 18:02:01 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 18:02:01 Building wheel for robotbackgroundlogger (setup.py): started 18:02:01 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:02:01 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=9bee67450ad31c872f56f93e7ec5ae0013b4a9d6ef4fa32223dc20331bdd756d 18:02:01 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:02:01 Building wheel for paho-mqtt (setup.py): started 18:02:02 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:02:02 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=b01b71a3fc9bf7959803b2f818702f08196f2fa3bbbf8f891579efc28b090a45 18:02:02 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:02:02 Building wheel for psutil (pyproject.toml): started 18:02:03 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:02:03 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281489 sha256=947e0215bad179489f9f7f390fea3ccf44d7f75cbdb9bd965fa3c57b8a79ed26 18:02:03 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 18:02:03 Building wheel for psycopg2 (setup.py): started 18:02:13 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:02:13 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521876 sha256=bec478cff3357210db0b7890acf516002ba73ff41cfad5bd2f471413ac3c690a 18:02:13 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:02:13 Building wheel for flex (setup.py): started 18:02:13 Building wheel for flex (setup.py): finished with status 'done' 18:02:13 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=84e4c36b0a12983c0ba6c3f2e02d51b81231bf07b702bb3811257b9fb1a0fe44 18:02:13 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:02:13 Building wheel for strict-rfc3339 (setup.py): started 18:02:13 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:02:13 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=6a23d313cdc53f52e4b63a444dac91552edd03233143c96bf02a26c15ea49ac4 18:02:13 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:02:13 Building wheel for validate-email (setup.py): started 18:02:13 Building wheel for validate-email (setup.py): finished with status 'done' 18:02:13 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=0fed3eb7fd71247f618ae0d6f71bab3375b41d476ab57027f5053d6d4d6e2538 18:02:13 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:02:13 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 18:02:13 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 18:02:28 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 18:02:28 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 18:03:14 Removing intermediate container 4f845ab94cd0 18:03:14 ---> 80bc23529437 18:03:14 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:03:14 ---> Running in b85432356aba 18:03:14 Removing intermediate container b85432356aba 18:03:14 ---> 1ace02343060 18:03:14 Step 11/13 : LABEL arch=amd64 18:03:14 ---> Running in a1839b392736 18:03:14 Removing intermediate container a1839b392736 18:03:14 ---> a7431effe965 18:03:14 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 18:03:14 ---> Running in 65ab46d94f4d 18:03:14 Removing intermediate container 65ab46d94f4d 18:03:14 ---> 9179002e7b6c 18:03:14 Step 13/13 : LABEL version=0.0.2-dev.42 18:03:14 ---> Running in a6ee70d9edb0 18:03:14 Removing intermediate container a6ee70d9edb0 18:03:14 ---> 45a5627f54d0 18:03:14 [Warning] One or more build-args [ARCH] were not consumed 18:03:14 Successfully built 45a5627f54d0 18:03:14 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 18:03:15 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 18:03:15 7e89dd766adf70d3ef5effce142026c21ab88a29 18:03:15 latest 18:03:15 0.0.2-dev.42 18:03:15 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 18:03:15 main 18:03:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:15 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:15 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 18:03:15 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 18:03:15 ff860d947836: Preparing 18:03:15 81953df6354f: Preparing 18:03:15 f59e6f2a0466: Preparing 18:03:15 884250cc3a57: Preparing 18:03:15 ad1fe1279f90: Preparing 18:03:15 02f2bcb26af5: Preparing 18:03:15 02f2bcb26af5: Waiting 18:03:15 81953df6354f: Pushed 18:03:15 884250cc3a57: Pushed 18:03:15 f59e6f2a0466: Pushed 18:03:15 ad1fe1279f90: Pushed 18:03:16 02f2bcb26af5: Layer already exists 18:03:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1099 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 18:03:26 Selected Git installation does not exist. Using Default 18:03:26 The recommended git tool is: NONE 18:03:32 using credential edgex-jenkins-ssh 18:03:32 Cloning the remote Git repository 18:03:32 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 18:03:32 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 18:03:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:03:32 > git --version # timeout=10 18:03:32 > git --version # 'git version 2.25.1' 18:03:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:34 Avoid second fetch 18:03:34 Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) 18:03:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:03:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:34 > git config core.sparsecheckout # timeout=10 18:03:34 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 18:03:34 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:03:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:03:39 % Total % Received % Xferd Average Speed Time Time Time Current 18:03:39 Dload Upload Total Spent Left Speed 18:03:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh 18:03:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:03:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:03:40 + sudo tee /etc/docker/daemon.new 18:03:40 { 18:03:40 "registry-mirrors": [ 18:03:40 "https://nexus3.edgexfoundry.org:10001" 18:03:40 ], 18:03:40 "bip": "10.250.0.254/24", 18:03:40 "hosts": [ 18:03:40 "tcp://0.0.0.0:5555", 18:03:40 "unix:///var/run/docker.sock" 18:03:40 ], 18:03:40 "mtu": 1458, 18:03:40 "selinux-enabled": true, 18:03:40 "seccomp-profile": "/etc/docker/seccomp.json" 18:03:40 } [Pipeline] sh 18:03:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:03:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:03:59 provisioning config files... 18:03:59 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config959512829904005524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:03:59 ---> ****-login.sh 18:03:59 nexus3.edgexfoundry.org:10001 18:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:04:00 Configure a credential helper to remove this warning. See 18:04:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:04:00 18:04:00 Login Succeeded 18:04:00 nexus3.edgexfoundry.org:10002 18:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:04:01 Configure a credential helper to remove this warning. See 18:04:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:04:01 18:04:01 Login Succeeded 18:04:01 nexus3.edgexfoundry.org:10003 18:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:04:01 Configure a credential helper to remove this warning. See 18:04:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:04:01 18:04:01 Login Succeeded 18:04:01 nexus3.edgexfoundry.org:10004 18:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:04:01 Configure a credential helper to remove this warning. See 18:04:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:04:01 18:04:01 Login Succeeded 18:04:01 ****.io 18:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:04:02 Configure a credential helper to remove this warning. See 18:04:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:04:02 18:04:02 Login Succeeded 18:04:02 ---> ****-login.sh ends [Pipeline] } 18:04:02 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 18:04:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:04:03 + ls -al . 18:04:03 total 68 18:04:03 drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:04 . 18:04:03 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:03 .. 18:04:03 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:03 .git 18:04:03 drwxrwxr-x 2 jenkins jenkins 4096 May 29 18:03 .github 18:04:03 -rw-rw-r-- 1 jenkins jenkins 22 May 29 18:03 .gitignore 18:04:03 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 18:03 Dockerfile 18:04:03 -rw-rw-r-- 1 jenkins jenkins 746 May 29 18:03 Jenkinsfile 18:04:03 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 18:03 LICENSE 18:04:03 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 18:03 README.md 18:04:03 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:03 TAF-Manager 18:04:03 drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:03 TUC 18:04:03 -rw-rw-r-- 1 jenkins jenkins 12 May 29 17:59 VERSION 18:04:03 -rw-rw-r-- 1 jenkins jenkins 343 May 29 18:03 requirements.txt 18:04:03 -rw-rw-r-- 1 jenkins jenkins 54 May 29 18:03 robot-entrypoint.sh 18:04:03 -rw-rw-r-- 1 jenkins jenkins 445 May 29 18:03 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:03 + 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 . 18:04:03 Sending build context to Docker daemon 363kB 18:04:03 Step 1/13 : FROM alpine:3.20 18:04:04 3.20: Pulling from library/alpine 18:04:04 94747bd81234: Pulling fs layer 18:04:05 94747bd81234: Verifying Checksum 18:04:05 94747bd81234: Download complete 18:04:05 94747bd81234: Pull complete 18:04:05 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 18:04:05 Status: Downloaded newer image for alpine:3.20 18:04:05 ---> 442043f030d3 18:04:05 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:04:05 ---> Running in 3b7f9e33a4e6 18:04:05 Removing intermediate container 3b7f9e33a4e6 18:04:05 ---> fdf3f4961161 18:04:05 Step 3/13 : LABEL maintainer="Bruce Huang " 18:04:05 ---> Running in df61f146014f 18:04:06 Removing intermediate container df61f146014f 18:04:06 ---> 08f6d87188a9 18:04:06 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:04:07 ---> 3faae831beb1 18:04:07 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:04:07 ---> 8f9208510138 18:04:07 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:04:08 ---> e971b47e7de3 18:04:08 Step 7/13 : WORKDIR /edgex-taf 18:04:08 ---> Running in 6ac2f5eb0904 18:04:08 Removing intermediate container 6ac2f5eb0904 18:04:08 ---> 0d89c94a4c3a 18:04:08 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:08 ---> Running in 7a7346b3ec8e 18:04:10 Removing intermediate container 7a7346b3ec8e 18:04:10 ---> fe54a5e68e22 18:04:10 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 18:04:10 ---> Running in 7f9f28349528 18:04:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:04:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:04:14 OK: 9 MiB in 14 packages 18:04:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:04:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:04:19 (1/14) Installing ca-certificates (20240226-r0) 18:04:20 (2/14) Installing brotli-libs (1.1.0-r2) 18:04:20 (3/14) Installing c-ares (1.28.1-r0) 18:04:20 (4/14) Installing libunistring (1.2-r0) 18:04:21 (5/14) Installing libidn2 (2.3.7-r0) 18:04:21 (6/14) Installing nghttp2-libs (1.62.0-r0) 18:04:22 (7/14) Installing libpsl (0.21.5-r1) 18:04:22 (8/14) Installing zstd-libs (1.5.6-r0) 18:04:23 (9/14) Installing libcurl (8.7.1-r0) 18:04:23 (10/14) Installing curl (8.7.1-r0) 18:04:24 (11/14) Installing docker-cli (26.1.3-r0) 18:04:25 (12/14) Installing oniguruma (6.9.9-r0) 18:04:25 (13/14) Installing jq (1.7.1-r0) 18:04:26 (14/14) Installing openssl (3.3.0-r2) 18:04:26 Executing busybox-1.36.1-r28.trigger 18:04:26 Executing ca-certificates-20240226-r0.trigger 18:04:26 OK: 43 MiB in 28 packages 18:04:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:04:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:04:29 (1/166) Installing libexpat (2.6.2-r0) 18:04:29 (2/166) Installing libbz2 (1.0.8-r6) 18:04:30 (3/166) Installing libpng (1.6.43-r0) 18:04:30 (4/166) Installing freetype (2.13.2-r0) 18:04:31 (5/166) Installing fontconfig (2.15.0-r1) 18:04:31 (6/166) Installing libfontenc (1.1.8-r0) 18:04:31 (7/166) Installing mkfontscale (1.2.2-r6) 18:04:32 (8/166) Installing font-opensans (0_git20210927-r1) 18:04:32 (9/166) Installing pkgconf (2.2.0-r0) 18:04:33 (10/166) Installing libgcc (13.2.1_git20240309-r0) 18:04:33 (11/166) Installing libffi (3.4.6-r0) 18:04:33 (12/166) Installing libintl (0.22.5-r0) 18:04:34 (13/166) Installing libeconf (0.6.3-r0) 18:04:34 (14/166) Installing libblkid (2.40.1-r1) 18:04:35 (15/166) Installing libmount (2.40.1-r1) 18:04:35 (16/166) Installing pcre2 (10.43-r0) 18:04:36 (17/166) Installing glib (2.80.2-r0) 18:04:36 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 18:04:37 (19/166) Installing xz-libs (5.6.1-r3) 18:04:37 (20/166) Installing libxml2 (2.12.7-r0) 18:04:38 (21/166) Installing shared-mime-info (2.4-r0) 18:04:38 (22/166) Installing hicolor-icon-theme (0.17-r2) 18:04:38 (23/166) Installing libjpeg-turbo (3.0.3-r0) 18:04:39 (24/166) Installing libsharpyuv (1.3.2-r0) 18:04:39 (25/166) Installing libwebp (1.3.2-r0) 18:04:40 (26/166) Installing tiff (4.6.0t-r0) 18:04:40 (27/166) Installing gdk-pixbuf (2.42.11-r1) 18:04:41 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 18:04:41 (29/166) Installing libxau (1.0.11-r4) 18:04:42 (30/166) Installing libmd (1.1.0-r0) 18:04:42 (31/166) Installing libbsd (0.12.2-r0) 18:04:42 (32/166) Installing libxdmcp (1.1.5-r1) 18:04:42 (33/166) Installing libxcb (1.16.1-r0) 18:04:43 (34/166) Installing libx11 (1.8.9-r1) 18:04:44 (35/166) Installing libxcomposite (0.4.6-r5) 18:04:44 (36/166) Installing libxfixes (6.0.1-r4) 18:04:44 (37/166) Installing libxrender (0.9.11-r5) 18:04:45 (38/166) Installing libxcursor (1.2.2-r1) 18:04:45 (39/166) Installing libxdamage (1.1.6-r5) 18:04:45 (40/166) Installing libxext (1.3.6-r2) 18:04:45 (41/166) Installing libxi (1.8.1-r4) 18:04:46 (42/166) Installing libxinerama (1.1.5-r4) 18:04:46 (43/166) Installing libxrandr (1.5.4-r1) 18:04:47 (44/166) Installing libatk-1.0 (2.52.0-r0) 18:04:47 (45/166) Installing libxtst (1.2.4-r6) 18:04:47 (46/166) Installing dbus-libs (1.14.10-r1) 18:04:48 (47/166) Installing at-spi2-core (2.52.0-r0) 18:04:48 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 18:04:49 (49/166) Installing pixman (0.43.2-r0) 18:04:49 (50/166) Installing cairo (1.18.0-r0) 18:04:49 (51/166) Installing cairo-gobject (1.18.0-r0) 18:04:50 (52/166) Installing avahi-libs (0.8-r17) 18:04:50 (53/166) Installing gmp (6.3.0-r1) 18:04:51 (54/166) Installing nettle (3.9.1-r0) 18:04:51 (55/166) Installing libtasn1 (4.19.0-r2) 18:04:51 (56/166) Installing p11-kit (0.25.3-r0) 18:04:52 (57/166) Installing gnutls (3.8.5-r0) 18:04:53 (58/166) Installing cups-libs (2.4.8-r0) 18:04:53 (59/166) Installing libepoxy (1.5.10-r1) 18:04:53 (60/166) Installing fribidi (1.0.14-r0) 18:04:54 (61/166) Installing graphite2 (1.3.14-r6) 18:04:54 (62/166) Installing harfbuzz (8.5.0-r0) 18:04:55 (63/166) Installing libxft (2.3.8-r3) 18:04:55 (64/166) Installing pango (1.52.2-r0) 18:04:56 (65/166) Installing wayland-libs-client (1.22.0-r4) 18:04:56 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 18:04:56 (67/166) Installing wayland-libs-egl (1.22.0-r4) 18:04:57 (68/166) Installing xkeyboard-config (2.41-r0) 18:04:58 (69/166) Installing libxkbcommon (1.7.0-r0) 18:04:58 (70/166) Installing gtk+3.0 (3.24.42-r0) 18:04:58 (71/166) Installing icu-data-full (74.2-r0) 18:05:02 (72/166) Installing mesa (24.0.8-r1) 18:05:02 (73/166) Installing llvm17-libs (17.0.6-r1) 18:05:07 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 18:05:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:08 18:05:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:08 latest: Pulling from edgex-lftools-log-publisher 18:05:08 5eb5b503b376: Pulling fs layer 18:05:08 5c69ac0246d0: Pulling fs layer 18:05:08 ec43610c2a17: Pulling fs layer 18:05:08 3a2ae6a8a46f: Pulling fs layer 18:05:08 33b1e0a273af: Pulling fs layer 18:05:08 5d3b04190fa2: Pulling fs layer 18:05:08 2f39f015ded8: Pulling fs layer 18:05:08 33b1e0a273af: Waiting 18:05:08 2f39f015ded8: Waiting 18:05:08 5d3b04190fa2: Waiting 18:05:08 3a2ae6a8a46f: Waiting 18:05:08 5c69ac0246d0: Verifying Checksum 18:05:08 5c69ac0246d0: Download complete 18:05:08 3a2ae6a8a46f: Verifying Checksum 18:05:08 3a2ae6a8a46f: Download complete 18:05:08 33b1e0a273af: Verifying Checksum 18:05:08 33b1e0a273af: Download complete 18:05:08 ec43610c2a17: Verifying Checksum 18:05:08 ec43610c2a17: Download complete 18:05:08 5d3b04190fa2: Download complete 18:05:08 5eb5b503b376: Verifying Checksum 18:05:08 5eb5b503b376: Download complete 18:05:09 2f39f015ded8: Download complete 18:05:09 5eb5b503b376: Pull complete 18:05:09 5c69ac0246d0: Pull complete 18:05:10 ec43610c2a17: Pull complete 18:05:10 3a2ae6a8a46f: Pull complete 18:05:10 33b1e0a273af: Pull complete 18:05:10 5d3b04190fa2: Pull complete 18:05:12 (74/166) Installing hwdata-pci (0.382-r0) 18:05:12 (75/166) Installing libpciaccess (0.18.1-r0) 18:05:12 (76/166) Installing libdrm (2.4.120-r0) 18:05:12 (77/166) Installing libelf (0.191-r0) 18:05:12 (78/166) Installing mesa-glapi (24.0.8-r1) 18:05:13 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 18:05:14 2f39f015ded8: Pull complete 18:05:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:15 prd-ubuntu20.04-docker-8c-8g-1098 does not seem to be running inside a container 18:05:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:05:15 (80/166) Installing eudev-libs (3.2.14-r2) 18:05:15 (81/166) Installing libmagic (5.45-r1) 18:05:16 (82/166) Installing file (5.45-r1) 18:05:16 (83/166) Installing xprop (1.2.7-r0) 18:05:16 (84/166) Installing libice (1.1.1-r6) 18:05:17 (85/166) Installing libuuid (2.40.1-r1) 18:05:17 (86/166) Installing libsm (1.2.4-r4) 18:05:18 (87/166) Installing libxt (1.3.0-r5) 18:05:18 (88/166) Installing libxmu (1.1.4-r2) 18:05:18 (89/166) Installing xset (1.2.5-r1) 18:05:19 (90/166) Installing xdg-utils (1.2.1-r0) 18:05:19 $ docker top 27d6620cd9981b480482ea7afa3416081337024b00f52b673280e93ce2479fb6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:19 (91/166) Installing libogg (1.3.5-r5) 18:05:19 ---> job-cost.sh 18:05:19 lf-activate-venv: SKIPPING 18:05:19 INFO: No Stack... 18:05:20 (92/166) Installing libflac (1.4.3-r1) 18:05:20 INFO: Retrieving Pricing Info for: v3-standard-8 18:05:20 (93/166) Installing alsa-lib (1.2.11-r0) 18:05:20 INFO: Archiving Costs [Pipeline] sh 18:05:20 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 18:05:20 + cut -d, -f6 [Pipeline] lock 18:05:20 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] 18:05:20 Resource [jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] did not exist. Created. 18:05:20 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:05:20 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 18:05:21 + echo total: 0.2199999988079071 [Pipeline] stash 18:05:21 Stashed 1 file(s) [Pipeline] } 18:05:21 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] [Pipeline] // lock [Pipeline] } 18:05:21 $ docker stop --time=1 27d6620cd9981b480482ea7afa3416081337024b00f52b673280e93ce2479fb6 18:05:21 (95/166) Installing aom-libs (3.9.0-r0) 18:05:22 $ docker rm -f --volumes 27d6620cd9981b480482ea7afa3416081337024b00f52b673280e93ce2479fb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 18:05:22 (96/166) Installing libva (2.21.0-r0) [Pipeline] } 18:05:22 Failed in branch amd64 18:05:22 (97/166) Installing libvdpau (1.5-r3) 18:05:22 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 18:05:23 (99/166) Installing libdav1d (1.4.2-r0) 18:05:24 (100/166) Installing openexr-libiex (3.1.13-r1) 18:05:24 (101/166) Installing openexr-libilmthread (3.1.13-r1) 18:05:25 (102/166) Installing imath (3.1.11-r2) 18:05:25 (103/166) Installing openexr-libopenexr (3.1.13-r1) 18:05:25 (104/166) Installing giflib (5.2.2-r0) 18:05:26 (105/166) Installing libhwy (1.0.7-r0) 18:05:26 (106/166) Installing lcms2 (2.16-r0) 18:05:26 (107/166) Installing libjxl (0.10.2-r0) 18:05:27 (108/166) Installing lame-libs (3.100-r5) 18:05:28 (109/166) Installing opus (1.5.2-r0) 18:05:28 (110/166) Installing rav1e-libs (0.7.1-r0) 18:05:29 (111/166) Installing libgomp (13.2.1_git20240309-r0) 18:05:29 (112/166) Installing soxr (0.1.3-r7) 18:05:29 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 18:05:30 (114/166) Installing libtheora (1.1.1-r18) 18:05:30 (115/166) Installing libvorbis (1.3.7-r2) 18:05:31 (116/166) Installing libvpx (1.14.0-r0) 18:05:31 (117/166) Installing libwebpmux (1.3.2-r0) 18:05:32 (118/166) Installing x264-libs (0.164_git20231001-r0) 18:05:32 (119/166) Installing numactl (2.0.18-r0) 18:05:33 (120/166) Installing x265-libs (3.6-r0) 18:05:33 (121/166) Installing xvidcore (1.3.7-r2) 18:05:34 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 18:05:35 (123/166) Installing libbluray (1.3.4-r1) 18:05:35 (124/166) Installing mpg123-libs (1.32.6-r0) 18:05:36 (125/166) Installing libopenmpt (0.7.7-r0) 18:05:36 (126/166) Installing cjson (1.7.18-r0) 18:05:36 (127/166) Installing mbedtls (3.6.0-r0) 18:05:37 (128/166) Installing librist (0.2.10-r1) 18:05:37 (129/166) Installing libsrt (1.5.3-r0) 18:05:38 (130/166) Installing libssh (0.10.6-r0) 18:05:38 (131/166) Installing libsodium (1.0.19-r0) 18:05:39 (132/166) Installing libzmq (4.3.5-r2) 18:05:39 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 18:05:40 (134/166) Installing crc32c (1.1.2-r0) 18:05:40 (135/166) Installing double-conversion (3.3.0-r0) 18:05:40 (136/166) Installing libevent (2.1.12-r7) 18:05:41 (137/166) Installing wayland-libs-server (1.22.0-r4) 18:05:41 (138/166) Installing mesa-gbm (24.0.8-r1) 18:05:42 (139/166) Installing harfbuzz-subset (8.5.0-r0) 18:05:42 (140/166) Installing icu-libs (74.2-r0) 18:05:43 (141/166) Installing minizip (1.3.1-r0) 18:05:43 (142/166) Installing nspr (4.35-r4) 18:05:44 (143/166) Installing sqlite-libs (3.45.3-r1) 18:05:44 (144/166) Installing nss (3.100-r0) 18:05:45 (145/166) Installing openh264 (2.4.1-r0) 18:05:45 (146/166) Installing libcamera-ipa (0.3.0-r0) 18:05:46 (147/166) Installing libunwind (1.8.1-r0) 18:05:46 (148/166) Installing yaml (0.2.5-r2) 18:05:46 (149/166) Installing libcamera (0.3.0-r0) 18:05:47 (150/166) Installing speexdsp (1.2.1-r2) 18:05:47 (151/166) Installing libuv (1.48.0-r0) 18:05:48 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 18:05:48 (153/166) Installing libsndfile (1.2.2-r0) 18:05:49 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 18:05:49 (155/166) Installing pipewire-libs (1.0.6-r1) 18:05:50 (156/166) Installing libasyncns (0.8-r3) 18:05:50 (157/166) Installing libltdl (2.4.7-r3) 18:05:50 (158/166) Installing orc (0.4.37-r0) 18:05:51 (159/166) Installing tdb-libs (1.4.9-r1) 18:05:51 (160/166) Installing libpulse (17.0-r0) 18:05:52 (161/166) Installing libwebpdemux (1.3.2-r0) 18:05:52 (162/166) Installing libgpg-error (1.49-r0) 18:05:53 (163/166) Installing libgcrypt (1.10.3-r0) 18:05:53 (164/166) Installing libxslt (1.1.39-r1) 18:05:54 (165/166) Installing chromium (125.0.6422.112-r0) 18:06:09 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 18:06:09 Executing busybox-1.36.1-r28.trigger 18:06:09 Executing fontconfig-2.15.0-r1.trigger 18:06:09 Executing mkfontscale-1.2.2-r6.trigger 18:06:09 Executing glib-2.80.2-r0.trigger 18:06:09 Executing shared-mime-info-2.4-r0.trigger 18:06:12 Executing gdk-pixbuf-2.42.11-r1.trigger 18:06:12 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:06:12 Executing gtk+3.0-3.24.42-r0.trigger 18:06:12 OK: 643 MiB in 194 packages 18:06:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:06:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:06:15 (1/30) Installing jansson (2.14-r4) 18:06:15 (2/30) Installing binutils (2.42-r0) 18:06:16 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:06:16 (4/30) Installing isl26 (0.26-r1) 18:06:17 (5/30) Installing mpfr4 (4.2.1-r0) 18:06:17 (6/30) Installing mpc1 (1.3.1-r1) 18:06:17 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:06:27 (8/30) Installing musl-dev (1.2.5-r0) 18:06:27 (9/30) Installing linux-headers (6.6-r0) 18:06:28 (10/30) Installing libffi-dev (3.4.6-r0) 18:06:29 (11/30) Installing libpq (16.3-r0) 18:06:30 (12/30) Installing openssl-dev (3.3.0-r2) 18:06:30 (13/30) Installing libpq-dev (16.3-r0) 18:06:30 (14/30) Installing libecpg (16.3-r0) 18:06:31 (15/30) Installing libecpg-dev (16.3-r0) 18:06:31 (16/30) Installing clang16-headers (16.0.6-r5) 18:06:32 (17/30) Installing llvm16-libs (16.0.6-r8) 18:06:40 (18/30) Installing clang16-libs (16.0.6-r5) 18:06:42 (19/30) Installing fortify-headers (1.1-r3) 18:06:43 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:06:44 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:06:44 (22/30) Installing clang16 (16.0.6-r5) 18:06:44 (23/30) Installing icu (74.2-r0) 18:06:45 (24/30) Installing icu-dev (74.2-r0) 18:06:46 (25/30) Installing llvm16 (16.0.6-r8) 18:06:54 (26/30) Installing lz4-libs (1.9.4-r5) 18:06:54 (27/30) Installing lz4-dev (1.9.4-r5) 18:06:55 (28/30) Installing zstd (1.5.6-r0) 18:06:55 (29/30) Installing zstd-dev (1.5.6-r0) 18:06:55 (30/30) Installing postgresql16-dev (16.3-r0) 18:06:56 Executing busybox-1.36.1-r28.trigger 18:06:56 OK: 1169 MiB in 224 packages 18:06:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:06:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:06:59 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:07:06 (2/14) Installing gdbm (1.23-r1) 18:07:06 (3/14) Installing mpdecimal (4.0.0-r0) 18:07:06 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:07:06 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:07:07 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:07:07 (7/14) Installing readline (8.2.10-r0) 18:07:07 (8/14) Installing python3 (3.12.3-r1) 18:07:09 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:07:10 (10/14) Installing pyc (3.12.3-r1) 18:07:10 (11/14) Installing python3-pyc (3.12.3-r1) 18:07:10 (12/14) Installing python3-dev (3.12.3-r1) 18:07:20 (13/14) Installing libsodium-dev (1.0.19-r0) 18:07:20 (14/14) Installing zeromq-dev (4.3.5-r2) 18:07:20 Executing busybox-1.36.1-r28.trigger 18:07:20 OK: 1356 MiB in 238 packages 18:07:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:07:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:07:23 OK: 1356 MiB in 238 packages 18:07:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:07:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:07:26 (1/1) Installing tzdata (2024a-r1) 18:07:27 OK: 1357 MiB in 239 packages 18:07:29 (1/1) Purging tzdata (2024a-r1) 18:07:29 OK: 1356 MiB in 238 packages 18:07:44 Looking in links: /tmp/tmpf8ig24j9 18:07:44 Processing /tmp/tmpf8ig24j9/pip-24.0-py3-none-any.whl 18:07:44 Installing collected packages: pip 18:07:51 Successfully installed pip-24.0 18:07:51 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 18:07:53 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:07:56 Collecting setuptools 18:07:56 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 18:07:56 Collecting wheel 18:07:56 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:07:56 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 18:07:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 22.1 MB/s eta 0:00:00 18:07:56 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:07:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 26.7 MB/s eta 0:00:00 18:07:57 Installing collected packages: wheel, setuptools 18:08:01 Successfully installed setuptools-70.0.0 wheel-0.43.0 18:08:01 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 18:08:04 Processing ./edgex-taf-common 18:08:04 Preparing metadata (setup.py): started 18:08:05 Preparing metadata (setup.py): finished with status 'done' 18:08:05 Building wheels for collected packages: edgex-taf-common 18:08:05 Building wheel for edgex-taf-common (setup.py): started 18:08:06 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:08:06 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=ca7fb0b0b55b62612cf17fe09fbb5dfaf76924d4df1d971e594b8e18ab7ad130 18:08:06 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:08:06 Successfully built edgex-taf-common 18:08:06 Installing collected packages: edgex-taf-common 18:08:07 Successfully installed edgex-taf-common-0.0.0 18:08:07 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 18:08:10 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:08:10 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:08:11 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:08:11 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:08:11 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:08:11 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:08:11 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:08:11 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:08:11 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:08:11 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:08:11 Preparing metadata (setup.py): started 18:08:12 Preparing metadata (setup.py): finished with status 'done' 18:08:13 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:08:13 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:08:13 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:08:13 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:08:13 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:08:13 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:08:13 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:08:13 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:08:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.8 MB/s eta 0:00:00 18:08:13 Preparing metadata (setup.py): started 18:08:15 Preparing metadata (setup.py): finished with status 'done' 18:08:15 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:08:15 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:08:16 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:08:16 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 18:08:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 3.5 MB/s eta 0:00:00 18:08:17 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 18:08:17 Downloading psutil-5.9.5.tar.gz (493 kB) 18:08:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 12.3 MB/s eta 0:00:00 18:08:18 Installing build dependencies: started 18:08:28 Installing build dependencies: finished with status 'done' 18:08:28 Getting requirements to build wheel: started 18:08:28 Getting requirements to build wheel: finished with status 'done' 18:08:28 Preparing metadata (pyproject.toml): started 18:08:30 Preparing metadata (pyproject.toml): finished with status 'done' 18:08:30 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:08:30 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:08:32 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:08:32 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 18:08:32 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:08:32 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:08:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.7 MB/s eta 0:00:00 18:08:33 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:08:33 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:08:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.6 MB/s eta 0:00:00 18:08:33 Preparing metadata (setup.py): started 18:08:35 Preparing metadata (setup.py): finished with status 'done' 18:08:35 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:08:35 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 18:08:36 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:08:36 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 18:08:36 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:08:36 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:08:36 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:36 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:08:36 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:36 Downloading flex-6.14.1.tar.gz (40 kB) 18:08:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.1 MB/s eta 0:00:00 18:08:37 Preparing metadata (setup.py): started 18:08:38 Preparing metadata (setup.py): finished with status 'done' 18:08:38 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:38 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:08:38 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:38 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:08:38 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:38 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:08:38 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:38 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:08:39 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:39 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:08:39 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:39 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:08:40 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:08:40 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 18:08:40 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:08:40 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:08:40 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:08:40 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 18:08:40 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:08:40 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 18:08:41 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:08:41 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 18:08:41 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:08:41 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:08:42 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:08:42 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:08:42 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:08:42 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:08:42 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) 18:08:42 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:08:42 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:08:42 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:08:42 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 18:08:43 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:08:43 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:08:43 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:08:43 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:08:44 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:08:44 Downloading PyYAML-6.0.1.tar.gz (125 kB) 18:08:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 3.2 MB/s eta 0:00:00 18:08:45 Installing build dependencies: started 18:09:04 Installing build dependencies: finished with status 'done' 18:09:04 Getting requirements to build wheel: started 18:09:08 Getting requirements to build wheel: finished with status 'done' 18:09:08 Preparing metadata (pyproject.toml): started 18:09:10 Preparing metadata (pyproject.toml): finished with status 'done' 18:09:10 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:10 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:09:10 Preparing metadata (setup.py): started 18:09:11 Preparing metadata (setup.py): finished with status 'done' 18:09:11 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:11 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:09:12 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:12 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:09:12 Preparing metadata (setup.py): started 18:09:13 Preparing metadata (setup.py): finished with status 'done' 18:09:13 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:13 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:09:13 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:13 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 18:09:13 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:13 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:09:13 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:13 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:09:13 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:13 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:09:14 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:14 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:09:16 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:09:16 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 18:09:17 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:09:17 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:09:17 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:09:17 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:09:17 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:09:17 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:09:17 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:09:17 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:09:18 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)) 18:09:18 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:09:18 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)) 18:09:18 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:09:18 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:09:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 13.1 MB/s eta 0:00:00 18:09:18 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:09:18 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:09:18 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:09:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.3 MB/s eta 0:00:00 18:09:18 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:09:18 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:09:18 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:09:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.9 MB/s eta 0:00:00 18:09:19 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:09:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 18:09:19 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 16.7 MB/s eta 0:00:00 18:09:20 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.9 MB/s eta 0:00:00 18:09:20 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 18:09:20 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.0 MB/s eta 0:00:00 18:09:20 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.0 MB/s eta 0:00:00 18:09:20 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.7 MB/s eta 0:00:00 18:09:20 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.2 MB/s eta 0:00:00 18:09:20 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.2 MB/s eta 0:00:00 18:09:20 Downloading packaging-24.0-py3-none-any.whl (53 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.6 MB/s eta 0:00:00 18:09:20 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.7 MB/s eta 0:00:00 18:09:20 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:09:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.2 MB/s eta 0:00:00 18:09:20 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:09:20 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 17.2 MB/s eta 0:00:00 18:09:21 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.8 MB/s eta 0:00:00 18:09:21 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.9 MB/s eta 0:00:00 18:09:21 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.9 MB/s eta 0:00:00 18:09:21 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:09:21 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:09:21 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.6 MB/s eta 0:00:00 18:09:21 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.8 MB/s eta 0:00:00 18:09:21 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 11.7 MB/s eta 0:00:00 18:09:21 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:09:21 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.2 MB/s eta 0:00:00 18:09:21 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.5 MB/s eta 0:00:00 18:09:21 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 18:09:21 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:09:21 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:09:21 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:09:21 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 14.5 MB/s eta 0:00:00 18:09:21 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:09:21 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 11.3 MB/s eta 0:00:00 18:09:21 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:09:21 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 18:09:21 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:09:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.2 MB/s eta 0:00:00 18:09:21 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:09:21 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:09:21 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:09:22 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:09:22 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:09:22 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:09:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.1 MB/s eta 0:00:00 18:09:22 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 18:09:22 Building wheel for robotbackgroundlogger (setup.py): started 18:09:24 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:09:24 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=6ab9290ff6784b189265dad574c235867818e4edbe5135f5151074cf583a19b9 18:09:24 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:09:24 Building wheel for paho-mqtt (setup.py): started 18:09:25 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:09:25 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=0356d23ce7d814d04b3c9e4648c039f626ad4df27625ac86cf60a88fb5e655e0 18:09:25 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:09:25 Building wheel for psutil (pyproject.toml): started 18:09:35 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:09:35 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281982 sha256=aa3801187e9233289bbde98b0d94b4e9cebf8f616cd162ef6ac2ec62cdbcfcee 18:09:35 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 18:09:35 Building wheel for psycopg2 (setup.py): started 18:10:32 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:10:32 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512489 sha256=7e7a2f74733a0d9e8a69db732ff877631b3b7c4331b13a8a6b2c31b64a877d1a 18:10:32 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:10:32 Building wheel for flex (setup.py): started 18:10:34 Building wheel for flex (setup.py): finished with status 'done' 18:10:34 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=c9a32070d2875cdcd236f06dbee7a2f5e6fafcf5d5a26f2ae8a8d7a197190427 18:10:34 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:10:34 Building wheel for PyYAML (pyproject.toml): started 18:10:36 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 18:10:36 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=bc5c4cb1666607aea52fe4ee4014ab936809cee4b203839375bcbdcb2c8ed8f2 18:10:36 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 18:10:36 Building wheel for strict-rfc3339 (setup.py): started 18:10:37 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:10:37 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=70d782287f4fcdcb9b561a5b114c86179615d7ab928c37830bf45c1bb5ef04d2 18:10:37 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:10:37 Building wheel for validate-email (setup.py): started 18:10:38 Building wheel for validate-email (setup.py): finished with status 'done' 18:10:38 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=c80062cc8ffc7e15cc77c1764bd1340c3c923fb2ad2c60a2589ac5198d3c3fe4 18:10:38 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:10:38 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 18:10:40 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 18:11:48 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 18:11:48 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 18:12:35 Removing intermediate container 7f9f28349528 18:12:35 ---> c07b2b135478 18:12:35 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:12:35 ---> Running in 64c0f208317e 18:12:35 Removing intermediate container 64c0f208317e 18:12:35 ---> aed60f3ebc5a 18:12:35 Step 11/13 : LABEL arch=arm64 18:12:35 ---> Running in 2b378aecdc14 18:12:35 Removing intermediate container 2b378aecdc14 18:12:35 ---> 1adeef09554a 18:12:35 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 18:12:35 ---> Running in 7086df2d784c 18:12:35 Removing intermediate container 7086df2d784c 18:12:35 ---> d880852940e3 18:12:35 Step 13/13 : LABEL version=0.0.2-dev.42 18:12:35 ---> Running in 687f2153a0cb 18:12:35 Removing intermediate container 687f2153a0cb 18:12:35 ---> e1454ae833ea 18:12:35 [Warning] One or more build-args [ARCH] were not consumed 18:12:35 Successfully built e1454ae833ea 18:12:35 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 18:12:35 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 18:12:35 7e89dd766adf70d3ef5effce142026c21ab88a29 18:12:35 latest 18:12:35 0.0.2-dev.42 18:12:35 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 18:12:35 main 18:12:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:35 + 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 18:12:36 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 18:12:36 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 18:12:36 98c5801f36be: Preparing 18:12:36 ee22537b13e7: Preparing 18:12:36 a9c58f313bbc: Preparing 18:12:36 0c952fa2161b: Preparing 18:12:36 94871c057cff: Preparing 18:12:36 50171d1acbd5: Preparing 18:12:36 50171d1acbd5: Waiting 18:12:36 ee22537b13e7: Pushed 18:12:36 0c952fa2161b: Pushed 18:12:36 a9c58f313bbc: Pushed 18:12:36 50171d1acbd5: Layer already exists 18:12:36 94871c057cff: Pushed 18:16:43 98c5801f36be: Retrying in 5 seconds 18:16:43 98c5801f36be: Retrying in 4 seconds 18:16:43 98c5801f36be: Retrying in 3 seconds 18:16:43 98c5801f36be: Retrying in 2 seconds 18:16:43 98c5801f36be: Retrying in 1 second 18:20:50 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 18:20:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:20:51 18:20:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:20:51 arm64: Pulling from edgex-lftools-log-publisher 18:20:51 8998bd30e6a1: Pulling fs layer 18:20:51 04944245beec: Pulling fs layer 18:20:51 699f458cf7ca: Pulling fs layer 18:20:51 765212b225bb: Pulling fs layer 18:20:51 f23df028b6ca: Pulling fs layer 18:20:51 d65c8cfc05b1: Pulling fs layer 18:20:51 2437ff75d9bd: Pulling fs layer 18:20:51 f23df028b6ca: Waiting 18:20:51 2437ff75d9bd: Waiting 18:20:51 d65c8cfc05b1: Waiting 18:20:51 765212b225bb: Waiting 18:20:51 04944245beec: Verifying Checksum 18:20:51 04944245beec: Download complete 18:20:51 765212b225bb: Verifying Checksum 18:20:51 765212b225bb: Download complete 18:20:51 f23df028b6ca: Verifying Checksum 18:20:51 f23df028b6ca: Download complete 18:20:51 d65c8cfc05b1: Verifying Checksum 18:20:51 d65c8cfc05b1: Download complete 18:20:51 699f458cf7ca: Verifying Checksum 18:20:51 699f458cf7ca: Download complete 18:20:52 8998bd30e6a1: Verifying Checksum 18:20:52 8998bd30e6a1: Download complete 18:20:55 2437ff75d9bd: Verifying Checksum 18:20:55 2437ff75d9bd: Download complete 18:20:57 8998bd30e6a1: Pull complete 18:20:57 04944245beec: Pull complete 18:20:59 699f458cf7ca: Pull complete 18:20:59 765212b225bb: Pull complete 18:21:00 f23df028b6ca: Pull complete 18:21:00 d65c8cfc05b1: Pull complete 18:21:18 2437ff75d9bd: Pull complete 18:21:18 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:21:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:21:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:21:18 prd-ubuntu20.04-docker-arm64-4c-16g-1099 does not seem to be running inside a container 18:21:18 $ 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 18:21:21 $ docker top bd42a912b68fa4635dca27ca5c821d042cbed6a50bb7c50684c16813b78edf76 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:22 ---> job-cost.sh 18:21:22 lf-activate-venv: SKIPPING 18:21:22 INFO: No Stack... 18:21:22 INFO: Retrieving Pricing Info for: v3-standard-4 18:21:23 INFO: Archiving Costs [Pipeline] sh 18:21:23 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 18:21:23 + cut -d, -f6 [Pipeline] lock 18:21:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] 18:21:24 Resource [jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] did not exist. Created. 18:21:24 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:21:24 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a746df6b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:21:25 + echo total: 0.10999999940395355 [Pipeline] stash 18:21:25 Warning: overwriting stash ‘stack-cost’ 18:21:25 Stashed 1 file(s) [Pipeline] } 18:21:25 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-40-stack-cost] [Pipeline] // lock [Pipeline] } 18:21:25 $ docker stop --time=1 bd42a912b68fa4635dca27ca5c821d042cbed6a50bb7c50684c16813b78edf76 18:21:27 $ docker rm -f --volumes bd42a912b68fa4635dca27ca5c821d042cbed6a50bb7c50684c16813b78edf76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:21:27 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 18:21:28 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 18:21:28 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 18:21:28 total 16 18:21:28 drwxr-xr-x 3 root root 4096 May 29 18:05 . 18:21:28 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:05 .. 18:21:28 drwxr-xr-x 2 root root 4096 May 29 18:05 cost 18:21:28 -rw-r--r-- 1 root root 87 May 29 18:05 cost.csv 18:21:28 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 18:21:28 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 18:21:28 total 16 18:21:28 drwxr-xr-x 3 jenkins jenkins 4096 May 29 18:05 . 18:21:28 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:05 .. 18:21:28 drwxr-xr-x 2 jenkins jenkins 4096 May 29 18:05 cost 18:21:28 -rw-r--r-- 1 jenkins jenkins 87 May 29 18:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:21:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:21:29 ---> package-listing.sh 18:21:29 ++ facter osfamily 18:21:29 ++ tr '[:upper:]' '[:lower:]' 18:21:29 + OS_FAMILY=debian 18:21:29 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 18:21:29 + START_PACKAGES=/tmp/packages_start.txt 18:21:29 + END_PACKAGES=/tmp/packages_end.txt 18:21:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:21:29 + PACKAGES=/tmp/packages_start.txt 18:21:29 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 18:21:29 + PACKAGES=/tmp/packages_end.txt 18:21:29 + case "${OS_FAMILY}" in 18:21:29 + dpkg -l 18:21:29 + grep '^ii' 18:21:29 + '[' -f /tmp/packages_start.txt ']' 18:21:29 + '[' -f /tmp/packages_end.txt ']' 18:21:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:21:29 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 18:21:29 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 18:21:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 18:21:29 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 18:21:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:21:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:21:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:21:30 prd-ubuntu20.04-docker-8c-8g-1098 does not seem to be running inside a container 18:21:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:21:30 $ docker top 7b5cb992fd7dd97a15366d0b98bb6bcc6c17d657b8bd59a230723836091e99c2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:30 + touch /tmp/pre-build-complete [Pipeline] sh 18:21:31 + mkdir -p /var/log/sysstat [Pipeline] sh 18:21:31 + ls /var/log/sa-host 18:21:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:21:31 provisioning config files... 18:21:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12481371708885443181tmp [Pipeline] { [Pipeline] echo 18:21:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:21:31 ---> create-netrc.sh [Pipeline] } 18:21:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:21:32 ---> python-tools-install.sh [Pipeline] echo 18:21:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:21:32 ---> sudo-logs.sh 18:21:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:21:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:21:32 ---> job-cost.sh 18:21:32 lf-activate-venv: SKIPPING 18:21:32 DEBUG: total: 0.2199999988079071 18:21:32 INFO: Retrieving Stack Cost... 18:21:33 INFO: Retrieving Pricing Info for: v3-standard-8 18:21:33 INFO: Archiving Costs [Pipeline] echo 18:21:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:21:33 ---> logs-deploy.sh 18:21:33 lf-activate-venv: SKIPPING 18:21:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/40 18:21:33 INFO: archiving workspace using pattern(s): 18:21:34 Archives upload complete. 18:21:34 INFO: archiving logs to Nexus