Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8ae93feb29fbaa43da1d87a6d88aee91490ee53e 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-ssh8541617460529423427.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh7605214914675601942.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh4796872455204093149.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh15890560066845583425.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-ssh17145798481955009648.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-4336 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8ae93feb29fbaa43da1d87a6d88aee91490ee53e (main) Commit message: "Merge pull request #131 from jinlinGuan/add-websocket" > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ae93feb29fbaa43da1d87a6d88aee91490ee53e # timeout=10 > git rev-list --no-walk 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:18:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:18:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:18:12 ========================================================= 09:18:12 EdgeX Global Pipelines Version Info 09:18:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:18:13 ------------------- 09:18:13 stable info: 09:18:13 ------------------- 09:18:13 Commited By: Ginny Guan ginny@iotechsys.com 09:18:13 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 09:18:13 Message: update stable to v1.0.274 09:18:13 ------------------- 09:18:13 experimental info: 09:18:13 ------------------- 09:18:13 Commited By: Ginny Guan ginny@iotechsys.com 09:18:13 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 09:18:13 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:18:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 09:18:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 09:18:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:18:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:18:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ae93fe [Pipeline] echo 09:18:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:18:14 provisioning config files... 09:18:14 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4484926547931007316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:18:14 ---> ****-login.sh 09:18:14 nexus3.edgexfoundry.org:10001 09:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:15 09:18:15 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:18:15 Configure a credential helper to remove this warning. See 09:18:15 https://docs.****.com/go/credential-store/ 09:18:15 09:18:15 Login Succeeded 09:18:15 nexus3.edgexfoundry.org:10002 09:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:15 09:18:15 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:18:15 Configure a credential helper to remove this warning. See 09:18:15 https://docs.****.com/go/credential-store/ 09:18:15 09:18:15 Login Succeeded 09:18:15 nexus3.edgexfoundry.org:10003 09:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:15 09:18:15 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:18:15 Configure a credential helper to remove this warning. See 09:18:15 https://docs.****.com/go/credential-store/ 09:18:15 09:18:15 Login Succeeded 09:18:15 nexus3.edgexfoundry.org:10004 09:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:15 09:18:15 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:18:15 Configure a credential helper to remove this warning. See 09:18:15 https://docs.****.com/go/credential-store/ 09:18:15 09:18:15 Login Succeeded 09:18:15 ****.io 09:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:15 09:18:15 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:18:15 Configure a credential helper to remove this warning. See 09:18:15 https://docs.****.com/go/credential-store/ 09:18:15 09:18:15 Login Succeeded 09:18:15 ---> ****-login.sh ends [Pipeline] } 09:18:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:18:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:18:16 + grep -v github /etc/ssh/ssh_known_hosts 09:18:16 + [ -e /tmp/ssh_known_hosts ] 09:18:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:18:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:18:16 + sudo tee -a /etc/ssh/ssh_known_hosts 09:18:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:18:16 09:18:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:18:17 0.1.4: Pulling from edgex-devops/py-git-semver 09:18:17 3dae71ba6b94: Pulling fs layer 09:18:17 6bf1a483ea7c: Pulling fs layer 09:18:17 f5dfc541a4d3: Pulling fs layer 09:18:17 461d9e800cba: Pulling fs layer 09:18:17 80192f66455f: Pulling fs layer 09:18:17 2e8e34ca0e6c: Pulling fs layer 09:18:17 a29436f7fd5d: Pulling fs layer 09:18:17 923cac83aea3: Pulling fs layer 09:18:17 25ad8b0a4227: Pulling fs layer 09:18:17 db01528c6b51: Pulling fs layer 09:18:17 28988de357af: Pulling fs layer 09:18:17 461d9e800cba: Waiting 09:18:17 80192f66455f: Waiting 09:18:17 2e8e34ca0e6c: Waiting 09:18:17 923cac83aea3: Waiting 09:18:17 a29436f7fd5d: Waiting 09:18:17 28988de357af: Waiting 09:18:17 db01528c6b51: Waiting 09:18:17 25ad8b0a4227: Waiting 09:18:17 6bf1a483ea7c: Verifying Checksum 09:18:17 6bf1a483ea7c: Download complete 09:18:17 461d9e800cba: Download complete 09:18:17 80192f66455f: Verifying Checksum 09:18:17 80192f66455f: Download complete 09:18:17 f5dfc541a4d3: Verifying Checksum 09:18:17 f5dfc541a4d3: Download complete 09:18:17 3dae71ba6b94: Verifying Checksum 09:18:17 3dae71ba6b94: Download complete 09:18:17 923cac83aea3: Verifying Checksum 09:18:17 923cac83aea3: Download complete 09:18:17 25ad8b0a4227: Verifying Checksum 09:18:17 25ad8b0a4227: Download complete 09:18:17 db01528c6b51: Verifying Checksum 09:18:17 db01528c6b51: Download complete 09:18:17 28988de357af: Download complete 09:18:17 a29436f7fd5d: Verifying Checksum 09:18:17 a29436f7fd5d: Download complete 09:18:18 2e8e34ca0e6c: Verifying Checksum 09:18:18 2e8e34ca0e6c: Download complete 09:18:18 3dae71ba6b94: Pull complete 09:18:19 6bf1a483ea7c: Pull complete 09:18:19 f5dfc541a4d3: Pull complete 09:18:19 461d9e800cba: Pull complete 09:18:19 80192f66455f: Pull complete 09:18:24 2e8e34ca0e6c: Pull complete 09:18:25 a29436f7fd5d: Pull complete 09:18:25 923cac83aea3: Pull complete 09:18:25 25ad8b0a4227: Pull complete 09:18:25 db01528c6b51: Pull complete 09:18:25 28988de357af: Pull complete 09:18:25 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:18:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:18:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:18:25 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:18:25 $ 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 09:18:27 $ docker top 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a -eo pid,comm 09:18:27 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). 09:18:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:18:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:18:27 [ssh-agent] Looking for ssh-agent implementation... 09:18:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:18:27 $ docker exec 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent 09:18:27 SSH_AUTH_SOCK=/tmp/ssh-dL4bV8l1UwGB/agent.31 09:18:27 SSH_AGENT_PID=37 09:18:27 Running ssh-add (command line suppressed) 09:18:27 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5361675253137458054.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5361675253137458054.key) 09:18:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:18:28 + git tag --points-at HEAD [Pipeline] } 09:18:28 $ docker exec --env ******** --env ******** 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent -k 09:18:28 unset SSH_AUTH_SOCK; 09:18:28 unset SSH_AGENT_PID; 09:18:28 echo Agent pid 37 killed; 09:18:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:18:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:18:28 [ssh-agent] Looking for ssh-agent implementation... 09:18:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:18:28 $ docker exec 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent 09:18:28 SSH_AUTH_SOCK=/tmp/ssh-Af0ZHd50PiK1/agent.70 09:18:28 SSH_AGENT_PID=76 09:18:28 Running ssh-add (command line suppressed) 09:18:28 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14496911758721104843.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14496911758721104843.key) 09:18:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:18:28 + git semver init 09:18:29 2025-07-01 09:18:29,095 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:18:29 2025-07-01 09:18:29,098 [run_init] DEBUG init version:0.0.0 force:False 09:18:29 2025-07-01 09:18:29,099 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 09:18:29 2025-07-01 09:18:29,099 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 09:18:29 2025-07-01 09:18:29,099 [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) 09:18:30 2025-07-01 09:18:29,739 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 09:18:30 2025-07-01 09:18:29,739 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 09:18:30 2025-07-01 09:18:29,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:18:30 2025-07-01 09:18:29,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:18:30 1.0.0-dev.8 [Pipeline] } 09:18:30 $ docker exec --env ******** --env ******** 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a ssh-agent -k 09:18:30 unset SSH_AUTH_SOCK; 09:18:30 unset SSH_AGENT_PID; 09:18:30 echo Agent pid 76 killed; 09:18:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:18:30 + git semver [Pipeline] } 09:18:30 $ docker stop --time=1 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a 09:18:32 $ docker rm -f --volumes 2183553d7ba175feb4e360c451c0a655bfb11d8906af512ae33c6b6b3ab87c9a [Pipeline] // withDockerContainer [Pipeline] sh 09:18:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:18:32 Stashed 1 file(s) [Pipeline] echo 09:18:32 [edgeXSemver]: initialized semver on version 1.0.0-dev.8 [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 09:18:32 provisioning config files... 09:18:32 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11017321208752628273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:18:33 ---> ****-login.sh 09:18:33 nexus3.edgexfoundry.org:10001 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 Login Succeeded 09:18:33 nexus3.edgexfoundry.org:10002 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 Login Succeeded 09:18:33 nexus3.edgexfoundry.org:10003 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 Login Succeeded 09:18:33 nexus3.edgexfoundry.org:10004 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 Login Succeeded 09:18:33 ****.io 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 Login Succeeded 09:18:33 ---> ****-login.sh ends [Pipeline] } 09:18:33 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 09:18:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:18:34 + ls -al . 09:18:34 total 72 09:18:34 drwxrwxr-x 6 jenkins jenkins 4096 Jul 1 09:18 . 09:18:34 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 09:18 .. 09:18:34 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 09:18 .git 09:18:34 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 09:18 .github 09:18:34 -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 09:18 .gitignore 09:18:34 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 09:18 .semver 09:18:34 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 09:18 Dockerfile 09:18:34 -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 09:18 Jenkinsfile 09:18:34 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 09:18 LICENSE 09:18:34 -rw-rw-r-- 1 jenkins jenkins 4232 Jul 1 09:18 README.md 09:18:34 drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:18 TUC 09:18:34 -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 09:18 VERSION 09:18:34 -rw-rw-r-- 1 jenkins jenkins 426 Jul 1 09:18 requirements.txt 09:18:34 -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 09:18 robot-entrypoint.sh 09:18:34 -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 09:18 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:35 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e --label arch=amd64 --label version=1.0.0-dev.8 . 09:18:35 #0 building with "default" instance using docker driver 09:18:35 09:18:35 #1 [internal] load build definition from Dockerfile 09:18:35 #1 transferring dockerfile: 1.69kB done 09:18:35 #1 DONE 0.0s 09:18:35 09:18:35 #2 [internal] load metadata for docker.io/library/alpine:3.20 09:18:35 #2 DONE 0.1s 09:18:35 09:18:35 #3 [internal] load .dockerignore 09:18:35 #3 transferring context: 2B done 09:18:35 #3 DONE 0.0s 09:18:35 09:18:35 #4 [internal] load build context 09:18:35 #4 transferring context: 512.98kB 0.0s done 09:18:35 #4 DONE 0.1s 09:18:35 09:18:35 #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:18:35 #5 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:18:35 #5 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s 09:18:35 #5 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:18:35 #5 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:18:35 #5 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:18:35 #5 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 09:18:36 #5 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 09:18:36 #5 DONE 0.3s 09:18:36 09:18:36 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 09:18:36 #6 DONE 0.1s 09:18:36 09:18:36 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 09:18:36 #7 DONE 0.0s 09:18:36 09:18:36 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 09:18:36 #8 DONE 0.0s 09:18:36 09:18:36 #9 [5/7] WORKDIR /edgex-taf 09:18:36 #9 DONE 0.0s 09:18:36 09:18:36 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:18:36 #10 DONE 0.3s 09:18:36 09:18:36 #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 09:18:36 #11 0.243 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:18:39 #11 3.180 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:18:43 #11 6.686 OK: 8 MiB in 14 packages 09:18:43 #11 6.736 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:18:46 #11 9.463 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:18:47 Still waiting to schedule task 09:18:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:18:50 #11 12.98 (1/14) Installing ca-certificates (20241121-r1) 09:18:51 #11 15.15 (2/14) Installing brotli-libs (1.1.0-r2) 09:18:54 #11 18.19 (3/14) Installing c-ares (1.33.1-r0) 09:18:56 #11 20.09 (4/14) Installing libunistring (1.2-r0) 09:18:59 #11 22.85 (5/14) Installing libidn2 (2.3.7-r0) 09:19:01 #11 25.04 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:19:03 #11 26.87 (7/14) Installing libpsl (0.21.5-r1) 09:19:05 #11 28.71 (8/14) Installing zstd-libs (1.5.6-r0) 09:19:07 #11 31.18 (9/14) Installing libcurl (8.12.1-r0) 09:19:10 #11 33.66 (10/14) Installing curl (8.12.1-r0) 09:19:12 #11 35.79 (11/14) Installing docker-cli (26.1.5-r0) 09:19:18 #11 41.46 (12/14) Installing oniguruma (6.9.9-r0) 09:19:20 #11 43.75 (13/14) Installing jq (1.7.1-r0) 09:19:23 #11 46.17 (14/14) Installing openssl (3.3.3-r0) 09:19:25 #11 48.76 Executing busybox-1.36.1-r29.trigger 09:19:25 #11 48.77 Executing ca-certificates-20241121-r1.trigger 09:19:25 #11 48.81 OK: 43 MiB in 28 packages 09:19:25 #11 48.87 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:19:28 #11 51.68 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:19:32 #11 55.25 (1/167) Installing libexpat (2.7.0-r0) 09:19:33 #11 57.04 (2/167) Installing libbz2 (1.0.8-r6) 09:19:35 #11 58.71 (3/167) Installing libpng (1.6.44-r0) 09:19:37 #11 60.95 (4/167) Installing freetype (2.13.2-r0) 09:19:40 #11 63.44 (5/167) Installing fontconfig (2.15.0-r1) 09:19:42 #11 65.79 (6/167) Installing libfontenc (1.1.8-r0) 09:19:44 #11 67.38 (7/167) Installing mkfontscale (1.2.2-r6) 09:19:45 #11 68.95 (8/167) Installing font-opensans (0_git20210927-r1) 09:19:48 #11 72.22 (9/167) Installing pkgconf (2.2.0-r0) 09:19:50 #11 74.10 (10/167) Installing libgcc (13.2.1_git20240309-r1) 09:19:52 #11 75.95 (11/167) Installing libffi (3.4.6-r0) 09:19:53 #11 77.57 (12/167) Installing libintl (0.22.5-r0) 09:19:55 #11 79.14 (13/167) Installing libeconf (0.6.3-r0) 09:19:57 #11 80.72 (14/167) Installing libblkid (2.40.1-r1) 09:19:59 #11 82.74 (15/167) Installing libmount (2.40.1-r1) 09:20:01 #11 84.96 (16/167) Installing pcre2 (10.43-r0) 09:20:04 #11 87.55 (17/167) Installing glib (2.80.5-r0) 09:20:07 #11 90.86 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 09:20:10 #11 93.87 (19/167) Installing xz-libs (5.6.2-r1) 09:20:12 #11 96.01 (20/167) Installing libxml2 (2.12.10-r0) 09:20:15 #11 98.87 (21/167) Installing shared-mime-info (2.4-r0) 09:20:17 #11 101.4 (22/167) Installing hicolor-icon-theme (0.17-r2) 09:20:19 #11 103.0 (23/167) Installing libjpeg-turbo (3.0.3-r0) 09:20:22 #11 105.4 (24/167) Installing libsharpyuv (1.3.2-r0) 09:20:23 #11 106.7 (25/167) Installing libwebp (1.3.2-r0) 09:20:25 #11 109.3 (26/167) Installing tiff (4.6.0t-r0) 09:20:27 #11 111.5 (27/167) Installing gdk-pixbuf (2.42.12-r0) 09:20:30 #11 113.6 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 09:20:31 #11 115.3 (29/167) Installing libxau (1.0.11-r4) 09:20:33 #11 116.6 (30/167) Installing libmd (1.1.0-r0) 09:20:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4337 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 09:20:33 Selected Git installation does not exist. Using Default 09:20:33 The recommended git tool is: NONE 09:20:35 #11 118.3 (31/167) Installing libbsd (0.12.2-r0) 09:20:36 #11 120.0 (32/167) Installing libxdmcp (1.1.5-r1) 09:20:37 #11 121.2 (33/167) Installing libxcb (1.16.1-r0) 09:20:39 using credential edgex-jenkins-ssh 09:20:39 Cloning the remote Git repository 09:20:39 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 09:20:39 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 09:20:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 09:20:39 > git --version # timeout=10 09:20:39 > git --version # 'git version 2.25.1' 09:20:39 using GIT_SSH to set credentials SSH Credentials for GitHub 09:20:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:20:40 #11 123.7 (34/167) Installing libx11 (1.8.9-r1) 09:20:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 09:20:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:20:41 Avoid second fetch 09:20:41 Checking out Revision 8ae93feb29fbaa43da1d87a6d88aee91490ee53e (main) 09:20:42 Commit message: "Merge pull request #131 from jinlinGuan/add-websocket" 09:20:41 > git config core.sparsecheckout # timeout=10 09:20:41 > git checkout -f 8ae93feb29fbaa43da1d87a6d88aee91490ee53e # timeout=10 09:20:43 #11 126.8 (35/167) Installing libxcomposite (0.4.6-r5) 09:20:44 #11 128.1 (36/167) Installing libxfixes (6.0.1-r4) 09:20:45 #11 129.3 (37/167) Installing libxrender (0.9.11-r5) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:20:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:20:47 % Total % Received % Xferd Average Speed Time Time Time Current 09:20:47 Dload Upload Total Spent Left Speed 09:20:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh 09:20:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:20:47 #11 130.9 (38/167) Installing libxcursor (1.2.2-r1) 09:20:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:20:47 + sudo tee /etc/docker/daemon.new 09:20:47 { 09:20:47 "registry-mirrors": [ 09:20:47 "https://nexus3.edgexfoundry.org:10001" 09:20:47 ], 09:20:47 "bip": "10.250.0.254/24", 09:20:47 "hosts": [ 09:20:47 "tcp://0.0.0.0:5555", 09:20:47 "unix:///var/run/docker.sock" 09:20:47 ], 09:20:47 "mtu": 1458, 09:20:47 "selinux-enabled": true, 09:20:47 "seccomp-profile": "/etc/docker/seccomp.json" 09:20:47 } [Pipeline] sh 09:20:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:20:48 + sudo service docker restart 09:20:49 #11 132.5 (39/167) Installing libxdamage (1.1.6-r5) 09:20:50 #11 133.8 (40/167) Installing libxext (1.3.6-r2) 09:20:52 #11 135.5 (41/167) Installing libxi (1.8.1-r4) 09:20:53 #11 137.1 (42/167) Installing libxinerama (1.1.5-r4) 09:20:55 #11 138.4 (43/167) Installing libxrandr (1.5.4-r1) 09:20:56 #11 140.0 (44/167) Installing libatk-1.0 (2.52.0-r0) 09:20:58 #11 141.9 (45/167) Installing libxtst (1.2.4-r6) 09:20:59 #11 143.2 (46/167) Installing dbus-libs (1.14.10-r1) 09:21:06 #11 149.5 (47/167) Installing at-spi2-core (2.52.0-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:21:06 provisioning config files... 09:21:06 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15578793441557838337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:21:07 ---> ****-login.sh 09:21:07 nexus3.edgexfoundry.org:10001 09:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:07 Configure a credential helper to remove this warning. See 09:21:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:07 09:21:07 Login Succeeded 09:21:07 nexus3.edgexfoundry.org:10002 09:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:08 #11 151.7 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 09:21:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:08 Configure a credential helper to remove this warning. See 09:21:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:08 09:21:08 Login Succeeded 09:21:08 nexus3.edgexfoundry.org:10003 09:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:08 Configure a credential helper to remove this warning. See 09:21:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:08 09:21:08 Login Succeeded 09:21:08 nexus3.edgexfoundry.org:10004 09:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:08 Configure a credential helper to remove this warning. See 09:21:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:08 09:21:08 Login Succeeded 09:21:08 ****.io 09:21:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:09 Configure a credential helper to remove this warning. See 09:21:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:09 09:21:09 Login Succeeded 09:21:09 ---> ****-login.sh ends [Pipeline] } 09:21:09 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 09:21:10 #11 153.5 (49/167) Installing pixman (0.43.2-r0) 09:21:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:21:10 + ls -al . 09:21:10 total 68 09:21:10 drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:21 . 09:21:10 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 09:20 .. 09:21:10 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 09:20 .git 09:21:10 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 09:20 .github 09:21:10 -rw-rw-r-- 1 jenkins jenkins 22 Jul 1 09:20 .gitignore 09:21:10 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 1 09:20 Dockerfile 09:21:10 -rw-rw-r-- 1 jenkins jenkins 746 Jul 1 09:20 Jenkinsfile 09:21:10 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 1 09:20 LICENSE 09:21:10 -rw-rw-r-- 1 jenkins jenkins 4232 Jul 1 09:20 README.md 09:21:10 drwxrwxr-x 5 jenkins jenkins 4096 Jul 1 09:20 TUC 09:21:10 -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 09:18 VERSION 09:21:10 -rw-rw-r-- 1 jenkins jenkins 426 Jul 1 09:20 requirements.txt 09:21:10 -rw-rw-r-- 1 jenkins jenkins 54 Jul 1 09:20 robot-entrypoint.sh 09:21:10 -rw-rw-r-- 1 jenkins jenkins 445 Jul 1 09:20 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:10 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e --label arch=arm64 --label version=1.0.0-dev.8 . 09:21:11 Sending build context to Docker daemon 377.3kB 09:21:11 Step 1/13 : FROM alpine:3.20 09:21:11 3.20: Pulling from library/alpine 09:21:11 94e9d8af2201: Pulling fs layer 09:21:11 94e9d8af2201: Verifying Checksum 09:21:11 94e9d8af2201: Download complete 09:21:12 94e9d8af2201: Pull complete 09:21:12 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:21:12 #11 156.1 (50/167) Installing cairo (1.18.4-r0) 09:21:12 Status: Downloaded newer image for alpine:3.20 09:21:12 ---> 7aab056cecc6 09:21:12 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 09:21:12 ---> Running in 11284a92e503 09:21:13 Removing intermediate container 11284a92e503 09:21:13 ---> 1c68d6dbd4b0 09:21:13 Step 3/13 : LABEL maintainer="Bruce Huang " 09:21:13 ---> Running in 94cb7ed8ff82 09:21:13 Removing intermediate container 94cb7ed8ff82 09:21:13 ---> 2b7e6f33057a 09:21:13 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 09:21:14 ---> 5acfd8830a37 09:21:14 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 09:21:14 ---> f90beda9dbbf 09:21:14 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 09:21:15 ---> b777fb4fc45d 09:21:15 Step 7/13 : WORKDIR /edgex-taf 09:21:15 ---> Running in 7ed7a20b10ff 09:21:15 Removing intermediate container 7ed7a20b10ff 09:21:15 ---> eae9b6f2f106 09:21:15 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:21:15 ---> Running in e2f0a10360d2 09:21:15 #11 158.9 (51/167) Installing cairo-gobject (1.18.4-r0) 09:21:16 #11 160.2 (52/167) Installing avahi-libs (0.8-r17) 09:21:17 Removing intermediate container e2f0a10360d2 09:21:17 ---> e822e00edf9a 09:21:17 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 09:21:17 ---> Running in f9e1f39e2c9a 09:21:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:21:18 #11 162.1 (53/167) Installing gmp (6.3.0-r1) 09:21:21 #11 164.6 (54/167) Installing nettle (3.9.1-r0) 09:21:21 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:21:23 #11 167.1 (55/167) Installing libtasn1 (4.20.0-r0) 09:21:25 #11 168.7 (56/167) Installing p11-kit (0.25.3-r0) 09:21:26 OK: 9 MiB in 14 packages 09:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:21:27 #11 171.2 (57/167) Installing gnutls (3.8.5-r0) 09:21:29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:21:31 #11 174.3 (58/167) Installing cups-libs (2.4.9-r1) 09:21:33 #11 176.7 (59/167) Installing libepoxy (1.5.10-r1) 09:21:33 (1/14) Installing ca-certificates (20241121-r1) 09:21:35 (2/14) Installing brotli-libs (1.1.0-r2) 09:21:36 #11 179.4 (60/167) Installing fribidi (1.0.15-r0) 09:21:37 #11 181.0 (61/167) Installing graphite2 (1.3.14-r6) 09:21:38 (3/14) Installing c-ares (1.33.1-r0) 09:21:39 #11 183.0 (62/167) Installing harfbuzz (8.5.0-r0) 09:21:40 (4/14) Installing libunistring (1.2-r0) 09:21:42 #11 185.8 (63/167) Installing libxft (2.3.8-r3) 09:21:42 (5/14) Installing libidn2 (2.3.7-r0) 09:21:44 #11 187.4 (64/167) Installing pango (1.52.2-r0) 09:21:45 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:21:46 #11 189.9 (65/167) Installing wayland-libs-client (1.22.0-r4) 09:21:47 (7/14) Installing libpsl (0.21.5-r1) 09:21:47 #11 191.5 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 09:21:49 (8/14) Installing zstd-libs (1.5.6-r0) 09:21:49 #11 192.9 (67/167) Installing wayland-libs-egl (1.22.0-r4) 09:21:50 #11 194.2 (68/167) Installing xkeyboard-config (2.41-r0) 09:21:51 (9/14) Installing libcurl (8.12.1-r0) 09:21:54 #11 197.1 (69/167) Installing libxkbcommon (1.7.0-r0) 09:21:54 (10/14) Installing curl (8.12.1-r0) 09:21:55 #11 199.2 (70/167) Installing gtk+3.0 (3.24.43-r0) 09:21:57 (11/14) Installing docker-cli (26.1.5-r0) 09:22:00 #11 202.8 (71/167) Installing icu-data-full (74.2-r0) 09:22:05 (12/14) Installing oniguruma (6.9.9-r0) 09:22:05 #11 208.9 (72/167) Installing mesa (24.0.9-r1) 09:22:07 #11 210.5 (73/167) Installing llvm17-libs (17.0.6-r2) 09:22:07 (13/14) Installing jq (1.7.1-r0) 09:22:10 (14/14) Installing openssl (3.3.3-r0) 09:22:13 Executing busybox-1.36.1-r29.trigger 09:22:13 Executing ca-certificates-20241121-r1.trigger 09:22:13 OK: 43 MiB in 28 packages 09:22:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:22:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:22:20 (1/166) Installing libexpat (2.7.0-r0) 09:22:22 (2/166) Installing libbz2 (1.0.8-r6) 09:22:23 (3/166) Installing libpng (1.6.44-r0) 09:22:26 (4/166) Installing freetype (2.13.2-r0) 09:22:29 (5/166) Installing fontconfig (2.15.0-r1) 09:22:31 (6/166) Installing libfontenc (1.1.8-r0) 09:22:32 (7/166) Installing mkfontscale (1.2.2-r6) 09:22:33 #11 235.6 (74/167) Installing hwdata-pci (0.382-r0) 09:22:34 (8/166) Installing font-opensans (0_git20210927-r1) 09:22:34 #11 238.2 (75/167) Installing libpciaccess (0.18.1-r0) 09:22:36 #11 239.7 (76/167) Installing libdrm (2.4.120-r0) 09:22:38 #11 241.9 (77/167) Installing libelf (0.191-r0) 09:22:40 #11 243.8 (78/167) Installing mesa-glapi (24.0.9-r1) 09:22:42 #11 245.8 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 09:22:52 (9/166) Installing pkgconf (2.2.0-r0) 09:22:53 (10/166) Installing libgcc (13.2.1_git20240309-r1) 09:22:55 (11/166) Installing libffi (3.4.6-r0) 09:22:57 (12/166) Installing libintl (0.22.5-r0) 09:22:57 #11 258.7 (80/167) Installing eudev-libs (3.2.14-r2) 09:22:57 #11 260.3 (81/167) Installing libmagic (5.45-r1) 09:22:59 (13/166) Installing libeconf (0.6.3-r0) 09:22:59 #11 263.2 (82/167) Installing file (5.45-r1) 09:23:00 (14/166) Installing libblkid (2.40.1-r1) 09:23:01 #11 264.6 (83/167) Installing xprop (1.2.7-r0) 09:23:02 #11 266.2 (84/167) Installing libice (1.1.1-r6) 09:23:03 (15/166) Installing libmount (2.40.1-r1) 09:23:04 #11 267.7 (85/167) Installing libuuid (2.40.1-r1) 09:23:05 (16/166) Installing pcre2 (10.43-r0) 09:23:06 #11 269.3 (86/167) Installing libsm (1.2.4-r4) 09:23:07 #11 270.9 (87/167) Installing libxt (1.3.0-r5) 09:23:07 (17/166) Installing glib (2.80.5-r0) 09:23:09 #11 273.2 (88/167) Installing libxmu (1.1.4-r2) 09:23:10 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 09:23:11 #11 275.0 (89/167) Installing xset (1.2.5-r1) 09:23:13 #11 276.6 (90/167) Installing xdg-utils (1.2.1-r0) 09:23:14 (19/166) Installing xz-libs (5.6.2-r1) 09:23:15 #11 278.6 (91/167) Installing libogg (1.3.5-r5) 09:23:16 (20/166) Installing libxml2 (2.12.10-r0) 09:23:17 #11 280.1 (92/167) Installing libflac (1.4.3-r1) 09:23:18 #11 282.4 (93/167) Installing alsa-lib (1.2.11-r0) 09:23:19 (21/166) Installing shared-mime-info (2.4-r0) 09:23:21 (22/166) Installing hicolor-icon-theme (0.17-r2) 09:23:22 #11 285.2 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 09:23:23 (23/166) Installing libjpeg-turbo (3.0.3-r0) 09:23:25 #11 288.6 (95/167) Installing aom-libs (3.9.1-r0) 09:23:26 (24/166) Installing libsharpyuv (1.3.2-r0) 09:23:27 (25/166) Installing libwebp (1.3.2-r0) 09:23:28 #11 292.1 (96/167) Installing libva (2.21.0-r0) 09:23:29 (26/166) Installing tiff (4.6.0t-r0) 09:23:30 #11 294.0 (97/167) Installing libvdpau (1.5-r3) 09:23:31 (27/166) Installing gdk-pixbuf (2.42.12-r0) 09:23:32 #11 295.6 (98/167) Installing onevpl-libs (2023.3.1-r2) 09:23:34 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 09:23:34 #11 297.8 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 09:23:35 (29/166) Installing libxau (1.0.11-r4) 09:23:37 #11 300.3 (100/167) Installing libdav1d (1.4.2-r0) 09:23:37 (30/166) Installing libmd (1.1.0-r0) 09:23:39 (31/166) Installing libbsd (0.12.2-r0) 09:23:39 #11 303.0 (101/167) Installing openexr-libiex (3.1.13-r1) 09:23:40 (32/166) Installing libxdmcp (1.1.5-r1) 09:23:41 (33/166) Installing libxcb (1.16.1-r0) 09:23:42 #11 305.5 (102/167) Installing openexr-libilmthread (3.1.13-r1) 09:23:43 #11 307.1 (103/167) Installing imath (3.1.12-r0) 09:23:44 (34/166) Installing libx11 (1.8.9-r1) 09:23:45 #11 308.9 (104/167) Installing openexr-libopenexr (3.1.13-r1) 09:23:47 (35/166) Installing libxcomposite (0.4.6-r5) 09:23:48 (36/166) Installing libxfixes (6.0.1-r4) 09:23:48 #11 312.0 (105/167) Installing giflib (5.2.2-r0) 09:23:50 (37/166) Installing libxrender (0.9.11-r5) 09:23:50 #11 313.6 (106/167) Installing libhwy (1.0.7-r0) 09:23:52 #11 315.2 (107/167) Installing lcms2 (2.16-r0) 09:23:52 (38/166) Installing libxcursor (1.2.2-r1) 09:23:53 (39/166) Installing libxdamage (1.1.6-r5) 09:23:53 #11 317.3 (108/167) Installing libjxl (0.10.2-r0) 09:23:54 (40/166) Installing libxext (1.3.6-r2) 09:23:56 (41/166) Installing libxi (1.8.1-r4) 09:23:57 #11 320.3 (109/167) Installing lame-libs (3.100-r5) 09:23:58 (42/166) Installing libxinerama (1.1.5-r4) 09:23:59 #11 322.6 (110/167) Installing opus (1.5.2-r0) 09:23:59 (43/166) Installing libxrandr (1.5.4-r1) 09:24:01 (44/166) Installing libatk-1.0 (2.52.0-r0) 09:24:01 #11 325.2 (111/167) Installing rav1e-libs (0.7.1-r0) 09:24:03 (45/166) Installing libxtst (1.2.4-r6) 09:24:04 (46/166) Installing dbus-libs (1.14.10-r1) 09:24:04 #11 328.4 (112/167) Installing libgomp (13.2.1_git20240309-r1) 09:24:06 (47/166) Installing at-spi2-core (2.52.0-r0) 09:24:07 #11 330.6 (113/167) Installing soxr (0.1.3-r7) 09:24:08 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 09:24:08 #11 332.4 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 09:24:10 #11 334.4 (115/167) Installing libtheora (1.1.1-r18) 09:24:10 (49/166) Installing pixman (0.43.2-r0) 09:24:13 #11 336.9 (116/167) Installing libvorbis (1.3.7-r2) 09:24:13 (50/166) Installing cairo (1.18.4-r0) 09:24:15 #11 339.1 (117/167) Installing libvpx (1.14.1-r0) 09:24:15 (51/166) Installing cairo-gobject (1.18.4-r0) 09:24:17 (52/166) Installing avahi-libs (0.8-r17) 09:24:19 #11 342.2 (118/167) Installing libwebpmux (1.3.2-r0) 09:24:19 (53/166) Installing gmp (6.3.0-r1) 09:24:20 #11 343.8 (119/167) Installing x264-libs (0.164_git20231001-r0) 09:24:21 (54/166) Installing nettle (3.9.1-r0) 09:24:23 #11 346.9 (120/167) Installing numactl (2.0.18-r0) 09:24:25 (55/166) Installing libtasn1 (4.20.0-r0) 09:24:25 #11 348.4 (121/167) Installing x265-libs (3.6-r0) 09:24:26 (56/166) Installing p11-kit (0.25.3-r0) 09:24:28 #11 351.9 (122/167) Installing xvidcore (1.3.7-r2) 09:24:29 (57/166) Installing gnutls (3.8.5-r0) 09:24:30 #11 354.1 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 09:24:31 (58/166) Installing cups-libs (2.4.9-r1) 09:24:34 (59/166) Installing libepoxy (1.5.10-r1) 09:24:35 #11 358.0 (124/167) Installing libbluray (1.3.4-r1) 09:24:37 (60/166) Installing fribidi (1.0.15-r0) 09:24:37 #11 360.2 (125/167) Installing mpg123-libs (1.32.8-r0) 09:24:38 (61/166) Installing graphite2 (1.3.14-r6) 09:24:38 #11 362.5 (126/167) Installing libopenmpt (0.7.7-r0) 09:24:40 (62/166) Installing harfbuzz (8.5.0-r0) 09:24:42 #11 365.3 (127/167) Installing cjson (1.7.18-r0) 09:24:43 #11 366.9 (128/167) Installing mbedtls (3.6.3-r0) 09:24:43 (63/166) Installing libxft (2.3.8-r3) 09:24:45 (64/166) Installing pango (1.52.2-r0) 09:24:45 #11 369.4 (129/167) Installing librist (0.2.10-r1) 09:24:47 (65/166) Installing wayland-libs-client (1.22.0-r4) 09:24:48 #11 371.3 (130/167) Installing libsrt (1.5.3-r0) 09:24:49 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 09:24:50 #11 373.7 (131/167) Installing libssh (0.10.6-r0) 09:24:50 (67/166) Installing wayland-libs-egl (1.22.0-r4) 09:24:51 (68/166) Installing xkeyboard-config (2.41-r0) 09:24:52 #11 375.9 (132/167) Installing libsodium (1.0.19-r0) 09:24:54 #11 378.1 (133/167) Installing libzmq (4.3.5-r2) 09:24:55 (69/166) Installing libxkbcommon (1.7.0-r0) 09:24:57 (70/166) Installing gtk+3.0 (3.24.43-r0) 09:24:57 #11 380.6 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 09:25:00 #11 383.7 (135/167) Installing crc32c (1.1.2-r0) 09:25:01 (71/166) Installing icu-data-full (74.2-r0) 09:25:01 #11 385.3 (136/167) Installing double-conversion (3.3.0-r0) 09:25:03 #11 386.9 (137/167) Installing libevent (2.1.12-r7) 09:25:06 #11 389.4 (138/167) Installing wayland-libs-server (1.22.0-r4) 09:25:07 #11 390.9 (139/167) Installing mesa-gbm (24.0.9-r1) 09:25:08 #11 392.5 (140/167) Installing harfbuzz-subset (8.5.0-r0) 09:25:12 #11 395.2 (141/167) Installing icu-libs (74.2-r0) 09:25:13 (72/166) Installing mesa (24.0.9-r1) 09:25:14 (73/166) Installing llvm17-libs (17.0.6-r2) 09:25:15 #11 398.7 (142/167) Installing minizip (1.3.1-r0) 09:25:16 #11 400.4 (143/167) Installing nspr (4.35-r4) 09:25:19 #11 402.6 (144/167) Installing sqlite-libs (3.45.3-r2) 09:25:21 #11 405.5 (145/167) Installing nss (3.105-r0) 09:25:26 #11 408.9 (146/167) Installing openh264 (2.4.1-r0) 09:25:28 #11 411.8 (147/167) Installing libcamera-ipa (0.3.0-r0) 09:25:30 #11 413.7 (148/167) Installing libunwind (1.8.1-r0) 09:25:32 #11 415.6 (149/167) Installing yaml (0.2.5-r2) 09:25:34 #11 417.5 (150/167) Installing libcamera (0.3.0-r0) 09:25:36 #11 420.4 (151/167) Installing speexdsp (1.2.1-r2) 09:25:38 #11 422.0 (152/167) Installing libuv (1.48.0-r0) 09:25:40 #11 423.9 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 09:25:43 #11 426.4 (154/167) Installing libsndfile (1.2.2-r1) 09:25:45 #11 429.0 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 09:25:49 #11 432.2 (156/167) Installing pipewire-libs (1.0.6-r1) 09:25:52 #11 435.7 (157/167) Installing libasyncns (0.8-r3) 09:25:53 (74/166) Installing hwdata-pci (0.382-r0) 09:25:53 (75/166) Installing libpciaccess (0.18.1-r0) 09:25:53 (76/166) Installing libdrm (2.4.120-r0) 09:25:53 #11 437.0 (158/167) Installing libltdl (2.4.7-r3) 09:25:55 (77/166) Installing libelf (0.191-r0) 09:25:55 #11 438.7 (159/167) Installing orc (0.4.40-r0) 09:25:56 (78/166) Installing mesa-glapi (24.0.9-r1) 09:25:57 #11 440.8 (160/167) Installing tdb-libs (1.4.9-r1) 09:25:58 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 09:25:59 #11 442.7 (161/167) Installing libpulse (17.0-r0) 09:26:02 #11 445.6 (162/167) Installing libwebpdemux (1.3.2-r0) 09:26:03 #11 446.9 (163/167) Installing libgpg-error (1.49-r0) 09:26:05 #11 448.8 (164/167) Installing libgcrypt (1.10.3-r0) 09:26:05 (80/166) Installing eudev-libs (3.2.14-r2) 09:26:07 (81/166) Installing libmagic (5.45-r1) 09:26:08 #11 451.8 (165/167) Installing libxslt (1.1.39-r2) 09:26:09 (82/166) Installing file (5.45-r1) 09:26:10 #11 454.0 (166/167) Installing chromium (131.0.6778.108-r0) 09:26:11 (83/166) Installing xprop (1.2.7-r0) 09:26:13 (84/166) Installing libice (1.1.1-r6) 09:26:15 (85/166) Installing libuuid (2.40.1-r1) 09:26:16 (86/166) Installing libsm (1.2.4-r4) 09:26:18 (87/166) Installing libxt (1.3.0-r5) 09:26:21 (88/166) Installing libxmu (1.1.4-r2) 09:26:22 (89/166) Installing xset (1.2.5-r1) 09:26:24 (90/166) Installing xdg-utils (1.2.1-r0) 09:26:26 (91/166) Installing libogg (1.3.5-r5) 09:26:28 (92/166) Installing libflac (1.4.3-r1) 09:26:30 (93/166) Installing alsa-lib (1.2.11-r0) 09:26:33 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 09:26:36 (95/166) Installing aom-libs (3.9.1-r0) 09:26:40 (96/166) Installing libva (2.21.0-r0) 09:26:42 (97/166) Installing libvdpau (1.5-r3) 09:26:43 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 09:26:46 (99/166) Installing libdav1d (1.4.2-r0) 09:26:48 (100/166) Installing openexr-libiex (3.1.13-r1) 09:26:51 (101/166) Installing openexr-libilmthread (3.1.13-r1) 09:26:52 (102/166) Installing imath (3.1.12-r0) 09:26:55 (103/166) Installing openexr-libopenexr (3.1.13-r1) 09:26:57 #11 493.1 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 09:26:57 #11 497.3 Executing busybox-1.36.1-r29.trigger 09:26:57 #11 497.3 Executing fontconfig-2.15.0-r1.trigger 09:26:57 #11 497.3 Executing mkfontscale-1.2.2-r6.trigger 09:26:57 #11 497.3 Executing glib-2.80.5-r0.trigger 09:26:57 #11 497.3 Executing shared-mime-info-2.4-r0.trigger 09:26:57 #11 497.6 Executing gdk-pixbuf-2.42.12-r0.trigger 09:26:57 #11 497.7 Executing gtk-update-icon-cache-3.24.43-r0.trigger 09:26:57 #11 497.7 Executing gtk+3.0-3.24.43-r0.trigger 09:26:57 #11 497.7 OK: 672 MiB in 195 packages 09:26:57 #11 497.8 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:26:57 #11 500.6 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:26:57 (104/166) Installing giflib (5.2.2-r0) 09:26:59 (105/166) Installing libhwy (1.0.7-r0) 09:27:01 (106/166) Installing lcms2 (2.16-r0) 09:27:01 #11 504.2 (1/30) Installing jansson (2.14-r4) 09:27:02 #11 505.8 (2/30) Installing binutils (2.42-r1) 09:27:03 (107/166) Installing libjxl (0.10.2-r0) 09:27:05 #11 509.2 (3/30) Installing libatomic (13.2.1_git20240309-r1) 09:27:06 (108/166) Installing lame-libs (3.100-r5) 09:27:07 #11 510.5 (4/30) Installing isl26 (0.26-r1) 09:27:08 (109/166) Installing opus (1.5.2-r0) 09:27:10 #11 513.3 (5/30) Installing mpfr4 (4.2.1-r0) 09:27:10 (110/166) Installing rav1e-libs (0.7.1-r0) 09:27:12 #11 515.7 (6/30) Installing mpc1 (1.3.1-r1) 09:27:14 (111/166) Installing libgomp (13.2.1_git20240309-r1) 09:27:14 #11 517.6 (7/30) Installing gcc (13.2.1_git20240309-r1) 09:27:16 (112/166) Installing soxr (0.1.3-r7) 09:27:17 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 09:27:19 (114/166) Installing libtheora (1.1.1-r18) 09:27:22 (115/166) Installing libvorbis (1.3.7-r2) 09:27:25 (116/166) Installing libvpx (1.14.1-r0) 09:27:29 (117/166) Installing libwebpmux (1.3.2-r0) 09:27:30 (118/166) Installing x264-libs (0.164_git20231001-r0) 09:27:33 (119/166) Installing numactl (2.0.18-r0) 09:27:35 (120/166) Installing x265-libs (3.6-r0) 09:27:39 (121/166) Installing xvidcore (1.3.7-r2) 09:27:40 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 09:27:47 (123/166) Installing libbluray (1.3.4-r1) 09:27:49 (124/166) Installing mpg123-libs (1.32.8-r0) 09:27:52 (125/166) Installing libopenmpt (0.7.7-r0) 09:27:52 #11 550.5 (8/30) Installing musl-dev (1.2.5-r1) 09:27:52 #11 553.9 (9/30) Installing linux-headers (6.6-r0) 09:27:54 #11 557.7 (10/30) Installing libffi-dev (3.4.6-r0) 09:27:55 (126/166) Installing cjson (1.7.18-r0) 09:27:56 #11 559.5 (11/30) Installing libpq (16.9-r0) 09:27:56 (127/166) Installing mbedtls (3.6.3-r0) 09:27:58 #11 561.8 (12/30) Installing openssl-dev (3.3.3-r0) 09:27:59 (128/166) Installing librist (0.2.10-r1) 09:28:01 #11 564.2 (13/30) Installing libpq-dev (16.9-r0) 09:28:01 (129/166) Installing libsrt (1.5.3-r0) 09:28:03 #11 567.1 (14/30) Installing libecpg (16.9-r0) 09:28:03 (130/166) Installing libssh (0.10.6-r0) 09:28:05 #11 569.1 (15/30) Installing libecpg-dev (16.9-r0) 09:28:05 (131/166) Installing libsodium (1.0.19-r0) 09:28:08 #11 571.6 (16/30) Installing clang16-headers (16.0.6-r5) 09:28:08 (132/166) Installing libzmq (4.3.5-r2) 09:28:10 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 09:28:11 #11 574.5 (17/30) Installing llvm16-libs (16.0.6-r9) 09:28:14 (134/166) Installing crc32c (1.1.2-r0) 09:28:15 (135/166) Installing double-conversion (3.3.0-r0) 09:28:17 (136/166) Installing libevent (2.1.12-r7) 09:28:19 (137/166) Installing wayland-libs-server (1.22.0-r4) 09:28:19 #11 582.7 (18/30) Installing clang16-libs (16.0.6-r5) 09:28:21 (138/166) Installing mesa-gbm (24.0.9-r1) 09:28:22 (139/166) Installing harfbuzz-subset (8.5.0-r0) 09:28:25 (140/166) Installing icu-libs (74.2-r0) 09:28:29 (141/166) Installing minizip (1.3.1-r0) 09:28:30 (142/166) Installing nspr (4.35-r4) 09:28:33 (143/166) Installing sqlite-libs (3.45.3-r2) 09:28:35 (144/166) Installing nss (3.105-r0) 09:28:38 (145/166) Installing openh264 (2.4.1-r0) 09:28:41 (146/166) Installing libcamera-ipa (0.3.0-r0) 09:28:44 (147/166) Installing libunwind (1.8.1-r0) 09:28:46 (148/166) Installing yaml (0.2.5-r2) 09:28:47 (149/166) Installing libcamera (0.3.0-r0) 09:28:51 (150/166) Installing speexdsp (1.2.1-r2) 09:28:51 #11 612.9 (19/30) Installing fortify-headers (1.1-r3) 09:28:51 #11 614.2 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 09:28:52 (151/166) Installing libuv (1.48.0-r0) 09:28:54 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 09:28:54 #11 617.9 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 09:28:56 #11 619.9 (22/30) Installing clang16 (16.0.6-r5) 09:28:57 (153/166) Installing libsndfile (1.2.2-r1) 09:28:58 #11 622.5 (23/30) Installing icu (74.2-r0) 09:28:59 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 09:29:01 #11 625.0 (24/30) Installing icu-dev (74.2-r0) 09:29:02 (155/166) Installing pipewire-libs (1.0.6-r1) 09:29:04 #11 628.1 (25/30) Installing llvm16 (16.0.6-r9) 09:29:06 (156/166) Installing libasyncns (0.8-r3) 09:29:07 (157/166) Installing libltdl (2.4.7-r3) 09:29:08 (158/166) Installing orc (0.4.40-r0) 09:29:11 (159/166) Installing tdb-libs (1.4.9-r1) 09:29:13 (160/166) Installing libpulse (17.0-r0) 09:29:15 (161/166) Installing libwebpdemux (1.3.2-r0) 09:29:17 (162/166) Installing libgpg-error (1.49-r0) 09:29:19 (163/166) Installing libgcrypt (1.10.3-r0) 09:29:21 (164/166) Installing libxslt (1.1.39-r2) 09:29:24 (165/166) Installing chromium (131.0.6778.108-r0) 09:29:51 #11 670.1 (26/30) Installing lz4-libs (1.9.4-r5) 09:29:51 #11 672.0 (27/30) Installing lz4-dev (1.9.4-r5) 09:29:51 #11 673.6 (28/30) Installing zstd (1.5.6-r0) 09:29:52 #11 675.8 (29/30) Installing zstd-dev (1.5.6-r0) 09:29:54 #11 677.6 (30/30) Installing postgresql16-dev (16.9-r0) 09:29:57 #11 681.0 Executing busybox-1.36.1-r29.trigger 09:29:57 #11 681.0 OK: 1208 MiB in 225 packages 09:29:57 #11 681.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:30:01 #11 684.2 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:30:04 #11 687.7 (1/14) Installing g++ (13.2.1_git20240309-r1) 09:30:12 #11 695.0 (2/14) Installing gdbm (1.23-r1) 09:30:13 #11 696.6 (3/14) Installing mpdecimal (4.0.0-r0) 09:30:15 #11 698.6 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 09:30:16 #11 700.2 (5/14) Installing libncursesw (6.4_p20240420-r2) 09:30:18 #11 702.4 (6/14) Installing libpanelw (6.4_p20240420-r2) 09:30:20 #11 703.7 (7/14) Installing readline (8.2.10-r0) 09:30:22 #11 706.0 (8/14) Installing python3 (3.12.11-r0) 09:30:29 #11 711.9 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 09:30:31 #11 715.4 (10/14) Installing pyc (3.12.11-r0) 09:30:33 #11 716.8 (11/14) Installing python3-pyc (3.12.11-r0) 09:30:34 #11 718.0 (12/14) Installing python3-dev (3.12.11-r0) 09:30:44 #11 726.9 (13/14) Installing libsodium-dev (1.0.19-r0) 09:30:44 #11 728.4 (14/14) Installing zeromq-dev (4.3.5-r2) 09:30:45 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 09:30:46 #11 730.0 Executing busybox-1.36.1-r29.trigger 09:30:46 #11 730.0 OK: 1374 MiB in 239 packages 09:30:46 #11 730.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:30:46 Executing busybox-1.36.1-r29.trigger 09:30:46 Executing fontconfig-2.15.0-r1.trigger 09:30:46 Executing mkfontscale-1.2.2-r6.trigger 09:30:47 Executing glib-2.80.5-r0.trigger 09:30:47 Executing shared-mime-info-2.4-r0.trigger 09:30:49 #11 733.0 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:30:49 Executing gdk-pixbuf-2.42.12-r0.trigger 09:30:49 Executing gtk-update-icon-cache-3.24.43-r0.trigger 09:30:49 Executing gtk+3.0-3.24.43-r0.trigger 09:30:49 OK: 657 MiB in 194 packages 09:30:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:30:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:30:52 #11 736.4 OK: 1374 MiB in 239 packages 09:30:53 #11 736.5 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:30:56 #11 739.3 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:30:56 (1/30) Installing jansson (2.14-r4) 09:30:58 (2/30) Installing binutils (2.42-r1) 09:30:59 #11 743.0 (1/1) Installing tzdata (2025b-r0) 09:31:01 #11 745.2 OK: 1376 MiB in 240 packages 09:31:02 #11 745.6 (1/1) Purging tzdata (2025b-r0) 09:31:02 #11 745.6 OK: 1374 MiB in 239 packages 09:31:03 #11 747.2 Looking in links: /tmp/tmphmuvc8kw 09:31:03 #11 747.2 Processing /tmp/tmphmuvc8kw/pip-25.0.1-py3-none-any.whl 09:31:03 #11 747.2 Installing collected packages: pip 09:31:04 #11 748.2 Successfully installed pip-25.0.1 09:31:04 #11 748.2 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. 09:31:05 #11 748.6 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 09:31:05 #11 748.7 Collecting pip 09:31:05 #11 748.7 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 09:31:05 #11 748.8 Collecting setuptools 09:31:05 #11 748.9 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 09:31:05 #11 748.9 Collecting wheel 09:31:05 #11 748.9 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 09:31:05 #11 748.9 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 09:31:05 #11 748.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 194.5 MB/s eta 0:00:00 09:31:05 #11 748.9 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 09:31:05 #11 748.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 274.8 MB/s eta 0:00:00 09:31:05 #11 748.9 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 09:31:05 #11 749.0 Installing collected packages: wheel, setuptools, pip 09:31:06 #11 749.8 Attempting uninstall: pip 09:31:06 #11 749.8 Found existing installation: pip 25.0.1 09:31:06 #11 749.9 Uninstalling pip-25.0.1: 09:31:06 #11 749.9 Successfully uninstalled pip-25.0.1 09:31:07 #11 750.9 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. 09:31:07 #11 750.9 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 09:31:08 #11 751.4 Processing ./edgex-taf-common 09:31:08 #11 751.4 Preparing metadata (setup.py): started 09:31:08 #11 751.5 Preparing metadata (setup.py): finished with status 'done' 09:31:08 #11 751.5 Building wheels for collected packages: edgex-taf-common 09:31:08 #11 751.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 09:31:08 #11 751.5 Building wheel for edgex-taf-common (setup.py): started 09:31:08 #11 751.7 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 09:31:08 #11 751.7 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=82a2b132d0707c58e2bd9cdf86c32179dd0db0ffce4a05733cb76b6059732117 09:31:08 #11 751.7 Stored in directory: /tmp/pip-ephem-wheel-cache-35zy8b80/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 09:31:08 #11 751.7 Successfully built edgex-taf-common 09:31:08 #11 751.8 Installing collected packages: edgex-taf-common 09:31:08 #11 751.8 Successfully installed edgex-taf-common-0.0.0 09:31:08 #11 751.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. 09:31:08 #11 752.3 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 09:31:08 #11 752.3 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 09:31:08 #11 752.3 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 09:31:08 #11 752.3 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 09:31:08 #11 752.4 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 09:31:08 #11 752.4 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 09:31:08 #11 752.4 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 09:31:09 #11 752.4 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 09:31:09 #11 752.4 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 09:31:09 #11 752.4 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 09:31:09 #11 752.4 Preparing metadata (setup.py): started 09:31:09 #11 752.6 Preparing metadata (setup.py): finished with status 'done' 09:31:09 #11 752.6 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 09:31:09 #11 752.6 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 09:31:09 #11 752.6 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 09:31:09 #11 752.6 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 09:31:09 #11 752.7 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 09:31:09 #11 752.7 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 09:31:09 #11 752.7 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 09:31:09 #11 752.7 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 09:31:09 #11 752.7 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 09:31:09 #11 752.7 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 09:31:09 #11 753.0 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 09:31:09 #11 753.0 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 09:31:09 #11 753.1 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 09:31:09 #11 753.1 Downloading psutil-7.0.0.tar.gz (497 kB) 09:31:09 #11 753.2 Installing build dependencies: started 09:31:10 #11 754.0 Installing build dependencies: finished with status 'done' 09:31:10 #11 754.0 Getting requirements to build wheel: started 09:31:10 #11 754.4 Getting requirements to build wheel: finished with status 'done' 09:31:11 #11 754.4 Preparing metadata (pyproject.toml): started 09:31:11 #11 754.7 Preparing metadata (pyproject.toml): finished with status 'done' 09:31:11 #11 755.0 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 09:31:11 #11 755.0 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) 09:31:11 #11 755.1 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 09:31:11 #11 755.1 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 09:31:11 #11 755.1 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 09:31:11 #11 755.1 Downloading psycopg2-2.9.10.tar.gz (385 kB) 09:31:11 #11 755.2 Preparing metadata (setup.py): started 09:31:11 #11 755.4 Preparing metadata (setup.py): finished with status 'done' 09:31:11 #11 755.5 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 09:31:12 #11 755.5 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 09:31:12 #11 755.7 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 09:31:12 #11 755.7 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 09:31:12 #11 755.7 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 09:31:12 #11 755.7 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 09:31:12 #11 755.9 Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) 09:31:12 #11 755.9 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) 09:31:12 #11 756.0 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) 09:31:12 #11 756.0 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 09:31:12 #11 756.0 Collecting requests-sse==0.5.2 (from -r requirements.txt (line 21)) 09:31:12 #11 756.0 Downloading requests_sse-0.5.2-py3-none-any.whl.metadata (3.2 kB) 09:31:12 #11 756.0 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:12 #11 756.0 Downloading selenium-4.34.0-py3-none-any.whl.metadata (7.5 kB) 09:31:12 #11 756.0 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:12 #11 756.0 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 09:31:12 #11 756.1 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:12 #11 756.1 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 09:31:12 #11 756.1 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:12 #11 756.1 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 09:31:12 #11 756.1 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:12 #11 756.1 Downloading flex-6.14.1.tar.gz (40 kB) 09:31:12 #11 756.2 Preparing metadata (setup.py): started 09:31:12 #11 756.3 Preparing metadata (setup.py): finished with status 'done' 09:31:13 #11 756.4 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.4 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 09:31:13 #11 756.4 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.4 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 09:31:13 #11 756.4 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.4 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 09:31:13 #11 756.5 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.5 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 09:31:13 #11 756.5 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.5 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 09:31:13 #11 756.5 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.5 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 09:31:13 #11 756.6 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:13 #11 756.6 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 09:31:13 #11 756.7 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 09:31:13 #11 756.7 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 09:31:13 #11 756.7 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 09:31:13 #11 756.7 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 09:31:13 #11 756.7 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 09:31:13 #11 756.7 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 09:31:13 #11 756.7 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 09:31:13 #11 756.7 Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 09:31:13 #11 756.8 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:31:13 #11 756.8 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 09:31:13 #11 756.8 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:31:13 #11 756.8 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 09:31:13 #11 756.8 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 14)) (80.9.0) 09:31:13 #11 756.9 Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) 09:31:13 #11 756.9 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) 09:31:13 #11 757.0 Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) 09:31:13 #11 757.0 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 09:31:13 #11 757.0 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:31:13 #11 757.0 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 09:31:13 #11 757.0 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:31:13 #11 757.0 Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 09:31:13 #11 757.1 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 09:31:13 #11 757.1 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 09:31:13 #11 757.1 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.1 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 09:31:13 #11 757.1 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.1 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 09:31:13 #11 757.1 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.1 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 09:31:13 #11 757.2 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.2 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 09:31:13 #11 757.2 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.2 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 09:31:13 #11 757.2 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.2 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 09:31:13 #11 757.2 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.2 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 09:31:13 #11 757.2 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:31:13 #11 757.2 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 09:31:13 #11 757.3 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)) 09:31:14 #11 757.3 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 09:31:14 #11 757.4 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.4 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 09:31:14 #11 757.4 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.4 Downloading validate_email-1.3.tar.gz (4.7 kB) 09:31:14 #11 757.4 Preparing metadata (setup.py): started 09:31:14 #11 757.6 Preparing metadata (setup.py): finished with status 'done' 09:31:14 #11 757.6 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.6 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 09:31:14 #11 757.7 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 09:31:14 #11 757.7 Preparing metadata (setup.py): started 09:31:14 #11 757.9 Preparing metadata (setup.py): finished with status 'done' 09:31:14 #11 757.9 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.9 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 09:31:14 #11 757.9 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.9 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 09:31:14 #11 757.9 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 757.9 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 09:31:14 #11 758.0 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 758.0 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 09:31:14 #11 758.3 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 758.3 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 09:31:14 #11 758.3 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 758.3 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 09:31:14 #11 758.3 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:14 #11 758.3 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 09:31:14 #11 758.4 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.4 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 09:31:15 #11 758.4 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.4 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 09:31:15 #11 758.4 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.4 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 09:31:15 #11 758.4 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.4 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 09:31:15 #11 758.5 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.5 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 09:31:15 #11 758.5 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 6)) 09:31:15 #11 758.5 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 09:31:15 #11 758.5 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.5 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 09:31:15 #11 758.6 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 6)) 09:31:15 #11 758.6 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 09:31:15 #11 758.7 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:31:15 #11 758.7 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 09:31:15 #11 758.7 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 09:31:15 #11 758.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 305.3 MB/s eta 0:00:00 09:31:15 #11 758.7 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 09:31:15 #11 758.7 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 09:31:15 #11 758.7 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 09:31:15 #11 758.7 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 09:31:15 #11 758.7 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 09:31:15 #11 758.7 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 09:31:15 #11 758.7 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 09:31:15 #11 758.7 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 09:31:15 #11 758.8 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 09:31:15 #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 75.6 MB/s eta 0:00:00 09:31:15 #11 759.0 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) 09:31:15 #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 220.3 MB/s eta 0:00:00 09:31:15 #11 759.0 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 09:31:15 #11 759.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 217.6 MB/s eta 0:00:00 09:31:15 #11 759.0 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 09:31:15 #11 759.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 164.2 MB/s eta 0:00:00 09:31:15 #11 759.1 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 09:31:15 #11 759.1 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 09:31:15 #11 759.1 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) 09:31:15 #11 759.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 142.9 MB/s eta 0:00:00 09:31:15 #11 759.1 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 09:31:15 #11 759.1 Downloading requests_sse-0.5.2-py3-none-any.whl (10 kB) 09:31:15 #11 759.1 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 09:31:15 #11 759.1 Downloading idna-3.10-py3-none-any.whl (70 kB) 09:31:15 #11 759.1 Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 09:31:15 #11 759.1 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) 09:31:15 #11 759.1 Downloading click-8.2.1-py3-none-any.whl (102 kB) 09:31:15 #11 759.1 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 09:31:15 #11 759.1 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 09:31:15 #11 759.2 Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) 09:31:15 #11 759.2 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 09:31:15 #11 759.2 Downloading selenium-4.34.0-py3-none-any.whl (9.4 MB) 09:31:15 #11 759.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 272.5 MB/s eta 0:00:00 09:31:15 #11 759.2 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 09:31:15 #11 759.2 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 09:31:15 #11 759.2 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 09:31:15 #11 759.2 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 09:31:15 #11 759.2 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 09:31:15 #11 759.2 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 09:31:15 #11 759.2 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 09:31:15 #11 759.2 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 09:31:15 #11 759.2 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 09:31:15 #11 759.2 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 09:31:15 #11 759.2 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 09:31:15 #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 208.1 MB/s eta 0:00:00 09:31:15 #11 759.3 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 09:31:15 #11 759.3 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 09:31:15 #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 167.9 MB/s eta 0:00:00 09:31:15 #11 759.3 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 09:31:15 #11 759.3 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 09:31:15 #11 759.3 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 09:31:15 #11 759.3 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 09:31:15 #11 759.3 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 09:31:15 #11 759.3 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 09:31:15 #11 759.3 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) 09:31:15 #11 759.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 230.1 MB/s eta 0:00:00 09:31:15 #11 759.3 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 09:31:15 #11 759.3 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 09:31:15 #11 759.3 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 09:31:15 #11 759.3 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 09:31:16 #11 759.3 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 09:31:16 #11 759.3 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 09:31:16 #11 759.3 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 09:31:16 #11 759.3 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 09:31:16 #11 759.3 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 09:31:16 #11 759.3 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 09:31:16 #11 759.3 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 09:31:16 #11 759.3 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 09:31:16 #11 759.3 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 09:31:16 #11 759.3 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 09:31:16 #11 759.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 197.6 MB/s eta 0:00:00 09:31:16 #11 759.4 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 09:31:16 #11 759.4 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 09:31:16 #11 759.4 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 09:31:16 #11 759.4 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 09:31:16 #11 759.5 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 09:31:16 #11 759.5 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 09:31:16 #11 759.5 Building wheel for robotbackgroundlogger (setup.py): started 09:31:16 #11 759.7 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 09:31:16 #11 759.7 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=334c0fc1f7553e575b73b1d4617aa03b7edb621c679a04f0083318ea982b0b55 09:31:16 #11 759.7 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 09:31:16 #11 759.7 Building wheel for psutil (pyproject.toml): started 09:31:16 (3/30) Installing libatomic (13.2.1_git20240309-r1) 09:31:16 (4/30) Installing isl26 (0.26-r1) 09:31:18 #11 761.4 Building wheel for psutil (pyproject.toml): finished with status 'done' 09:31:18 #11 761.4 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277545 sha256=423665daded840f010dec2b5072715dbc054e7c960b057937adc625f382068b9 09:31:18 #11 761.4 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 09:31:18 #11 761.4 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 09:31:18 #11 761.4 Building wheel for psycopg2 (setup.py): started 09:31:18 (5/30) Installing mpfr4 (4.2.1-r0) 09:31:21 (6/30) Installing mpc1 (1.3.1-r1) 09:31:22 (7/30) Installing gcc (13.2.1_git20240309-r1) 09:31:26 #11 769.8 Building wheel for psycopg2 (setup.py): finished with status 'done' 09:31:26 #11 769.8 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521914 sha256=0fa5658844d556aa825d202ca318d439dd3cc524417cbe6f1d51c89187327c9f 09:31:26 #11 769.8 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 09:31:26 #11 769.8 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 09:31:26 #11 769.8 Building wheel for flex (setup.py): started 09:31:26 #11 770.1 Building wheel for flex (setup.py): finished with status 'done' 09:31:26 #11 770.1 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=f59e8f1c6bb674ea6bc676915dbe0382cadcd4f01a97d4a28e4e6768c4ae189b 09:31:26 #11 770.1 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 09:31:26 #11 770.1 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 09:31:26 #11 770.1 Building wheel for strict-rfc3339 (setup.py): started 09:31:26 #11 770.3 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 09:31:26 #11 770.3 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=e88a67d3085ba4e87a897c8e4b929f0482b02d14db1741d1e1d132ab3d2af601 09:31:26 #11 770.3 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 09:31:26 #11 770.3 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 09:31:26 #11 770.3 Building wheel for validate-email (setup.py): started 09:31:26 #11 770.5 Building wheel for validate-email (setup.py): finished with status 'done' 09:31:27 #11 770.5 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=3d736c82c40baf70f213b3a97c4146b6d0e91703da4f8e9a66f0985749b299b1 09:31:27 #11 770.5 Stored in directory: /tmp/pip-ephem-wheel-cache-_1qhgd_8/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 09:31:27 #11 770.5 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 09:31:27 #11 770.7 Installing collected packages: validate-email, strict-rfc3339, 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, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, requests-sse, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 09:31:37 #11 780.4 09:31:37 #11 780.4 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.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 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 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 requests-sse-0.5.2 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.34.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.0 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 09:31:37 #11 780.4 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. 09:31:38 #11 DONE 781.9s 09:31:38 09:31:38 #12 exporting to image 09:31:38 #12 exporting layers 09:31:43 #12 exporting layers 5.2s done 09:31:43 #12 writing image sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:31:43 #12 naming to docker.io/library/edgex-taf-common done 09:31:43 #12 DONE 5.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 09:31:43 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 09:31:43 8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:31:43 latest 09:31:43 1.0.0-dev.8 09:31:43 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:31:43 main 09:31:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:44 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:31:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:31:44 c35f89738514: Preparing 09:31:44 06fc8f012e93: Preparing 09:31:44 5f70bf18a086: Preparing 09:31:44 cf993478c8dc: Preparing 09:31:44 bc80d5c0bddb: Preparing 09:31:44 a84281231b28: Preparing 09:31:44 994456c4fd7b: Preparing 09:31:44 a84281231b28: Waiting 09:31:44 994456c4fd7b: Waiting 09:31:44 06fc8f012e93: Pushed 09:31:44 5f70bf18a086: Pushed 09:31:44 bc80d5c0bddb: Pushed 09:31:44 cf993478c8dc: Pushed 09:31:44 994456c4fd7b: Layer already exists 09:31:44 a84281231b28: Pushed 09:31:55 (8/30) Installing musl-dev (1.2.5-r1) 09:31:57 (9/30) Installing linux-headers (6.6-r0) 09:32:01 (10/30) Installing libffi-dev (3.4.6-r0) 09:32:02 (11/30) Installing libpq (16.9-r0) 09:32:05 (12/30) Installing openssl-dev (3.3.3-r0) 09:32:08 (13/30) Installing libpq-dev (16.9-r0) 09:32:11 (14/30) Installing libecpg (16.9-r0) 09:32:13 (15/30) Installing libecpg-dev (16.9-r0) 09:32:15 (16/30) Installing clang16-headers (16.0.6-r5) 09:32:19 (17/30) Installing llvm16-libs (16.0.6-r9) 09:33:06 (18/30) Installing clang16-libs (16.0.6-r5) 09:33:12 (19/30) Installing fortify-headers (1.1-r3) 09:33:14 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 09:33:18 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 09:33:19 (22/30) Installing clang16 (16.0.6-r5) 09:33:22 (23/30) Installing icu (74.2-r0) 09:33:24 (24/30) Installing icu-dev (74.2-r0) 09:33:28 (25/30) Installing llvm16 (16.0.6-r9) 09:34:07 (26/30) Installing lz4-libs (1.9.4-r5) 09:34:07 (27/30) Installing lz4-dev (1.9.4-r5) 09:34:07 (28/30) Installing zstd (1.5.6-r0) 09:34:07 (29/30) Installing zstd-dev (1.5.6-r0) 09:34:09 (30/30) Installing postgresql16-dev (16.9-r0) 09:34:14 Executing busybox-1.36.1-r29.trigger 09:34:14 OK: 1184 MiB in 224 packages 09:34:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:34:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:34:21 (1/14) Installing g++ (13.2.1_git20240309-r1) 09:34:36 c35f89738514: Pushed 09:34:36 8ae93feb29fbaa43da1d87a6d88aee91490ee53e: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:36 (2/14) Installing gdbm (1.23-r1) 09:34:36 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:37 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:34:37 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:34:37 c35f89738514: Preparing 09:34:37 06fc8f012e93: Preparing 09:34:37 5f70bf18a086: Preparing 09:34:37 cf993478c8dc: Preparing 09:34:37 bc80d5c0bddb: Preparing 09:34:37 a84281231b28: Preparing 09:34:37 994456c4fd7b: Preparing 09:34:37 a84281231b28: Waiting 09:34:37 994456c4fd7b: Waiting 09:34:37 06fc8f012e93: Layer already exists 09:34:37 cf993478c8dc: Layer already exists 09:34:37 c35f89738514: Layer already exists 09:34:37 bc80d5c0bddb: Layer already exists 09:34:37 5f70bf18a086: Layer already exists 09:34:37 a84281231b28: Layer already exists 09:34:37 994456c4fd7b: Layer already exists 09:34:37 latest: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:37 (3/14) Installing mpdecimal (4.0.0-r0) 09:34:37 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:37 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 09:34:37 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:34:37 c35f89738514: Preparing 09:34:37 06fc8f012e93: Preparing 09:34:37 5f70bf18a086: Preparing 09:34:37 cf993478c8dc: Preparing 09:34:37 bc80d5c0bddb: Preparing 09:34:37 a84281231b28: Preparing 09:34:37 994456c4fd7b: Preparing 09:34:37 a84281231b28: Waiting 09:34:37 994456c4fd7b: Waiting 09:34:37 5f70bf18a086: Layer already exists 09:34:37 c35f89738514: Layer already exists 09:34:37 06fc8f012e93: Layer already exists 09:34:37 bc80d5c0bddb: Layer already exists 09:34:37 cf993478c8dc: Layer already exists 09:34:37 994456c4fd7b: Layer already exists 09:34:37 a84281231b28: Layer already exists 09:34:37 1.0.0-dev.8: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:38 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:38 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:34:38 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:34:38 c35f89738514: Preparing 09:34:38 06fc8f012e93: Preparing 09:34:38 5f70bf18a086: Preparing 09:34:38 cf993478c8dc: Preparing 09:34:38 bc80d5c0bddb: Preparing 09:34:38 a84281231b28: Preparing 09:34:38 994456c4fd7b: Preparing 09:34:38 a84281231b28: Waiting 09:34:38 994456c4fd7b: Waiting 09:34:38 cf993478c8dc: Layer already exists 09:34:38 5f70bf18a086: Layer already exists 09:34:38 c35f89738514: Layer already exists 09:34:38 06fc8f012e93: Layer already exists 09:34:38 bc80d5c0bddb: Layer already exists 09:34:38 a84281231b28: Layer already exists 09:34:38 994456c4fd7b: Layer already exists 09:34:38 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:38 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:39 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:34:39 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 09:34:39 c35f89738514: Preparing 09:34:39 06fc8f012e93: Preparing 09:34:39 5f70bf18a086: Preparing 09:34:39 cf993478c8dc: Preparing 09:34:39 bc80d5c0bddb: Preparing 09:34:39 a84281231b28: Preparing 09:34:39 994456c4fd7b: Preparing 09:34:39 a84281231b28: Waiting 09:34:39 994456c4fd7b: Waiting 09:34:39 bc80d5c0bddb: Layer already exists 09:34:39 5f70bf18a086: Layer already exists 09:34:39 cf993478c8dc: Layer already exists 09:34:39 c35f89738514: Layer already exists 09:34:39 06fc8f012e93: Layer already exists 09:34:39 994456c4fd7b: Layer already exists 09:34:39 a84281231b28: Layer already exists 09:34:39 main: digest: sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:39 ===================================================== [Pipeline] echo 09:34:39 taggedImages: 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:34:39 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [Pipeline] echo 09:34:39 ========================================================= 09:34:39 [edgeXBuildMultiArch] RAW Config: 09:34:39 images: 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:34:39 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:34:39 settingsFile: 09:34:39 taf-settings 09:34:39 ========================================================= [Pipeline] node 09:34:41 (5/14) Installing libncursesw (6.4_p20240420-r2) 09:34:43 (6/14) Installing libpanelw (6.4_p20240420-r2) 09:34:44 (7/14) Installing readline (8.2.10-r0) 09:34:47 (8/14) Installing python3 (3.12.11-r0) 09:34:54 Still waiting to schedule task 09:34:54 All nodes of label ‘centos7-docker-4c-2g’ are offline 09:34:55 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 09:34:59 (10/14) Installing pyc (3.12.11-r0) 09:35:00 (11/14) Installing python3-pyc (3.12.11-r0) 09:35:01 (12/14) Installing python3-dev (3.12.11-r0) 09:35:11 (13/14) Installing libsodium-dev (1.0.19-r0) 09:35:12 (14/14) Installing zeromq-dev (4.3.5-r2) 09:35:14 Executing busybox-1.36.1-r29.trigger 09:35:14 OK: 1370 MiB in 238 packages 09:35:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:35:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:35:22 OK: 1370 MiB in 238 packages 09:35:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:35:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:35:29 (1/1) Installing tzdata (2025b-r0) 09:35:31 OK: 1372 MiB in 239 packages 09:35:33 (1/1) Purging tzdata (2025b-r0) 09:35:33 OK: 1370 MiB in 238 packages 09:35:42 Running on prd-centos7-docker-4c-2g-4338 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:35:42 provisioning config files... 09:35:42 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15563326489480999301tmp [Pipeline] { [Pipeline] libraryResource 09:35:43 Looking in links: /tmp/tmprrmf2qp0 09:35:43 Processing /tmp/tmprrmf2qp0/pip-25.0.1-py3-none-any.whl 09:35:43 Installing collected packages: pip [Pipeline] sh 09:35:46 ---> ****-login.sh 09:35:46 nexus3.edgexfoundry.org:10001 09:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:35:46 Configure a credential helper to remove this warning. See 09:35:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:35:46 09:35:46 Login Succeeded 09:35:46 nexus3.edgexfoundry.org:10002 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 nexus3.edgexfoundry.org:10003 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 nexus3.edgexfoundry.org:10004 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 ****.io 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 ---> ****-login.sh ends [Pipeline] } 09:35:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:35:47 + docker buildx ls 09:35:48 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:35:48 default * docker 09:35:48 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:35:48 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 09:35:48 edgex-builder [Pipeline] sh 09:35:48 + docker buildx inspect --bootstrap 09:35:48 #1 [internal] booting buildkit 09:35:48 #1 pulling image moby/buildkit:buildx-stable-1 09:35:49 Successfully installed pip-25.0.1 09:35:49 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. 09:35:51 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 09:35:51 Collecting pip 09:35:51 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 09:35:52 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 09:35:52 #1 creating container buildx_buildkit_edgex-builder0 09:35:52 Collecting setuptools 09:35:52 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 09:35:52 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 09:35:52 #1 DONE 4.2s 09:35:52 Name: edgex-builder 09:35:52 Driver: docker-container 09:35:52 09:35:52 Nodes: 09:35:52 Name: edgex-builder0 09:35:52 Endpoint: unix:///var/run/docker.sock 09:35:52 Status: running 09:35:52 Buildkit: v0.22.0 09:35:52 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 09:35:53 Collecting wheel 09:35:53 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 09:35:53 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 09:35:53 + docker buildx ls 09:35:53 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:35:53 edgex-builder * docker-container 09:35:53 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 09:35:53 default docker 09:35:53 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:35:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 50.8 MB/s eta 0:00:00 09:35:53 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 09:35:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.4 MB/s eta 0:00:00 09:35:53 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 09:35:53 Installing collected packages: wheel, setuptools, pip 09:35:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e --push - 09:35:53 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e' 09:35:53 #1 [internal] load build definition from Dockerfile 09:35:53 #1 transferring dockerfile: 201B done 09:35:53 #1 DONE 0.0s 09:35:53 09:35:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:35:53 #2 DONE 0.1s 09:35:53 09:35:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:35:53 #3 DONE 0.1s 09:35:53 09:35:53 #4 [internal] load .dockerignore 09:35:53 #4 transferring context: 2B done 09:35:53 #4 DONE 0.0s 09:35:53 09:35:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:53 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:53 #5 DONE 0.0s 09:35:53 09:35:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:53 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:53 #6 DONE 0.1s 09:35:54 09:35:54 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:35:54 #7 DONE 0.0s 09:35:54 09:35:54 #8 exporting to image 09:35:54 #8 exporting layers done 09:35:54 #8 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done 09:35:54 #8 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:35:54 #8 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done 09:35:54 #8 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done 09:35:54 #8 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done 09:35:54 #8 pushing layers 0.1s done 09:35:54 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 09:35:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:35:54 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done 09:35:54 #8 DONE 0.2s 09:35:54 09:35:54 1 warning found (use --debug to expand): 09:35:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:35:54 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 09:35:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 09:35:54 #1 [internal] load build definition from Dockerfile 09:35:54 #1 transferring dockerfile: 167B done 09:35:54 #1 DONE 0.0s 09:35:54 09:35:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:35:54 #2 DONE 0.0s 09:35:54 09:35:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 09:35:54 #3 DONE 0.0s 09:35:54 09:35:54 #4 [internal] load .dockerignore 09:35:54 #4 transferring context: 2B done 09:35:54 #4 DONE 0.0s 09:35:54 09:35:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:54 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:54 #5 CACHED 09:35:54 09:35:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:54 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:54 #6 CACHED 09:35:54 09:35:54 #7 exporting to image 09:35:54 #7 exporting layers 09:35:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:35:54 #7 exporting layers done 09:35:54 #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done 09:35:54 #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:35:54 #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done 09:35:54 #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done 09:35:54 #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done 09:35:54 #7 pushing layers 0.0s done 09:35:54 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done 09:35:54 #7 DONE 0.1s 09:35:54 09:35:54 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:35:54 #8 DONE 0.0s 09:35:54 09:35:54 1 warning found (use --debug to expand): 09:35:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:35:54 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8' 09:35:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 --push - 09:35:54 #1 [internal] load build definition from Dockerfile 09:35:54 #1 transferring dockerfile: 172B done 09:35:54 #1 DONE 0.0s 09:35:54 09:35:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 09:35:54 #2 DONE 0.0s 09:35:54 09:35:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8 09:35:54 #3 DONE 0.0s 09:35:54 09:35:54 #4 [internal] load .dockerignore 09:35:54 #4 transferring context: 2B done 09:35:54 #4 DONE 0.0s 09:35:54 09:35:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:54 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:54 #5 CACHED 09:35:54 09:35:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:54 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:54 #6 CACHED 09:35:54 09:35:54 #7 exporting to image 09:35:54 #7 exporting layers done 09:35:54 #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done 09:35:54 #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:35:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:35:55 #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done 09:35:55 #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done 09:35:55 #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done 09:35:55 #7 pushing layers 0.0s done 09:35:55 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.8@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done 09:35:55 #7 DONE 0.1s 09:35:55 09:35:55 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:35:55 #8 DONE 0.0s 09:35:55 09:35:55 1 warning found (use --debug to expand): 09:35:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:35:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 --push - 09:35:55 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8' 09:35:55 #1 [internal] load build definition from Dockerfile 09:35:55 #1 transferring dockerfile: 213B done 09:35:55 #1 DONE 0.0s 09:35:55 09:35:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:35:55 #2 DONE 0.0s 09:35:55 09:35:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:35:55 #3 DONE 0.0s 09:35:55 09:35:55 #4 [internal] load .dockerignore 09:35:55 #4 transferring context: 2B done 09:35:55 #4 DONE 0.0s 09:35:55 09:35:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:55 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:55 #5 CACHED 09:35:55 09:35:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:55 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:55 #6 CACHED 09:35:55 09:35:55 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:35:55 #7 DONE 0.0s 09:35:55 09:35:55 #8 exporting to image 09:35:55 #8 exporting layers done 09:35:55 #8 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done 09:35:55 #8 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:35:55 #8 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done 09:35:55 #8 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done 09:35:55 #8 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done 09:35:55 #8 pushing layers 0.0s done 09:35:55 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done 09:35:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:35:55 #8 DONE 0.1s 09:35:55 09:35:55 1 warning found (use --debug to expand): 09:35:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:35:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 09:35:56 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 09:35:56 #1 [internal] load build definition from Dockerfile 09:35:56 #1 transferring dockerfile: 165B done 09:35:56 #1 DONE 0.0s 09:35:56 09:35:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:35:56 #2 DONE 0.0s 09:35:56 09:35:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 09:35:56 #3 DONE 0.0s 09:35:56 09:35:56 #4 [internal] load .dockerignore 09:35:56 #4 transferring context: 2B done 09:35:56 #4 DONE 0.0s 09:35:56 09:35:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:56 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:56 #5 CACHED 09:35:56 09:35:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 09:35:56 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:b96e6374a7f1572b250d598c4588ab9f01b361044d2b7a0de08ac49e1dd43759 0.0s done 09:35:56 #6 CACHED 09:35:56 09:35:56 #7 exporting to image 09:35:56 #7 exporting layers done 09:35:56 #7 exporting manifest sha256:61450a6e50c9dc240eb48a44a0aa710dcefe491f6dc849b26de4766eaccd39eb done 09:35:56 #7 exporting config sha256:740862707c8da76220f2641f506e4a4fc1691793c87ad02baafede8a79f4b6b4 done 09:35:56 #7 exporting manifest sha256:21e4d6e6f0388c548e1d0f80f1e0391bb8abaf7e242db355e9bad7c3541f156c done 09:35:56 #7 exporting config sha256:41c6493fc329992308061319b51cb65a778331e1f9ffc0f9acc6589e640f5ca5 done 09:35:56 #7 exporting manifest list sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 done 09:35:56 #7 pushing layers 0.0s done 09:35:56 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 09:35:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:35:56 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:85a90f98a2fa5181476d263e3a2b821b5ca5354f1abee64a48823c908a6abd12 0.1s done 09:35:56 #7 DONE 0.1s 09:35:56 09:35:56 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 09:35:56 #8 DONE 0.0s 09:35:56 09:35:56 1 warning found (use --debug to expand): 09:35:56  - 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 09:35:56 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:35:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:35:57 ---> package-listing.sh 09:35:57 ++ facter osfamily 09:35:57 ++ tr '[:upper:]' '[:lower:]' 09:35:57 + OS_FAMILY=redhat 09:35:57 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 09:35:57 + START_PACKAGES=/tmp/packages_start.txt 09:35:57 + END_PACKAGES=/tmp/packages_end.txt 09:35:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:35:57 + PACKAGES=/tmp/packages_start.txt 09:35:57 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:35:57 + PACKAGES=/tmp/packages_end.txt 09:35:57 + case "${OS_FAMILY}" in 09:35:57 + sort 09:35:57 + rpm -qa 09:35:58 + '[' -f /tmp/packages_start.txt ']' 09:35:58 + '[' -f /tmp/packages_end.txt ']' 09:35:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:35:58 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:35:58 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 09:35:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 09:35:58 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 09:35:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:35:59 09:35:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:35:59 latest: Pulling from edgex-lftools-log-publisher 09:35:59 5eb5b503b376: Pulling fs layer 09:35:59 5c69ac0246d0: Pulling fs layer 09:35:59 ec43610c2a17: Pulling fs layer 09:35:59 3a2ae6a8a46f: Pulling fs layer 09:35:59 33b1e0a273af: Pulling fs layer 09:35:59 5d3b04190fa2: Pulling fs layer 09:35:59 2f39f015ded8: Pulling fs layer 09:35:59 3a2ae6a8a46f: Waiting 09:35:59 33b1e0a273af: Waiting 09:35:59 5d3b04190fa2: Waiting 09:35:59 2f39f015ded8: Waiting 09:35:59 5c69ac0246d0: Verifying Checksum 09:35:59 5c69ac0246d0: Download complete 09:35:59 3a2ae6a8a46f: Verifying Checksum 09:35:59 3a2ae6a8a46f: Download complete 09:35:59 33b1e0a273af: Verifying Checksum 09:35:59 33b1e0a273af: Download complete 09:35:59 ec43610c2a17: Verifying Checksum 09:35:59 ec43610c2a17: Download complete 09:35:59 5d3b04190fa2: Verifying Checksum 09:35:59 5d3b04190fa2: Download complete 09:35:59 5eb5b503b376: Verifying Checksum 09:35:59 5eb5b503b376: Download complete 09:35:59 Attempting uninstall: pip 09:35:59 Found existing installation: pip 25.0.1 09:35:59 Uninstalling pip-25.0.1: 09:35:59 Successfully uninstalled pip-25.0.1 09:36:00 2f39f015ded8: Download complete 09:36:00 5eb5b503b376: Pull complete 09:36:01 5c69ac0246d0: Pull complete 09:36:01 ec43610c2a17: Pull complete 09:36:01 3a2ae6a8a46f: Pull complete 09:36:01 33b1e0a273af: Pull complete 09:36:02 5d3b04190fa2: Pull complete 09:36:06 2f39f015ded8: Pull complete 09:36:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:36:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:36:06 prd-centos7-docker-4c-2g-4338 does not seem to be running inside a container 09:36:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:36:06 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 09:36:06 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. 09:36:08 Processing ./edgex-taf-common 09:36:08 Preparing metadata (setup.py): started 09:36:09 Preparing metadata (setup.py): finished with status 'done' 09:36:09 Building wheels for collected packages: edgex-taf-common 09:36:09  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 09:36:09  Building wheel for edgex-taf-common (setup.py): started 09:36:09 $ docker top f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:10 + touch /tmp/pre-build-complete [Pipeline] sh 09:36:10 + mkdir -p /var/log/sysstat [Pipeline] sh 09:36:10 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 09:36:10 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=0ae9018feea474f22bba39945f8d2505065659fcefa92c8958dcd0384c5c081f 09:36:10 Stored in directory: /tmp/pip-ephem-wheel-cache-qm3s7tw9/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 09:36:10 Successfully built edgex-taf-common 09:36:10 Installing collected packages: edgex-taf-common 09:36:10 Successfully installed edgex-taf-common-0.0.0 09:36:10 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. 09:36:10 + ls /var/log/sa-host 09:36:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:36:10 provisioning config files... 09:36:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1015776936414904441tmp [Pipeline] { [Pipeline] echo 09:36:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:36:11 ---> create-netrc.sh [Pipeline] } 09:36:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:36:11 ---> python-tools-install.sh [Pipeline] echo 09:36:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:36:11 ---> sudo-logs.sh 09:36:11 Archiving 'sudo' log.. 09:36:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-4338.novalocal: Name or service not known 09:36:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-4338.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 09:36:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:36:12 ---> job-cost.sh 09:36:12 lf-activate-venv: SKIPPING 09:36:12 INFO: No Stack... 09:36:12 INFO: Retrieving Pricing Info for: v3-standard-2 09:36:13 INFO: Archiving Costs [Pipeline] echo 09:36:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:36:13 ---> logs-deploy.sh 09:36:13 lf-activate-venv: SKIPPING 09:36:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/60 09:36:13 INFO: archiving workspace using pattern(s): 09:36:14 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 09:36:14 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 09:36:14 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 09:36:14 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 09:36:14 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 09:36:14 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 09:36:14 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 09:36:14 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 09:36:14 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 09:36:14 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 09:36:14 Preparing metadata (setup.py): started 09:36:14 Archives upload complete. 09:36:14 INFO: archiving logs to Nexus 09:36:14 ---> uname -a: 09:36:14 Linux prd-centos7-docker-4c-2g-4338.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 09:36:14 09:36:14 09:36:14 ---> lscpu: 09:36:14 Architecture: x86_64 09:36:14 CPU op-mode(s): 32-bit, 64-bit 09:36:14 Byte Order: Little Endian 09:36:14 Address sizes: 40 bits physical, 48 bits virtual 09:36:14 CPU(s): 2 09:36:14 On-line CPU(s) list: 0,1 09:36:14 Thread(s) per core: 1 09:36:14 Core(s) per socket: 1 09:36:14 Socket(s): 2 09:36:14 NUMA node(s): 1 09:36:14 Vendor ID: AuthenticAMD 09:36:14 CPU family: 23 09:36:14 Model: 49 09:36:14 Model name: AMD EPYC-Rome Processor 09:36:14 Stepping: 0 09:36:14 CPU MHz: 2800.000 09:36:14 BogoMIPS: 5600.00 09:36:14 Virtualization: AMD-V 09:36:14 Hypervisor vendor: KVM 09:36:14 Virtualization type: full 09:36:14 L1d cache: 64 KiB 09:36:14 L1i cache: 64 KiB 09:36:14 L2 cache: 1 MiB 09:36:14 L3 cache: 32 MiB 09:36:14 NUMA node0 CPU(s): 0,1 09:36:14 Vulnerability Itlb multihit: Not affected 09:36:14 Vulnerability L1tf: Not affected 09:36:14 Vulnerability Mds: Not affected 09:36:14 Vulnerability Meltdown: Not affected 09:36:14 Vulnerability Mmio stale data: Not affected 09:36:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:36:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:36:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:36:14 Vulnerability Srbds: Not affected 09:36:14 Vulnerability Tsx async abort: Not affected 09:36:14 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 09:36:14 09:36:14 09:36:15 Preparing metadata (setup.py): finished with status 'done' 09:36:15 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 09:36:15 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 09:36:15 ---> nproc: 09:36:15 2 09:36:15 09:36:15 09:36:15 ---> df -h: 09:36:15 Filesystem Size Used Avail Use% Mounted on 09:36:15 overlay 40G 7.3G 33G 19% / 09:36:15 tmpfs 64M 0 64M 0% /dev 09:36:15 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 09:36:15 shm 64M 0 64M 0% /dev/shm 09:36:15 /dev/vda1 40G 7.3G 33G 19% /facter-os 09:36:15 09:36:15 09:36:15 Cannot open /var/log/sysstat/sa01: No such file or directory 09:36:15 Please check if data collecting is enabled 09:36:15 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:36:15 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:36:15 $ docker stop --time=1 f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 09:36:15 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 09:36:15 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 09:36:15 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 09:36:15 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 09:36:15 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 09:36:15 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 09:36:15 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 09:36:15 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 09:36:16 $ docker rm -f --volumes f141388b03d163c1b2cf3cd0b350768518af3c56e7711b22b8d775d3caa36c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:36:16 [WS-CLEANUP] Deleting project workspace... 09:36:16 [WS-CLEANUP] Deferred wipeout is used... 09:36:16 [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 09:36:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:36:16 09:36:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:36:17 latest: Pulling from edgex-lftools-log-publisher 09:36:17 5eb5b503b376: Pulling fs layer 09:36:17 5c69ac0246d0: Pulling fs layer 09:36:17 ec43610c2a17: Pulling fs layer 09:36:17 3a2ae6a8a46f: Pulling fs layer 09:36:17 33b1e0a273af: Pulling fs layer 09:36:17 5d3b04190fa2: Pulling fs layer 09:36:17 2f39f015ded8: Pulling fs layer 09:36:17 3a2ae6a8a46f: Waiting 09:36:17 33b1e0a273af: Waiting 09:36:17 2f39f015ded8: Waiting 09:36:17 5d3b04190fa2: Waiting 09:36:17 5c69ac0246d0: Download complete 09:36:17 3a2ae6a8a46f: Verifying Checksum 09:36:17 3a2ae6a8a46f: Download complete 09:36:17 33b1e0a273af: Verifying Checksum 09:36:17 33b1e0a273af: Download complete 09:36:17 5d3b04190fa2: Download complete 09:36:17 ec43610c2a17: Verifying Checksum 09:36:17 ec43610c2a17: Download complete 09:36:17 5eb5b503b376: Verifying Checksum 09:36:17 5eb5b503b376: Download complete 09:36:17 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 09:36:17 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 09:36:18 2f39f015ded8: Verifying Checksum 09:36:18 2f39f015ded8: Download complete 09:36:18 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 09:36:18 Downloading psutil-7.0.0.tar.gz (497 kB) 09:36:18 Installing build dependencies: started 09:36:19 5eb5b503b376: Pull complete 09:36:19 5c69ac0246d0: Pull complete 09:36:19 ec43610c2a17: Pull complete 09:36:19 3a2ae6a8a46f: Pull complete 09:36:19 33b1e0a273af: Pull complete 09:36:20 5d3b04190fa2: Pull complete 09:36:22 Installing build dependencies: finished with status 'done' 09:36:22 Getting requirements to build wheel: started 09:36:26 Getting requirements to build wheel: finished with status 'done' 09:36:26 Preparing metadata (pyproject.toml): started 09:36:26 2f39f015ded8: Pull complete 09:36:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:36:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:36:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:36:26 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:36:26 $ 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 09:36:27 Preparing metadata (pyproject.toml): finished with status 'done' 09:36:28 $ docker top cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:28 ---> job-cost.sh 09:36:28 lf-activate-venv: SKIPPING 09:36:28 INFO: No Stack... 09:36:29 INFO: Retrieving Pricing Info for: v3-standard-8 09:36:29 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 09:36:29 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) 09:36:29 INFO: Archiving Costs [Pipeline] sh 09:36:29 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 09:36:29 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 09:36:30 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 09:36:30 + cut -d, -f6 [Pipeline] lock 09:36:30 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] 09:36:30 Resource [jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] did not exist. Created. 09:36:30 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] { 09:36:30 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 09:36:30 Downloading psycopg2-2.9.10.tar.gz (385 kB) [Pipeline] unstash [Pipeline] sh 09:36:30 + echo total: 0.2199999988079071 [Pipeline] stash 09:36:30 Stashed 1 file(s) [Pipeline] } 09:36:30 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] // lock [Pipeline] } 09:36:30 $ docker stop --time=1 cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 09:36:30 Preparing metadata (setup.py): started 09:36:31 $ docker rm -f --volumes cbd5be3a9e858eb162cf481090b721e8b561321e97c354353a52856a717473a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:36:32 Preparing metadata (setup.py): finished with status 'done' 09:36:32 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 09:36:32 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 09:36:34 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 09:36:34 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 09:36:34 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 09:36:34 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 09:36:35 Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) 09:36:35 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) 09:36:35 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) 09:36:35 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 09:36:35 Collecting requests-sse==0.5.2 (from -r requirements.txt (line 21)) 09:36:35 Downloading requests_sse-0.5.2-py3-none-any.whl.metadata (3.2 kB) 09:36:36 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:36 Downloading selenium-4.34.0-py3-none-any.whl.metadata (7.5 kB) 09:36:36 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:36 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 09:36:36 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:36 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 09:36:36 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:36 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 09:36:36 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:36 Downloading flex-6.14.1.tar.gz (40 kB) 09:36:37 Preparing metadata (setup.py): started 09:36:37 Preparing metadata (setup.py): finished with status 'done' 09:36:37 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:37 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 09:36:38 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:38 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 09:36:38 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:38 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 09:36:38 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:38 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 09:36:38 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:38 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 09:36:39 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:39 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 09:36:39 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:39 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 09:36:39 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 09:36:39 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 09:36:39 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 09:36:39 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 09:36:40 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 09:36:40 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 09:36:40 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 09:36:40 Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 09:36:40 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:36:40 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 09:36:40 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:36:40 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 09:36:40 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.49.0->-r requirements.txt (line 14)) (80.9.0) 09:36:41 Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) 09:36:41 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) 09:36:41 Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) 09:36:41 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 09:36:41 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:36:41 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 09:36:42 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 09:36:42 Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 09:36:42 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 09:36:42 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 09:36:42 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:42 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 09:36:42 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:42 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 09:36:42 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:42 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 09:36:42 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:42 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 09:36:43 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:43 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 09:36:43 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:43 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 09:36:43 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:43 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 09:36:43 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 09:36:43 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 09:36:43 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)) 09:36:43 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 09:36:43 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:43 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 09:36:43 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:43 Downloading validate_email-1.3.tar.gz (4.7 kB) 09:36:44 Preparing metadata (setup.py): started 09:36:45 Preparing metadata (setup.py): finished with status 'done' 09:36:45 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:45 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 09:36:45 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:45 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 09:36:45 Preparing metadata (setup.py): started 09:36:46 Preparing metadata (setup.py): finished with status 'done' 09:36:46 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:46 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 09:36:46 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:46 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 09:36:46 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:46 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 09:36:46 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:46 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 09:36:49 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 09:36:49 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 09:36:49 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 09:36:49 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 09:36:49 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 09:36:49 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 09:36:49 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:49 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 09:36:50 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:50 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 09:36:50 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 6)) 09:36:50 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 09:36:50 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:50 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 09:36:51 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 6)) 09:36:51 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 09:36:51 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 09:36:51 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 09:36:51 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 09:36:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 59.2 MB/s eta 0:00:00 09:36:51 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 09:36:51 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 09:36:51 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 09:36:51 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 09:36:51 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 09:36:51 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 09:36:51 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 09:36:51 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 09:36:51 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 09:36:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 48.7 MB/s eta 0:00:00 09:36:52 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 09:36:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.4 MB/s eta 0:00:00 09:36:52 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 09:36:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 57.0 MB/s eta 0:00:00 09:36:52 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 09:36:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 53.0 MB/s eta 0:00:00 09:36:52 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 09:36:52 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 09:36:52 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) 09:36:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 52.9 MB/s eta 0:00:00 09:36:52 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 09:36:52 Downloading requests_sse-0.5.2-py3-none-any.whl (10 kB) 09:36:52 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 09:36:52 Downloading idna-3.10-py3-none-any.whl (70 kB) 09:36:52 Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 09:36:52 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) 09:36:52 Downloading click-8.2.1-py3-none-any.whl (102 kB) 09:36:52 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 09:36:52 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 09:36:52 Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) 09:36:52 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 09:36:52 Downloading selenium-4.34.0-py3-none-any.whl (9.4 MB) 09:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 50.1 MB/s eta 0:00:00 09:36:53 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 09:36:53 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 09:36:53 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 09:36:53 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 09:36:53 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 09:36:53 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 09:36:53 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 09:36:53 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 09:36:53 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 09:36:53 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 09:36:53 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 09:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 55.0 MB/s eta 0:00:00 09:36:53 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 09:36:53 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 09:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 55.0 MB/s eta 0:00:00 09:36:53 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 09:36:53 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 09:36:53 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 09:36:53 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 09:36:53 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 09:36:53 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 09:36:53 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) 09:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 49.6 MB/s eta 0:00:00 09:36:53 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 09:36:53 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 09:36:53 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 09:36:53 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 09:36:53 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 09:36:53 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 09:36:53 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 09:36:53 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 09:36:53 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 09:36:53 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 09:36:53 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 09:36:53 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 09:36:53 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 09:36:53 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 09:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.6 MB/s eta 0:00:00 09:36:53 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 09:36:53 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 09:36:53 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 09:36:53 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 09:36:54 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 09:36:54  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 09:36:54  Building wheel for robotbackgroundlogger (setup.py): started 09:36:55 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 09:36:55 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=6cde693d3678a95a09e21fcd9db531a0a542067d1ff7207a296960c02a36196f 09:36:55 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 09:36:55 Building wheel for psutil (pyproject.toml): started 09:37:07 Building wheel for psutil (pyproject.toml): finished with status 'done' 09:37:07 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278203 sha256=31c9ad711d1e88d058cd65f6c66749e10fe77fac83c3db6180a2c61ff8a1c546 09:37:07 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 09:37:07  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 09:37:07  Building wheel for psycopg2 (setup.py): started 09:38:04 Building wheel for psycopg2 (setup.py): finished with status 'done' 09:38:04 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512677 sha256=c152651d986787b11835af1086678d388501a1a1a485808bc789f4e16dd73802 09:38:04 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 09:38:04  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 09:38:04  Building wheel for flex (setup.py): started 09:38:04 Building wheel for flex (setup.py): finished with status 'done' 09:38:04 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=0b34057347f03e862e3deff3cfa70a1e81a5d6e3c949cf2ec68478918841d564 09:38:04 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 09:38:04  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 09:38:04  Building wheel for strict-rfc3339 (setup.py): started 09:38:04 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 09:38:04 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=93a36861b4d0e58262080dee6d3ccd105e9af2ce83fb47aa9b2b5f2856c29d04 09:38:04 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 09:38:04  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 09:38:04  Building wheel for validate-email (setup.py): started 09:38:05 Building wheel for validate-email (setup.py): finished with status 'done' 09:38:05 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=fc85a234f1600efaadf31b1bc5dbbf7159b201eb7c739712d8b41cdc94610a8a 09:38:05 Stored in directory: /tmp/pip-ephem-wheel-cache-aax97dq9/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 09:38:05 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 09:38:06 Installing collected packages: validate-email, strict-rfc3339, 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, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, requests-sse, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 09:39:14 09:39:14 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.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 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 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 requests-sse-0.5.2 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.34.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.0 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 09:39:14 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. 09:40:01 Removing intermediate container f9e1f39e2c9a 09:40:01 ---> 87efd229438f 09:40:01 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 09:40:01 ---> Running in 39a3a0d52375 09:40:01 Removing intermediate container 39a3a0d52375 09:40:01 ---> 07914758ffd3 09:40:01 Step 11/13 : LABEL arch=arm64 09:40:01 ---> Running in de5c59a2c914 09:40:01 Removing intermediate container de5c59a2c914 09:40:01 ---> 13c95f04db2c 09:40:01 Step 12/13 : LABEL git_sha=8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:40:01 ---> Running in 777e9433fb3d 09:40:01 Removing intermediate container 777e9433fb3d 09:40:01 ---> ca41e4906058 09:40:01 Step 13/13 : LABEL version=1.0.0-dev.8 09:40:01 ---> Running in b0b7ef5a1525 09:40:01 Removing intermediate container b0b7ef5a1525 09:40:01 ---> d3727eb87386 09:40:01 [Warning] One or more build-args [ARCH] were not consumed 09:40:01 Successfully built d3727eb87386 09:40:01 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 09:40:01 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 09:40:01 8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:40:01 latest 09:40:01 1.0.0-dev.8 09:40:01 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:40:01 main 09:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:01 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:02 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:40:02 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:40:02 a21971c89fa2: Preparing 09:40:02 c6c0cbc9f653: Preparing 09:40:02 3957c43a09d5: Preparing 09:40:02 25e6b09b3e4f: Preparing 09:40:02 5994057d8e36: Preparing 09:40:02 dd9c8f8612c8: Preparing 09:40:02 dd9c8f8612c8: Waiting 09:40:02 25e6b09b3e4f: Pushed 09:40:02 3957c43a09d5: Pushed 09:40:02 c6c0cbc9f653: Pushed 09:40:02 5994057d8e36: Pushed 09:40:02 dd9c8f8612c8: Layer already exists 09:45:09 a21971c89fa2: Pushed 09:45:09 8ae93feb29fbaa43da1d87a6d88aee91490ee53e: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:09 + 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 09:45:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 09:45:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:45:10 a21971c89fa2: Preparing 09:45:10 c6c0cbc9f653: Preparing 09:45:10 3957c43a09d5: Preparing 09:45:10 25e6b09b3e4f: Preparing 09:45:10 5994057d8e36: Preparing 09:45:10 dd9c8f8612c8: Preparing 09:45:10 dd9c8f8612c8: Waiting 09:45:10 a21971c89fa2: Layer already exists 09:45:10 25e6b09b3e4f: Layer already exists 09:45:10 c6c0cbc9f653: Layer already exists 09:45:10 3957c43a09d5: Layer already exists 09:45:10 5994057d8e36: Layer already exists 09:45:10 dd9c8f8612c8: Layer already exists 09:45:10 latest: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:10 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 09:45:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:45:10 a21971c89fa2: Preparing 09:45:10 c6c0cbc9f653: Preparing 09:45:10 3957c43a09d5: Preparing 09:45:10 25e6b09b3e4f: Preparing 09:45:10 5994057d8e36: Preparing 09:45:10 dd9c8f8612c8: Preparing 09:45:10 dd9c8f8612c8: Waiting 09:45:10 25e6b09b3e4f: Layer already exists 09:45:10 3957c43a09d5: Layer already exists 09:45:10 a21971c89fa2: Layer already exists 09:45:10 c6c0cbc9f653: Layer already exists 09:45:10 5994057d8e36: Layer already exists 09:45:10 dd9c8f8612c8: Layer already exists 09:45:10 1.0.0-dev.8: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:11 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:11 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:45:11 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:45:11 a21971c89fa2: Preparing 09:45:11 c6c0cbc9f653: Preparing 09:45:11 3957c43a09d5: Preparing 09:45:11 25e6b09b3e4f: Preparing 09:45:11 5994057d8e36: Preparing 09:45:11 dd9c8f8612c8: Preparing 09:45:11 dd9c8f8612c8: Waiting 09:45:11 a21971c89fa2: Layer already exists 09:45:11 25e6b09b3e4f: Layer already exists 09:45:11 5994057d8e36: Layer already exists 09:45:11 3957c43a09d5: Layer already exists 09:45:11 c6c0cbc9f653: Layer already exists 09:45:11 dd9c8f8612c8: Layer already exists 09:45:11 8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:11 + 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 09:45:12 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 09:45:12 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 09:45:12 a21971c89fa2: Preparing 09:45:12 c6c0cbc9f653: Preparing 09:45:12 3957c43a09d5: Preparing 09:45:12 25e6b09b3e4f: Preparing 09:45:12 5994057d8e36: Preparing 09:45:12 dd9c8f8612c8: Preparing 09:45:12 dd9c8f8612c8: Waiting 09:45:12 3957c43a09d5: Layer already exists 09:45:12 5994057d8e36: Layer already exists 09:45:12 25e6b09b3e4f: Layer already exists 09:45:12 a21971c89fa2: Layer already exists 09:45:12 c6c0cbc9f653: Layer already exists 09:45:12 dd9c8f8612c8: Layer already exists 09:45:12 main: digest: sha256:cadb851fc5c66a5905ec275c0b4860e342f5ad0016b58109b3c9dbce2a6d15bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:12 ===================================================== [Pipeline] echo 09:45:12 taggedImages: 09:45:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e 09:45:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 09:45:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 09:45:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 09:45:12 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 09:45:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e [Pipeline] echo 09:45:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 09:45:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.8 [Pipeline] echo 09:45:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:8ae93feb29fbaa43da1d87a6d88aee91490ee53e-1.0.0-dev.8 [Pipeline] echo 09:45:12 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 09:45:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:45:12 09:45:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:45:13 arm64: Pulling from edgex-lftools-log-publisher 09:45:13 8998bd30e6a1: Pulling fs layer 09:45:13 04944245beec: Pulling fs layer 09:45:13 699f458cf7ca: Pulling fs layer 09:45:13 765212b225bb: Pulling fs layer 09:45:13 f23df028b6ca: Pulling fs layer 09:45:13 d65c8cfc05b1: Pulling fs layer 09:45:13 2437ff75d9bd: Pulling fs layer 09:45:13 765212b225bb: Waiting 09:45:13 f23df028b6ca: Waiting 09:45:13 2437ff75d9bd: Waiting 09:45:13 04944245beec: Verifying Checksum 09:45:13 04944245beec: Download complete 09:45:13 765212b225bb: Verifying Checksum 09:45:13 765212b225bb: Download complete 09:45:13 f23df028b6ca: Verifying Checksum 09:45:13 f23df028b6ca: Download complete 09:45:13 d65c8cfc05b1: Verifying Checksum 09:45:13 d65c8cfc05b1: Download complete 09:45:13 699f458cf7ca: Verifying Checksum 09:45:13 699f458cf7ca: Download complete 09:45:13 8998bd30e6a1: Verifying Checksum 09:45:13 8998bd30e6a1: Download complete 09:45:16 2437ff75d9bd: Verifying Checksum 09:45:16 2437ff75d9bd: Download complete 09:45:18 8998bd30e6a1: Pull complete 09:45:18 04944245beec: Pull complete 09:45:20 699f458cf7ca: Pull complete 09:45:20 765212b225bb: Pull complete 09:45:21 f23df028b6ca: Pull complete 09:45:21 d65c8cfc05b1: Pull complete 09:45:39 2437ff75d9bd: Pull complete 09:45:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:45:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:45:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:45:40 prd-ubuntu20.04-docker-arm64-4c-16g-4337 does not seem to be running inside a container 09:45:40 $ 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 09:45:41 $ docker top bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:45:42 ---> job-cost.sh 09:45:42 lf-activate-venv: SKIPPING 09:45:42 INFO: No Stack... 09:45:43 INFO: Retrieving Pricing Info for: v3-standard-4 09:45:43 INFO: Archiving Costs [Pipeline] sh 09:45:44 + cut -d, -f6 09:45:44 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 09:45:44 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] 09:45:44 Resource [jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] did not exist. Created. 09:45:44 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:45:45 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-0c5f3e66/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:45:45 + echo total: 0.10999999940395355 [Pipeline] stash 09:45:45 Warning: overwriting stash ‘stack-cost’ 09:45:46 Stashed 1 file(s) [Pipeline] } 09:45:46 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-60-stack-cost] [Pipeline] // lock [Pipeline] } 09:45:46 $ docker stop --time=1 bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce 09:45:47 $ docker rm -f --volumes bb09293b9dbfa2fb711349c463467b8da0e8aedb7325360a3f3c18aac339f2ce [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 09:45:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:45:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:45:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:45:48 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:45:48 $ 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 09:45:49 $ docker top 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:45:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:45:49 [ssh-agent] Looking for ssh-agent implementation... 09:45:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:45:49 $ docker exec 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 ssh-agent 09:45:49 SSH_AUTH_SOCK=/tmp/ssh-NpCcLh36Svuq/agent.31 09:45:49 SSH_AGENT_PID=37 09:45:49 Running ssh-add (command line suppressed) 09:45:49 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3895938760370844764.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3895938760370844764.key) 09:45:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:45:49 + git semver tag 09:45:50 2025-07-01 09:45:49,961 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:45:50 2025-07-01 09:45:49,965 [run_tag] DEBUG tag force:False 09:45:50 2025-07-01 09:45:49,965 [check_head_tag] DEBUG check head tag 09:45:50 2025-07-01 09:45:49,965 [execute] INFO git cat-file --batch-check 09:45:50 2025-07-01 09:45:49,965 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 09:45:50 2025-07-01 09:45:49,967 [execute] INFO git cat-file --batch 09:45:50 2025-07-01 09:45:49,967 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 09:45:50 2025-07-01 09:45:49,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:45:50 2025-07-01 09:45:49,979 [execute] INFO git tag -a v1.0.0-dev.8 -m v1.0.0-dev.8 09:45:50 2025-07-01 09:45:49,979 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.8', '-m', 'v1.0.0-dev.8'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 09:45:50 2025-07-01 09:45:49,982 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:45:50 1.0.0-dev.8 [Pipeline] } 09:45:50 $ docker exec --env ******** --env ******** 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 ssh-agent -k 09:45:50 unset SSH_AUTH_SOCK; 09:45:50 unset SSH_AGENT_PID; 09:45:50 echo Agent pid 37 killed; 09:45:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:45:50 + git semver [Pipeline] } 09:45:50 $ docker stop --time=1 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 09:45:51 $ docker rm -f --volumes 538c45c216a92449784a61130e9b7d32e6c59a3eab040f5e9de90533fb724df3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:45:52 09:45:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:45:52 0.23.1-centos7: Pulling from edgex-lftools 09:45:52 ab5ef0e58194: Pulling fs layer 09:45:52 9712f1f96733: Pulling fs layer 09:45:52 63f879dbbcfc: Pulling fs layer 09:45:52 0d9ebad4ef96: Pulling fs layer 09:45:52 e9a5061849ea: Pulling fs layer 09:45:52 d747dcd14b5f: Pulling fs layer 09:45:52 2de7ff778b66: Pulling fs layer 09:45:52 d747dcd14b5f: Waiting 09:45:52 2de7ff778b66: Waiting 09:45:52 0d9ebad4ef96: Waiting 09:45:52 e9a5061849ea: Waiting 09:45:52 9712f1f96733: Verifying Checksum 09:45:52 9712f1f96733: Download complete 09:45:53 63f879dbbcfc: Verifying Checksum 09:45:53 63f879dbbcfc: Download complete 09:45:53 e9a5061849ea: Verifying Checksum 09:45:53 e9a5061849ea: Download complete 09:45:53 d747dcd14b5f: Verifying Checksum 09:45:53 d747dcd14b5f: Download complete 09:45:53 0d9ebad4ef96: Verifying Checksum 09:45:53 0d9ebad4ef96: Download complete 09:45:53 2de7ff778b66: Verifying Checksum 09:45:53 2de7ff778b66: Download complete 09:45:53 ab5ef0e58194: Verifying Checksum 09:45:53 ab5ef0e58194: Download complete 09:45:57 ab5ef0e58194: Pull complete 09:45:57 9712f1f96733: Pull complete 09:45:58 63f879dbbcfc: Pull complete 09:46:03 0d9ebad4ef96: Pull complete 09:46:04 e9a5061849ea: Pull complete 09:46:04 d747dcd14b5f: Pull complete 09:46:05 2de7ff778b66: Pull complete 09:46:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:46:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:05 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:46:05 $ 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 09:46:07 $ docker top f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:46:07 provisioning config files... 09:46:07 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7560925686003341253tmp 09:46:07 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5047384788104815079tmp 09:46:07 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config90197603298833760tmp [Pipeline] { [Pipeline] echo 09:46:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:46:08 ---> sigul-configuration.sh 09:46:08 gpg: directory `/root/.gnupg' created 09:46:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:46:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:46:08 gpg: keyring `/root/.gnupg/secring.gpg' created 09:46:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:46:08 gpg: CAST5 encrypted data 09:46:08 gpg: encrypted with 1 passphrase 09:46:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:46:08 + mkdir /home/jenkins 09:46:08 + mkdir /home/jenkins/sigul [Pipeline] sh 09:46:08 + 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 09:46:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:46:08 ---> sigul-install.sh 09:46:08 Sigul already installed; skipping installation. [Pipeline] sh 09:46:09 + git tag --list 09:46:09 v0.0.1 09:46:09 v0.0.2-dev.1 09:46:09 v0.0.2-dev.10 09:46:09 v0.0.2-dev.11 09:46:09 v0.0.2-dev.12 09:46:09 v0.0.2-dev.13 09:46:09 v0.0.2-dev.14 09:46:09 v0.0.2-dev.15 09:46:09 v0.0.2-dev.16 09:46:09 v0.0.2-dev.17 09:46:09 v0.0.2-dev.18 09:46:09 v0.0.2-dev.19 09:46:09 v0.0.2-dev.2 09:46:09 v0.0.2-dev.20 09:46:09 v0.0.2-dev.21 09:46:09 v0.0.2-dev.22 09:46:09 v0.0.2-dev.23 09:46:09 v0.0.2-dev.24 09:46:09 v0.0.2-dev.25 09:46:09 v0.0.2-dev.26 09:46:09 v0.0.2-dev.27 09:46:09 v0.0.2-dev.28 09:46:09 v0.0.2-dev.29 09:46:09 v0.0.2-dev.3 09:46:09 v0.0.2-dev.30 09:46:09 v0.0.2-dev.31 09:46:09 v0.0.2-dev.32 09:46:09 v0.0.2-dev.33 09:46:09 v0.0.2-dev.34 09:46:09 v0.0.2-dev.35 09:46:09 v0.0.2-dev.36 09:46:09 v0.0.2-dev.37 09:46:09 v0.0.2-dev.38 09:46:09 v0.0.2-dev.39 09:46:09 v0.0.2-dev.4 09:46:09 v0.0.2-dev.40 09:46:09 v0.0.2-dev.41 09:46:09 v0.0.2-dev.42 09:46:09 v0.0.2-dev.43 09:46:09 v0.0.2-dev.44 09:46:09 v0.0.2-dev.5 09:46:09 v0.0.2-dev.6 09:46:09 v0.0.2-dev.7 09:46:09 v0.0.2-dev.8 09:46:09 v0.0.2-dev.9 09:46:09 v1.0.0-dev.1 09:46:09 v1.0.0-dev.2 09:46:09 v1.0.0-dev.3 09:46:09 v1.0.0-dev.4 09:46:09 v1.0.0-dev.5 09:46:09 v1.0.0-dev.6 09:46:09 v1.0.0-dev.7 09:46:09 v1.0.0-dev.8 [Pipeline] sh 09:46:09 + lftools sign git-tag v1.0.0-dev.8 09:46:10 Signing Git tag with Sigul... 09:46:10 Signing v1.0.0-dev.8 [Pipeline] echo 09:46:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:46:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:46:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:46:10 $ docker stop --time=1 f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 09:46:12 $ docker rm -f --volumes f407f0b17b590246a742125f591c4a1198947123a8e4c661f709057c947d1099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:46:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:46:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:46:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:12 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:46:12 $ 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 09:46:13 $ docker top deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 -eo pid,comm 09:46:13 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). 09:46:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:13 [ssh-agent] Looking for ssh-agent implementation... 09:46:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:13 $ docker exec deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 ssh-agent 09:46:13 SSH_AUTH_SOCK=/tmp/ssh-PsgbYBZKjRQd/agent.33 09:46:13 SSH_AGENT_PID=39 09:46:13 Running ssh-add (command line suppressed) 09:46:13 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14104934984105875858.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14104934984105875858.key) 09:46:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:13 + git semver bump pre 09:46:14 2025-07-01 09:46:14,062 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:46:14 2025-07-01 09:46:14,067 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:46:14 2025-07-01 09:46:14,067 [bump_version] DEBUG bumping version:1.0.0-dev.8 on axis:pre with prefix:dev 09:46:14 2025-07-01 09:46:14,067 [bump_version] DEBUG bumped version:1.0.0-dev.9 09:46:14 2025-07-01 09:46:14,067 [write_version] DEBUG write version:1.0.0-dev.9 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 09:46:14 2025-07-01 09:46:14,067 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:46:14 2025-07-01 09:46:14,067 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:46:14 2025-07-01 09:46:14,069 [execute] INFO git cat-file --batch-check 09:46:14 2025-07-01 09:46:14,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 09:46:14 2025-07-01 09:46:14,073 [execute] INFO git cat-file --batch 09:46:14 2025-07-01 09:46:14,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 09:46:14 2025-07-01 09:46:14,076 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:46:14 1.0.0-dev.9 [Pipeline] } 09:46:14 $ docker exec --env ******** --env ******** deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 ssh-agent -k 09:46:14 unset SSH_AUTH_SOCK; 09:46:14 unset SSH_AGENT_PID; 09:46:14 echo Agent pid 39 killed; 09:46:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:14 + git semver [Pipeline] } 09:46:14 $ docker stop --time=1 deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 09:46:16 $ docker rm -f --volumes deed51fb3762b902276fafbfd7ce0796d1f6f16ac7453872f71f8f950be4bd78 [Pipeline] // withDockerContainer [Pipeline] sh 09:46:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:46:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:46:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:16 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:46:16 $ 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 09:46:17 $ docker top de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 -eo pid,comm 09:46:17 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). 09:46:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:17 [ssh-agent] Looking for ssh-agent implementation... 09:46:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:17 $ docker exec de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 ssh-agent 09:46:17 SSH_AUTH_SOCK=/tmp/ssh-mOKNT6jAsqNG/agent.32 09:46:17 SSH_AGENT_PID=38 09:46:17 Running ssh-add (command line suppressed) 09:46:17 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6035642166232446906.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6035642166232446906.key) 09:46:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:17 + git semver push 09:46:18 2025-07-01 09:46:18,142 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:46:18 2025-07-01 09:46:18,147 [run_push] DEBUG push 09:46:18 2025-07-01 09:46:18,148 [execute] INFO git cat-file --batch-check 09:46:18 2025-07-01 09:46:18,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 09:46:18 2025-07-01 09:46:18,151 [execute] INFO git rev-list 7d518b1735888c0a51baa7c1ab6cd6fb8fed2565 -- 09:46:18 2025-07-01 09:46:18,151 [execute] DEBUG Popen(['git', 'rev-list', '7d518b1735888c0a51baa7c1ab6cd6fb8fed2565', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 09:46:18 2025-07-01 09:46:18,155 [execute] INFO git fetch -v -- origin 09:46:18 2025-07-01 09:46:18,156 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 09:46:18 2025-07-01 09:46:18,657 [run_push] DEBUG no remote changes detected 09:46:18 2025-07-01 09:46:18,657 [execute] INFO git push origin semver 09:46:18 2025-07-01 09:46:18,657 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 09:46:19 2025-07-01 09:46:19,411 [run_push] DEBUG push all version tags 09:46:19 2025-07-01 09:46:19,411 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:46:19 2025-07-01 09:46:19,412 [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) 09:46:20 2025-07-01 09:46:20,370 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 09:46:20 1.0.0-dev.9 [Pipeline] } 09:46:20 $ docker exec --env ******** --env ******** de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 ssh-agent -k 09:46:20 unset SSH_AUTH_SOCK; 09:46:20 unset SSH_AGENT_PID; 09:46:20 echo Agent pid 38 killed; 09:46:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:21 + git semver [Pipeline] } 09:46:21 $ docker stop --time=1 de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 09:46:22 $ docker rm -f --volumes de736c1551c14ef7f93b03d1490bd4cdf9beec6fbb9d8ca84ca054bf65f3c7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:46:23 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 09:46:23 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:46:23 total 16 09:46:23 drwxr-xr-x 3 root root 4096 Jul 1 09:36 . 09:46:23 drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 09:46 .. 09:46:23 drwxr-xr-x 2 root root 4096 Jul 1 09:36 cost 09:46:23 -rw-r--r-- 1 root root 88 Jul 1 09:36 cost.csv 09:46:23 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:46:23 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 09:46:23 total 16 09:46:23 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 09:36 . 09:46:23 drwxrwxr-x 7 jenkins jenkins 4096 Jul 1 09:46 .. 09:46:23 drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 09:36 cost 09:46:23 -rw-r--r-- 1 jenkins jenkins 88 Jul 1 09:36 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:46:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:46:24 ---> package-listing.sh 09:46:24 ++ facter osfamily 09:46:24 ++ tr '[:upper:]' '[:lower:]' 09:46:24 + OS_FAMILY=debian 09:46:24 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 09:46:24 + START_PACKAGES=/tmp/packages_start.txt 09:46:24 + END_PACKAGES=/tmp/packages_end.txt 09:46:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:46:24 + PACKAGES=/tmp/packages_start.txt 09:46:24 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:46:24 + PACKAGES=/tmp/packages_end.txt 09:46:24 + case "${OS_FAMILY}" in 09:46:24 + dpkg -l 09:46:24 + grep '^ii' 09:46:24 + '[' -f /tmp/packages_start.txt ']' 09:46:24 + '[' -f /tmp/packages_end.txt ']' 09:46:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:46:24 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 09:46:24 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 09:46:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 09:46:24 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 09:46:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:46:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:25 prd-ubuntu20.04-docker-8c-8g-4336 does not seem to be running inside a container 09:46:25 $ 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 09:46:25 $ docker top 8234cb761d086d0f23151d78b8828b17ea7482fdf9cc77e1e7d17d9810b6eeda -eo pid,comm [Pipeline] { [Pipeline] sh 09:46:25 + touch /tmp/pre-build-complete [Pipeline] sh 09:46:26 + mkdir -p /var/log/sysstat [Pipeline] sh 09:46:26 + ls /var/log/sa-host 09:46:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:26 provisioning config files... 09:46:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15364822151181641691tmp [Pipeline] { [Pipeline] echo 09:46:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:46:26 ---> create-netrc.sh [Pipeline] } 09:46:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:46:27 ---> python-tools-install.sh [Pipeline] echo 09:46:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:46:27 ---> sudo-logs.sh 09:46:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:46:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:46:27 ---> job-cost.sh 09:46:27 lf-activate-venv: SKIPPING 09:46:27 DEBUG: total: 0.2199999988079071 09:46:27 INFO: Retrieving Stack Cost... 09:46:28 INFO: Retrieving Pricing Info for: v3-standard-8 09:46:28 INFO: Archiving Costs [Pipeline] echo 09:46:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:46:28 ---> logs-deploy.sh 09:46:28 lf-activate-venv: SKIPPING 09:46:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/60 09:46:28 INFO: archiving workspace using pattern(s): 09:46:29 Archives upload complete. 09:46:29 INFO: archiving logs to Nexus