Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 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-ssh12990205464441797649.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-ssh4087792379129018696.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-ssh7942935723183894609.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-ssh11299984629298722242.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-ssh15743614206691927218.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 ‘prd-ubuntu20.04-docker-8c-8g-3614’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3615 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be (main) Commit message: "Merge pull request #126 from edgexfoundry/dependabot/pip/protobuf-6.31.1" > git config core.sparsecheckout # timeout=10 > git checkout -f 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be # timeout=10 > git rev-list --no-walk bccc8e26171e86bac8f6b533786b209f7d532bea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:01:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:01:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:01:37 ========================================================= 07:01:37 EdgeX Global Pipelines Version Info 07:01:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:01:38 ------------------- 07:01:38 stable info: 07:01:38 ------------------- 07:01:38 Commited By: Ginny Guan ginny@iotechsys.com 07:01:38 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:01:38 Message: update stable to v1.0.274 07:01:39 ------------------- 07:01:39 experimental info: 07:01:39 ------------------- 07:01:39 Commited By: **** collab-it+edgex@linuxfoundation.org 07:01:39 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 07:01:39 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45f43cc [Pipeline] echo 07:01:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:01:39 provisioning config files... 07:01:39 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11553514214316976311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:01:40 ---> ****-login.sh 07:01:40 nexus3.edgexfoundry.org:10001 07:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:40 Configure a credential helper to remove this warning. See 07:01:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:40 07:01:40 Login Succeeded 07:01:40 nexus3.edgexfoundry.org:10002 07:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:40 Configure a credential helper to remove this warning. See 07:01:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:40 07:01:40 Login Succeeded 07:01:40 nexus3.edgexfoundry.org:10003 07:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:40 Configure a credential helper to remove this warning. See 07:01:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:40 07:01:40 Login Succeeded 07:01:40 nexus3.edgexfoundry.org:10004 07:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:40 Configure a credential helper to remove this warning. See 07:01:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:40 07:01:40 Login Succeeded 07:01:40 ****.io 07:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:41 Configure a credential helper to remove this warning. See 07:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:41 07:01:41 Login Succeeded 07:01:41 ---> ****-login.sh ends [Pipeline] } 07:01:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:01:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:01:41 + grep -v github /etc/ssh/ssh_known_hosts 07:01:41 + [ -e /tmp/ssh_known_hosts ] 07:01:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:01:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:01:41 + sudo tee -a /etc/ssh/ssh_known_hosts 07:01:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:42 07:01:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:42 0.1.4: Pulling from edgex-devops/py-git-semver 07:01:42 3dae71ba6b94: Pulling fs layer 07:01:42 6bf1a483ea7c: Pulling fs layer 07:01:42 f5dfc541a4d3: Pulling fs layer 07:01:42 461d9e800cba: Pulling fs layer 07:01:42 80192f66455f: Pulling fs layer 07:01:42 2e8e34ca0e6c: Pulling fs layer 07:01:42 a29436f7fd5d: Pulling fs layer 07:01:42 923cac83aea3: Pulling fs layer 07:01:42 25ad8b0a4227: Pulling fs layer 07:01:42 db01528c6b51: Pulling fs layer 07:01:42 28988de357af: Pulling fs layer 07:01:42 a29436f7fd5d: Waiting 07:01:42 923cac83aea3: Waiting 07:01:42 25ad8b0a4227: Waiting 07:01:42 db01528c6b51: Waiting 07:01:42 28988de357af: Waiting 07:01:42 80192f66455f: Waiting 07:01:42 2e8e34ca0e6c: Waiting 07:01:42 6bf1a483ea7c: Verifying Checksum 07:01:42 6bf1a483ea7c: Download complete 07:01:42 461d9e800cba: Verifying Checksum 07:01:42 461d9e800cba: Download complete 07:01:42 80192f66455f: Verifying Checksum 07:01:42 80192f66455f: Download complete 07:01:42 f5dfc541a4d3: Download complete 07:01:42 3dae71ba6b94: Verifying Checksum 07:01:42 3dae71ba6b94: Download complete 07:01:42 923cac83aea3: Verifying Checksum 07:01:42 923cac83aea3: Download complete 07:01:42 25ad8b0a4227: Verifying Checksum 07:01:42 db01528c6b51: Verifying Checksum 07:01:42 db01528c6b51: Download complete 07:01:42 28988de357af: Verifying Checksum 07:01:42 28988de357af: Download complete 07:01:42 a29436f7fd5d: Verifying Checksum 07:01:42 a29436f7fd5d: Download complete 07:01:43 2e8e34ca0e6c: Verifying Checksum 07:01:43 2e8e34ca0e6c: Download complete 07:01:43 3dae71ba6b94: Pull complete 07:01:43 6bf1a483ea7c: Pull complete 07:01:44 f5dfc541a4d3: Pull complete 07:01:44 461d9e800cba: Pull complete 07:01:44 80192f66455f: Pull complete 07:01:47 2e8e34ca0e6c: Pull complete 07:01:47 a29436f7fd5d: Pull complete 07:01:47 923cac83aea3: Pull complete 07:01:48 25ad8b0a4227: Pull complete 07:01:48 db01528c6b51: Pull complete 07:01:48 28988de357af: Pull complete 07:01:48 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:01:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:01:48 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:01: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:01:50 $ docker top 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 -eo pid,comm 07:01:50 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). 07:01:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:51 [ssh-agent] Looking for ssh-agent implementation... 07:01:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:51 $ docker exec 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 ssh-agent 07:01:51 SSH_AUTH_SOCK=/tmp/ssh-hIV49hIZwDJ3/agent.33 07:01:51 SSH_AGENT_PID=39 07:01:51 Running ssh-add (command line suppressed) 07:01:51 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5951485330049152741.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5951485330049152741.key) 07:01:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:51 + git tag --points-at HEAD [Pipeline] } 07:01:51 $ docker exec --env ******** --env ******** 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 ssh-agent -k 07:01:51 unset SSH_AUTH_SOCK; 07:01:51 unset SSH_AGENT_PID; 07:01:51 echo Agent pid 39 killed; 07:01:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:51 [ssh-agent] Looking for ssh-agent implementation... 07:01:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:51 $ docker exec 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 ssh-agent 07:01:52 SSH_AUTH_SOCK=/tmp/ssh-oDknQIA6hz2n/agent.72 07:01:52 SSH_AGENT_PID=78 07:01:52 Running ssh-add (command line suppressed) 07:01:52 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8942920728899987094.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8942920728899987094.key) 07:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:52 + git semver init 07:01:52 2025-06-20 07:01:52,684 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:01:52 2025-06-20 07:01:52,689 [run_init] DEBUG init version:0.0.0 force:False 07:01:52 2025-06-20 07:01:52,689 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:01:52 2025-06-20 07:01:52,690 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:01:52 2025-06-20 07:01:52,690 [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) 07:01:53 2025-06-20 07:01:53,454 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 07:01:53 2025-06-20 07:01:53,454 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 07:01:53 2025-06-20 07:01:53,454 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:01:53 2025-06-20 07:01:53,454 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:01:53 1.0.0-dev.7 [Pipeline] } 07:01:53 $ docker exec --env ******** --env ******** 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 ssh-agent -k 07:01:53 unset SSH_AUTH_SOCK; 07:01:53 unset SSH_AGENT_PID; 07:01:53 echo Agent pid 78 killed; 07:01:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:54 + git semver [Pipeline] } 07:01:54 $ docker stop --time=1 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 07:01:55 $ docker rm -f --volumes 347b10a960c8ae4184387b89c2d2fec930266cfc23682bcf2513a734653c7c93 [Pipeline] // withDockerContainer [Pipeline] sh 07:01:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:01:56 Stashed 1 file(s) [Pipeline] echo 07:01:56 [edgeXSemver]: initialized semver on version 1.0.0-dev.7 [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 07:01:56 provisioning config files... 07:01:56 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config14750865918204263212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:01:56 ---> ****-login.sh 07:01:56 nexus3.edgexfoundry.org:10001 07:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:56 Configure a credential helper to remove this warning. See 07:01:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:56 07:01:56 Login Succeeded 07:01:56 nexus3.edgexfoundry.org:10002 07:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:56 Configure a credential helper to remove this warning. See 07:01:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:56 07:01:56 Login Succeeded 07:01:56 nexus3.edgexfoundry.org:10003 07:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:57 Configure a credential helper to remove this warning. See 07:01:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:57 07:01:57 Login Succeeded 07:01:57 nexus3.edgexfoundry.org:10004 07:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:57 Configure a credential helper to remove this warning. See 07:01:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:57 07:01:57 Login Succeeded 07:01:57 ****.io 07:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:57 Configure a credential helper to remove this warning. See 07:01:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:57 07:01:57 Login Succeeded 07:01:57 ---> ****-login.sh ends [Pipeline] } 07:01:57 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 07:01:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:01:58 + ls -al . 07:01:58 total 72 07:01:58 drwxrwxr-x 6 jenkins jenkins 4096 Jun 20 07:01 . 07:01:58 drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 07:01 .. 07:01:58 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 07:01 .git 07:01:58 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 07:01 .github 07:01:58 -rw-rw-r-- 1 jenkins jenkins 22 Jun 20 07:01 .gitignore 07:01:58 drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 07:01 .semver 07:01:58 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 20 07:01 Dockerfile 07:01:58 -rw-rw-r-- 1 jenkins jenkins 746 Jun 20 07:01 Jenkinsfile 07:01:58 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 20 07:01 LICENSE 07:01:58 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 20 07:01 README.md 07:01:58 drwxrwxr-x 5 jenkins jenkins 4096 Jun 20 07:01 TUC 07:01:58 -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 07:01 VERSION 07:01:58 -rw-rw-r-- 1 jenkins jenkins 382 Jun 20 07:01 requirements.txt 07:01:58 -rw-rw-r-- 1 jenkins jenkins 54 Jun 20 07:01 robot-entrypoint.sh 07:01:58 -rw-rw-r-- 1 jenkins jenkins 445 Jun 20 07:01 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:58 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be --label arch=amd64 --label version=1.0.0-dev.7 . 07:01:58 Sending build context to Docker daemon 636.9kB 07:01:58 Step 1/13 : FROM alpine:3.20 07:01:58 3.20: Pulling from library/alpine 07:01:59 0a9a5dfd008f: Pulling fs layer 07:01:59 0a9a5dfd008f: Verifying Checksum 07:01:59 0a9a5dfd008f: Download complete 07:01:59 0a9a5dfd008f: Pull complete 07:01:59 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:01:59 Status: Downloaded newer image for alpine:3.20 07:01:59 ---> ff221270b9fb 07:01:59 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:01:59 ---> Running in 12222385d062 07:01:59 Removing intermediate container 12222385d062 07:01:59 ---> 7c9357cc97e9 07:01:59 Step 3/13 : LABEL maintainer="Bruce Huang " 07:01:59 ---> Running in 7d1546de561c 07:01:59 Removing intermediate container 7d1546de561c 07:01:59 ---> ca393d20b601 07:01:59 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:01:59 ---> 357033621cbf 07:01:59 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:01:59 ---> 76e211a8cfe0 07:01:59 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:02:00 ---> 5b6b41fd9d30 07:02:00 Step 7/13 : WORKDIR /edgex-taf 07:02:00 ---> Running in 8aace97c8f11 07:02:00 Removing intermediate container 8aace97c8f11 07:02:00 ---> 64cf0e842e4e 07:02:00 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:00 ---> Running in 258e44645e45 07:02:00 Removing intermediate container 258e44645e45 07:02:00 ---> 0c580cf72ec2 07:02:00 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 07:02:00 ---> Running in cf8394436f1d 07:02:01 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:02:03 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:02:07 OK: 8 MiB in 14 packages 07:02:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:02:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:02:11 Still waiting to schedule task 07:02:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:02:13 (1/14) Installing ca-certificates (20241121-r1) 07:02:15 (2/14) Installing brotli-libs (1.1.0-r2) 07:02:17 (3/14) Installing c-ares (1.33.1-r0) 07:02:19 (4/14) Installing libunistring (1.2-r0) 07:02:22 (5/14) Installing libidn2 (2.3.7-r0) 07:02:23 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:02:25 (7/14) Installing libpsl (0.21.5-r1) 07:02:27 (8/14) Installing zstd-libs (1.5.6-r0) 07:02:29 (9/14) Installing libcurl (8.12.1-r0) 07:02:32 (10/14) Installing curl (8.12.1-r0) 07:02:34 (11/14) Installing docker-cli (26.1.5-r0) 07:02:38 (12/14) Installing oniguruma (6.9.9-r0) 07:02:40 (13/14) Installing jq (1.7.1-r0) 07:02:42 (14/14) Installing openssl (3.3.3-r0) 07:02:45 Executing busybox-1.36.1-r29.trigger 07:02:45 Executing ca-certificates-20241121-r1.trigger 07:02:45 OK: 43 MiB in 28 packages 07:02:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:02:47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:02:51 (1/167) Installing libexpat (2.7.0-r0) 07:02:53 (2/167) Installing libbz2 (1.0.8-r6) 07:02:54 (3/167) Installing libpng (1.6.44-r0) 07:02:56 (4/167) Installing freetype (2.13.2-r0) 07:02:58 (5/167) Installing fontconfig (2.15.0-r1) 07:03:00 (6/167) Installing libfontenc (1.1.8-r0) 07:03:02 (7/167) Installing mkfontscale (1.2.2-r6) 07:03:03 (8/167) Installing font-opensans (0_git20210927-r1) 07:03:06 (9/167) Installing pkgconf (2.2.0-r0) 07:03:08 (10/167) Installing libgcc (13.2.1_git20240309-r1) 07:03:10 (11/167) Installing libffi (3.4.6-r0) 07:03:11 (12/167) Installing libintl (0.22.5-r0) 07:03:13 (13/167) Installing libeconf (0.6.3-r0) 07:03:14 (14/167) Installing libblkid (2.40.1-r1) 07:03:16 (15/167) Installing libmount (2.40.1-r1) 07:03:18 (16/167) Installing pcre2 (10.43-r0) 07:03:20 (17/167) Installing glib (2.80.5-r0) 07:03:23 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 07:03:27 (19/167) Installing xz-libs (5.6.2-r1) 07:03:28 (20/167) Installing libxml2 (2.12.10-r0) 07:03:31 (21/167) Installing shared-mime-info (2.4-r0) 07:03:33 (22/167) Installing hicolor-icon-theme (0.17-r2) 07:03:35 (23/167) Installing libjpeg-turbo (3.0.3-r0) 07:03:37 (24/167) Installing libsharpyuv (1.3.2-r0) 07:03:38 (25/167) Installing libwebp (1.3.2-r0) 07:03:41 (26/167) Installing tiff (4.6.0t-r0) 07:03:43 (27/167) Installing gdk-pixbuf (2.42.12-r0) 07:03:45 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 07:03:46 (29/167) Installing libxau (1.0.11-r4) 07:03:48 (30/167) Installing libmd (1.1.0-r0) 07:03:50 (31/167) Installing libbsd (0.12.2-r0) 07:03:50 (32/167) Installing libxdmcp (1.1.5-r1) 07:03:52 (33/167) Installing libxcb (1.16.1-r0) 07:03:54 (34/167) Installing libx11 (1.8.9-r1) 07:03:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3616 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 07:03:56 Selected Git installation does not exist. Using Default 07:03:56 The recommended git tool is: NONE 07:03:57 (35/167) Installing libxcomposite (0.4.6-r5) 07:03:58 (36/167) Installing libxfixes (6.0.1-r4) 07:03:59 (37/167) Installing libxrender (0.9.11-r5) 07:04:00 (38/167) Installing libxcursor (1.2.2-r1) 07:04:01 using credential edgex-jenkins-ssh 07:04:01 Cloning the remote Git repository 07:04:02 (39/167) Installing libxdamage (1.1.6-r5) 07:04:01 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 07:04:01 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 07:04:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 07:04:02 > git --version # timeout=10 07:04:02 > git --version # 'git version 2.25.1' 07:04:02 using GIT_SSH to set credentials SSH Credentials for GitHub 07:04:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:04:03 (40/167) Installing libxext (1.3.6-r2) 07:04:03 Avoid second fetch 07:04:03 Checking out Revision 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be (main) 07:04:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 07:04:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:04:03 > git config core.sparsecheckout # timeout=10 07:04:03 > git checkout -f 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be # timeout=10 07:04:04 Commit message: "Merge pull request #126 from edgexfoundry/dependabot/pip/protobuf-6.31.1" 07:04:05 (41/167) Installing libxi (1.8.1-r4) 07:04:06 (42/167) Installing libxinerama (1.1.5-r4) 07:04:07 (43/167) Installing libxrandr (1.5.4-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:04:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:04:09 % Total % Received % Xferd Average Speed Time Time Time Current 07:04:09 Dload Upload Total Spent Left Speed 07:04:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 111k 0 --:--:-- --:--:-- --:--:-- 112k [Pipeline] sh 07:04:09 (44/167) Installing libatk-1.0 (2.52.0-r0) 07:04:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:04:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:04:09 + sudo tee /etc/docker/daemon.new 07:04:09 { 07:04:09 "registry-mirrors": [ 07:04:09 "https://nexus3.edgexfoundry.org:10001" 07:04:09 ], 07:04:09 "bip": "10.250.0.254/24", 07:04:09 "hosts": [ 07:04:09 "tcp://0.0.0.0:5555", 07:04:09 "unix:///var/run/docker.sock" 07:04:09 ], 07:04:09 "mtu": 1458, 07:04:09 "selinux-enabled": true, 07:04:09 "seccomp-profile": "/etc/docker/seccomp.json" 07:04:09 } [Pipeline] sh 07:04:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:04:10 + sudo service docker restart 07:04:11 (45/167) Installing libxtst (1.2.4-r6) 07:04:12 (46/167) Installing dbus-libs (1.14.10-r1) 07:04:14 (47/167) Installing at-spi2-core (2.52.0-r0) 07:04:16 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 07:04:18 (49/167) Installing pixman (0.43.2-r0) 07:04:20 (50/167) Installing cairo (1.18.4-r0) 07:04:23 (51/167) Installing cairo-gobject (1.18.4-r0) 07:04:24 (52/167) Installing avahi-libs (0.8-r17) 07:04:26 (53/167) Installing gmp (6.3.0-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:28 provisioning config files... 07:04:28 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7163506770330323495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:04:28 (54/167) Installing nettle (3.9.1-r0) 07:04:29 ---> ****-login.sh 07:04:29 nexus3.edgexfoundry.org:10001 07:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:29 Configure a credential helper to remove this warning. See 07:04:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:29 07:04:29 Login Succeeded 07:04:29 nexus3.edgexfoundry.org:10002 07:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:30 Configure a credential helper to remove this warning. See 07:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:30 07:04:30 Login Succeeded 07:04:30 nexus3.edgexfoundry.org:10003 07:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:30 Configure a credential helper to remove this warning. See 07:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:30 07:04:30 Login Succeeded 07:04:30 nexus3.edgexfoundry.org:10004 07:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:30 Configure a credential helper to remove this warning. See 07:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:30 07:04:30 Login Succeeded 07:04:30 ****.io 07:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:31 (55/167) Installing libtasn1 (4.20.0-r0) 07:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:31 Configure a credential helper to remove this warning. See 07:04:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:31 07:04:31 Login Succeeded 07:04:31 ---> ****-login.sh ends [Pipeline] } 07:04:31 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 07:04:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:04:32 (56/167) Installing p11-kit (0.25.3-r0) 07:04:32 + ls -al . 07:04:32 total 68 07:04:32 drwxrwxr-x 5 jenkins jenkins 4096 Jun 20 07:04 . 07:04:32 drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 07:04 .. 07:04:32 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 07:04 .git 07:04:32 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 07:04 .github 07:04:32 -rw-rw-r-- 1 jenkins jenkins 22 Jun 20 07:04 .gitignore 07:04:32 -rw-rw-r-- 1 jenkins jenkins 1653 Jun 20 07:04 Dockerfile 07:04:32 -rw-rw-r-- 1 jenkins jenkins 746 Jun 20 07:04 Jenkinsfile 07:04:32 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 20 07:04 LICENSE 07:04:32 -rw-rw-r-- 1 jenkins jenkins 4232 Jun 20 07:04 README.md 07:04:32 drwxrwxr-x 5 jenkins jenkins 4096 Jun 20 07:04 TUC 07:04:32 -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 07:01 VERSION 07:04:32 -rw-rw-r-- 1 jenkins jenkins 382 Jun 20 07:04 requirements.txt 07:04:32 -rw-rw-r-- 1 jenkins jenkins 54 Jun 20 07:04 robot-entrypoint.sh 07:04:32 -rw-rw-r-- 1 jenkins jenkins 445 Jun 20 07:04 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:32 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be --label arch=arm64 --label version=1.0.0-dev.7 . 07:04:32 Sending build context to Docker daemon 372.7kB 07:04:32 Step 1/13 : FROM alpine:3.20 07:04:33 3.20: Pulling from library/alpine 07:04:33 94e9d8af2201: Pulling fs layer 07:04:33 94e9d8af2201: Verifying Checksum 07:04:33 94e9d8af2201: Download complete 07:04:34 94e9d8af2201: Pull complete 07:04:34 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:04:34 Status: Downloaded newer image for alpine:3.20 07:04:34 ---> 7aab056cecc6 07:04:34 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:04:34 ---> Running in f683c596c984 07:04:34 Removing intermediate container f683c596c984 07:04:34 ---> 1310b5d11865 07:04:34 Step 3/13 : LABEL maintainer="Bruce Huang " 07:04:34 (57/167) Installing gnutls (3.8.5-r0) 07:04:34 ---> Running in ecb867f3a5d0 07:04:35 Removing intermediate container ecb867f3a5d0 07:04:35 ---> 0ac663baa819 07:04:35 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:04:35 ---> 0913bfa52c4e 07:04:35 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:04:36 ---> 680578f185ab 07:04:36 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:04:36 ---> 951377930845 07:04:36 Step 7/13 : WORKDIR /edgex-taf 07:04:36 ---> Running in dacb01fc29e5 07:04:36 Removing intermediate container dacb01fc29e5 07:04:36 ---> 8786231e7904 07:04:36 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:36 ---> Running in 2578303b294a 07:04:37 (58/167) Installing cups-libs (2.4.9-r1) 07:04:38 Removing intermediate container 2578303b294a 07:04:38 ---> f0a3ba8e4336 07:04:38 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 07:04:38 ---> Running in 16802fc5782f 07:04:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:04:39 (59/167) Installing libepoxy (1.5.10-r1) 07:04:42 (60/167) Installing fribidi (1.0.15-r0) 07:04:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:04:43 (61/167) Installing graphite2 (1.3.14-r6) 07:04:45 (62/167) Installing harfbuzz (8.5.0-r0) 07:04:47 OK: 9 MiB in 14 packages 07:04:47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:04:47 (63/167) Installing libxft (2.3.8-r3) 07:04:49 (64/167) Installing pango (1.52.2-r0) 07:04:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:04:51 (65/167) Installing wayland-libs-client (1.22.0-r4) 07:04:53 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 07:04:54 (1/14) Installing ca-certificates (20241121-r1) 07:04:54 (67/167) Installing wayland-libs-egl (1.22.0-r4) 07:04:55 (68/167) Installing xkeyboard-config (2.41-r0) 07:04:56 (2/14) Installing brotli-libs (1.1.0-r2) 07:04:57 (69/167) Installing libxkbcommon (1.7.0-r0) 07:04:58 (3/14) Installing c-ares (1.33.1-r0) 07:05:00 (70/167) Installing gtk+3.0 (3.24.43-r0) 07:05:00 (4/14) Installing libunistring (1.2-r0) 07:05:03 (5/14) Installing libidn2 (2.3.7-r0) 07:05:03 (71/167) Installing icu-data-full (74.2-r0) 07:05:05 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:05:07 (7/14) Installing libpsl (0.21.5-r1) 07:05:09 (8/14) Installing zstd-libs (1.5.6-r0) 07:05:09 (72/167) Installing mesa (24.0.9-r1) 07:05:10 (73/167) Installing llvm17-libs (17.0.6-r2) 07:05:11 (9/14) Installing libcurl (8.12.1-r0) 07:05:13 (10/14) Installing curl (8.12.1-r0) 07:05:16 (11/14) Installing docker-cli (26.1.5-r0) 07:05:20 (12/14) Installing oniguruma (6.9.9-r0) 07:05:22 (13/14) Installing jq (1.7.1-r0) 07:05:24 (14/14) Installing openssl (3.3.3-r0) 07:05:26 Executing busybox-1.36.1-r29.trigger 07:05:26 Executing ca-certificates-20241121-r1.trigger 07:05:27 OK: 43 MiB in 28 packages 07:05:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:05:30 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:05:33 (1/166) Installing libexpat (2.7.0-r0) 07:05:35 (2/166) Installing libbz2 (1.0.8-r6) 07:05:37 (3/166) Installing libpng (1.6.44-r0) 07:05:39 (4/166) Installing freetype (2.13.2-r0) 07:05:41 (5/166) Installing fontconfig (2.15.0-r1) 07:05:44 (6/166) Installing libfontenc (1.1.8-r0) 07:05:45 (7/166) Installing mkfontscale (1.2.2-r6) 07:05:47 (8/166) Installing font-opensans (0_git20210927-r1) 07:05:49 (9/166) Installing pkgconf (2.2.0-r0) 07:05:50 (74/167) Installing hwdata-pci (0.382-r0) 07:05:50 (75/167) Installing libpciaccess (0.18.1-r0) 07:05:51 (10/166) Installing libgcc (13.2.1_git20240309-r1) 07:05:52 (76/167) Installing libdrm (2.4.120-r0) 07:05:53 (11/166) Installing libffi (3.4.6-r0) 07:05:54 (77/167) Installing libelf (0.191-r0) 07:05:55 (12/166) Installing libintl (0.22.5-r0) 07:05:56 (78/167) Installing mesa-glapi (24.0.9-r1) 07:05:56 (13/166) Installing libeconf (0.6.3-r0) 07:05:57 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 07:05:58 (14/166) Installing libblkid (2.40.1-r1) 07:06:00 (15/166) Installing libmount (2.40.1-r1) 07:06:02 (16/166) Installing pcre2 (10.43-r0) 07:06:03 (80/167) Installing eudev-libs (3.2.14-r2) 07:06:04 (81/167) Installing libmagic (5.45-r1) 07:06:04 (17/166) Installing glib (2.80.5-r0) 07:06:06 (82/167) Installing file (5.45-r1) 07:06:08 (83/167) Installing xprop (1.2.7-r0) 07:06:08 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 07:06:09 (84/167) Installing libice (1.1.1-r6) 07:06:10 (85/167) Installing libuuid (2.40.1-r1) 07:06:11 (19/166) Installing xz-libs (5.6.2-r1) 07:06:12 (86/167) Installing libsm (1.2.4-r4) 07:06:12 (20/166) Installing libxml2 (2.12.10-r0) 07:06:14 (87/167) Installing libxt (1.3.0-r5) 07:06:15 (21/166) Installing shared-mime-info (2.4-r0) 07:06:16 (88/167) Installing libxmu (1.1.4-r2) 07:06:17 (89/167) Installing xset (1.2.5-r1) 07:06:18 (22/166) Installing hicolor-icon-theme (0.17-r2) 07:06:19 (90/167) Installing xdg-utils (1.2.1-r0) 07:06:19 (23/166) Installing libjpeg-turbo (3.0.3-r0) 07:06:21 (91/167) Installing libogg (1.3.5-r5) 07:06:22 (24/166) Installing libsharpyuv (1.3.2-r0) 07:06:22 (92/167) Installing libflac (1.4.3-r1) 07:06:23 (25/166) Installing libwebp (1.3.2-r0) 07:06:24 (93/167) Installing alsa-lib (1.2.11-r0) 07:06:25 (26/166) Installing tiff (4.6.0t-r0) 07:06:27 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 07:06:27 (27/166) Installing gdk-pixbuf (2.42.12-r0) 07:06:30 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 07:06:30 (95/167) Installing aom-libs (3.9.1-r0) 07:06:31 (29/166) Installing libxau (1.0.11-r4) 07:06:32 (30/166) Installing libmd (1.1.0-r0) 07:06:33 (96/167) Installing libva (2.21.0-r0) 07:06:34 (31/166) Installing libbsd (0.12.2-r0) 07:06:35 (97/167) Installing libvdpau (1.5-r3) 07:06:35 (32/166) Installing libxdmcp (1.1.5-r1) 07:06:36 (33/166) Installing libxcb (1.16.1-r0) 07:06:36 (98/167) Installing onevpl-libs (2023.3.1-r2) 07:06:38 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 07:06:39 (34/166) Installing libx11 (1.8.9-r1) 07:06:41 (100/167) Installing libdav1d (1.4.2-r0) 07:06:42 (35/166) Installing libxcomposite (0.4.6-r5) 07:06:43 (36/166) Installing libxfixes (6.0.1-r4) 07:06:43 (101/167) Installing openexr-libiex (3.1.13-r1) 07:06:44 (37/166) Installing libxrender (0.9.11-r5) 07:06:45 (102/167) Installing openexr-libilmthread (3.1.13-r1) 07:06:46 (38/166) Installing libxcursor (1.2.2-r1) 07:06:47 (103/167) Installing imath (3.1.12-r0) 07:06:47 (39/166) Installing libxdamage (1.1.6-r5) 07:06:48 (40/166) Installing libxext (1.3.6-r2) 07:06:49 (104/167) Installing openexr-libopenexr (3.1.13-r1) 07:06:50 (41/166) Installing libxi (1.8.1-r4) 07:06:52 (42/166) Installing libxinerama (1.1.5-r4) 07:06:52 (105/167) Installing giflib (5.2.2-r0) 07:06:53 (43/166) Installing libxrandr (1.5.4-r1) 07:06:53 (106/167) Installing libhwy (1.0.7-r0) 07:06:55 (44/166) Installing libatk-1.0 (2.52.0-r0) 07:06:55 (107/167) Installing lcms2 (2.16-r0) 07:06:56 (45/166) Installing libxtst (1.2.4-r6) 07:06:57 (108/167) Installing libjxl (0.10.2-r0) 07:06:58 (46/166) Installing dbus-libs (1.14.10-r1) 07:06:59 (109/167) Installing lame-libs (3.100-r5) 07:06:59 (47/166) Installing at-spi2-core (2.52.0-r0) 07:07:02 (110/167) Installing opus (1.5.2-r0) 07:07:02 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 07:07:04 (111/167) Installing rav1e-libs (0.7.1-r0) 07:07:04 (49/166) Installing pixman (0.43.2-r0) 07:07:06 (50/166) Installing cairo (1.18.4-r0) 07:07:07 (112/167) Installing libgomp (13.2.1_git20240309-r1) 07:07:08 (51/166) Installing cairo-gobject (1.18.4-r0) 07:07:09 (113/167) Installing soxr (0.1.3-r7) 07:07:10 (52/166) Installing avahi-libs (0.8-r17) 07:07:11 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 07:07:12 (53/166) Installing gmp (6.3.0-r1) 07:07:12 (115/167) Installing libtheora (1.1.1-r18) 07:07:14 (54/166) Installing nettle (3.9.1-r0) 07:07:15 (116/167) Installing libvorbis (1.3.7-r2) 07:07:16 (55/166) Installing libtasn1 (4.20.0-r0) 07:07:17 (117/167) Installing libvpx (1.14.1-r0) 07:07:18 (56/166) Installing p11-kit (0.25.3-r0) 07:07:20 (118/167) Installing libwebpmux (1.3.2-r0) 07:07:20 (57/166) Installing gnutls (3.8.5-r0) 07:07:21 (119/167) Installing x264-libs (0.164_git20231001-r0) 07:07:24 (58/166) Installing cups-libs (2.4.9-r1) 07:07:24 (120/167) Installing numactl (2.0.18-r0) 07:07:25 (121/167) Installing x265-libs (3.6-r0) 07:07:26 (59/166) Installing libepoxy (1.5.10-r1) 07:07:28 (60/166) Installing fribidi (1.0.15-r0) 07:07:29 (122/167) Installing xvidcore (1.3.7-r2) 07:07:30 (61/166) Installing graphite2 (1.3.14-r6) 07:07:31 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 07:07:31 (62/166) Installing harfbuzz (8.5.0-r0) 07:07:34 (63/166) Installing libxft (2.3.8-r3) 07:07:35 (124/167) Installing libbluray (1.3.4-r1) 07:07:35 (64/166) Installing pango (1.52.2-r0) 07:07:36 (125/167) Installing mpg123-libs (1.32.8-r0) 07:07:38 (65/166) Installing wayland-libs-client (1.22.0-r4) 07:07:39 (126/167) Installing libopenmpt (0.7.7-r0) 07:07:39 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 07:07:40 (67/166) Installing wayland-libs-egl (1.22.0-r4) 07:07:41 (127/167) Installing cjson (1.7.18-r0) 07:07:42 (68/166) Installing xkeyboard-config (2.41-r0) 07:07:43 (128/167) Installing mbedtls (3.6.3-r0) 07:07:45 (69/166) Installing libxkbcommon (1.7.0-r0) 07:07:45 (129/167) Installing librist (0.2.10-r1) 07:07:47 (70/166) Installing gtk+3.0 (3.24.43-r0) 07:07:47 (130/167) Installing libsrt (1.5.3-r0) 07:07:49 (131/167) Installing libssh (0.10.6-r0) 07:07:51 (71/166) Installing icu-data-full (74.2-r0) 07:07:51 (132/167) Installing libsodium (1.0.19-r0) 07:07:53 (133/167) Installing libzmq (4.3.5-r2) 07:07:55 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 07:07:56 (72/166) Installing mesa (24.0.9-r1) 07:07:58 (73/166) Installing llvm17-libs (17.0.6-r2) 07:07:58 (135/167) Installing crc32c (1.1.2-r0) 07:08:00 (136/167) Installing double-conversion (3.3.0-r0) 07:08:01 (137/167) Installing libevent (2.1.12-r7) 07:08:04 (138/167) Installing wayland-libs-server (1.22.0-r4) 07:08:05 (139/167) Installing mesa-gbm (24.0.9-r1) 07:08:07 (140/167) Installing harfbuzz-subset (8.5.0-r0) 07:08:09 (141/167) Installing icu-libs (74.2-r0) 07:08:13 (142/167) Installing minizip (1.3.1-r0) 07:08:14 (143/167) Installing nspr (4.35-r4) 07:08:16 (144/167) Installing sqlite-libs (3.45.3-r2) 07:08:19 (145/167) Installing nss (3.105-r0) 07:08:22 (146/167) Installing openh264 (2.4.1-r0) 07:08:24 (147/167) Installing libcamera-ipa (0.3.0-r0) 07:08:26 (148/167) Installing libunwind (1.8.1-r0) 07:08:28 (149/167) Installing yaml (0.2.5-r2) 07:08:30 (150/167) Installing libcamera (0.3.0-r0) 07:08:32 (151/167) Installing speexdsp (1.2.1-r2) 07:08:34 (152/167) Installing libuv (1.48.0-r0) 07:08:36 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 07:08:38 (154/167) Installing libsndfile (1.2.2-r1) 07:08:40 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 07:08:43 (156/167) Installing pipewire-libs (1.0.6-r1) 07:08:45 (74/166) Installing hwdata-pci (0.382-r0) 07:08:45 (75/166) Installing libpciaccess (0.18.1-r0) 07:08:45 (76/166) Installing libdrm (2.4.120-r0) 07:08:46 (157/167) Installing libasyncns (0.8-r3) 07:08:47 (158/167) Installing libltdl (2.4.7-r3) 07:08:48 (77/166) Installing libelf (0.191-r0) 07:08:48 (159/167) Installing orc (0.4.40-r0) 07:08:49 (78/166) Installing mesa-glapi (24.0.9-r1) 07:08:51 (160/167) Installing tdb-libs (1.4.9-r1) 07:08:51 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 07:08:52 (161/167) Installing libpulse (17.0-r0) 07:08:55 (162/167) Installing libwebpdemux (1.3.2-r0) 07:08:56 (163/167) Installing libgpg-error (1.49-r0) 07:08:58 (80/166) Installing eudev-libs (3.2.14-r2) 07:08:58 (164/167) Installing libgcrypt (1.10.3-r0) 07:08:59 (81/166) Installing libmagic (5.45-r1) 07:09:01 (165/167) Installing libxslt (1.1.39-r2) 07:09:02 (82/166) Installing file (5.45-r1) 07:09:02 (166/167) Installing chromium (131.0.6778.108-r0) 07:09:03 (83/166) Installing xprop (1.2.7-r0) 07:09:04 (84/166) Installing libice (1.1.1-r6) 07:09:06 (85/166) Installing libuuid (2.40.1-r1) 07:09:08 (86/166) Installing libsm (1.2.4-r4) 07:09:09 (87/166) Installing libxt (1.3.0-r5) 07:09:12 (88/166) Installing libxmu (1.1.4-r2) 07:09:13 (89/166) Installing xset (1.2.5-r1) 07:09:14 (90/166) Installing xdg-utils (1.2.1-r0) 07:09:17 (91/166) Installing libogg (1.3.5-r5) 07:09:18 (92/166) Installing libflac (1.4.3-r1) 07:09:21 (93/166) Installing alsa-lib (1.2.11-r0) 07:09:24 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 07:09:27 (95/166) Installing aom-libs (3.9.1-r0) 07:09:30 (96/166) Installing libva (2.21.0-r0) 07:09:32 (97/166) Installing libvdpau (1.5-r3) 07:09:33 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 07:09:36 (99/166) Installing libdav1d (1.4.2-r0) 07:09:38 (100/166) Installing openexr-libiex (3.1.13-r1) 07:09:41 (101/166) Installing openexr-libilmthread (3.1.13-r1) 07:09:42 (102/166) Installing imath (3.1.12-r0) 07:09:44 (103/166) Installing openexr-libopenexr (3.1.13-r1) 07:09:47 (104/166) Installing giflib (5.2.2-r0) 07:09:48 (105/166) Installing libhwy (1.0.7-r0) 07:09:50 (106/166) Installing lcms2 (2.16-r0) 07:09:52 (107/166) Installing libjxl (0.10.2-r0) 07:09:55 (108/166) Installing lame-libs (3.100-r5) 07:09:57 (109/166) Installing opus (1.5.2-r0) 07:10:00 (110/166) Installing rav1e-libs (0.7.1-r0) 07:10:02 (111/166) Installing libgomp (13.2.1_git20240309-r1) 07:10:04 (112/166) Installing soxr (0.1.3-r7) 07:10:06 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 07:10:08 (114/166) Installing libtheora (1.1.1-r18) 07:10:10 (115/166) Installing libvorbis (1.3.7-r2) 07:10:13 (116/166) Installing libvpx (1.14.1-r0) 07:10:16 (117/166) Installing libwebpmux (1.3.2-r0) 07:10:17 (118/166) Installing x264-libs (0.164_git20231001-r0) 07:10:20 (119/166) Installing numactl (2.0.18-r0) 07:10:22 (120/166) Installing x265-libs (3.6-r0) 07:10:24 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 07:10:24 Executing busybox-1.36.1-r29.trigger 07:10:24 Executing fontconfig-2.15.0-r1.trigger 07:10:24 Executing mkfontscale-1.2.2-r6.trigger 07:10:24 Executing glib-2.80.5-r0.trigger 07:10:24 Executing shared-mime-info-2.4-r0.trigger 07:10:24 Executing gdk-pixbuf-2.42.12-r0.trigger 07:10:24 Executing gtk-update-icon-cache-3.24.43-r0.trigger 07:10:24 Executing gtk+3.0-3.24.43-r0.trigger 07:10:24 OK: 672 MiB in 195 packages 07:10:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:10:24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:10:25 (121/166) Installing xvidcore (1.3.7-r2) 07:10:27 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 07:10:27 (1/30) Installing jansson (2.14-r4) 07:10:29 (2/30) Installing binutils (2.42-r1) 07:10:31 (123/166) Installing libbluray (1.3.4-r1) 07:10:32 (3/30) Installing libatomic (13.2.1_git20240309-r1) 07:10:33 (124/166) Installing mpg123-libs (1.32.8-r0) 07:10:34 (4/30) Installing isl26 (0.26-r1) 07:10:35 (125/166) Installing libopenmpt (0.7.7-r0) 07:10:37 (5/30) Installing mpfr4 (4.2.1-r0) 07:10:38 (126/166) Installing cjson (1.7.18-r0) 07:10:39 (6/30) Installing mpc1 (1.3.1-r1) 07:10:40 (127/166) Installing mbedtls (3.6.3-r0) 07:10:40 (7/30) Installing gcc (13.2.1_git20240309-r1) 07:10:41 (128/166) Installing librist (0.2.10-r1) 07:10:43 (129/166) Installing libsrt (1.5.3-r0) 07:10:46 (130/166) Installing libssh (0.10.6-r0) 07:10:48 (131/166) Installing libsodium (1.0.19-r0) 07:10:50 (132/166) Installing libzmq (4.3.5-r2) 07:10:53 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 07:10:55 (134/166) Installing crc32c (1.1.2-r0) 07:10:57 (135/166) Installing double-conversion (3.3.0-r0) 07:10:58 (136/166) Installing libevent (2.1.12-r7) 07:11:00 (137/166) Installing wayland-libs-server (1.22.0-r4) 07:11:02 (138/166) Installing mesa-gbm (24.0.9-r1) 07:11:03 (139/166) Installing harfbuzz-subset (8.5.0-r0) 07:11:07 (140/166) Installing icu-libs (74.2-r0) 07:11:09 (141/166) Installing minizip (1.3.1-r0) 07:11:11 (142/166) Installing nspr (4.35-r4) 07:11:12 (8/30) Installing musl-dev (1.2.5-r1) 07:11:13 (143/166) Installing sqlite-libs (3.45.3-r2) 07:11:15 (9/30) Installing linux-headers (6.6-r0) 07:11:16 (144/166) Installing nss (3.105-r0) 07:11:19 (10/30) Installing libffi-dev (3.4.6-r0) 07:11:19 (145/166) Installing openh264 (2.4.1-r0) 07:11:20 (11/30) Installing libpq (16.9-r0) 07:11:22 (146/166) Installing libcamera-ipa (0.3.0-r0) 07:11:22 (12/30) Installing openssl-dev (3.3.3-r0) 07:11:24 (147/166) Installing libunwind (1.8.1-r0) 07:11:25 (13/30) Installing libpq-dev (16.9-r0) 07:11:26 (148/166) Installing yaml (0.2.5-r2) 07:11:27 (14/30) Installing libecpg (16.9-r0) 07:11:28 (149/166) Installing libcamera (0.3.0-r0) 07:11:29 (15/30) Installing libecpg-dev (16.9-r0) 07:11:30 (150/166) Installing speexdsp (1.2.1-r2) 07:11:32 (151/166) Installing libuv (1.48.0-r0) 07:11:32 (16/30) Installing clang16-headers (16.0.6-r5) 07:11:34 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 07:11:34 (17/30) Installing llvm16-libs (16.0.6-r9) 07:11:36 (153/166) Installing libsndfile (1.2.2-r1) 07:11:38 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 07:11:41 (155/166) Installing pipewire-libs (1.0.6-r1) 07:11:45 (156/166) Installing libasyncns (0.8-r3) 07:11:46 (157/166) Installing libltdl (2.4.7-r3) 07:11:47 (158/166) Installing orc (0.4.40-r0) 07:11:50 (159/166) Installing tdb-libs (1.4.9-r1) 07:11:52 (160/166) Installing libpulse (17.0-r0) 07:11:54 (161/166) Installing libwebpdemux (1.3.2-r0) 07:11:55 (162/166) Installing libgpg-error (1.49-r0) 07:11:57 (163/166) Installing libgcrypt (1.10.3-r0) 07:12:00 (164/166) Installing libxslt (1.1.39-r2) 07:12:02 (165/166) Installing chromium (131.0.6778.108-r0) 07:12:07 (18/30) Installing clang16-libs (16.0.6-r5) 07:12:22 (19/30) Installing fortify-headers (1.1-r3) 07:12:22 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 07:12:26 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 07:12:27 (22/30) Installing clang16 (16.0.6-r5) 07:12:30 (23/30) Installing icu (74.2-r0) 07:12:32 (24/30) Installing icu-dev (74.2-r0) 07:12:35 (25/30) Installing llvm16 (16.0.6-r9) 07:13:10 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 07:13:12 Executing busybox-1.36.1-r29.trigger 07:13:12 Executing fontconfig-2.15.0-r1.trigger 07:13:12 Executing mkfontscale-1.2.2-r6.trigger 07:13:12 Executing glib-2.80.5-r0.trigger 07:13:12 Executing shared-mime-info-2.4-r0.trigger 07:13:15 Executing gdk-pixbuf-2.42.12-r0.trigger 07:13:15 Executing gtk-update-icon-cache-3.24.43-r0.trigger 07:13:15 Executing gtk+3.0-3.24.43-r0.trigger 07:13:15 OK: 657 MiB in 194 packages 07:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:13:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:13:21 (1/30) Installing jansson (2.14-r4) 07:13:22 (26/30) Installing lz4-libs (1.9.4-r5) 07:13:22 (27/30) Installing lz4-dev (1.9.4-r5) 07:13:22 (28/30) Installing zstd (1.5.6-r0) 07:13:22 (29/30) Installing zstd-dev (1.5.6-r0) 07:13:23 (2/30) Installing binutils (2.42-r1) 07:13:24 (30/30) Installing postgresql16-dev (16.9-r0) 07:13:27 (3/30) Installing libatomic (13.2.1_git20240309-r1) 07:13:27 Executing busybox-1.36.1-r29.trigger 07:13:27 OK: 1208 MiB in 225 packages 07:13:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:13:28 (4/30) Installing isl26 (0.26-r1) 07:13:29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:13:31 (5/30) Installing mpfr4 (4.2.1-r0) 07:13:33 (1/14) Installing g++ (13.2.1_git20240309-r1) 07:13:33 (6/30) Installing mpc1 (1.3.1-r1) 07:13:35 (7/30) Installing gcc (13.2.1_git20240309-r1) 07:13:41 (2/14) Installing gdbm (1.23-r1) 07:13:41 (3/14) Installing mpdecimal (4.0.0-r0) 07:13:43 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 07:13:44 (5/14) Installing libncursesw (6.4_p20240420-r2) 07:13:47 (6/14) Installing libpanelw (6.4_p20240420-r2) 07:13:48 (7/14) Installing readline (8.2.10-r0) 07:13:49 (8/14) Installing python3 (3.12.11-r0) 07:13:54 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 07:13:57 (10/14) Installing pyc (3.12.11-r0) 07:13:58 (11/14) Installing python3-pyc (3.12.11-r0) 07:13:59 (12/14) Installing python3-dev (3.12.11-r0) 07:14:07 (8/30) Installing musl-dev (1.2.5-r1) 07:14:07 (9/30) Installing linux-headers (6.6-r0) 07:14:07 (13/14) Installing libsodium-dev (1.0.19-r0) 07:14:09 (14/14) Installing zeromq-dev (4.3.5-r2) 07:14:10 (10/30) Installing libffi-dev (3.4.6-r0) 07:14:11 Executing busybox-1.36.1-r29.trigger 07:14:11 OK: 1374 MiB in 239 packages 07:14:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:14:12 (11/30) Installing libpq (16.9-r0) 07:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:14:14 (12/30) Installing openssl-dev (3.3.3-r0) 07:14:17 OK: 1374 MiB in 239 packages 07:14:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:14:17 (13/30) Installing libpq-dev (16.9-r0) 07:14:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:14:19 (14/30) Installing libecpg (16.9-r0) 07:14:21 (15/30) Installing libecpg-dev (16.9-r0) 07:14:22 (1/1) Installing tzdata (2025b-r0) 07:14:24 (16/30) Installing clang16-headers (16.0.6-r5) 07:14:24 OK: 1376 MiB in 240 packages 07:14:25 (1/1) Purging tzdata (2025b-r0) 07:14:25 OK: 1374 MiB in 239 packages 07:14:26 (17/30) Installing llvm16-libs (16.0.6-r9) 07:14:27 Looking in links: /tmp/tmpjhtwnkie 07:14:27 Processing /tmp/tmpjhtwnkie/pip-25.0.1-py3-none-any.whl 07:14:27 Installing collected packages: pip 07:14:27 Successfully installed pip-25.0.1 07:14:27 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. 07:14:28 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 07:14:28 Collecting pip 07:14:28 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 07:14:28 Collecting setuptools 07:14:28 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 07:14:28 Collecting wheel 07:14:28 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 07:14:28 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 07:14:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 194.2 MB/s eta 0:00:00 07:14:28 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 07:14:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 301.7 MB/s eta 0:00:00 07:14:28 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 07:14:28 Installing collected packages: wheel, setuptools, pip 07:14:29 Attempting uninstall: pip 07:14:29 Found existing installation: pip 25.0.1 07:14:29 Uninstalling pip-25.0.1: 07:14:29 Successfully uninstalled pip-25.0.1 07:14:30 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 07:14: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. 07:14:31 Processing ./edgex-taf-common 07:14:31 Preparing metadata (setup.py): started 07:14:31 Preparing metadata (setup.py): finished with status 'done' 07:14:31 Building wheels for collected packages: edgex-taf-common 07:14:31  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 07:14:31  Building wheel for edgex-taf-common (setup.py): started 07:14:31 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:14:31 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=2b9ba35da25a4e848d9d97f61fe9d506e83447052fb94c0aa4871e5e63557b12 07:14:31 Stored in directory: /tmp/pip-ephem-wheel-cache-i2c0p_a2/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 07:14:31 Successfully built edgex-taf-common 07:14:31 Installing collected packages: edgex-taf-common 07:14:31 Successfully installed edgex-taf-common-0.0.0 07:14:31 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. 07:14:31 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 07:14:31 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 07:14:31 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 07:14:31 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 07:14:31 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 07:14:31 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 07:14:31 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 07:14:31 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 07:14:32 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:14:32 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:14:32 Preparing metadata (setup.py): started 07:14:32 Preparing metadata (setup.py): finished with status 'done' 07:14:32 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 07:14:32 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 07:14:32 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 07:14:32 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 07:14:32 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 07:14:32 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 07:14:32 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 07:14:32 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 07:14:32 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 07:14:32 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 07:14:32 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 07:14:32 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (62 kB) 07:14:32 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 07:14:32 Downloading psutil-7.0.0.tar.gz (497 kB) 07:14:32 Installing build dependencies: started 07:14:33 Installing build dependencies: finished with status 'done' 07:14:33 Getting requirements to build wheel: started 07:14:34 Getting requirements to build wheel: finished with status 'done' 07:14:34 Preparing metadata (pyproject.toml): started 07:14:34 Preparing metadata (pyproject.toml): finished with status 'done' 07:14:34 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 07:14:34 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.0 kB) 07:14:34 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 07:14:34 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 07:14:34 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 07:14:34 Downloading psycopg2-2.9.10.tar.gz (385 kB) 07:14:34 Preparing metadata (setup.py): started 07:14:34 Preparing metadata (setup.py): finished with status 'done' 07:14:34 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 07:14:34 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl.metadata (3.4 kB) 07:14:35 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 07:14:35 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 07:14:35 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 07:14:35 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 07:14:35 Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) 07:14:35 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl.metadata (5.7 kB) 07:14:35 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:35 Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) 07:14:35 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:35 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 07:14:35 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:35 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 07:14:35 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 07:14:35 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading flex-6.14.1.tar.gz (40 kB) 07:14:35 Preparing metadata (setup.py): started 07:14:35 Preparing metadata (setup.py): finished with status 'done' 07:14:35 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 07:14:35 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 07:14:35 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 07:14:35 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 07:14:35 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 07:14:35 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 07:14:35 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:35 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 07:14:36 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 07:14:36 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 07:14:36 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 07:14:36 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 07:14:36 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 07:14:36 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 07:14:36 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 07:14:36 Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 07:14:36 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:14:36 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 07:14:36 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:14:36 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 07:14:36 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) 07:14:36 Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) 07:14:36 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (1.5 kB) 07:14:36 Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) 07:14:36 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 07:14:36 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:14:36 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 07:14:36 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:14:36 Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 07:14:36 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 07:14:36 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 07:14:36 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 07:14:36 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 07:14:36 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:14:36 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 07:14:36 Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 07:14:36 Collecting attrs>=23.2.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 07:14:36 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 07:14:36 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 07:14:36 Collecting sniffio>=1.3.0 (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 07:14:36 Collecting wsproto>=0.14 (from trio-websocket~=0.12.2->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 07:14:36 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:14:36 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 07:14:36 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)) 07:14:36 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 07:14:36 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:36 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 07:14:36 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:36 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:14:36 Preparing metadata (setup.py): started 07:14:37 Preparing metadata (setup.py): finished with status 'done' 07:14:37 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 07:14:37 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:14:37 Preparing metadata (setup.py): started 07:14:37 Preparing metadata (setup.py): finished with status 'done' 07:14:37 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 07:14:37 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 07:14:37 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 07:14:37 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 07:14:37 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 07:14:37 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 07:14:37 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 07:14:37 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 07:14:37 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 07:14:37 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 07:14:37 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 07:14:37 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:37 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 07:14:37 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)) 07:14:37 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 07:14:38 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:38 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 07:14:38 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)) 07:14:38 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 07:14:38 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:14:38 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.0 kB) 07:14:38 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 284.8 MB/s eta 0:00:00 07:14:38 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 07:14:38 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 07:14:38 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 07:14:38 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 07:14:38 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 07:14:38 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 07:14:38 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 07:14:38 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 07:14:38 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (17.9 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 137.8 MB/s eta 0:00:00 07:14:38 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 380.3 MB/s eta 0:00:00 07:14:38 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 420.6 MB/s eta 0:00:00 07:14:38 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_x86_64.whl (2.3 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 249.0 MB/s eta 0:00:00 07:14:38 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 07:14:38 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 07:14:38 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl (4.6 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 254.2 MB/s eta 0:00:00 07:14:38 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (149 kB) 07:14:38 Downloading idna-3.10-py3-none-any.whl (70 kB) 07:14:38 Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 07:14:38 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl (488 kB) 07:14:38 Downloading click-8.2.1-py3-none-any.whl (102 kB) 07:14:38 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 07:14:38 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:14:38 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 07:14:38 Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 92.7 MB/s eta 0:00:00 07:14:38 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 07:14:38 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 07:14:38 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 07:14:38 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 07:14:38 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:14:38 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 07:14:38 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 07:14:38 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 07:14:38 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 07:14:38 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 07:14:38 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:14:38 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 07:14:38 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 318.4 MB/s eta 0:00:00 07:14:38 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 07:14:38 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 242.2 MB/s eta 0:00:00 07:14:38 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:14:38 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 07:14:38 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 07:14:38 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 07:14:38 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 07:14:38 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 07:14:38 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl (561 kB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 248.6 MB/s eta 0:00:00 07:14:38 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 07:14:38 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 07:14:38 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 07:14:38 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 07:14:38 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 07:14:38 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 07:14:38 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 07:14:38 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (23 kB) 07:14:38 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 07:14:38 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 07:14:38 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 07:14:38 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:14:38 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 07:14:38 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 07:14:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 217.6 MB/s eta 0:00:00 07:14:38 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 07:14:38 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 07:14:38 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:14:38 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 07:14:38 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 07:14:38  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 07:14:38  Building wheel for robotbackgroundlogger (setup.py): started 07:14:39 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:14:39 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=591537af2b07b03fecf6d4e80604fe48924e43dcca6fce20af026379de8f855a 07:14:39 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 07:14:39 Building wheel for psutil (pyproject.toml): started 07:14:41 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:14:41 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_x86_64.whl size=277537 sha256=13fd9a99ff19ccc557d2558bfec06d02c104e76e8399978cfea1d1be81b9b5f9 07:14:41 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 07:14:41  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 07:14:41  Building wheel for psycopg2 (setup.py): started 07:14:49 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:14:49 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=521918 sha256=7b3c3fddc0441a13da6f2fd5687017f524b88434529330b7c212d875c3ca3fe0 07:14:49 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 07:14:49  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 07:14:49  Building wheel for flex (setup.py): started 07:14:49 Building wheel for flex (setup.py): finished with status 'done' 07:14:49 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=f59a1263753d127d86a9f711bf7f1b516327f5b5e15faa55914df0a217b69117 07:14:49 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 07:14:49  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 07:14:49  Building wheel for strict-rfc3339 (setup.py): started 07:14:49 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:14:49 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=84a7eaf4e18d6a286b3ec3eb7e29bb6b98cedb0f0e148bef50f5db66e4971e6b 07:14:49 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 07:14:49  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 07:14:49  Building wheel for validate-email (setup.py): started 07:14:49 Building wheel for validate-email (setup.py): finished with status 'done' 07:14:49 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=468f2bdd83137ba6f4b33d8ba66abb449d0b463570ec19cbc61c82bbc8372f14 07:14:49 Stored in directory: /tmp/pip-ephem-wheel-cache-29jrt8s9/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 07:14:49 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 07:14:49 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 07:14:59 (18/30) Installing clang16-libs (16.0.6-r5) 07:14:59 07:14:59 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.1 pyjwt-2.10.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 07:14:59 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. 07:15:17 Removing intermediate container cf8394436f1d 07:15:17 ---> 0876d03811af 07:15:17 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:15:17 ---> Running in 89bedbc88322 07:15:17 Removing intermediate container 89bedbc88322 07:15:17 ---> a549ad9583d0 07:15:17 Step 11/13 : LABEL arch=amd64 07:15:17 ---> Running in 11fe2c8cb97a 07:15:17 Removing intermediate container 11fe2c8cb97a 07:15:17 ---> ecd9c59fa592 07:15:17 Step 12/13 : LABEL git_sha=45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:15:17 ---> Running in 93282eeb10b2 07:15:17 Removing intermediate container 93282eeb10b2 07:15:17 ---> 97daca087059 07:15:17 Step 13/13 : LABEL version=1.0.0-dev.7 07:15:17 ---> Running in e6e8ba12eaa1 07:15:18 Removing intermediate container e6e8ba12eaa1 07:15:18 ---> 126ba89218d7 07:15:18 [Warning] One or more build-args [ARCH] were not consumed 07:15:18 Successfully built 126ba89218d7 07:15:18 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 07:15:18 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 07:15:18 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:15:18 latest 07:15:18 1.0.0-dev.7 07:15:18 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:15:18 main 07:15:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:18 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:19 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:15:19 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:15:19 abfc98dc41c8: Preparing 07:15:19 2d0d2eae133b: Preparing 07:15:19 6a19df2fa1c2: Preparing 07:15:19 e065c014af93: Preparing 07:15:19 6e83dc0b2647: Preparing 07:15:19 994456c4fd7b: Preparing 07:15:19 994456c4fd7b: Waiting 07:15:19 2d0d2eae133b: Pushed 07:15:19 6a19df2fa1c2: Pushed 07:15:19 e065c014af93: Pushed 07:15:19 994456c4fd7b: Layer already exists 07:15:19 6e83dc0b2647: Pushed 07:15:25 (19/30) Installing fortify-headers (1.1-r3) 07:15:25 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 07:15:26 (21/30) Installing llvm16-linker-tools (16.0.6-r9) 07:15:28 (22/30) Installing clang16 (16.0.6-r5) 07:15:30 (23/30) Installing icu (74.2-r0) 07:15:33 (24/30) Installing icu-dev (74.2-r0) 07:15:36 (25/30) Installing llvm16 (16.0.6-r9) 07:16:08 (26/30) Installing lz4-libs (1.9.4-r5) 07:16:08 (27/30) Installing lz4-dev (1.9.4-r5) 07:16:08 (28/30) Installing zstd (1.5.6-r0) 07:16:10 (29/30) Installing zstd-dev (1.5.6-r0) 07:16:12 (30/30) Installing postgresql16-dev (16.9-r0) 07:16:15 Executing busybox-1.36.1-r29.trigger 07:16:15 OK: 1184 MiB in 224 packages 07:16:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:16:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:16:22 (1/14) Installing g++ (13.2.1_git20240309-r1) 07:16:28 (2/14) Installing gdbm (1.23-r1) 07:16:30 (3/14) Installing mpdecimal (4.0.0-r0) 07:16:32 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 07:16:33 (5/14) Installing libncursesw (6.4_p20240420-r2) 07:16:35 (6/14) Installing libpanelw (6.4_p20240420-r2) 07:16:37 (7/14) Installing readline (8.2.10-r0) 07:16:39 (8/14) Installing python3 (3.12.11-r0) 07:16:44 (9/14) Installing python3-pycache-pyc0 (3.12.11-r0) 07:16:47 (10/14) Installing pyc (3.12.11-r0) 07:16:48 (11/14) Installing python3-pyc (3.12.11-r0) 07:16:50 (12/14) Installing python3-dev (3.12.11-r0) 07:17:00 (13/14) Installing libsodium-dev (1.0.19-r0) 07:17:00 (14/14) Installing zeromq-dev (4.3.5-r2) 07:17:01 Executing busybox-1.36.1-r29.trigger 07:17:01 OK: 1370 MiB in 238 packages 07:17:02 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:17:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:17:09 OK: 1370 MiB in 238 packages 07:17:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:17:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:17:15 (1/1) Installing tzdata (2025b-r0) 07:17:18 OK: 1372 MiB in 239 packages 07:17:19 (1/1) Purging tzdata (2025b-r0) 07:17:19 OK: 1370 MiB in 238 packages 07:17:29 Looking in links: /tmp/tmpc994he0u 07:17:29 Processing /tmp/tmpc994he0u/pip-25.0.1-py3-none-any.whl 07:17:29 Installing collected packages: pip 07:17:35 Successfully installed pip-25.0.1 07:17:35 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. 07:17:37 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (25.0.1) 07:17:37 Collecting pip 07:17:37 Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 07:17:39 Collecting setuptools 07:17:39 Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 07:17:39 Collecting wheel 07:17:39 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 07:17:39 Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 07:17:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 42.5 MB/s eta 0:00:00 07:17:39 Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 07:17:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 35.7 MB/s eta 0:00:00 07:17:39 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 07:17:39 Installing collected packages: wheel, setuptools, pip 07:17:46 Attempting uninstall: pip 07:17:46 Found existing installation: pip 25.0.1 07:17:46 Uninstalling pip-25.0.1: 07:17:46 Successfully uninstalled pip-25.0.1 07:17:52 Successfully installed pip-25.1.1 setuptools-80.9.0 wheel-0.45.1 07:17:52 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. 07:17:54 Processing ./edgex-taf-common 07:17:54 Preparing metadata (setup.py): started 07:17:55 Preparing metadata (setup.py): finished with status 'done' 07:17:55 Building wheels for collected packages: edgex-taf-common 07:17:55  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 07:17:55  Building wheel for edgex-taf-common (setup.py): started 07:17:57 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:17:57 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=15403 sha256=6537bc38981ad50ddf003c2d05363469a1cbe7c9721b3a4a1093257bbe761957 07:17:57 Stored in directory: /tmp/pip-ephem-wheel-cache-5l3a15kw/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 07:17:57 Successfully built edgex-taf-common 07:17:57 Installing collected packages: edgex-taf-common 07:17:57 Successfully installed edgex-taf-common-0.0.0 07:17:57 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. 07:17:58 abfc98dc41c8: Pushed 07:17:58 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be: digest: sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:58 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:18:00 Collecting robotframework==7.2.2 (from -r requirements.txt (line 1)) 07:18:00 Downloading robotframework-7.2.2-py3-none-any.whl.metadata (7.5 kB) 07:18:00 Collecting python-dotenv==1.1.0 (from -r requirements.txt (line 2)) 07:18:00 Downloading python_dotenv-1.1.0-py3-none-any.whl.metadata (24 kB) 07:18:00 Collecting robotframework-requests==0.9.7 (from -r requirements.txt (line 3)) 07:18:00 Downloading robotframework_requests-0.9.7-py3-none-any.whl.metadata (7.2 kB) 07:18:00 Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4)) 07:18:00 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB) 07:18:00 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:18:00 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:18:00 Preparing metadata (setup.py): started 07:18:01 Preparing metadata (setup.py): finished with status 'done' 07:18:01 Collecting RESTinstance==1.5.2 (from -r requirements.txt (line 6)) 07:18:01 Downloading restinstance-1.5.2-py3-none-any.whl.metadata (9.0 kB) 07:18:01 Collecting configparser==7.2.0 (from -r requirements.txt (line 7)) 07:18:01 Downloading configparser-7.2.0-py3-none-any.whl.metadata (5.5 kB) 07:18:01 Collecting requests==2.32.4 (from -r requirements.txt (line 8)) 07:18:01 Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 07:18:02 Collecting paho-mqtt==2.1.0 (from -r requirements.txt (line 9)) 07:18:02 Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB) 07:18:02 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 07:18:02 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 07:18:04 Collecting numpy==2.2.5 (from -r requirements.txt (line 11)) 07:18:04 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (63 kB) 07:18:04 Collecting psutil==7.0.0 (from -r requirements.txt (line 12)) 07:18:04 Downloading psutil-7.0.0.tar.gz (497 kB) 07:18:05 Installing build dependencies: started 07:18:10 Installing build dependencies: finished with status 'done' 07:18:10 Getting requirements to build wheel: started 07:18:13 Getting requirements to build wheel: finished with status 'done' 07:18:13 Preparing metadata (pyproject.toml): started 07:18:14 Preparing metadata (pyproject.toml): finished with status 'done' 07:18:17 Collecting pyzmq==26.4.0 (from -r requirements.txt (line 13)) 07:18:17 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.0 kB) 07:18:17 Collecting influxdb-client==1.49.0 (from -r requirements.txt (line 14)) 07:18:17 Downloading influxdb_client-1.49.0-py3-none-any.whl.metadata (65 kB) 07:18:17 Collecting psycopg2==2.9.10 (from -r requirements.txt (line 15)) 07:18:17 Downloading psycopg2-2.9.10.tar.gz (385 kB) 07:18:17 Preparing metadata (setup.py): started 07:18:19 Preparing metadata (setup.py): finished with status 'done' 07:18:19 Collecting pycryptodome==3.23.0 (from -r requirements.txt (line 16)) 07:18:19 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl.metadata (3.4 kB) 07:18:21 Collecting protobuf==6.31.1 (from -r requirements.txt (line 17)) 07:18:21 Downloading protobuf-6.31.1-py3-none-any.whl.metadata (593 bytes) 07:18:21 Collecting pyjwt==2.10.1 (from -r requirements.txt (line 18)) 07:18:21 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 07:18:22 Collecting cryptography==45.0.3 (from -r requirements.txt (line 19)) 07:18:22 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl.metadata (5.7 kB) 07:18:23 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:23 Downloading selenium-4.33.0-py3-none-any.whl.metadata (7.5 kB) 07:18:23 Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:23 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 07:18:23 Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:23 Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 07:18:23 Collecting docutils (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:23 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 07:18:23 Collecting flex (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:23 Downloading flex-6.14.1.tar.gz (40 kB) 07:18:23 Preparing metadata (setup.py): started 07:18:25 Preparing metadata (setup.py): finished with status 'done' 07:18:25 Collecting GenSON (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:25 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 07:18:25 Collecting jsonpath-ng (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:25 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 07:18:25 Collecting jsonschema (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:25 Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 07:18:25 Collecting openapi-core (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:25 Downloading openapi_core-0.19.5-py3-none-any.whl.metadata (6.6 kB) 07:18:25 Collecting pygments (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:25 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 07:18:26 Collecting pytz (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:26 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 07:18:26 Collecting tzlocal (from RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:26 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 07:18:27 Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r requirements.txt (line 8)) 07:18:27 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 07:18:27 Collecting idna<4,>=2.5 (from requests==2.32.4->-r requirements.txt (line 8)) 07:18:27 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 07:18:27 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 07:18:27 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 07:18:27 Collecting certifi>=2017.4.17 (from requests==2.32.4->-r requirements.txt (line 8)) 07:18:27 Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 07:18:27 Collecting reactivex>=4.0.4 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:18:27 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 07:18:27 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:18:27 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 07:18: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) 07:18:28 Collecting cffi>=1.14 (from cryptography==45.0.3->-r requirements.txt (line 19)) 07:18:28 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (1.5 kB) 07:18:28 Collecting pycparser (from cffi>=1.14->cryptography==45.0.3->-r requirements.txt (line 19)) 07:18:28 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 07:18:29 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.49.0->-r requirements.txt (line 14)) 07:18:29 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 07:18: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)) 07:18:29 Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 07:18:29 Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r requirements.txt (line 8)) 07:18:29 Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 07:18:29 Collecting trio~=0.30.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:29 Downloading trio-0.30.0-py3-none-any.whl.metadata (8.5 kB) 07:18:29 Collecting trio-websocket~=0.12.2 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:29 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 07:18: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)) 07:18:29 Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) 07:18:29 Collecting websocket-client~=1.8.0 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:29 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 07:18: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)) 07:18:29 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 07:18:29 Collecting sortedcontainers (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:29 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 07:18:29 Collecting outcome (from trio~=0.30.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:30 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 07:18: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)) 07:18:30 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 07:18: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)) 07:18:30 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 07:18:30 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]~=2.4.0->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4)) 07:18:30 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 07:18: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)) 07:18:31 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 07:18:31 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:31 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 07:18:31 Collecting validate-email>=1.2 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:31 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:18:31 Preparing metadata (setup.py): started 07:18:32 Preparing metadata (setup.py): finished with status 'done' 07:18:32 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:32 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 07:18:32 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:32 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:18:32 Preparing metadata (setup.py): started 07:18:33 Preparing metadata (setup.py): finished with status 'done' 07:18:33 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:33 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 07:18:33 Collecting ply (from jsonpath-ng->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:33 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 07:18:33 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:33 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 07:18:33 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:33 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 07:18:36 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:36 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 07:18:36 Collecting isodate (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:36 Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB) 07:18:36 Collecting jsonschema-path<0.4.0,>=0.3.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading jsonschema_path-0.3.4-py3-none-any.whl.metadata (4.3 kB) 07:18:37 Collecting more-itertools (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 07:18:37 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl.metadata (5.4 kB) 07:18:37 Collecting openapi-spec-validator<0.8.0,>=0.7.1 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl.metadata (5.7 kB) 07:18:37 Collecting parse (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading parse-1.20.2-py2.py3-none-any.whl.metadata (22 kB) 07:18:37 Collecting werkzeug<3.1.2 (from openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:37 Downloading werkzeug-3.1.1-py3-none-any.whl.metadata (3.7 kB) 07:18:37 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)) 07:18:37 Downloading pathable-0.4.4-py3-none-any.whl.metadata (1.8 kB) 07:18:38 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:38 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 07:18:38 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)) 07:18:38 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB) 07:18:38 Collecting MarkupSafe>=2.1.1 (from werkzeug<3.1.2->openapi-core->RESTinstance==1.5.2->-r requirements.txt (line 6)) 07:18:38 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.0 kB) 07:18:38 Downloading robotframework-7.2.2-py3-none-any.whl (777 kB) 07:18:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.7/777.7 kB 56.1 MB/s eta 0:00:00 07:18:38 Downloading python_dotenv-1.1.0-py3-none-any.whl (20 kB) 07:18:38 Downloading robotframework_requests-0.9.7-py3-none-any.whl (21 kB) 07:18:39 Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB) 07:18:39 Downloading restinstance-1.5.2-py3-none-any.whl (23 kB) 07:18:39 Downloading configparser-7.2.0-py3-none-any.whl (17 kB) 07:18:39 Downloading requests-2.32.4-py3-none-any.whl (64 kB) 07:18:39 Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB) 07:18:39 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 07:18:39 Downloading numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB) 07:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 45.5 MB/s eta 0:00:00 07:18:39 Downloading pyzmq-26.4.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 07:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.0 MB/s eta 0:00:00 07:18:39 Downloading influxdb_client-1.49.0-py3-none-any.whl (746 kB) 07:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 746.3/746.3 kB 56.2 MB/s eta 0:00:00 07:18:39 Downloading pycryptodome-3.23.0-cp37-abi3-musllinux_1_2_aarch64.whl (2.2 MB) 07:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 53.2 MB/s eta 0:00:00 07:18:39 Downloading protobuf-6.31.1-py3-none-any.whl (168 kB) 07:18:39 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) 07:18:39 Downloading cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB) 07:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 51.5 MB/s eta 0:00:00 07:18:39 Downloading charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (145 kB) 07:18:39 Downloading idna-3.10-py3-none-any.whl (70 kB) 07:18:39 Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 07:18:39 Downloading cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl (484 kB) 07:18:40 Downloading click-8.2.1-py3-none-any.whl (102 kB) 07:18:40 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 07:18:40 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:18:40 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 07:18:40 Downloading selenium-4.33.0-py3-none-any.whl (9.4 MB) 07:18:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 46.3 MB/s eta 0:00:00 07:18:40 Downloading trio-0.30.0-py3-none-any.whl (499 kB) 07:18:40 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 07:18:40 Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) 07:18:40 Downloading urllib3-2.4.0-py3-none-any.whl (128 kB) 07:18:40 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:18:40 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 07:18:40 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 07:18:40 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 07:18:40 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 07:18:40 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 07:18:40 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:18:40 Downloading h11-0.16.0-py3-none-any.whl (37 kB) 07:18:40 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 07:18:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 55.3 MB/s eta 0:00:00 07:18:40 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 07:18:40 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 07:18:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 57.1 MB/s eta 0:00:00 07:18:40 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:18:40 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 07:18:40 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 07:18:40 Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 07:18:40 Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 07:18:40 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 07:18:40 Downloading rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl (567 kB) 07:18:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.2/567.2 kB 54.6 MB/s eta 0:00:00 07:18:40 Downloading openapi_core-0.19.5-py3-none-any.whl (106 kB) 07:18:40 Downloading jsonschema_path-0.3.4-py3-none-any.whl (14 kB) 07:18:40 Downloading openapi_schema_validator-0.6.3-py3-none-any.whl (8.8 kB) 07:18:40 Downloading openapi_spec_validator-0.7.2-py3-none-any.whl (39 kB) 07:18:40 Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB) 07:18:40 Downloading pathable-0.4.4-py3-none-any.whl (9.6 kB) 07:18:40 Downloading werkzeug-3.1.1-py3-none-any.whl (224 kB) 07:18:40 Downloading MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (24 kB) 07:18:40 Downloading isodate-0.7.2-py3-none-any.whl (22 kB) 07:18:40 Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 07:18:40 Downloading parse-1.20.2-py2.py3-none-any.whl (20 kB) 07:18:40 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:18:40 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 07:18:40 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 07:18:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 55.7 MB/s eta 0:00:00 07:18:40 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 07:18:40 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 07:18:40 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:18:40 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 07:18:41 Building wheels for collected packages: robotbackgroundlogger, psutil, psycopg2, flex, strict-rfc3339, validate-email 07:18:41  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 07:18:41  Building wheel for robotbackgroundlogger (setup.py): started 07:18:42 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:18:42 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4342 sha256=49385bc7966c6802d2ec19eeb136dfbc40b9d99cbc93b4463b212b3ed9fe6763 07:18:42 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 07:18:42 Building wheel for psutil (pyproject.toml): started [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:55 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:18:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:18:55 abfc98dc41c8: Preparing 07:18:55 2d0d2eae133b: Preparing 07:18:55 6a19df2fa1c2: Preparing 07:18:55 e065c014af93: Preparing 07:18:55 6e83dc0b2647: Preparing 07:18:55 994456c4fd7b: Preparing 07:18:55 994456c4fd7b: Waiting 07:18:55 2d0d2eae133b: Layer already exists 07:18:55 e065c014af93: Layer already exists 07:18:55 6e83dc0b2647: Layer already exists 07:18:55 6a19df2fa1c2: Layer already exists 07:18:55 abfc98dc41c8: Layer already exists 07:18:55 994456c4fd7b: Layer already exists 07:18:55 latest: digest: sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 size: 1572 [Pipeline] } 07:18:55 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:18:55 Created wheel for psutil: filename=psutil-7.0.0-cp36-abi3-linux_aarch64.whl size=278205 sha256=6ba807168d7c867abde18ea0cd8a474077aa26bd025629e93eda7e8ad1392f6d 07:18:55 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/0c/58/48/ccefe23b905f1dd76f8444f328ff2cfb1d4920a081f9d5d03d 07:18:55  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 07:18:55  Building wheel for psycopg2 (setup.py): started [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:55 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:55 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 07:18:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:18:55 abfc98dc41c8: Preparing 07:18:55 2d0d2eae133b: Preparing 07:18:55 6a19df2fa1c2: Preparing 07:18:55 e065c014af93: Preparing 07:18:55 6e83dc0b2647: Preparing 07:18:55 994456c4fd7b: Preparing 07:18:55 994456c4fd7b: Waiting 07:18:55 6a19df2fa1c2: Layer already exists 07:18:55 abfc98dc41c8: Layer already exists 07:18:55 2d0d2eae133b: Layer already exists 07:18:55 6e83dc0b2647: Layer already exists 07:18:55 e065c014af93: Layer already exists 07:18:55 994456c4fd7b: Layer already exists 07:18:55 1.0.0-dev.7: digest: sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:55 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:56 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:18:56 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:18:56 abfc98dc41c8: Preparing 07:18:56 2d0d2eae133b: Preparing 07:18:56 6a19df2fa1c2: Preparing 07:18:56 e065c014af93: Preparing 07:18:56 6e83dc0b2647: Preparing 07:18:56 994456c4fd7b: Preparing 07:18:56 994456c4fd7b: Waiting 07:18:56 6e83dc0b2647: Layer already exists 07:18:56 6a19df2fa1c2: Layer already exists 07:18:56 2d0d2eae133b: Layer already exists 07:18:56 e065c014af93: Layer already exists 07:18:56 abfc98dc41c8: Layer already exists 07:18:56 994456c4fd7b: Layer already exists 07:18:56 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7: digest: sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:56 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:56 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:18:56 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:18:56 abfc98dc41c8: Preparing 07:18:56 2d0d2eae133b: Preparing 07:18:56 6a19df2fa1c2: Preparing 07:18:56 e065c014af93: Preparing 07:18:56 6e83dc0b2647: Preparing 07:18:56 994456c4fd7b: Preparing 07:18:56 994456c4fd7b: Waiting 07:18:56 6a19df2fa1c2: Layer already exists 07:18:56 2d0d2eae133b: Layer already exists 07:18:56 e065c014af93: Layer already exists 07:18:56 abfc98dc41c8: Layer already exists 07:18:56 6e83dc0b2647: Layer already exists 07:18:56 994456c4fd7b: Layer already exists 07:18:56 main: digest: sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:18:56 ===================================================== [Pipeline] echo 07:18:57 taggedImages: 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 07:18:57 ========================================================= 07:18:57 [edgeXBuildMultiArch] RAW Config: 07:18:57 images: 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:18:57 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:18:57 settingsFile: 07:18:57 taf-settings 07:18:57 ========================================================= [Pipeline] node 07:19:12 Still waiting to schedule task 07:19:12 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:19:51 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:19:51 Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_aarch64.whl size=512676 sha256=ad7d79063d5529414efad6d20e82dc177f98f8e107de4085c4348bafdad99209 07:19:51 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b 07:19:51  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 07:19:51  Building wheel for flex (setup.py): started 07:19:51 Building wheel for flex (setup.py): finished with status 'done' 07:19:51 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77345 sha256=480cbd829104f74e570abaa9c595676cdd000bcb1b1fc84af1f6594e31038e43 07:19:51 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 07:19:51  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 07:19:51  Building wheel for strict-rfc3339 (setup.py): started 07:19:52 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:19:52 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18223 sha256=3e7046445cf613c70e657df3084bd6d5df47d91259ddd58f11872d77144cd361 07:19:52 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 07:19:52  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 07:19:52  Building wheel for validate-email (setup.py): started 07:19:53 Building wheel for validate-email (setup.py): finished with status 'done' 07:19:53 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=ad5e4a1b9eecbc61571c4117cfe65536ba3ff7ee9c4d8a039d4e08ef056872ac 07:19:53 Stored in directory: /tmp/pip-ephem-wheel-cache-spbsc9ij/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 07:19:53 Successfully built robotbackgroundlogger psutil psycopg2 flex strict-rfc3339 validate-email 07:19:54 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, parse, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, python-dotenv, pysocks, pyjwt, pygments, pycryptodome, pycparser, psycopg2, psutil, protobuf, pathable, paho-mqtt, numpy, more-itertools, MarkupSafe, lazy-object-proxy, jsonpointer, jsonpath-ng, isodate, idna, h11, docutils, configparser, click, charset_normalizer, certifi, attrs, wsproto, werkzeug, robotbackgroundlogger, rfc3339-validator, requests, referencing, reactivex, python-dateutil, outcome, cffi, trio, robotframework-requests, jsonschema-specifications, jsonschema-path, influxdb-client, flex, docker, cryptography, trio-websocket, jsonschema, selenium, openapi-schema-validator, robotframework-seleniumlibrary, openapi-spec-validator, openapi-core, RESTinstance 07:20:08 Running on prd-centos7-docker-4c-2g-3618 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:20:08 provisioning config files... 07:20:08 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config126838344676047356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:20:10 ---> ****-login.sh 07:20:10 nexus3.edgexfoundry.org:10001 07:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:20:10 Configure a credential helper to remove this warning. See 07:20:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:20:10 07:20:10 Login Succeeded 07:20:10 nexus3.edgexfoundry.org:10002 07:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:20:10 Configure a credential helper to remove this warning. See 07:20:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:20:10 07:20:10 Login Succeeded 07:20:10 nexus3.edgexfoundry.org:10003 07:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:20:10 Configure a credential helper to remove this warning. See 07:20:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:20:10 07:20:10 Login Succeeded 07:20:10 nexus3.edgexfoundry.org:10004 07:20:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:20:11 Configure a credential helper to remove this warning. See 07:20:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:20:11 07:20:11 Login Succeeded 07:20:11 ****.io 07:20:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:20:11 Configure a credential helper to remove this warning. See 07:20:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:20:11 07:20:11 Login Succeeded 07:20:11 ---> ****-login.sh ends [Pipeline] } 07:20:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:20:11 + docker buildx ls 07:20:11 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:20:11 default * docker 07:20:11 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:20:12 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:20:12 edgex-builder [Pipeline] sh 07:20:12 + docker buildx inspect --bootstrap 07:20:12 #1 [internal] booting buildkit 07:20:12 #1 pulling image moby/buildkit:buildx-stable-1 07:20:15 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 07:20:15 #1 creating container buildx_buildkit_edgex-builder0 07:20:16 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 07:20:16 #1 DONE 4.3s 07:20:16 Name: edgex-builder 07:20:16 Driver: docker-container 07:20:16 07:20:16 Nodes: 07:20:16 Name: edgex-builder0 07:20:16 Endpoint: unix:///var/run/docker.sock 07:20:16 Status: running 07:20:16 Buildkit: v0.22.0 07:20:16 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:20:17 + docker buildx ls 07:20:17 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:20:17 edgex-builder * docker-container 07:20:17 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:20:17 default docker 07:20:17 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:20:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be --push - 07:20:17 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be' 07:20:17 #1 [internal] load build definition from Dockerfile 07:20:17 #1 transferring dockerfile: 201B done 07:20:17 #1 DONE 0.0s 07:20:17 07:20:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:20:17 #2 DONE 0.1s 07:20:17 07:20:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:20:17 #3 DONE 0.1s 07:20:17 07:20:17 #4 [internal] load .dockerignore 07:20:17 #4 transferring context: 2B done 07:20:17 #4 DONE 0.0s 07:20:17 07:20:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:17 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:17 #5 DONE 0.0s 07:20:17 07:20:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:17 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:17 #6 DONE 0.1s 07:20:17 07:20:17 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:20:17 #7 DONE 0.0s 07:20:17 07:20:17 #8 exporting to image 07:20:17 #8 exporting layers done 07:20:17 #8 exporting manifest sha256:0d3f7125c255a56920965d7283bf1c586a1bad9579407d877d4be97d3f8dba8e 0.0s done 07:20:17 #8 exporting config sha256:7dcd6e581be1cb2bd77ae34afd0efcb75962fa4d6b973f1f801ea0e28a56c099 done 07:20:17 #8 exporting manifest sha256:cf1681cbe065c8c3c16ca1c7af37632813c958721e33c53beec8be70a54793cd done 07:20:17 #8 exporting config sha256:0a0eb3486230ccf227fef96a5d58aca9b6fbe2f106326de29787a55f28767954 done 07:20:17 #8 exporting manifest list sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.0s done 07:20:17 #8 pushing layers 07:20:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:20:17 #8 pushing layers 0.1s done 07:20:17 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.1s done 07:20:17 #8 DONE 0.3s 07:20:17 07:20:17 1 warning found (use --debug to expand): 07:20:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:20:18 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 07:20:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 07:20:18 #1 [internal] load build definition from Dockerfile 07:20:18 #1 transferring dockerfile: 167B done 07:20:18 #1 DONE 0.0s 07:20:18 07:20:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:20:18 #2 DONE 0.1s 07:20:18 07:20:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:20:18 #3 DONE 0.1s 07:20:18 07:20:18 #4 [internal] load .dockerignore 07:20:18 #4 transferring context: 2B done 07:20:18 #4 DONE 0.0s 07:20:18 07:20:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:18 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:18 #5 CACHED 07:20:18 07:20:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:18 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:18 #6 CACHED 07:20:18 07:20:18 #7 exporting to image 07:20:18 #7 exporting layers done 07:20:18 #7 exporting manifest sha256:0d3f7125c255a56920965d7283bf1c586a1bad9579407d877d4be97d3f8dba8e done 07:20:18 #7 exporting config sha256:7dcd6e581be1cb2bd77ae34afd0efcb75962fa4d6b973f1f801ea0e28a56c099 done 07:20:18 #7 exporting manifest sha256:cf1681cbe065c8c3c16ca1c7af37632813c958721e33c53beec8be70a54793cd done 07:20:18 #7 exporting config sha256:0a0eb3486230ccf227fef96a5d58aca9b6fbe2f106326de29787a55f28767954 done 07:20:18 #7 exporting manifest list sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c done 07:20:18 #7 pushing layers 0.0s done 07:20:18 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 07:20:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:20:18 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.1s done 07:20:18 #7 DONE 0.1s 07:20:18 07:20:18 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:20:18 #8 DONE 0.0s 07:20:18 07:20:18 1 warning found (use --debug to expand): 07:20:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:20:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 --push - 07:20:19 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7' 07:20:19 #1 [internal] load build definition from Dockerfile 07:20:19 #1 transferring dockerfile: 172B done 07:20:19 #1 DONE 0.0s 07:20:19 07:20:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 07:20:19 #2 DONE 0.0s 07:20:19 07:20:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7 07:20:19 #3 DONE 0.0s 07:20:19 07:20:19 #4 [internal] load .dockerignore 07:20:19 #4 transferring context: 2B done 07:20:19 #4 DONE 0.0s 07:20:19 07:20:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:19 #5 DONE 0.0s 07:20:19 07:20:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:19 #6 CACHED 07:20:19 07:20:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #5 CACHED 07:20:19 07:20:19 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:20:19 #7 DONE 0.0s 07:20:19 07:20:19 #8 exporting to image 07:20:19 #8 exporting layers done 07:20:19 #8 exporting manifest sha256:0d3f7125c255a56920965d7283bf1c586a1bad9579407d877d4be97d3f8dba8e done 07:20:19 #8 exporting config sha256:7dcd6e581be1cb2bd77ae34afd0efcb75962fa4d6b973f1f801ea0e28a56c099 done 07:20:19 #8 exporting manifest sha256:cf1681cbe065c8c3c16ca1c7af37632813c958721e33c53beec8be70a54793cd done 07:20:19 #8 exporting config sha256:0a0eb3486230ccf227fef96a5d58aca9b6fbe2f106326de29787a55f28767954 done 07:20:19 #8 exporting manifest list sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c done 07:20:19 #8 pushing layers 0.0s done 07:20:19 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:1.0.0-dev.7@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.1s done 07:20:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:20:19 #8 DONE 0.1s 07:20:19 07:20:19 1 warning found (use --debug to expand): 07:20:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:20:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 --push - 07:20:19 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7' 07:20:19 #1 [internal] load build definition from Dockerfile 07:20:19 #1 transferring dockerfile: 213B done 07:20:19 #1 DONE 0.0s 07:20:19 07:20:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:20:19 #2 DONE 0.0s 07:20:19 07:20:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:20:19 #3 DONE 0.0s 07:20:19 07:20:19 #4 [internal] load .dockerignore 07:20:19 #4 transferring context: 2B done 07:20:19 #4 DONE 0.0s 07:20:19 07:20:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:19 #5 CACHED 07:20:19 07:20:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:19 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:19 #6 CACHED 07:20:19 07:20:19 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:20:19 #7 DONE 0.0s 07:20:19 07:20:19 #8 exporting to image 07:20:19 #8 exporting layers done 07:20:19 #8 exporting manifest sha256:0d3f7125c255a56920965d7283bf1c586a1bad9579407d877d4be97d3f8dba8e done 07:20:19 #8 exporting config sha256:7dcd6e581be1cb2bd77ae34afd0efcb75962fa4d6b973f1f801ea0e28a56c099 done 07:20:19 #8 exporting manifest sha256:cf1681cbe065c8c3c16ca1c7af37632813c958721e33c53beec8be70a54793cd done 07:20:19 #8 exporting config sha256:0a0eb3486230ccf227fef96a5d58aca9b6fbe2f106326de29787a55f28767954 done 07:20:19 #8 exporting manifest list sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c done 07:20:19 #8 pushing layers 0.0s done 07:20:19 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.1s done 07:20:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:20:19 #8 DONE 0.1s 07:20:19 07:20:19 1 warning found (use --debug to expand): 07:20:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:20:20 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 07:20:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 07:20:20 #1 [internal] load build definition from Dockerfile 07:20:20 #1 transferring dockerfile: 165B done 07:20:20 #1 DONE 0.0s 07:20:20 07:20:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:20:20 #2 DONE 0.0s 07:20:20 07:20:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:20:20 #3 DONE 0.0s 07:20:20 07:20:20 #4 [internal] load .dockerignore 07:20:20 #4 transferring context: 2B done 07:20:20 #4 DONE 0.0s 07:20:20 07:20:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:20 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:20 #5 CACHED 07:20:20 07:20:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 07:20:20 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:4f817924c825e22344828866acbbb8420fe89d2557de7e6bdde32da6a6133409 0.0s done 07:20:20 #6 CACHED 07:20:20 07:20:20 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 07:20:20 #7 DONE 0.0s 07:20:20 07:20:20 #8 exporting to image 07:20:20 #8 exporting layers done 07:20:20 #8 exporting manifest sha256:0d3f7125c255a56920965d7283bf1c586a1bad9579407d877d4be97d3f8dba8e done 07:20:20 #8 exporting config sha256:7dcd6e581be1cb2bd77ae34afd0efcb75962fa4d6b973f1f801ea0e28a56c099 done 07:20:20 #8 exporting manifest sha256:cf1681cbe065c8c3c16ca1c7af37632813c958721e33c53beec8be70a54793cd done 07:20:20 #8 exporting config sha256:0a0eb3486230ccf227fef96a5d58aca9b6fbe2f106326de29787a55f28767954 done 07:20:20 #8 exporting manifest list sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c done 07:20:20 #8 pushing layers 0.0s done 07:20:20 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:30d76319ff0d5e469ac2d9d3b40d31b9c9f573ecb9fdb2ef06c7b2897dc63a6c 0.1s done 07:20:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:20:20 #8 DONE 0.1s 07:20:20 07:20:20 1 warning found (use --debug to expand): 07:20:20  - 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 07:20:20 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:20:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:20:21 ---> package-listing.sh 07:20:21 ++ tr '[:upper:]' '[:lower:]' 07:20:21 ++ facter osfamily 07:20:22 + OS_FAMILY=redhat 07:20:22 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 07:20:22 + START_PACKAGES=/tmp/packages_start.txt 07:20:22 + END_PACKAGES=/tmp/packages_end.txt 07:20:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:20:22 + PACKAGES=/tmp/packages_start.txt 07:20:22 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:20:22 + PACKAGES=/tmp/packages_end.txt 07:20:22 + case "${OS_FAMILY}" in 07:20:22 + sort 07:20:22 + rpm -qa 07:20:22 + '[' -f /tmp/packages_start.txt ']' 07:20:22 + '[' -f /tmp/packages_end.txt ']' 07:20:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:20:22 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:20:22 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 07:20: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 07:20: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 07:20:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:23 07:20:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:23 latest: Pulling from edgex-lftools-log-publisher 07:20:23 5eb5b503b376: Pulling fs layer 07:20:23 5c69ac0246d0: Pulling fs layer 07:20:23 ec43610c2a17: Pulling fs layer 07:20:23 3a2ae6a8a46f: Pulling fs layer 07:20:23 33b1e0a273af: Pulling fs layer 07:20:23 5d3b04190fa2: Pulling fs layer 07:20:23 2f39f015ded8: Pulling fs layer 07:20:23 3a2ae6a8a46f: Waiting 07:20:23 33b1e0a273af: Waiting 07:20:23 5d3b04190fa2: Waiting 07:20:23 2f39f015ded8: Waiting 07:20:23 5c69ac0246d0: Verifying Checksum 07:20:23 5c69ac0246d0: Download complete 07:20:23 3a2ae6a8a46f: Verifying Checksum 07:20:23 3a2ae6a8a46f: Download complete 07:20:23 33b1e0a273af: Verifying Checksum 07:20:23 33b1e0a273af: Download complete 07:20:23 5d3b04190fa2: Verifying Checksum 07:20:23 5d3b04190fa2: Download complete 07:20:23 ec43610c2a17: Verifying Checksum 07:20:23 ec43610c2a17: Download complete 07:20:24 5eb5b503b376: Verifying Checksum 07:20:24 5eb5b503b376: Download complete 07:20:24 2f39f015ded8: Download complete 07:20:25 5eb5b503b376: Pull complete 07:20:25 5c69ac0246d0: Pull complete 07:20:25 ec43610c2a17: Pull complete 07:20:25 3a2ae6a8a46f: Pull complete 07:20:26 33b1e0a273af: Pull complete 07:20:26 5d3b04190fa2: Pull complete 07:20:30 2f39f015ded8: Pull complete 07:20:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:20:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:20:30 prd-centos7-docker-4c-2g-3618 does not seem to be running inside a container 07:20:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:20:34 $ docker top 2bcb94afa47e4d2268d6e5ad56d5ebb50268b5a0d95492380f6c2814b724af57 -eo pid,comm [Pipeline] { [Pipeline] sh 07:20:34 + touch /tmp/pre-build-complete [Pipeline] sh 07:20:34 + mkdir -p /var/log/sysstat [Pipeline] sh 07:20:34 + ls /var/log/sa-host 07:20:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:20:35 provisioning config files... 07:20:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6224888031288326943tmp [Pipeline] { [Pipeline] echo 07:20:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:20:35 ---> create-netrc.sh [Pipeline] } 07:20:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:20:35 ---> python-tools-install.sh [Pipeline] echo 07:20:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:20:36 ---> sudo-logs.sh 07:20:36 Archiving 'sudo' log.. 07:20:36 sudo: unable to resolve host prd-centos7-docker-4c-2g-3618.novalocal: Name or service not known 07:20:36 sudo: unable to resolve host prd-centos7-docker-4c-2g-3618.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:20:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:20:36 ---> job-cost.sh 07:20:36 lf-activate-venv: SKIPPING 07:20:36 INFO: No Stack... 07:20:36 INFO: Retrieving Pricing Info for: v3-standard-2 07:20:36 INFO: Archiving Costs [Pipeline] echo 07:20:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:20:37 ---> logs-deploy.sh 07:20:37 lf-activate-venv: SKIPPING 07:20:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/59 07:20:37 INFO: archiving workspace using pattern(s): 07:20:38 Archives upload complete. 07:20:38 INFO: archiving logs to Nexus 07:20:39 ---> uname -a: 07:20:39 Linux prd-centos7-docker-4c-2g-3618.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 07:20:39 07:20:39 07:20:39 ---> lscpu: 07:20:39 Architecture: x86_64 07:20:39 CPU op-mode(s): 32-bit, 64-bit 07:20:39 Byte Order: Little Endian 07:20:39 Address sizes: 40 bits physical, 48 bits virtual 07:20:39 CPU(s): 2 07:20:39 On-line CPU(s) list: 0,1 07:20:39 Thread(s) per core: 1 07:20:39 Core(s) per socket: 1 07:20:39 Socket(s): 2 07:20:39 NUMA node(s): 1 07:20:39 Vendor ID: AuthenticAMD 07:20:39 CPU family: 23 07:20:39 Model: 49 07:20:39 Model name: AMD EPYC-Rome Processor 07:20:39 Stepping: 0 07:20:39 CPU MHz: 2799.998 07:20:39 BogoMIPS: 5599.99 07:20:39 Virtualization: AMD-V 07:20:39 Hypervisor vendor: KVM 07:20:39 Virtualization type: full 07:20:39 L1d cache: 64 KiB 07:20:39 L1i cache: 64 KiB 07:20:39 L2 cache: 1 MiB 07:20:39 L3 cache: 32 MiB 07:20:39 NUMA node0 CPU(s): 0,1 07:20:39 Vulnerability Itlb multihit: Not affected 07:20:39 Vulnerability L1tf: Not affected 07:20:39 Vulnerability Mds: Not affected 07:20:39 Vulnerability Meltdown: Not affected 07:20:39 Vulnerability Mmio stale data: Not affected 07:20:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:20:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:20:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:20:39 Vulnerability Srbds: Not affected 07:20:39 Vulnerability Tsx async abort: Not affected 07:20:39 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 07:20:39 07:20:39 07:20:39 ---> nproc: 07:20:39 2 07:20:39 07:20:39 07:20:39 ---> df -h: 07:20:39 Filesystem Size Used Avail Use% Mounted on 07:20:39 overlay 40G 7.3G 33G 19% / 07:20:39 tmpfs 64M 0 64M 0% /dev 07:20:39 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 07:20:39 shm 64M 0 64M 0% /dev/shm 07:20:39 /dev/vda1 40G 7.3G 33G 19% /facter-os 07:20:39 07:20:39 07:20:39 Cannot open /var/log/sysstat/sa20: No such file or directory 07:20:39 Please check if data collecting is enabled 07:20:39 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:20:39 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:20:39 $ docker stop --time=1 2bcb94afa47e4d2268d6e5ad56d5ebb50268b5a0d95492380f6c2814b724af57 07:20:40 $ docker rm -f --volumes 2bcb94afa47e4d2268d6e5ad56d5ebb50268b5a0d95492380f6c2814b724af57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:20:40 [WS-CLEANUP] Deleting project workspace... 07:20:40 [WS-CLEANUP] Deferred wipeout is used... 07:20:40 [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 07:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:40 07:20:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:41 latest: Pulling from edgex-lftools-log-publisher 07:20:41 5eb5b503b376: Pulling fs layer 07:20:41 5c69ac0246d0: Pulling fs layer 07:20:41 ec43610c2a17: Pulling fs layer 07:20:41 3a2ae6a8a46f: Pulling fs layer 07:20:41 33b1e0a273af: Pulling fs layer 07:20:41 5d3b04190fa2: Pulling fs layer 07:20:41 2f39f015ded8: Pulling fs layer 07:20:41 33b1e0a273af: Waiting 07:20:41 5d3b04190fa2: Waiting 07:20:41 2f39f015ded8: Waiting 07:20:41 3a2ae6a8a46f: Waiting 07:20:41 5c69ac0246d0: Download complete 07:20:41 3a2ae6a8a46f: Verifying Checksum 07:20:41 3a2ae6a8a46f: Download complete 07:20:41 33b1e0a273af: Verifying Checksum 07:20:41 33b1e0a273af: Download complete 07:20:41 ec43610c2a17: Verifying Checksum 07:20:41 ec43610c2a17: Download complete 07:20:41 5d3b04190fa2: Download complete 07:20:41 5eb5b503b376: Verifying Checksum 07:20:41 5eb5b503b376: Download complete 07:20:41 2f39f015ded8: Download complete 07:20:42 5eb5b503b376: Pull complete 07:20:42 5c69ac0246d0: Pull complete 07:20:43 ec43610c2a17: Pull complete 07:20:43 3a2ae6a8a46f: Pull complete 07:20:43 33b1e0a273af: Pull complete 07:20:43 5d3b04190fa2: Pull complete 07:20:47 2f39f015ded8: Pull complete 07:20:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:20:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:20:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:20:47 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:20:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:20:50 $ docker top 5ea599ac9c31f297f851de9184eedd13b2a8d588c128c654385a073a33182ca8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:20:50 ---> job-cost.sh 07:20:50 lf-activate-venv: SKIPPING 07:20:50 INFO: No Stack... 07:20:51 INFO: Retrieving Pricing Info for: v3-standard-8 07:20:51 INFO: Archiving Costs [Pipeline] sh 07:20:51 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:20:51 + cut -d, -f6 [Pipeline] lock 07:20:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] 07:20:51 Resource [jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] did not exist. Created. 07:20:51 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:20:51 + echo total: 0.2199999988079071 [Pipeline] stash 07:20:51 Stashed 1 file(s) [Pipeline] } 07:20:52 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] [Pipeline] // lock [Pipeline] } 07:20:52 $ docker stop --time=1 5ea599ac9c31f297f851de9184eedd13b2a8d588c128c654385a073a33182ca8 07:20:53 $ docker rm -f --volumes 5ea599ac9c31f297f851de9184eedd13b2a8d588c128c654385a073a33182ca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:21:02 07:21:02 Successfully installed GenSON-1.3.0 MarkupSafe-3.0.2 PyYAML-6.0.2 RESTinstance-1.5.2 attrs-25.3.0 certifi-2025.6.15 cffi-1.17.1 charset_normalizer-3.4.2 click-8.2.1 configparser-7.2.0 cryptography-45.0.3 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.16.0 idna-3.10 influxdb-client-1.49.0 isodate-0.7.2 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.24.0 jsonschema-path-0.3.4 jsonschema-specifications-2025.4.1 lazy-object-proxy-1.11.0 more-itertools-10.7.0 numpy-2.2.5 openapi-core-0.19.5 openapi-schema-validator-0.6.3 openapi-spec-validator-0.7.2 outcome-1.3.0.post0 paho-mqtt-2.1.0 parse-1.20.2 pathable-0.4.4 ply-3.11 protobuf-6.31.1 psutil-7.0.0 psycopg2-2.9.10 pycparser-2.22 pycryptodome-3.23.0 pygments-2.19.1 pyjwt-2.10.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.1.0 pytz-2025.2 pyzmq-26.4.0 reactivex-4.0.4 referencing-0.36.2 requests-2.32.4 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.2.2 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.7 robotframework-seleniumlibrary-6.7.1 rpds-py-0.25.1 selenium-4.33.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.30.0 trio-websocket-0.12.2 typing-extensions-4.13.2 tzlocal-5.3.1 urllib3-2.4.0 validate-email-1.3 websocket-client-1.8.0 werkzeug-3.1.1 wsproto-1.2.0 07:21:02 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. 07:21:49 Removing intermediate container 16802fc5782f 07:21:49 ---> 5902557b647f 07:21:49 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:21:49 ---> Running in 7c6ef8ae5bb6 07:21:49 Removing intermediate container 7c6ef8ae5bb6 07:21:49 ---> c5eb7e3c7f0c 07:21:49 Step 11/13 : LABEL arch=arm64 07:21:49 ---> Running in a5647fbc587a 07:21:49 Removing intermediate container a5647fbc587a 07:21:49 ---> c0a54ab1099a 07:21:49 Step 12/13 : LABEL git_sha=45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:21:49 ---> Running in 8b4c3c1fa16f 07:21:49 Removing intermediate container 8b4c3c1fa16f 07:21:49 ---> c00ca4b38040 07:21:49 Step 13/13 : LABEL version=1.0.0-dev.7 07:21:49 ---> Running in 2a5458027b44 07:21:49 Removing intermediate container 2a5458027b44 07:21:49 ---> 518d34bf580d 07:21:49 [Warning] One or more build-args [ARCH] were not consumed 07:21:49 Successfully built 518d34bf580d 07:21:49 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 07:21:49 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 07:21:49 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:21:49 latest 07:21:49 1.0.0-dev.7 07:21:49 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:21:49 main 07:21:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:49 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:50 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:21:50 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:21:50 144d083f5ead: Preparing 07:21:50 5aeddbdf7cb7: Preparing 07:21:50 bad1582abee6: Preparing 07:21:50 b59be476ca9f: Preparing 07:21:50 e91f41a2c488: Preparing 07:21:50 dd9c8f8612c8: Preparing 07:21:50 dd9c8f8612c8: Waiting 07:21:50 5aeddbdf7cb7: Pushed 07:21:50 bad1582abee6: Pushed 07:21:50 b59be476ca9f: Pushed 07:21:50 dd9c8f8612c8: Layer already exists 07:21:50 e91f41a2c488: Pushed 07:26:42 144d083f5ead: Pushed 07:26:42 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be: digest: sha256:db65190148fee3ffadc6ff5c2e78867ad6cc77ef696a25b8e9134cd07fb4303b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:42 + 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 07:26:42 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:26:42 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:26:42 144d083f5ead: Preparing 07:26:42 5aeddbdf7cb7: Preparing 07:26:42 bad1582abee6: Preparing 07:26:42 b59be476ca9f: Preparing 07:26:42 e91f41a2c488: Preparing 07:26:42 dd9c8f8612c8: Preparing 07:26:42 dd9c8f8612c8: Waiting 07:26:42 5aeddbdf7cb7: Layer already exists 07:26:42 e91f41a2c488: Layer already exists 07:26:42 144d083f5ead: Layer already exists 07:26:42 bad1582abee6: Layer already exists 07:26:42 b59be476ca9f: Layer already exists 07:26:42 dd9c8f8612c8: Layer already exists 07:26:42 latest: digest: sha256:db65190148fee3ffadc6ff5c2e78867ad6cc77ef696a25b8e9134cd07fb4303b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:43 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.7 07:26:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:26:43 144d083f5ead: Preparing 07:26:43 5aeddbdf7cb7: Preparing 07:26:43 bad1582abee6: Preparing 07:26:43 b59be476ca9f: Preparing 07:26:43 e91f41a2c488: Preparing 07:26:43 dd9c8f8612c8: Preparing 07:26:43 dd9c8f8612c8: Waiting 07:26:43 5aeddbdf7cb7: Layer already exists 07:26:43 144d083f5ead: Layer already exists 07:26:43 bad1582abee6: Layer already exists 07:26:43 e91f41a2c488: Layer already exists 07:26:43 b59be476ca9f: Layer already exists 07:26:43 dd9c8f8612c8: Layer already exists 07:26:44 1.0.0-dev.7: digest: sha256:db65190148fee3ffadc6ff5c2e78867ad6cc77ef696a25b8e9134cd07fb4303b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:44 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:26:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:26:44 144d083f5ead: Preparing 07:26:44 5aeddbdf7cb7: Preparing 07:26:44 bad1582abee6: Preparing 07:26:44 b59be476ca9f: Preparing 07:26:44 e91f41a2c488: Preparing 07:26:44 dd9c8f8612c8: Preparing 07:26:44 dd9c8f8612c8: Waiting 07:26:44 bad1582abee6: Layer already exists 07:26:44 b59be476ca9f: Layer already exists 07:26:44 e91f41a2c488: Layer already exists 07:26:44 5aeddbdf7cb7: Layer already exists 07:26:44 144d083f5ead: Layer already exists 07:26:44 dd9c8f8612c8: Layer already exists 07:26:45 45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7: digest: sha256:db65190148fee3ffadc6ff5c2e78867ad6cc77ef696a25b8e9134cd07fb4303b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:45 + 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 07:26:45 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 07:26:45 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:26:45 144d083f5ead: Preparing 07:26:45 5aeddbdf7cb7: Preparing 07:26:45 bad1582abee6: Preparing 07:26:45 b59be476ca9f: Preparing 07:26:45 e91f41a2c488: Preparing 07:26:45 dd9c8f8612c8: Preparing 07:26:45 dd9c8f8612c8: Waiting 07:26:45 bad1582abee6: Layer already exists 07:26:45 5aeddbdf7cb7: Layer already exists 07:26:45 144d083f5ead: Layer already exists 07:26:45 b59be476ca9f: Layer already exists 07:26:45 e91f41a2c488: Layer already exists 07:26:45 dd9c8f8612c8: Layer already exists 07:26:46 main: digest: sha256:db65190148fee3ffadc6ff5c2e78867ad6cc77ef696a25b8e9134cd07fb4303b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:46 ===================================================== [Pipeline] echo 07:26:46 taggedImages: 07:26:46 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be 07:26:46 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:26:46 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.7 07:26:46 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 07:26:46 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] echo 07:26:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be [Pipeline] echo 07:26:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] echo 07:26:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:1.0.0-dev.7 [Pipeline] echo 07:26:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:45f43ccd891a66b08ae4f68a5ac0c2c2ea7c48be-1.0.0-dev.7 [Pipeline] echo 07:26:46 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 07:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:26:46 07:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:26:46 arm64: Pulling from edgex-lftools-log-publisher 07:26:46 8998bd30e6a1: Pulling fs layer 07:26:46 04944245beec: Pulling fs layer 07:26:46 699f458cf7ca: Pulling fs layer 07:26:46 765212b225bb: Pulling fs layer 07:26:46 f23df028b6ca: Pulling fs layer 07:26:46 d65c8cfc05b1: Pulling fs layer 07:26:46 2437ff75d9bd: Pulling fs layer 07:26:46 d65c8cfc05b1: Waiting 07:26:47 765212b225bb: Waiting 07:26:47 f23df028b6ca: Waiting 07:26:47 2437ff75d9bd: Waiting 07:26:47 04944245beec: Verifying Checksum 07:26:47 04944245beec: Download complete 07:26:47 765212b225bb: Verifying Checksum 07:26:47 765212b225bb: Download complete 07:26:47 f23df028b6ca: Verifying Checksum 07:26:47 f23df028b6ca: Download complete 07:26:47 d65c8cfc05b1: Verifying Checksum 07:26:47 d65c8cfc05b1: Download complete 07:26:47 699f458cf7ca: Verifying Checksum 07:26:47 699f458cf7ca: Download complete 07:26:47 8998bd30e6a1: Verifying Checksum 07:26:47 8998bd30e6a1: Download complete 07:26:50 2437ff75d9bd: Verifying Checksum 07:26:50 2437ff75d9bd: Download complete 07:26:53 8998bd30e6a1: Pull complete 07:26:53 04944245beec: Pull complete 07:26:55 699f458cf7ca: Pull complete 07:26:55 765212b225bb: Pull complete 07:26:55 f23df028b6ca: Pull complete 07:26:56 d65c8cfc05b1: Pull complete 07:27:14 2437ff75d9bd: Pull complete 07:27:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:27:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:27:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:14 prd-ubuntu20.04-docker-arm64-4c-16g-3616 does not seem to be running inside a container 07:27: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:arm64 cat 07:27:17 $ docker top a581e71488a01f842d6efb0a481b97b2332af3e529bf24dcdc36164f46e9e957 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:27:18 ---> job-cost.sh 07:27:18 lf-activate-venv: SKIPPING 07:27:18 INFO: No Stack... 07:27:18 INFO: Retrieving Pricing Info for: v3-standard-4 07:27:19 INFO: Archiving Costs [Pipeline] sh 07:27:19 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:27:19 + cut -d, -f6 [Pipeline] lock 07:27:19 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] 07:27:20 Resource [jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] did not exist. Created. 07:27:20 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:27:20 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a3496c52/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:27:20 + echo total: 0.10999999940395355 [Pipeline] stash 07:27:20 Warning: overwriting stash ‘stack-cost’ 07:27:21 Stashed 1 file(s) [Pipeline] } 07:27:21 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-59-stack-cost] [Pipeline] // lock [Pipeline] } 07:27:21 $ docker stop --time=1 a581e71488a01f842d6efb0a481b97b2332af3e529bf24dcdc36164f46e9e957 07:27:22 $ docker rm -f --volumes a581e71488a01f842d6efb0a481b97b2332af3e529bf24dcdc36164f46e9e957 [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 07:27:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:27:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:23 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:27:23 $ 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 07:27:24 $ docker top e06ef30ca0558408f0dcd879a1af85dcd6a8a79b0f097cd279e91b0e39082911 -eo pid,comm 07:27:24 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). 07:27:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:24 [ssh-agent] Looking for ssh-agent implementation... 07:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:24 $ docker exec e06ef30ca0558408f0dcd879a1af85dcd6a8a79b0f097cd279e91b0e39082911 ssh-agent 07:27:24 SSH_AUTH_SOCK=/tmp/ssh-mG210qDxCNF7/agent.31 07:27:24 SSH_AGENT_PID=36 07:27:24 Running ssh-add (command line suppressed) 07:27:24 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2961232313966119677.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_2961232313966119677.key) 07:27:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:25 + git semver tag 07:27:25 2025-06-20 07:27:25,241 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:27:25 2025-06-20 07:27:25,247 [run_tag] DEBUG tag force:False 07:27:25 2025-06-20 07:27:25,247 [check_head_tag] DEBUG check head tag 07:27:25 2025-06-20 07:27:25,248 [execute] INFO git cat-file --batch-check 07:27:25 2025-06-20 07:27:25,248 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 07:27:25 2025-06-20 07:27:25,250 [execute] INFO git cat-file --batch 07:27:25 2025-06-20 07:27:25,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=, shell=False, universal_newlines=False) 07:27:25 2025-06-20 07:27:25,265 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:25 2025-06-20 07:27:25,265 [execute] INFO git tag -a v1.0.0-dev.7 -m v1.0.0-dev.7 07:27:25 2025-06-20 07:27:25,265 [execute] DEBUG Popen(['git', 'tag', '-a', 'v1.0.0-dev.7', '-m', 'v1.0.0-dev.7'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, stdin=None, shell=False, universal_newlines=False) 07:27:25 2025-06-20 07:27:25,268 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:25 1.0.0-dev.7 [Pipeline] } 07:27:25 $ docker exec --env ******** --env ******** e06ef30ca0558408f0dcd879a1af85dcd6a8a79b0f097cd279e91b0e39082911 ssh-agent -k 07:27:25 unset SSH_AUTH_SOCK; 07:27:25 unset SSH_AGENT_PID; 07:27:25 echo Agent pid 36 killed; 07:27:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:25 + git semver [Pipeline] } 07:27:26 $ docker stop --time=1 e06ef30ca0558408f0dcd879a1af85dcd6a8a79b0f097cd279e91b0e39082911 07:27:27 $ docker rm -f --volumes e06ef30ca0558408f0dcd879a1af85dcd6a8a79b0f097cd279e91b0e39082911 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:27:27 07:27:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:27:28 0.23.1-centos7: Pulling from edgex-lftools 07:27:28 ab5ef0e58194: Pulling fs layer 07:27:28 9712f1f96733: Pulling fs layer 07:27:28 63f879dbbcfc: Pulling fs layer 07:27:28 0d9ebad4ef96: Pulling fs layer 07:27:28 e9a5061849ea: Pulling fs layer 07:27:28 d747dcd14b5f: Pulling fs layer 07:27:28 2de7ff778b66: Pulling fs layer 07:27:28 0d9ebad4ef96: Waiting 07:27:28 e9a5061849ea: Waiting 07:27:28 d747dcd14b5f: Waiting 07:27:28 9712f1f96733: Verifying Checksum 07:27:28 9712f1f96733: Download complete 07:27:28 63f879dbbcfc: Verifying Checksum 07:27:28 63f879dbbcfc: Download complete 07:27:28 e9a5061849ea: Verifying Checksum 07:27:28 e9a5061849ea: Download complete 07:27:28 d747dcd14b5f: Verifying Checksum 07:27:28 d747dcd14b5f: Download complete 07:27:28 0d9ebad4ef96: Verifying Checksum 07:27:28 0d9ebad4ef96: Download complete 07:27:28 ab5ef0e58194: Verifying Checksum 07:27:28 ab5ef0e58194: Download complete 07:27:29 2de7ff778b66: Verifying Checksum 07:27:29 2de7ff778b66: Download complete 07:27:31 ab5ef0e58194: Pull complete 07:27:31 9712f1f96733: Pull complete 07:27:31 63f879dbbcfc: Pull complete 07:27:35 0d9ebad4ef96: Pull complete 07:27:35 e9a5061849ea: Pull complete 07:27:35 d747dcd14b5f: Pull complete 07:27:36 2de7ff778b66: Pull complete 07:27:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:27:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:27:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:36 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:27:36 $ 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 07:27:41 $ docker top 7b0c417684d30bdb52e80b625eeee9fbd8f56db18c7d48d9766d8460e5b30889 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:27:41 provisioning config files... 07:27:41 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config6500935893113642722tmp 07:27:41 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16261539871985497176tmp 07:27:41 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12239698003635752783tmp [Pipeline] { [Pipeline] echo 07:27:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:27:41 ---> sigul-configuration.sh 07:27:41 gpg: directory `/root/.gnupg' created 07:27:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:27:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:27:41 gpg: keyring `/root/.gnupg/secring.gpg' created 07:27:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:27:41 gpg: CAST5 encrypted data 07:27:41 gpg: encrypted with 1 passphrase 07:27:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:27:41 + mkdir /home/jenkins 07:27:41 + mkdir /home/jenkins/sigul [Pipeline] sh 07:27:42 + 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 07:27:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:27:42 ---> sigul-install.sh 07:27:42 Sigul already installed; skipping installation. [Pipeline] sh 07:27:42 + git tag --list 07:27:42 v0.0.1 07:27:42 v0.0.2-dev.1 07:27:42 v0.0.2-dev.10 07:27:42 v0.0.2-dev.11 07:27:42 v0.0.2-dev.12 07:27:42 v0.0.2-dev.13 07:27:42 v0.0.2-dev.14 07:27:42 v0.0.2-dev.15 07:27:42 v0.0.2-dev.16 07:27:42 v0.0.2-dev.17 07:27:42 v0.0.2-dev.18 07:27:42 v0.0.2-dev.19 07:27:42 v0.0.2-dev.2 07:27:42 v0.0.2-dev.20 07:27:42 v0.0.2-dev.21 07:27:42 v0.0.2-dev.22 07:27:42 v0.0.2-dev.23 07:27:42 v0.0.2-dev.24 07:27:42 v0.0.2-dev.25 07:27:42 v0.0.2-dev.26 07:27:42 v0.0.2-dev.27 07:27:42 v0.0.2-dev.28 07:27:42 v0.0.2-dev.29 07:27:42 v0.0.2-dev.3 07:27:42 v0.0.2-dev.30 07:27:42 v0.0.2-dev.31 07:27:42 v0.0.2-dev.32 07:27:42 v0.0.2-dev.33 07:27:42 v0.0.2-dev.34 07:27:42 v0.0.2-dev.35 07:27:42 v0.0.2-dev.36 07:27:42 v0.0.2-dev.37 07:27:42 v0.0.2-dev.38 07:27:42 v0.0.2-dev.39 07:27:42 v0.0.2-dev.4 07:27:42 v0.0.2-dev.40 07:27:42 v0.0.2-dev.41 07:27:42 v0.0.2-dev.42 07:27:42 v0.0.2-dev.43 07:27:42 v0.0.2-dev.44 07:27:42 v0.0.2-dev.5 07:27:42 v0.0.2-dev.6 07:27:42 v0.0.2-dev.7 07:27:42 v0.0.2-dev.8 07:27:42 v0.0.2-dev.9 07:27:42 v1.0.0-dev.1 07:27:42 v1.0.0-dev.2 07:27:42 v1.0.0-dev.3 07:27:42 v1.0.0-dev.4 07:27:42 v1.0.0-dev.5 07:27:42 v1.0.0-dev.6 07:27:42 v1.0.0-dev.7 [Pipeline] sh 07:27:42 + lftools sign git-tag v1.0.0-dev.7 07:27:43 Signing Git tag with Sigul... 07:27:43 Signing v1.0.0-dev.7 [Pipeline] echo 07:27:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:27:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:27:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:27:44 $ docker stop --time=1 7b0c417684d30bdb52e80b625eeee9fbd8f56db18c7d48d9766d8460e5b30889 07:27:45 $ docker rm -f --volumes 7b0c417684d30bdb52e80b625eeee9fbd8f56db18c7d48d9766d8460e5b30889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:27:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:27:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:46 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:27:46 $ 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 07:27:46 $ docker top d582318252f45cff71cc23b107df2ef63fedad5cff2863ce86e103bbad262995 -eo pid,comm 07:27:46 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). 07:27:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:46 [ssh-agent] Looking for ssh-agent implementation... 07:27:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:46 $ docker exec d582318252f45cff71cc23b107df2ef63fedad5cff2863ce86e103bbad262995 ssh-agent 07:27:46 SSH_AUTH_SOCK=/tmp/ssh-lNh3Z3hcfFcT/agent.33 07:27:46 SSH_AGENT_PID=39 07:27:46 Running ssh-add (command line suppressed) 07:27:47 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10878717061764091853.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_10878717061764091853.key) 07:27:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:47 + git semver bump pre 07:27:47 2025-06-20 07:27:47,589 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:27:47 2025-06-20 07:27:47,597 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:47 2025-06-20 07:27:47,597 [bump_version] DEBUG bumping version:1.0.0-dev.7 on axis:pre with prefix:dev 07:27:47 2025-06-20 07:27:47,597 [bump_version] DEBUG bumped version:1.0.0-dev.8 07:27:47 2025-06-20 07:27:47,597 [write_version] DEBUG write version:1.0.0-dev.8 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 07:27:47 2025-06-20 07:27:47,597 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:47 2025-06-20 07:27:47,597 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:47 2025-06-20 07:27:47,599 [execute] INFO git cat-file --batch-check 07:27:47 2025-06-20 07:27:47,599 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 07:27:47 2025-06-20 07:27:47,603 [execute] INFO git cat-file --batch 07:27:47 2025-06-20 07:27:47,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 07:27:47 2025-06-20 07:27:47,606 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:47 1.0.0-dev.8 [Pipeline] } 07:27:47 $ docker exec --env ******** --env ******** d582318252f45cff71cc23b107df2ef63fedad5cff2863ce86e103bbad262995 ssh-agent -k 07:27:47 unset SSH_AUTH_SOCK; 07:27:47 unset SSH_AGENT_PID; 07:27:47 echo Agent pid 39 killed; 07:27:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:48 + git semver [Pipeline] } 07:27:48 $ docker stop --time=1 d582318252f45cff71cc23b107df2ef63fedad5cff2863ce86e103bbad262995 07:27:49 $ docker rm -f --volumes d582318252f45cff71cc23b107df2ef63fedad5cff2863ce86e103bbad262995 [Pipeline] // withDockerContainer [Pipeline] sh 07:27:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:27:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:50 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:27: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:27:50 $ docker top 7a382533bf5718b80b4ddca32c28de3776d0836c1bd144da625d450aeb7788a2 -eo pid,comm 07:27:51 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). 07:27:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:51 [ssh-agent] Looking for ssh-agent implementation... 07:27:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:51 $ docker exec 7a382533bf5718b80b4ddca32c28de3776d0836c1bd144da625d450aeb7788a2 ssh-agent 07:27:51 SSH_AUTH_SOCK=/tmp/ssh-csAxVlSi3gGi/agent.32 07:27:51 SSH_AGENT_PID=38 07:27:51 Running ssh-add (command line suppressed) 07:27:51 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16982476543877707837.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_16982476543877707837.key) 07:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:51 + git semver push 07:27:51 2025-06-20 07:27:51,928 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:27:51 2025-06-20 07:27:51,933 [run_push] DEBUG push 07:27:51 2025-06-20 07:27:51,933 [execute] INFO git cat-file --batch-check 07:27:51 2025-06-20 07:27:51,933 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=, shell=False, universal_newlines=False) 07:27:51 2025-06-20 07:27:51,935 [execute] INFO git rev-list 8a97aa991b2059eba227d19d48b9ad0fd21bd92d -- 07:27:51 2025-06-20 07:27:51,936 [execute] DEBUG Popen(['git', 'rev-list', '8a97aa991b2059eba227d19d48b9ad0fd21bd92d', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 07:27:51 2025-06-20 07:27:51,940 [execute] INFO git fetch -v -- origin 07:27:51 2025-06-20 07:27:51,940 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=True) 07:27:52 2025-06-20 07:27:52,421 [run_push] DEBUG no remote changes detected 07:27:52 2025-06-20 07:27:52,421 [execute] INFO git push origin semver 07:27:52 2025-06-20 07:27:52,422 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, stdin=None, shell=False, universal_newlines=False) 07:27:53 2025-06-20 07:27:53,062 [run_push] DEBUG push all version tags 07:27:53 2025-06-20 07:27:53,062 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:27:53 2025-06-20 07:27:53,062 [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) 07:27:54 2025-06-20 07:27:53,849 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:27:54 1.0.0-dev.8 [Pipeline] } 07:27:54 $ docker exec --env ******** --env ******** 7a382533bf5718b80b4ddca32c28de3776d0836c1bd144da625d450aeb7788a2 ssh-agent -k 07:27:54 unset SSH_AUTH_SOCK; 07:27:54 unset SSH_AGENT_PID; 07:27:54 echo Agent pid 38 killed; 07:27:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:54 + git semver [Pipeline] } 07:27:54 $ docker stop --time=1 7a382533bf5718b80b4ddca32c28de3776d0836c1bd144da625d450aeb7788a2 07:27:56 $ docker rm -f --volumes 7a382533bf5718b80b4ddca32c28de3776d0836c1bd144da625d450aeb7788a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:27:56 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 07:27:56 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:27:56 total 16 07:27:56 drwxr-xr-x 3 root root 4096 Jun 20 07:20 . 07:27:56 drwxrwxr-x 7 jenkins jenkins 4096 Jun 20 07:27 .. 07:27:56 drwxr-xr-x 2 root root 4096 Jun 20 07:20 cost 07:27:56 -rw-r--r-- 1 root root 88 Jun 20 07:20 cost.csv 07:27:56 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:27:56 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:27:56 total 16 07:27:56 drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 07:20 . 07:27:56 drwxrwxr-x 7 jenkins jenkins 4096 Jun 20 07:27 .. 07:27:56 drwxr-xr-x 2 jenkins jenkins 4096 Jun 20 07:20 cost 07:27:56 -rw-r--r-- 1 jenkins jenkins 88 Jun 20 07:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:27:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:27:57 ---> package-listing.sh 07:27:57 ++ facter osfamily 07:27:57 ++ tr '[:upper:]' '[:lower:]' 07:27:57 + OS_FAMILY=debian 07:27:57 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 07:27:57 + START_PACKAGES=/tmp/packages_start.txt 07:27:57 + END_PACKAGES=/tmp/packages_end.txt 07:27:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:27:57 + PACKAGES=/tmp/packages_start.txt 07:27:57 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:27:57 + PACKAGES=/tmp/packages_end.txt 07:27:57 + case "${OS_FAMILY}" in 07:27:57 + dpkg -l 07:27:57 + grep '^ii' 07:27:57 + '[' -f /tmp/packages_start.txt ']' 07:27:57 + '[' -f /tmp/packages_end.txt ']' 07:27:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:27:57 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:27:57 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 07:27:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 07:27:57 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 07:27:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:58 prd-ubuntu20.04-docker-8c-8g-3615 does not seem to be running inside a container 07:27:58 $ 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 07:27:59 $ docker top 50152033449d745a70db5375d9d35569011f4e23339ebc5ea69841ba28915de2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:59 + touch /tmp/pre-build-complete [Pipeline] sh 07:27:59 + mkdir -p /var/log/sysstat [Pipeline] sh 07:27:59 + ls /var/log/sa-host 07:27:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:59 provisioning config files... 07:27:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9516680012728369918tmp [Pipeline] { [Pipeline] echo 07:28:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:28:00 ---> create-netrc.sh [Pipeline] } 07:28:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:28:00 ---> python-tools-install.sh [Pipeline] echo 07:28:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:28:00 ---> sudo-logs.sh 07:28:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:28:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:28:01 ---> job-cost.sh 07:28:01 lf-activate-venv: SKIPPING 07:28:01 DEBUG: total: 0.2199999988079071 07:28:01 INFO: Retrieving Stack Cost... 07:28:01 INFO: Retrieving Pricing Info for: v3-standard-8 07:28:01 INFO: Archiving Costs [Pipeline] echo 07:28:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:28:02 ---> logs-deploy.sh 07:28:02 lf-activate-venv: SKIPPING 07:28:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/59 07:28:02 INFO: archiving workspace using pattern(s): 07:28:02 Archives upload complete. 07:28:02 INFO: archiving logs to Nexus