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-ssh8310421527617477399.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-ssh7738625555429958282.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-ssh7875211510673138466.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-ssh11326819175044364704.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-ssh1990520412681211744.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1109 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 > git rev-list --no-walk 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:21:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:21:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:21:11 ========================================================= 20:21:11 EdgeX Global Pipelines Version Info 20:21:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:21:12 ------------------- 20:21:12 stable info: 20:21:12 ------------------- 20:21:12 Commited By: Ginny Guan ginny@iotechsys.com 20:21:12 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 20:21:12 Message: update stable to v1.0.260 20:21:13 ------------------- 20:21:13 experimental info: 20:21:13 ------------------- 20:21:13 Commited By: Ginny Guan ginny@iotechsys.com 20:21:13 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 20:21:13 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo 20:21:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:13 provisioning config files... 20:21:13 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9030284902213946284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:14 ---> ****-login.sh 20:21:14 nexus3.edgexfoundry.org:10001 20:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:14 Configure a credential helper to remove this warning. See 20:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:14 20:21:14 Login Succeeded 20:21:14 nexus3.edgexfoundry.org:10002 20:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:14 Configure a credential helper to remove this warning. See 20:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:14 20:21:14 Login Succeeded 20:21:14 nexus3.edgexfoundry.org:10003 20:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:14 Configure a credential helper to remove this warning. See 20:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:14 20:21:14 Login Succeeded 20:21:14 nexus3.edgexfoundry.org:10004 20:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:14 Configure a credential helper to remove this warning. See 20:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:14 20:21:14 Login Succeeded 20:21:14 ****.io 20:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:15 Configure a credential helper to remove this warning. See 20:21:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:15 20:21:15 Login Succeeded 20:21:15 ---> ****-login.sh ends [Pipeline] } 20:21:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:21:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:21:15 + grep -v github /etc/ssh/ssh_known_hosts 20:21:15 + [ -e /tmp/ssh_known_hosts ] 20:21:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:21:15 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:21:15 + sudo tee -a /etc/ssh/ssh_known_hosts 20:21:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:21:16 20:21:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:21:16 0.1.4: Pulling from edgex-devops/py-git-semver 20:21:16 b85a868b505f: Pulling fs layer 20:21:16 e2be974225ed: Pulling fs layer 20:21:16 339a4e72a1f5: Pulling fs layer 20:21:16 988bab9f4d93: Pulling fs layer 20:21:16 1469e6f7b9e6: Pulling fs layer 20:21:16 eaf3925da568: Pulling fs layer 20:21:16 988bab9f4d93: Waiting 20:21:16 1469e6f7b9e6: Waiting 20:21:16 bab4dde63d76: Pulling fs layer 20:21:16 bde34c3a00c8: Pulling fs layer 20:21:16 b352a97aabf1: Pulling fs layer 20:21:16 4872d77fe225: Pulling fs layer 20:21:16 5851b861e8e6: Pulling fs layer 20:21:16 bab4dde63d76: Waiting 20:21:16 bde34c3a00c8: Waiting 20:21:16 5851b861e8e6: Waiting 20:21:16 b352a97aabf1: Waiting 20:21:16 e2be974225ed: Download complete 20:21:16 988bab9f4d93: Verifying Checksum 20:21:16 988bab9f4d93: Download complete 20:21:16 1469e6f7b9e6: Verifying Checksum 20:21:16 1469e6f7b9e6: Download complete 20:21:16 eaf3925da568: Download complete 20:21:16 339a4e72a1f5: Verifying Checksum 20:21:16 339a4e72a1f5: Download complete 20:21:16 bde34c3a00c8: Verifying Checksum 20:21:16 bde34c3a00c8: Download complete 20:21:16 b352a97aabf1: Download complete 20:21:16 4872d77fe225: Verifying Checksum 20:21:16 4872d77fe225: Download complete 20:21:16 5851b861e8e6: Verifying Checksum 20:21:16 5851b861e8e6: Download complete 20:21:16 b85a868b505f: Verifying Checksum 20:21:16 b85a868b505f: Download complete 20:21:16 bab4dde63d76: Verifying Checksum 20:21:16 bab4dde63d76: Download complete 20:21:17 b85a868b505f: Pull complete 20:21:18 e2be974225ed: Pull complete 20:21:18 339a4e72a1f5: Pull complete 20:21:18 988bab9f4d93: Pull complete 20:21:18 1469e6f7b9e6: Pull complete 20:21:18 eaf3925da568: Pull complete 20:21:20 bab4dde63d76: Pull complete 20:21:20 bde34c3a00c8: Pull complete 20:21:20 b352a97aabf1: Pull complete 20:21:20 4872d77fe225: Pull complete 20:21:20 5851b861e8e6: Pull complete 20:21:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:21 prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container 20:21:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:21:22 $ docker top a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 -eo pid,comm 20:21:22 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). 20:21:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:21:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:22 [ssh-agent] Looking for ssh-agent implementation... 20:21:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:22 $ docker exec a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent 20:21:22 SSH_AUTH_SOCK=/tmp/ssh-wmhbuhwYVLVO/agent.32 20:21:22 SSH_AGENT_PID=38 20:21:22 Running ssh-add (command line suppressed) 20:21:23 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2836610284101958142.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2836610284101958142.key) 20:21:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:23 + git tag --points-at HEAD [Pipeline] } 20:21:23 $ docker exec --env ******** --env ******** a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent -k 20:21:23 unset SSH_AUTH_SOCK; 20:21:23 unset SSH_AGENT_PID; 20:21:23 echo Agent pid 38 killed; 20:21:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:21:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:21:23 [ssh-agent] Looking for ssh-agent implementation... 20:21:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:21:23 $ docker exec a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent 20:21:23 SSH_AUTH_SOCK=/tmp/ssh-aEgyiSNB2NzO/agent.71 20:21:23 SSH_AGENT_PID=77 20:21:23 Running ssh-add (command line suppressed) 20:21:23 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18098040866241255406.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18098040866241255406.key) 20:21:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:21:24 + git semver init 20:21:24 2024-05-29 20:21:24,303 [run_init] DEBUG init version:0.0.0 force:False 20:21:24 2024-05-29 20:21:24,303 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 20:21:24 2024-05-29 20:21:24,304 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 20:21:24 2024-05-29 20:21:24,304 [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) 20:21:24 2024-05-29 20:21:24,872 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 20:21:24 2024-05-29 20:21:24,872 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 20:21:24 2024-05-29 20:21:24,872 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 20:21:24 2024-05-29 20:21:24,872 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 20:21:24 0.0.2-dev.42 [Pipeline] } 20:21:24 $ docker exec --env ******** --env ******** a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 ssh-agent -k 20:21:25 unset SSH_AUTH_SOCK; 20:21:25 unset SSH_AGENT_PID; 20:21:25 echo Agent pid 77 killed; 20:21:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:21:25 + git semver [Pipeline] } 20:21:25 $ docker stop --time=1 a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 20:21:26 $ docker rm -f --volumes a16f9b792c07845cf87268afa75b37408136d53653eae590d7c6197210c61913 [Pipeline] // withDockerContainer [Pipeline] sh 20:21:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:21:27 Stashed 1 file(s) [Pipeline] echo 20:21: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 20:21:27 provisioning config files... 20:21:27 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13569936979052336700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:21:27 ---> ****-login.sh 20:21:27 nexus3.edgexfoundry.org:10001 20:21:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:27 Configure a credential helper to remove this warning. See 20:21:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:27 20:21:27 Login Succeeded 20:21:27 nexus3.edgexfoundry.org:10002 20:21:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:27 Configure a credential helper to remove this warning. See 20:21:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:27 20:21:27 Login Succeeded 20:21:27 nexus3.edgexfoundry.org:10003 20:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:28 Configure a credential helper to remove this warning. See 20:21:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:28 20:21:28 Login Succeeded 20:21:28 nexus3.edgexfoundry.org:10004 20:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:28 Configure a credential helper to remove this warning. See 20:21:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:28 20:21:28 Login Succeeded 20:21:28 ****.io 20:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:21:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:21:28 Configure a credential helper to remove this warning. See 20:21:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:21:28 20:21:28 Login Succeeded 20:21:28 ---> ****-login.sh ends [Pipeline] } 20:21: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 20:21:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:21:29 + ls -al . 20:21:29 total 72 20:21:29 drwxrwxr-x 7 jenkins jenkins 4096 May 29 20:21 . 20:21:29 drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:21 .. 20:21:29 drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:21 .git 20:21:29 drwxrwxr-x 2 jenkins jenkins 4096 May 29 20:21 .github 20:21:29 -rw-rw-r-- 1 jenkins jenkins 22 May 29 20:21 .gitignore 20:21:29 drwxr-xr-x 3 jenkins jenkins 4096 May 29 20:21 .semver 20:21:29 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 20:21 Dockerfile 20:21:29 -rw-rw-r-- 1 jenkins jenkins 746 May 29 20:21 Jenkinsfile 20:21:29 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 20:21 LICENSE 20:21:29 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 20:21 README.md 20:21:29 drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:21 TAF-Manager 20:21:29 drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:21 TUC 20:21:29 -rw-rw-r-- 1 jenkins jenkins 12 May 29 20:21 VERSION 20:21:29 -rw-rw-r-- 1 jenkins jenkins 343 May 29 20:21 requirements.txt 20:21:29 -rw-rw-r-- 1 jenkins jenkins 54 May 29 20:21 robot-entrypoint.sh 20:21:29 -rw-rw-r-- 1 jenkins jenkins 445 May 29 20:21 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21: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 . 20:21:29 Sending build context to Docker daemon 589.3kB 20:21:29 Step 1/13 : FROM alpine:3.20 20:21:30 3.20: Pulling from library/alpine 20:21:30 d25f557d7f31: Pulling fs layer 20:21:30 d25f557d7f31: Download complete 20:21:30 d25f557d7f31: Pull complete 20:21:30 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 20:21:30 Status: Downloaded newer image for alpine:3.20 20:21:30 ---> 1d34ffeaf190 20:21:30 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 20:21:30 ---> Running in b24eb976a4f8 20:21:30 Removing intermediate container b24eb976a4f8 20:21:30 ---> 6f9860ffedd3 20:21:30 Step 3/13 : LABEL maintainer="Bruce Huang " 20:21:30 ---> Running in 21790e7cf864 20:21:30 Removing intermediate container 21790e7cf864 20:21:30 ---> 8f8c06d694f0 20:21:30 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 20:21:31 ---> fa008fb274c1 20:21:31 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 20:21:31 ---> ac1f31b6c467 20:21:31 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 20:21:31 ---> f739edd248ce 20:21:31 Step 7/13 : WORKDIR /edgex-taf 20:21:31 ---> Running in 11931bac9244 20:21:31 Removing intermediate container 11931bac9244 20:21:31 ---> ea754ecb62eb 20:21:31 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:31 ---> Running in 37f5dfed3181 20:21:32 Removing intermediate container 37f5dfed3181 20:21:32 ---> ef0c308e4bba 20:21:32 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 20:21:32 ---> Running in 77219ef7c63f 20:21:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:21:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:21:33 OK: 8 MiB in 14 packages 20:21:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:21:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:21:35 (1/14) Installing ca-certificates (20240226-r0) 20:21:35 (2/14) Installing brotli-libs (1.1.0-r2) 20:21:36 (3/14) Installing c-ares (1.28.1-r0) 20:21:36 (4/14) Installing libunistring (1.2-r0) 20:21:36 (5/14) Installing libidn2 (2.3.7-r0) 20:21:37 (6/14) Installing nghttp2-libs (1.62.0-r0) 20:21:37 (7/14) Installing libpsl (0.21.5-r1) 20:21:37 (8/14) Installing zstd-libs (1.5.6-r0) 20:21:38 (9/14) Installing libcurl (8.7.1-r0) 20:21:38 (10/14) Installing curl (8.7.1-r0) 20:21:39 (11/14) Installing docker-cli (26.1.3-r0) 20:21:39 (12/14) Installing oniguruma (6.9.9-r0) 20:21:40 (13/14) Installing jq (1.7.1-r0) 20:21:40 (14/14) Installing openssl (3.3.0-r2) 20:21:41 Executing busybox-1.36.1-r28.trigger 20:21:41 Executing ca-certificates-20240226-r0.trigger 20:21:41 OK: 43 MiB in 28 packages 20:21:41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:21:41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:21:42 (1/167) Installing libexpat (2.6.2-r0) 20:21:42 (2/167) Installing libbz2 (1.0.8-r6) 20:21:42 Still waiting to schedule task 20:21:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:21:43 (3/167) Installing libpng (1.6.43-r0) 20:21:43 (4/167) Installing freetype (2.13.2-r0) 20:21:43 (5/167) Installing fontconfig (2.15.0-r1) 20:21:44 (6/167) Installing libfontenc (1.1.8-r0) 20:21:44 (7/167) Installing mkfontscale (1.2.2-r6) 20:21:44 (8/167) Installing font-opensans (0_git20210927-r1) 20:21:45 (9/167) Installing pkgconf (2.2.0-r0) 20:21:45 (10/167) Installing libgcc (13.2.1_git20240309-r0) 20:21:45 (11/167) Installing libffi (3.4.6-r0) 20:21:45 (12/167) Installing libintl (0.22.5-r0) 20:21:46 (13/167) Installing libeconf (0.6.3-r0) 20:21:46 (14/167) Installing libblkid (2.40.1-r1) 20:21:47 (15/167) Installing libmount (2.40.1-r1) 20:21:47 (16/167) Installing pcre2 (10.43-r0) 20:21:47 (17/167) Installing glib (2.80.2-r0) 20:21:48 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 20:21:48 (19/167) Installing xz-libs (5.6.1-r3) 20:21:49 (20/167) Installing libxml2 (2.12.7-r0) 20:21:49 (21/167) Installing shared-mime-info (2.4-r0) 20:21:50 (22/167) Installing hicolor-icon-theme (0.17-r2) 20:21:50 (23/167) Installing libjpeg-turbo (3.0.3-r0) 20:21:50 (24/167) Installing libsharpyuv (1.3.2-r0) 20:21:51 (25/167) Installing libwebp (1.3.2-r0) 20:21:51 (26/167) Installing tiff (4.6.0t-r0) 20:21:52 (27/167) Installing gdk-pixbuf (2.42.11-r1) 20:21:52 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 20:21:52 (29/167) Installing libxau (1.0.11-r4) 20:21:52 (30/167) Installing libmd (1.1.0-r0) 20:21:53 (31/167) Installing libbsd (0.12.2-r0) 20:21:53 (32/167) Installing libxdmcp (1.1.5-r1) 20:21:53 (33/167) Installing libxcb (1.16.1-r0) 20:21:54 (34/167) Installing libx11 (1.8.9-r1) 20:21:54 (35/167) Installing libxcomposite (0.4.6-r5) 20:21:55 (36/167) Installing libxfixes (6.0.1-r4) 20:21:55 (37/167) Installing libxrender (0.9.11-r5) 20:21:55 (38/167) Installing libxcursor (1.2.2-r1) 20:21:55 (39/167) Installing libxdamage (1.1.6-r5) 20:21:55 (40/167) Installing libxext (1.3.6-r2) 20:21:56 (41/167) Installing libxi (1.8.1-r4) 20:21:56 (42/167) Installing libxinerama (1.1.5-r4) 20:21:56 (43/167) Installing libxrandr (1.5.4-r1) 20:21:57 (44/167) Installing libatk-1.0 (2.52.0-r0) 20:21:57 (45/167) Installing libxtst (1.2.4-r6) 20:21:57 (46/167) Installing dbus-libs (1.14.10-r1) 20:21:57 (47/167) Installing at-spi2-core (2.52.0-r0) 20:21:58 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 20:21:58 (49/167) Installing pixman (0.43.2-r0) 20:21:59 (50/167) Installing cairo (1.18.0-r0) 20:21:59 (51/167) Installing cairo-gobject (1.18.0-r0) 20:21:59 (52/167) Installing avahi-libs (0.8-r17) 20:22:00 (53/167) Installing gmp (6.3.0-r1) 20:22:00 (54/167) Installing nettle (3.9.1-r0) 20:22:00 (55/167) Installing libtasn1 (4.19.0-r2) 20:22:01 (56/167) Installing p11-kit (0.25.3-r0) 20:22:01 (57/167) Installing gnutls (3.8.5-r0) 20:22:02 (58/167) Installing cups-libs (2.4.8-r0) 20:22:02 (59/167) Installing libepoxy (1.5.10-r1) 20:22:03 (60/167) Installing fribidi (1.0.14-r0) 20:22:03 (61/167) Installing graphite2 (1.3.14-r6) 20:22:03 (62/167) Installing harfbuzz (8.5.0-r0) 20:22:04 (63/167) Installing libxft (2.3.8-r3) 20:22:04 (64/167) Installing pango (1.52.2-r0) 20:22:05 (65/167) Installing wayland-libs-client (1.22.0-r4) 20:22:05 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 20:22:05 (67/167) Installing wayland-libs-egl (1.22.0-r4) 20:22:05 (68/167) Installing xkeyboard-config (2.41-r0) 20:22:06 (69/167) Installing libxkbcommon (1.7.0-r0) 20:22:06 (70/167) Installing gtk+3.0 (3.24.42-r0) 20:22:07 (71/167) Installing icu-data-full (74.2-r0) 20:22:08 (72/167) Installing mesa (24.0.8-r1) 20:22:08 (73/167) Installing llvm17-libs (17.0.6-r1) 20:22:12 (74/167) Installing hwdata-pci (0.382-r0) 20:22:12 (75/167) Installing libpciaccess (0.18.1-r0) 20:22:13 (76/167) Installing libdrm (2.4.120-r0) 20:22:13 (77/167) Installing libelf (0.191-r0) 20:22:14 (78/167) Installing mesa-glapi (24.0.8-r1) 20:22:14 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 20:22:14 (80/167) Installing eudev-libs (3.2.14-r2) 20:22:15 (81/167) Installing libmagic (5.45-r1) 20:22:15 (82/167) Installing file (5.45-r1) 20:22:15 (83/167) Installing xprop (1.2.7-r0) 20:22:16 (84/167) Installing libice (1.1.1-r6) 20:22:16 (85/167) Installing libuuid (2.40.1-r1) 20:22:16 (86/167) Installing libsm (1.2.4-r4) 20:22:17 (87/167) Installing libxt (1.3.0-r5) 20:22:17 (88/167) Installing libxmu (1.1.4-r2) 20:22:17 (89/167) Installing xset (1.2.5-r1) 20:22:18 (90/167) Installing xdg-utils (1.2.1-r0) 20:22:18 (91/167) Installing libogg (1.3.5-r5) 20:22:18 (92/167) Installing libflac (1.4.3-r1) 20:22:19 (93/167) Installing alsa-lib (1.2.11-r0) 20:22:19 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 20:22:20 (95/167) Installing aom-libs (3.9.0-r0) 20:22:20 (96/167) Installing libva (2.21.0-r0) 20:22:21 (97/167) Installing libvdpau (1.5-r3) 20:22:21 (98/167) Installing onevpl-libs (2023.3.1-r2) 20:22:21 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 20:22:22 (100/167) Installing libdav1d (1.4.2-r0) 20:22:22 (101/167) Installing openexr-libiex (3.1.13-r1) 20:22:23 (102/167) Installing openexr-libilmthread (3.1.13-r1) 20:22:23 (103/167) Installing imath (3.1.11-r2) 20:22:23 (104/167) Installing openexr-libopenexr (3.1.13-r1) 20:22:24 (105/167) Installing giflib (5.2.2-r0) 20:22:24 (106/167) Installing libhwy (1.0.7-r0) 20:22:24 (107/167) Installing lcms2 (2.16-r0) 20:22:25 (108/167) Installing libjxl (0.10.2-r0) 20:22:25 (109/167) Installing lame-libs (3.100-r5) 20:22:26 (110/167) Installing opus (1.5.2-r0) 20:22:26 (111/167) Installing rav1e-libs (0.7.1-r0) 20:22:27 (112/167) Installing libgomp (13.2.1_git20240309-r0) 20:22:27 (113/167) Installing soxr (0.1.3-r7) 20:22:27 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 20:22:28 (115/167) Installing libtheora (1.1.1-r18) 20:22:28 (116/167) Installing libvorbis (1.3.7-r2) 20:22:29 (117/167) Installing libvpx (1.14.0-r0) 20:22:29 (118/167) Installing libwebpmux (1.3.2-r0) 20:22:29 (119/167) Installing x264-libs (0.164_git20231001-r0) 20:22:30 (120/167) Installing numactl (2.0.18-r0) 20:22:30 (121/167) Installing x265-libs (3.6-r0) 20:22:31 (122/167) Installing xvidcore (1.3.7-r2) 20:22:31 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 20:22:32 (124/167) Installing libbluray (1.3.4-r1) 20:22:32 (125/167) Installing mpg123-libs (1.32.6-r0) 20:22:33 (126/167) Installing libopenmpt (0.7.7-r0) 20:22:33 (127/167) Installing cjson (1.7.18-r0) 20:22:33 (128/167) Installing mbedtls (3.6.0-r0) 20:22:34 (129/167) Installing librist (0.2.10-r1) 20:22:34 (130/167) Installing libsrt (1.5.3-r0) 20:22:35 (131/167) Installing libssh (0.10.6-r0) 20:22:35 (132/167) Installing libsodium (1.0.19-r0) 20:22:35 (133/167) Installing libzmq (4.3.5-r2) 20:22:36 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 20:22:36 (135/167) Installing crc32c (1.1.2-r0) 20:22:36 (136/167) Installing double-conversion (3.3.0-r0) 20:22:37 (137/167) Installing libevent (2.1.12-r7) 20:22:37 (138/167) Installing wayland-libs-server (1.22.0-r4) 20:22:38 (139/167) Installing mesa-gbm (24.0.8-r1) 20:22:38 (140/167) Installing harfbuzz-subset (8.5.0-r0) 20:22:38 (141/167) Installing icu-libs (74.2-r0) 20:22:39 (142/167) Installing minizip (1.3.1-r0) 20:22:39 (143/167) Installing nspr (4.35-r4) 20:22:39 (144/167) Installing sqlite-libs (3.45.3-r1) 20:22:40 (145/167) Installing nss (3.100-r0) 20:22:40 (146/167) Installing openh264 (2.4.1-r0) 20:22:41 (147/167) Installing libcamera-ipa (0.3.0-r0) 20:22:41 (148/167) Installing libunwind (1.8.1-r0) 20:22:42 (149/167) Installing yaml (0.2.5-r2) 20:22:42 (150/167) Installing libcamera (0.3.0-r0) 20:22:42 (151/167) Installing speexdsp (1.2.1-r2) 20:22:43 (152/167) Installing libuv (1.48.0-r0) 20:22:43 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 20:22:43 (154/167) Installing libsndfile (1.2.2-r0) 20:22:44 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 20:22:44 (156/167) Installing pipewire-libs (1.0.6-r1) 20:22:45 (157/167) Installing libasyncns (0.8-r3) 20:22:45 (158/167) Installing libltdl (2.4.7-r3) 20:22:45 (159/167) Installing orc (0.4.37-r0) 20:22:46 (160/167) Installing tdb-libs (1.4.9-r1) 20:22:46 (161/167) Installing libpulse (17.0-r0) 20:22:47 (162/167) Installing libwebpdemux (1.3.2-r0) 20:22:47 (163/167) Installing libgpg-error (1.49-r0) 20:22:47 (164/167) Installing libgcrypt (1.10.3-r0) 20:22:48 (165/167) Installing libxslt (1.1.39-r1) 20:22:48 (166/167) Installing chromium (125.0.6422.112-r0) 20:22:51 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 20:22:51 Executing busybox-1.36.1-r28.trigger 20:22:51 Executing fontconfig-2.15.0-r1.trigger 20:22:51 Executing mkfontscale-1.2.2-r6.trigger 20:22:51 Executing glib-2.80.2-r0.trigger 20:22:51 Executing shared-mime-info-2.4-r0.trigger 20:22:51 Executing gdk-pixbuf-2.42.11-r1.trigger 20:22:51 Executing gtk-update-icon-cache-3.24.42-r0.trigger 20:22:51 Executing gtk+3.0-3.24.42-r0.trigger 20:22:51 OK: 657 MiB in 195 packages 20:22:51 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:22:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:22:52 (1/30) Installing jansson (2.14-r4) 20:22:53 (2/30) Installing binutils (2.42-r0) 20:22:53 (3/30) Installing libatomic (13.2.1_git20240309-r0) 20:22:54 (4/30) Installing isl26 (0.26-r1) 20:22:54 (5/30) Installing mpfr4 (4.2.1-r0) 20:22:55 (6/30) Installing mpc1 (1.3.1-r1) 20:22:55 (7/30) Installing gcc (13.2.1_git20240309-r0) 20:23:05 (8/30) Installing musl-dev (1.2.5-r0) 20:23:05 (9/30) Installing linux-headers (6.6-r0) 20:23:05 (10/30) Installing libffi-dev (3.4.6-r0) 20:23:05 (11/30) Installing libpq (16.3-r0) 20:23:05 (12/30) Installing openssl-dev (3.3.0-r2) 20:23:06 (13/30) Installing libpq-dev (16.3-r0) 20:23:06 (14/30) Installing libecpg (16.3-r0) 20:23:07 (15/30) Installing libecpg-dev (16.3-r0) 20:23:07 (16/30) Installing clang16-headers (16.0.6-r5) 20:23:07 (17/30) Installing llvm16-libs (16.0.6-r8) 20:23:09 (18/30) Installing clang16-libs (16.0.6-r5) 20:23:10 (19/30) Installing fortify-headers (1.1-r3) 20:23:10 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 20:23:11 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 20:23:11 (22/30) Installing clang16 (16.0.6-r5) 20:23:12 (23/30) Installing icu (74.2-r0) 20:23:12 (24/30) Installing icu-dev (74.2-r0) 20:23:13 (25/30) Installing llvm16 (16.0.6-r8) 20:23:14 (26/30) Installing lz4-libs (1.9.4-r5) 20:23:14 (27/30) Installing lz4-dev (1.9.4-r5) 20:23:14 (28/30) Installing zstd (1.5.6-r0) 20:23:15 (29/30) Installing zstd-dev (1.5.6-r0) 20:23:15 (30/30) Installing postgresql16-dev (16.3-r0) 20:23:16 Executing busybox-1.36.1-r28.trigger 20:23:16 OK: 1193 MiB in 225 packages 20:23:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:23:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:23:17 (1/14) Installing g++ (13.2.1_git20240309-r0) 20:23:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1110 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 20:23:18 (2/14) Installing gdbm (1.23-r1) 20:23:18 (3/14) Installing mpdecimal (4.0.0-r0) 20:23:18 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 20:23:19 (5/14) Installing libncursesw (6.4_p20240420-r0) 20:23:19 (6/14) Installing libpanelw (6.4_p20240420-r0) 20:23:19 (7/14) Installing readline (8.2.10-r0) 20:23:20 (8/14) Installing python3 (3.12.3-r1) 20:23:20 Selected Git installation does not exist. Using Default 20:23:20 The recommended git tool is: NONE 20:23:21 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 20:23:21 (10/14) Installing pyc (3.12.3-r1) 20:23:21 (11/14) Installing python3-pyc (3.12.3-r1) 20:23:21 (12/14) Installing python3-dev (3.12.3-r1) 20:23:23 (13/14) Installing libsodium-dev (1.0.19-r0) 20:23:23 (14/14) Installing zeromq-dev (4.3.5-r2) 20:23:23 Executing busybox-1.36.1-r28.trigger 20:23:23 OK: 1359 MiB in 239 packages 20:23:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:23:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:23:25 using credential edgex-jenkins-ssh 20:23:25 Cloning the remote Git repository 20:23:25 OK: 1359 MiB in 239 packages 20:23:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:23:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:23:25 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 20:23:25 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 20:23:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 20:23:25 > git --version # timeout=10 20:23:25 > git --version # 'git version 2.25.1' 20:23:25 using GIT_SSH to set credentials SSH Credentials for GitHub 20:23:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:26 (1/1) Installing tzdata (2024a-r1) 20:23:26 OK: 1361 MiB in 240 packages 20:23:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 20:23:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:23:26 (1/1) Purging tzdata (2024a-r1) 20:23:26 OK: 1359 MiB in 239 packages 20:23:26 Avoid second fetch 20:23:26 Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) 20:23:27 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" 20:23:26 > git config core.sparsecheckout # timeout=10 20:23:27 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 20:23:29 Looking in links: /tmp/tmpeztbsf77 20:23:29 Processing /tmp/tmpeztbsf77/pip-24.0-py3-none-any.whl 20:23:29 Installing collected packages: pip 20:23:30 Successfully installed pip-24.0 20:23:30 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 20:23:30 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 20:23:30 Collecting setuptools 20:23:30 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 20:23:31 Collecting wheel 20:23:31 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 20:23:31 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 20:23:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 75.9 MB/s eta 0:00:00 20:23:31 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 20:23:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 244.3 MB/s eta 0:00:00 20:23:31 Installing collected packages: wheel, setuptools [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:31 Successfully installed setuptools-70.0.0 wheel-0.43.0 20:23: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 20:23:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:23:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:23:32 Dload Upload Total Spent Left Speed 20:23:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh 20:23:32 Processing ./edgex-taf-common 20:23:32 Preparing metadata (setup.py): started 20:23:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:23:32 Preparing metadata (setup.py): finished with status 'done' 20:23:32 Building wheels for collected packages: edgex-taf-common 20:23:32 Building wheel for edgex-taf-common (setup.py): started 20:23:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:23:32 + sudo tee /etc/docker/daemon.new 20:23:32 { 20:23:32 "registry-mirrors": [ 20:23:32 "https://nexus3.edgexfoundry.org:10001" 20:23:32 ], 20:23:32 "bip": "10.250.0.254/24", 20:23:32 "hosts": [ 20:23:32 "tcp://0.0.0.0:5555", 20:23:32 "unix:///var/run/docker.sock" 20:23:32 ], 20:23:32 "mtu": 1458, 20:23:32 "selinux-enabled": true, 20:23:32 "seccomp-profile": "/etc/docker/seccomp.json" 20:23:32 } [Pipeline] sh 20:23:32 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 20:23:32 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=3c7c94eadfb7dcfac0b3a6bfe7e265914b4331ad20bad008caca8cc5002d9c92 20:23:32 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 20:23:32 Successfully built edgex-taf-common 20:23:32 Installing collected packages: edgex-taf-common 20:23:32 Successfully installed edgex-taf-common-0.0.0 20:23: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 20:23:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:23:33 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 20:23:33 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 20:23:33 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 20:23:33 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 20:23:33 + sudo service docker restart 20:23:33 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 20:23:33 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 20:23:33 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 20:23:33 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 20:23:33 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 20:23:33 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 20:23:33 Preparing metadata (setup.py): started 20:23:33 Preparing metadata (setup.py): finished with status 'done' 20:23:33 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 20:23:33 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 20:23:33 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 20:23:33 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 20:23:33 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 20:23:33 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 20:23:33 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 20:23:34 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 20:23:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 9.9 MB/s eta 0:00:00 20:23:34 Preparing metadata (setup.py): started 20:23:34 Preparing metadata (setup.py): finished with status 'done' 20:23:34 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 20:23:34 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 20:23:34 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 20:23:34 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 20:23:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.3 MB/s eta 0:00:00 20:23:34 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 20:23:34 Downloading psutil-5.9.5.tar.gz (493 kB) 20:23:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 32.4 MB/s eta 0:00:00 20:23:34 Installing build dependencies: started 20:23:36 Installing build dependencies: finished with status 'done' 20:23:36 Getting requirements to build wheel: started 20:23:36 Getting requirements to build wheel: finished with status 'done' 20:23:36 Preparing metadata (pyproject.toml): started 20:23:37 Preparing metadata (pyproject.toml): finished with status 'done' 20:23:37 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 20:23:37 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 20:23:37 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 20:23:37 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 20:23:37 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 20:23:37 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 20:23:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 9.7 MB/s eta 0:00:00 20:23:37 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 20:23:37 Downloading psycopg2-2.9.9.tar.gz (384 kB) 20:23:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 9.6 MB/s eta 0:00:00 20:23:37 Preparing metadata (setup.py): started 20:23:37 Preparing metadata (setup.py): finished with status 'done' 20:23:37 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 20:23:37 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 20:23:38 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:38 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 20:23:38 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:38 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 20:23:38 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 20:23:38 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading flex-6.14.1.tar.gz (40 kB) 20:23:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 6.0 MB/s eta 0:00:00 20:23:38 Preparing metadata (setup.py): started 20:23:38 Preparing metadata (setup.py): finished with status 'done' 20:23:38 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 20:23:38 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 20:23:38 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 20:23:38 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 20:23:38 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 20:23:38 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:38 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 20:23:38 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 20:23:38 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 20:23:38 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 20:23:38 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 20:23:39 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 20:23:39 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 20:23:39 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 20:23:39 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 20:23:39 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 20:23:39 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 20:23:39 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 20:23:39 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 20:23:39 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:23:39 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 20:23:39 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:23:39 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 20:23:39 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) 20:23:39 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:23:39 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 20:23:39 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:23:39 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 20:23:39 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:39 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 20:23:39 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:39 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 20:23:39 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:39 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 20:23:39 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:39 Downloading validate_email-1.3.tar.gz (4.7 kB) 20:23:39 Preparing metadata (setup.py): started 20:23:39 Preparing metadata (setup.py): finished with status 'done' 20:23:39 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:39 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 20:23:39 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:39 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 20:23:39 Preparing metadata (setup.py): started 20:23:40 Preparing metadata (setup.py): finished with status 'done' 20:23:40 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 20:23:40 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 20:23:40 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 20:23:40 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 20:23:40 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 20:23:40 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 20:23:40 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:23:40 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 20:23:41 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:41 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 20:23:41 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:41 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 20:23:41 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:41 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 20:23:41 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:23:41 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 20:23:41 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)) 20:23:41 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 20:23:41 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)) 20:23:41 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 20:23:41 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 20:23:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 16.9 MB/s eta 0:00:00 20:23:41 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 20:23:41 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 20:23:41 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 71.2 kB/s eta 0:00:00 20:23:42 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 20:23:42 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 20:23:42 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.3 MB/s eta 0:00:00 20:23:42 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 20.0 MB/s eta 0:00:00 20:23:42 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 71.3 MB/s eta 0:00:00 20:23:42 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 23.2 MB/s eta 0:00:00 20:23:42 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 20:23:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 29.1 MB/s eta 0:00:00 20:23:42 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 30.5 MB/s eta 0:00:00 20:23:43 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 34.8 MB/s eta 0:00:00 20:23:43 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 17.3 MB/s eta 0:00:00 20:23:43 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 15.2 MB/s eta 0:00:00 20:23:43 Downloading idna-3.7-py3-none-any.whl (66 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.2 MB/s eta 0:00:00 20:23:43 Downloading packaging-24.0-py3-none-any.whl (53 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 6.5 MB/s eta 0:00:00 20:23:43 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 24.5 MB/s eta 0:00:00 20:23:43 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 22.6 MB/s eta 0:00:00 20:23:43 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 20:23:43 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 68.4 MB/s eta 0:00:00 20:23:43 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 16.3 MB/s eta 0:00:00 20:23:43 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.1 MB/s eta 0:00:00 20:23:43 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 49.2 MB/s eta 0:00:00 20:23:43 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 20:23:43 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 20:23:43 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 11.9 MB/s eta 0:00:00 20:23:43 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 24.7 MB/s eta 0:00:00 20:23:43 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 21.9 MB/s eta 0:00:00 20:23:43 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 20:23:43 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.8 MB/s eta 0:00:00 20:23:43 Downloading click-8.1.7-py3-none-any.whl (97 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.4 MB/s eta 0:00:00 20:23:43 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 20:23:43 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 20:23:43 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 33.8 MB/s eta 0:00:00 20:23:43 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 20:23:43 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 20:23:43 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 29.3 MB/s eta 0:00:00 20:23:43 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 20:23:43 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 15.6 MB/s eta 0:00:00 20:23:43 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 20:23:43 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 20:23:43 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.3 MB/s eta 0:00:00 20:23:43 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 20:23:43 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 20:23:43 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 20:23:43 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 20:23:43 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 20:23:43 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 20:23:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 6.7 MB/s eta 0:00:00 20:23:43 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 20:23:43 Building wheel for robotbackgroundlogger (setup.py): started 20:23:44 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 20:23:44 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=3aabe208eaaee851026debd6eb8cdb81a36dc36f87b8596e509aaf6374090215 20:23:44 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 20:23:44 Building wheel for paho-mqtt (setup.py): started 20:23:44 Building wheel for paho-mqtt (setup.py): finished with status 'done' 20:23:44 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=82ca013f443757eae637c2cbd353eaee8b026c6249d13b031cc38c9b5cea43d4 20:23:44 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 20:23:44 Building wheel for psutil (pyproject.toml): started 20:23:45 Building wheel for psutil (pyproject.toml): finished with status 'done' 20:23:45 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281491 sha256=c1796582748fe05809d872cbe4b88adf7cc0daf83cee1d9b554c5adce55999d6 20:23:45 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 20:23:45 Building wheel for psycopg2 (setup.py): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:51 provisioning config files... 20:23:51 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config225839172363624329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:52 ---> ****-login.sh 20:23:52 nexus3.edgexfoundry.org:10001 20:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:23:52 Configure a credential helper to remove this warning. See 20:23:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:23:52 20:23:52 Login Succeeded 20:23:52 nexus3.edgexfoundry.org:10002 20:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:23:53 Configure a credential helper to remove this warning. See 20:23:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:23:53 20:23:53 Login Succeeded 20:23:53 nexus3.edgexfoundry.org:10003 20:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:23:53 Configure a credential helper to remove this warning. See 20:23:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:23:53 20:23:53 Login Succeeded 20:23:53 nexus3.edgexfoundry.org:10004 20:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:23:53 Configure a credential helper to remove this warning. See 20:23:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:23:53 20:23:53 Login Succeeded 20:23:53 ****.io 20:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:23:54 Configure a credential helper to remove this warning. See 20:23:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:23:54 20:23:54 Login Succeeded 20:23:54 ---> ****-login.sh ends [Pipeline] } 20:23:54 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 20:23:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:23:55 + ls -al . 20:23:55 total 68 20:23:55 drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:23 . 20:23:55 drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:23 .. 20:23:55 drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:23 .git 20:23:55 drwxrwxr-x 2 jenkins jenkins 4096 May 29 20:23 .github 20:23:55 -rw-rw-r-- 1 jenkins jenkins 22 May 29 20:23 .gitignore 20:23:55 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 20:23 Dockerfile 20:23:55 -rw-rw-r-- 1 jenkins jenkins 746 May 29 20:23 Jenkinsfile 20:23:55 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 20:23 LICENSE 20:23:55 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 20:23 README.md 20:23:55 drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:23 TAF-Manager 20:23:55 drwxrwxr-x 6 jenkins jenkins 4096 May 29 20:23 TUC 20:23:55 -rw-rw-r-- 1 jenkins jenkins 12 May 29 20:21 VERSION 20:23:55 -rw-rw-r-- 1 jenkins jenkins 343 May 29 20:23 requirements.txt 20:23:55 -rw-rw-r-- 1 jenkins jenkins 54 May 29 20:23 robot-entrypoint.sh 20:23:55 -rw-rw-r-- 1 jenkins jenkins 445 May 29 20:23 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:55 Building wheel for psycopg2 (setup.py): finished with status 'done' 20:23:55 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521877 sha256=72ab870fb7f272814d2cc354c7a95ff572b68ed13f30975f79b79e382a4c17a2 20:23:55 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 20:23:55 Building wheel for flex (setup.py): started 20:23:55 Building wheel for flex (setup.py): finished with status 'done' 20:23:55 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=188b4d11ededd6b46e9249bcd2798bc4552a4e45342d3af02c9b0153f775f978 20:23:55 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 20:23:55 Building wheel for strict-rfc3339 (setup.py): started 20:23:55 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 20:23:55 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=e4aced7ad38ec5b4fc7dd706b14fe47d927b9c27a64fb8caf57a470d96e1f1c6 20:23:55 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 20:23:55 Building wheel for validate-email (setup.py): started 20:23:55 Building wheel for validate-email (setup.py): finished with status 'done' 20:23:55 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=eec48989c552aac9c18694937429f57fe076932863e445ae417a07c637142b1a 20:23:55 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 20:23:55 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 20:23:55 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 20:23:55 + 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 . 20:23:56 Sending build context to Docker daemon 363kB 20:23:56 Step 1/13 : FROM alpine:3.20 20:23:56 3.20: Pulling from library/alpine 20:23:56 94747bd81234: Pulling fs layer 20:23:57 94747bd81234: Verifying Checksum 20:23:57 94747bd81234: Download complete 20:23:58 94747bd81234: Pull complete 20:23:58 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 20:23:58 Status: Downloaded newer image for alpine:3.20 20:23:58 ---> 442043f030d3 20:23:58 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 20:23:58 ---> Running in bbc252ff22c3 20:23:58 Removing intermediate container bbc252ff22c3 20:23:58 ---> ca85c9c15fa6 20:23:58 Step 3/13 : LABEL maintainer="Bruce Huang " 20:23:58 ---> Running in 8163182d33cd 20:23:59 Removing intermediate container 8163182d33cd 20:23:59 ---> 01e7e8249e41 20:23:59 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 20:23:59 ---> 788d5f0b78a5 20:23:59 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 20:24:00 ---> 60ca4cd9143a 20:24:00 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 20:24:00 ---> e842d829cecf 20:24:00 Step 7/13 : WORKDIR /edgex-taf 20:24:00 ---> Running in 1e11507f54f5 20:24:01 Removing intermediate container 1e11507f54f5 20:24:01 ---> 963a770d383d 20:24:01 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:01 ---> Running in 0cfd7a7cebf7 20:24:03 Removing intermediate container 0cfd7a7cebf7 20:24:03 ---> 2971d163fbc6 20:24:03 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 20:24:03 ---> Running in 77a99217a940 20:24:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:24:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:24:05 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 20:24:05 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 20:24:06 OK: 9 MiB in 14 packages 20:24:06 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:24:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:24:09 (1/14) Installing ca-certificates (20240226-r0) 20:24:09 (2/14) Installing brotli-libs (1.1.0-r2) 20:24:09 (3/14) Installing c-ares (1.28.1-r0) 20:24:10 (4/14) Installing libunistring (1.2-r0) 20:24:10 (5/14) Installing libidn2 (2.3.7-r0) 20:24:11 (6/14) Installing nghttp2-libs (1.62.0-r0) 20:24:11 (7/14) Installing libpsl (0.21.5-r1) 20:24:11 (8/14) Installing zstd-libs (1.5.6-r0) 20:24:12 (9/14) Installing libcurl (8.7.1-r0) 20:24:13 (10/14) Installing curl (8.7.1-r0) 20:24:13 (11/14) Installing docker-cli (26.1.3-r0) 20:24:14 (12/14) Installing oniguruma (6.9.9-r0) 20:24:14 (13/14) Installing jq (1.7.1-r0) 20:24:15 (14/14) Installing openssl (3.3.0-r2) 20:24:15 Executing busybox-1.36.1-r28.trigger 20:24:15 Executing ca-certificates-20240226-r0.trigger 20:24:16 OK: 43 MiB in 28 packages 20:24:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:24:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:24:18 (1/166) Installing libexpat (2.6.2-r0) 20:24:19 (2/166) Installing libbz2 (1.0.8-r6) 20:24:19 (3/166) Installing libpng (1.6.43-r0) 20:24:20 (4/166) Installing freetype (2.13.2-r0) 20:24:20 (5/166) Installing fontconfig (2.15.0-r1) 20:24:20 (6/166) Installing libfontenc (1.1.8-r0) 20:24:21 (7/166) Installing mkfontscale (1.2.2-r6) 20:24:21 (8/166) Installing font-opensans (0_git20210927-r1) 20:24:22 (9/166) Installing pkgconf (2.2.0-r0) 20:24:22 (10/166) Installing libgcc (13.2.1_git20240309-r0) 20:24:22 (11/166) Installing libffi (3.4.6-r0) 20:24:23 (12/166) Installing libintl (0.22.5-r0) 20:24:23 (13/166) Installing libeconf (0.6.3-r0) 20:24:24 (14/166) Installing libblkid (2.40.1-r1) 20:24:24 (15/166) Installing libmount (2.40.1-r1) 20:24:24 (16/166) Installing pcre2 (10.43-r0) 20:24:25 (17/166) Installing glib (2.80.2-r0) 20:24:26 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 20:24:26 (19/166) Installing xz-libs (5.6.1-r3) 20:24:26 (20/166) Installing libxml2 (2.12.7-r0) 20:24:27 (21/166) Installing shared-mime-info (2.4-r0) 20:24:28 (22/166) Installing hicolor-icon-theme (0.17-r2) 20:24:28 (23/166) Installing libjpeg-turbo (3.0.3-r0) 20:24:28 (24/166) Installing libsharpyuv (1.3.2-r0) 20:24:29 (25/166) Installing libwebp (1.3.2-r0) 20:24:29 (26/166) Installing tiff (4.6.0t-r0) 20:24:30 (27/166) Installing gdk-pixbuf (2.42.11-r1) 20:24:30 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 20:24:30 (29/166) Installing libxau (1.0.11-r4) 20:24:31 (30/166) Installing libmd (1.1.0-r0) 20:24:31 (31/166) Installing libbsd (0.12.2-r0) 20:24:32 (32/166) Installing libxdmcp (1.1.5-r1) 20:24:32 (33/166) Installing libxcb (1.16.1-r0) 20:24:32 Removing intermediate container 77219ef7c63f 20:24:32 ---> f3bcd2a390dd 20:24:32 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 20:24:32 ---> Running in 9947021501b9 20:24:32 Removing intermediate container 9947021501b9 20:24:32 ---> bf117ab9bd29 20:24:32 Step 11/13 : LABEL arch=amd64 20:24:32 ---> Running in d36f77d141d2 20:24:32 Removing intermediate container d36f77d141d2 20:24:32 ---> b2937127bfc3 20:24:32 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 20:24:32 ---> Running in 4876d99d436d 20:24:32 Removing intermediate container 4876d99d436d 20:24:32 ---> 92230d7b902a 20:24:32 Step 13/13 : LABEL version=0.0.2-dev.42 20:24:32 ---> Running in 17f1c0e1b970 20:24:32 (34/166) Installing libx11 (1.8.9-r1) 20:24:32 Removing intermediate container 17f1c0e1b970 20:24:32 ---> b7336c0010f0 20:24:32 [Warning] One or more build-args [ARCH] were not consumed 20:24:32 Successfully built b7336c0010f0 20:24:32 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 20:24:33 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 20:24:33 7e89dd766adf70d3ef5effce142026c21ab88a29 20:24:33 latest 20:24:33 0.0.2-dev.42 20:24:33 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 20:24:33 main 20:24:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:33 (35/166) Installing libxcomposite (0.4.6-r5) 20:24:33 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:33 (36/166) Installing libxfixes (6.0.1-r4) 20:24:33 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 20:24:33 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 20:24:33 a95a1f6b215e: Preparing 20:24:33 f1d4d124a962: Preparing 20:24:33 285eaf81daac: Preparing 20:24:33 deada370ce0a: Preparing 20:24:33 795d43e07007: Preparing 20:24:33 02f2bcb26af5: Preparing 20:24:33 02f2bcb26af5: Waiting 20:24:33 deada370ce0a: Pushed 20:24:33 285eaf81daac: Pushed 20:24:33 02f2bcb26af5: Layer already exists 20:24:33 f1d4d124a962: Pushed 20:24:33 795d43e07007: Pushed 20:24:33 (37/166) Installing libxrender (0.9.11-r5) 20:24:34 (38/166) Installing libxcursor (1.2.2-r1) 20:24:34 (39/166) Installing libxdamage (1.1.6-r5) 20:24:35 (40/166) Installing libxext (1.3.6-r2) 20:24:35 (41/166) Installing libxi (1.8.1-r4) 20:24:35 (42/166) Installing libxinerama (1.1.5-r4) 20:24:35 (43/166) Installing libxrandr (1.5.4-r1) 20:24:36 (44/166) Installing libatk-1.0 (2.52.0-r0) 20:24:36 (45/166) Installing libxtst (1.2.4-r6) 20:24:37 (46/166) Installing dbus-libs (1.14.10-r1) 20:24:37 (47/166) Installing at-spi2-core (2.52.0-r0) 20:24:37 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 20:24:38 (49/166) Installing pixman (0.43.2-r0) 20:24:38 (50/166) Installing cairo (1.18.0-r0) 20:24:39 (51/166) Installing cairo-gobject (1.18.0-r0) 20:24:39 (52/166) Installing avahi-libs (0.8-r17) 20:24:40 (53/166) Installing gmp (6.3.0-r1) 20:24:40 (54/166) Installing nettle (3.9.1-r0) 20:24:40 (55/166) Installing libtasn1 (4.19.0-r2) 20:24:41 (56/166) Installing p11-kit (0.25.3-r0) 20:24:41 (57/166) Installing gnutls (3.8.5-r0) 20:24:42 (58/166) Installing cups-libs (2.4.8-r0) 20:24:42 (59/166) Installing libepoxy (1.5.10-r1) 20:24:43 (60/166) Installing fribidi (1.0.14-r0) 20:24:43 (61/166) Installing graphite2 (1.3.14-r6) 20:24:44 (62/166) Installing harfbuzz (8.5.0-r0) 20:24:44 (63/166) Installing libxft (2.3.8-r3) 20:24:44 (64/166) Installing pango (1.52.2-r0) 20:24:45 (65/166) Installing wayland-libs-client (1.22.0-r4) 20:24:45 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 20:24:46 (67/166) Installing wayland-libs-egl (1.22.0-r4) 20:24:46 (68/166) Installing xkeyboard-config (2.41-r0) 20:24:46 (69/166) Installing libxkbcommon (1.7.0-r0) 20:24:47 (70/166) Installing gtk+3.0 (3.24.42-r0) 20:24:48 (71/166) Installing icu-data-full (74.2-r0) 20:24:51 (72/166) Installing mesa (24.0.8-r1) 20:24:51 (73/166) Installing llvm17-libs (17.0.6-r1) 20:25:01 (74/166) Installing hwdata-pci (0.382-r0) 20:25:01 (75/166) Installing libpciaccess (0.18.1-r0) 20:25:01 (76/166) Installing libdrm (2.4.120-r0) 20:25:01 (77/166) Installing libelf (0.191-r0) 20:25:02 (78/166) Installing mesa-glapi (24.0.8-r1) 20:25:02 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 20:25:03 (80/166) Installing eudev-libs (3.2.14-r2) 20:25:04 (81/166) Installing libmagic (5.45-r1) 20:25:04 (82/166) Installing file (5.45-r1) 20:25:04 (83/166) Installing xprop (1.2.7-r0) 20:25:05 (84/166) Installing libice (1.1.1-r6) 20:25:05 (85/166) Installing libuuid (2.40.1-r1) 20:25:06 (86/166) Installing libsm (1.2.4-r4) 20:25:06 (87/166) Installing libxt (1.3.0-r5) 20:25:06 (88/166) Installing libxmu (1.1.4-r2) 20:25:07 (89/166) Installing xset (1.2.5-r1) 20:25:07 (90/166) Installing xdg-utils (1.2.1-r0) 20:25:08 (91/166) Installing libogg (1.3.5-r5) 20:25:08 (92/166) Installing libflac (1.4.3-r1) 20:25:08 (93/166) Installing alsa-lib (1.2.11-r0) 20:25:09 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 20:25:10 (95/166) Installing aom-libs (3.9.0-r0) 20:25:10 (96/166) Installing libva (2.21.0-r0) 20:25:10 (97/166) Installing libvdpau (1.5-r3) 20:25:11 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 20:25:11 (99/166) Installing libdav1d (1.4.2-r0) 20:25:12 (100/166) Installing openexr-libiex (3.1.13-r1) 20:25:12 (101/166) Installing openexr-libilmthread (3.1.13-r1) 20:25:12 (102/166) Installing imath (3.1.11-r2) 20:25:13 (103/166) Installing openexr-libopenexr (3.1.13-r1) 20:25:14 (104/166) Installing giflib (5.2.2-r0) 20:25:14 (105/166) Installing libhwy (1.0.7-r0) 20:25:14 (106/166) Installing lcms2 (2.16-r0) 20:25:15 (107/166) Installing libjxl (0.10.2-r0) 20:25:15 (108/166) Installing lame-libs (3.100-r5) 20:25:16 (109/166) Installing opus (1.5.2-r0) 20:25:16 (110/166) Installing rav1e-libs (0.7.1-r0) 20:25:17 (111/166) Installing libgomp (13.2.1_git20240309-r0) 20:25:17 (112/166) Installing soxr (0.1.3-r7) 20:25:18 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 20:25:18 (114/166) Installing libtheora (1.1.1-r18) 20:25:18 (115/166) Installing libvorbis (1.3.7-r2) 20:25:19 (116/166) Installing libvpx (1.14.0-r0) 20:25:19 (117/166) Installing libwebpmux (1.3.2-r0) 20:25:20 (118/166) Installing x264-libs (0.164_git20231001-r0) 20:25:20 (119/166) Installing numactl (2.0.18-r0) 20:25:21 (120/166) Installing x265-libs (3.6-r0) 20:25:21 (121/166) Installing xvidcore (1.3.7-r2) 20:25:21 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 20:25:23 (123/166) Installing libbluray (1.3.4-r1) 20:25:23 (124/166) Installing mpg123-libs (1.32.6-r0) 20:25:24 (125/166) Installing libopenmpt (0.7.7-r0) 20:25:24 (126/166) Installing cjson (1.7.18-r0) 20:25:25 (127/166) Installing mbedtls (3.6.0-r0) 20:25:25 (128/166) Installing librist (0.2.10-r1) 20:25:25 (129/166) Installing libsrt (1.5.3-r0) 20:25:26 (130/166) Installing libssh (0.10.6-r0) 20:25:26 (131/166) Installing libsodium (1.0.19-r0) 20:25:27 (132/166) Installing libzmq (4.3.5-r2) 20:25:27 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 20:25:28 (134/166) Installing crc32c (1.1.2-r0) 20:25:28 (135/166) Installing double-conversion (3.3.0-r0) 20:25:29 (136/166) Installing libevent (2.1.12-r7) 20:25:29 (137/166) Installing wayland-libs-server (1.22.0-r4) 20:25:29 (138/166) Installing mesa-gbm (24.0.8-r1) 20:25:30 (139/166) Installing harfbuzz-subset (8.5.0-r0) 20:25:30 (140/166) Installing icu-libs (74.2-r0) 20:25:31 (141/166) Installing minizip (1.3.1-r0) 20:25:31 (142/166) Installing nspr (4.35-r4) 20:25:32 (143/166) Installing sqlite-libs (3.45.3-r1) 20:25:32 (144/166) Installing nss (3.100-r0) 20:25:33 (145/166) Installing openh264 (2.4.1-r0) 20:25:33 (146/166) Installing libcamera-ipa (0.3.0-r0) 20:25:34 (147/166) Installing libunwind (1.8.1-r0) 20:25:34 (148/166) Installing yaml (0.2.5-r2) 20:25:35 (149/166) Installing libcamera (0.3.0-r0) 20:25:35 (150/166) Installing speexdsp (1.2.1-r2) 20:25:35 (151/166) Installing libuv (1.48.0-r0) 20:25:36 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 20:25:36 (153/166) Installing libsndfile (1.2.2-r0) 20:25:36 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 20:25:37 (155/166) Installing pipewire-libs (1.0.6-r1) 20:25:38 (156/166) Installing libasyncns (0.8-r3) 20:25:38 (157/166) Installing libltdl (2.4.7-r3) 20:25:38 (158/166) Installing orc (0.4.37-r0) 20:25:39 (159/166) Installing tdb-libs (1.4.9-r1) 20:25:39 (160/166) Installing libpulse (17.0-r0) 20:25:40 (161/166) Installing libwebpdemux (1.3.2-r0) 20:25:40 (162/166) Installing libgpg-error (1.49-r0) 20:25:40 (163/166) Installing libgcrypt (1.10.3-r0) 20:25:41 (164/166) Installing libxslt (1.1.39-r1) 20:25:41 (165/166) Installing chromium (125.0.6422.112-r0) 20:25:57 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 20:25:57 Executing busybox-1.36.1-r28.trigger 20:25:57 Executing fontconfig-2.15.0-r1.trigger 20:25:57 Executing mkfontscale-1.2.2-r6.trigger 20:25:57 Executing glib-2.80.2-r0.trigger 20:25:57 Executing shared-mime-info-2.4-r0.trigger 20:25:59 Executing gdk-pixbuf-2.42.11-r1.trigger 20:25:59 Executing gtk-update-icon-cache-3.24.42-r0.trigger 20:25:59 Executing gtk+3.0-3.24.42-r0.trigger 20:25:59 OK: 643 MiB in 194 packages 20:26:00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:26:00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:26:02 (1/30) Installing jansson (2.14-r4) 20:26:02 (2/30) Installing binutils (2.42-r0) 20:26:03 (3/30) Installing libatomic (13.2.1_git20240309-r0) 20:26:03 (4/30) Installing isl26 (0.26-r1) 20:26:04 (5/30) Installing mpfr4 (4.2.1-r0) 20:26:04 (6/30) Installing mpc1 (1.3.1-r1) 20:26:05 (7/30) Installing gcc (13.2.1_git20240309-r0) 20:26:13 (8/30) Installing musl-dev (1.2.5-r0) 20:26:14 (9/30) Installing linux-headers (6.6-r0) 20:26:15 (10/30) Installing libffi-dev (3.4.6-r0) 20:26:15 (11/30) Installing libpq (16.3-r0) 20:26:16 (12/30) Installing openssl-dev (3.3.0-r2) 20:26:16 (13/30) Installing libpq-dev (16.3-r0) 20:26:17 (14/30) Installing libecpg (16.3-r0) 20:26:17 (15/30) Installing libecpg-dev (16.3-r0) 20:26:17 (16/30) Installing clang16-headers (16.0.6-r5) 20:26:18 (17/30) Installing llvm16-libs (16.0.6-r8) 20:26:27 (18/30) Installing clang16-libs (16.0.6-r5) 20:26:27 (19/30) Installing fortify-headers (1.1-r3) 20:26:27 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 20:26:28 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 20:26:29 (22/30) Installing clang16 (16.0.6-r5) 20:26:29 (23/30) Installing icu (74.2-r0) 20:26:30 (24/30) Installing icu-dev (74.2-r0) 20:26:30 (25/30) Installing llvm16 (16.0.6-r8) 20:26:40 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 20:26:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:40 20:26:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:40 (26/30) Installing lz4-libs (1.9.4-r5) 20:26:40 (27/30) Installing lz4-dev (1.9.4-r5) 20:26:40 (28/30) Installing zstd (1.5.6-r0) 20:26:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:41 latest: Pulling from edgex-lftools-log-publisher 20:26:41 5eb5b503b376: Pulling fs layer 20:26:41 5c69ac0246d0: Pulling fs layer 20:26:41 ec43610c2a17: Pulling fs layer 20:26:41 3a2ae6a8a46f: Pulling fs layer 20:26:41 33b1e0a273af: Pulling fs layer 20:26:41 5d3b04190fa2: Pulling fs layer 20:26:41 2f39f015ded8: Pulling fs layer 20:26:41 33b1e0a273af: Waiting 20:26:41 5d3b04190fa2: Waiting 20:26:41 2f39f015ded8: Waiting 20:26:41 3a2ae6a8a46f: Waiting 20:26:41 5c69ac0246d0: Download complete 20:26:41 3a2ae6a8a46f: Verifying Checksum 20:26:41 3a2ae6a8a46f: Download complete 20:26:41 (29/30) Installing zstd-dev (1.5.6-r0) 20:26:41 33b1e0a273af: Verifying Checksum 20:26:41 33b1e0a273af: Download complete 20:26:41 5d3b04190fa2: Verifying Checksum 20:26:41 5d3b04190fa2: Download complete 20:26:41 ec43610c2a17: Verifying Checksum 20:26:41 5eb5b503b376: Verifying Checksum 20:26:41 5eb5b503b376: Download complete 20:26:41 (30/30) Installing postgresql16-dev (16.3-r0) 20:26:41 2f39f015ded8: Download complete 20:26:42 5eb5b503b376: Pull complete 20:26:42 5c69ac0246d0: Pull complete 20:26:42 ec43610c2a17: Pull complete 20:26:42 3a2ae6a8a46f: Pull complete 20:26:43 33b1e0a273af: Pull complete 20:26:43 5d3b04190fa2: Pull complete 20:26:43 Executing busybox-1.36.1-r28.trigger 20:26:43 OK: 1169 MiB in 224 packages 20:26:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:26:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:26:45 (1/14) Installing g++ (13.2.1_git20240309-r0) 20:26:47 (2/14) Installing gdbm (1.23-r1) 20:26:47 2f39f015ded8: Pull complete 20:26:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:26:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:47 prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container 20:26:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:26:47 (3/14) Installing mpdecimal (4.0.0-r0) 20:26:48 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 20:26:48 (5/14) Installing libncursesw (6.4_p20240420-r0) 20:26:48 (6/14) Installing libpanelw (6.4_p20240420-r0) 20:26:49 $ docker top 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:49 (7/14) Installing readline (8.2.10-r0) 20:26:49 ---> job-cost.sh 20:26:49 lf-activate-venv: SKIPPING 20:26:49 INFO: No Stack... 20:26:49 (8/14) Installing python3 (3.12.3-r1) 20:26:49 INFO: Retrieving Pricing Info for: v3-standard-8 20:26:50 INFO: Archiving Costs [Pipeline] sh 20:26:50 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 20:26:50 + cut -d, -f6 [Pipeline] lock 20:26:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] 20:26:50 Resource [jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] did not exist. Created. 20:26:50 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:26:50 + echo total: 0.2199999988079071 [Pipeline] stash 20:26:50 Stashed 1 file(s) [Pipeline] } 20:26:50 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 20:26:50 $ docker stop --time=1 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 20:26:51 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 20:26:52 $ docker rm -f --volumes 39d3508235d2171d7bd5c6d96a55b418e2feef680169cf7dcb2a726347fe1c35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:26:52 Failed in branch amd64 20:26:52 (10/14) Installing pyc (3.12.3-r1) 20:26:52 (11/14) Installing python3-pyc (3.12.3-r1) 20:26:52 (12/14) Installing python3-dev (3.12.3-r1) 20:26:56 (13/14) Installing libsodium-dev (1.0.19-r0) 20:26:56 (14/14) Installing zeromq-dev (4.3.5-r2) 20:26:56 Executing busybox-1.36.1-r28.trigger 20:26:56 OK: 1356 MiB in 238 packages 20:26:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:26:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:26:59 OK: 1356 MiB in 238 packages 20:26:59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:26:59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:27:01 (1/1) Installing tzdata (2024a-r1) 20:27:02 OK: 1357 MiB in 239 packages 20:27:03 (1/1) Purging tzdata (2024a-r1) 20:27:03 OK: 1356 MiB in 238 packages 20:27:15 Looking in links: /tmp/tmpaq929w15 20:27:15 Processing /tmp/tmpaq929w15/pip-24.0-py3-none-any.whl 20:27:15 Installing collected packages: pip 20:27:24 Successfully installed pip-24.0 20:27:24 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 20:27:26 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 20:27:28 Collecting setuptools 20:27:28 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 20:27:28 Collecting wheel 20:27:28 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 20:27:28 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 20:27:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 20.4 MB/s eta 0:00:00 20:27:28 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 20:27:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 25.1 MB/s eta 0:00:00 20:27:28 Installing collected packages: wheel, setuptools 20:27:33 Successfully installed setuptools-70.0.0 wheel-0.43.0 20:27:33 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 20:27:35 Processing ./edgex-taf-common 20:27:35 Preparing metadata (setup.py): started 20:27:36 Preparing metadata (setup.py): finished with status 'done' 20:27:36 Building wheels for collected packages: edgex-taf-common 20:27:36 Building wheel for edgex-taf-common (setup.py): started 20:27:38 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 20:27:38 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=f5545af474025b2a85d6bb9ae59877c1e5f826bdc3bddde25cb2bdf1a1207483 20:27:38 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 20:27:38 Successfully built edgex-taf-common 20:27:38 Installing collected packages: edgex-taf-common 20:27:38 Successfully installed edgex-taf-common-0.0.0 20:27:38 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 20:27:41 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 20:27:41 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 20:27:42 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 20:27:42 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 20:27:42 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 20:27:42 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 20:27:42 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 20:27:42 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 20:27:42 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 20:27:42 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 20:27:42 Preparing metadata (setup.py): started 20:27:43 Preparing metadata (setup.py): finished with status 'done' 20:27:43 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 20:27:43 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 20:27:43 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 20:27:43 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 20:27:44 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 20:27:44 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 20:27:44 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 20:27:44 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 20:27:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.1 MB/s eta 0:00:00 20:27:44 Preparing metadata (setup.py): started 20:27:45 Preparing metadata (setup.py): finished with status 'done' 20:27:45 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 20:27:45 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 20:27:47 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 20:27:47 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 20:27:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.6 MB/s eta 0:00:00 20:27:48 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 20:27:48 Downloading psutil-5.9.5.tar.gz (493 kB) 20:27:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 11.6 MB/s eta 0:00:00 20:27:48 Installing build dependencies: started 20:27:58 Installing build dependencies: finished with status 'done' 20:27:58 Getting requirements to build wheel: started 20:27:59 Getting requirements to build wheel: finished with status 'done' 20:27:59 Preparing metadata (pyproject.toml): started 20:28:01 Preparing metadata (pyproject.toml): finished with status 'done' 20:28:01 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 20:28:01 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 20:28:03 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 20:28:03 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 20:28:03 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 20:28:03 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 20:28:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 2.9 MB/s eta 0:00:00 20:28:04 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 20:28:04 Downloading psycopg2-2.9.9.tar.gz (384 kB) 20:28:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.4 MB/s eta 0:00:00 20:28:04 Preparing metadata (setup.py): started 20:28:05 Preparing metadata (setup.py): finished with status 'done' 20:28:06 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 20:28:06 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 20:28:07 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:07 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 20:28:07 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:07 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 20:28:07 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:07 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 20:28:07 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:07 Downloading flex-6.14.1.tar.gz (40 kB) 20:28:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.0 MB/s eta 0:00:00 20:28:08 Preparing metadata (setup.py): started 20:28:09 Preparing metadata (setup.py): finished with status 'done' 20:28:09 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:09 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 20:28:09 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:09 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 20:28:09 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:09 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 20:28:09 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:09 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 20:28:10 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:10 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 20:28:10 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:10 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 20:28:11 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 20:28:11 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 20:28:11 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 20:28:11 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 20:28:11 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 20:28:11 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 20:28:11 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 20:28:11 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 20:28:12 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 20:28:12 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 20:28:12 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 20:28:12 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 20:28:12 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:28:12 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 20:28:13 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:28:13 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 20:28:13 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) 20:28:13 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:28:13 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 20:28:13 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 20:28:13 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 20:28:13 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:13 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 20:28:13 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:14 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 20:28:15 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:15 Downloading PyYAML-6.0.1.tar.gz (125 kB) 20:28:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.7 MB/s eta 0:00:00 20:28:16 Installing build dependencies: started 20:28:34 Installing build dependencies: finished with status 'done' 20:28:34 Getting requirements to build wheel: started 20:28:40 Getting requirements to build wheel: finished with status 'done' 20:28:40 Preparing metadata (pyproject.toml): started 20:28:41 Preparing metadata (pyproject.toml): finished with status 'done' 20:28:41 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:41 Downloading validate_email-1.3.tar.gz (4.7 kB) 20:28:41 Preparing metadata (setup.py): started 20:28:42 Preparing metadata (setup.py): finished with status 'done' 20:28:42 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:42 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 20:28:42 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:42 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 20:28:42 Preparing metadata (setup.py): started 20:28:43 Preparing metadata (setup.py): finished with status 'done' 20:28:44 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 20:28:44 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 20:28:44 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 20:28:44 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 20:28:44 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 20:28:44 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:44 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 20:28:46 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 20:28:46 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 20:28:48 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:48 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 20:28:48 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:48 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 20:28:48 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:48 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 20:28:48 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 20:28:48 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 20:28:48 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)) 20:28:48 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 20:28:49 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)) 20:28:49 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 20:28:49 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 20:28:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 12.6 MB/s eta 0:00:00 20:28:49 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 20:28:49 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 20:28:49 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 20:28:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 20:28:49 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 20:28:49 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 20:28:49 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 20:28:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.3 MB/s eta 0:00:00 20:28:49 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 20:28:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.5 MB/s eta 0:00:00 20:28:50 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.6 MB/s eta 0:00:00 20:28:51 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 20:28:51 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 20:28:51 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.6 MB/s eta 0:00:00 20:28:51 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 15.6 MB/s eta 0:00:00 20:28:51 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.7 MB/s eta 0:00:00 20:28:51 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.5 MB/s eta 0:00:00 20:28:51 Downloading idna-3.7-py3-none-any.whl (66 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.7 MB/s eta 0:00:00 20:28:51 Downloading packaging-24.0-py3-none-any.whl (53 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.8 MB/s eta 0:00:00 20:28:51 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.4 MB/s eta 0:00:00 20:28:51 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 20:28:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.7 MB/s eta 0:00:00 20:28:51 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 20:28:51 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.6 MB/s eta 0:00:00 20:28:52 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.2 MB/s eta 0:00:00 20:28:52 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 20:28:52 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.1 MB/s eta 0:00:00 20:28:52 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 20:28:52 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 20:28:52 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 3.9 MB/s eta 0:00:00 20:28:52 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.1 MB/s eta 0:00:00 20:28:52 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.1 MB/s eta 0:00:00 20:28:52 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 20:28:52 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.2 MB/s eta 0:00:00 20:28:52 Downloading click-8.1.7-py3-none-any.whl (97 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.6 MB/s eta 0:00:00 20:28:52 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 20:28:52 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 20:28:52 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 20:28:52 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 20:28:52 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.2 MB/s eta 0:00:00 20:28:52 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 20:28:52 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.6 MB/s eta 0:00:00 20:28:52 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 20:28:52 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 20:28:52 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 20:28:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.7 MB/s eta 0:00:00 20:28:52 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 20:28:53 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 20:28:53 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 20:28:53 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 20:28:53 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 20:28:53 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 20:28:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.1 MB/s eta 0:00:00 20:28:54 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 20:28:54 Building wheel for robotbackgroundlogger (setup.py): started 20:28:55 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 20:28:55 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=f5851eaac016016034398faa92e7ddf1c41d1ddccecbb9a12aab812cc69bf4c8 20:28:55 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 20:28:55 Building wheel for paho-mqtt (setup.py): started 20:28:56 Building wheel for paho-mqtt (setup.py): finished with status 'done' 20:28:56 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=9dd5a4a095cc82dcf6e3c4840c40be3ee215f757b81430b6b88e720b32825743 20:28:56 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 20:28:56 Building wheel for psutil (pyproject.toml): started 20:29:06 Building wheel for psutil (pyproject.toml): finished with status 'done' 20:29:06 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281978 sha256=d3e486d48374be3beab7f6e676915931a7d1e6c90aa760a1e8e0c1a1bc9289d3 20:29:06 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 20:29:06 Building wheel for psycopg2 (setup.py): started 20:30:03 Building wheel for psycopg2 (setup.py): finished with status 'done' 20:30:03 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512487 sha256=4a7e45de97c987e484c640347bc538f6dda739ef439b21a1f37fa1913cb048bd 20:30:03 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 20:30:03 Building wheel for flex (setup.py): started 20:30:04 Building wheel for flex (setup.py): finished with status 'done' 20:30:04 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=508a3b3453d71867814a3d89a1ca7b68dfe26adc58002ee1cdc299bfaf93c732 20:30:04 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 20:30:04 Building wheel for PyYAML (pyproject.toml): started 20:30:06 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 20:30:06 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=933647a29f319c90dd9fb36e5cdb5118f365d1943decdbcc72c47c2e81d2aef2 20:30:06 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 20:30:06 Building wheel for strict-rfc3339 (setup.py): started 20:30:08 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 20:30:08 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=34d9a3c4781420aa1aab036ac74d3001d856633a58a56e53ec4ed8f5f9df20e8 20:30:08 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 20:30:08 Building wheel for validate-email (setup.py): started 20:30:09 Building wheel for validate-email (setup.py): finished with status 'done' 20:30:09 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=3b7c926a8bcf28c844f9d2fa4ebc5c60a6cc4486b450acb7b1c57b885478064b 20:30:09 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 20:30:09 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 20:30:10 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 20:31:18 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 20:31:18 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 20:32:05 Removing intermediate container 77a99217a940 20:32:05 ---> 114a696c775c 20:32:05 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 20:32:05 ---> Running in 614b6230cd3c 20:32:05 Removing intermediate container 614b6230cd3c 20:32:05 ---> 8d9ba95b240d 20:32:05 Step 11/13 : LABEL arch=arm64 20:32:05 ---> Running in 452037da5019 20:32:05 Removing intermediate container 452037da5019 20:32:05 ---> 5059dbb4b753 20:32:05 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 20:32:05 ---> Running in 8a6240bb0f42 20:32:05 Removing intermediate container 8a6240bb0f42 20:32:05 ---> 71fbe668e78b 20:32:05 Step 13/13 : LABEL version=0.0.2-dev.42 20:32:05 ---> Running in 18731d3f507a 20:32:05 Removing intermediate container 18731d3f507a 20:32:05 ---> 2fcfd93fc87b 20:32:05 [Warning] One or more build-args [ARCH] were not consumed 20:32:05 Successfully built 2fcfd93fc87b 20:32:05 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 20:32:05 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 20:32:05 7e89dd766adf70d3ef5effce142026c21ab88a29 20:32:05 latest 20:32:05 0.0.2-dev.42 20:32:05 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 20:32:05 main 20:32:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:06 + 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 20:32:06 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 20:32:06 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 20:32:06 3b9985376b68: Preparing 20:32:06 90b99055fd51: Preparing 20:32:06 502b48a2a937: Preparing 20:32:06 8256fed884e4: Preparing 20:32:06 a31e40a9f42b: Preparing 20:32:06 50171d1acbd5: Preparing 20:32:06 50171d1acbd5: Waiting 20:32:06 8256fed884e4: Pushed 20:32:06 90b99055fd51: Pushed 20:32:06 502b48a2a937: Pushed 20:32:06 50171d1acbd5: Layer already exists 20:32:06 a31e40a9f42b: Pushed 20:36:13 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 20:36:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:36:13 20:36:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:36:14 arm64: Pulling from edgex-lftools-log-publisher 20:36:14 8998bd30e6a1: Pulling fs layer 20:36:14 04944245beec: Pulling fs layer 20:36:14 699f458cf7ca: Pulling fs layer 20:36:14 765212b225bb: Pulling fs layer 20:36:14 f23df028b6ca: Pulling fs layer 20:36:14 d65c8cfc05b1: Pulling fs layer 20:36:14 2437ff75d9bd: Pulling fs layer 20:36:14 765212b225bb: Waiting 20:36:14 f23df028b6ca: Waiting 20:36:14 d65c8cfc05b1: Waiting 20:36:14 2437ff75d9bd: Waiting 20:36:14 04944245beec: Verifying Checksum 20:36:14 04944245beec: Download complete 20:36:14 765212b225bb: Download complete 20:36:14 f23df028b6ca: Verifying Checksum 20:36:14 f23df028b6ca: Download complete 20:36:14 d65c8cfc05b1: Verifying Checksum 20:36:14 d65c8cfc05b1: Download complete 20:36:14 699f458cf7ca: Download complete 20:36:15 8998bd30e6a1: Download complete 20:36:17 2437ff75d9bd: Verifying Checksum 20:36:17 2437ff75d9bd: Download complete 20:36:19 8998bd30e6a1: Pull complete 20:36:20 04944245beec: Pull complete 20:36:21 699f458cf7ca: Pull complete 20:36:21 765212b225bb: Pull complete 20:36:22 f23df028b6ca: Pull complete 20:36:22 d65c8cfc05b1: Pull complete 20:36:40 2437ff75d9bd: Pull complete 20:36:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:36:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:41 prd-ubuntu20.04-docker-arm64-4c-16g-1110 does not seem to be running inside a container 20:36:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:36:42 $ docker top 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:36:43 ---> job-cost.sh 20:36:43 lf-activate-venv: SKIPPING 20:36:43 INFO: No Stack... 20:36:44 INFO: Retrieving Pricing Info for: v3-standard-4 20:36:44 INFO: Archiving Costs [Pipeline] sh 20:36:45 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 20:36:45 + cut -d, -f6 [Pipeline] lock 20:36:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] 20:36:45 Resource [jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] did not exist. Created. 20:36:45 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:36:46 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-787a2aea/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:36:46 + echo total: 0.10999999940395355 [Pipeline] stash 20:36:46 Warning: overwriting stash ‘stack-cost’ 20:36:47 Stashed 1 file(s) [Pipeline] } 20:36:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 20:36:47 $ docker stop --time=1 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 20:36:48 $ docker rm -f --volumes 860d101fcdbee38e4882fe6cb92c65e0a433a3b4a514b2909932884a0d8288c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:36:48 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 20:36:49 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 20:36:49 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 20:36:49 total 16 20:36:49 drwxr-xr-x 3 root root 4096 May 29 20:26 . 20:36:49 drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:26 .. 20:36:49 drwxr-xr-x 2 root root 4096 May 29 20:26 cost 20:36:49 -rw-r--r-- 1 root root 87 May 29 20:26 cost.csv 20:36:49 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 20:36:49 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 20:36:49 total 16 20:36:49 drwxr-xr-x 3 jenkins jenkins 4096 May 29 20:26 . 20:36:49 drwxrwxr-x 8 jenkins jenkins 4096 May 29 20:26 .. 20:36:49 drwxr-xr-x 2 jenkins jenkins 4096 May 29 20:26 cost 20:36:49 -rw-r--r-- 1 jenkins jenkins 87 May 29 20:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:36:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:50 ---> package-listing.sh 20:36:50 ++ facter osfamily 20:36:50 ++ tr '[:upper:]' '[:lower:]' 20:36:50 + OS_FAMILY=debian 20:36:50 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 20:36:50 + START_PACKAGES=/tmp/packages_start.txt 20:36:50 + END_PACKAGES=/tmp/packages_end.txt 20:36:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:50 + PACKAGES=/tmp/packages_start.txt 20:36:50 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 20:36:50 + PACKAGES=/tmp/packages_end.txt 20:36:50 + case "${OS_FAMILY}" in 20:36:50 + dpkg -l 20:36:50 + grep '^ii' 20:36:50 + '[' -f /tmp/packages_start.txt ']' 20:36:50 + '[' -f /tmp/packages_end.txt ']' 20:36:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:50 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 20:36:50 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 20:36:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 20:36:51 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 20:36:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:52 prd-ubuntu20.04-docker-8c-8g-1109 does not seem to be running inside a container 20:36:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:36:52 $ docker top 804a220ff2e17999ecc592c49a7139dd802d1ae8df828d36a09c660846e25456 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:52 + touch /tmp/pre-build-complete [Pipeline] sh 20:36:52 + mkdir -p /var/log/sysstat [Pipeline] sh 20:36:53 + ls /var/log/sa-host 20:36:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:36:53 provisioning config files... 20:36:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3709360703572147198tmp [Pipeline] { [Pipeline] echo 20:36:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:36:53 ---> create-netrc.sh [Pipeline] } 20:36:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:36:54 ---> python-tools-install.sh [Pipeline] echo 20:36:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:36:54 ---> sudo-logs.sh 20:36:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:36:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:36:54 ---> job-cost.sh 20:36:54 lf-activate-venv: SKIPPING 20:36:54 DEBUG: total: 0.2199999988079071 20:36:54 INFO: Retrieving Stack Cost... 20:36:54 INFO: Retrieving Pricing Info for: v3-standard-8 20:36:55 INFO: Archiving Costs [Pipeline] echo 20:36:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:36:55 ---> logs-deploy.sh 20:36:55 lf-activate-venv: SKIPPING 20:36:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/43 20:36:55 INFO: archiving workspace using pattern(s): 20:36:56 Archives upload complete. 20:36:56 INFO: archiving logs to Nexus 20:36:57 ---> uname -a: 20:36:57 Linux prd-ubuntu20-04-docker-8c-8g-1109 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:36:57 20:36:57 20:36:57 ---> lscpu: 20:36:57 Architecture: x86_64 20:36:57 CPU op-mode(s): 32-bit, 64-bit 20:36:57 Byte Order: Little Endian 20:36:57 Address sizes: 40 bits physical, 48 bits virtual 20:36:57 CPU(s): 8 20:36:57 On-line CPU(s) list: 0-7 20:36:57 Thread(s) per core: 1 20:36:57 Core(s) per socket: 1 20:36:57 Socket(s): 8 20:36:57 NUMA node(s): 1 20:36:57 Vendor ID: AuthenticAMD 20:36:57 CPU family: 23 20:36:57 Model: 49 20:36:57 Model name: AMD EPYC-Rome Processor 20:36:57 Stepping: 0 20:36:57 CPU MHz: 2800.000 20:36:57 BogoMIPS: 5600.00 20:36:57 Virtualization: AMD-V 20:36:57 Hypervisor vendor: KVM 20:36:57 Virtualization type: full 20:36:57 L1d cache: 256 KiB 20:36:57 L1i cache: 256 KiB 20:36:57 L2 cache: 4 MiB 20:36:57 L3 cache: 128 MiB 20:36:57 NUMA node0 CPU(s): 0-7 20:36:57 Vulnerability Itlb multihit: Not affected 20:36:57 Vulnerability L1tf: Not affected 20:36:57 Vulnerability Mds: Not affected 20:36:57 Vulnerability Meltdown: Not affected 20:36:57 Vulnerability Mmio stale data: Not affected 20:36:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:36:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:36:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:36:57 Vulnerability Srbds: Not affected 20:36:57 Vulnerability Tsx async abort: Not affected 20:36:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:36:57 20:36:57 20:36:57 ---> nproc: 20:36:57 8 20:36:57 20:36:57 20:36:57 ---> df -h: 20:36:57 Filesystem Size Used Avail Use% Mounted on 20:36:57 overlay 155G 12G 144G 8% / 20:36:57 tmpfs 64M 0 64M 0% /dev 20:36:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:36:57 shm 64M 0 64M 0% /dev/shm 20:36:57 /dev/vda1 155G 12G 144G 8% /facter-os 20:36:57 20:36:57 20:36:57 ---> sar -b -r -n DEV: 20:36:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1109) 05/29/24 _x86_64_ (8 CPU) 20:36:57 20:36:57 20:20:33 LINUX RESTART (8 CPU) 20:36:57 20:36:57 20:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:36:57 20:22:01 290.54 15.30 275.24 0.00 1969.84 15744.18 0.00 20:36:57 20:23:01 9.48 0.00 9.48 0.00 0.00 10096.33 0.00 20:36:57 20:24:01 56.47 0.00 56.47 0.00 0.00 38439.46 0.00 20:36:57 20:25:01 104.82 0.02 104.80 0.00 0.13 64475.39 0.00 20:36:57 20:26:01 41.54 11.86 29.67 0.00 5444.19 7277.57 0.00 20:36:57 20:27:01 54.37 0.18 54.19 0.00 11.73 17787.84 0.00 20:36:57 20:28:01 1.52 0.00 1.52 0.00 0.00 19.06 0.00 20:36:57 20:29:01 1.52 0.00 1.52 0.00 0.00 18.66 0.00 20:36:57 20:30:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 20:36:57 20:31:01 2.13 0.00 2.13 0.00 0.00 37.86 0.00 20:36:57 20:32:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 20:36:57 20:33:01 0.92 0.00 0.92 0.00 0.00 11.86 0.00 20:36:57 20:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 20:36:57 20:35:01 0.77 0.00 0.77 0.00 0.00 9.87 0.00 20:36:57 20:36:01 1.75 0.02 1.73 0.00 0.13 20.93 0.00 20:36:57 Average: 37.63 1.81 35.82 0.00 493.47 10258.26 0.00 20:36:57 20:36:57 20:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:36:57 20:22:01 29814500 31542552 792424 2.41 64328 1962976 1974324 5.82 1027452 1698324 22552 20:36:57 20:23:01 29095272 31525116 794652 2.42 65744 2650100 1982868 5.84 1046832 2368024 411196 20:36:57 20:24:01 28077372 31455068 845016 2.57 80588 3535492 2030564 5.98 1206464 3156828 205792 20:36:57 20:25:01 28156808 31550396 753668 2.29 98920 3536236 1830448 5.39 1025256 3271568 728 20:36:57 20:26:01 27774284 31525932 766784 2.33 107324 3869980 1919268 5.66 1262240 3384412 872 20:36:57 20:27:01 27281932 31536228 755048 2.30 112668 4322152 1782484 5.25 1267168 3823060 324 20:36:57 20:28:01 27277328 31531636 759556 2.31 112700 4322156 1782484 5.25 1273992 3823064 8 20:36:57 20:29:01 27278712 31533068 758048 2.31 112748 4322164 1782484 5.25 1272140 3823076 28 20:36:57 20:30:01 27280792 31535200 755888 2.30 112776 4322164 1782484 5.25 1270012 3823080 8 20:36:57 20:31:01 27280720 31535672 755760 2.30 112880 4322148 1782484 5.25 1269376 3823492 32 20:36:57 20:32:01 27287784 31542740 748652 2.28 112908 4322148 1782484 5.25 1262012 3823492 12 20:36:57 20:33:01 27287616 31542660 748604 2.28 112940 4322152 1782484 5.25 1262064 3823496 180 20:36:57 20:34:01 27287532 31542600 748820 2.28 112956 4322156 1782484 5.25 1262080 3823500 8 20:36:57 20:35:01 27287548 31542628 748716 2.28 112972 4322156 1782484 5.25 1262104 3823500 172 20:36:57 20:36:01 27285840 31541048 750212 2.28 113016 4322152 1780420 5.25 1263200 3823504 20 20:36:57 Average: 27716936 31532170 765457 2.33 103031 3918422 1837350 5.41 1215493 3474161 42795 20:36:57 20:36:57 20:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:36:57 20:22:01 docker0 88.36 101.02 5.37 518.96 0.00 0.00 0.00 0.00 20:36:57 20:22:01 veth51ff204 87.22 99.75 6.40 516.23 0.00 0.00 0.00 0.04 20:36:57 20:22:01 lo 6.30 6.30 0.63 0.63 0.00 0.00 0.00 0.00 20:36:57 20:22:01 ens3 406.81 288.43 2580.14 87.45 0.00 0.00 0.00 0.00 20:36:57 20:23:01 docker0 300.83 481.22 16.62 4520.18 0.00 0.00 0.00 0.00 20:36:57 20:23:01 veth51ff204 300.83 481.25 20.74 4520.19 0.00 0.00 0.00 0.37 20:36:57 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:23:01 ens3 544.41 346.16 4566.06 47.33 0.00 0.00 0.00 0.00 20:36:57 20:24:01 docker0 170.05 297.08 11.02 4634.62 0.00 0.00 0.00 0.00 20:36:57 20:24:01 veth51ff204 170.05 297.10 13.34 4634.62 0.00 0.00 0.00 0.38 20:36:57 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:24:01 ens3 345.79 204.23 4672.13 35.17 0.00 0.00 0.00 0.00 20:36:57 20:25:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:36:57 20:25:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 20:36:57 20:25:01 ens3 222.61 235.83 26.48 2415.69 0.00 0.00 0.00 0.00 20:36:57 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:26:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 20:36:57 20:26:01 ens3 514.96 470.96 2071.76 4145.34 0.00 0.00 0.00 0.00 20:36:57 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:27:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 20:36:57 20:27:01 ens3 324.15 271.85 2538.49 2291.74 0.00 0.00 0.00 0.00 20:36:57 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:28:01 ens3 2.55 2.97 8.51 20.11 0.00 0.00 0.00 0.00 20:36:57 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:29:01 ens3 0.52 0.50 1.64 0.04 0.00 0.00 0.00 0.00 20:36:57 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:30:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:31:01 ens3 2.20 2.77 0.21 6.72 0.00 0.00 0.00 0.00 20:36:57 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:57 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:57 20:36:01 ens3 3.52 5.25 0.29 7.26 0.00 0.00 0.00 0.00 20:36:57 Average: docker0 37.23 58.58 2.20 645.03 0.00 0.00 0.00 0.00 20:36:57 Average: lo 0.69 0.69 0.06 0.06 0.00 0.00 0.00 0.00 20:36:57 Average: ens3 157.57 121.76 1096.04 604.38 0.00 0.00 0.00 0.00 20:36:57 20:36:57 20:36:57 ---> sar -P ALL: 20:36:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1109) 05/29/24 _x86_64_ (8 CPU) 20:36:57 20:36:57 20:20:33 LINUX RESTART (8 CPU) 20:36:57 20:36:57 20:21:02 CPU %user %nice %system %iowait %steal %idle 20:36:57 20:22:01 all 6.01 0.00 1.81 0.92 0.05 91.20 20:36:57 20:22:01 0 6.44 0.00 1.58 0.41 0.07 91.50 20:36:57 20:22:01 1 4.83 0.00 1.89 0.07 0.05 93.16 20:36:57 20:22:01 2 5.77 0.00 2.08 1.45 0.05 90.65 20:36:57 20:22:01 3 7.21 0.00 1.62 1.11 0.05 90.02 20:36:57 20:22:01 4 7.62 0.00 1.92 2.44 0.07 87.95 20:36:57 20:22:01 5 4.43 0.00 1.60 0.14 0.05 93.78 20:36:57 20:22:01 6 6.32 0.00 1.80 0.08 0.03 91.76 20:36:57 20:22:01 7 5.49 0.00 1.99 1.70 0.05 90.76 20:36:57 20:23:01 all 1.74 0.00 0.40 0.11 0.03 97.72 20:36:57 20:23:01 0 0.88 0.00 0.45 0.88 0.05 97.73 20:36:57 20:23:01 1 0.78 0.00 0.10 0.00 0.02 99.10 20:36:57 20:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:36:57 20:23:01 3 0.73 0.00 0.12 0.00 0.00 99.15 20:36:57 20:23:01 4 0.97 0.00 0.28 0.00 0.02 98.73 20:36:57 20:23:01 5 1.84 0.00 0.50 0.00 0.05 97.61 20:36:57 20:23:01 6 0.03 0.00 0.05 0.00 0.02 99.90 20:36:57 20:23:01 7 8.71 0.00 1.66 0.00 0.05 89.58 20:36:57 20:24:01 all 6.56 0.00 1.30 1.37 0.04 90.72 20:36:57 20:24:01 0 10.63 0.00 2.67 5.83 0.05 80.82 20:36:57 20:24:01 1 3.06 0.00 0.77 1.44 0.05 94.68 20:36:57 20:24:01 2 1.51 0.00 0.28 0.00 0.03 98.17 20:36:57 20:24:01 3 5.64 0.00 0.97 0.08 0.03 93.28 20:36:57 20:24:01 4 5.20 0.00 1.08 0.07 0.03 93.62 20:36:57 20:24:01 5 8.85 0.00 1.64 0.00 0.07 89.45 20:36:57 20:24:01 6 8.62 0.00 1.24 3.48 0.07 86.60 20:36:57 20:24:01 7 8.99 0.00 1.75 0.07 0.02 89.18 20:36:57 20:25:01 all 9.67 0.00 1.78 3.50 0.07 84.99 20:36:57 20:25:01 0 7.76 0.00 4.95 0.10 0.07 87.12 20:36:57 20:25:01 1 5.53 0.00 2.02 21.70 0.08 70.66 20:36:57 20:25:01 2 3.58 0.00 0.42 0.00 0.03 95.96 20:36:57 20:25:01 3 10.72 0.00 1.16 0.00 0.07 88.05 20:36:57 20:25:01 4 16.10 0.00 1.36 0.17 0.05 82.32 20:36:57 20:25:01 5 11.97 0.00 1.14 0.37 0.07 86.45 20:36:57 20:25:01 6 9.90 0.00 1.64 4.21 0.08 84.16 20:36:57 20:25:01 7 11.74 0.00 1.51 1.51 0.07 85.17 20:36:57 20:26:01 all 14.60 0.00 0.94 0.59 0.07 83.80 20:36:57 20:26:01 0 7.38 0.00 1.30 1.80 0.03 89.48 20:36:57 20:26:01 1 19.59 0.00 1.09 0.20 0.08 79.04 20:36:57 20:26:01 2 5.44 0.00 0.80 0.45 0.05 93.26 20:36:57 20:26:01 3 5.78 0.00 1.02 0.07 0.07 93.06 20:36:57 20:26:01 4 21.62 0.00 0.81 0.81 0.07 76.69 20:36:57 20:26:01 5 24.64 0.00 0.89 0.35 0.12 74.00 20:36:57 20:26:01 6 14.52 0.00 0.82 0.03 0.07 84.56 20:36:57 20:26:01 7 17.86 0.00 0.80 0.97 0.07 80.29 20:36:57 20:27:01 all 9.76 0.00 1.26 0.36 0.06 88.56 20:36:57 20:27:01 0 11.70 0.00 0.87 0.60 0.05 86.78 20:36:57 20:27:01 1 9.56 0.00 1.63 0.00 0.05 88.76 20:36:57 20:27:01 2 7.94 0.00 1.33 0.02 0.08 90.64 20:36:57 20:27:01 3 14.81 0.00 1.19 0.00 0.08 83.92 20:36:57 20:27:01 4 12.70 0.00 1.56 0.02 0.07 85.66 20:36:57 20:27:01 5 14.81 0.00 1.52 2.26 0.07 81.35 20:36:57 20:27:01 6 4.00 0.00 1.04 0.00 0.07 94.89 20:36:57 20:27:01 7 2.56 0.00 0.91 0.02 0.05 96.46 20:36:57 20:28:01 all 0.06 0.00 0.01 0.00 0.01 99.91 20:36:57 20:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:28:01 1 0.18 0.00 0.02 0.00 0.02 99.78 20:36:57 20:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:36:57 20:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:36:57 20:28:01 4 0.07 0.00 0.00 0.00 0.00 99.93 20:36:57 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:28:01 6 0.08 0.00 0.03 0.00 0.02 99.87 20:36:57 20:28:01 7 0.08 0.00 0.03 0.00 0.02 99.87 20:36:57 20:29:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:36:57 20:29:01 0 0.02 0.00 0.00 0.03 0.02 99.93 20:36:57 20:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 20:36:57 20:29:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:36:57 20:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:29:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:36:57 20:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:36:57 20:29:01 6 0.03 0.00 0.00 0.00 0.03 99.93 20:36:57 20:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:36:57 20:30:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:36:57 20:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:36:57 20:30:01 1 0.00 0.00 0.03 0.00 0.02 99.95 20:36:57 20:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:30:01 6 0.02 0.00 0.02 0.00 0.03 99.93 20:36:57 20:30:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:36:57 20:31:01 all 0.04 0.00 0.02 0.02 0.01 99.91 20:36:57 20:31:01 0 0.03 0.00 0.03 0.08 0.02 99.83 20:36:57 20:31:01 1 0.12 0.00 0.02 0.00 0.00 99.87 20:36:57 20:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:31:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:36:57 20:31:01 4 0.03 0.00 0.03 0.02 0.02 99.90 20:36:57 20:31:01 5 0.00 0.00 0.02 0.02 0.02 99.95 20:36:57 20:31:01 6 0.03 0.00 0.02 0.00 0.03 99.92 20:36:57 20:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:36:57 20:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:36:57 20:32:01 0 0.00 0.00 0.02 0.02 0.02 99.95 20:36:57 20:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:36:57 20:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:36:57 20:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:36:57 20:36:57 20:32:01 CPU %user %nice %system %iowait %steal %idle 20:36:57 20:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:36:57 20:33:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:36:57 20:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:33:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:36:57 20:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:33:01 6 0.02 0.00 0.02 0.00 0.03 99.93 20:36:57 20:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:36:57 20:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:36:57 20:34:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:36:57 20:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:36:57 20:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:36:57 20:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:36:57 20:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:36:57 20:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:36:57 20:34:01 6 0.02 0.00 0.02 0.00 0.03 99.93 20:36:57 20:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:36:57 20:35:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:36:57 20:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:36:57 20:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:36:57 20:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:36:57 20:35:01 6 0.03 0.00 0.05 0.00 0.03 99.88 20:36:57 20:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:36:57 20:36:01 all 0.04 0.00 0.03 0.00 0.01 99.92 20:36:57 20:36:01 0 0.05 0.00 0.05 0.02 0.00 99.88 20:36:57 20:36:01 1 0.10 0.00 0.02 0.00 0.00 99.88 20:36:57 20:36:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:36:57 20:36:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:36:57 20:36:01 4 0.00 0.00 0.03 0.00 0.00 99.97 20:36:57 20:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:36:57 20:36:01 6 0.02 0.00 0.05 0.00 0.02 99.92 20:36:57 20:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:36:57 Average: all 3.23 0.00 0.50 0.46 0.03 95.79 20:36:57 Average: 0 2.99 0.00 0.79 0.65 0.03 95.54 20:36:57 Average: 1 2.92 0.00 0.51 1.55 0.03 94.99 20:36:57 Average: 2 1.62 0.00 0.34 0.13 0.02 97.89 20:36:57 Average: 3 2.98 0.00 0.40 0.08 0.03 96.51 20:36:57 Average: 4 4.28 0.00 0.47 0.23 0.02 94.99 20:36:57 Average: 5 4.42 0.00 0.49 0.21 0.03 94.85 20:36:57 Average: 6 2.90 0.00 0.45 0.52 0.04 96.09 20:36:57 Average: 7 3.69 0.00 0.58 0.28 0.02 95.42 20:36:57 20:36:57 20:36:57