Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 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-ssh15694140489363144242.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-ssh14467474964728126503.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-ssh2978924785461863728.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-ssh9899535934302604273.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-ssh18352381136576463430.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4905 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 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 (main) Commit message: "Merge pull request #136 from jinlinGuan/fix-log" > 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 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 # timeout=10 > git rev-list --no-walk 8ae93feb29fbaa43da1d87a6d88aee91490ee53e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:26:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:26:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:26:38 ========================================================= 05:26:38 EdgeX Global Pipelines Version Info 05:26:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:26:39 ------------------- 05:26:39 stable info: 05:26:39 ------------------- 05:26:39 Commited By: Ginny Guan ginny@iotechsys.com 05:26:39 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:26:39 Message: update stable to v1.0.274 05:26:40 ------------------- 05:26:40 experimental info: 05:26:40 ------------------- 05:26:40 Commited By: Ginny Guan ginny@iotechsys.com 05:26:40 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 05:26:40 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61d284f [Pipeline] echo 05:26:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:40 provisioning config files... 05:26:40 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17822726028938781512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:40 ---> ****-login.sh 05:26:40 nexus3.edgexfoundry.org:10001 05:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 05:26:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.****.com/go/credential-store/ 05:26:41 05:26:41 Login Succeeded 05:26:41 nexus3.edgexfoundry.org:10002 05:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 05:26:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.****.com/go/credential-store/ 05:26:41 05:26:41 Login Succeeded 05:26:41 nexus3.edgexfoundry.org:10003 05:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 05:26:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.****.com/go/credential-store/ 05:26:41 05:26:41 Login Succeeded 05:26:41 nexus3.edgexfoundry.org:10004 05:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 05:26:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.****.com/go/credential-store/ 05:26:41 05:26:41 Login Succeeded 05:26:41 ****.io 05:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:41 05:26:41 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:26:41 Configure a credential helper to remove this warning. See 05:26:41 https://docs.****.com/go/credential-store/ 05:26:41 05:26:41 Login Succeeded 05:26:41 ---> ****-login.sh ends [Pipeline] } 05:26:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:26:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:26:42 + grep -v github /etc/ssh/ssh_known_hosts 05:26:42 + [ -e /tmp/ssh_known_hosts ] 05:26:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:26:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:26:42 + sudo tee -a /etc/ssh/ssh_known_hosts 05:26:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:26:42 05:26:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:26:43 0.1.4: Pulling from edgex-devops/py-git-semver 05:26:43 3dae71ba6b94: Pulling fs layer 05:26:43 6bf1a483ea7c: Pulling fs layer 05:26:43 f5dfc541a4d3: Pulling fs layer 05:26:43 461d9e800cba: Pulling fs layer 05:26:43 80192f66455f: Pulling fs layer 05:26:43 2e8e34ca0e6c: Pulling fs layer 05:26:43 a29436f7fd5d: Pulling fs layer 05:26:43 923cac83aea3: Pulling fs layer 05:26:43 25ad8b0a4227: Pulling fs layer 05:26:43 db01528c6b51: Pulling fs layer 05:26:43 28988de357af: Pulling fs layer 05:26:43 461d9e800cba: Waiting 05:26:43 80192f66455f: Waiting 05:26:43 25ad8b0a4227: Waiting 05:26:43 923cac83aea3: Waiting 05:26:43 2e8e34ca0e6c: Waiting 05:26:43 a29436f7fd5d: Waiting 05:26:43 db01528c6b51: Waiting 05:26:43 6bf1a483ea7c: Verifying Checksum 05:26:43 6bf1a483ea7c: Download complete 05:26:43 461d9e800cba: Download complete 05:26:43 80192f66455f: Verifying Checksum 05:26:43 80192f66455f: Download complete 05:26:43 f5dfc541a4d3: Verifying Checksum 05:26:43 f5dfc541a4d3: Download complete 05:26:43 3dae71ba6b94: Verifying Checksum 05:26:43 3dae71ba6b94: Download complete 05:26:43 923cac83aea3: Download complete 05:26:43 25ad8b0a4227: Verifying Checksum 05:26:43 25ad8b0a4227: Download complete 05:26:43 db01528c6b51: Verifying Checksum 05:26:43 db01528c6b51: Download complete 05:26:43 28988de357af: Download complete 05:26:43 a29436f7fd5d: Verifying Checksum 05:26:43 a29436f7fd5d: Download complete 05:26:44 2e8e34ca0e6c: Verifying Checksum 05:26:44 2e8e34ca0e6c: Download complete 05:26:44 3dae71ba6b94: Pull complete 05:26:44 6bf1a483ea7c: Pull complete 05:26:45 f5dfc541a4d3: Pull complete 05:26:45 461d9e800cba: Pull complete 05:26:45 80192f66455f: Pull complete 05:26:49 2e8e34ca0e6c: Pull complete 05:26:50 a29436f7fd5d: Pull complete 05:26:50 923cac83aea3: Pull complete 05:26:50 25ad8b0a4227: Pull complete 05:26:50 db01528c6b51: Pull complete 05:26:50 28988de357af: Pull complete 05:26:50 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:26:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:26:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:50 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:26:50 $ 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 05:26:52 $ docker top 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 -eo pid,comm 05:26:52 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). 05:26:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:26:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:52 [ssh-agent] Looking for ssh-agent implementation... 05:26:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:52 $ docker exec 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 ssh-agent 05:26:52 SSH_AUTH_SOCK=/tmp/ssh-H8og92VnvLxh/agent.14 05:26:52 SSH_AGENT_PID=20 05:26:52 Running ssh-add (command line suppressed) 05:26:53 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15323327355714553834.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15323327355714553834.key) 05:26:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:53 + git tag --points-at HEAD [Pipeline] } 05:26:53 $ docker exec --env ******** --env ******** 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 ssh-agent -k 05:26:53 unset SSH_AUTH_SOCK; 05:26:53 unset SSH_AGENT_PID; 05:26:53 echo Agent pid 20 killed; 05:26:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:26:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:53 [ssh-agent] Looking for ssh-agent implementation... 05:26:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:53 $ docker exec 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 ssh-agent 05:26:53 SSH_AUTH_SOCK=/tmp/ssh-2OFt0TPCHqIr/agent.71 05:26:53 SSH_AGENT_PID=78 05:26:53 Running ssh-add (command line suppressed) 05:26:53 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6223824334108722866.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_6223824334108722866.key) 05:26:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:54 + git semver init 05:26:54 2025-07-10 05:26:54,400 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:26:54 2025-07-10 05:26:54,409 [run_init] DEBUG init version:0.0.0 force:False 05:26:54 2025-07-10 05:26:54,410 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 05:26:54 2025-07-10 05:26:54,410 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 05:26:54 2025-07-10 05:26:54,411 [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) 05:26:55 2025-07-10 05:26:55,007 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 05:26:55 2025-07-10 05:26:55,008 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 05:26:55 2025-07-10 05:26:55,008 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:26:55 2025-07-10 05:26:55,008 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:26:55 1.0.0-dev.9 [Pipeline] } 05:26:55 $ docker exec --env ******** --env ******** 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 ssh-agent -k 05:26:55 unset SSH_AUTH_SOCK; 05:26:55 unset SSH_AGENT_PID; 05:26:55 echo Agent pid 78 killed; 05:26:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:26:55 + git semver [Pipeline] } 05:26:55 $ docker stop --time=1 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 05:26:57 $ docker rm -f --volumes 3114ec34083bb166e2065abe869da44aa745e5ab7c0848af4f264957113804c4 [Pipeline] // withDockerContainer [Pipeline] sh 05:26:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:26:57 Stashed 1 file(s) [Pipeline] echo 05:26:57 [edgeXSemver]: initialized semver on version 1.0.0-dev.9 [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 05:26:57 provisioning config files... 05:26:57 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17504105316585609174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:58 ---> ****-login.sh 05:26:58 nexus3.edgexfoundry.org:10001 05:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:58 Login Succeeded 05:26:58 nexus3.edgexfoundry.org:10002 05:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:58 Login Succeeded 05:26:58 nexus3.edgexfoundry.org:10003 05:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:58 Login Succeeded 05:26:58 nexus3.edgexfoundry.org:10004 05:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:58 Login Succeeded 05:26:58 ****.io 05:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:58 Login Succeeded 05:26:58 ---> ****-login.sh ends [Pipeline] } 05:26:58 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 05:26:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:27:00 + ls -al . 05:27:00 total 72 05:27:00 drwxrwxr-x 6 jenkins jenkins 4096 Jul 10 05:26 . 05:27:00 drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 05:26 .. 05:27:00 drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 05:26 .git 05:27:00 drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 05:26 .github 05:27:00 -rw-rw-r-- 1 jenkins jenkins 22 Jul 10 05:26 .gitignore 05:27:00 drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 05:26 .semver 05:27:00 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 10 05:26 Dockerfile 05:27:00 -rw-rw-r-- 1 jenkins jenkins 746 Jul 10 05:26 Jenkinsfile 05:27:00 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 10 05:26 LICENSE 05:27:00 -rw-rw-r-- 1 jenkins jenkins 4232 Jul 10 05:26 README.md 05:27:00 drwxrwxr-x 5 jenkins jenkins 4096 Jul 10 05:26 TUC 05:27:00 -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 05:26 VERSION 05:27:00 -rw-rw-r-- 1 jenkins jenkins 440 Jul 10 05:26 requirements.txt 05:27:00 -rw-rw-r-- 1 jenkins jenkins 54 Jul 10 05:26 robot-entrypoint.sh 05:27:00 -rw-rw-r-- 1 jenkins jenkins 445 Jul 10 05:26 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:00 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 --label arch=amd64 --label version=1.0.0-dev.9 . 05:27:00 #0 building with "default" instance using docker driver 05:27:00 05:27:00 #1 [internal] load build definition from Dockerfile 05:27:00 #1 transferring dockerfile: 1.69kB done 05:27:00 #1 DONE 0.0s 05:27:00 05:27:00 #2 [internal] load metadata for docker.io/library/alpine:3.20 05:27:00 #2 DONE 0.1s 05:27:01 05:27:01 #3 [internal] load .dockerignore 05:27:01 #3 transferring context: 2B done 05:27:01 #3 DONE 0.0s 05:27:01 05:27:01 #4 [internal] load build context 05:27:01 #4 transferring context: 529.92kB 0.0s done 05:27:01 #4 DONE 0.1s 05:27:01 05:27:01 #5 [1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:27:01 #5 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:27:01 #5 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 05:27:01 #5 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:27:01 #5 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:27:01 #5 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:27:01 #5 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 05:27:01 #5 DONE 0.3s 05:27:01 05:27:01 #6 [2/7] COPY . /edgex-taf/edgex-taf-common 05:27:01 #6 DONE 0.1s 05:27:01 05:27:01 #7 [3/7] COPY robot-entrypoint.sh /usr/local/bin/ 05:27:01 #7 DONE 0.0s 05:27:01 05:27:01 #8 [4/7] COPY requirements.txt /edgex-taf/requirements.txt 05:27:01 #8 DONE 0.0s 05:27:01 05:27:01 #9 [5/7] WORKDIR /edgex-taf 05:27:01 #9 DONE 0.0s 05:27:01 05:27:01 #10 [6/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:27:01 #10 DONE 0.2s 05:27:01 05:27:01 #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 05:27:01 #11 0.246 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:27:05 #11 3.268 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:27:05 #11 4.032 OK: 8 MiB in 14 packages 05:27:05 #11 4.076 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:27:06 #11 4.522 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:27:06 #11 5.193 (1/14) Installing ca-certificates (20241121-r1) 05:27:07 #11 5.584 (2/14) Installing brotli-libs (1.1.0-r2) 05:27:07 #11 6.053 (3/14) Installing c-ares (1.33.1-r0) 05:27:08 #11 6.391 (4/14) Installing libunistring (1.2-r0) 05:27:08 #11 6.849 (5/14) Installing libidn2 (2.3.7-r0) 05:27:08 #11 7.217 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:27:09 #11 7.556 (7/14) Installing libpsl (0.21.5-r1) 05:27:09 #11 7.889 (8/14) Installing zstd-libs (1.5.6-r0) 05:27:09 #11 8.325 (9/14) Installing libcurl (8.12.1-r0) 05:27:10 #11 8.750 (10/14) Installing curl (8.12.1-r0) 05:27:10 #11 9.125 (11/14) Installing docker-cli (26.1.5-r0) 05:27:11 #11 9.818 (12/14) Installing oniguruma (6.9.9-r0) 05:27:11 #11 10.21 (13/14) Installing jq (1.7.1-r0) 05:27:12 #11 10.64 (14/14) Installing openssl (3.3.3-r0) 05:27:12 #11 11.08 Executing busybox-1.36.1-r29.trigger 05:27:12 Still waiting to schedule task 05:27:12 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:27:13 #11 11.09 Executing ca-certificates-20241121-r1.trigger 05:27:13 #11 11.12 OK: 43 MiB in 28 packages 05:27:13 #11 11.18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:27:13 #11 11.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:27:13 #11 12.28 (1/167) Installing libexpat (2.7.0-r0) 05:27:14 #11 12.62 (2/167) Installing libbz2 (1.0.8-r6) 05:27:14 #11 12.91 (3/167) Installing libpng (1.6.44-r0) 05:27:14 #11 13.30 (4/167) Installing freetype (2.13.2-r0) 05:27:15 #11 13.77 (5/167) Installing fontconfig (2.15.0-r1) 05:27:15 #11 14.15 (6/167) Installing libfontenc (1.1.8-r0) 05:27:16 #11 14.45 (7/167) Installing mkfontscale (1.2.2-r6) 05:27:16 #11 14.73 (8/167) Installing font-opensans (0_git20210927-r1) 05:27:16 #11 15.26 (9/167) Installing pkgconf (2.2.0-r0) 05:27:17 #11 15.60 (10/167) Installing libgcc (13.2.1_git20240309-r1) 05:27:17 #11 15.92 (11/167) Installing libffi (3.4.6-r0) 05:27:17 #11 16.21 (12/167) Installing libintl (0.22.5-r0) 05:27:18 #11 16.49 (13/167) Installing libeconf (0.6.3-r0) 05:27:18 #11 16.78 (14/167) Installing libblkid (2.40.1-r1) 05:27:18 #11 17.13 (15/167) Installing libmount (2.40.1-r1) 05:27:19 #11 17.50 (16/167) Installing pcre2 (10.43-r0) 05:27:19 #11 17.94 (17/167) Installing glib (2.80.5-r0) 05:27:20 #11 18.49 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 05:27:20 #11 18.99 (19/167) Installing xz-libs (5.6.2-r1) 05:27:20 #11 19.37 (20/167) Installing libxml2 (2.12.10-r0) 05:27:21 #11 19.87 (21/167) Installing shared-mime-info (2.4-r0) 05:27:22 #11 20.30 (22/167) Installing hicolor-icon-theme (0.17-r2) 05:27:22 #11 20.61 (23/167) Installing libjpeg-turbo (3.0.3-r0) 05:27:22 #11 21.03 (24/167) Installing libsharpyuv (1.3.2-r0) 05:27:22 #11 21.28 (25/167) Installing libwebp (1.3.2-r0) 05:27:23 #11 21.70 (26/167) Installing tiff (4.6.0t-r0) 05:27:23 #11 22.09 (27/167) Installing gdk-pixbuf (2.42.12-r0) 05:27:24 #11 22.51 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 05:27:24 #11 22.79 (29/167) Installing libxau (1.0.11-r4) 05:27:24 #11 23.04 (30/167) Installing libmd (1.1.0-r0) 05:27:25 #11 23.34 (31/167) Installing libbsd (0.12.2-r0) 05:27:25 #11 23.62 (32/167) Installing libxdmcp (1.1.5-r1) 05:27:25 #11 23.86 (33/167) Installing libxcb (1.16.1-r0) 05:27:26 #11 24.30 (34/167) Installing libx11 (1.8.9-r1) 05:27:26 #11 24.78 (35/167) Installing libxcomposite (0.4.6-r5) 05:27:26 #11 25.04 (36/167) Installing libxfixes (6.0.1-r4) 05:27:26 #11 25.28 (37/167) Installing libxrender (0.9.11-r5) 05:27:27 #11 25.57 (38/167) Installing libxcursor (1.2.2-r1) 05:27:27 #11 25.86 (39/167) Installing libxdamage (1.1.6-r5) 05:27:27 #11 26.11 (40/167) Installing libxext (1.3.6-r2) 05:27:27 #11 26.41 (41/167) Installing libxi (1.8.1-r4) 05:27:28 #11 26.70 (42/167) Installing libxinerama (1.1.5-r4) 05:27:28 #11 27.01 (43/167) Installing libxrandr (1.5.4-r1) 05:27:29 #11 27.29 (44/167) Installing libatk-1.0 (2.52.0-r0) 05:27:29 #11 27.62 (45/167) Installing libxtst (1.2.4-r6) 05:27:29 #11 27.87 (46/167) Installing dbus-libs (1.14.10-r1) 05:27:29 #11 28.25 (47/167) Installing at-spi2-core (2.52.0-r0) 05:27:30 #11 28.64 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 05:27:30 #11 28.98 (49/167) Installing pixman (0.43.2-r0) 05:27:31 #11 29.41 (50/167) Installing cairo (1.18.4-r0) 05:27:31 #11 29.90 (51/167) Installing cairo-gobject (1.18.4-r0) 05:27:31 #11 30.14 (52/167) Installing avahi-libs (0.8-r17) 05:27:32 #11 30.48 (53/167) Installing gmp (6.3.0-r1) 05:27:32 #11 30.90 (54/167) Installing nettle (3.9.1-r0) 05:27:33 #11 31.33 (55/167) Installing libtasn1 (4.20.0-r0) 05:27:33 #11 31.62 (56/167) Installing p11-kit (0.25.3-r0) 05:27:33 #11 32.07 (57/167) Installing gnutls (3.8.5-r0) 05:27:34 #11 32.57 (58/167) Installing cups-libs (2.4.9-r1) 05:27:34 #11 33.00 (59/167) Installing libepoxy (1.5.10-r1) 05:27:35 #11 33.42 (60/167) Installing fribidi (1.0.15-r0) 05:27:35 #11 33.71 (61/167) Installing graphite2 (1.3.14-r6) 05:27:35 #11 34.03 (62/167) Installing harfbuzz (8.5.0-r0) 05:27:36 #11 34.50 (63/167) Installing libxft (2.3.8-r3) 05:27:36 #11 34.78 (64/167) Installing pango (1.52.2-r0) 05:27:37 #11 35.21 (65/167) Installing wayland-libs-client (1.22.0-r4) 05:27:37 #11 35.49 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 05:27:37 #11 35.74 (67/167) Installing wayland-libs-egl (1.22.0-r4) 05:27:37 #11 35.99 (68/167) Installing xkeyboard-config (2.41-r0) 05:27:38 #11 36.46 (69/167) Installing libxkbcommon (1.7.0-r0) 05:27:38 #11 36.83 (70/167) Installing gtk+3.0 (3.24.43-r0) 05:27:39 #11 37.42 (71/167) Installing icu-data-full (74.2-r0) 05:27:39 #11 38.18 (72/167) Installing mesa (24.0.9-r1) 05:27:40 #11 38.47 (73/167) Installing llvm17-libs (17.0.6-r2) 05:27:41 #11 39.88 (74/167) Installing hwdata-pci (0.382-r0) 05:27:41 #11 40.33 (75/167) Installing libpciaccess (0.18.1-r0) 05:27:42 #11 40.63 (76/167) Installing libdrm (2.4.120-r0) 05:27:42 #11 41.01 (77/167) Installing libelf (0.191-r0) 05:27:43 #11 41.36 (78/167) Installing mesa-glapi (24.0.9-r1) 05:27:43 #11 41.69 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 05:27:44 #11 42.44 (80/167) Installing eudev-libs (3.2.14-r2) 05:27:44 #11 42.73 (81/167) Installing libmagic (5.45-r1) 05:27:45 #11 43.21 (82/167) Installing file (5.45-r1) 05:27:45 #11 43.46 (83/167) Installing xprop (1.2.7-r0) 05:27:45 #11 43.76 (84/167) Installing libice (1.1.1-r6) 05:27:45 #11 44.06 (85/167) Installing libuuid (2.40.1-r1) 05:27:46 #11 44.35 (86/167) Installing libsm (1.2.4-r4) 05:27:46 #11 44.66 (87/167) Installing libxt (1.3.0-r5) 05:27:46 #11 45.06 (88/167) Installing libxmu (1.1.4-r2) 05:27:46 #11 45.38 (89/167) Installing xset (1.2.5-r1) 05:27:47 #11 45.66 (90/167) Installing xdg-utils (1.2.1-r0) 05:27:47 #11 45.99 (91/167) Installing libogg (1.3.5-r5) 05:27:48 #11 46.29 (92/167) Installing libflac (1.4.3-r1) 05:27:48 #11 46.71 (93/167) Installing alsa-lib (1.2.11-r0) 05:27:48 #11 47.19 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 05:27:49 #11 47.75 (95/167) Installing aom-libs (3.9.1-r0) 05:27:50 #11 48.31 (96/167) Installing libva (2.21.0-r0) 05:27:50 #11 48.65 (97/167) Installing libvdpau (1.5-r3) 05:27:50 #11 48.95 (98/167) Installing onevpl-libs (2023.3.1-r2) 05:27:51 #11 49.33 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 05:27:51 #11 49.75 (100/167) Installing libdav1d (1.4.2-r0) 05:27:51 #11 50.25 (101/167) Installing openexr-libiex (3.1.13-r1) 05:27:52 #11 50.62 (102/167) Installing openexr-libilmthread (3.1.13-r1) 05:27:52 #11 50.91 (103/167) Installing imath (3.1.12-r0) 05:27:53 #11 51.29 (104/167) Installing openexr-libopenexr (3.1.13-r1) 05:27:53 #11 51.82 (105/167) Installing giflib (5.2.2-r0) 05:27:53 #11 52.10 (106/167) Installing libhwy (1.0.7-r0) 05:27:54 #11 52.41 (107/167) Installing lcms2 (2.16-r0) 05:27:54 #11 52.81 (108/167) Installing libjxl (0.10.2-r0) 05:27:54 #11 53.36 (109/167) Installing lame-libs (3.100-r5) 05:27:55 #11 53.73 (110/167) Installing opus (1.5.2-r0) 05:27:55 #11 54.16 (111/167) Installing rav1e-libs (0.7.1-r0) 05:27:56 #11 54.65 (112/167) Installing libgomp (13.2.1_git20240309-r1) 05:27:56 #11 55.05 (113/167) Installing soxr (0.1.3-r7) 05:27:57 #11 55.39 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 05:27:57 #11 55.75 (115/167) Installing libtheora (1.1.1-r18) 05:27:58 #11 56.17 (116/167) Installing libvorbis (1.3.7-r2) 05:27:58 #11 56.56 (117/167) Installing libvpx (1.14.1-r0) 05:27:58 #11 57.09 (118/167) Installing libwebpmux (1.3.2-r0) 05:27:59 #11 57.43 (119/167) Installing x264-libs (0.164_git20231001-r0) 05:27:59 #11 57.96 (120/167) Installing numactl (2.0.18-r0) 05:27:59 #11 58.25 (121/167) Installing x265-libs (3.6-r0) 05:28:00 #11 58.87 (122/167) Installing xvidcore (1.3.7-r2) 05:28:01 #11 59.27 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 05:28:01 #11 59.90 (124/167) Installing libbluray (1.3.4-r1) 05:28:01 #11 60.31 (125/167) Installing mpg123-libs (1.32.8-r0) 05:28:02 #11 60.71 (126/167) Installing libopenmpt (0.7.7-r0) 05:28:03 #11 61.16 (127/167) Installing cjson (1.7.18-r0) 05:28:03 #11 61.48 (128/167) Installing mbedtls (3.6.3-r0) 05:28:03 #11 61.91 (129/167) Installing librist (0.2.10-r1) 05:28:04 #11 62.25 (130/167) Installing libsrt (1.5.3-r0) 05:28:04 #11 62.66 (131/167) Installing libssh (0.10.6-r0) 05:28:04 #11 63.04 (132/167) Installing libsodium (1.0.19-r0) 05:28:05 #11 63.42 (133/167) Installing libzmq (4.3.5-r2) 05:28:05 #11 63.84 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 05:28:06 #11 64.35 (135/167) Installing crc32c (1.1.2-r0) 05:28:06 #11 64.64 (136/167) Installing double-conversion (3.3.0-r0) 05:28:06 #11 64.93 (137/167) Installing libevent (2.1.12-r7) 05:28:07 #11 65.33 (138/167) Installing wayland-libs-server (1.22.0-r4) 05:28:07 #11 65.62 (139/167) Installing mesa-gbm (24.0.9-r1) 05:28:07 #11 65.94 (140/167) Installing harfbuzz-subset (8.5.0-r0) 05:28:08 #11 66.41 (141/167) Installing icu-libs (74.2-r0) 05:28:08 #11 66.96 (142/167) Installing minizip (1.3.1-r0) 05:28:09 #11 67.25 (143/167) Installing nspr (4.35-r4) 05:28:09 #11 67.62 (144/167) Installing sqlite-libs (3.45.3-r2) 05:28:09 #11 68.10 (145/167) Installing nss (3.105-r0) 05:28:10 #11 68.61 (146/167) Installing openh264 (2.4.1-r0) 05:28:10 #11 69.07 (147/167) Installing libcamera-ipa (0.3.0-r0) 05:28:11 #11 69.41 (148/167) Installing libunwind (1.8.1-r0) 05:28:11 #11 69.75 (149/167) Installing yaml (0.2.5-r2) 05:28:11 #11 70.08 (150/167) Installing libcamera (0.3.0-r0) 05:28:12 #11 70.55 (151/167) Installing speexdsp (1.2.1-r2) 05:28:12 #11 70.84 (152/167) Installing libuv (1.48.0-r0) 05:28:12 #11 71.18 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 05:28:13 #11 71.62 (154/167) Installing libsndfile (1.2.2-r1) 05:28:13 #11 72.05 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 05:28:14 #11 72.57 (156/167) Installing pipewire-libs (1.0.6-r1) 05:28:14 #11 73.11 (157/167) Installing libasyncns (0.8-r3) 05:28:15 #11 73.36 (158/167) Installing libltdl (2.4.7-r3) 05:28:15 #11 73.66 (159/167) Installing orc (0.4.40-r0) 05:28:15 #11 74.05 (160/167) Installing tdb-libs (1.4.9-r1) 05:28:16 #11 74.37 (161/167) Installing libpulse (17.0-r0) 05:28:16 #11 74.84 (162/167) Installing libwebpdemux (1.3.2-r0) 05:28:16 #11 75.13 (163/167) Installing libgpg-error (1.49-r0) 05:28:17 #11 75.45 (164/167) Installing libgcrypt (1.10.3-r0) 05:28:17 #11 75.93 (165/167) Installing libxslt (1.1.39-r2) 05:28:18 #11 76.34 (166/167) Installing chromium (131.0.6778.108-r0) 05:28:20 #11 78.71 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 05:28:21 #11 79.37 Executing busybox-1.36.1-r29.trigger 05:28:21 #11 79.38 Executing fontconfig-2.15.0-r1.trigger 05:28:21 #11 79.40 Executing mkfontscale-1.2.2-r6.trigger 05:28:21 #11 79.41 Executing glib-2.80.5-r0.trigger 05:28:21 #11 79.42 Executing shared-mime-info-2.4-r0.trigger 05:28:21 #11 79.79 Executing gdk-pixbuf-2.42.12-r0.trigger 05:28:21 #11 79.80 Executing gtk-update-icon-cache-3.24.43-r0.trigger 05:28:21 #11 79.82 Executing gtk+3.0-3.24.43-r0.trigger 05:28:21 #11 79.84 OK: 672 MiB in 195 packages 05:28:21 #11 79.90 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:28:21 #11 80.35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:28:22 #11 81.10 (1/30) Installing jansson (2.14-r4) 05:28:23 #11 81.39 (2/30) Installing binutils (2.42-r1) 05:28:24 #11 82.49 (3/30) Installing libatomic (13.2.1_git20240309-r1) 05:28:24 #11 82.74 (4/30) Installing isl26 (0.26-r1) 05:28:24 #11 83.23 (5/30) Installing mpfr4 (4.2.1-r0) 05:28:25 #11 83.66 (6/30) Installing mpc1 (1.3.1-r1) 05:28:25 #11 84.00 (7/30) Installing gcc (13.2.1_git20240309-r1) 05:28:27 #11 85.31 (8/30) Installing musl-dev (1.2.5-r1) 05:28:27 #11 85.91 (9/30) Installing linux-headers (6.6-r0) 05:28:28 #11 86.45 (10/30) Installing libffi-dev (3.4.6-r0) 05:28:28 #11 86.80 (11/30) Installing libpq (16.9-r0) 05:28:29 #11 87.22 (12/30) Installing openssl-dev (3.3.3-r0) 05:28:29 #11 87.66 (13/30) Installing libpq-dev (16.9-r0) 05:28:29 #11 88.16 (14/30) Installing libecpg (16.9-r0) 05:28:30 #11 88.50 (15/30) Installing libecpg-dev (16.9-r0) 05:28:30 #11 88.92 (16/30) Installing clang16-headers (16.0.6-r5) 05:28:31 #11 89.44 (17/30) Installing llvm16-libs (16.0.6-r9) 05:28:32 #11 90.72 (18/30) Installing clang16-libs (16.0.6-r5) 05:28:33 #11 91.63 (19/30) Installing fortify-headers (1.1-r3) 05:28:33 #11 92.12 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 05:28:34 #11 92.74 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 05:28:34 #11 93.09 (22/30) Installing clang16 (16.0.6-r5) 05:28:35 #11 93.52 (23/30) Installing icu (74.2-r0) 05:28:35 #11 93.96 (24/30) Installing icu-dev (74.2-r0) 05:28:36 #11 94.52 (25/30) Installing llvm16 (16.0.6-r9) 05:28:37 #11 95.81 (26/30) Installing lz4-libs (1.9.4-r5) 05:28:37 #11 96.14 (27/30) Installing lz4-dev (1.9.4-r5) 05:28:38 #11 96.44 (28/30) Installing zstd (1.5.6-r0) 05:28:38 #11 96.82 (29/30) Installing zstd-dev (1.5.6-r0) 05:28:38 #11 97.15 (30/30) Installing postgresql16-dev (16.9-r0) 05:28:39 #11 97.76 Executing busybox-1.36.1-r29.trigger 05:28:39 #11 97.77 OK: 1208 MiB in 225 packages 05:28:39 #11 97.87 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:28:39 #11 98.31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:28:40 #11 98.98 (1/14) Installing g++ (13.2.1_git20240309-r1) 05:28:41 #11 99.79 (2/14) Installing gdbm (1.23-r1) 05:28:41 #11 100.1 (3/14) Installing mpdecimal (4.0.0-r0) 05:28:42 #11 100.4 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 05:28:42 #11 100.7 (5/14) Installing libncursesw (6.4_p20240420-r2) 05:28:42 #11 101.1 (6/14) Installing libpanelw (6.4_p20240420-r2) 05:28:43 #11 101.3 (7/14) Installing readline (8.2.10-r0) 05:28:43 #11 101.7 (8/14) Installing python3 (3.12.11-r0) 05:28:44 #11 102.4 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 05:28:44 #11 103.0 (10/14) Installing pyc (3.12.11-r0) 05:28:44 #11 103.3 (11/14) Installing python3-pyc (3.12.11-r0) 05:28:45 #11 103.5 (12/14) Installing python3-dev (3.12.11-r0) 05:28:46 #11 104.8 (13/14) Installing libsodium-dev (1.0.19-r0) 05:28:46 #11 105.1 (14/14) Installing zeromq-dev (4.3.5-r2) 05:28:47 #11 105.4 Executing busybox-1.36.1-r29.trigger 05:28:47 #11 105.4 OK: 1374 MiB in 239 packages 05:28:47 #11 105.4 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:28:47 #11 105.9 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:28:48 #11 106.6 OK: 1374 MiB in 239 packages 05:28:48 #11 106.6 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:28:48 #11 107.1 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:28:49 #11 107.7 (1/1) Installing tzdata (2025b-r0) 05:28:49 #11 108.2 OK: 1376 MiB in 240 packages 05:28:50 #11 108.5 (1/1) Purging tzdata (2025b-r0) 05:28:50 #11 108.5 OK: 1374 MiB in 239 packages 05:28:51 #11 110.2 Looking in links: /tmp/tmpq63wx15z 05:28:52 #11 110.2 Processing /tmp/tmpq63wx15z/pip-25.0.1-py3-none-any.whl 05:28:52 #11 110.2 Installing collected packages: pip 05:28:53 #11 111.2 Successfully installed pip-25.0.1 05:28:53 #11 111.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. 05:28:53 #11 111.6 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 05:28:53 #11 111.6 Collecting pip 05:28:53 #11 111.7 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 05:28:53 #11 111.8 Collecting setuptools 05:28:53 #11 111.8 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 05:28:53 #11 111.8 Collecting wheel 05:28:53 #11 111.8 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 05:28:53 #11 111.9 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 05:28:53 #11 111.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 136.8 MB/s eta 0:00:00 05:28:53 #11 111.9 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 05:28:53 #11 111.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 159.1 MB/s eta 0:00:00 05:28:53 #11 111.9 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 05:28:53 #11 111.9 Installing collected packages: wheel, setuptools, pip 05:28:54 #11 112.8 Attempting uninstall: pip 05:28:54 #11 112.8 Found existing installation: pip 25.0.1 05:28:54 #11 112.9 Uninstalling pip-25.0.1: 05:28:54 #11 112.9 Successfully uninstalled pip-25.0.1 05:28:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4908 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 05:28:55 #11 113.9 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 05:28:55 #11 113.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. 05:28:56 #11 114.4 Processing ./edgex-taf-common 05:28:56 #11 114.4 Preparing metadata (setup.py): started 05:28:56 #11 114.6 Preparing metadata (setup.py): finished with status 'done' 05:28:56 #11 114.6 Building wheels for collected packages: edgex-taf-common 05:28:56 #11 114.6 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 05:28:56 #11 114.6 Building wheel for edgex-taf-common (setup.py): started 05:28:56 #11 114.8 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 05:28:56 #11 114.8 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=58af9818fab3dff1a42c16dd2e3fca8e4ceea3eed64b68a90aff5772d7dd06d6 05:28:56 #11 114.8 Stored in directory: /tmp/pip-ephem-wheel-cache-dsve0x01/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 05:28:56 #11 114.8 Successfully built edgex-taf-common 05:28:56 #11 114.8 Installing collected packages: edgex-taf-common 05:28:56 #11 114.9 Successfully installed edgex-taf-common-0.0.0 05:28:56 #11 114.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. 05:28:56 #11 115.4 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 05:28:57 #11 115.4 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 05:28:57 #11 115.4 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 05:28:57 #11 115.4 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 05:28:57 #11 115.5 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 05:28:57 #11 115.5 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 05:28:57 #11 115.5 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 05:28:57 #11 115.5 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 05:28:57 #11 115.5 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 05:28:57 #11 115.5 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 05:28:57 #11 115.5 Preparing metadata (setup.py): started 05:28:57 #11 115.7 Preparing metadata (setup.py): finished with status 'done' 05:28:57 #11 115.7 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 05:28:57 #11 115.7 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 05:28:57 #11 115.7 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 05:28:57 #11 115.8 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 05:28:57 #11 115.8 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 05:28:57 #11 115.8 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 05:28:57 #11 115.8 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 05:28:57 #11 115.8 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 05:28:57 #11 115.8 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 05:28:57 #11 115.8 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 05:28:57 #11 116.1 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 05:28:57 #11 116.1 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 05:28:57 #11 116.2 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 05:28:57 #11 116.2 Downloading psutil-7.0.0.tar.gz (497 kB) 05:28:58 #11 116.2 Installing build dependencies: started 05:28:58 Selected Git installation does not exist. Using Default 05:28:58 The recommended git tool is: NONE 05:28:58 #11 117.0 Installing build dependencies: finished with status 'done' 05:28:58 #11 117.0 Getting requirements to build wheel: started 05:28:59 #11 117.5 Getting requirements to build wheel: finished with status 'done' 05:28:59 #11 117.5 Preparing metadata (pyproject.toml): started 05:28:59 #11 117.8 Preparing metadata (pyproject.toml): finished with status 'done' 05:28:59 #11 118.1 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 13)) 05:28:59 #11 118.1 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl.metadata (6.0 kB) 05:28:59 #11 118.1 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 05:28:59 #11 118.1 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 05:28:59 #11 118.1 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 05:28:59 #11 118.2 Downloading psycopg2-2.9.10.tar.gz (385 kB) 05:28:59 #11 118.2 Preparing metadata (setup.py): started 05:29:00 #11 118.4 Preparing metadata (setup.py): finished with status 'done' 05:29:00 #11 118.5 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 05:29:00 #11 118.5 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 05:29:00 #11 118.8 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 05:29:00 #11 118.8 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 05:29:00 #11 118.8 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 05:29:00 #11 118.8 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 05:29:00 #11 119.0 Collecting cryptography==45.0.4 (from -r requirements.txt (line 19)) 05:29:00 #11 119.0 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) 05:29:00 #11 119.0 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) 05:29:00 #11 119.0 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 05:29:00 #11 119.0 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 21)) 05:29:00 #11 119.0 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 05:29:00 #11 119.0 Collecting genson==1.3.0 (from -r requirements.txt (line 22)) 05:29:00 #11 119.1 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 05:29:00 #11 119.1 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:00 #11 119.1 Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) 05:29:00 #11 119.1 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:00 #11 119.1 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 05:29:00 #11 119.2 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:00 #11 119.2 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 05:29:00 #11 119.2 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:00 #11 119.2 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 05:29:00 #11 119.2 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.2 Downloading flex-6.14.1.tar.gz (40 kB) 05:29:01 #11 119.3 Preparing metadata (setup.py): started 05:29:01 #11 119.4 Preparing metadata (setup.py): finished with status 'done' 05:29:01 #11 119.5 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.5 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 05:29:01 #11 119.5 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.5 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 05:29:01 #11 119.5 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.6 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 05:29:01 #11 119.6 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.6 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 05:29:01 #11 119.6 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.6 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 05:29:01 #11 119.6 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:01 #11 119.7 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 05:29:01 #11 119.7 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 05:29:01 #11 119.7 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 05:29:01 #11 119.8 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 05:29:01 #11 119.8 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 05:29:01 #11 119.8 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 05:29:01 #11 119.8 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 05:29:01 #11 119.8 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 05:29:01 #11 119.8 Downloading certifi-2025.7.9-py3-none-any.whl.metadata (2.4 kB) 05:29:01 #11 119.9 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:29:01 #11 119.9 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 05:29:01 #11 119.9 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:29:01 #11 119.9 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 05:29:01 #11 119.9 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) 05:29:01 #11 120.0 Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 19)) 05:29:01 #11 120.0 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) 05:29:01 #11 120.1 Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 19)) 05:29:01 #11 120.1 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 05:29:01 #11 120.1 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:29:01 #11 120.1 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 05:29:01 #11 120.1 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:29:01 #11 120.1 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 05:29:01 #11 120.2 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:01 #11 120.2 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 05:29:01 #11 120.2 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:01 #11 120.2 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 05:29:01 #11 120.2 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:01 #11 120.2 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 05:29:01 #11 120.2 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:01 #11 120.3 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 05:29:01 #11 120.3 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:01 #11 120.3 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 05:29:02 #11 120.3 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:02 #11 120.3 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 05:29:02 #11 120.3 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:02 #11 120.3 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 05:29:02 #11 120.3 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:29:02 #11 120.3 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 05:29:02 #11 120.4 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)) 05:29:02 #11 120.4 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 05:29:02 #11 120.5 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 120.5 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 05:29:02 #11 120.5 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 120.5 Downloading validate_email-1.3.tar.gz (4.7 kB) 05:29:02 #11 120.5 Preparing metadata (setup.py): started 05:29:02 #11 120.7 Preparing metadata (setup.py): finished with status 'done' 05:29:02 #11 120.7 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 120.7 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 05:29:02 #11 120.7 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 120.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 05:29:02 #11 120.7 Preparing metadata (setup.py): started 05:29:02 using credential edgex-jenkins-ssh 05:29:02 Cloning the remote Git repository 05:29:02 #11 120.9 Preparing metadata (setup.py): finished with status 'done' 05:29:02 #11 120.9 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 120.9 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 05:29:02 #11 121.0 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 121.0 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 05:29:02 #11 121.0 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 121.0 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 05:29:02 #11 121.0 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 #11 121.0 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 05:29:02 #11 121.3 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:02 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 05:29:02 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 05:29:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 05:29:02 > git --version # timeout=10 05:29:02 > git --version # 'git version 2.25.1' 05:29:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:29:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:29:03 #11 121.3 Downloading rpds_py-0.26.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.2 kB) 05:29:03 #11 121.4 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.4 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 05:29:03 #11 121.4 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.4 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 05:29:03 #11 121.4 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.4 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 05:29:03 #11 121.4 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.4 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 05:29:03 #11 121.5 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.5 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 05:29:03 #11 121.5 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.5 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 05:29:03 #11 121.5 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.5 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 05:29:03 #11 121.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)) 05:29:03 #11 121.6 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 05:29:03 #11 121.6 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.6 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 05:29:03 #11 121.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)) 05:29:03 #11 121.6 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 05:29:03 #11 121.7 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:29:03 #11 121.7 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 05:29:03 #11 121.8 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 05:29:03 #11 121.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 247.4 MB/s eta 0:00:00 05:29:03 #11 121.8 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 05:29:03 #11 121.8 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 05:29:03 #11 121.8 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 05:29:03 #11 121.8 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 05:29:03 #11 121.8 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 05:29:03 #11 121.8 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 05:29:03 #11 121.8 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 05:29:03 #11 121.8 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 05:29:03 #11 121.8 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 05:29:03 #11 121.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 175.9 MB/s eta 0:00:00 05:29:03 #11 121.9 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl (1.9 MB) 05:29:03 #11 121.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 235.5 MB/s eta 0:00:00 05:29:03 #11 121.9 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 05:29:03 #11 121.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 371.8 MB/s eta 0:00:00 05:29:03 #11 121.9 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 05:29:03 #11 122.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 197.6 MB/s eta 0:00:00 05:29:03 #11 122.0 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 05:29:03 #11 122.0 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 05:29:03 #11 122.0 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) 05:29:03 #11 122.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 205.1 MB/s eta 0:00:00 05:29:03 #11 122.0 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 05:29:03 #11 122.0 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 05:29:03 #11 122.0 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 05:29:03 #11 122.0 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 05:29:03 #11 122.0 Downloading idna-3.10-py3-none-any.whl (70 kB) 05:29:03 #11 122.0 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 05:29:03 #11 122.0 Downloading certifi-2025.7.9-py3-none-any.whl (159 kB) 05:29:03 #11 122.0 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) 05:29:03 #11 122.0 Downloading click-8.2.1-py3-none-any.whl (102 kB) 05:29:03 #11 122.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 05:29:03 #11 122.0 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 05:29:03 #11 122.0 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 05:29:03 #11 122.1 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 05:29:03 #11 122.1 Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) 05:29:03 #11 122.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 266.8 MB/s eta 0:00:00 05:29:03 #11 122.1 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 05:29:03 #11 122.1 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 05:29:03 #11 122.1 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 05:29:04 #11 122.1 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 05:29:04 #11 122.1 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 05:29:04 #11 122.1 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 05:29:04 #11 122.1 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 05:29:04 #11 122.1 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 05:29:04 #11 122.1 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 05:29:04 #11 122.1 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 05:29:04 #11 122.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 127.1 MB/s eta 0:00:00 05:29:04 #11 122.1 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 05:29:04 #11 122.2 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 05:29:04 #11 122.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 218.9 MB/s eta 0:00:00 05:29:04 #11 122.2 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 05:29:04 #11 122.2 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 05:29:04 #11 122.2 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 05:29:04 #11 122.2 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 05:29:04 #11 122.2 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 05:29:04 #11 122.2 Downloading rpds_py-0.26.0-cp312-cp312-musllinux_1_2_x86_64.whl (557 kB) 05:29:04 #11 122.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 kB 219.8 MB/s eta 0:00:00 05:29:04 #11 122.2 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 05:29:04 #11 122.2 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 05:29:04 #11 122.2 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 05:29:04 #11 122.2 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 05:29:04 #11 122.2 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 05:29:04 #11 122.2 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 05:29:04 #11 122.2 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 05:29:04 #11 122.2 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 05:29:04 #11 122.2 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 05:29:04 #11 122.2 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 05:29:04 #11 122.2 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 05:29:04 #11 122.2 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 05:29:04 #11 122.3 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 05:29:04 #11 122.3 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 05:29:04 #11 122.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 232.4 MB/s eta 0:00:00 05:29:04 #11 122.3 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 05:29:04 #11 122.3 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 05:29:04 #11 122.3 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 05:29:04 #11 122.3 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 05:29:04 #11 122.4 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 05:29:04 #11 122.4 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 05:29:04 #11 122.4 Building wheel for robotbackgroundlogger (setup.py): started 05:29:04 #11 122.6 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 05:29:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 05:29:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:29:04 Avoid second fetch 05:29:04 Checking out Revision 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 (main) 05:29:04 #11 122.6 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=c1e7f8b85afc9b40cafd94b28a18adcd2a9f1e1f96d1c203b76236f4664cf7d3 05:29:04 #11 122.6 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 05:29:04 #11 122.6 Building wheel for psutil (pyproject.toml): started 05:29:04 Commit message: "Merge pull request #136 from jinlinGuan/fix-log" 05:29:04 > git config core.sparsecheckout # timeout=10 05:29:04 > git checkout -f 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 # timeout=10 05:29:06 #11 124.5 Building wheel for psutil (pyproject.toml): finished with status 'done' 05:29:06 #11 124.5 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277541 sha256=698d5fc7abf68824bbece1f330955cc18d48e3503c32c2357f8bbb162a8da868 05:29:06 #11 124.5 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 05:29:06 #11 124.5 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 05:29:06 #11 124.5 Building wheel for psycopg2 (setup.py): started [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:29:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:29:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:29:09 Dload Upload Total Spent Left Speed 05:29:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh 05:29:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:29:10 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:29:10 sudo tee /etc/docker/daemon.new 05:29:10 { 05:29:10 "registry-mirrors": [ 05:29:10 "https://nexus3.edgexfoundry.org:10001" 05:29:10 ], 05:29:10 "bip": "10.250.0.254/24", 05:29:10 "hosts": [ 05:29:10 "tcp://0.0.0.0:5555", 05:29:10 "unix:///var/run/docker.sock" 05:29:10 ], 05:29:10 "mtu": 1458, 05:29:10 "selinux-enabled": true, 05:29:10 "seccomp-profile": "/etc/docker/seccomp.json" 05:29:10 } [Pipeline] sh 05:29:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:29:10 + sudo service docker restart 05:29:16 #11 133.1 Building wheel for psycopg2 (setup.py): finished with status 'done' 05:29:16 #11 133.1 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521911 sha256=d0af5b013cbd06693940885caef7832882dc5880f0a35626b8365abb29fd05a0 05:29:16 #11 133.1 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 05:29:16 #11 133.1 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 05:29:16 #11 133.1 Building wheel for flex (setup.py): started 05:29:16 #11 133.4 Building wheel for flex (setup.py): finished with status 'done' 05:29:16 #11 133.4 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=23312f1ea3e9f9cdc718f1f696aa9cdda0f1e012a3cbeecda37977b5dc4e2e5e 05:29:16 #11 133.4 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 05:29:16 #11 133.4 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 05:29:16 #11 133.4 Building wheel for strict-rfc3339 (setup.py): started 05:29:16 #11 133.6 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 05:29:16 #11 133.6 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=888a9eb9a60f0d9fafcbbd0be884cc8c8c7a589616e195b9909382e53ee20637 05:29:16 #11 133.6 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 05:29:16 #11 133.6 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 05:29:16 #11 133.6 Building wheel for validate-email (setup.py): started 05:29:16 #11 133.9 Building wheel for validate-email (setup.py): finished with status 'done' 05:29:16 #11 133.9 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=c9990cd1147d558e05bdd9e86465fd7686af601c0427293a764a6697e0774bb8 05:29:16 #11 133.9 Stored in directory: /tmp/pip-ephem-wheel-cache-3jl2fd7y/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 05:29:16 #11 133.9 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 05:29:16 #11 134.0 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 05:29:26 #11 143.9 05:29:26 #11 143.9 Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.7.9 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.21.2 flex-6.14.1 genson-1.3.0 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.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.26.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 05:29:26 #11 143.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. 05:29:27 #11 DONE 145.2s 05:29:27 05:29:27 #12 exporting to image 05:29:27 #12 exporting layers [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:29:29 provisioning config files... 05:29:29 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6137977724431284507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:29:29 ---> ****-login.sh 05:29:29 nexus3.edgexfoundry.org:10001 05:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:29:30 Configure a credential helper to remove this warning. See 05:29:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:29:30 05:29:30 Login Succeeded 05:29:30 nexus3.edgexfoundry.org:10002 05:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:29:30 Configure a credential helper to remove this warning. See 05:29:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:29:30 05:29:30 Login Succeeded 05:29:30 nexus3.edgexfoundry.org:10003 05:29:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:29:31 Configure a credential helper to remove this warning. See 05:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:29:31 05:29:31 Login Succeeded 05:29:31 nexus3.edgexfoundry.org:10004 05:29:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:29:31 Configure a credential helper to remove this warning. See 05:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:29:31 05:29:31 Login Succeeded 05:29:31 ****.io 05:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:29:32 Configure a credential helper to remove this warning. See 05:29:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:29:32 05:29:32 Login Succeeded 05:29:32 ---> ****-login.sh ends [Pipeline] } 05:29:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 05:29:32 #12 exporting layers 5.3s done 05:29:32 #12 writing image sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:29:32 #12 naming to docker.io/library/edgex-taf-common done 05:29:32 #12 DONE 5.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] echo 05:29:32 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 05:29:32 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:29:32 latest 05:29:32 1.0.0-dev.9 05:29:32 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:29:32 main 05:29:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:29:32 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:33 + ls -al . 05:29:33 total 68 05:29:33 drwxrwxr-x 5 jenkins jenkins 4096 Jul 10 05:29 . 05:29:33 drwxrwxr-x 4 jenkins jenkins 4096 Jul 10 05:29 .. 05:29:33 drwxrwxr-x 8 jenkins jenkins 4096 Jul 10 05:29 .git 05:29:33 drwxrwxr-x 2 jenkins jenkins 4096 Jul 10 05:29 .github 05:29:33 -rw-rw-r-- 1 jenkins jenkins 22 Jul 10 05:29 .gitignore 05:29:33 -rw-rw-r-- 1 jenkins jenkins 1653 Jul 10 05:29 Dockerfile 05:29:33 -rw-rw-r-- 1 jenkins jenkins 746 Jul 10 05:29 Jenkinsfile 05:29:33 -rw-rw-r-- 1 jenkins jenkins 11381 Jul 10 05:29 LICENSE 05:29:33 -rw-rw-r-- 1 jenkins jenkins 4232 Jul 10 05:29 README.md 05:29:33 drwxrwxr-x 5 jenkins jenkins 4096 Jul 10 05:29 TUC 05:29:33 -rw-rw-r-- 1 jenkins jenkins 11 Jul 10 05:26 VERSION 05:29:33 -rw-rw-r-- 1 jenkins jenkins 440 Jul 10 05:29 requirements.txt 05:29:33 -rw-rw-r-- 1 jenkins jenkins 54 Jul 10 05:29 robot-entrypoint.sh 05:29:33 -rw-rw-r-- 1 jenkins jenkins 445 Jul 10 05:29 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:33 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:29:33 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:29:33 696599e5ca09: Preparing 05:29:33 a09fae789461: Preparing 05:29:33 5f70bf18a086: Preparing 05:29:33 482cb4e95d2c: Preparing 05:29:33 5b659ec20b34: Preparing 05:29:33 2a36a63c45e7: Preparing 05:29:33 994456c4fd7b: Preparing 05:29:33 2a36a63c45e7: Waiting 05:29:33 994456c4fd7b: Waiting 05:29:33 5b659ec20b34: Pushed 05:29:33 5f70bf18a086: Pushed 05:29:33 482cb4e95d2c: Pushed 05:29:33 a09fae789461: Pushed 05:29:33 994456c4fd7b: Layer already exists 05:29:33 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 --label arch=arm64 --label version=1.0.0-dev.9 . 05:29:33 2a36a63c45e7: Pushed 05:29:33 Sending build context to Docker daemon 392.2kB 05:29:33 Step 1/13 : FROM alpine:3.20 05:29:34 3.20: Pulling from library/alpine 05:29:34 94e9d8af2201: Pulling fs layer 05:29:34 94e9d8af2201: Verifying Checksum 05:29:34 94e9d8af2201: Download complete 05:29:35 94e9d8af2201: Pull complete 05:29:35 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:29:35 Status: Downloaded newer image for alpine:3.20 05:29:35 ---> 7aab056cecc6 05:29:35 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 05:29:35 ---> Running in 6d58ed90f022 05:29:35 Removing intermediate container 6d58ed90f022 05:29:35 ---> fa03a19bdd9b 05:29:35 Step 3/13 : LABEL maintainer="Bruce Huang " 05:29:36 ---> Running in 892cea81f179 05:29:36 Removing intermediate container 892cea81f179 05:29:36 ---> 04770c152349 05:29:36 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 05:29:37 ---> b94cb0daed6f 05:29:37 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 05:29:37 ---> 34d2de022316 05:29:37 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 05:29:38 ---> 61173bdecade 05:29:38 Step 7/13 : WORKDIR /edgex-taf 05:29:38 ---> Running in 7976c36a4ea6 05:29:38 Removing intermediate container 7976c36a4ea6 05:29:38 ---> ad75291f4beb 05:29:38 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:29:38 ---> Running in 9f3fcfb8f82e 05:29:41 Removing intermediate container 9f3fcfb8f82e 05:29:41 ---> c397f733845f 05:29:41 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 05:29:41 ---> Running in 445f6ab80045 05:29:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:29:42 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:29:44 OK: 9 MiB in 14 packages 05:29:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:29:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:29:47 (1/14) Installing ca-certificates (20241121-r1) 05:29:48 (2/14) Installing brotli-libs (1.1.0-r2) 05:29:48 (3/14) Installing c-ares (1.33.1-r0) 05:29:48 (4/14) Installing libunistring (1.2-r0) 05:29:49 (5/14) Installing libidn2 (2.3.7-r0) 05:29:49 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:29:50 (7/14) Installing libpsl (0.21.5-r1) 05:29:50 (8/14) Installing zstd-libs (1.5.6-r0) 05:29:50 (9/14) Installing libcurl (8.12.1-r0) 05:29:51 (10/14) Installing curl (8.12.1-r0) 05:29:52 (11/14) Installing docker-cli (26.1.5-r0) 05:29:53 (12/14) Installing oniguruma (6.9.9-r0) 05:29:53 (13/14) Installing jq (1.7.1-r0) 05:29:53 (14/14) Installing openssl (3.3.3-r0) 05:29:54 Executing busybox-1.36.1-r29.trigger 05:29:54 Executing ca-certificates-20241121-r1.trigger 05:29:54 OK: 43 MiB in 28 packages 05:29:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:29:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:29:57 (1/166) Installing libexpat (2.7.0-r0) 05:29:58 (2/166) Installing libbz2 (1.0.8-r6) 05:29:58 (3/166) Installing libpng (1.6.44-r0) 05:29:58 (4/166) Installing freetype (2.13.2-r0) 05:29:59 (5/166) Installing fontconfig (2.15.0-r1) 05:29:59 (6/166) Installing libfontenc (1.1.8-r0) 05:30:00 (7/166) Installing mkfontscale (1.2.2-r6) 05:30:00 (8/166) Installing font-opensans (0_git20210927-r1) 05:30:01 (9/166) Installing pkgconf (2.2.0-r0) 05:30:01 (10/166) Installing libgcc (13.2.1_git20240309-r1) 05:30:02 (11/166) Installing libffi (3.4.6-r0) 05:30:02 (12/166) Installing libintl (0.22.5-r0) 05:30:02 (13/166) Installing libeconf (0.6.3-r0) 05:30:02 (14/166) Installing libblkid (2.40.1-r1) 05:30:03 (15/166) Installing libmount (2.40.1-r1) 05:30:04 (16/166) Installing pcre2 (10.43-r0) 05:30:04 (17/166) Installing glib (2.80.5-r0) 05:30:04 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 05:30:05 (19/166) Installing xz-libs (5.6.2-r1) 05:30:06 (20/166) Installing libxml2 (2.12.10-r0) 05:30:06 (21/166) Installing shared-mime-info (2.4-r0) 05:30:06 (22/166) Installing hicolor-icon-theme (0.17-r2) 05:30:07 (23/166) Installing libjpeg-turbo (3.0.3-r0) 05:30:07 (24/166) Installing libsharpyuv (1.3.2-r0) 05:30:08 (25/166) Installing libwebp (1.3.2-r0) 05:30:08 (26/166) Installing tiff (4.6.0t-r0) 05:30:09 (27/166) Installing gdk-pixbuf (2.42.12-r0) 05:30:09 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 05:30:10 (29/166) Installing libxau (1.0.11-r4) 05:30:10 (30/166) Installing libmd (1.1.0-r0) 05:30:10 (31/166) Installing libbsd (0.12.2-r0) 05:30:10 (32/166) Installing libxdmcp (1.1.5-r1) 05:30:11 (33/166) Installing libxcb (1.16.1-r0) 05:30:11 (34/166) Installing libx11 (1.8.9-r1) 05:30:12 (35/166) Installing libxcomposite (0.4.6-r5) 05:30:12 (36/166) Installing libxfixes (6.0.1-r4) 05:30:12 (37/166) Installing libxrender (0.9.11-r5) 05:30:13 (38/166) Installing libxcursor (1.2.2-r1) 05:30:13 (39/166) Installing libxdamage (1.1.6-r5) 05:30:14 (40/166) Installing libxext (1.3.6-r2) 05:30:14 (41/166) Installing libxi (1.8.1-r4) 05:30:14 (42/166) Installing libxinerama (1.1.5-r4) 05:30:15 (43/166) Installing libxrandr (1.5.4-r1) 05:30:15 (44/166) Installing libatk-1.0 (2.52.0-r0) 05:30:15 (45/166) Installing libxtst (1.2.4-r6) 05:30:16 (46/166) Installing dbus-libs (1.14.10-r1) 05:30:16 (47/166) Installing at-spi2-core (2.52.0-r0) 05:30:17 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 05:30:17 (49/166) Installing pixman (0.43.2-r0) 05:30:17 (50/166) Installing cairo (1.18.4-r0) 05:30:18 (51/166) Installing cairo-gobject (1.18.4-r0) 05:30:18 (52/166) Installing avahi-libs (0.8-r17) 05:30:19 (53/166) Installing gmp (6.3.0-r1) 05:30:19 (54/166) Installing nettle (3.9.1-r0) 05:30:20 (55/166) Installing libtasn1 (4.20.0-r0) 05:30:20 (56/166) Installing p11-kit (0.25.3-r0) 05:30:20 (57/166) Installing gnutls (3.8.5-r0) 05:30:21 (58/166) Installing cups-libs (2.4.9-r1) 05:30:22 (59/166) Installing libepoxy (1.5.10-r1) 05:30:22 (60/166) Installing fribidi (1.0.15-r0) 05:30:22 (61/166) Installing graphite2 (1.3.14-r6) 05:30:23 (62/166) Installing harfbuzz (8.5.0-r0) 05:30:23 (63/166) Installing libxft (2.3.8-r3) 05:30:24 (64/166) Installing pango (1.52.2-r0) 05:30:24 (65/166) Installing wayland-libs-client (1.22.0-r4) 05:30:24 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 05:30:25 (67/166) Installing wayland-libs-egl (1.22.0-r4) 05:30:25 (68/166) Installing xkeyboard-config (2.41-r0) 05:30:26 (69/166) Installing libxkbcommon (1.7.0-r0) 05:30:26 (70/166) Installing gtk+3.0 (3.24.43-r0) 05:30:27 (71/166) Installing icu-data-full (74.2-r0) 05:30:28 (72/166) Installing mesa (24.0.9-r1) 05:30:29 (73/166) Installing llvm17-libs (17.0.6-r2) 05:30:32 (74/166) Installing hwdata-pci (0.382-r0) 05:30:33 (75/166) Installing libpciaccess (0.18.1-r0) 05:30:33 (76/166) Installing libdrm (2.4.120-r0) 05:30:33 (77/166) Installing libelf (0.191-r0) 05:30:34 (78/166) Installing mesa-glapi (24.0.9-r1) 05:30:34 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 05:30:35 (80/166) Installing eudev-libs (3.2.14-r2) 05:30:36 (81/166) Installing libmagic (5.45-r1) 05:30:36 (82/166) Installing file (5.45-r1) 05:30:37 (83/166) Installing xprop (1.2.7-r0) 05:30:37 (84/166) Installing libice (1.1.1-r6) 05:30:38 (85/166) Installing libuuid (2.40.1-r1) 05:30:38 (86/166) Installing libsm (1.2.4-r4) 05:30:38 (87/166) Installing libxt (1.3.0-r5) 05:30:39 (88/166) Installing libxmu (1.1.4-r2) 05:30:39 (89/166) Installing xset (1.2.5-r1) 05:30:39 (90/166) Installing xdg-utils (1.2.1-r0) 05:30:40 (91/166) Installing libogg (1.3.5-r5) 05:30:40 (92/166) Installing libflac (1.4.3-r1) 05:30:41 (93/166) Installing alsa-lib (1.2.11-r0) 05:30:41 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 05:30:42 (95/166) Installing aom-libs (3.9.1-r0) 05:30:43 (96/166) Installing libva (2.21.0-r0) 05:30:43 (97/166) Installing libvdpau (1.5-r3) 05:30:43 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 05:30:44 (99/166) Installing libdav1d (1.4.2-r0) 05:30:44 (100/166) Installing openexr-libiex (3.1.13-r1) 05:30:45 (101/166) Installing openexr-libilmthread (3.1.13-r1) 05:30:45 (102/166) Installing imath (3.1.12-r0) 05:30:46 (103/166) Installing openexr-libopenexr (3.1.13-r1) 05:30:46 (104/166) Installing giflib (5.2.2-r0) 05:30:47 (105/166) Installing libhwy (1.0.7-r0) 05:30:47 (106/166) Installing lcms2 (2.16-r0) 05:30:47 (107/166) Installing libjxl (0.10.2-r0) 05:30:48 (108/166) Installing lame-libs (3.100-r5) 05:30:48 (109/166) Installing opus (1.5.2-r0) 05:30:49 (110/166) Installing rav1e-libs (0.7.1-r0) 05:30:49 (111/166) Installing libgomp (13.2.1_git20240309-r1) 05:30:50 (112/166) Installing soxr (0.1.3-r7) 05:30:50 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 05:30:51 (114/166) Installing libtheora (1.1.1-r18) 05:30:51 (115/166) Installing libvorbis (1.3.7-r2) 05:30:52 (116/166) Installing libvpx (1.14.1-r0) 05:30:52 (117/166) Installing libwebpmux (1.3.2-r0) 05:30:53 (118/166) Installing x264-libs (0.164_git20231001-r0) 05:30:53 (119/166) Installing numactl (2.0.18-r0) 05:30:54 (120/166) Installing x265-libs (3.6-r0) 05:30:54 (121/166) Installing xvidcore (1.3.7-r2) 05:30:55 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 05:30:56 (123/166) Installing libbluray (1.3.4-r1) 05:30:56 (124/166) Installing mpg123-libs (1.32.8-r0) 05:30:57 (125/166) Installing libopenmpt (0.7.7-r0) 05:30:57 (126/166) Installing cjson (1.7.18-r0) 05:30:57 (127/166) Installing mbedtls (3.6.3-r0) 05:30:58 (128/166) Installing librist (0.2.10-r1) 05:30:58 (129/166) Installing libsrt (1.5.3-r0) 05:30:59 (130/166) Installing libssh (0.10.6-r0) 05:30:59 (131/166) Installing libsodium (1.0.19-r0) 05:31:00 (132/166) Installing libzmq (4.3.5-r2) 05:31:00 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 05:31:01 (134/166) Installing crc32c (1.1.2-r0) 05:31:01 (135/166) Installing double-conversion (3.3.0-r0) 05:31:02 (136/166) Installing libevent (2.1.12-r7) 05:31:02 (137/166) Installing wayland-libs-server (1.22.0-r4) 05:31:02 (138/166) Installing mesa-gbm (24.0.9-r1) 05:31:03 (139/166) Installing harfbuzz-subset (8.5.0-r0) 05:31:03 (140/166) Installing icu-libs (74.2-r0) 05:31:04 (141/166) Installing minizip (1.3.1-r0) 05:31:05 (142/166) Installing nspr (4.35-r4) 05:31:05 (143/166) Installing sqlite-libs (3.45.3-r2) 05:31:06 (144/166) Installing nss (3.105-r0) 05:31:06 (145/166) Installing openh264 (2.4.1-r0) 05:31:07 (146/166) Installing libcamera-ipa (0.3.0-r0) 05:31:07 (147/166) Installing libunwind (1.8.1-r0) 05:31:08 (148/166) Installing yaml (0.2.5-r2) 05:31:08 (149/166) Installing libcamera (0.3.0-r0) 05:31:09 (150/166) Installing speexdsp (1.2.1-r2) 05:31:09 (151/166) Installing libuv (1.48.0-r0) 05:31:10 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 05:31:10 (153/166) Installing libsndfile (1.2.2-r1) 05:31:10 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 05:31:11 (155/166) Installing pipewire-libs (1.0.6-r1) 05:31:12 (156/166) Installing libasyncns (0.8-r3) 05:31:12 (157/166) Installing libltdl (2.4.7-r3) 05:31:13 (158/166) Installing orc (0.4.40-r0) 05:31:13 (159/166) Installing tdb-libs (1.4.9-r1) 05:31:14 (160/166) Installing libpulse (17.0-r0) 05:31:14 (161/166) Installing libwebpdemux (1.3.2-r0) 05:31:15 (162/166) Installing libgpg-error (1.49-r0) 05:31:15 (163/166) Installing libgcrypt (1.10.3-r0) 05:31:16 (164/166) Installing libxslt (1.1.39-r2) 05:31:16 (165/166) Installing chromium (131.0.6778.108-r0) 05:31:23 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 05:31:23 Executing busybox-1.36.1-r29.trigger 05:31:23 Executing fontconfig-2.15.0-r1.trigger 05:31:23 Executing mkfontscale-1.2.2-r6.trigger 05:31:23 Executing glib-2.80.5-r0.trigger 05:31:23 Executing shared-mime-info-2.4-r0.trigger 05:31:25 Executing gdk-pixbuf-2.42.12-r0.trigger 05:31:25 Executing gtk-update-icon-cache-3.24.43-r0.trigger 05:31:25 Executing gtk+3.0-3.24.43-r0.trigger 05:31:25 OK: 657 MiB in 194 packages 05:31:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:31:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:31:28 (1/30) Installing jansson (2.14-r4) 05:31:28 (2/30) Installing binutils (2.42-r1) 05:31:29 (3/30) Installing libatomic (13.2.1_git20240309-r1) 05:31:30 (4/30) Installing isl26 (0.26-r1) 05:31:30 (5/30) Installing mpfr4 (4.2.1-r0) 05:31:31 (6/30) Installing mpc1 (1.3.1-r1) 05:31:31 (7/30) Installing gcc (13.2.1_git20240309-r1) 05:31:34 (8/30) Installing musl-dev (1.2.5-r1) 05:31:35 (9/30) Installing linux-headers (6.6-r0) 05:31:36 (10/30) Installing libffi-dev (3.4.6-r0) 05:31:36 (11/30) Installing libpq (16.9-r0) 05:31:37 (12/30) Installing openssl-dev (3.3.3-r0) 05:31:37 (13/30) Installing libpq-dev (16.9-r0) 05:31:38 (14/30) Installing libecpg (16.9-r0) 05:31:38 (15/30) Installing libecpg-dev (16.9-r0) 05:31:39 (16/30) Installing clang16-headers (16.0.6-r5) 05:31:39 (17/30) Installing llvm16-libs (16.0.6-r9) 05:31:43 (18/30) Installing clang16-libs (16.0.6-r5) 05:31:45 (19/30) Installing fortify-headers (1.1-r3) 05:31:45 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 05:31:46 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 05:31:46 (22/30) Installing clang16 (16.0.6-r5) 05:31:47 (23/30) Installing icu (74.2-r0) 05:31:48 (24/30) Installing icu-dev (74.2-r0) 05:31:48 (25/30) Installing llvm16 (16.0.6-r9) 05:31:51 (26/30) Installing lz4-libs (1.9.4-r5) 05:31:52 (27/30) Installing lz4-dev (1.9.4-r5) 05:31:52 (28/30) Installing zstd (1.5.6-r0) 05:31:53 (29/30) Installing zstd-dev (1.5.6-r0) 05:31:53 (30/30) Installing postgresql16-dev (16.9-r0) 05:31:54 Executing busybox-1.36.1-r29.trigger 05:31:54 OK: 1184 MiB in 224 packages 05:31:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:31:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:31:57 (1/14) Installing g++ (13.2.1_git20240309-r1) 05:31:58 (2/14) Installing gdbm (1.23-r1) 05:31:58 (3/14) Installing mpdecimal (4.0.0-r0) 05:31:59 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 05:31:59 (5/14) Installing libncursesw (6.4_p20240420-r2) 05:31:59 (6/14) Installing libpanelw (6.4_p20240420-r2) 05:32:00 (7/14) Installing readline (8.2.10-r0) 05:32:00 (8/14) Installing python3 (3.12.11-r0) 05:32:01 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 05:32:02 (10/14) Installing pyc (3.12.11-r0) 05:32:03 (11/14) Installing python3-pyc (3.12.11-r0) 05:32:03 (12/14) Installing python3-dev (3.12.11-r0) 05:32:06 (13/14) Installing libsodium-dev (1.0.19-r0) 05:32:06 (14/14) Installing zeromq-dev (4.3.5-r2) 05:32:07 Executing busybox-1.36.1-r29.trigger 05:32:07 OK: 1370 MiB in 238 packages 05:32:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:32:08 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:32:09 OK: 1370 MiB in 238 packages 05:32:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:32:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:32:11 (1/1) Installing tzdata (2025b-r0) 05:32:12 OK: 1372 MiB in 239 packages 05:32:14 (1/1) Purging tzdata (2025b-r0) 05:32:14 OK: 1370 MiB in 238 packages 05:32:24 Looking in links: /tmp/tmpmqhy4ci4 05:32:24 Processing /tmp/tmpmqhy4ci4/pip-25.0.1-py3-none-any.whl 05:32:24 Installing collected packages: pip 05:32:24 696599e5ca09: Pushed 05:32:24 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2: digest: sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:25 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:25 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:32:25 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:32:25 696599e5ca09: Preparing 05:32:25 a09fae789461: Preparing 05:32:25 5f70bf18a086: Preparing 05:32:25 482cb4e95d2c: Preparing 05:32:25 5b659ec20b34: Preparing 05:32:25 2a36a63c45e7: Preparing 05:32:25 994456c4fd7b: Preparing 05:32:25 2a36a63c45e7: Waiting 05:32:25 994456c4fd7b: Waiting 05:32:25 5b659ec20b34: Layer already exists 05:32:25 482cb4e95d2c: Layer already exists 05:32:25 5f70bf18a086: Layer already exists 05:32:25 a09fae789461: Layer already exists 05:32:25 696599e5ca09: Layer already exists 05:32:25 2a36a63c45e7: Layer already exists 05:32:25 994456c4fd7b: Layer already exists 05:32:25 latest: digest: sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:25 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:26 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 05:32:26 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:32:26 696599e5ca09: Preparing 05:32:26 a09fae789461: Preparing 05:32:26 5f70bf18a086: Preparing 05:32:26 482cb4e95d2c: Preparing 05:32:26 5b659ec20b34: Preparing 05:32:26 2a36a63c45e7: Preparing 05:32:26 994456c4fd7b: Preparing 05:32:26 994456c4fd7b: Waiting 05:32:26 2a36a63c45e7: Waiting 05:32:26 a09fae789461: Layer already exists 05:32:26 696599e5ca09: Layer already exists 05:32:26 5b659ec20b34: Layer already exists 05:32:26 482cb4e95d2c: Layer already exists 05:32:26 5f70bf18a086: Layer already exists 05:32:26 2a36a63c45e7: Layer already exists 05:32:26 994456c4fd7b: Layer already exists 05:32:26 1.0.0-dev.9: digest: sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:26 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:26 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:32:26 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:32:26 696599e5ca09: Preparing 05:32:26 a09fae789461: Preparing 05:32:26 5f70bf18a086: Preparing 05:32:26 482cb4e95d2c: Preparing 05:32:26 5b659ec20b34: Preparing 05:32:26 2a36a63c45e7: Preparing 05:32:26 994456c4fd7b: Preparing 05:32:26 2a36a63c45e7: Waiting 05:32:26 994456c4fd7b: Waiting 05:32:26 696599e5ca09: Layer already exists 05:32:26 5b659ec20b34: Layer already exists 05:32:26 5f70bf18a086: Layer already exists 05:32:26 a09fae789461: Layer already exists 05:32:26 482cb4e95d2c: Layer already exists 05:32:26 994456c4fd7b: Layer already exists 05:32:26 2a36a63c45e7: Layer already exists 05:32:26 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9: digest: sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:27 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:27 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 05:32:27 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 05:32:27 696599e5ca09: Preparing 05:32:27 a09fae789461: Preparing 05:32:27 5f70bf18a086: Preparing 05:32:27 482cb4e95d2c: Preparing 05:32:27 5b659ec20b34: Preparing 05:32:27 2a36a63c45e7: Preparing 05:32:27 994456c4fd7b: Preparing 05:32:27 2a36a63c45e7: Waiting 05:32:27 994456c4fd7b: Waiting 05:32:27 482cb4e95d2c: Layer already exists 05:32:27 696599e5ca09: Layer already exists 05:32:27 5f70bf18a086: Layer already exists 05:32:27 a09fae789461: Layer already exists 05:32:27 5b659ec20b34: Layer already exists 05:32:27 2a36a63c45e7: Layer already exists 05:32:27 994456c4fd7b: Layer already exists 05:32:27 main: digest: sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:32:27 ===================================================== [Pipeline] echo 05:32:27 taggedImages: 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 05:32:27 ========================================================= 05:32:27 [edgeXBuildMultiArch] RAW Config: 05:32:27 images: 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:32:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 05:32:27 settingsFile: 05:32:27 taf-settings 05:32:27 ========================================================= [Pipeline] node 05:32:30 Successfully installed pip-25.0.1 05:32:30 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. 05:32:32 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 05:32:32 Collecting pip 05:32:32 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 05:32:34 Collecting setuptools 05:32:34 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 05:32:34 Collecting wheel 05:32:34 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 05:32:34 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 05:32:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 43.0 MB/s eta 0:00:00 05:32:34 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 05:32:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.8 MB/s eta 0:00:00 05:32:34 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 05:32:34 Installing collected packages: wheel, setuptools, pip 05:32:41 Attempting uninstall: pip 05:32:41 Found existing installation: pip 25.0.1 05:32:41 Uninstalling pip-25.0.1: 05:32:41 Successfully uninstalled pip-25.0.1 05:32:42 Still waiting to schedule task 05:32:42 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:32:49 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 05:32: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. 05:32:51 Processing ./edgex-taf-common 05:32:51 Preparing metadata (setup.py): started 05:32:53 Preparing metadata (setup.py): finished with status 'done' 05:32:53 Building wheels for collected packages: edgex-taf-common 05:32:53  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 05:32:53  Building wheel for edgex-taf-common (setup.py): started 05:32:54 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 05:32:54 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15433 sha256=edcefdb2d96809186aeffd91b68c09e15f5b1347d4562513b893d25c85e0be6f 05:32:54 Stored in directory: /tmp/pip-ephem-wheel-cache-pm6c4qap/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 05:32:54 Successfully built edgex-taf-common 05:32:54 Installing collected packages: edgex-taf-common 05:32:54 Successfully installed edgex-taf-common-0.0.0 05:32:54 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. 05:32:57 Collecting robotframework==7.3.1 (from -r requirements.txt (line 1)) 05:32:57 Downloading robotframework-7.3.1-py3-none-any.whl.metadata (7.6 kB) 05:32:57 Collecting python-dotenv==1.1.1 (from -r requirements.txt (line 2)) 05:32:57 Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB) 05:32:58 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 05:32:58 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 05:32:58 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 05:32:58 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 05:32:58 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 05:32:58 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 05:32:58 Preparing metadata (setup.py): started 05:32:59 Preparing metadata (setup.py): finished with status 'done' 05:32:59 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 05:32:59 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 05:32:59 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 05:32:59 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 05:32:59 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 05:32:59 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 05:32:59 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 05:32:59 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 05:32:59 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 05:32:59 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 05:33:01 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 05:33:01 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 05:33:02 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 05:33:02 Downloading psutil-7.0.0.tar.gz (497 kB) 05:33:03 Installing build dependencies: started 05:33:08 Installing build dependencies: finished with status 'done' 05:33:08 Getting requirements to build wheel: started 05:33:12 Getting requirements to build wheel: finished with status 'done' 05:33:12 Preparing metadata (pyproject.toml): started 05:33:13 Preparing metadata (pyproject.toml): finished with status 'done' 05:33:16 Collecting pyzmq==27.0.0 (from -r requirements.txt (line 13)) 05:33:16 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl.metadata (6.0 kB) 05:33:16 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 05:33:16 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 05:33:16 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 05:33:16 Downloading psycopg2-2.9.10.tar.gz (385 kB) 05:33:16 Preparing metadata (setup.py): started 05:33:18 Preparing metadata (setup.py): finished with status 'done' 05:33:18 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 05:33:18 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 05:33:20 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 05:33:20 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 05:33:20 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 05:33:20 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 05:33:22 Collecting cryptography==45.0.4 (from -r requirements.txt (line 19)) 05:33:22 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) 05:33:22 Collecting websocket-client==1.8.0 (from -r requirements.txt (line 20)) 05:33:22 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 05:33:22 Collecting sseclient-py==1.8.0 (from -r requirements.txt (line 21)) 05:33:22 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl.metadata (2.0 kB) 05:33:22 Collecting genson==1.3.0 (from -r requirements.txt (line 22)) 05:33:22 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 05:33:22 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:22 Downloading selenium-4.34.2-py3-none-any.whl.metadata (7.5 kB) 05:33:22 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:22 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 05:33:22 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:22 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 05:33:23 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:23 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 05:33:23 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:23 Downloading flex-6.14.1.tar.gz (40 kB) 05:33:23 Preparing metadata (setup.py): started 05:33:24 Preparing metadata (setup.py): finished with status 'done' 05:33:24 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:24 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 05:33:25 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:25 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 05:33:25 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:25 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 05:33:25 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:25 Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 05:33:25 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:25 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 05:33:25 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:25 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 05:33:26 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 05:33:26 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 05:33:26 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 05:33:26 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 05:33:27 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 05:33:27 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 05:33:27 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 05:33:27 Downloading certifi-2025.7.9-py3-none-any.whl.metadata (2.4 kB) 05:33:27 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:33:27 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 05:33:27 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:33:27 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 05:33:27 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) 05:33:28 Collecting cffi>=1.14 (from cryptography==45.0.4->-r requirements.txt (line 19)) 05:33:28 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) 05:33:28 Collecting pycparser (from cffi>=1.14->cryptography==45.0.4->-r requirements.txt (line 19)) 05:33:29 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 05:33:29 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:33:29 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 05:33:29 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 05:33:29 Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 05:33:29 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:29 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 05:33:29 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:29 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 05:33:29 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:29 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 05:33:30 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:30 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 05:33:30 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:30 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 05:33:30 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:30 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 05:33:30 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:30 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 05:33:30 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.5.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 05:33:30 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 05:33:31 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)) 05:33:31 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 05:33:31 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:31 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 05:33:31 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:31 Downloading validate_email-1.3.tar.gz (4.7 kB) 05:33:31 Preparing metadata (setup.py): started 05:33:32 Preparing metadata (setup.py): finished with status 'done' 05:33:32 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:32 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 05:33:32 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:32 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 05:33:32 Preparing metadata (setup.py): started 05:33:33 Running on prd-centos7-docker-4c-2g-4914 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:33:33 provisioning config files... 05:33:33 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6149840809608442114tmp 05:33:33 Preparing metadata (setup.py): finished with status 'done' [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:33:33 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:33 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 05:33:33 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:33 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 05:33:34 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:34 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 05:33:34 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:34 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 05:33:35 ---> ****-login.sh 05:33:35 nexus3.edgexfoundry.org:10001 05:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:33:37 Configure a credential helper to remove this warning. See 05:33:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:33:37 05:33:37 Login Succeeded 05:33:37 nexus3.edgexfoundry.org:10002 05:33:37 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading rpds_py-0.26.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.2 kB) 05:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:33:37 Configure a credential helper to remove this warning. See 05:33:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:33:37 05:33:37 Login Succeeded 05:33:37 nexus3.edgexfoundry.org:10003 05:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:33:37 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 05:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:33:37 Configure a credential helper to remove this warning. See 05:33:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:33:37 05:33:37 Login Succeeded 05:33:37 nexus3.edgexfoundry.org:10004 05:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:33:37 Configure a credential helper to remove this warning. See 05:33:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:33:37 05:33:37 Login Succeeded 05:33:37 ****.io 05:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:33:37 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 05:33:37 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 05:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:33:37 Configure a credential helper to remove this warning. See 05:33:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:33:37 05:33:37 Login Succeeded 05:33:37 ---> ****-login.sh ends [Pipeline] } 05:33:37 Deleting 1 temporary files 05:33:37 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 05:33:37 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:37 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:33:38 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:38 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 05:33:38 + docker buildx ls 05:33:38 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:33:38 default * docker 05:33:38 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:33:38 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:38 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 05:33:38 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)) 05:33:38 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 05:33:38 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:33:38 edgex-builder [Pipeline] sh 05:33:38 + docker buildx inspect --bootstrap 05:33:38 #1 [internal] booting buildkit 05:33:38 #1 pulling image moby/buildkit:buildx-stable-1 05:33:39 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:39 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 05:33:39 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)) 05:33:39 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 05:33:39 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 05:33:39 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 05:33:40 Downloading robotframework-7.3.1-py3-none-any.whl (793 kB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.2/793.2 kB 59.6 MB/s eta 0:00:00 05:33:40 Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) 05:33:40 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 05:33:40 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 05:33:40 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 05:33:40 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 05:33:40 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 05:33:40 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 05:33:40 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 05:33:40 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 52.6 MB/s eta 0:00:00 05:33:40 Downloading pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl (1.6 MB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 59.0 MB/s eta 0:00:00 05:33:40 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 61.4 MB/s eta 0:00:00 05:33:40 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 56.8 MB/s eta 0:00:00 05:33:40 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 05:33:40 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 05:33:40 Downloading cryptography-45.0.4-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) 05:33:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 14.5 MB/s eta 0:00:00 05:33:40 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 05:33:40 Downloading sseclient_py-1.8.0-py2.py3-none-any.whl (8.8 kB) 05:33:40 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 05:33:40 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 05:33:40 Downloading idna-3.10-py3-none-any.whl (70 kB) 05:33:40 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 05:33:40 Downloading certifi-2025.7.9-py3-none-any.whl (159 kB) 05:33:40 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) 05:33:41 Downloading click-8.2.1-py3-none-any.whl (102 kB) 05:33:41 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 05:33:41 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 05:33:41 Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 05:33:41 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 05:33:41 Downloading selenium-4.34.2-py3-none-any.whl (9.4 MB) 05:33:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 53.6 MB/s eta 0:00:00 05:33:41 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 05:33:41 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 05:33:41 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 05:33:41 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 05:33:41 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 05:33:41 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 05:33:41 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 05:33:41 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 05:33:41 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 05:33:41 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 05:33:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 56.7 MB/s eta 0:00:00 05:33:41 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 05:33:41 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 05:33:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 61.2 MB/s eta 0:00:00 05:33:41 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 05:33:41 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 05:33:41 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 05:33:41 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 05:33:41 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 05:33:41 Downloading rpds_py-0.26.0-cp312-cp312-musllinux_1_2_aarch64.whl (562 kB) 05:33:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 562.0/562.0 kB 22.8 MB/s eta 0:00:00 05:33:41 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 05:33:41 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 05:33:41 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 05:33:41 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 05:33:41 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 05:33:41 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 05:33:41 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 05:33:41 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 05:33:41 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 05:33:41 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 05:33:41 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 05:33:41 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 05:33:41 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 05:33:41 Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 05:33:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 59.0 MB/s eta 0:00:00 05:33:41 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 05:33:41 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 05:33:41 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 05:33:41 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 05:33:42 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 05:33:42 #1 creating container buildx_buildkit_edgex-builder0 05:33:42 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 05:33:42  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 05:33:42  Building wheel for robotbackgroundlogger (setup.py): started 05:33:43 #1 creating container buildx_buildkit_edgex-builder0 1.0s done 05:33:43 #1 DONE 3.9s 05:33:43 Name: edgex-builder 05:33:43 Driver: docker-container 05:33:43 05:33:43 Nodes: 05:33:43 Name: edgex-builder0 05:33:43 Endpoint: unix:///var/run/docker.sock 05:33:43 Status: running 05:33:43 Buildkit: v0.22.0 05:33:43 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:33:43 + docker buildx ls 05:33:43 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:33:43 edgex-builder * docker-container 05:33:43 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:33:43 default docker 05:33:43 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:33:43 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2' 05:33:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 --push - 05:33:43 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 05:33:43 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=d295471b1bcbcf2ad1395825b55f958575033763932e3e1dc37fdb424e4f49f9 05:33:43 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 05:33:43 Building wheel for psutil (pyproject.toml): started 05:33:43 #1 [internal] load build definition from Dockerfile 05:33:43 #1 transferring dockerfile: 201B done 05:33:43 #1 DONE 0.0s 05:33:43 05:33:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:33:43 #2 DONE 0.1s 05:33:43 05:33:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:33:43 #3 DONE 0.1s 05:33:43 05:33:43 #4 [internal] load .dockerignore 05:33:43 #4 transferring context: 2B done 05:33:43 #4 DONE 0.0s 05:33:43 05:33:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:43 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:43 #5 DONE 0.0s 05:33:43 05:33:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:43 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:43 #6 DONE 0.1s 05:33:44 05:33:44 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 05:33:44 #7 DONE 0.0s 05:33:44 05:33:44 #8 exporting to image 05:33:44 #8 exporting layers done 05:33:44 #8 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 done 05:33:44 #8 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:33:44 #8 exporting manifest sha256:69aacede0db82337329d8bed088ba497e37d02f45fca5ce968e46d47d0fef380 done 05:33:44 #8 exporting config sha256:ac46bc3c803ceb57201196ad6b82e242a24afa1f47eaa0a2128bc4a95bf1fc7d done 05:33:44 #8 exporting manifest list sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 done 05:33:44 #8 pushing layers 0.1s done 05:33:44 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 05:33:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:33:44 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 0.1s done 05:33:44 #8 DONE 0.2s 05:33:44 05:33:44 1 warning found (use --debug to expand): 05:33:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:33:44 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 05:33:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 05:33:44 #1 [internal] load build definition from Dockerfile 05:33:44 #1 transferring dockerfile: 167B done 05:33:44 #1 DONE 0.0s 05:33:44 05:33:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:33:44 #2 DONE 0.0s 05:33:44 05:33:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 05:33:44 #3 DONE 0.0s 05:33:44 05:33:44 #4 [internal] load .dockerignore 05:33:44 #4 transferring context: 2B done 05:33:44 #4 DONE 0.0s 05:33:44 05:33:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:44 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:44 #5 CACHED 05:33:44 05:33:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:44 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:44 #6 CACHED 05:33:44 05:33:44 #7 exporting to image 05:33:44 #7 exporting layers done 05:33:44 #7 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 05:33:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:33:44 #7 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 done 05:33:44 #7 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:33:44 #7 exporting manifest sha256:69aacede0db82337329d8bed088ba497e37d02f45fca5ce968e46d47d0fef380 done 05:33:44 #7 exporting config sha256:ac46bc3c803ceb57201196ad6b82e242a24afa1f47eaa0a2128bc4a95bf1fc7d done 05:33:44 #7 exporting manifest list sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 done 05:33:44 #7 pushing layers 0.0s done 05:33:44 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 0.1s done 05:33:44 #7 DONE 0.1s 05:33:44 05:33:44 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 05:33:44 #8 DONE 0.0s 05:33:44 05:33:44 1 warning found (use --debug to expand): 05:33:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:33:45 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9' 05:33:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 --push - 05:33:45 #1 [internal] load build definition from Dockerfile 05:33:45 #1 transferring dockerfile: 172B done 05:33:45 #1 DONE 0.0s 05:33:45 05:33:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 05:33:45 #2 DONE 0.0s 05:33:45 05:33:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9 05:33:45 #3 DONE 0.0s 05:33:45 05:33:45 #4 [internal] load .dockerignore 05:33:45 #4 transferring context: 2B done 05:33:45 #4 DONE 0.0s 05:33:45 05:33:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:45 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:45 #5 DONE 0.0s 05:33:45 05:33:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:45 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:45 #6 CACHED 05:33:45 05:33:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:45 #5 CACHED 05:33:45 05:33:45 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 05:33:45 #7 DONE 0.0s 05:33:45 05:33:45 #8 exporting to image 05:33:45 #8 exporting layers done 05:33:45 #8 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 done 05:33:45 #8 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:33:45 #8 exporting manifest sha256:69aacede0db82337329d8bed088ba497e37d02f45fca5ce968e46d47d0fef380 done 05:33:45 #8 exporting config sha256:ac46bc3c803ceb57201196ad6b82e242a24afa1f47eaa0a2128bc4a95bf1fc7d done 05:33:45 #8 exporting manifest list sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 done 05:33:45 #8 pushing layers 0.0s done 05:33:45 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.9@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 0.1s done 05:33:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:33:45 #8 DONE 0.1s 05:33:45 05:33:45 1 warning found (use --debug to expand): 05:33:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:33:45 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9' 05:33:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 --push - 05:33:45 #1 [internal] load build definition from Dockerfile 05:33:45 #1 transferring dockerfile: 213B done 05:33:45 #1 DONE 0.0s 05:33:45 05:33:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:33:45 #2 DONE 0.0s 05:33:45 05:33:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:33:45 #3 DONE 0.0s 05:33:45 05:33:45 #4 [internal] load .dockerignore 05:33:45 #4 transferring context: 2B done 05:33:45 #4 DONE 0.0s 05:33:45 05:33:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:45 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:45 #5 CACHED 05:33:45 05:33:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:45 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:45 #6 CACHED 05:33:45 05:33:45 #7 exporting to image 05:33:45 #7 exporting layers done 05:33:45 #7 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 done 05:33:45 #7 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:33:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:33:45 #7 exporting manifest sha256:69aacede0db82337329d8bed088ba497e37d02f45fca5ce968e46d47d0fef380 done 05:33:45 #7 exporting config sha256:ac46bc3c803ceb57201196ad6b82e242a24afa1f47eaa0a2128bc4a95bf1fc7d done 05:33:45 #7 exporting manifest list sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 done 05:33:45 #7 pushing layers 0.0s done 05:33:45 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 0.1s done 05:33:45 #7 DONE 0.1s 05:33:45 05:33:45 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 05:33:45 #8 DONE 0.0s 05:33:45 05:33:45 1 warning found (use --debug to expand): 05:33:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:33:46 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 05:33:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 05:33:46 #1 [internal] load build definition from Dockerfile 05:33:46 #1 transferring dockerfile: 165B done 05:33:46 #1 DONE 0.0s 05:33:46 05:33:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 05:33:46 #2 DONE 0.0s 05:33:46 05:33:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 05:33:46 #3 DONE 0.0s 05:33:46 05:33:46 #4 [internal] load .dockerignore 05:33:46 #4 transferring context: 2B done 05:33:46 #4 DONE 0.0s 05:33:46 05:33:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:46 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:46 #5 CACHED 05:33:46 05:33:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 05:33:46 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:42d3c80d4449ee28087386a8f728ab2365357ff24c8362e5df8d6521ee3e1951 0.0s done 05:33:46 #6 CACHED 05:33:46 05:33:46 #7 exporting to image 05:33:46 #7 exporting layers done 05:33:46 #7 exporting manifest sha256:213d6e17db70a4e61666500260032615bfe604c8c0260c1c9d224f8e0a0de395 done 05:33:46 #7 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 05:33:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:33:46 #7 exporting config sha256:6701edf94d61e6036b84c06c091f5aca40c5b28a974ea439dc041a3491e6eb54 done 05:33:46 #7 exporting manifest sha256:69aacede0db82337329d8bed088ba497e37d02f45fca5ce968e46d47d0fef380 done 05:33:46 #7 exporting config sha256:ac46bc3c803ceb57201196ad6b82e242a24afa1f47eaa0a2128bc4a95bf1fc7d done 05:33:46 #7 exporting manifest list sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 done 05:33:46 #7 pushing layers 0.0s done 05:33:46 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:fb7b60e4f333b54a1f783f18f3cce4c94b4f28aecd1960a229fba4f861fb6d70 0.1s done 05:33:46 #7 DONE 0.1s 05:33:46 05:33:46 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 05:33:46 #8 DONE 0.0s 05:33:46 05:33:46 1 warning found (use --debug to expand): 05:33:46  - 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 05:33:46 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:33:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:33:47 ---> package-listing.sh 05:33:47 ++ facter osfamily 05:33:47 ++ tr '[:upper:]' '[:lower:]' 05:33:47 + OS_FAMILY=redhat 05:33:47 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 05:33:47 + START_PACKAGES=/tmp/packages_start.txt 05:33:47 + END_PACKAGES=/tmp/packages_end.txt 05:33:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:33:47 + PACKAGES=/tmp/packages_start.txt 05:33:47 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:33:47 + PACKAGES=/tmp/packages_end.txt 05:33:47 + case "${OS_FAMILY}" in 05:33:47 + rpm -qa 05:33:47 + sort 05:33:48 + '[' -f /tmp/packages_start.txt ']' 05:33:48 + '[' -f /tmp/packages_end.txt ']' 05:33:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:33:48 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:33:48 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 05:33:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 05:33:48 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 05:33:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:33:49 05:33:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:33:49 latest: Pulling from edgex-lftools-log-publisher 05:33:49 5eb5b503b376: Pulling fs layer 05:33:49 5c69ac0246d0: Pulling fs layer 05:33:49 ec43610c2a17: Pulling fs layer 05:33:49 3a2ae6a8a46f: Pulling fs layer 05:33:49 33b1e0a273af: Pulling fs layer 05:33:49 5d3b04190fa2: Pulling fs layer 05:33:49 2f39f015ded8: Pulling fs layer 05:33:49 33b1e0a273af: Waiting 05:33:49 5d3b04190fa2: Waiting 05:33:49 2f39f015ded8: Waiting 05:33:49 3a2ae6a8a46f: Waiting 05:33:49 5c69ac0246d0: Verifying Checksum 05:33:49 5c69ac0246d0: Download complete 05:33:49 3a2ae6a8a46f: Verifying Checksum 05:33:49 3a2ae6a8a46f: Download complete 05:33:49 33b1e0a273af: Verifying Checksum 05:33:49 33b1e0a273af: Download complete 05:33:49 ec43610c2a17: Verifying Checksum 05:33:49 ec43610c2a17: Download complete 05:33:49 5d3b04190fa2: Verifying Checksum 05:33:49 5d3b04190fa2: Download complete 05:33:49 5eb5b503b376: Verifying Checksum 05:33:49 5eb5b503b376: Download complete 05:33:50 2f39f015ded8: Verifying Checksum 05:33:50 2f39f015ded8: Download complete 05:33:51 5eb5b503b376: Pull complete 05:33:51 5c69ac0246d0: Pull complete 05:33:51 ec43610c2a17: Pull complete 05:33:51 3a2ae6a8a46f: Pull complete 05:33:52 33b1e0a273af: Pull complete 05:33:52 5d3b04190fa2: Pull complete 05:33:56 Building wheel for psutil (pyproject.toml): finished with status 'done' 05:33:56 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278198 sha256=e25bce1747dce1c4cac77fde6f2b432e79ba7bc07d0fc9d961514e0c636743a8 05:33:56 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 05:33:56  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 05:33:56  Building wheel for psycopg2 (setup.py): started 05:33:56 2f39f015ded8: Pull complete 05:33:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:33:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:56 prd-centos7-docker-4c-2g-4914 does not seem to be running inside a container 05:33:56 $ 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 05:33:59 $ docker top 3338fc985f7544e825d1c654aedefb025091e4172a7dbccb22338a7fda8384bd -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:59 + touch /tmp/pre-build-complete [Pipeline] sh 05:34:00 + mkdir -p /var/log/sysstat [Pipeline] sh 05:34:00 + ls /var/log/sa-host 05:34:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:34:00 provisioning config files... 05:34:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12431832134846029032tmp [Pipeline] { [Pipeline] echo 05:34:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:34:00 ---> create-netrc.sh [Pipeline] } 05:34:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:34:01 ---> python-tools-install.sh [Pipeline] echo 05:34:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:34:01 ---> sudo-logs.sh 05:34:01 Archiving 'sudo' log.. 05:34:01 sudo: unable to resolve host prd-centos7-docker-4c-2g-4914.novalocal: Name or service not known 05:34:01 sudo: unable to resolve host prd-centos7-docker-4c-2g-4914.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:34:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:34:01 ---> job-cost.sh 05:34:01 lf-activate-venv: SKIPPING 05:34:01 INFO: No Stack... 05:34:01 INFO: Retrieving Pricing Info for: v3-standard-2 05:34:02 INFO: Archiving Costs [Pipeline] echo 05:34:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:34:02 ---> logs-deploy.sh 05:34:02 lf-activate-venv: SKIPPING 05:34:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/61 05:34:02 INFO: archiving workspace using pattern(s): 05:34:03 Archives upload complete. 05:34:03 INFO: archiving logs to Nexus 05:34:04 ---> uname -a: 05:34:04 Linux prd-centos7-docker-4c-2g-4914.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 05:34:04 05:34:04 05:34:04 ---> lscpu: 05:34:04 Architecture: x86_64 05:34:04 CPU op-mode(s): 32-bit, 64-bit 05:34:04 Byte Order: Little Endian 05:34:04 Address sizes: 40 bits physical, 48 bits virtual 05:34:04 CPU(s): 2 05:34:04 On-line CPU(s) list: 0,1 05:34:04 Thread(s) per core: 1 05:34:04 Core(s) per socket: 1 05:34:04 Socket(s): 2 05:34:04 NUMA node(s): 1 05:34:04 Vendor ID: AuthenticAMD 05:34:04 CPU family: 23 05:34:04 Model: 49 05:34:04 Model name: AMD EPYC-Rome Processor 05:34:04 Stepping: 0 05:34:04 CPU MHz: 2800.000 05:34:04 BogoMIPS: 5600.00 05:34:04 Virtualization: AMD-V 05:34:04 Hypervisor vendor: KVM 05:34:04 Virtualization type: full 05:34:04 L1d cache: 64 KiB 05:34:04 L1i cache: 64 KiB 05:34:04 L2 cache: 1 MiB 05:34:04 L3 cache: 32 MiB 05:34:04 NUMA node0 CPU(s): 0,1 05:34:04 Vulnerability Itlb multihit: Not affected 05:34:04 Vulnerability L1tf: Not affected 05:34:04 Vulnerability Mds: Not affected 05:34:04 Vulnerability Meltdown: Not affected 05:34:04 Vulnerability Mmio stale data: Not affected 05:34:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:34:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:34:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:34:04 Vulnerability Srbds: Not affected 05:34:04 Vulnerability Tsx async abort: Not affected 05:34:04 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 05:34:04 05:34:04 05:34:04 ---> nproc: 05:34:04 2 05:34:04 05:34:04 05:34:04 ---> df -h: 05:34:04 Filesystem Size Used Avail Use% Mounted on 05:34:04 overlay 40G 7.3G 33G 19% / 05:34:04 tmpfs 64M 0 64M 0% /dev 05:34:04 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:34:04 shm 64M 0 64M 0% /dev/shm 05:34:04 /dev/vda1 40G 7.3G 33G 19% /facter-os 05:34:04 05:34:04 05:34:04 Cannot open /var/log/sysstat/sa10: No such file or directory 05:34:04 Please check if data collecting is enabled 05:34:04 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:34:04 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:34:04 $ docker stop --time=1 3338fc985f7544e825d1c654aedefb025091e4172a7dbccb22338a7fda8384bd 05:34:05 $ docker rm -f --volumes 3338fc985f7544e825d1c654aedefb025091e4172a7dbccb22338a7fda8384bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:34:05 [WS-CLEANUP] Deleting project workspace... 05:34:05 [WS-CLEANUP] Deferred wipeout is used... 05:34:05 [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 05:34:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:34:06 05:34:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:34:06 latest: Pulling from edgex-lftools-log-publisher 05:34:06 5eb5b503b376: Pulling fs layer 05:34:06 5c69ac0246d0: Pulling fs layer 05:34:06 ec43610c2a17: Pulling fs layer 05:34:06 3a2ae6a8a46f: Pulling fs layer 05:34:06 33b1e0a273af: Pulling fs layer 05:34:06 5d3b04190fa2: Pulling fs layer 05:34:06 2f39f015ded8: Pulling fs layer 05:34:06 33b1e0a273af: Waiting 05:34:06 5d3b04190fa2: Waiting 05:34:06 2f39f015ded8: Waiting 05:34:06 3a2ae6a8a46f: Waiting 05:34:06 5c69ac0246d0: Verifying Checksum 05:34:06 5c69ac0246d0: Download complete 05:34:06 3a2ae6a8a46f: Verifying Checksum 05:34:06 3a2ae6a8a46f: Download complete 05:34:06 33b1e0a273af: Verifying Checksum 05:34:06 33b1e0a273af: Download complete 05:34:06 5d3b04190fa2: Verifying Checksum 05:34:06 5d3b04190fa2: Download complete 05:34:06 ec43610c2a17: Verifying Checksum 05:34:06 ec43610c2a17: Download complete 05:34:06 5eb5b503b376: Verifying Checksum 05:34:06 5eb5b503b376: Download complete 05:34:07 2f39f015ded8: Download complete 05:34:08 5eb5b503b376: Pull complete 05:34:08 5c69ac0246d0: Pull complete 05:34:09 ec43610c2a17: Pull complete 05:34:09 3a2ae6a8a46f: Pull complete 05:34:09 33b1e0a273af: Pull complete 05:34:09 5d3b04190fa2: Pull complete 05:34:14 2f39f015ded8: Pull complete 05:34:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:34:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:34:14 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:34:14 $ 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 05:34:16 $ docker top 39def8f48722bc2c34da6cf6c900417431c82d967c9a38b3a0679915fc30a9e9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:34:16 ---> job-cost.sh 05:34:16 lf-activate-venv: SKIPPING 05:34:16 INFO: No Stack... 05:34:16 INFO: Retrieving Pricing Info for: v3-standard-8 05:34:17 INFO: Archiving Costs [Pipeline] sh 05:34:17 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 05:34:17 + cut -d, -f6 [Pipeline] lock 05:34:17 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] 05:34:17 Resource [jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] did not exist. Created. 05:34:17 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:34:18 + echo total: 0.2199999988079071 [Pipeline] stash 05:34:18 Stashed 1 file(s) [Pipeline] } 05:34:18 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] [Pipeline] // lock [Pipeline] } 05:34:18 $ docker stop --time=1 39def8f48722bc2c34da6cf6c900417431c82d967c9a38b3a0679915fc30a9e9 05:34:19 $ docker rm -f --volumes 39def8f48722bc2c34da6cf6c900417431c82d967c9a38b3a0679915fc30a9e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:35:03 Building wheel for psycopg2 (setup.py): still running... 05:35:03 Building wheel for psycopg2 (setup.py): finished with status 'done' 05:35:03 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512676 sha256=c59410b81052b8d7620219c25ca4cd42985101c288863555034cd572e356cc95 05:35:03 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 05:35:03  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 05:35:03  Building wheel for flex (setup.py): started 05:35:03 Building wheel for flex (setup.py): finished with status 'done' 05:35:03 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=be5faec05264ccdd4104ca973a825ff2087e980fe43b6d251c95a5ca1b74d730 05:35:03 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 05:35:03  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 05:35:03  Building wheel for strict-rfc3339 (setup.py): started 05:35:03 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 05:35:03 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=4add26a214dba7b325cd08b13ec703526c0404c1f638f2ef2ede72e63c0a6e76 05:35:03 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 05:35:03  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 05:35:03  Building wheel for validate-email (setup.py): started 05:35:03 Building wheel for validate-email (setup.py): finished with status 'done' 05:35:03 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=824a80ea64b9e720a12bb482735a802289ee58d8e0da88856ccfd06a2875bca8 05:35:03 Stored in directory: /tmp/pip-ephem-wheel-cache-3nmucdnu/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 05:35:03 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 05:35:03 Installing collected packages: validate-email, strict-rfc3339, sseclient-py, sortedcontainers, rfc3987, pytz, ply, parse, genson, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 05:36:11 05:36:11 Successfully installed MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.7.9 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.4 docker-7.1.0 docutils-0.21.2 flex-6.14.1 genson-1.3.0 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.1 pytz-2025.2 pyzmq-27.0.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.3.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.26.0 selenium-4.34.2 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 sseclient-py-1.8.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.14.1 tzlocal-5.3.1 urllib3-2.5.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 05:36:11 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. 05:36:58 Removing intermediate container 445f6ab80045 05:36:58 ---> 1a7d35ed3554 05:36:58 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 05:36:58 ---> Running in 9299e4e79f09 05:36:58 Removing intermediate container 9299e4e79f09 05:36:58 ---> cd7e6f668941 05:36:58 Step 11/13 : LABEL arch=arm64 05:36:58 ---> Running in 4335ff0f51f6 05:36:58 Removing intermediate container 4335ff0f51f6 05:36:58 ---> b0d8ab4e77ae 05:36:58 Step 12/13 : LABEL git_sha=61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:36:58 ---> Running in 7188da06e43f 05:36:59 Removing intermediate container 7188da06e43f 05:36:59 ---> 8a740efa884b 05:36:59 Step 13/13 : LABEL version=1.0.0-dev.9 05:36:59 ---> Running in e6849e167e80 05:36:59 Removing intermediate container e6849e167e80 05:36:59 ---> ded1096d19e8 05:36:59 [Warning] One or more build-args [ARCH] were not consumed 05:36:59 Successfully built ded1096d19e8 05:36:59 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 05:36:59 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 05:36:59 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:36:59 latest 05:36:59 1.0.0-dev.9 05:36:59 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:36:59 main 05:36:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:59 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:00 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:37:00 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:37:00 5494087cc3e4: Preparing 05:37:00 f9f6d30eb193: Preparing 05:37:00 b2710c6836ad: Preparing 05:37:00 951fced6879b: Preparing 05:37:00 ea3181e0c57a: Preparing 05:37:00 dd9c8f8612c8: Preparing 05:37:00 dd9c8f8612c8: Waiting 05:37:00 951fced6879b: Pushed 05:37:00 b2710c6836ad: Pushed 05:37:00 f9f6d30eb193: Pushed 05:37:00 dd9c8f8612c8: Layer already exists 05:37:00 ea3181e0c57a: Pushed 05:42:07 5494087cc3e4: Pushed 05:42:07 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2: digest: sha256:fd6e83bcda434a54cdc27718bba03a17cf4b93f067b0b88cd50eb3870f2dabcf size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:08 + 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 05:42:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 05:42:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:42:08 5494087cc3e4: Preparing 05:42:08 f9f6d30eb193: Preparing 05:42:08 b2710c6836ad: Preparing 05:42:08 951fced6879b: Preparing 05:42:08 ea3181e0c57a: Preparing 05:42:08 dd9c8f8612c8: Preparing 05:42:08 dd9c8f8612c8: Waiting 05:42:08 ea3181e0c57a: Layer already exists 05:42:08 f9f6d30eb193: Layer already exists 05:42:08 951fced6879b: Layer already exists 05:42:08 b2710c6836ad: Layer already exists 05:42:08 5494087cc3e4: Layer already exists 05:42:08 dd9c8f8612c8: Layer already exists 05:42:08 latest: digest: sha256:fd6e83bcda434a54cdc27718bba03a17cf4b93f067b0b88cd50eb3870f2dabcf size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:09 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:09 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.9 05:42:09 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:42:09 5494087cc3e4: Preparing 05:42:09 f9f6d30eb193: Preparing 05:42:09 b2710c6836ad: Preparing 05:42:09 951fced6879b: Preparing 05:42:09 ea3181e0c57a: Preparing 05:42:09 dd9c8f8612c8: Preparing 05:42:09 dd9c8f8612c8: Waiting 05:42:09 f9f6d30eb193: Layer already exists 05:42:09 b2710c6836ad: Layer already exists 05:42:09 ea3181e0c57a: Layer already exists 05:42:09 951fced6879b: Layer already exists 05:42:09 5494087cc3e4: Layer already exists 05:42:09 dd9c8f8612c8: Layer already exists 05:42:09 1.0.0-dev.9: digest: sha256:fd6e83bcda434a54cdc27718bba03a17cf4b93f067b0b88cd50eb3870f2dabcf size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:10 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:10 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:42:10 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:42:10 5494087cc3e4: Preparing 05:42:10 f9f6d30eb193: Preparing 05:42:10 b2710c6836ad: Preparing 05:42:10 951fced6879b: Preparing 05:42:10 ea3181e0c57a: Preparing 05:42:10 dd9c8f8612c8: Preparing 05:42:10 dd9c8f8612c8: Waiting 05:42:10 ea3181e0c57a: Layer already exists 05:42:10 f9f6d30eb193: Layer already exists 05:42:10 5494087cc3e4: Layer already exists 05:42:10 951fced6879b: Layer already exists 05:42:10 b2710c6836ad: Layer already exists 05:42:10 dd9c8f8612c8: Layer already exists 05:42:10 61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9: digest: sha256:fd6e83bcda434a54cdc27718bba03a17cf4b93f067b0b88cd50eb3870f2dabcf size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:10 + 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 05:42:11 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 05:42:11 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 05:42:11 5494087cc3e4: Preparing 05:42:11 f9f6d30eb193: Preparing 05:42:11 b2710c6836ad: Preparing 05:42:11 951fced6879b: Preparing 05:42:11 ea3181e0c57a: Preparing 05:42:11 dd9c8f8612c8: Preparing 05:42:11 dd9c8f8612c8: Waiting 05:42:11 951fced6879b: Layer already exists 05:42:11 5494087cc3e4: Layer already exists 05:42:11 f9f6d30eb193: Layer already exists 05:42:11 b2710c6836ad: Layer already exists 05:42:11 ea3181e0c57a: Layer already exists 05:42:11 dd9c8f8612c8: Layer already exists 05:42:11 main: digest: sha256:fd6e83bcda434a54cdc27718bba03a17cf4b93f067b0b88cd50eb3870f2dabcf size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:11 ===================================================== [Pipeline] echo 05:42:11 taggedImages: 05:42:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 05:42:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 05:42:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.9 05:42:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 05:42:11 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 05:42:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2 [Pipeline] echo 05:42:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 05:42:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.9 [Pipeline] echo 05:42:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:61d284f9ec36b41a3a0c25b3d971f1fb86134fe2-1.0.0-dev.9 [Pipeline] echo 05:42:11 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 05:42:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:11 05:42:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:12 arm64: Pulling from edgex-lftools-log-publisher 05:42:12 8998bd30e6a1: Pulling fs layer 05:42:12 04944245beec: Pulling fs layer 05:42:12 699f458cf7ca: Pulling fs layer 05:42:12 765212b225bb: Pulling fs layer 05:42:12 f23df028b6ca: Pulling fs layer 05:42:12 d65c8cfc05b1: Pulling fs layer 05:42:12 2437ff75d9bd: Pulling fs layer 05:42:12 765212b225bb: Waiting 05:42:12 f23df028b6ca: Waiting 05:42:12 d65c8cfc05b1: Waiting 05:42:12 2437ff75d9bd: Waiting 05:42:12 04944245beec: Verifying Checksum 05:42:12 04944245beec: Download complete 05:42:12 765212b225bb: Verifying Checksum 05:42:12 765212b225bb: Download complete 05:42:12 f23df028b6ca: Verifying Checksum 05:42:12 f23df028b6ca: Download complete 05:42:12 d65c8cfc05b1: Verifying Checksum 05:42:12 d65c8cfc05b1: Download complete 05:42:12 699f458cf7ca: Verifying Checksum 05:42:13 8998bd30e6a1: Verifying Checksum 05:42:13 8998bd30e6a1: Download complete 05:42:15 2437ff75d9bd: Verifying Checksum 05:42:15 2437ff75d9bd: Download complete 05:42:17 8998bd30e6a1: Pull complete 05:42:17 04944245beec: Pull complete 05:42:19 699f458cf7ca: Pull complete 05:42:19 765212b225bb: Pull complete 05:42:20 f23df028b6ca: Pull complete 05:42:20 d65c8cfc05b1: Pull complete 05:42:38 2437ff75d9bd: Pull complete 05:42:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:42:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:39 prd-ubuntu20.04-docker-arm64-4c-16g-4908 does not seem to be running inside a container 05:42:39 $ 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 05:42:41 $ docker top 31d9073a61ee008bde90295d3e6216284f21ad515ba587309d8ab46ff752ed27 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:42:42 ---> job-cost.sh 05:42:42 lf-activate-venv: SKIPPING 05:42:42 INFO: No Stack... 05:42:42 INFO: Retrieving Pricing Info for: v3-standard-4 05:42:43 INFO: Archiving Costs [Pipeline] sh 05:42:44 + cut -d, -f6 05:42:44 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 05:42:44 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] 05:42:44 Resource [jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] did not exist. Created. 05:42:44 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:42:44 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-54091612/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:42:45 + echo total: 0.10999999940395355 [Pipeline] stash 05:42:45 Warning: overwriting stash ‘stack-cost’ 05:42:45 Stashed 1 file(s) [Pipeline] } 05:42:45 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-61-stack-cost] [Pipeline] // lock [Pipeline] } 05:42:45 $ docker stop --time=1 31d9073a61ee008bde90295d3e6216284f21ad515ba587309d8ab46ff752ed27 05:42:46 $ docker rm -f --volumes 31d9073a61ee008bde90295d3e6216284f21ad515ba587309d8ab46ff752ed27 [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 05:42:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:42:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:42:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:47 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:42: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 05:42:48 $ docker top f9b97d36c985ba709aaa453837ead0bec27c78772eb65db306bc9926649c10ac -eo pid,comm 05:42:48 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). 05:42:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:42:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:42:48 [ssh-agent] Looking for ssh-agent implementation... 05:42:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:42:48 $ docker exec f9b97d36c985ba709aaa453837ead0bec27c78772eb65db306bc9926649c10ac ssh-agent 05:42:48 SSH_AUTH_SOCK=/tmp/ssh-msDVWGSEOesq/agent.32 05:42:48 SSH_AGENT_PID=38 05:42:48 Running ssh-add (command line suppressed) 05:42:48 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4563860211790091657.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4563860211790091657.key) 05:42:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:42:48 + git semver tag 05:42:49 2025-07-10 05:42:49,186 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:42:49 2025-07-10 05:42:49,189 [run_tag] DEBUG tag force:False 05:42:49 2025-07-10 05:42:49,190 [check_head_tag] DEBUG check head tag 05:42:49 2025-07-10 05:42:49,191 [execute] INFO git cat-file --batch-check 05:42:49 2025-07-10 05:42:49,191 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 05:42:49 2025-07-10 05:42:49,192 [execute] INFO git cat-file --batch 05:42:49 2025-07-10 05:42:49,192 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 05:42:49 2025-07-10 05:42:49,206 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:42:49 2025-07-10 05:42:49,206 [execute] INFO git tag -a v1.0.0-dev.9 -m v1.0.0-dev.9 05:42:49 2025-07-10 05:42:49,206 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.9', '-m', 'v1.0.0-dev.9'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 05:42:49 2025-07-10 05:42:49,208 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:42:49 1.0.0-dev.9 [Pipeline] } 05:42:49 $ docker exec --env ******** --env ******** f9b97d36c985ba709aaa453837ead0bec27c78772eb65db306bc9926649c10ac ssh-agent -k 05:42:49 unset SSH_AUTH_SOCK; 05:42:49 unset SSH_AGENT_PID; 05:42:49 echo Agent pid 38 killed; 05:42:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:42:49 + git semver [Pipeline] } 05:42:50 $ docker stop --time=1 f9b97d36c985ba709aaa453837ead0bec27c78772eb65db306bc9926649c10ac 05:42:51 $ docker rm -f --volumes f9b97d36c985ba709aaa453837ead0bec27c78772eb65db306bc9926649c10ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:42:51 05:42:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:42:52 0.23.1-centos7: Pulling from edgex-lftools 05:42:52 ab5ef0e58194: Pulling fs layer 05:42:52 9712f1f96733: Pulling fs layer 05:42:52 63f879dbbcfc: Pulling fs layer 05:42:52 0d9ebad4ef96: Pulling fs layer 05:42:52 e9a5061849ea: Pulling fs layer 05:42:52 d747dcd14b5f: Pulling fs layer 05:42:52 2de7ff778b66: Pulling fs layer 05:42:52 e9a5061849ea: Waiting 05:42:52 d747dcd14b5f: Waiting 05:42:52 2de7ff778b66: Waiting 05:42:52 0d9ebad4ef96: Waiting 05:42:52 9712f1f96733: Verifying Checksum 05:42:52 9712f1f96733: Download complete 05:42:52 63f879dbbcfc: Verifying Checksum 05:42:52 63f879dbbcfc: Download complete 05:42:52 e9a5061849ea: Verifying Checksum 05:42:52 e9a5061849ea: Download complete 05:42:52 d747dcd14b5f: Verifying Checksum 05:42:52 d747dcd14b5f: Download complete 05:42:52 0d9ebad4ef96: Verifying Checksum 05:42:52 0d9ebad4ef96: Download complete 05:42:52 ab5ef0e58194: Verifying Checksum 05:42:52 ab5ef0e58194: Download complete 05:42:52 2de7ff778b66: Verifying Checksum 05:42:52 2de7ff778b66: Download complete 05:42:56 ab5ef0e58194: Pull complete 05:42:56 9712f1f96733: Pull complete 05:42:57 63f879dbbcfc: Pull complete 05:43:02 0d9ebad4ef96: Pull complete 05:43:02 e9a5061849ea: Pull complete 05:43:02 d747dcd14b5f: Pull complete 05:43:04 2de7ff778b66: Pull complete 05:43:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:04 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:43:04 $ 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 05:43:06 $ docker top b5e32714d31ff85bf53740e7e572051280160ba41036c265174b6171cda03f87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:43:06 provisioning config files... 05:43:06 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8784258504968138867tmp 05:43:06 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17936744882597918211tmp 05:43:06 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7663278549612390428tmp [Pipeline] { [Pipeline] echo 05:43:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:43:06 ---> sigul-configuration.sh 05:43:06 gpg: directory `/root/.gnupg' created 05:43:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:43:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:43:06 gpg: keyring `/root/.gnupg/secring.gpg' created 05:43:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:43:06 gpg: CAST5 encrypted data 05:43:06 gpg: encrypted with 1 passphrase 05:43:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:43:06 + mkdir /home/jenkins 05:43:06 + mkdir /home/jenkins/sigul [Pipeline] sh 05:43:07 + 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 05:43:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:43:07 ---> sigul-install.sh 05:43:07 Sigul already installed; skipping installation. [Pipeline] sh 05:43:07 + git tag --list 05:43:07 v0.0.1 05:43:07 v0.0.2-dev.1 05:43:07 v0.0.2-dev.10 05:43:07 v0.0.2-dev.11 05:43:07 v0.0.2-dev.12 05:43:07 v0.0.2-dev.13 05:43:07 v0.0.2-dev.14 05:43:07 v0.0.2-dev.15 05:43:07 v0.0.2-dev.16 05:43:07 v0.0.2-dev.17 05:43:07 v0.0.2-dev.18 05:43:07 v0.0.2-dev.19 05:43:07 v0.0.2-dev.2 05:43:07 v0.0.2-dev.20 05:43:07 v0.0.2-dev.21 05:43:07 v0.0.2-dev.22 05:43:07 v0.0.2-dev.23 05:43:07 v0.0.2-dev.24 05:43:07 v0.0.2-dev.25 05:43:07 v0.0.2-dev.26 05:43:07 v0.0.2-dev.27 05:43:07 v0.0.2-dev.28 05:43:07 v0.0.2-dev.29 05:43:07 v0.0.2-dev.3 05:43:07 v0.0.2-dev.30 05:43:07 v0.0.2-dev.31 05:43:07 v0.0.2-dev.32 05:43:07 v0.0.2-dev.33 05:43:07 v0.0.2-dev.34 05:43:07 v0.0.2-dev.35 05:43:07 v0.0.2-dev.36 05:43:07 v0.0.2-dev.37 05:43:07 v0.0.2-dev.38 05:43:07 v0.0.2-dev.39 05:43:07 v0.0.2-dev.4 05:43:07 v0.0.2-dev.40 05:43:07 v0.0.2-dev.41 05:43:07 v0.0.2-dev.42 05:43:07 v0.0.2-dev.43 05:43:07 v0.0.2-dev.44 05:43:07 v0.0.2-dev.5 05:43:07 v0.0.2-dev.6 05:43:07 v0.0.2-dev.7 05:43:07 v0.0.2-dev.8 05:43:07 v0.0.2-dev.9 05:43:07 v1.0.0-dev.1 05:43:07 v1.0.0-dev.2 05:43:07 v1.0.0-dev.3 05:43:07 v1.0.0-dev.4 05:43:07 v1.0.0-dev.5 05:43:07 v1.0.0-dev.6 05:43:07 v1.0.0-dev.7 05:43:07 v1.0.0-dev.8 05:43:07 v1.0.0-dev.9 [Pipeline] sh 05:43:08 + lftools sign git-tag v1.0.0-dev.9 05:43:08 Signing Git tag with Sigul... 05:43:08 Signing v1.0.0-dev.9 [Pipeline] echo 05:43:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:43:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:43:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:43:09 $ docker stop --time=1 b5e32714d31ff85bf53740e7e572051280160ba41036c265174b6171cda03f87 05:43:10 $ docker rm -f --volumes b5e32714d31ff85bf53740e7e572051280160ba41036c265174b6171cda03f87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:43:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:43:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:43:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:11 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:43:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:43:11 $ docker top 1958a1d0713ec151360f626bc77b0b4ae08e9c9aa5e70cf94e826501954b9089 -eo pid,comm 05:43:11 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). 05:43:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:11 [ssh-agent] Looking for ssh-agent implementation... 05:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:11 $ docker exec 1958a1d0713ec151360f626bc77b0b4ae08e9c9aa5e70cf94e826501954b9089 ssh-agent 05:43:11 SSH_AUTH_SOCK=/tmp/ssh-9GBhev4g4s8t/agent.32 05:43:11 SSH_AGENT_PID=38 05:43:11 Running ssh-add (command line suppressed) 05:43:12 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18199949560598031903.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18199949560598031903.key) 05:43:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:12 + git semver bump pre 05:43:12 2025-07-10 05:43:12,587 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:43:12 2025-07-10 05:43:12,592 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:43:12 2025-07-10 05:43:12,592 [bump_version] DEBUG bumping version:1.0.0-dev.9 on axis:pre with prefix:dev 05:43:12 2025-07-10 05:43:12,592 [bump_version] DEBUG bumped version:1.0.0-dev.10 05:43:12 2025-07-10 05:43:12,592 [write_version] DEBUG write version:1.0.0-dev.10 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 05:43:12 2025-07-10 05:43:12,592 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:43:12 2025-07-10 05:43:12,592 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:43:12 2025-07-10 05:43:12,594 [execute] INFO git cat-file --batch-check 05:43:12 2025-07-10 05:43:12,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 05:43:12 2025-07-10 05:43:12,597 [execute] INFO git cat-file --batch 05:43:12 2025-07-10 05:43:12,597 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 05:43:12 2025-07-10 05:43:12,600 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:43:12 1.0.0-dev.10 [Pipeline] } 05:43:12 $ docker exec --env ******** --env ******** 1958a1d0713ec151360f626bc77b0b4ae08e9c9aa5e70cf94e826501954b9089 ssh-agent -k 05:43:12 unset SSH_AUTH_SOCK; 05:43:12 unset SSH_AGENT_PID; 05:43:12 echo Agent pid 38 killed; 05:43:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:13 + git semver [Pipeline] } 05:43:13 $ docker stop --time=1 1958a1d0713ec151360f626bc77b0b4ae08e9c9aa5e70cf94e826501954b9089 05:43:14 $ docker rm -f --volumes 1958a1d0713ec151360f626bc77b0b4ae08e9c9aa5e70cf94e826501954b9089 [Pipeline] // withDockerContainer [Pipeline] sh 05:43:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:43:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:43:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:15 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:43:15 $ 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 05:43:15 $ docker top 2cb91b80d5a23aa40fe189901ddbc16a261bfadf45e787ddeb1c6d3bd68a5c10 -eo pid,comm 05:43:15 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). 05:43:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:15 [ssh-agent] Looking for ssh-agent implementation... 05:43:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:16 $ docker exec 2cb91b80d5a23aa40fe189901ddbc16a261bfadf45e787ddeb1c6d3bd68a5c10 ssh-agent 05:43:16 SSH_AUTH_SOCK=/tmp/ssh-hEjs5swkf1Gx/agent.33 05:43:16 SSH_AGENT_PID=39 05:43:16 Running ssh-add (command line suppressed) 05:43:16 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2521400091111926246.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2521400091111926246.key) 05:43:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:16 + git semver push 05:43:16 2025-07-10 05:43:16,779 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:43:16 2025-07-10 05:43:16,783 [run_push] DEBUG push 05:43:16 2025-07-10 05:43:16,784 [execute] INFO git cat-file --batch-check 05:43:16 2025-07-10 05:43:16,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 05:43:16 2025-07-10 05:43:16,786 [execute] INFO git rev-list 576e6f4cab7aa17d345e0274bd4ac131dfc13de2 -- 05:43:16 2025-07-10 05:43:16,786 [execute] DEBUG Popen(['git', 'rev-list', '576e6f4cab7aa17d345e0274bd4ac131dfc13de2', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:43:16 2025-07-10 05:43:16,790 [execute] INFO git fetch -v -- origin 05:43:16 2025-07-10 05:43:16,790 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:43:17 2025-07-10 05:43:17,236 [run_push] DEBUG no remote changes detected 05:43:17 2025-07-10 05:43:17,237 [execute] INFO git push origin semver 05:43:17 2025-07-10 05:43:17,237 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:43:17 2025-07-10 05:43:17,934 [run_push] DEBUG push all version tags 05:43:17 2025-07-10 05:43:17,935 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:43:17 2025-07-10 05:43:17,935 [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) 05:43:18 2025-07-10 05:43:18,778 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 05:43:18 1.0.0-dev.10 [Pipeline] } 05:43:18 $ docker exec --env ******** --env ******** 2cb91b80d5a23aa40fe189901ddbc16a261bfadf45e787ddeb1c6d3bd68a5c10 ssh-agent -k 05:43:19 unset SSH_AUTH_SOCK; 05:43:19 unset SSH_AGENT_PID; 05:43:19 echo Agent pid 39 killed; 05:43:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:19 + git semver [Pipeline] } 05:43:19 $ docker stop --time=1 2cb91b80d5a23aa40fe189901ddbc16a261bfadf45e787ddeb1c6d3bd68a5c10 05:43:21 $ docker rm -f --volumes 2cb91b80d5a23aa40fe189901ddbc16a261bfadf45e787ddeb1c6d3bd68a5c10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:43:21 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 05:43:21 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:43:21 total 16 05:43:21 drwxr-xr-x 3 root root 4096 Jul 10 05:34 . 05:43:21 drwxrwxr-x 7 jenkins jenkins 4096 Jul 10 05:43 .. 05:43:21 drwxr-xr-x 2 root root 4096 Jul 10 05:34 cost 05:43:21 -rw-r--r-- 1 root root 87 Jul 10 05:34 cost.csv 05:43:21 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:43:21 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 05:43:21 total 16 05:43:21 drwxr-xr-x 3 jenkins jenkins 4096 Jul 10 05:34 . 05:43:21 drwxrwxr-x 7 jenkins jenkins 4096 Jul 10 05:43 .. 05:43:21 drwxr-xr-x 2 jenkins jenkins 4096 Jul 10 05:34 cost 05:43:21 -rw-r--r-- 1 jenkins jenkins 87 Jul 10 05:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:43:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:43:22 ---> package-listing.sh 05:43:22 ++ facter osfamily 05:43:22 ++ tr '[:upper:]' '[:lower:]' 05:43:22 + OS_FAMILY=debian 05:43:22 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 05:43:22 + START_PACKAGES=/tmp/packages_start.txt 05:43:22 + END_PACKAGES=/tmp/packages_end.txt 05:43:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:43:22 + PACKAGES=/tmp/packages_start.txt 05:43:22 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:43:22 + PACKAGES=/tmp/packages_end.txt 05:43:22 + case "${OS_FAMILY}" in 05:43:22 + dpkg -l 05:43:22 + grep '^ii' 05:43:22 + '[' -f /tmp/packages_start.txt ']' 05:43:22 + '[' -f /tmp/packages_end.txt ']' 05:43:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:43:22 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 05:43:22 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 05:43:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 05:43:22 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 05:43:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:43:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:23 prd-ubuntu20.04-docker-8c-8g-4905 does not seem to be running inside a container 05:43:23 $ 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 05:43:24 $ docker top 6035d33ef0f118c433a142af952021fb776307a245914f5a4aec05cc04c689b2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:43:24 + touch /tmp/pre-build-complete [Pipeline] sh 05:43:24 + mkdir -p /var/log/sysstat [Pipeline] sh 05:43:24 + ls /var/log/sa-host 05:43:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:43:24 provisioning config files... 05:43:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13249271276047615342tmp [Pipeline] { [Pipeline] echo 05:43:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:43:25 ---> create-netrc.sh [Pipeline] } 05:43:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:43:25 ---> python-tools-install.sh [Pipeline] echo 05:43:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:43:25 ---> sudo-logs.sh 05:43:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:43:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:43:26 ---> job-cost.sh 05:43:26 lf-activate-venv: SKIPPING 05:43:26 DEBUG: total: 0.2199999988079071 05:43:26 INFO: Retrieving Stack Cost... 05:43:26 INFO: Retrieving Pricing Info for: v3-standard-8 05:43:26 INFO: Archiving Costs [Pipeline] echo 05:43:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:43:27 ---> logs-deploy.sh 05:43:27 lf-activate-venv: SKIPPING 05:43:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/61 05:43:27 INFO: archiving workspace using pattern(s): 05:43:28 Archives upload complete. 05:43:28 INFO: archiving logs to Nexus 05:43:28 ---> uname -a: 05:43:28 Linux prd-ubuntu20-04-docker-8c-8g-4905 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 05:43:28 05:43:28