Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 25247ac748027abf9820f8a08a2990fa03ab5444 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-ssh17269650217698011692.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh604177540534646057.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 056ae7b86453181957306e7078512cbe12174832 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-ssh16743904660014172905.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh5822623109764361444.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-ssh8812828743850101268.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-6445 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 25247ac748027abf9820f8a08a2990fa03ab5444 (main) Commit message: "Merge pull request #139 from jinlinGuan/add-sshlibrary" > git config core.sparsecheckout # timeout=10 > git checkout -f 25247ac748027abf9820f8a08a2990fa03ab5444 # timeout=10 > git rev-list --no-walk 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:13:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:13:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:13:46 ========================================================= 08:13:46 EdgeX Global Pipelines Version Info 08:13:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:13:47 ------------------- 08:13:47 stable info: 08:13:47 ------------------- 08:13:47 Commited By: Cherry Wang cherry@iotechsys.com 08:13:47 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 08:13:47 Message: update stable to v1.0.276 08:13:48 ------------------- 08:13:48 experimental info: 08:13:48 ------------------- 08:13:48 Commited By: **** collab-it+edgex@linuxfoundation.org 08:13:48 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 08:13:48 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 25247ac [Pipeline] echo 08:13:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:13:49 provisioning config files... 08:13:49 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8735941977360256743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:49 ---> ****-login.sh 08:13:49 nexus3.edgexfoundry.org:10001 08:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:49 08:13:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:13:49 Configure a credential helper to remove this warning. See 08:13:49 https://docs.****.com/go/credential-store/ 08:13:49 08:13:49 Login Succeeded 08:13:49 nexus3.edgexfoundry.org:10002 08:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:49 08:13:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:13:49 Configure a credential helper to remove this warning. See 08:13:49 https://docs.****.com/go/credential-store/ 08:13:49 08:13:49 Login Succeeded 08:13:49 nexus3.edgexfoundry.org:10003 08:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:49 08:13:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:13:49 Configure a credential helper to remove this warning. See 08:13:49 https://docs.****.com/go/credential-store/ 08:13:49 08:13:49 Login Succeeded 08:13:49 nexus3.edgexfoundry.org:10004 08:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:49 08:13:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:13:49 Configure a credential helper to remove this warning. See 08:13:49 https://docs.****.com/go/credential-store/ 08:13:49 08:13:49 Login Succeeded 08:13:49 ****.io 08:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:50 08:13:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:13:50 Configure a credential helper to remove this warning. See 08:13:50 https://docs.****.com/go/credential-store/ 08:13:50 08:13:50 Login Succeeded 08:13:50 ---> ****-login.sh ends [Pipeline] } 08:13:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:13:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:13:50 + grep -v github /etc/ssh/ssh_known_hosts 08:13:50 + [ -e /tmp/ssh_known_hosts ] 08:13:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:13:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:13:50 + sudo tee -a /etc/ssh/ssh_known_hosts 08:13:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:13:51 08:13:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:13:51 0.1.4: Pulling from edgex-devops/py-git-semver 08:13:51 3dae71ba6b94: Pulling fs layer 08:13:51 6bf1a483ea7c: Pulling fs layer 08:13:51 f5dfc541a4d3: Pulling fs layer 08:13:51 461d9e800cba: Pulling fs layer 08:13:51 80192f66455f: Pulling fs layer 08:13:51 2e8e34ca0e6c: Pulling fs layer 08:13:51 a29436f7fd5d: Pulling fs layer 08:13:51 923cac83aea3: Pulling fs layer 08:13:51 25ad8b0a4227: Pulling fs layer 08:13:51 db01528c6b51: Pulling fs layer 08:13:51 28988de357af: Pulling fs layer 08:13:51 2e8e34ca0e6c: Waiting 08:13:51 a29436f7fd5d: Waiting 08:13:51 25ad8b0a4227: Waiting 08:13:51 923cac83aea3: Waiting 08:13:51 db01528c6b51: Waiting 08:13:51 461d9e800cba: Waiting 08:13:51 28988de357af: Waiting 08:13:51 80192f66455f: Waiting 08:13:51 6bf1a483ea7c: Verifying Checksum 08:13:51 6bf1a483ea7c: Download complete 08:13:51 461d9e800cba: Download complete 08:13:51 80192f66455f: Download complete 08:13:51 f5dfc541a4d3: Verifying Checksum 08:13:51 f5dfc541a4d3: Download complete 08:13:51 3dae71ba6b94: Verifying Checksum 08:13:51 3dae71ba6b94: Download complete 08:13:51 923cac83aea3: Verifying Checksum 08:13:51 923cac83aea3: Download complete 08:13:51 25ad8b0a4227: Verifying Checksum 08:13:51 25ad8b0a4227: Download complete 08:13:51 db01528c6b51: Verifying Checksum 08:13:51 db01528c6b51: Download complete 08:13:51 28988de357af: Verifying Checksum 08:13:51 28988de357af: Download complete 08:13:51 a29436f7fd5d: Verifying Checksum 08:13:51 a29436f7fd5d: Download complete 08:13:52 2e8e34ca0e6c: Verifying Checksum 08:13:52 2e8e34ca0e6c: Download complete 08:13:53 3dae71ba6b94: Pull complete 08:13:53 6bf1a483ea7c: Pull complete 08:13:53 f5dfc541a4d3: Pull complete 08:13:53 461d9e800cba: Pull complete 08:13:53 80192f66455f: Pull complete 08:13:58 2e8e34ca0e6c: Pull complete 08:13:58 a29436f7fd5d: Pull complete 08:13:58 923cac83aea3: Pull complete 08:13:58 25ad8b0a4227: Pull complete 08:13:58 db01528c6b51: Pull complete 08:13:58 28988de357af: Pull complete 08:13:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 08:13:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:13:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:13:58 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:13:58 $ 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 08:14:00 $ docker top 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff -eo pid,comm 08:14:00 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). 08:14:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:14:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:00 [ssh-agent] Looking for ssh-agent implementation... 08:14:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:00 $ docker exec 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent 08:14:01 SSH_AUTH_SOCK=/tmp/ssh-topzJWaO10Pq/agent.32 08:14:01 SSH_AGENT_PID=38 08:14:01 Running ssh-add (command line suppressed) 08:14:01 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5578572384281957667.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5578572384281957667.key) 08:14:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:01 + git config --global --add safe.directory /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] sh 08:14:01 + git tag --points-at HEAD [Pipeline] } 08:14:01 $ docker exec --env ******** --env ******** 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent -k 08:14:01 unset SSH_AUTH_SOCK; 08:14:01 unset SSH_AGENT_PID; 08:14:01 echo Agent pid 38 killed; 08:14:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:14:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:01 [ssh-agent] Looking for ssh-agent implementation... 08:14:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:02 $ docker exec 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent 08:14:02 SSH_AUTH_SOCK=/tmp/ssh-y8cMwJHrx44A/agent.85 08:14:02 SSH_AGENT_PID=92 08:14:02 Running ssh-add (command line suppressed) 08:14:02 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14317594121106247863.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14317594121106247863.key) 08:14:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:02 + git semver init 08:14:02 2025-08-07 08:14:02,722 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:14:02 2025-08-07 08:14:02,726 [run_init] DEBUG init version:0.0.0 force:False 08:14:02 2025-08-07 08:14:02,727 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 08:14:02 2025-08-07 08:14:02,727 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 08:14:02 2025-08-07 08:14:02,727 [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, stdin=None, shell=False, universal_newlines=False) 08:14:03 2025-08-07 08:14:03,339 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 08:14:03 2025-08-07 08:14:03,340 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 08:14:03 2025-08-07 08:14:03,340 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:14:03 2025-08-07 08:14:03,340 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:14:03 1.0.0-dev.10 [Pipeline] } 08:14:03 $ docker exec --env ******** --env ******** 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff ssh-agent -k 08:14:03 unset SSH_AUTH_SOCK; 08:14:03 unset SSH_AGENT_PID; 08:14:03 echo Agent pid 92 killed; 08:14:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:14:04 + git semver [Pipeline] } 08:14:04 $ docker stop --time=1 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff 08:14:05 $ docker rm -f --volumes 3be94750f88a87dc1295813b1ecda176f238a5dcb14ba2fa4037652c9ed046ff [Pipeline] // withDockerContainer [Pipeline] sh 08:14:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:14:06 Stashed 1 file(s) [Pipeline] echo 08:14:06 [edgeXSemver]: initialized semver on version 1.0.0-dev.10 [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 08:14:06 provisioning config files... 08:14:06 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8088605789359048763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:14:06 ---> ****-login.sh 08:14:06 nexus3.edgexfoundry.org:10001 08:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:06 Login Succeeded 08:14:06 nexus3.edgexfoundry.org:10002 08:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:06 Login Succeeded 08:14:06 nexus3.edgexfoundry.org:10003 08:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:06 Login Succeeded 08:14:06 nexus3.edgexfoundry.org:10004 08:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:06 Login Succeeded 08:14:06 ****.io 08:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:14:07 Login Succeeded 08:14:07 ---> ****-login.sh ends [Pipeline] } 08:14:07 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 08:14:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:14:08 + ls -al . 08:14:08 total 72 08:14:08 drwxrwxr-x 6 jenkins jenkins 4096 Aug 7 08:14 . 08:14:08 drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 08:13 .. 08:14:08 drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 08:14 .git 08:14:08 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 08:13 .github 08:14:08 -rw-rw-r-- 1 jenkins jenkins 22 Aug 7 08:13 .gitignore 08:14:08 drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 08:14 .semver 08:14:08 -rw-rw-r-- 1 jenkins jenkins 1653 Aug 7 08:13 Dockerfile 08:14:08 -rw-rw-r-- 1 jenkins jenkins 746 Aug 7 08:13 Jenkinsfile 08:14:08 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 7 08:13 LICENSE 08:14:08 -rw-rw-r-- 1 jenkins jenkins 4232 Aug 7 08:13 README.md 08:14:08 drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:13 TUC 08:14:08 -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 08:14 VERSION 08:14:08 -rw-rw-r-- 1 jenkins jenkins 473 Aug 7 08:13 requirements.txt 08:14:08 -rw-rw-r-- 1 jenkins jenkins 54 Aug 7 08:13 robot-entrypoint.sh 08:14:08 -rw-rw-r-- 1 jenkins jenkins 445 Aug 7 08:13 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:08 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 --label arch=amd64 --label version=1.0.0-dev.10 . 08:14:09 #0 building with "default" instance using docker driver 08:14:09 08:14:09 #1 [internal] load build definition from Dockerfile 08:14:09 #1 transferring dockerfile: 1.69kB done 08:14:09 #1 DONE 0.0s 08:14:09 08:14:09 #2 [internal] load metadata for docker.io/library/alpine:3.20 08:14:09 #2 DONE 0.1s 08:14:09 08:14:09 #3 [internal] load .dockerignore 08:14:09 #3 transferring context: 2B done 08:14:09 #3 DONE 0.0s 08:14:09 08:14:09 #4 [internal] load build context 08:14:09 #4 transferring context: 535.79kB 0.0s done 08:14:09 #4 DONE 0.1s 08:14:09 08:14:09 #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 08:14:09 #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 08:14:09 #5 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 08:14:09 #5 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 08:14:09 #5 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 08:14:09 #5 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 08:14:09 #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 08:14:09 #5 DONE 0.3s 08:14:09 08:14:09 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 08:14:09 #6 DONE 0.1s 08:14:09 08:14:09 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 08:14:09 #7 DONE 0.0s 08:14:09 08:14:09 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 08:14:09 #8 DONE 0.0s 08:14:09 08:14:09 #9 [5/7] WORKDIR /edgex-taf 08:14:09 #9 DONE 0.0s 08:14:09 08:14:09 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:09 #10 DONE 0.3s 08:14:10 08:14:10 #11 [7/7] 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-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt 08:14:10 #11 0.227 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:14:13 #11 2.996 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:14:16 #11 6.764 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 08:14:19 #11 9.626 Executing busybox-1.36.1-r30.post-upgrade 08:14:19 #11 9.668 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 08:14:20 #11 10.92 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 08:14:21 Still waiting to schedule task 08:14:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:14:22 #11 12.16 Executing busybox-1.36.1-r30.trigger 08:14:22 #11 12.17 OK: 8 MiB in 14 packages 08:14:22 #11 12.22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:14:25 #11 15.08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:14:28 #11 18.61 (1/14) Installing ca-certificates (20250619-r0) 08:14:30 #11 20.80 (2/14) Installing brotli-libs (1.1.0-r2) 08:14:33 #11 23.24 (3/14) Installing c-ares (1.33.1-r0) 08:14:35 #11 25.10 (4/14) Installing libunistring (1.2-r0) 08:14:37 #11 27.84 (5/14) Installing libidn2 (2.3.7-r0) 08:14:40 #11 30.10 (6/14) Installing nghttp2-libs (1.62.1-r0) 08:14:42 #11 31.94 (7/14) Installing libpsl (0.21.5-r1) 08:14:44 #11 33.78 (8/14) Installing zstd-libs (1.5.6-r0) 08:14:46 #11 36.26 (9/14) Installing libcurl (8.12.1-r0) 08:14:49 #11 38.76 (10/14) Installing curl (8.12.1-r0) 08:14:51 #11 40.94 (11/14) Installing docker-cli (26.1.5-r0) 08:14:55 #11 45.45 (12/14) Installing oniguruma (6.9.9-r0) 08:14:57 #11 47.62 (13/14) Installing jq (1.7.1-r0) 08:15:00 #11 50.06 (14/14) Installing openssl (3.3.4-r0) 08:15:02 #11 52.50 Executing busybox-1.36.1-r30.trigger 08:15:02 #11 52.50 Executing ca-certificates-20250619-r0.trigger 08:15:02 #11 52.54 OK: 43 MiB in 28 packages 08:15:02 #11 52.60 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:15:05 #11 55.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:15:08 #11 58.79 (1/167) Installing libexpat (2.7.0-r0) 08:15:10 #11 60.63 (2/167) Installing libbz2 (1.0.8-r6) 08:15:12 #11 62.20 (3/167) Installing libpng (1.6.44-r0) 08:15:14 #11 64.37 (4/167) Installing freetype (2.13.2-r0) 08:15:16 #11 66.89 (5/167) Installing fontconfig (2.15.0-r1) 08:15:19 #11 69.17 (6/167) Installing libfontenc (1.1.8-r0) 08:15:20 #11 70.83 (7/167) Installing mkfontscale (1.2.2-r6) 08:15:22 #11 72.42 (8/167) Installing font-opensans (0_git20210927-r1) 08:15:25 #11 75.47 (9/167) Installing pkgconf (2.2.0-r0) 08:15:32 #11 79.11 (10/167) Installing libgcc (13.2.1_git20240309-r1) 08:15:35 #11 85.39 (11/167) Installing libffi (3.4.6-r0) 08:15:37 #11 86.99 (12/167) Installing libintl (0.22.5-r0) 08:15:38 #11 88.61 (13/167) Installing libeconf (0.6.3-r0) 08:15:40 #11 90.23 (14/167) Installing libblkid (2.40.1-r1) 08:15:42 #11 92.18 (15/167) Installing libmount (2.40.1-r1) 08:15:44 #11 94.45 (16/167) Installing pcre2 (10.43-r0) 08:15:46 #11 96.91 (17/167) Installing glib (2.80.5-r0) 08:15:50 #11 100.3 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 08:15:53 #11 103.3 (19/167) Installing xz-libs (5.6.2-r1) 08:15:55 #11 105.7 (20/167) Installing libxml2 (2.12.10-r0) 08:15:58 #11 108.4 (21/167) Installing shared-mime-info (2.4-r0) 08:16:01 #11 110.9 (22/167) Installing hicolor-icon-theme (0.17-r2) 08:16:02 #11 112.5 (23/167) Installing libjpeg-turbo (3.0.3-r0) 08:16:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6448 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 08:16:04 #11 114.9 (24/167) Installing libsharpyuv (1.3.2-r0) 08:16:06 #11 116.2 (25/167) Installing libwebp (1.3.2-r0) 08:16:07 Selected Git installation does not exist. Using Default 08:16:07 The recommended git tool is: NONE 08:16:08 #11 118.8 (26/167) Installing tiff (4.6.0t-r0) 08:16:11 #11 121.0 (27/167) Installing gdk-pixbuf (2.42.12-r0) 08:16:12 using credential edgex-jenkins-ssh 08:16:12 Cloning the remote Git repository 08:16:13 #11 123.3 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 08:16:12 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 08:16:12 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 08:16:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 08:16:13 > git --version # timeout=10 08:16:13 > git --version # 'git version 2.25.1' 08:16:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:14 #11 124.9 (29/167) Installing libxau (1.0.11-r4) 08:16:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 08:16:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:14 Avoid second fetch 08:16:14 Checking out Revision 25247ac748027abf9820f8a08a2990fa03ab5444 (main) 08:16:15 Commit message: "Merge pull request #139 from jinlinGuan/add-sshlibrary" 08:16:16 #11 126.1 (30/167) Installing libmd (1.1.0-r0) 08:16:14 > git config core.sparsecheckout # timeout=10 08:16:15 > git checkout -f 25247ac748027abf9820f8a08a2990fa03ab5444 # timeout=10 08:16:17 #11 127.7 (31/167) Installing libbsd (0.12.2-r0) 08:16:19 #11 129.3 (32/167) Installing libxdmcp (1.1.5-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:16:20 provisioning config files... 08:16:20 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8458558664379713010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:20 #11 130.5 (33/167) Installing libxcb (1.16.1-r0) 08:16:20 ---> ****-login.sh 08:16:20 nexus3.edgexfoundry.org:10001 08:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:21 Configure a credential helper to remove this warning. See 08:16:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:21 08:16:21 Login Succeeded 08:16:21 nexus3.edgexfoundry.org:10002 08:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:22 Configure a credential helper to remove this warning. See 08:16:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:22 08:16:22 Login Succeeded 08:16:22 nexus3.edgexfoundry.org:10003 08:16:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:22 Configure a credential helper to remove this warning. See 08:16:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:22 08:16:22 Login Succeeded 08:16:22 nexus3.edgexfoundry.org:10004 08:16:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:22 Configure a credential helper to remove this warning. See 08:16:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:22 08:16:22 Login Succeeded 08:16:22 ****.io 08:16:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:23 #11 133.0 (34/167) Installing libx11 (1.8.9-r1) 08:16:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:16:23 Configure a credential helper to remove this warning. See 08:16:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:16:23 08:16:23 Login Succeeded 08:16:23 ---> ****-login.sh ends [Pipeline] } 08:16:23 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 08:16:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:16:24 + ls -al . 08:16:24 total 68 08:16:24 drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:16 . 08:16:24 drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 08:16 .. 08:16:24 drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 08:16 .git 08:16:24 drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 08:16 .github 08:16:24 -rw-rw-r-- 1 jenkins jenkins 22 Aug 7 08:16 .gitignore 08:16:24 -rw-rw-r-- 1 jenkins jenkins 1653 Aug 7 08:16 Dockerfile 08:16:24 -rw-rw-r-- 1 jenkins jenkins 746 Aug 7 08:16 Jenkinsfile 08:16:24 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 7 08:16 LICENSE 08:16:24 -rw-rw-r-- 1 jenkins jenkins 4232 Aug 7 08:16 README.md 08:16:24 drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 08:16 TUC 08:16:24 -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 08:14 VERSION 08:16:24 -rw-rw-r-- 1 jenkins jenkins 473 Aug 7 08:16 requirements.txt 08:16:24 -rw-rw-r-- 1 jenkins jenkins 54 Aug 7 08:16 robot-entrypoint.sh 08:16:24 -rw-rw-r-- 1 jenkins jenkins 445 Aug 7 08:16 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:24 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 --label arch=arm64 --label version=1.0.0-dev.10 . 08:16:25 Sending build context to Docker daemon 395.8kB 08:16:25 Step 1/13 : FROM alpine:3.20 08:16:25 3.20: Pulling from library/alpine 08:16:25 13e713f82565: Pulling fs layer 08:16:25 #11 135.8 (35/167) Installing libxcomposite (0.4.6-r5) 08:16:25 13e713f82565: Verifying Checksum 08:16:25 13e713f82565: Download complete 08:16:26 13e713f82565: Pull complete 08:16:26 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 08:16:26 Status: Downloaded newer image for alpine:3.20 08:16:26 ---> c88e9dceb6cb 08:16:26 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 08:16:26 ---> Running in a101ee1ba401 08:16:27 Removing intermediate container a101ee1ba401 08:16:27 ---> 8a6fdf00149e 08:16:27 Step 3/13 : LABEL maintainer="Bruce Huang " 08:16:27 #11 137.1 (36/167) Installing libxfixes (6.0.1-r4) 08:16:27 ---> Running in 411f9f33d920 08:16:27 Removing intermediate container 411f9f33d920 08:16:27 ---> 184d66f2fe4e 08:16:27 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 08:16:28 ---> f0ceaa6e992d 08:16:28 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 08:16:28 #11 138.3 (37/167) Installing libxrender (0.9.11-r5) 08:16:28 ---> 6aeacdd8ef7b 08:16:28 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 08:16:29 ---> b8b2dba03a2d 08:16:29 Step 7/13 : WORKDIR /edgex-taf 08:16:29 ---> Running in 17168bfc61de 08:16:29 Removing intermediate container 17168bfc61de 08:16:29 ---> 45e549f2f0a5 08:16:29 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:29 ---> Running in d33653ebf8ca 08:16:29 #11 140.0 (38/167) Installing libxcursor (1.2.2-r1) 08:16:31 Removing intermediate container d33653ebf8ca 08:16:31 ---> b3b866d6bffc 08:16:31 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-dir --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install --no-cache-dir ./edgex-taf-common && pip3 install --no-cache-dir -r requirements.txt 08:16:31 ---> Running in 329ceac2a8a5 08:16:31 #11 141.5 (39/167) Installing libxdamage (1.1.6-r5) 08:16:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:16:32 #11 142.8 (40/167) Installing libxext (1.3.6-r2) 08:16:34 #11 144.4 (41/167) Installing libxi (1.8.1-r4) 08:16:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:16:36 #11 146.0 (42/167) Installing libxinerama (1.1.5-r4) 08:16:37 #11 147.3 (43/167) Installing libxrandr (1.5.4-r1) 08:16:38 #11 148.9 (44/167) Installing libatk-1.0 (2.52.0-r0) 08:16:40 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 08:16:40 #11 150.8 (45/167) Installing libxtst (1.2.4-r6) 08:16:42 #11 152.1 (46/167) Installing dbus-libs (1.14.10-r1) 08:16:42 Executing busybox-1.36.1-r30.post-upgrade 08:16:42 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 08:16:44 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 08:16:44 #11 154.3 (47/167) Installing at-spi2-core (2.52.0-r0) 08:16:45 Executing busybox-1.36.1-r30.trigger 08:16:45 OK: 9 MiB in 14 packages 08:16:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:16:46 #11 156.4 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 08:16:48 #11 158.3 (49/167) Installing pixman (0.43.2-r0) 08:16:48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:16:50 #11 160.7 (50/167) Installing cairo (1.18.4-r0) 08:16:53 #11 163.5 (51/167) Installing cairo-gobject (1.18.4-r0) 08:16:53 (1/14) Installing ca-certificates (20250619-r0) 08:16:54 #11 164.8 (52/167) Installing avahi-libs (0.8-r17) 08:16:55 (2/14) Installing brotli-libs (1.1.0-r2) 08:16:56 #11 166.6 (53/167) Installing gmp (6.3.0-r1) 08:16:57 (3/14) Installing c-ares (1.33.1-r0) 08:16:59 #11 169.1 (54/167) Installing nettle (3.9.1-r0) 08:16:59 (4/14) Installing libunistring (1.2-r0) 08:17:01 #11 171.6 (55/167) Installing libtasn1 (4.20.0-r0) 08:17:03 (5/14) Installing libidn2 (2.3.7-r0) 08:17:03 #11 173.2 (56/167) Installing p11-kit (0.25.3-r0) 08:17:05 (6/14) Installing nghttp2-libs (1.62.1-r0) 08:17:05 #11 175.6 (57/167) Installing gnutls (3.8.5-r0) 08:17:07 (7/14) Installing libpsl (0.21.5-r1) 08:17:09 (8/14) Installing zstd-libs (1.5.6-r0) 08:17:09 #11 178.7 (58/167) Installing cups-libs (2.4.9-r1) 08:17:11 #11 181.4 (59/167) Installing libepoxy (1.5.10-r1) 08:17:11 (9/14) Installing libcurl (8.12.1-r0) 08:17:14 #11 183.9 (60/167) Installing fribidi (1.0.15-r0) 08:17:14 (10/14) Installing curl (8.12.1-r0) 08:17:15 #11 185.6 (61/167) Installing graphite2 (1.3.14-r6) 08:17:16 (11/14) Installing docker-cli (26.1.5-r0) 08:17:17 #11 187.4 (62/167) Installing harfbuzz (8.5.0-r0) 08:17:20 #11 190.2 (63/167) Installing libxft (2.3.8-r3) 08:17:21 (12/14) Installing oniguruma (6.9.9-r0) 08:17:21 #11 191.7 (64/167) Installing pango (1.52.2-r0) 08:17:22 (13/14) Installing jq (1.7.1-r0) 08:17:24 #11 194.2 (65/167) Installing wayland-libs-client (1.22.0-r4) 08:17:25 (14/14) Installing openssl (3.3.4-r0) 08:17:26 #11 195.8 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 08:17:26 #11 197.1 (67/167) Installing wayland-libs-egl (1.22.0-r4) 08:17:28 Executing busybox-1.36.1-r30.trigger 08:17:28 Executing ca-certificates-20250619-r0.trigger 08:17:28 OK: 43 MiB in 28 packages 08:17:28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:17:28 #11 198.4 (68/167) Installing xkeyboard-config (2.41-r0) 08:17:30 #11 201.1 (69/167) Installing libxkbcommon (1.7.0-r0) 08:17:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:17:33 #11 203.3 (70/167) Installing gtk+3.0 (3.24.43-r0) 08:17:35 (1/166) Installing libexpat (2.7.0-r0) 08:17:37 (2/166) Installing libbz2 (1.0.8-r6) 08:17:37 #11 207.4 (71/167) Installing icu-data-full (74.2-r1) 08:17:38 (3/166) Installing libpng (1.6.44-r0) 08:17:41 (4/166) Installing freetype (2.13.2-r0) 08:17:41 #11 211.8 (72/167) Installing mesa (24.0.9-r1) 08:17:43 #11 213.4 (73/167) Installing llvm17-libs (17.0.6-r2) 08:17:43 (5/166) Installing fontconfig (2.15.0-r1) 08:17:46 (6/166) Installing libfontenc (1.1.8-r0) 08:17:47 (7/166) Installing mkfontscale (1.2.2-r6) 08:17:49 (8/166) Installing font-opensans (0_git20210927-r1) 08:17:53 (9/166) Installing pkgconf (2.2.0-r0) 08:17:55 (10/166) Installing libgcc (13.2.1_git20240309-r1) 08:17:55 #11 223.6 (74/167) Installing hwdata-pci (0.382-r0) 08:17:55 #11 226.0 (75/167) Installing libpciaccess (0.18.1-r0) 08:17:57 (11/166) Installing libffi (3.4.6-r0) 08:17:57 #11 227.6 (76/167) Installing libdrm (2.4.120-r0) 08:17:59 (12/166) Installing libintl (0.22.5-r0) 08:17:59 #11 229.7 (77/167) Installing libelf (0.191-r0) 08:18:00 (13/166) Installing libeconf (0.6.3-r0) 08:18:01 #11 231.6 (78/167) Installing mesa-glapi (24.0.9-r1) 08:18:02 (14/166) Installing libblkid (2.40.1-r1) 08:18:03 #11 233.5 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 08:18:04 (15/166) Installing libmount (2.40.1-r1) 08:18:06 (16/166) Installing pcre2 (10.43-r0) 08:18:08 #11 238.2 (80/167) Installing eudev-libs (3.2.14-r2) 08:18:09 (17/166) Installing glib (2.80.5-r0) 08:18:09 #11 239.8 (81/167) Installing libmagic (5.45-r1) 08:18:12 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 08:18:13 #11 242.7 (82/167) Installing file (5.45-r1) 08:18:14 #11 244.0 (83/167) Installing xprop (1.2.7-r0) 08:18:15 #11 245.7 (84/167) Installing libice (1.1.1-r6) 08:18:16 (19/166) Installing xz-libs (5.6.2-r1) 08:18:17 #11 247.3 (85/167) Installing libuuid (2.40.1-r1) 08:18:18 (20/166) Installing libxml2 (2.12.10-r0) 08:18:19 #11 248.9 (86/167) Installing libsm (1.2.4-r4) 08:18:20 #11 250.5 (87/167) Installing libxt (1.3.0-r5) 08:18:20 (21/166) Installing shared-mime-info (2.4-r0) 08:18:22 #11 252.7 (88/167) Installing libxmu (1.1.4-r2) 08:18:23 (22/166) Installing hicolor-icon-theme (0.17-r2) 08:18:24 #11 254.6 (89/167) Installing xset (1.2.5-r1) 08:18:25 (23/166) Installing libjpeg-turbo (3.0.3-r0) 08:18:26 #11 256.2 (90/167) Installing xdg-utils (1.2.1-r0) 08:18:27 (24/166) Installing libsharpyuv (1.3.2-r0) 08:18:28 #11 258.0 (91/167) Installing libogg (1.3.5-r5) 08:18:29 (25/166) Installing libwebp (1.3.2-r0) 08:18:29 #11 259.6 (92/167) Installing libflac (1.4.3-r1) 08:18:31 (26/166) Installing tiff (4.6.0t-r0) 08:18:32 #11 261.8 (93/167) Installing alsa-lib (1.2.11-r0) 08:18:33 (27/166) Installing gdk-pixbuf (2.42.12-r0) 08:18:34 #11 264.7 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 08:18:35 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 08:18:37 (29/166) Installing libxau (1.0.11-r4) 08:18:37 #11 268.1 (95/167) Installing aom-libs (3.9.1-r0) 08:18:38 (30/166) Installing libmd (1.1.0-r0) 08:18:40 (31/166) Installing libbsd (0.12.2-r0) 08:18:41 (32/166) Installing libxdmcp (1.1.5-r1) 08:18:42 #11 271.7 (96/167) Installing libva (2.21.0-r0) 08:18:43 (33/166) Installing libxcb (1.16.1-r0) 08:18:43 #11 273.6 (97/167) Installing libvdpau (1.5-r3) 08:18:45 #11 275.1 (98/167) Installing onevpl-libs (2023.3.1-r2) 08:18:45 (34/166) Installing libx11 (1.8.9-r1) 08:18:47 #11 277.3 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 08:18:49 (35/166) Installing libxcomposite (0.4.6-r5) 08:18:49 #11 279.8 (100/167) Installing libdav1d (1.4.2-r0) 08:18:50 (36/166) Installing libxfixes (6.0.1-r4) 08:18:51 (37/166) Installing libxrender (0.9.11-r5) 08:18:52 (38/166) Installing libxcursor (1.2.2-r1) 08:18:53 #11 282.6 (101/167) Installing openexr-libiex (3.1.13-r1) 08:18:54 (39/166) Installing libxdamage (1.1.6-r5) 08:18:55 #11 284.9 (102/167) Installing openexr-libilmthread (3.1.13-r1) 08:18:55 (40/166) Installing libxext (1.3.6-r2) 08:18:56 #11 286.4 (103/167) Installing imath (3.1.12-r0) 08:18:57 (41/166) Installing libxi (1.8.1-r4) 08:18:58 #11 288.3 (104/167) Installing openexr-libopenexr (3.1.13-r1) 08:18:59 (42/166) Installing libxinerama (1.1.5-r4) 08:19:00 (43/166) Installing libxrandr (1.5.4-r1) 08:19:01 #11 291.4 (105/167) Installing giflib (5.2.2-r0) 08:19:02 (44/166) Installing libatk-1.0 (2.52.0-r0) 08:19:02 #11 293.0 (106/167) Installing libhwy (1.0.7-r0) 08:19:03 (45/166) Installing libxtst (1.2.4-r6) 08:19:04 #11 294.5 (107/167) Installing lcms2 (2.16-r0) 08:19:05 (46/166) Installing dbus-libs (1.14.10-r1) 08:19:06 #11 296.7 (108/167) Installing libjxl (0.10.2-r0) 08:19:07 (47/166) Installing at-spi2-core (2.52.0-r0) 08:19:09 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 08:19:10 #11 299.9 (109/167) Installing lame-libs (3.100-r5) 08:19:11 (49/166) Installing pixman (0.43.2-r0) 08:19:12 #11 302.1 (110/167) Installing opus (1.5.2-r0) 08:19:14 (50/166) Installing cairo (1.18.4-r0) 08:19:14 #11 304.6 (111/167) Installing rav1e-libs (0.7.1-r0) 08:19:16 (51/166) Installing cairo-gobject (1.18.4-r0) 08:19:17 #11 307.7 (112/167) Installing libgomp (13.2.1_git20240309-r1) 08:19:18 (52/166) Installing avahi-libs (0.8-r17) 08:19:19 #11 309.8 (113/167) Installing soxr (0.1.3-r7) 08:19:20 (53/166) Installing gmp (6.3.0-r1) 08:19:21 #11 311.7 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 08:19:22 (54/166) Installing nettle (3.9.1-r0) 08:19:23 #11 313.6 (115/167) Installing libtheora (1.1.1-r18) 08:19:25 (55/166) Installing libtasn1 (4.20.0-r0) 08:19:26 #11 316.1 (116/167) Installing libvorbis (1.3.7-r2) 08:19:26 (56/166) Installing p11-kit (0.25.3-r0) 08:19:28 #11 318.6 (117/167) Installing libvpx (1.14.1-r0) 08:19:29 (57/166) Installing gnutls (3.8.5-r0) 08:19:31 #11 321.7 (118/167) Installing libwebpmux (1.3.2-r0) 08:19:32 (58/166) Installing cups-libs (2.4.9-r1) 08:19:33 #11 323.3 (119/167) Installing x264-libs (0.164_git20231001-r0) 08:19:34 (59/166) Installing libepoxy (1.5.10-r1) 08:19:36 #11 326.4 (120/167) Installing numactl (2.0.18-r0) 08:19:37 (60/166) Installing fribidi (1.0.15-r0) 08:19:37 #11 328.0 (121/167) Installing x265-libs (3.6-r0) 08:19:39 (61/166) Installing graphite2 (1.3.14-r6) 08:19:40 (62/166) Installing harfbuzz (8.5.0-r0) 08:19:41 #11 331.4 (122/167) Installing xvidcore (1.3.7-r2) 08:19:43 (63/166) Installing libxft (2.3.8-r3) 08:19:43 #11 333.7 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 08:19:44 (64/166) Installing pango (1.52.2-r0) 08:19:47 (65/166) Installing wayland-libs-client (1.22.0-r4) 08:19:48 #11 337.6 (124/167) Installing libbluray (1.3.4-r1) 08:19:49 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 08:19:49 #11 339.7 (125/167) Installing mpg123-libs (1.32.8-r0) 08:19:50 (67/166) Installing wayland-libs-egl (1.22.0-r4) 08:19:51 (68/166) Installing xkeyboard-config (2.41-r0) 08:19:52 #11 341.9 (126/167) Installing libopenmpt (0.7.7-r0) 08:19:54 #11 344.7 (127/167) Installing cjson (1.7.18-r0) 08:19:55 (69/166) Installing libxkbcommon (1.7.0-r0) 08:19:56 #11 346.3 (128/167) Installing mbedtls (3.6.4-r0) 08:19:57 (70/166) Installing gtk+3.0 (3.24.43-r0) 08:19:58 #11 348.7 (129/167) Installing librist (0.2.10-r1) 08:20:00 #11 350.6 (130/167) Installing libsrt (1.5.3-r0) 08:20:01 (71/166) Installing icu-data-full (74.2-r1) 08:20:03 #11 353.1 (131/167) Installing libssh (0.10.6-r0) 08:20:05 (72/166) Installing mesa (24.0.9-r1) 08:20:05 #11 355.3 (132/167) Installing libsodium (1.0.19-r0) 08:20:07 (73/166) Installing llvm17-libs (17.0.6-r2) 08:20:07 #11 357.5 (133/167) Installing libzmq (4.3.5-r2) 08:20:10 #11 360.0 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 08:20:13 #11 363.2 (135/167) Installing crc32c (1.1.2-r0) 08:20:14 #11 364.8 (136/167) Installing double-conversion (3.3.0-r0) 08:20:16 #11 366.3 (137/167) Installing libevent (2.1.12-r7) 08:20:17 (74/166) Installing hwdata-pci (0.382-r0) 08:20:19 #11 368.9 (138/167) Installing wayland-libs-server (1.22.0-r4) 08:20:20 (75/166) Installing libpciaccess (0.18.1-r0) 08:20:20 #11 370.5 (139/167) Installing mesa-gbm (24.0.9-r1) 08:20:21 #11 372.0 (140/167) Installing harfbuzz-subset (8.5.0-r0) 08:20:21 (76/166) Installing libdrm (2.4.120-r0) 08:20:23 (77/166) Installing libelf (0.191-r0) 08:20:25 #11 374.7 (141/167) Installing icu-libs (74.2-r1) 08:20:25 (78/166) Installing mesa-glapi (24.0.9-r1) 08:20:27 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 08:20:28 #11 378.1 (142/167) Installing minizip (1.3.1-r0) 08:20:29 #11 379.7 (143/167) Installing nspr (4.35-r4) 08:20:32 #11 381.9 (144/167) Installing sqlite-libs (3.45.3-r2) 08:20:33 (80/166) Installing eudev-libs (3.2.14-r2) 08:20:34 (81/166) Installing libmagic (5.45-r1) 08:20:34 #11 384.8 (145/167) Installing nss (3.105-r0) 08:20:36 (82/166) Installing file (5.45-r1) 08:20:38 #11 388.2 (146/167) Installing openh264 (2.4.1-r0) 08:20:38 (83/166) Installing xprop (1.2.7-r0) 08:20:40 (84/166) Installing libice (1.1.1-r6) 08:20:41 #11 391.0 (147/167) Installing libcamera-ipa (0.3.0-r0) 08:20:42 (85/166) Installing libuuid (2.40.1-r1) 08:20:42 #11 392.9 (148/167) Installing libunwind (1.8.1-r0) 08:20:43 (86/166) Installing libsm (1.2.4-r4) 08:20:44 #11 394.8 (149/167) Installing yaml (0.2.5-r2) 08:20:45 (87/166) Installing libxt (1.3.0-r5) 08:20:46 #11 396.7 (150/167) Installing libcamera (0.3.0-r0) 08:20:47 (88/166) Installing libxmu (1.1.4-r2) 08:20:49 (89/166) Installing xset (1.2.5-r1) 08:20:49 #11 399.4 (151/167) Installing speexdsp (1.2.1-r2) 08:20:50 (90/166) Installing xdg-utils (1.2.1-r0) 08:20:51 #11 401.0 (152/167) Installing libuv (1.48.0-r0) 08:20:52 (91/166) Installing libogg (1.3.5-r5) 08:20:53 #11 402.9 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 08:20:54 (92/166) Installing libflac (1.4.3-r1) 08:20:55 #11 405.4 (154/167) Installing libsndfile (1.2.2-r1) 08:20:56 (93/166) Installing alsa-lib (1.2.11-r0) 08:20:58 #11 407.9 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 08:21:00 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 08:21:00 #11 410.7 (156/167) Installing pipewire-libs (1.0.6-r1) 08:21:03 (95/166) Installing aom-libs (3.9.1-r0) 08:21:04 #11 414.3 (157/167) Installing libasyncns (0.8-r3) 08:21:05 #11 415.8 (158/167) Installing libltdl (2.4.7-r3) 08:21:07 #11 417.4 (159/167) Installing orc (0.4.40-r0) 08:21:07 (96/166) Installing libva (2.21.0-r0) 08:21:08 (97/166) Installing libvdpau (1.5-r3) 08:21:09 #11 419.7 (160/167) Installing tdb-libs (1.4.9-r1) 08:21:10 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 08:21:11 #11 421.6 (161/167) Installing libpulse (17.0-r0) 08:21:13 (99/166) Installing libdav1d (1.4.2-r0) 08:21:15 #11 424.5 (162/167) Installing libwebpdemux (1.3.2-r0) 08:21:15 #11 425.8 (163/167) Installing libgpg-error (1.49-r0) 08:21:16 (100/166) Installing openexr-libiex (3.1.13-r1) 08:21:18 (101/166) Installing openexr-libilmthread (3.1.13-r1) 08:21:20 (102/166) Installing imath (3.1.12-r0) 08:21:21 #11 431.3 (164/167) Installing libgcrypt (1.10.3-r0) 08:21:21 (103/166) Installing openexr-libopenexr (3.1.13-r1) 08:21:24 #11 434.2 (165/167) Installing libxslt (1.1.39-r2) 08:21:25 (104/166) Installing giflib (5.2.2-r0) 08:21:26 (105/166) Installing libhwy (1.0.7-r0) 08:21:26 #11 436.3 (166/167) Installing chromium (131.0.6778.108-r0) 08:21:28 (106/166) Installing lcms2 (2.16-r0) 08:21:30 (107/166) Installing libjxl (0.10.2-r0) 08:21:33 (108/166) Installing lame-libs (3.100-r5) 08:21:36 (109/166) Installing opus (1.5.2-r0) 08:21:38 (110/166) Installing rav1e-libs (0.7.1-r0) 08:21:41 (111/166) Installing libgomp (13.2.1_git20240309-r1) 08:21:43 (112/166) Installing soxr (0.1.3-r7) 08:21:44 #11 454.4 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 08:21:45 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 08:21:47 (114/166) Installing libtheora (1.1.1-r18) 08:21:48 #11 458.6 Executing busybox-1.36.1-r30.trigger 08:21:48 #11 458.7 Executing fontconfig-2.15.0-r1.trigger 08:21:48 #11 458.7 Executing mkfontscale-1.2.2-r6.trigger 08:21:48 #11 458.7 Executing glib-2.80.5-r0.trigger 08:21:48 #11 458.7 Executing shared-mime-info-2.4-r0.trigger 08:21:48 #11 459.1 Executing gdk-pixbuf-2.42.12-r0.trigger 08:21:49 #11 459.1 Executing gtk-update-icon-cache-3.24.43-r0.trigger 08:21:49 #11 459.1 Executing gtk+3.0-3.24.43-r0.trigger 08:21:49 #11 459.1 OK: 672 MiB in 195 packages 08:21:49 #11 459.2 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:21:50 (115/166) Installing libvorbis (1.3.7-r2) 08:21:52 #11 462.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:21:52 (116/166) Installing libvpx (1.14.1-r0) 08:21:55 #11 465.5 (1/30) Installing jansson (2.14-r4) 08:21:56 (117/166) Installing libwebpmux (1.3.2-r0) 08:21:57 #11 467.1 (2/30) Installing binutils (2.42-r1) 08:21:57 (118/166) Installing x264-libs (0.164_git20231001-r0) 08:22:00 #11 470.5 (3/30) Installing libatomic (13.2.1_git20240309-r1) 08:22:00 (119/166) Installing numactl (2.0.18-r0) 08:22:01 #11 471.8 (4/30) Installing isl26 (0.26-r1) 08:22:02 (120/166) Installing x265-libs (3.6-r0) 08:22:05 #11 475.3 (5/30) Installing mpfr4 (4.2.1-r0) 08:22:06 (121/166) Installing xvidcore (1.3.7-r2) 08:22:07 #11 477.8 (6/30) Installing mpc1 (1.3.1-r1) 08:22:07 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 08:22:10 #11 479.8 (7/30) Installing gcc (13.2.1_git20240309-r1) 08:22:12 (123/166) Installing libbluray (1.3.4-r1) 08:22:14 (124/166) Installing mpg123-libs (1.32.8-r0) 08:22:16 (125/166) Installing libopenmpt (0.7.7-r0) 08:22:18 #11 488.4 (8/30) Installing musl-dev (1.2.5-r1) 08:22:19 (126/166) Installing cjson (1.7.18-r0) 08:22:21 (127/166) Installing mbedtls (3.6.4-r0) 08:22:21 #11 491.8 (9/30) Installing linux-headers (6.6-r0) 08:22:23 (128/166) Installing librist (0.2.10-r1) 08:22:25 #11 495.2 (10/30) Installing libffi-dev (3.4.6-r0) 08:22:26 (129/166) Installing libsrt (1.5.3-r0) 08:22:27 #11 497.0 (11/30) Installing libpq (16.9-r0) 08:22:28 (130/166) Installing libssh (0.10.6-r0) 08:22:29 #11 499.2 (12/30) Installing openssl-dev (3.3.4-r0) 08:22:30 (131/166) Installing libsodium (1.0.19-r0) 08:22:31 #11 501.6 (13/30) Installing libpq-dev (16.9-r0) 08:22:32 (132/166) Installing libzmq (4.3.5-r2) 08:22:34 #11 504.4 (14/30) Installing libecpg (16.9-r0) 08:22:35 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 08:22:36 #11 506.3 (15/30) Installing libecpg-dev (16.9-r0) 08:22:38 (134/166) Installing crc32c (1.1.2-r0) 08:22:38 #11 508.8 (16/30) Installing clang16-headers (16.0.6-r5) 08:22:40 (135/166) Installing double-conversion (3.3.0-r0) 08:22:41 (136/166) Installing libevent (2.1.12-r7) 08:22:42 #11 511.5 (17/30) Installing llvm16-libs (16.0.6-r9) 08:22:44 (137/166) Installing wayland-libs-server (1.22.0-r4) 08:22:45 (138/166) Installing mesa-gbm (24.0.9-r1) 08:22:47 (139/166) Installing harfbuzz-subset (8.5.0-r0) 08:22:50 (140/166) Installing icu-libs (74.2-r1) 08:22:51 #11 520.5 (18/30) Installing clang16-libs (16.0.6-r5) 08:22:54 (141/166) Installing minizip (1.3.1-r0) 08:22:55 (142/166) Installing nspr (4.35-r4) 08:22:57 (143/166) Installing sqlite-libs (3.45.3-r2) 08:23:00 (144/166) Installing nss (3.105-r0) 08:23:01 #11 531.5 (19/30) Installing fortify-headers (1.1-r3) 08:23:02 #11 532.7 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 08:23:03 (145/166) Installing openh264 (2.4.1-r0) 08:23:06 (146/166) Installing libcamera-ipa (0.3.0-r0) 08:23:06 #11 536.5 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 08:23:08 #11 538.4 (22/30) Installing clang16 (16.0.6-r5) 08:23:08 (147/166) Installing libunwind (1.8.1-r0) 08:23:10 (148/166) Installing yaml (0.2.5-r2) 08:23:11 #11 540.9 (23/30) Installing icu (74.2-r1) 08:23:12 (149/166) Installing libcamera (0.3.0-r0) 08:23:13 #11 543.4 (24/30) Installing icu-dev (74.2-r1) 08:23:16 (150/166) Installing speexdsp (1.2.1-r2) 08:23:16 #11 546.5 (25/30) Installing llvm16 (16.0.6-r9) 08:23:17 (151/166) Installing libuv (1.48.0-r0) 08:23:19 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 08:23:22 (153/166) Installing libsndfile (1.2.2-r1) 08:23:24 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 08:23:25 #11 554.8 (26/30) Installing lz4-libs (1.9.4-r5) 08:23:27 #11 556.7 (27/30) Installing lz4-dev (1.9.4-r5) 08:23:27 (155/166) Installing pipewire-libs (1.0.6-r1) 08:23:28 #11 558.3 (28/30) Installing zstd (1.5.6-r0) 08:23:30 #11 560.6 (29/30) Installing zstd-dev (1.5.6-r0) 08:23:31 (156/166) Installing libasyncns (0.8-r3) 08:23:32 #11 562.4 (30/30) Installing postgresql16-dev (16.9-r0) 08:23:32 (157/166) Installing libltdl (2.4.7-r3) 08:23:34 (158/166) Installing orc (0.4.40-r0) 08:23:36 (159/166) Installing tdb-libs (1.4.9-r1) 08:23:37 #11 567.2 Executing busybox-1.36.1-r30.trigger 08:23:37 #11 567.2 OK: 1208 MiB in 225 packages 08:23:37 #11 567.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:23:38 (160/166) Installing libpulse (17.0-r0) 08:23:40 #11 570.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:23:41 (161/166) Installing libwebpdemux (1.3.2-r0) 08:23:42 (162/166) Installing libgpg-error (1.49-r0) 08:23:43 #11 573.6 (1/14) Installing g++ (13.2.1_git20240309-r1) 08:23:44 (163/166) Installing libgcrypt (1.10.3-r0) 08:23:47 (164/166) Installing libxslt (1.1.39-r2) 08:23:48 #11 578.6 (2/14) Installing gdbm (1.23-r1) 08:23:49 (165/166) Installing chromium (131.0.6778.108-r0) 08:23:50 #11 580.2 (3/14) Installing mpdecimal (4.0.0-r0) 08:23:52 #11 582.1 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 08:23:53 #11 583.8 (5/14) Installing libncursesw (6.4_p20240420-r2) 08:23:56 #11 586.0 (6/14) Installing libpanelw (6.4_p20240420-r2) 08:23:57 #11 587.3 (7/14) Installing readline (8.2.10-r0) 08:23:59 #11 589.5 (8/14) Installing python3 (3.12.11-r0) 08:24:03 #11 593.5 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 08:24:07 #11 597.3 (10/14) Installing pyc (3.12.11-r0) 08:24:07 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 08:24:08 #11 598.6 (11/14) Installing python3-pyc (3.12.11-r0) 08:24:10 #11 599.9 (12/14) Installing python3-dev (3.12.11-r0) 08:24:11 Executing busybox-1.36.1-r30.trigger 08:24:11 Executing fontconfig-2.15.0-r1.trigger 08:24:11 Executing mkfontscale-1.2.2-r6.trigger 08:24:11 Executing glib-2.80.5-r0.trigger 08:24:11 Executing shared-mime-info-2.4-r0.trigger 08:24:13 Executing gdk-pixbuf-2.42.12-r0.trigger 08:24:13 Executing gtk-update-icon-cache-3.24.43-r0.trigger 08:24:14 Executing gtk+3.0-3.24.43-r0.trigger 08:24:14 OK: 657 MiB in 194 packages 08:24:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:24:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:24:21 #11 610.0 (13/14) Installing libsodium-dev (1.0.19-r0) 08:24:21 #11 611.6 (14/14) Installing zeromq-dev (4.3.5-r2) 08:24:22 (1/30) Installing jansson (2.14-r4) 08:24:23 #11 613.2 Executing busybox-1.36.1-r30.trigger 08:24:23 #11 613.2 OK: 1374 MiB in 239 packages 08:24:23 #11 613.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:24:23 (2/30) Installing binutils (2.42-r1) 08:24:27 #11 616.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:24:28 (3/30) Installing libatomic (13.2.1_git20240309-r1) 08:24:28 (4/30) Installing isl26 (0.26-r1) 08:24:30 #11 620.6 OK: 1374 MiB in 239 packages 08:24:30 #11 620.7 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:24:32 (5/30) Installing mpfr4 (4.2.1-r0) 08:24:33 #11 623.5 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:24:33 (6/30) Installing mpc1 (1.3.1-r1) 08:24:35 (7/30) Installing gcc (13.2.1_git20240309-r1) 08:24:38 #11 627.1 (1/1) Installing tzdata (2025b-r0) 08:24:41 #11 631.7 OK: 1376 MiB in 240 packages 08:24:41 #11 632.1 (1/1) Purging tzdata (2025b-r0) 08:24:43 #11 633.8 OK: 1374 MiB in 239 packages 08:24:44 (8/30) Installing musl-dev (1.2.5-r1) 08:24:45 #11 635.5 Looking in links: /tmp/tmp6_7_kp8g 08:24:45 #11 635.5 Processing /tmp/tmp6_7_kp8g/pip-25.0.1-py3-none-any.whl 08:24:45 #11 635.6 Installing collected packages: pip 08:24:48 (9/30) Installing linux-headers (6.6-r0) 08:24:50 #11 640.5 Successfully installed pip-25.0.1 08:24:50 #11 640.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:24:50 #11 640.9 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 08:24:51 #11 641.0 Collecting pip 08:24:51 #11 641.0 Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) 08:24:51 #11 641.2 Collecting setuptools 08:24:51 #11 641.2 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 08:24:51 #11 641.2 Collecting wheel 08:24:51 #11 641.2 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 08:24:51 #11 641.2 Downloading pip-25.2-py3-none-any.whl (1.8 MB) 08:24:51 #11 641.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 68.6 MB/s eta 0:00:00 08:24:51 #11 641.3 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 08:24:51 #11 641.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 108.3 MB/s eta 0:00:00 08:24:51 #11 641.3 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 08:24:51 #11 641.3 Installing collected packages: wheel, setuptools, pip 08:24:52 (10/30) Installing libffi-dev (3.4.6-r0) 08:24:53 (11/30) Installing libpq (16.9-r0) 08:24:54 #11 643.8 Attempting uninstall: pip 08:24:54 #11 643.8 Found existing installation: pip 25.0.1 08:24:54 #11 643.9 Uninstalling pip-25.0.1: 08:24:54 #11 643.9 Successfully uninstalled pip-25.0.1 08:24:55 #11 645.8 Successfully installed pip-25.2 setuptools-80.9.0 wheel-0.45.1 08:24:55 #11 645.8 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:24:56 #11 646.3 Processing ./edgex-taf-common 08:24:56 (12/30) Installing openssl-dev (3.3.4-r0) 08:24:56 #11 646.3 Preparing metadata (setup.py): started 08:24:56 #11 646.5 Preparing metadata (setup.py): finished with status 'done' 08:24:56 #11 646.5 Building wheels for collected packages: edgex-taf-common 08:24:56 #11 646.5 DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:24:56 #11 646.5 Building wheel for edgex-taf-common (setup.py): started 08:24:56 #11 646.7 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 08:24:56 #11 646.7 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=315f1155ee87994bfc73d64e856881b0d0e8bf55380a61e1cbd53c6eb13dad81 08:24:56 #11 646.7 Stored in directory: /tmp/pip-ephem-wheel-cache-v1g3zb4y/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 08:24:56 #11 646.7 Successfully built edgex-taf-common 08:24:56 #11 646.7 Installing collected packages: edgex-taf-common 08:24:57 #11 647.3 Successfully installed edgex-taf-common-0.0.0 08:24:57 #11 647.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:24:57 #11 647.8 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 08:24:57 #11 647.9 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 08:24:57 #11 647.9 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 08:24:57 #11 647.9 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 08:24:57 #11 647.9 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 08:24:57 #11 648.0 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 08:24:58 #11 648.0 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 08:24:58 #11 648.0 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 08:24:58 #11 648.0 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 08:24:58 #11 648.0 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 08:24:58 #11 648.0 Preparing metadata (setup.py): started 08:24:58 #11 648.2 Preparing metadata (setup.py): finished with status 'done' 08:24:58 #11 648.3 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 08:24:58 #11 648.3 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 08:24:58 #11 648.3 Preparing metadata (setup.py): started 08:24:58 #11 648.5 Preparing metadata (setup.py): finished with status 'done' 08:24:58 #11 648.5 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 08:24:58 #11 648.5 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 08:24:58 #11 648.6 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 08:24:58 #11 648.6 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 08:24:58 #11 648.6 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 08:24:58 #11 648.6 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 08:24:58 #11 648.6 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 08:24:58 #11 648.6 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 08:24:58 #11 648.6 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 08:24:58 #11 648.6 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 08:24:58 #11 648.9 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 08:24:58 #11 648.9 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 08:24:58 #11 649.0 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 08:24:58 (13/30) Installing libpq-dev (16.9-r0) 08:24:59 #11 649.0 Downloading psutil-7.0.0.tar.gz (497 kB) 08:24:59 #11 649.1 Installing build dependencies: started 08:25:01 (14/30) Installing libecpg (16.9-r0) 08:25:02 #11 651.9 Installing build dependencies: finished with status 'done' 08:25:02 #11 651.9 Getting requirements to build wheel: started 08:25:02 #11 652.5 Getting requirements to build wheel: finished with status 'done' 08:25:02 #11 652.5 Preparing metadata (pyproject.toml): started 08:25:02 #11 652.9 Preparing metadata (pyproject.toml): finished with status 'done' 08:25:03 #11 653.2 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 08:25:03 (15/30) Installing libecpg-dev (16.9-r0) 08:25:03 #11 653.2 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) 08:25:03 #11 653.2 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 08:25:03 #11 653.2 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 08:25:03 #11 653.3 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 08:25:03 #11 653.3 Downloading psycopg2-2.9.10.tar.gz (385 kB) 08:25:03 #11 653.4 Preparing metadata (setup.py): started 08:25:03 #11 653.6 Preparing metadata (setup.py): finished with status 'done' 08:25:03 #11 653.7 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 08:25:03 #11 653.7 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 08:25:03 #11 654.0 Collecting protobuf==6.31.1 (from -r requirements.txt (line 18)) 08:25:04 #11 654.0 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 08:25:04 #11 654.0 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) 08:25:04 #11 654.0 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 08:25:04 #11 654.2 Collecting cryptography==45.0.4 (from -r requirements.txt (line 20)) 08:25:04 #11 654.2 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) 08:25:04 #11 654.2 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 08:25:04 #11 654.2 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 08:25:04 #11 654.3 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 08:25:04 #11 654.3 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 08:25:04 #11 654.3 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 08:25:04 #11 654.4 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 08:25:04 #11 654.4 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:04 #11 654.4 Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) 08:25:04 #11 654.4 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:04 #11 654.4 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 08:25:04 #11 654.5 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:04 #11 654.5 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 08:25:04 #11 654.5 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:25:04 #11 654.5 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) 08:25:04 #11 654.5 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:25:04 #11 654.5 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 08:25:04 #11 654.6 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 654.6 Downloading docutils-0.22-py3-none-any.whl.metadata (15 kB) 08:25:04 #11 654.6 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 654.6 Downloading flex-6.14.1.tar.gz (40 kB) 08:25:04 #11 654.6 Preparing metadata (setup.py): started 08:25:04 #11 654.9 Preparing metadata (setup.py): finished with status 'done' 08:25:04 #11 654.9 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 654.9 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 08:25:04 #11 654.9 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 654.9 Downloading jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB) 08:25:04 #11 655.0 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 655.0 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 08:25:04 #11 655.0 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 655.0 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 08:25:04 #11 655.1 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:04 #11 655.1 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 08:25:04 #11 655.1 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:05 #11 655.1 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 08:25:05 #11 655.2 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 08:25:05 #11 655.2 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 08:25:05 #11 655.2 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 08:25:05 #11 655.2 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 08:25:05 #11 655.3 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 08:25:05 #11 655.3 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 08:25:05 #11 655.3 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 08:25:05 #11 655.3 Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) 08:25:05 #11 655.4 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:25:05 #11 655.4 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 08:25:05 #11 655.4 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:25:05 #11 655.4 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 08:25:05 #11 655.4 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 15)) (80.9.0) 08:25:05 #11 655.6 Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 20)) 08:25:05 #11 655.6 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) 08:25:05 #11 655.6 Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 20)) 08:25:05 #11 655.6 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 08:25:05 #11 655.6 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:25:05 #11 655.7 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (10 kB) 08:25:05 #11 655.7 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:25:05 #11 655.7 Downloading invoke-2.2.0-py3-none-any.whl.metadata (3.3 kB) 08:25:05 #11 655.8 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:25:05 #11 655.8 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl.metadata (8.6 kB) 08:25:05 #11 655.8 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:25:05 #11 655.8 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 08:25:05 #11 655.8 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:25:05 #11 655.8 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 08:25:05 #11 655.9 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 (16/30) Installing clang16-headers (16.0.6-r5) 08:25:05 #11 655.9 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 08:25:05 #11 655.9 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 655.9 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 08:25:05 #11 655.9 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 655.9 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 08:25:05 #11 656.0 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 08:25:05 #11 656.0 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.0 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 08:25:05 #11 656.0 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.0 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 08:25:05 #11 656.0 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.0 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 08:25:05 #11 656.0 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.1 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 08:25:05 #11 656.1 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:25:05 #11 656.1 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 08:25:05 #11 656.1 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:05 #11 656.2 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 08:25:05 #11 656.2 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:05 #11 656.2 Downloading validate_email-1.3.tar.gz (4.7 kB) 08:25:05 #11 656.2 Preparing metadata (setup.py): started 08:25:06 #11 656.4 Preparing metadata (setup.py): finished with status 'done' 08:25:06 #11 656.4 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.4 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 08:25:06 #11 656.4 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.4 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 08:25:06 #11 656.5 Preparing metadata (setup.py): started 08:25:06 #11 656.6 Preparing metadata (setup.py): finished with status 'done' 08:25:06 #11 656.7 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.7 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 08:25:06 #11 656.7 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.7 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 08:25:06 #11 656.7 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.7 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 08:25:06 #11 656.8 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:06 #11 656.8 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 08:25:07 #11 657.1 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.1 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.2 kB) 08:25:07 #11 657.2 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.2 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 08:25:07 #11 657.2 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.2 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 08:25:07 #11 657.2 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.2 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 08:25:07 #11 657.2 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.2 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 08:25:07 #11 657.3 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.3 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 08:25:07 #11 657.3 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.3 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 08:25:07 #11 657.4 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.4 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 08:25:07 #11 657.4 Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.4 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 08:25:07 #11 657.4 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.4 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 08:25:07 #11 657.5 Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.5 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 08:25:07 #11 657.6 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:25:07 #11 657.6 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 08:25:07 #11 657.6 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 08:25:07 #11 657.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 81.8 MB/s 0:00:00 08:25:07 #11 657.6 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 08:25:07 #11 657.6 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 08:25:07 #11 657.6 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 08:25:07 #11 657.6 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 08:25:07 #11 657.6 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 08:25:07 #11 657.6 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 08:25:07 #11 657.6 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 08:25:07 #11 657.6 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 08:25:07 #11 657.7 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 08:25:07 #11 657.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 102.4 MB/s 0:00:00 08:25:07 #11 657.8 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) 08:25:07 #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 147.2 MB/s 0:00:00 08:25:07 #11 657.9 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 08:25:07 #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 162.8 MB/s 0:00:00 08:25:07 #11 657.9 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 08:25:07 #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 163.5 MB/s 0:00:00 08:25:07 #11 657.9 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 08:25:07 #11 657.9 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 08:25:07 #11 657.9 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) 08:25:08 #11 657.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 143.6 MB/s 0:00:00 08:25:08 #11 657.9 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 08:25:08 #11 658.0 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 08:25:08 #11 658.0 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 08:25:08 #11 658.0 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 08:25:08 #11 658.0 Downloading idna-3.10-py3-none-any.whl (70 kB) 08:25:08 #11 658.0 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 08:25:08 #11 658.0 Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 08:25:08 #11 658.0 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) 08:25:08 #11 658.0 Downloading click-8.2.1-py3-none-any.whl (102 kB) 08:25:08 #11 658.0 Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) 08:25:08 #11 658.0 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl (363 kB) 08:25:08 #11 658.0 Downloading invoke-2.2.0-py3-none-any.whl (160 kB) 08:25:08 #11 658.0 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl (1.1 MB) 08:25:08 #11 658.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 147.6 MB/s 0:00:00 08:25:08 #11 658.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 08:25:08 #11 658.0 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 08:25:08 #11 658.0 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 08:25:08 #11 658.0 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 08:25:08 #11 658.0 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 08:25:08 #11 658.0 Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) 08:25:08 #11 658.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 26.7 MB/s 0:00:00 08:25:08 #11 658.4 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 08:25:08 #11 658.4 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 08:25:08 #11 658.4 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 08:25:08 #11 658.4 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 08:25:08 #11 658.4 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 08:25:08 #11 658.4 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 08:25:08 #11 658.4 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 08:25:08 #11 658.4 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 08:25:08 #11 658.4 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 08:25:08 #11 658.4 Downloading docutils-0.22-py3-none-any.whl (630 kB) 08:25:08 #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.7/630.7 kB 144.1 MB/s 0:00:00 08:25:08 #11 658.5 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 08:25:08 #11 658.5 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 08:25:08 #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 191.1 MB/s 0:00:00 08:25:08 #11 658.5 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 08:25:08 #11 658.5 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 08:25:08 #11 658.5 Downloading jsonschema-4.25.0-py3-none-any.whl (89 kB) 08:25:08 #11 658.5 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 08:25:08 #11 658.5 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 08:25:08 #11 658.5 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_x86_64.whl (557 kB) 08:25:08 #11 658.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 kB 128.9 MB/s 0:00:00 08:25:08 #11 658.5 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 08:25:08 #11 658.5 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 08:25:08 #11 658.5 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 08:25:08 #11 658.5 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 08:25:08 #11 658.5 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 08:25:08 #11 658.5 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 08:25:08 #11 658.6 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 08:25:08 #11 658.6 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 08:25:08 #11 658.6 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 08:25:08 #11 658.6 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 08:25:08 #11 658.6 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 08:25:08 #11 658.6 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 08:25:08 #11 658.6 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 08:25:08 #11 658.6 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 08:25:08 #11 658.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 161.0 MB/s 0:00:00 08:25:08 #11 658.6 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 08:25:08 #11 658.6 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 08:25:08 #11 658.6 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 08:25:08 #11 658.6 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 08:25:08 #11 658.8 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 08:25:08 #11 658.8 Building wheel for robotframework-sshlibrary (setup.py): started 08:25:08 #11 658.8 DEPRECATION: Building 'robotframework-sshlibrary' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotframework-sshlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:08 #11 659.0 Building wheel for robotframework-sshlibrary (setup.py): finished with status 'done' 08:25:09 #11 659.0 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=a349c481c8f6e782df0896f39e087f69e173a21c9f717ccae5984726ec316f41 08:25:09 #11 659.0 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 08:25:09 #11 659.0 DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:09 #11 659.0 Building wheel for robotbackgroundlogger (setup.py): started 08:25:09 #11 659.2 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 08:25:09 (17/30) Installing llvm16-libs (16.0.6-r9) 08:25:09 #11 659.2 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=edd0c1a151a6c73801211018555cc35da7f329020a1dfb5dc213c8671ad9c52c 08:25:09 #11 659.2 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 08:25:09 #11 659.2 Building wheel for psutil (pyproject.toml): started 08:25:11 #11 661.3 Building wheel for psutil (pyproject.toml): finished with status 'done' 08:25:11 #11 661.3 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277543 sha256=16587597b29831f8bac2d9ca921026acba8fd36044a875aff3507ce1a9bfbf64 08:25:11 #11 661.3 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 08:25:11 #11 661.3 DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:11 #11 661.3 Building wheel for psycopg2 (setup.py): started 08:25:19 (18/30) Installing clang16-libs (16.0.6-r5) 08:25:23 #11 672.5 Building wheel for psycopg2 (setup.py): finished with status 'done' 08:25:23 #11 672.5 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521908 sha256=5ede2b095f0cf1493eca05f631f45b20ae84e68f0965c2aae534924bd0d1eeeb 08:25:23 #11 672.5 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 08:25:23 #11 672.5 Building wheel for flex (setup.py): started 08:25:23 #11 672.5 DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:23 #11 672.8 Building wheel for flex (setup.py): finished with status 'done' 08:25:23 #11 672.8 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=82ceccdca6aa1232a7bdf200c2676afcbd42efc9bc272ba43e7af3e00abd8234 08:25:23 #11 672.8 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 08:25:23 #11 672.8 DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:23 #11 672.8 Building wheel for strict-rfc3339 (setup.py): started 08:25:23 #11 673.0 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 08:25:23 #11 673.0 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=f198ee66cefd412366be09056b9ca5e058ad7d2533d97cd7995f31d45fc68d6e 08:25:23 #11 673.0 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 08:25:23 #11 673.0 DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:25:23 #11 673.0 Building wheel for validate-email (setup.py): started 08:25:23 #11 673.3 Building wheel for validate-email (setup.py): finished with status 'done' 08:25:23 #11 673.3 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=2dce8e42cfc12e032dbd1455ead833676c27c759015efbd5f72ae7bf7eac35ee 08:25:23 #11 673.3 Stored in directory: /tmp/pip-ephem-wheel-cache-saut34b7/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 08:25:23 #11 673.3 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 08:25:23 #11 673.5 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, pynacl, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 08:25:25 (19/30) Installing fortify-headers (1.1-r3) 08:25:26 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 08:25:30 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 08:25:31 (22/30) Installing clang16 (16.0.6-r5) 08:25:34 (23/30) Installing icu (74.2-r1) 08:25:37 (24/30) Installing icu-dev (74.2-r1) 08:25:40 (25/30) Installing llvm16 (16.0.6-r9) 08:25:50 (26/30) Installing lz4-libs (1.9.4-r5) 08:25:51 (27/30) Installing lz4-dev (1.9.4-r5) 08:25:53 (28/30) Installing zstd (1.5.6-r0) 08:25:54 (29/30) Installing zstd-dev (1.5.6-r0) 08:25:56 (30/30) Installing postgresql16-dev (16.9-r0) 08:26:01 Executing busybox-1.36.1-r30.trigger 08:26:01 OK: 1184 MiB in 224 packages 08:26:01 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:26:02 #11 712.3 08:26:02 #11 712.3 Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 bcrypt-4.3.0 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.22 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 invoke-2.2.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.25.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-4.0.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.1 pynacl-1.5.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-0.27.0 scp-0.15.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 08:26:02 #11 712.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:26:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:26:07 #11 DONE 718.2s 08:26:08 08:26:08 #12 exporting to image 08:26:08 #12 exporting layers 08:26:08 (1/14) Installing g++ (13.2.1_git20240309-r1) 08:26:13 (2/14) Installing gdbm (1.23-r1) 08:26:14 (3/14) Installing mpdecimal (4.0.0-r0) 08:26:15 #12 exporting layers 6.9s done 08:26:15 #12 writing image sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:26:15 #12 naming to docker.io/library/edgex-taf-common done 08:26:15 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 08:26:15 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 08:26:15 25247ac748027abf9820f8a08a2990fa03ab5444 08:26:15 latest 08:26:15 1.0.0-dev.10 08:26:15 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:26:15 main 08:26:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:16 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:26:16 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 08:26:16 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 08:26:16 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 08:26:16 c442d517482e: Preparing 08:26:16 a115e9673a84: Preparing 08:26:16 5f70bf18a086: Preparing 08:26:16 0abe7c5c6bf0: Preparing 08:26:16 a31fccbe64dc: Preparing 08:26:16 c03e90efc89a: Preparing 08:26:16 097100c76c15: Preparing 08:26:16 097100c76c15: Waiting 08:26:16 c03e90efc89a: Waiting 08:26:16 0abe7c5c6bf0: Pushed 08:26:16 5f70bf18a086: Pushed 08:26:16 a31fccbe64dc: Pushed 08:26:16 a115e9673a84: Pushed 08:26:16 c03e90efc89a: Pushed 08:26:18 (5/14) Installing libncursesw (6.4_p20240420-r2) 08:26:20 (6/14) Installing libpanelw (6.4_p20240420-r2) 08:26:21 (7/14) Installing readline (8.2.10-r0) 08:26:22 097100c76c15: Pushed 08:26:23 (8/14) Installing python3 (3.12.11-r0) 08:26:28 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 08:26:32 (10/14) Installing pyc (3.12.11-r0) 08:26:33 (11/14) Installing python3-pyc (3.12.11-r0) 08:26:34 (12/14) Installing python3-dev (3.12.11-r0) 08:26:49 (13/14) Installing libsodium-dev (1.0.19-r0) 08:26:50 (14/14) Installing zeromq-dev (4.3.5-r2) 08:26:51 Executing busybox-1.36.1-r30.trigger 08:26:52 OK: 1370 MiB in 238 packages 08:26:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:26:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:27:10 OK: 1370 MiB in 238 packages 08:27:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:27:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:27:17 (1/1) Installing tzdata (2025b-r0) 08:27:19 OK: 1372 MiB in 239 packages 08:27:21 (1/1) Purging tzdata (2025b-r0) 08:27:21 OK: 1370 MiB in 238 packages 08:27:31 Looking in links: /tmp/tmp0d2abczq 08:27:31 Processing /tmp/tmp0d2abczq/pip-25.0.1-py3-none-any.whl 08:27:31 Installing collected packages: pip 08:27:37 Successfully installed pip-25.0.1 08:27:37 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:27:39 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 08:27:39 Collecting pip 08:27:39 Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) 08:27:40 Collecting setuptools 08:27:40 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 08:27:40 Collecting wheel 08:27:40 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 08:27:40 Downloading pip-25.2-py3-none-any.whl (1.8 MB) 08:27:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 57.9 MB/s eta 0:00:00 08:27:40 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 08:27:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s eta 0:00:00 08:27:40 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 08:27:41 Installing collected packages: wheel, setuptools, pip 08:27:47 Attempting uninstall: pip 08:27:47 Found existing installation: pip 25.0.1 08:27:47 Uninstalling pip-25.0.1: 08:27:47 Successfully uninstalled pip-25.0.1 08:27:53 Successfully installed pip-25.2 setuptools-80.9.0 wheel-0.45.1 08:27:53 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:27:55 Processing ./edgex-taf-common 08:27:55 Preparing metadata (setup.py): started 08:27:56 Preparing metadata (setup.py): finished with status 'done' 08:27:56 Building wheels for collected packages: edgex-taf-common 08:27:56  DEPRECATION: Building 'edgex-taf-common' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'edgex-taf-common'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:27:56  Building wheel for edgex-taf-common (setup.py): started 08:27:58 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 08:27:58 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=0172cddc28e3dbdff6d5957979026d89b5413f8690a132af9fbad7661a2ec509 08:27:58 Stored in directory: /tmp/pip-ephem-wheel-cache-epu8u53i/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 08:27:58 Successfully built edgex-taf-common 08:27:58 Installing collected packages: edgex-taf-common 08:27:58 Successfully installed edgex-taf-common-0.0.0 08:27:58 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:28:00 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 08:28:00 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 08:28:01 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 08:28:01 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 08:28:01 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 08:28:01 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 08:28:01 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 08:28:01 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 08:28:01 Collecting robotframework-sshlibrary==3.8.0 (from -r requirements.txt (line 5)) 08:28:01 Downloading robotframework-sshlibrary-3.8.0.tar.gz (51 kB) 08:28:01 Preparing metadata (setup.py): started 08:28:02 Preparing metadata (setup.py): finished with status 'done' 08:28:02 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 6)) 08:28:02 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 08:28:02 Preparing metadata (setup.py): started 08:28:03 Preparing metadata (setup.py): finished with status 'done' 08:28:03 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 7)) 08:28:03 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 08:28:03 Collecting configparser==7.2.0 (from -r requirements.txt (line 8)) 08:28:03 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 08:28:04 Collecting requests==2.32.4 (from -r requirements.txt (line 9)) 08:28:04 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 08:28:04 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 10)) 08:28:04 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 08:28:04 Collecting docker==7.1.0 (from -r requirements.txt (line 11)) 08:28:04 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 08:28:06 Collecting numpy==2.2.5 (from -r requirements.txt (line 12)) 08:28:06 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 08:28:06 Collecting psutil==7.0.0 (from -r requirements.txt (line 13)) 08:28:06 Downloading psutil-7.0.0.tar.gz (497 kB) 08:28:07 Installing build dependencies: started 08:28:12 Installing build dependencies: finished with status 'done' 08:28:12 Getting requirements to build wheel: started 08:28:15 Getting requirements to build wheel: finished with status 'done' 08:28:15 Preparing metadata (pyproject.toml): started 08:28:16 Preparing metadata (pyproject.toml): finished with status 'done' 08:28:19 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 14)) 08:28:19 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) 08:28:19 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 15)) 08:28:19 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 08:28:19 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 16)) 08:28:19 Downloading psycopg2-2.9.10.tar.gz (385 kB) 08:28:19 Preparing metadata (setup.py): started 08:28:21 Preparing metadata (setup.py): finished with status 'done' 08:28:21 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 17)) 08:28:21 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 08:28:23 Collecting protobuf==6.31.1 (from -r requirements.txt (line 18)) 08:28:23 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 08:28:23 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 19)) 08:28:23 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 08:28:25 Collecting cryptography==45.0.4 (from -r requirements.txt (line 20)) 08:28:25 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) 08:28:25 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 21)) 08:28:25 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 08:28:25 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 22)) 08:28:25 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 08:28:25 Collecting genson==1.3.0 (from -r requirements.txt (line 23)) 08:28:25 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 08:28:25 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:25 Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) 08:28:25 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:25 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 08:28:25 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:25 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 08:28:26 Collecting paramiko>=1.15.3 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:28:26 Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB) 08:28:26 Collecting scp>=0.13.0 (from robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:28:26 Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 08:28:26 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:26 Downloading docutils-0.22-py3-none-any.whl.metadata (15 kB) 08:28:26 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:26 Downloading flex-6.14.1.tar.gz (40 kB) 08:28:26 Preparing metadata (setup.py): started 08:28:29 Preparing metadata (setup.py): finished with status 'done' 08:28:29 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 08:28:29 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading jsonschema-4.25.0-py3-none-any.whl.metadata (7.7 kB) 08:28:29 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 08:28:29 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 08:28:29 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 08:28:29 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:29 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 08:28:29 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 9)) 08:28:29 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 08:28:29 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 9)) 08:28:29 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 08:28:30 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 9)) 08:28:30 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 08:28:30 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 9)) 08:28:30 Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) 08:28:30 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:28:30 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 08:28:30 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:28:30 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 08:28:30 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 15)) (80.9.0) 08:28:32 Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 20)) 08:28:32 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) 08:28:32 Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 20)) 08:28:32 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 08:28:32 Collecting bcrypt>=3.2 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:28:32 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl.metadata (10 kB) 08:28:32 Collecting invoke>=2.0 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:28:32 Downloading invoke-2.2.0-py3-none-any.whl.metadata (3.3 kB) 08:28:33 Collecting pynacl>=1.5 (from paramiko>=1.15.3->robotframework-sshlibrary==3.8.0->-r requirements.txt (line 5)) 08:28:33 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl.metadata (8.6 kB) 08:28:33 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:28:33 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 08:28:33 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 15)) 08:28:33 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 08:28:33 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:33 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 08:28:34 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 08:28:34 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 08:28:34 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 08:28:34 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 08:28:34 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 08:28:34 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:34 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 08:28:35 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:35 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 08:28:35 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 08:28:35 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 08:28:35 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:35 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 08:28:35 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:35 Downloading validate_email-1.3.tar.gz (4.7 kB) 08:28:35 Preparing metadata (setup.py): started 08:28:36 Preparing metadata (setup.py): finished with status 'done' 08:28:37 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:37 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 08:28:37 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:37 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 08:28:37 Preparing metadata (setup.py): started 08:28:38 Preparing metadata (setup.py): finished with status 'done' 08:28:38 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:38 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 08:28:38 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:38 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 08:28:38 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:38 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 08:28:38 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:38 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 08:28:42 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.2 kB) 08:28:42 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 08:28:42 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 08:28:42 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 08:28:42 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 08:28:42 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 08:28:42 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 08:28:42 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 08:28:42 Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-path<0.4.0,>=0.3.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:42 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 08:28:43 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:43 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 08:28:43 Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator<0.8.0,>=0.7.1->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:43 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 08:28:44 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 7)) 08:28:44 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 08:28:44 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 08:28:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 50.2 MB/s 0:00:00 08:28:44 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 08:28:44 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 08:28:44 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 08:28:44 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 08:28:44 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 08:28:44 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 08:28:44 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 08:28:44 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 08:28:44 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 46.9 MB/s 0:00:00 08:28:45 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 54.9 MB/s 0:00:00 08:28:45 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 55.6 MB/s 0:00:00 08:28:45 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 55.7 MB/s 0:00:00 08:28:45 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 08:28:45 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 08:28:45 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 48.9 MB/s 0:00:00 08:28:45 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 08:28:45 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 08:28:45 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 08:28:45 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 08:28:45 Downloading idna-3.10-py3-none-any.whl (70 kB) 08:28:45 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 08:28:45 Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 08:28:45 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) 08:28:45 Downloading click-8.2.1-py3-none-any.whl (102 kB) 08:28:45 Downloading paramiko-4.0.0-py3-none-any.whl (223 kB) 08:28:45 Downloading bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl (343 kB) 08:28:45 Downloading invoke-2.2.0-py3-none-any.whl (160 kB) 08:28:45 Downloading PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl (663 kB) 08:28:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 663.8/663.8 kB 55.0 MB/s 0:00:00 08:28:45 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 08:28:45 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 08:28:45 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 08:28:45 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 08:28:45 Downloading scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 08:28:45 Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) 08:28:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 48.2 MB/s 0:00:00 08:28:46 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 08:28:46 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 08:28:46 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 08:28:46 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 08:28:46 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 08:28:46 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 08:28:46 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 08:28:46 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 08:28:46 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 08:28:46 Downloading docutils-0.22-py3-none-any.whl (630 kB) 08:28:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 630.7/630.7 kB 57.1 MB/s 0:00:00 08:28:46 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 08:28:46 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 08:28:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 59.6 MB/s 0:00:00 08:28:46 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 08:28:46 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 08:28:46 Downloading jsonschema-4.25.0-py3-none-any.whl (89 kB) 08:28:46 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 08:28:46 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 08:28:46 Downloading rpds_py-0.27.0-cp312-cp312-musllinux_1_2_aarch64.whl (561 kB) 08:28:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.9/561.9 kB 55.5 MB/s 0:00:00 08:28:46 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 08:28:46 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 08:28:46 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 08:28:46 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 08:28:46 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 08:28:46 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 08:28:46 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 08:28:46 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 08:28:46 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 08:28:46 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 08:28:46 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 08:28:46 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 08:28:46 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 08:28:46 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 08:28:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s 0:00:00 08:28:46 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 08:28:46 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 08:28:46 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 08:28:46 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 08:28:47 Building wheels for collected packages: robotframework-sshlibrary, robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 08:28:47  DEPRECATION: Building 'robotframework-sshlibrary' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotframework-sshlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:28:47  Building wheel for robotframework-sshlibrary (setup.py): started 08:28:49 Building wheel for robotframework-sshlibrary (setup.py): finished with status 'done' 08:28:49 Created wheel for robotframework-sshlibrary: filename=robotframework_sshlibrary-3.8.0-py3-none-any.whl size=55205 sha256=961d9292fd5469b88946e2181ee09105fb8d69cae18552949b8782d7b2d416d2 08:28:49 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/57/a9/d5/484e06ea961aa867cbfa7a12df47dc0597db448fd16ad82c40 08:28:49  DEPRECATION: Building 'robotbackgroundlogger' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'robotbackgroundlogger'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:28:49  Building wheel for robotbackgroundlogger (setup.py): started 08:28:50 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 08:28:50 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=b0457a470820c4d6a601fbc4f1dfbfe7d106d46249771bfc3bc90d367fe35681 08:28:50 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 08:28:50 Building wheel for psutil (pyproject.toml): started 08:28:59 c442d517482e: Pushed 08:28:59 25247ac748027abf9820f8a08a2990fa03ab5444: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:59 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:00 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 08:29:00 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 08:29:00 c442d517482e: Preparing 08:29:00 a115e9673a84: Preparing 08:29:00 5f70bf18a086: Preparing 08:29:00 0abe7c5c6bf0: Preparing 08:29:00 a31fccbe64dc: Preparing 08:29:00 c03e90efc89a: Preparing 08:29:00 097100c76c15: Preparing 08:29:00 c03e90efc89a: Waiting 08:29:00 097100c76c15: Waiting 08:29:00 c442d517482e: Layer already exists 08:29:00 0abe7c5c6bf0: Layer already exists 08:29:00 a115e9673a84: Layer already exists 08:29:00 5f70bf18a086: Layer already exists 08:29:00 a31fccbe64dc: Layer already exists 08:29:00 097100c76c15: Layer already exists 08:29:00 c03e90efc89a: Layer already exists 08:29:00 latest: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:00 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:00 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 08:29:00 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 08:29:00 c442d517482e: Preparing 08:29:00 a115e9673a84: Preparing 08:29:00 5f70bf18a086: Preparing 08:29:00 0abe7c5c6bf0: Preparing 08:29:00 a31fccbe64dc: Preparing 08:29:00 c03e90efc89a: Preparing 08:29:00 097100c76c15: Preparing 08:29:00 097100c76c15: Waiting 08:29:00 c03e90efc89a: Waiting 08:29:00 c442d517482e: Layer already exists 08:29:00 5f70bf18a086: Layer already exists 08:29:00 a115e9673a84: Layer already exists 08:29:00 0abe7c5c6bf0: Layer already exists 08:29:00 a31fccbe64dc: Layer already exists 08:29:00 c03e90efc89a: Layer already exists 08:29:00 097100c76c15: Layer already exists 08:29:00 1.0.0-dev.10: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:00 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:01 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:29:01 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 08:29:01 c442d517482e: Preparing 08:29:01 a115e9673a84: Preparing 08:29:01 5f70bf18a086: Preparing 08:29:01 0abe7c5c6bf0: Preparing 08:29:01 a31fccbe64dc: Preparing 08:29:01 c03e90efc89a: Preparing 08:29:01 097100c76c15: Preparing 08:29:01 c03e90efc89a: Waiting 08:29:01 097100c76c15: Waiting 08:29:01 c442d517482e: Layer already exists 08:29:01 5f70bf18a086: Layer already exists 08:29:01 a115e9673a84: Layer already exists 08:29:01 a31fccbe64dc: Layer already exists 08:29:01 0abe7c5c6bf0: Layer already exists 08:29:01 c03e90efc89a: Layer already exists 08:29:01 097100c76c15: Layer already exists 08:29:01 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:01 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:01 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 08:29:01 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 08:29:01 c442d517482e: Preparing 08:29:01 a115e9673a84: Preparing 08:29:01 5f70bf18a086: Preparing 08:29:01 0abe7c5c6bf0: Preparing 08:29:01 a31fccbe64dc: Preparing 08:29:01 c03e90efc89a: Preparing 08:29:01 097100c76c15: Preparing 08:29:01 c03e90efc89a: Waiting 08:29:01 097100c76c15: Waiting 08:29:01 5f70bf18a086: Layer already exists 08:29:01 c442d517482e: Layer already exists 08:29:01 a115e9673a84: Layer already exists 08:29:01 a31fccbe64dc: Layer already exists 08:29:01 0abe7c5c6bf0: Layer already exists 08:29:01 097100c76c15: Layer already exists 08:29:01 c03e90efc89a: Layer already exists 08:29:01 main: digest: sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:01 ===================================================== [Pipeline] echo 08:29:01 taggedImages: 08:29:01 - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 08:29:01 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 08:29:01 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 08:29:01 - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:29:01 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 08:29:02 ========================================================= 08:29:02 [edgeXBuildMultiArch] RAW Config: 08:29:02 images: 08:29:02 - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 08:29:02 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 08:29:02 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 08:29:02 - nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:29:02 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 08:29:02 settingsFile: 08:29:02 taf-settings 08:29:02 ========================================================= [Pipeline] node 08:29:02 Building wheel for psutil (pyproject.toml): finished with status 'done' 08:29:02 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278203 sha256=89bd3629204f97ea74a122ca1ff2f8aa3e6960c6e8468c2f2a80ca22e5d070d2 08:29:02 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 08:29:02  DEPRECATION: Building 'psycopg2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'psycopg2'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:29:02  Building wheel for psycopg2 (setup.py): started 08:29:17 Still waiting to schedule task 08:29:17 All nodes of label ‘centos7-docker-4c-2g’ are offline 08:29:39 Running on prd-centos7-docker-4c-2g-6450 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:39 provisioning config files... 08:29:39 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17494957533486865243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:40 ---> ****-login.sh 08:29:40 nexus3.edgexfoundry.org:10001 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 nexus3.edgexfoundry.org:10002 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 nexus3.edgexfoundry.org:10003 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 nexus3.edgexfoundry.org:10004 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 ****.io 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:43 Configure a credential helper to remove this warning. See 08:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:43 08:29:43 Login Succeeded 08:29:43 ---> ****-login.sh ends [Pipeline] } 08:29:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:43 + docker buildx ls 08:29:43 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 08:29:43 default * docker 08:29:43 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 08:29:43 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 08:29:43 edgex-builder [Pipeline] sh 08:29:44 + docker buildx inspect --bootstrap 08:29:44 #1 [internal] booting buildkit 08:29:44 #1 pulling image moby/buildkit:buildx-stable-1 08:29:47 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 08:29:47 #1 creating container buildx_buildkit_edgex-builder0 08:29:49 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 08:29:49 #1 DONE 4.5s 08:29:49 Name: edgex-builder 08:29:49 Driver: docker-container 08:29:49 08:29:49 Nodes: 08:29:49 Name: edgex-builder0 08:29:49 Endpoint: unix:///var/run/docker.sock 08:29:49 Status: running 08:29:49 Buildkit: v0.22.0 08:29:49 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 08:29:49 + docker buildx ls 08:29:49 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 08:29:49 edgex-builder * docker-container 08:29:49 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 08:29:49 default docker 08:29:49 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 08:29:49 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444' 08:29:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 --push - 08:29:49 #1 [internal] load build definition from Dockerfile 08:29:49 #1 transferring dockerfile: 201B done 08:29:49 #1 DONE 0.0s 08:29:49 08:29:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 08:29:49 #2 DONE 0.1s 08:29:49 08:29:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444 08:29:49 #3 DONE 0.1s 08:29:49 08:29:49 #4 [internal] load .dockerignore 08:29:49 #4 transferring context: 2B done 08:29:49 #4 DONE 0.0s 08:29:49 08:29:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:49 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:49 #5 DONE 0.0s 08:29:49 08:29:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:49 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:49 #6 DONE 0.1s 08:29:50 08:29:50 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 08:29:50 #7 DONE 0.0s 08:29:50 08:29:50 #8 exporting to image 08:29:50 #8 exporting layers done 08:29:50 #8 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 0.0s done 08:29:50 #8 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:29:50 #8 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done 08:29:50 #8 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done 08:29:50 #8 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.0s done 08:29:50 #8 pushing layers 0.1s done 08:29:50 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 08:29:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:29:50 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done 08:29:50 #8 DONE 0.2s 08:29:50 08:29:50 1 warning found (use --debug to expand): 08:29:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:29:50 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 08:29:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 08:29:50 #1 [internal] load build definition from Dockerfile 08:29:50 #1 transferring dockerfile: 167B done 08:29:50 #1 DONE 0.0s 08:29:50 08:29:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 08:29:50 #2 DONE 0.0s 08:29:50 08:29:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 08:29:50 #3 DONE 0.0s 08:29:50 08:29:50 #4 [internal] load .dockerignore 08:29:50 #4 transferring context: 2B done 08:29:50 #4 DONE 0.0s 08:29:50 08:29:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:50 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:50 #5 DONE 0.0s 08:29:50 08:29:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:50 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:50 #6 CACHED 08:29:50 08:29:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:50 #5 CACHED 08:29:50 08:29:50 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 08:29:50 #7 DONE 0.0s 08:29:50 08:29:50 #8 exporting to image 08:29:50 #8 exporting layers done 08:29:50 #8 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done 08:29:50 #8 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:29:50 #8 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done 08:29:50 #8 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done 08:29:50 #8 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done 08:29:50 #8 pushing layers 0.0s done 08:29:50 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done 08:29:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:29:50 #8 DONE 0.1s 08:29:50 08:29:50 1 warning found (use --debug to expand): 08:29:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:29:50 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10' 08:29:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 --push - 08:29:50 #1 [internal] load build definition from Dockerfile 08:29:50 #1 transferring dockerfile: 173B done 08:29:50 #1 DONE 0.0s 08:29:50 08:29:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 08:29:50 #2 DONE 0.0s 08:29:50 08:29:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10 08:29:50 #3 DONE 0.0s 08:29:50 08:29:50 #4 [internal] load .dockerignore 08:29:50 #4 transferring context: 2B done 08:29:50 #4 DONE 0.0s 08:29:50 08:29:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:50 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:50 #5 CACHED 08:29:50 08:29:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:50 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:50 #6 CACHED 08:29:50 08:29:50 #7 exporting to image 08:29:50 #7 exporting layers done 08:29:50 #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done 08:29:50 #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad 08:29:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:29:51 #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:29:51 #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done 08:29:51 #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done 08:29:51 #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done 08:29:51 #7 pushing layers 0.0s done 08:29:51 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.10@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done 08:29:51 #7 DONE 0.1s 08:29:51 08:29:51 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 08:29:51 #8 DONE 0.0s 08:29:51 08:29:51 1 warning found (use --debug to expand): 08:29:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:29:51 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10' 08:29:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 --push - 08:29:51 #1 [internal] load build definition from Dockerfile 08:29:51 #1 transferring dockerfile: 214B done 08:29:51 #1 DONE 0.0s 08:29:51 08:29:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:29:51 #2 DONE 0.0s 08:29:51 08:29:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:29:51 #3 DONE 0.0s 08:29:51 08:29:51 #4 [internal] load .dockerignore 08:29:51 #4 transferring context: 2B done 08:29:51 #4 DONE 0.0s 08:29:51 08:29:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:51 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:51 #5 CACHED 08:29:51 08:29:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:51 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:51 #6 CACHED 08:29:51 08:29:51 #7 exporting to image 08:29:51 #7 exporting layers done 08:29:51 #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done 08:29:51 #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:29:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:29:51 #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done 08:29:51 #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done 08:29:51 #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done 08:29:51 #7 pushing layers 0.0s done 08:29:51 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 1.4s done 08:29:51 #7 DONE 1.4s 08:29:51 08:29:51 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 08:29:51 #8 DONE 0.0s 08:29:51 08:29:51 1 warning found (use --debug to expand): 08:29:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:29:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 08:29:52 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 08:29:52 #1 [internal] load build definition from Dockerfile 08:29:52 #1 transferring dockerfile: 165B done 08:29:52 #1 DONE 0.0s 08:29:52 08:29:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 08:29:52 #2 DONE 0.0s 08:29:52 08:29:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 08:29:52 #3 DONE 0.0s 08:29:52 08:29:52 #4 [internal] load .dockerignore 08:29:52 #4 transferring context: 2B done 08:29:52 #4 DONE 0.0s 08:29:52 08:29:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:52 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:52 #5 CACHED 08:29:52 08:29:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 08:29:52 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:cbba431eca14ca54d3353f6ae704a833e8c841256bf3348bad383197c2a08ac5 0.0s done 08:29:52 #6 CACHED 08:29:52 08:29:52 #7 exporting to image 08:29:52 #7 exporting layers 08:29:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:29:52 #7 exporting layers done 08:29:52 #7 exporting manifest sha256:0f5e651998dcf350a91d2fed52db9f7503979eef86f79fdccd3a41f5155a4a58 done 08:29:52 #7 exporting config sha256:1442735687ae4dfc507bdae427006a61445f46c724f307bd9ae77312f09cf9ad done 08:29:52 #7 exporting manifest sha256:0f4e9955b9d109ec9788e33306b6f21938824f024853ad302541773533d9c8d2 done 08:29:52 #7 exporting config sha256:52f5759bc5b2f5476bd8282d096d03b4446595bb84c315f00e9203fba4bc7886 done 08:29:52 #7 exporting manifest list sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a done 08:29:52 #7 pushing layers 0.0s done 08:29:52 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:92e333bd7d4f424e75135440e2621ef6016b62307281a4004e312b9aa4a9e42a 0.1s done 08:29:52 #7 DONE 0.1s 08:29:52 08:29:52 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 08:29:52 #8 DONE 0.0s 08:29:52 08:29:52 1 warning found (use --debug to expand): 08:29:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:29:52 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 08:29:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:29:53 ---> package-listing.sh 08:29:53 ++ facter osfamily 08:29:53 ++ tr '[:upper:]' '[:lower:]' 08:29:53 + OS_FAMILY=redhat 08:29:53 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 08:29:53 + START_PACKAGES=/tmp/packages_start.txt 08:29:53 + END_PACKAGES=/tmp/packages_end.txt 08:29:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:29:53 + PACKAGES=/tmp/packages_start.txt 08:29:53 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:29:53 + PACKAGES=/tmp/packages_end.txt 08:29:53 + case "${OS_FAMILY}" in 08:29:53 + rpm -qa 08:29:53 + sort 08:29:54 + '[' -f /tmp/packages_start.txt ']' 08:29:54 + '[' -f /tmp/packages_end.txt ']' 08:29:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:29:54 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:29:54 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 08:29:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 08:29:54 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 08:29:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:29:55 08:29:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:29:55 latest: Pulling from edgex-lftools-log-publisher 08:29:55 5eb5b503b376: Pulling fs layer 08:29:55 5c69ac0246d0: Pulling fs layer 08:29:55 ec43610c2a17: Pulling fs layer 08:29:55 3a2ae6a8a46f: Pulling fs layer 08:29:55 33b1e0a273af: Pulling fs layer 08:29:55 5d3b04190fa2: Pulling fs layer 08:29:55 2f39f015ded8: Pulling fs layer 08:29:55 3a2ae6a8a46f: Waiting 08:29:55 33b1e0a273af: Waiting 08:29:55 5d3b04190fa2: Waiting 08:29:55 2f39f015ded8: Waiting 08:29:55 5c69ac0246d0: Verifying Checksum 08:29:55 5c69ac0246d0: Download complete 08:29:55 3a2ae6a8a46f: Verifying Checksum 08:29:55 3a2ae6a8a46f: Download complete 08:29:55 33b1e0a273af: Verifying Checksum 08:29:55 33b1e0a273af: Download complete 08:29:55 ec43610c2a17: Verifying Checksum 08:29:55 ec43610c2a17: Download complete 08:29:55 5d3b04190fa2: Verifying Checksum 08:29:55 5d3b04190fa2: Download complete 08:29:55 5eb5b503b376: Verifying Checksum 08:29:55 5eb5b503b376: Download complete 08:29:56 2f39f015ded8: Verifying Checksum 08:29:56 2f39f015ded8: Download complete 08:29:57 5eb5b503b376: Pull complete 08:29:57 5c69ac0246d0: Pull complete 08:29:57 ec43610c2a17: Pull complete 08:29:57 3a2ae6a8a46f: Pull complete 08:29:58 33b1e0a273af: Pull complete 08:29:58 5d3b04190fa2: Pull complete 08:30:02 2f39f015ded8: Pull complete 08:30:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:30:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:02 prd-centos7-docker-4c-2g-6450 does not seem to be running inside a container 08:30:02 $ 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 08:30:05 $ docker top cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:06 + touch /tmp/pre-build-complete [Pipeline] sh 08:30:06 + mkdir -p /var/log/sysstat [Pipeline] sh 08:30:06 + ls /var/log/sa-host 08:30:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:30:07 provisioning config files... 08:30:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8734216117594575582tmp [Pipeline] { [Pipeline] echo 08:30:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:30:07 ---> create-netrc.sh [Pipeline] } 08:30:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:30:07 ---> python-tools-install.sh [Pipeline] echo 08:30:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:30:07 ---> sudo-logs.sh 08:30:07 Archiving 'sudo' log.. 08:30:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-6450.novalocal: Name or service not known 08:30:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-6450.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 08:30:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:30:08 ---> job-cost.sh 08:30:08 lf-activate-venv: SKIPPING 08:30:08 INFO: No Stack... 08:30:08 INFO: Retrieving Pricing Info for: v3-standard-2 08:30:09 INFO: Archiving Costs [Pipeline] echo 08:30:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:30:09 ---> logs-deploy.sh 08:30:09 lf-activate-venv: SKIPPING 08:30:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/62 08:30:09 INFO: archiving workspace using pattern(s): 08:30:10 Archives upload complete. 08:30:10 INFO: archiving logs to Nexus 08:30:10 Building wheel for psycopg2 (setup.py): finished with status 'done' 08:30:10 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512675 sha256=ee8c891ba49bb966a3c151f85b912d9039825244e942491007b106392d5c26c3 08:30:10 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 08:30:10  DEPRECATION: Building 'flex' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'flex'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:30:10  Building wheel for flex (setup.py): started 08:30:10 Building wheel for flex (setup.py): finished with status 'done' 08:30:10 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=1c67a15de3e751c9c5517f0a0cab6ca6e63b5b73554c2f6f13ee605b5dc549e5 08:30:10 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 08:30:10  DEPRECATION: Building 'strict-rfc3339' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'strict-rfc3339'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:30:10  Building wheel for strict-rfc3339 (setup.py): started 08:30:10 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 08:30:10 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=d49fe6f4f7535ca3c93e746276045ef1e41e3ef7653689c487f6469ee7050c7d 08:30:10 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 08:30:10  DEPRECATION: Building 'validate-email' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'validate-email'. Discussion can be found at https://github.com/pypa/pip/issues/6334 08:30:10  Building wheel for validate-email (setup.py): started 08:30:10 Building wheel for validate-email (setup.py): finished with status 'done' 08:30:10 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=e5a6f2cf707ccae8a0bc96b53a82b175090c3e8c71fed152e4bc3c3afa356758 08:30:10 Stored in directory: /tmp/pip-ephem-wheel-cache-d2fxdbyr/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 08:30:10 Successfully built robotframework-sshlibrary robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 08:30:10 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, invoke, idna, h11, docutils, configparser, click, charset_normalizer, certifi, bcrypt, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, pynacl, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, paramiko, jsonschema, selenium, scp, openapi-schema-validator, robotframework-sshlibrary, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 08:30:11 ---> uname -a: 08:30:11 Linux prd-centos7-docker-4c-2g-6450.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 08:30:11 08:30:11 08:30:11 ---> lscpu: 08:30:11 Architecture: x86_64 08:30:11 CPU op-mode(s): 32-bit, 64-bit 08:30:11 Byte Order: Little Endian 08:30:11 Address sizes: 40 bits physical, 48 bits virtual 08:30:11 CPU(s): 2 08:30:11 On-line CPU(s) list: 0,1 08:30:11 Thread(s) per core: 1 08:30:11 Core(s) per socket: 1 08:30:11 Socket(s): 2 08:30:11 NUMA node(s): 1 08:30:11 Vendor ID: AuthenticAMD 08:30:11 CPU family: 23 08:30:11 Model: 49 08:30:11 Model name: AMD EPYC-Rome Processor 08:30:11 Stepping: 0 08:30:11 CPU MHz: 2799.998 08:30:11 BogoMIPS: 5599.99 08:30:11 Virtualization: AMD-V 08:30:11 Hypervisor vendor: KVM 08:30:11 Virtualization type: full 08:30:11 L1d cache: 64 KiB 08:30:11 L1i cache: 64 KiB 08:30:11 L2 cache: 1 MiB 08:30:11 L3 cache: 32 MiB 08:30:11 NUMA node0 CPU(s): 0,1 08:30:11 Vulnerability Itlb multihit: Not affected 08:30:11 Vulnerability L1tf: Not affected 08:30:11 Vulnerability Mds: Not affected 08:30:11 Vulnerability Meltdown: Not affected 08:30:11 Vulnerability Mmio stale data: Not affected 08:30:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:30:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:30:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:30:11 Vulnerability Srbds: Not affected 08:30:11 Vulnerability Tsx async abort: Not affected 08:30:11 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 08:30:11 08:30:11 08:30:11 ---> nproc: 08:30:11 2 08:30:11 08:30:11 08:30:11 ---> df -h: 08:30:11 Filesystem Size Used Avail Use% Mounted on 08:30:11 overlay 40G 7.3G 33G 19% / 08:30:11 tmpfs 64M 0 64M 0% /dev 08:30:11 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:30:11 shm 64M 0 64M 0% /dev/shm 08:30:11 /dev/vda1 40G 7.3G 33G 19% /facter-os 08:30:11 08:30:11 08:30:11 Cannot open /var/log/sysstat/sa07: No such file or directory 08:30:11 Please check if data collecting is enabled 08:30:11 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:11 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 08:30:11 $ docker stop --time=1 cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 08:30:12 $ docker rm -f --volumes cc972a855ab01eaed6be1bb2ac0d9365b11b1c919ab81e1acf0ba46f988964b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 08:30:12 [WS-CLEANUP] Deleting project workspace... 08:30:12 [WS-CLEANUP] Deferred wipeout is used... 08:30:12 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:30:12 08:30:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:30:13 latest: Pulling from edgex-lftools-log-publisher 08:30:13 5eb5b503b376: Pulling fs layer 08:30:13 5c69ac0246d0: Pulling fs layer 08:30:13 ec43610c2a17: Pulling fs layer 08:30:13 3a2ae6a8a46f: Pulling fs layer 08:30:13 33b1e0a273af: Pulling fs layer 08:30:13 5d3b04190fa2: Pulling fs layer 08:30:13 2f39f015ded8: Pulling fs layer 08:30:13 33b1e0a273af: Waiting 08:30:13 5d3b04190fa2: Waiting 08:30:13 2f39f015ded8: Waiting 08:30:13 3a2ae6a8a46f: Waiting 08:30:13 5c69ac0246d0: Download complete 08:30:13 3a2ae6a8a46f: Download complete 08:30:13 33b1e0a273af: Verifying Checksum 08:30:13 33b1e0a273af: Download complete 08:30:13 ec43610c2a17: Verifying Checksum 08:30:13 ec43610c2a17: Download complete 08:30:13 5d3b04190fa2: Download complete 08:30:14 5eb5b503b376: Verifying Checksum 08:30:14 5eb5b503b376: Download complete 08:30:14 2f39f015ded8: Verifying Checksum 08:30:14 2f39f015ded8: Download complete 08:30:15 5eb5b503b376: Pull complete 08:30:15 5c69ac0246d0: Pull complete 08:30:15 ec43610c2a17: Pull complete 08:30:15 3a2ae6a8a46f: Pull complete 08:30:16 33b1e0a273af: Pull complete 08:30:16 5d3b04190fa2: Pull complete 08:30:21 2f39f015ded8: Pull complete 08:30:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:30:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:30:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:21 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:30:21 $ 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 08:30:23 $ docker top 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:23 ---> job-cost.sh 08:30:23 lf-activate-venv: SKIPPING 08:30:23 INFO: No Stack... 08:30:23 INFO: Retrieving Pricing Info for: v3-standard-8 08:30:23 INFO: Archiving Costs [Pipeline] sh 08:30:24 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 08:30:24 + cut -d, -f6 [Pipeline] lock 08:30:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] 08:30:24 Resource [jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] did not exist. Created. 08:30:24 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:30:24 + echo total: 0.2199999988079071 [Pipeline] stash 08:30:24 Stashed 1 file(s) [Pipeline] } 08:30:24 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] // lock [Pipeline] } 08:30:24 $ docker stop --time=1 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 08:30:25 $ docker rm -f --volumes 0ac5b520817ab2c532f74cdce65892bc35bf9e1e2ffec217896bc833fc5896c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:31:18 08:31:18 Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 bcrypt-4.3.0 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.22 flex-6.14.1 genson-1.3.0 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 invoke-2.2.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.25.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 paramiko-4.0.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.2 pyjwt-2.10.1 pynacl-1.5.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 robotframework-sshlibrary-3.8.0 rpds-py-0.27.0 scp-0.15.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 08:31:18 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 08:32:05 Removing intermediate container 329ceac2a8a5 08:32:05 ---> b3d0a14f7861 08:32:05 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 08:32:05 ---> Running in 4fd6fd1b3bae 08:32:05 Removing intermediate container 4fd6fd1b3bae 08:32:05 ---> 7c9737a68f57 08:32:05 Step 11/13 : LABEL arch=arm64 08:32:05 ---> Running in afb6884799c1 08:32:05 Removing intermediate container afb6884799c1 08:32:05 ---> 15256577a034 08:32:05 Step 12/13 : LABEL git_sha=25247ac748027abf9820f8a08a2990fa03ab5444 08:32:05 ---> Running in 9a4f49020e9a 08:32:05 Removing intermediate container 9a4f49020e9a 08:32:05 ---> dffc9d0c24d6 08:32:05 Step 13/13 : LABEL version=1.0.0-dev.10 08:32:05 ---> Running in 751cf00bf5bd 08:32:05 Removing intermediate container 751cf00bf5bd 08:32:05 ---> 97a916f26995 08:32:05 [Warning] One or more build-args [ARCH] were not consumed 08:32:05 Successfully built 97a916f26995 08: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 08:32:05 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 08:32:05 25247ac748027abf9820f8a08a2990fa03ab5444 08:32:05 latest 08:32:05 1.0.0-dev.10 08:32:05 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:32:05 main 08:32:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:05 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:06 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 08:32:06 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:32:06 a488e23499cf: Preparing 08:32:06 7acc6605acf6: Preparing 08:32:06 42169be52730: Preparing 08:32:06 7a0b4f718d23: Preparing 08:32:06 f7b2434fedb7: Preparing 08:32:06 1e890da81ec9: Preparing 08:32:06 1e890da81ec9: Waiting 08:32:06 42169be52730: Pushed 08:32:06 7acc6605acf6: Pushed 08:32:06 7a0b4f718d23: Pushed 08:32:06 f7b2434fedb7: Pushed 08:32:10 1e890da81ec9: Pushed 08:37:16 a488e23499cf: Pushed 08:37:16 25247ac748027abf9820f8a08a2990fa03ab5444: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:17 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:17 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 08:37:17 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:37:17 a488e23499cf: Preparing 08:37:17 7acc6605acf6: Preparing 08:37:17 42169be52730: Preparing 08:37:17 7a0b4f718d23: Preparing 08:37:17 f7b2434fedb7: Preparing 08:37:17 1e890da81ec9: Preparing 08:37:17 1e890da81ec9: Waiting 08:37:17 7a0b4f718d23: Layer already exists 08:37:17 a488e23499cf: Layer already exists 08:37:17 7acc6605acf6: Layer already exists 08:37:17 f7b2434fedb7: Layer already exists 08:37:17 42169be52730: Layer already exists 08:37:17 1e890da81ec9: Layer already exists 08:37:17 latest: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:18 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:18 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 08:37:18 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:37:18 a488e23499cf: Preparing 08:37:18 7acc6605acf6: Preparing 08:37:18 42169be52730: Preparing 08:37:18 7a0b4f718d23: Preparing 08:37:18 f7b2434fedb7: Preparing 08:37:18 1e890da81ec9: Preparing 08:37:18 1e890da81ec9: Waiting 08:37:18 7a0b4f718d23: Layer already exists 08:37:18 f7b2434fedb7: Layer already exists 08:37:18 a488e23499cf: Layer already exists 08:37:18 7acc6605acf6: Layer already exists 08:37:18 42169be52730: Layer already exists 08:37:18 1e890da81ec9: Layer already exists 08:37:18 1.0.0-dev.10: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:19 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:19 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:37:19 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:37:19 a488e23499cf: Preparing 08:37:19 7acc6605acf6: Preparing 08:37:19 42169be52730: Preparing 08:37:19 7a0b4f718d23: Preparing 08:37:19 f7b2434fedb7: Preparing 08:37:19 1e890da81ec9: Preparing 08:37:19 1e890da81ec9: Waiting 08:37:19 f7b2434fedb7: Layer already exists 08:37:19 7a0b4f718d23: Layer already exists 08:37:19 a488e23499cf: Layer already exists 08:37:19 42169be52730: Layer already exists 08:37:19 7acc6605acf6: Layer already exists 08:37:19 1e890da81ec9: Layer already exists 08:37:19 25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:20 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:20 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 08:37:20 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:37:20 a488e23499cf: Preparing 08:37:20 7acc6605acf6: Preparing 08:37:20 42169be52730: Preparing 08:37:20 7a0b4f718d23: Preparing 08:37:20 f7b2434fedb7: Preparing 08:37:20 1e890da81ec9: Preparing 08:37:20 1e890da81ec9: Waiting 08:37:20 a488e23499cf: Layer already exists 08:37:20 42169be52730: Layer already exists 08:37:20 7acc6605acf6: Layer already exists 08:37:20 f7b2434fedb7: Layer already exists 08:37:20 7a0b4f718d23: Layer already exists 08:37:20 1e890da81ec9: Layer already exists 08:37:20 main: digest: sha256:18eff56c45e213a17cee42f592a422ee1bad0fedf17e6e4a576d0be3535ba6c7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:20 ===================================================== [Pipeline] echo 08:37:20 taggedImages: 08:37:20 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 08:37:20 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 08:37:20 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 08:37:20 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 08:37:20 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 08:37:20 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444 [Pipeline] echo 08:37:20 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 08:37:20 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.10 [Pipeline] echo 08:37:20 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:25247ac748027abf9820f8a08a2990fa03ab5444-1.0.0-dev.10 [Pipeline] echo 08:37:20 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:37:21 08:37:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:37:21 arm64: Pulling from edgex-lftools-log-publisher 08:37:21 8998bd30e6a1: Pulling fs layer 08:37:21 04944245beec: Pulling fs layer 08:37:21 699f458cf7ca: Pulling fs layer 08:37:21 765212b225bb: Pulling fs layer 08:37:21 f23df028b6ca: Pulling fs layer 08:37:21 d65c8cfc05b1: Pulling fs layer 08:37:21 2437ff75d9bd: Pulling fs layer 08:37:21 765212b225bb: Waiting 08:37:21 f23df028b6ca: Waiting 08:37:21 d65c8cfc05b1: Waiting 08:37:21 2437ff75d9bd: Waiting 08:37:21 04944245beec: Download complete 08:37:21 765212b225bb: Verifying Checksum 08:37:21 765212b225bb: Download complete 08:37:21 f23df028b6ca: Verifying Checksum 08:37:21 f23df028b6ca: Download complete 08:37:21 d65c8cfc05b1: Verifying Checksum 08:37:21 d65c8cfc05b1: Download complete 08:37:22 699f458cf7ca: Verifying Checksum 08:37:22 699f458cf7ca: Download complete 08:37:22 8998bd30e6a1: Verifying Checksum 08:37:22 8998bd30e6a1: Download complete 08:37:25 2437ff75d9bd: Verifying Checksum 08:37:27 8998bd30e6a1: Pull complete 08:37:27 04944245beec: Pull complete 08:37:28 699f458cf7ca: Pull complete 08:37:29 765212b225bb: Pull complete 08:37:30 f23df028b6ca: Pull complete 08:37:30 d65c8cfc05b1: Pull complete 08:37:48 2437ff75d9bd: Pull complete 08:37:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:37:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:37:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:37:49 prd-ubuntu20.04-docker-arm64-4c-16g-6448 does not seem to be running inside a container 08:37:49 $ 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 08:37:50 $ docker top 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:37:51 ---> job-cost.sh 08:37:51 lf-activate-venv: SKIPPING 08:37:51 INFO: No Stack... 08:37:51 INFO: Retrieving Pricing Info for: v3-standard-4 08:37:52 INFO: Archiving Costs [Pipeline] sh 08:37:53 + cut -d, -f6 08:37:53 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 08:37:53 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] 08:37:53 Resource [jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] did not exist. Created. 08:37:53 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:37:53 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-47eaf906/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:37:54 + echo total: 0.10999999940395355 [Pipeline] stash 08:37:54 Warning: overwriting stash ‘stack-cost’ 08:37:54 Stashed 1 file(s) [Pipeline] } 08:37:54 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-62-stack-cost] [Pipeline] // lock [Pipeline] } 08:37:54 $ docker stop --time=1 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 08:37:56 $ docker rm -f --volumes 571582869d718c3520d684428b6a78e8480b638c38eaf9972f6c1c2a328e1730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:37:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:37:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:37:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:37:57 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:37:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:37:57 $ docker top f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 -eo pid,comm 08:37:57 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). 08:37:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:37:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:37:57 [ssh-agent] Looking for ssh-agent implementation... 08:37:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:37:57 $ docker exec f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 ssh-agent 08:37:57 SSH_AUTH_SOCK=/tmp/ssh-mRQgsynn7L3L/agent.32 08:37:57 SSH_AGENT_PID=38 08:37:57 Running ssh-add (command line suppressed) 08:37:57 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14272872435411123756.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14272872435411123756.key) 08:37:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:37:58 + git semver tag 08:37:58 2025-08-07 08:37:58,247 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:37:58 2025-08-07 08:37:58,252 [run_tag] DEBUG tag force:False 08:37:58 2025-08-07 08:37:58,252 [check_head_tag] DEBUG check head tag 08:37:58 2025-08-07 08:37:58,253 [execute] INFO git cat-file --batch-check 08:37:58 2025-08-07 08:37:58,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 08:37:58 2025-08-07 08:37:58,255 [execute] INFO git cat-file --batch 08:37:58 2025-08-07 08:37:58,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 08:37:58 2025-08-07 08:37:58,269 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:37:58 2025-08-07 08:37:58,269 [execute] INFO git tag -a v1.0.0-dev.10 -m v1.0.0-dev.10 08:37:58 2025-08-07 08:37:58,269 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.10', '-m', 'v1.0.0-dev.10'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 08:37:58 2025-08-07 08:37:58,272 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:37:58 1.0.0-dev.10 [Pipeline] } 08:37:58 $ docker exec --env ******** --env ******** f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 ssh-agent -k 08:37:58 unset SSH_AUTH_SOCK; 08:37:58 unset SSH_AGENT_PID; 08:37:58 echo Agent pid 38 killed; 08:37:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:37:58 + git semver [Pipeline] } 08:37:58 $ docker stop --time=1 f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 08:38:00 $ docker rm -f --volumes f29fe75c8a095bfd3ee238dcdb162f2bd88e54ad7878f0ded6ad20d6ddf82fd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:38:00 08:38:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:38:00 0.23.1-centos7: Pulling from edgex-lftools 08:38:00 ab5ef0e58194: Pulling fs layer 08:38:00 9712f1f96733: Pulling fs layer 08:38:00 63f879dbbcfc: Pulling fs layer 08:38:00 0d9ebad4ef96: Pulling fs layer 08:38:00 0d9ebad4ef96: Waiting 08:38:00 e9a5061849ea: Pulling fs layer 08:38:00 d747dcd14b5f: Pulling fs layer 08:38:00 e9a5061849ea: Waiting 08:38:00 2de7ff778b66: Pulling fs layer 08:38:00 d747dcd14b5f: Waiting 08:38:00 2de7ff778b66: Waiting 08:38:00 9712f1f96733: Verifying Checksum 08:38:00 9712f1f96733: Download complete 08:38:01 63f879dbbcfc: Verifying Checksum 08:38:01 63f879dbbcfc: Download complete 08:38:01 e9a5061849ea: Verifying Checksum 08:38:01 e9a5061849ea: Download complete 08:38:01 d747dcd14b5f: Verifying Checksum 08:38:01 d747dcd14b5f: Download complete 08:38:01 ab5ef0e58194: Verifying Checksum 08:38:01 ab5ef0e58194: Download complete 08:38:01 2de7ff778b66: Verifying Checksum 08:38:01 2de7ff778b66: Download complete 08:38:01 0d9ebad4ef96: Verifying Checksum 08:38:01 0d9ebad4ef96: Download complete 08:38:05 ab5ef0e58194: Pull complete 08:38:05 9712f1f96733: Pull complete 08:38:05 63f879dbbcfc: Pull complete 08:38:11 0d9ebad4ef96: Pull complete 08:38:11 e9a5061849ea: Pull complete 08:38:11 d747dcd14b5f: Pull complete 08:38:12 2de7ff778b66: Pull complete 08:38:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:38:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:38:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:12 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:38:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:38:15 $ docker top 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:38:15 provisioning config files... 08:38:15 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17046125069765899252tmp 08:38:15 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16273903129706493135tmp 08:38:15 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10098114536460907932tmp [Pipeline] { [Pipeline] echo 08:38:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:38:15 ---> sigul-configuration.sh 08:38:15 gpg: directory `/root/.gnupg' created 08:38:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:38:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:38:15 gpg: keyring `/root/.gnupg/secring.gpg' created 08:38:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:38:15 gpg: CAST5 encrypted data 08:38:15 gpg: encrypted with 1 passphrase 08:38:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:38:15 + mkdir /home/jenkins 08:38:15 + mkdir /home/jenkins/sigul [Pipeline] sh 08:38:16 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:38:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:38:16 ---> sigul-install.sh 08:38:16 Sigul already installed; skipping installation. [Pipeline] sh 08:38:16 + git tag --list 08:38:16 v0.0.1 08:38:16 v0.0.2-dev.1 08:38:16 v0.0.2-dev.10 08:38:16 v0.0.2-dev.11 08:38:16 v0.0.2-dev.12 08:38:16 v0.0.2-dev.13 08:38:16 v0.0.2-dev.14 08:38:16 v0.0.2-dev.15 08:38:16 v0.0.2-dev.16 08:38:16 v0.0.2-dev.17 08:38:16 v0.0.2-dev.18 08:38:16 v0.0.2-dev.19 08:38:16 v0.0.2-dev.2 08:38:16 v0.0.2-dev.20 08:38:16 v0.0.2-dev.21 08:38:16 v0.0.2-dev.22 08:38:16 v0.0.2-dev.23 08:38:16 v0.0.2-dev.24 08:38:16 v0.0.2-dev.25 08:38:16 v0.0.2-dev.26 08:38:16 v0.0.2-dev.27 08:38:16 v0.0.2-dev.28 08:38:16 v0.0.2-dev.29 08:38:16 v0.0.2-dev.3 08:38:16 v0.0.2-dev.30 08:38:16 v0.0.2-dev.31 08:38:16 v0.0.2-dev.32 08:38:16 v0.0.2-dev.33 08:38:16 v0.0.2-dev.34 08:38:16 v0.0.2-dev.35 08:38:16 v0.0.2-dev.36 08:38:16 v0.0.2-dev.37 08:38:16 v0.0.2-dev.38 08:38:16 v0.0.2-dev.39 08:38:16 v0.0.2-dev.4 08:38:16 v0.0.2-dev.40 08:38:16 v0.0.2-dev.41 08:38:16 v0.0.2-dev.42 08:38:16 v0.0.2-dev.43 08:38:16 v0.0.2-dev.44 08:38:16 v0.0.2-dev.5 08:38:16 v0.0.2-dev.6 08:38:16 v0.0.2-dev.7 08:38:16 v0.0.2-dev.8 08:38:16 v0.0.2-dev.9 08:38:16 v1.0.0-dev.1 08:38:16 v1.0.0-dev.10 08:38:16 v1.0.0-dev.2 08:38:16 v1.0.0-dev.3 08:38:16 v1.0.0-dev.4 08:38:16 v1.0.0-dev.5 08:38:16 v1.0.0-dev.6 08:38:16 v1.0.0-dev.7 08:38:16 v1.0.0-dev.8 08:38:16 v1.0.0-dev.9 [Pipeline] sh 08:38:17 + lftools sign git-tag v1.0.0-dev.10 08:38:17 Signing Git tag with Sigul... 08:38:17 Signing v1.0.0-dev.10 [Pipeline] echo 08:38:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:38:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:38:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:38:18 $ docker stop --time=1 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 08:38:19 $ docker rm -f --volumes 2e9b8f9afeb2a4bb5a824d991f13390bccb32a40647afc02fedf63a928c4f7d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:38:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:38:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:38:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:20 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:38:20 $ docker top 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 -eo pid,comm 08:38:20 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:38:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:38:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:21 [ssh-agent] Looking for ssh-agent implementation... 08:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:21 $ docker exec 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 ssh-agent 08:38:21 SSH_AUTH_SOCK=/tmp/ssh-5no96QRbNbMk/agent.33 08:38:21 SSH_AGENT_PID=39 08:38:21 Running ssh-add (command line suppressed) 08:38:21 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_84317027718271450.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_84317027718271450.key) 08:38:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:21 + git semver bump pre 08:38:22 2025-08-07 08:38:21,974 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:38:22 2025-08-07 08:38:21,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:38:22 2025-08-07 08:38:21,979 [bump_version] DEBUG bumping version:1.0.0-dev.10 on axis:pre with prefix:dev 08:38:22 2025-08-07 08:38:21,979 [bump_version] DEBUG bumped version:1.0.0-dev.11 08:38:22 2025-08-07 08:38:21,979 [write_version] DEBUG write version:1.0.0-dev.11 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 08:38:22 2025-08-07 08:38:21,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:38:22 2025-08-07 08:38:21,979 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:38:22 2025-08-07 08:38:21,981 [execute] INFO git cat-file --batch-check 08:38:22 2025-08-07 08:38:21,981 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 08:38:22 2025-08-07 08:38:21,984 [execute] INFO git cat-file --batch 08:38:22 2025-08-07 08:38:21,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 08:38:22 2025-08-07 08:38:21,987 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:38:22 1.0.0-dev.11 [Pipeline] } 08:38:22 $ docker exec --env ******** --env ******** 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 ssh-agent -k 08:38:22 unset SSH_AUTH_SOCK; 08:38:22 unset SSH_AGENT_PID; 08:38:22 echo Agent pid 39 killed; 08:38:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:38:22 + git semver [Pipeline] } 08:38:22 $ docker stop --time=1 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 08:38:24 $ docker rm -f --volumes 44183a6c37cc76d6b19b7b510b396eb4d2a981528dff467433a668ee977415f2 [Pipeline] // withDockerContainer [Pipeline] sh 08:38:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:38:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:38:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:24 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:38:25 $ docker top 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c -eo pid,comm 08:38:25 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). 08:38:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:38:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:25 [ssh-agent] Looking for ssh-agent implementation... 08:38:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:25 $ docker exec 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c ssh-agent 08:38:25 SSH_AUTH_SOCK=/tmp/ssh-LvXLY5tF94OJ/agent.32 08:38:25 SSH_AGENT_PID=38 08:38:25 Running ssh-add (command line suppressed) 08:38:25 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3891824103580201779.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3891824103580201779.key) 08:38:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:25 + git semver push 08:38:25 2025-08-07 08:38:25,939 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:38:25 2025-08-07 08:38:25,942 [run_push] DEBUG push 08:38:25 2025-08-07 08:38:25,943 [execute] INFO git cat-file --batch-check 08:38:25 2025-08-07 08:38:25,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 08:38:25 2025-08-07 08:38:25,945 [execute] INFO git rev-list 68777ce648e358b2d45b96e35a029b2c7ea44c31 -- 08:38:25 2025-08-07 08:38:25,945 [execute] DEBUG Popen(['git', 'rev-list', '68777ce648e358b2d45b96e35a029b2c7ea44c31', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:38:25 2025-08-07 08:38:25,950 [execute] INFO git fetch -v -- origin 08:38:25 2025-08-07 08:38:25,950 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 08:38:26 2025-08-07 08:38:26,406 [run_push] DEBUG no remote changes detected 08:38:26 2025-08-07 08:38:26,406 [execute] INFO git push origin semver 08:38:26 2025-08-07 08:38:26,406 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 08:38:27 2025-08-07 08:38:27,081 [run_push] DEBUG push all version tags 08:38:27 2025-08-07 08:38:27,082 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:38:27 2025-08-07 08:38:27,082 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 08:38:28 2025-08-07 08:38:27,792 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:38:28 1.0.0-dev.11 [Pipeline] } 08:38:28 $ docker exec --env ******** --env ******** 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c ssh-agent -k 08:38:28 unset SSH_AUTH_SOCK; 08:38:28 unset SSH_AGENT_PID; 08:38:28 echo Agent pid 38 killed; 08:38:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:38:28 + git semver [Pipeline] } 08:38:28 $ docker stop --time=1 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c 08:38:30 $ docker rm -f --volumes 215a49811baa1f9c2e0bdbca90244dbb59c548b9caf12933d4c7ba275d71f09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:38:30 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 08:38:30 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:38:30 total 16 08:38:30 drwxr-xr-x 3 root root 4096 Aug 7 08:30 . 08:38:30 drwxrwxr-x 7 jenkins jenkins 4096 Aug 7 08:38 .. 08:38:30 drwxr-xr-x 2 root root 4096 Aug 7 08:30 cost 08:38:30 -rw-r--r-- 1 root root 88 Aug 7 08:30 cost.csv 08:38:30 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:38:30 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:38:30 total 16 08:38:30 drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 08:30 . 08:38:30 drwxrwxr-x 7 jenkins jenkins 4096 Aug 7 08:38 .. 08:38:30 drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 08:30 cost 08:38:30 -rw-r--r-- 1 jenkins jenkins 88 Aug 7 08:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:38:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:38:31 ---> package-listing.sh 08:38:31 ++ facter osfamily 08:38:31 ++ tr '[:upper:]' '[:lower:]' 08:38:31 + OS_FAMILY=debian 08:38:31 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 08:38:31 + START_PACKAGES=/tmp/packages_start.txt 08:38:31 + END_PACKAGES=/tmp/packages_end.txt 08:38:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:38:31 + PACKAGES=/tmp/packages_start.txt 08:38:31 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:38:31 + PACKAGES=/tmp/packages_end.txt 08:38:31 + case "${OS_FAMILY}" in 08:38:31 + dpkg -l 08:38:31 + grep '^ii' 08:38:31 + '[' -f /tmp/packages_start.txt ']' 08:38:31 + '[' -f /tmp/packages_end.txt ']' 08:38:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:38:31 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:38:31 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 08:38:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 08:38:31 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 08:38:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:38:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:32 prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container 08:38:32 $ 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 08:38:32 $ docker top fb6075acd016b4f3bc8eece6976abdf058fe502210e4231a9bfc1d0100bdea46 -eo pid,comm [Pipeline] { [Pipeline] sh 08:38:33 + touch /tmp/pre-build-complete [Pipeline] sh 08:38:33 + mkdir -p /var/log/sysstat [Pipeline] sh 08:38:33 + ls /var/log/sa-host 08:38:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:38:33 provisioning config files... 08:38:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8231750667478453406tmp [Pipeline] { [Pipeline] echo 08:38:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:38:34 ---> create-netrc.sh [Pipeline] } 08:38:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:38:34 ---> python-tools-install.sh [Pipeline] echo 08:38:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:38:34 ---> sudo-logs.sh 08:38:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:38:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:38:35 ---> job-cost.sh 08:38:35 lf-activate-venv: SKIPPING 08:38:35 DEBUG: total: 0.2199999988079071 08:38:35 INFO: Retrieving Stack Cost... 08:38:35 INFO: Retrieving Pricing Info for: v3-standard-8 08:38:36 INFO: Archiving Costs [Pipeline] echo 08:38:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:38:36 ---> logs-deploy.sh 08:38:36 lf-activate-venv: SKIPPING 08:38:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/62 08:38:36 INFO: archiving workspace using pattern(s): 08:38:37 Archives upload complete. 08:38:37 INFO: archiving logs to Nexus