Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f7616055fa408fe9de5c1ab01cec76f469475795 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-ssh4530601923688685778.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7c45c8a198bad082eec5dc6eba334c557e460952 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-ssh6131934914872317261.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 7c45c8a198bad082eec5dc6eba334c557e460952 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-ssh17714476841198099635.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7c45c8a198bad082eec5dc6eba334c557e460952 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7c45c8a198bad082eec5dc6eba334c557e460952 # timeout=10 Commit message: "Merge pull request #470 from jinlinGuan/build-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-ssh15685164351525638621.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-ssh527478594327320413.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-42139 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 f7616055fa408fe9de5c1ab01cec76f469475795 (main) Commit message: "Merge pull request #114 from cherrycl/add-protobuf" > git config core.sparsecheckout # timeout=10 > git checkout -f f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10 > git rev-list --no-walk f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-27T03:02:28.837Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-27T03:02:28.936Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-27T03:02:28.963Z] ========================================================= [2025-03-27T03:02:28.963Z] EdgeX Global Pipelines Version Info [2025-03-27T03:02:28.963Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:02:29.702Z] ------------------- [2025-03-27T03:02:29.702Z] stable info: [2025-03-27T03:02:29.702Z] ------------------- [2025-03-27T03:02:29.702Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-27T03:02:29.702Z] Commit SHA: 7c45c8a198bad082eec5dc6eba334c557e460952 [2025-03-27T03:02:29.702Z] Message: update stable to v1.0.273 [2025-03-27T03:02:30.274Z] ------------------- [2025-03-27T03:02:30.274Z] experimental info: [2025-03-27T03:02:30.274Z] ------------------- [2025-03-27T03:02:30.274Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-27T03:02:30.274Z] Commit SHA: 7c45c8a198bad082eec5dc6eba334c557e460952 [2025-03-27T03:02:30.274Z] Message: update experimental to v1.0.273 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-03-27T03:02:30.374Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2025-03-27T03:02:30.397Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2025-03-27T03:02:30.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-27T03:02:30.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-27T03:02:30.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-27T03:02:30.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2025-03-27T03:02:30.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-27T03:02:30.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-03-27T03:02:30.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-03-27T03:02:30.558Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-27T03:02:30.581Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-03-27T03:02:30.607Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2025-03-27T03:02:30.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-27T03:02:30.661Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-27T03:02:30.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-27T03:02:30.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-27T03:02:30.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-27T03:02:30.749Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7616055fa408fe9de5c1ab01cec76f469475795 [Pipeline] echo [2025-03-27T03:02:30.774Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f761605 [Pipeline] echo [2025-03-27T03:02:30.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:02:30.858Z] provisioning config files... [2025-03-27T03:02:30.874Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11017457257537965205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:02:31.215Z] ---> ****-login.sh [2025-03-27T03:02:31.215Z] nexus3.edgexfoundry.org:10001 [2025-03-27T03:02:31.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:31.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:31.475Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:31.475Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:31.475Z] [2025-03-27T03:02:31.475Z] Login Succeeded [2025-03-27T03:02:31.475Z] nexus3.edgexfoundry.org:10002 [2025-03-27T03:02:31.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:31.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:31.737Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:31.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:31.737Z] [2025-03-27T03:02:31.737Z] Login Succeeded [2025-03-27T03:02:31.737Z] nexus3.edgexfoundry.org:10003 [2025-03-27T03:02:31.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:31.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:31.737Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:31.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:31.737Z] [2025-03-27T03:02:31.737Z] Login Succeeded [2025-03-27T03:02:31.737Z] nexus3.edgexfoundry.org:10004 [2025-03-27T03:02:31.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:31.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:31.997Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:31.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:31.997Z] [2025-03-27T03:02:31.997Z] Login Succeeded [2025-03-27T03:02:31.997Z] ****.io [2025-03-27T03:02:31.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:32.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:32.255Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:32.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:32.255Z] [2025-03-27T03:02:32.255Z] Login Succeeded [2025-03-27T03:02:32.255Z] ---> ****-login.sh ends [Pipeline] } [2025-03-27T03:02:32.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-03-27T03:02:32.783Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-27T03:02:32.784Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-27T03:02:32.784Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-27T03:02:32.784Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-27T03:02:32.784Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-27T03:02:32.784Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-27T03:02:32.784Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:02:33.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:02:33.133Z] [2025-03-27T03:02:33.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:02:33.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:02:33.444Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-27T03:02:33.444Z] b85a868b505f: Pulling fs layer [2025-03-27T03:02:33.444Z] e2be974225ed: Pulling fs layer [2025-03-27T03:02:33.444Z] 339a4e72a1f5: Pulling fs layer [2025-03-27T03:02:33.444Z] 988bab9f4d93: Pulling fs layer [2025-03-27T03:02:33.444Z] 1469e6f7b9e6: Pulling fs layer [2025-03-27T03:02:33.444Z] eaf3925da568: Pulling fs layer [2025-03-27T03:02:33.444Z] bab4dde63d76: Pulling fs layer [2025-03-27T03:02:33.444Z] bde34c3a00c8: Pulling fs layer [2025-03-27T03:02:33.444Z] b352a97aabf1: Pulling fs layer [2025-03-27T03:02:33.444Z] 4872d77fe225: Pulling fs layer [2025-03-27T03:02:33.444Z] 5851b861e8e6: Pulling fs layer [2025-03-27T03:02:33.444Z] bab4dde63d76: Waiting [2025-03-27T03:02:33.444Z] 4872d77fe225: Waiting [2025-03-27T03:02:33.444Z] 5851b861e8e6: Waiting [2025-03-27T03:02:33.444Z] 988bab9f4d93: Waiting [2025-03-27T03:02:33.444Z] eaf3925da568: Waiting [2025-03-27T03:02:33.444Z] bde34c3a00c8: Waiting [2025-03-27T03:02:33.444Z] b352a97aabf1: Waiting [2025-03-27T03:02:33.444Z] 1469e6f7b9e6: Waiting [2025-03-27T03:02:33.444Z] e2be974225ed: Download complete [2025-03-27T03:02:33.444Z] 988bab9f4d93: Verifying Checksum [2025-03-27T03:02:33.444Z] 988bab9f4d93: Download complete [2025-03-27T03:02:33.444Z] 339a4e72a1f5: Verifying Checksum [2025-03-27T03:02:33.444Z] 339a4e72a1f5: Download complete [2025-03-27T03:02:33.444Z] 1469e6f7b9e6: Verifying Checksum [2025-03-27T03:02:33.444Z] 1469e6f7b9e6: Download complete [2025-03-27T03:02:33.702Z] eaf3925da568: Download complete [2025-03-27T03:02:33.702Z] bde34c3a00c8: Verifying Checksum [2025-03-27T03:02:33.702Z] bde34c3a00c8: Download complete [2025-03-27T03:02:33.702Z] b352a97aabf1: Download complete [2025-03-27T03:02:33.702Z] 4872d77fe225: Verifying Checksum [2025-03-27T03:02:33.702Z] 4872d77fe225: Download complete [2025-03-27T03:02:33.702Z] 5851b861e8e6: Download complete [2025-03-27T03:02:33.702Z] b85a868b505f: Verifying Checksum [2025-03-27T03:02:33.702Z] b85a868b505f: Download complete [2025-03-27T03:02:33.961Z] bab4dde63d76: Verifying Checksum [2025-03-27T03:02:33.961Z] bab4dde63d76: Download complete [2025-03-27T03:02:34.901Z] b85a868b505f: Pull complete [2025-03-27T03:02:35.159Z] e2be974225ed: Pull complete [2025-03-27T03:02:35.419Z] 339a4e72a1f5: Pull complete [2025-03-27T03:02:35.419Z] 988bab9f4d93: Pull complete [2025-03-27T03:02:35.679Z] 1469e6f7b9e6: Pull complete [2025-03-27T03:02:35.938Z] eaf3925da568: Pull complete [2025-03-27T03:02:37.861Z] bab4dde63d76: Pull complete [2025-03-27T03:02:37.861Z] bde34c3a00c8: Pull complete [2025-03-27T03:02:37.861Z] b352a97aabf1: Pull complete [2025-03-27T03:02:37.861Z] 4872d77fe225: Pull complete [2025-03-27T03:02:37.861Z] 5851b861e8e6: Pull complete [2025-03-27T03:02:37.861Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-27T03:02:37.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:02:37.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:02:38.014Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:02:38.054Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-27T03:02:39.293Z] $ docker top ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 -eo pid,comm [2025-03-27T03:02:39.352Z] 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). [2025-03-27T03:02:39.352Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-27T03:02:39.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-27T03:02:39.413Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-27T03:02:39.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-27T03:02:39.535Z] $ docker exec ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent [2025-03-27T03:02:39.647Z] SSH_AUTH_SOCK=/tmp/ssh-KCOACRHUtEGq/agent.31 [2025-03-27T03:02:39.647Z] SSH_AGENT_PID=37 [2025-03-27T03:02:39.654Z] Running ssh-add (command line suppressed) [2025-03-27T03:02:39.757Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15229812418520369677.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15229812418520369677.key) [2025-03-27T03:02:39.771Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-27T03:02:40.076Z] + git tag --points-at HEAD [Pipeline] } [2025-03-27T03:02:40.105Z] $ docker exec --env ******** --env ******** ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent -k [2025-03-27T03:02:40.208Z] unset SSH_AUTH_SOCK; [2025-03-27T03:02:40.208Z] unset SSH_AGENT_PID; [2025-03-27T03:02:40.209Z] echo Agent pid 37 killed; [2025-03-27T03:02:40.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2025-03-27T03:02:40.258Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v0.0.2-dev.44' [Pipeline] sshagent [2025-03-27T03:02:40.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-27T03:02:40.290Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-27T03:02:40.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-27T03:02:40.403Z] $ docker exec ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent [2025-03-27T03:02:40.524Z] SSH_AUTH_SOCK=/tmp/ssh-cqbRerTFDLpC/agent.70 [2025-03-27T03:02:40.524Z] SSH_AGENT_PID=76 [2025-03-27T03:02:40.530Z] Running ssh-add (command line suppressed) [2025-03-27T03:02:40.641Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_1550899959054083206.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_1550899959054083206.key) [2025-03-27T03:02:40.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-27T03:02:40.948Z] + git semver init [2025-03-27T03:02:41.210Z] 2025-03-27 03:02:41,105 [run_init] DEBUG init version:0.0.0 force:False [2025-03-27T03:02:41.210Z] 2025-03-27 03:02:41,105 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-03-27T03:02:41.210Z] 2025-03-27 03:02:41,106 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2025-03-27T03:02:41.210Z] 2025-03-27 03:02:41,106 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2025-03-27T03:02:41.782Z] 2025-03-27 03:02:41,675 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2025-03-27T03:02:41.782Z] 2025-03-27 03:02:41,675 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2025-03-27T03:02:41.782Z] 2025-03-27 03:02:41,675 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-03-27T03:02:41.782Z] 2025-03-27 03:02:41,675 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2025-03-27T03:02:41.782Z] 0.0.2-dev.45 [Pipeline] } [2025-03-27T03:02:41.790Z] $ docker exec --env ******** --env ******** ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent -k [2025-03-27T03:02:41.879Z] unset SSH_AUTH_SOCK; [2025-03-27T03:02:41.880Z] unset SSH_AGENT_PID; [2025-03-27T03:02:41.880Z] echo Agent pid 76 killed; [2025-03-27T03:02:41.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-27T03:02:42.235Z] + git semver [Pipeline] } [2025-03-27T03:02:42.503Z] $ docker stop --time=1 ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 [2025-03-27T03:02:43.784Z] $ docker rm -f --volumes ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-27T03:02:44.128Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-27T03:02:44.358Z] Stashed 1 file(s) [Pipeline] echo [2025-03-27T03:02:44.362Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.45 [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 [2025-03-27T03:02:44.552Z] provisioning config files... [2025-03-27T03:02:44.560Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13445553209303643495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:02:44.856Z] ---> ****-login.sh [2025-03-27T03:02:44.857Z] nexus3.edgexfoundry.org:10001 [2025-03-27T03:02:44.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:44.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:44.857Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:44.857Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:44.857Z] [2025-03-27T03:02:44.857Z] Login Succeeded [2025-03-27T03:02:44.857Z] nexus3.edgexfoundry.org:10002 [2025-03-27T03:02:44.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:44.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:44.857Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:44.857Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:44.857Z] [2025-03-27T03:02:44.857Z] Login Succeeded [2025-03-27T03:02:44.857Z] nexus3.edgexfoundry.org:10003 [2025-03-27T03:02:45.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:45.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:45.116Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:45.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:45.116Z] [2025-03-27T03:02:45.116Z] Login Succeeded [2025-03-27T03:02:45.116Z] nexus3.edgexfoundry.org:10004 [2025-03-27T03:02:45.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:45.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:45.116Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:45.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:45.116Z] [2025-03-27T03:02:45.117Z] Login Succeeded [2025-03-27T03:02:45.117Z] ****.io [2025-03-27T03:02:45.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:02:45.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:02:45.376Z] Configure a credential helper to remove this warning. See [2025-03-27T03:02:45.376Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:02:45.376Z] [2025-03-27T03:02:45.376Z] Login Succeeded [2025-03-27T03:02:45.376Z] ---> ****-login.sh ends [Pipeline] } [2025-03-27T03:02:45.383Z] 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 [2025-03-27T03:02:46.167Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-27T03:02:46.466Z] + ls -al . [2025-03-27T03:02:46.466Z] total 72 [2025-03-27T03:02:46.466Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 27 03:02 . [2025-03-27T03:02:46.466Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:02 .. [2025-03-27T03:02:46.466Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:02 .git [2025-03-27T03:02:46.466Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 03:02 .github [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 22 Mar 27 03:02 .gitignore [2025-03-27T03:02:46.466Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 27 03:02 .semver [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 1653 Mar 27 03:02 Dockerfile [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 746 Mar 27 03:02 Jenkinsfile [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 11381 Mar 27 03:02 LICENSE [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 3606 Mar 27 03:02 README.md [2025-03-27T03:02:46.466Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:02 TAF-Manager [2025-03-27T03:02:46.466Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:02 TUC [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 27 03:02 VERSION [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 360 Mar 27 03:02 requirements.txt [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 54 Mar 27 03:02 robot-entrypoint.sh [2025-03-27T03:02:46.466Z] -rw-rw-r-- 1 jenkins jenkins 445 Mar 27 03:02 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:02:46.784Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 --label arch=amd64 --label version=0.0.2-dev.45 . [2025-03-27T03:02:46.784Z] Sending build context to Docker daemon 581.6kB [2025-03-27T03:02:46.784Z] Step 1/13 : FROM alpine:3.20 [2025-03-27T03:02:47.044Z] 3.20: Pulling from library/alpine [2025-03-27T03:02:47.303Z] 0a9a5dfd008f: Pulling fs layer [2025-03-27T03:02:47.303Z] 0a9a5dfd008f: Download complete [2025-03-27T03:02:47.561Z] 0a9a5dfd008f: Pull complete [2025-03-27T03:02:47.561Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-27T03:02:47.561Z] Status: Downloaded newer image for alpine:3.20 [2025-03-27T03:02:47.561Z] ---> ff221270b9fb [2025-03-27T03:02:47.561Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-03-27T03:02:47.561Z] ---> Running in 57c3c1105df4 [2025-03-27T03:02:47.822Z] Removing intermediate container 57c3c1105df4 [2025-03-27T03:02:47.822Z] ---> d46fba35352b [2025-03-27T03:02:47.822Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-03-27T03:02:47.822Z] ---> Running in 7b213e923a72 [2025-03-27T03:02:47.822Z] Removing intermediate container 7b213e923a72 [2025-03-27T03:02:47.822Z] ---> c736766f8ae9 [2025-03-27T03:02:47.822Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-03-27T03:02:48.081Z] ---> a1158efa5bb9 [2025-03-27T03:02:48.081Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-03-27T03:02:48.081Z] ---> aabc8bcc21ac [2025-03-27T03:02:48.081Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-03-27T03:02:48.340Z] ---> e3cddbd61a80 [2025-03-27T03:02:48.340Z] Step 7/13 : WORKDIR /edgex-taf [2025-03-27T03:02:48.340Z] ---> Running in e0bc9d17e0ee [2025-03-27T03:02:48.340Z] Removing intermediate container e0bc9d17e0ee [2025-03-27T03:02:48.340Z] ---> 7e76c6fd3c1f [2025-03-27T03:02:48.340Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-27T03:02:48.599Z] ---> Running in b141cb3db09c [2025-03-27T03:02:49.166Z] Removing intermediate container b141cb3db09c [2025-03-27T03:02:49.166Z] ---> e7b5c9dc4858 [2025-03-27T03:02:49.166Z] 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 [2025-03-27T03:02:49.166Z] ---> Running in db55f67a08ae [2025-03-27T03:02:49.426Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:49.995Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:50.936Z] OK: 8 MiB in 14 packages [2025-03-27T03:02:50.936Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:51.196Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:51.766Z] (1/14) Installing ca-certificates (20241121-r1) [2025-03-27T03:02:52.334Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-03-27T03:02:52.594Z] (3/14) Installing c-ares (1.33.1-r0) [2025-03-27T03:02:53.164Z] (4/14) Installing libunistring (1.2-r0) [2025-03-27T03:02:53.423Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-03-27T03:02:53.990Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-03-27T03:02:54.249Z] (7/14) Installing libpsl (0.21.5-r1) [2025-03-27T03:02:54.508Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-03-27T03:02:55.076Z] (9/14) Installing libcurl (8.12.1-r0) [2025-03-27T03:02:55.651Z] (10/14) Installing curl (8.12.1-r0) [2025-03-27T03:02:55.914Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-03-27T03:02:57.297Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-03-27T03:02:57.557Z] (13/14) Installing jq (1.7.1-r0) [2025-03-27T03:02:57.817Z] (14/14) Installing openssl (3.3.3-r0) [2025-03-27T03:02:58.386Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:02:58.386Z] Executing ca-certificates-20241121-r1.trigger [2025-03-27T03:02:58.386Z] OK: 43 MiB in 28 packages [2025-03-27T03:02:58.386Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:58.954Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:02:59.490Z] Still waiting to schedule task [2025-03-27T03:02:59.491Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-03-27T03:02:59.526Z] (1/167) Installing libexpat (2.7.0-r0) [2025-03-27T03:03:00.097Z] (2/167) Installing libbz2 (1.0.8-r6) [2025-03-27T03:03:00.356Z] (3/167) Installing libpng (1.6.44-r0) [2025-03-27T03:03:00.615Z] (4/167) Installing freetype (2.13.2-r0) [2025-03-27T03:03:01.187Z] (5/167) Installing fontconfig (2.15.0-r1) [2025-03-27T03:03:01.447Z] (6/167) Installing libfontenc (1.1.8-r0) [2025-03-27T03:03:01.706Z] (7/167) Installing mkfontscale (1.2.2-r6) [2025-03-27T03:03:02.273Z] (8/167) Installing font-opensans (0_git20210927-r1) [2025-03-27T03:03:02.534Z] (9/167) Installing pkgconf (2.2.0-r0) [2025-03-27T03:03:03.105Z] (10/167) Installing libgcc (13.2.1_git20240309-r1) [2025-03-27T03:03:03.366Z] (11/167) Installing libffi (3.4.6-r0) [2025-03-27T03:03:03.626Z] (12/167) Installing libintl (0.22.5-r0) [2025-03-27T03:03:03.886Z] (13/167) Installing libeconf (0.6.3-r0) [2025-03-27T03:03:04.145Z] (14/167) Installing libblkid (2.40.1-r1) [2025-03-27T03:03:04.714Z] (15/167) Installing libmount (2.40.1-r1) [2025-03-27T03:03:04.973Z] (16/167) Installing pcre2 (10.43-r0) [2025-03-27T03:03:05.538Z] (17/167) Installing glib (2.80.5-r0) [2025-03-27T03:03:05.797Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r1) [2025-03-27T03:03:06.370Z] (19/167) Installing xz-libs (5.6.2-r0) [2025-03-27T03:03:06.939Z] (20/167) Installing libxml2 (2.12.7-r2) [2025-03-27T03:03:07.199Z] (21/167) Installing shared-mime-info (2.4-r0) [2025-03-27T03:03:07.767Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2025-03-27T03:03:08.151Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2025-03-27T03:03:08.410Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2025-03-27T03:03:08.669Z] (25/167) Installing libwebp (1.3.2-r0) [2025-03-27T03:03:09.237Z] (26/167) Installing tiff (4.6.0t-r0) [2025-03-27T03:03:09.496Z] (27/167) Installing gdk-pixbuf (2.42.12-r0) [2025-03-27T03:03:10.064Z] (28/167) Installing gtk-update-icon-cache (3.24.43-r0) [2025-03-27T03:03:10.324Z] (29/167) Installing libxau (1.0.11-r4) [2025-03-27T03:03:10.583Z] (30/167) Installing libmd (1.1.0-r0) [2025-03-27T03:03:10.842Z] (31/167) Installing libbsd (0.12.2-r0) [2025-03-27T03:03:11.104Z] (32/167) Installing libxdmcp (1.1.5-r1) [2025-03-27T03:03:11.363Z] (33/167) Installing libxcb (1.16.1-r0) [2025-03-27T03:03:11.933Z] (34/167) Installing libx11 (1.8.9-r1) [2025-03-27T03:03:12.503Z] (35/167) Installing libxcomposite (0.4.6-r5) [2025-03-27T03:03:12.762Z] (36/167) Installing libxfixes (6.0.1-r4) [2025-03-27T03:03:13.022Z] (37/167) Installing libxrender (0.9.11-r5) [2025-03-27T03:03:13.281Z] (38/167) Installing libxcursor (1.2.2-r1) [2025-03-27T03:03:13.539Z] (39/167) Installing libxdamage (1.1.6-r5) [2025-03-27T03:03:13.798Z] (40/167) Installing libxext (1.3.6-r2) [2025-03-27T03:03:14.057Z] (41/167) Installing libxi (1.8.1-r4) [2025-03-27T03:03:14.317Z] (42/167) Installing libxinerama (1.1.5-r4) [2025-03-27T03:03:14.576Z] (43/167) Installing libxrandr (1.5.4-r1) [2025-03-27T03:03:14.835Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2025-03-27T03:03:15.402Z] (45/167) Installing libxtst (1.2.4-r6) [2025-03-27T03:03:15.660Z] (46/167) Installing dbus-libs (1.14.10-r1) [2025-03-27T03:03:15.919Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2025-03-27T03:03:16.177Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-03-27T03:03:16.746Z] (49/167) Installing pixman (0.43.2-r0) [2025-03-27T03:03:17.004Z] (50/167) Installing cairo (1.18.0-r0) [2025-03-27T03:03:17.572Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2025-03-27T03:03:17.832Z] (52/167) Installing avahi-libs (0.8-r17) [2025-03-27T03:03:18.092Z] (53/167) Installing gmp (6.3.0-r1) [2025-03-27T03:03:18.664Z] (54/167) Installing nettle (3.9.1-r0) [2025-03-27T03:03:18.922Z] (55/167) Installing libtasn1 (4.20.0-r0) [2025-03-27T03:03:19.181Z] (56/167) Installing p11-kit (0.25.3-r0) [2025-03-27T03:03:19.746Z] (57/167) Installing gnutls (3.8.5-r0) [2025-03-27T03:03:20.313Z] (58/167) Installing cups-libs (2.4.9-r1) [2025-03-27T03:03:20.571Z] (59/167) Installing libepoxy (1.5.10-r1) [2025-03-27T03:03:21.137Z] (60/167) Installing fribidi (1.0.15-r0) [2025-03-27T03:03:21.395Z] (61/167) Installing graphite2 (1.3.14-r6) [2025-03-27T03:03:21.655Z] (62/167) Installing harfbuzz (8.5.0-r0) [2025-03-27T03:03:22.221Z] (63/167) Installing libxft (2.3.8-r3) [2025-03-27T03:03:22.479Z] (64/167) Installing pango (1.52.2-r0) [2025-03-27T03:03:23.046Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2025-03-27T03:03:23.305Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2025-03-27T03:03:23.563Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2025-03-27T03:03:23.822Z] (68/167) Installing xkeyboard-config (2.41-r0) [2025-03-27T03:03:24.389Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2025-03-27T03:03:24.772Z] (70/167) Installing gtk+3.0 (3.24.43-r0) [2025-03-27T03:03:25.339Z] (71/167) Installing icu-data-full (74.2-r0) [2025-03-27T03:03:26.275Z] (72/167) Installing mesa (24.0.9-r1) [2025-03-27T03:03:26.534Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2025-03-27T03:03:36.509Z] (74/167) Installing hwdata-pci (0.382-r0) [2025-03-27T03:03:36.509Z] (75/167) Installing libpciaccess (0.18.1-r0) [2025-03-27T03:03:36.509Z] (76/167) Installing libdrm (2.4.120-r0) [2025-03-27T03:03:36.509Z] (77/167) Installing libelf (0.191-r0) [2025-03-27T03:03:36.767Z] (78/167) Installing mesa-glapi (24.0.9-r1) [2025-03-27T03:03:37.335Z] (79/167) Installing mesa-dri-gallium (24.0.9-r1) [2025-03-27T03:03:39.241Z] (80/167) Installing eudev-libs (3.2.14-r2) [2025-03-27T03:03:39.809Z] (81/167) Installing libmagic (5.45-r1) [2025-03-27T03:03:40.233Z] (82/167) Installing file (5.45-r1) [2025-03-27T03:03:40.491Z] (83/167) Installing xprop (1.2.7-r0) [2025-03-27T03:03:40.749Z] (84/167) Installing libice (1.1.1-r6) [2025-03-27T03:03:41.011Z] (85/167) Installing libuuid (2.40.1-r1) [2025-03-27T03:03:41.270Z] (86/167) Installing libsm (1.2.4-r4) [2025-03-27T03:03:41.532Z] (87/167) Installing libxt (1.3.0-r5) [2025-03-27T03:03:42.101Z] (88/167) Installing libxmu (1.1.4-r2) [2025-03-27T03:03:42.364Z] (89/167) Installing xset (1.2.5-r1) [2025-03-27T03:03:42.622Z] (90/167) Installing xdg-utils (1.2.1-r0) [2025-03-27T03:03:42.879Z] (91/167) Installing libogg (1.3.5-r5) [2025-03-27T03:03:43.138Z] (92/167) Installing libflac (1.4.3-r1) [2025-03-27T03:03:43.706Z] (93/167) Installing alsa-lib (1.2.11-r0) [2025-03-27T03:03:44.274Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2025-03-27T03:03:44.847Z] (95/167) Installing aom-libs (3.9.1-r0) [2025-03-27T03:03:45.266Z] (96/167) Installing libva (2.21.0-r0) [2025-03-27T03:03:45.537Z] (97/167) Installing libvdpau (1.5-r3) [2025-03-27T03:03:45.797Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2025-03-27T03:03:46.364Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r8) [2025-03-27T03:03:46.629Z] (100/167) Installing libdav1d (1.4.2-r0) [2025-03-27T03:03:47.196Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2025-03-27T03:03:47.763Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2025-03-27T03:03:48.334Z] (103/167) Installing imath (3.1.12-r0) [2025-03-27T03:03:48.334Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2025-03-27T03:03:48.902Z] (105/167) Installing giflib (5.2.2-r0) [2025-03-27T03:03:49.162Z] (106/167) Installing libhwy (1.0.7-r0) [2025-03-27T03:03:49.422Z] (107/167) Installing lcms2 (2.16-r0) [2025-03-27T03:03:49.681Z] (108/167) Installing libjxl (0.10.2-r0) [2025-03-27T03:03:50.250Z] (109/167) Installing lame-libs (3.100-r5) [2025-03-27T03:03:50.829Z] (110/167) Installing opus (1.5.2-r0) [2025-03-27T03:03:51.088Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2025-03-27T03:03:51.654Z] (112/167) Installing libgomp (13.2.1_git20240309-r1) [2025-03-27T03:03:51.915Z] (113/167) Installing soxr (0.1.3-r7) [2025-03-27T03:03:52.483Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r8) [2025-03-27T03:03:52.742Z] (115/167) Installing libtheora (1.1.1-r18) [2025-03-27T03:03:53.060Z] (116/167) Installing libvorbis (1.3.7-r2) [2025-03-27T03:03:53.627Z] (117/167) Installing libvpx (1.14.1-r0) [2025-03-27T03:03:54.195Z] (118/167) Installing libwebpmux (1.3.2-r0) [2025-03-27T03:03:54.460Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2025-03-27T03:03:55.038Z] (120/167) Installing numactl (2.0.18-r0) [2025-03-27T03:03:55.038Z] (121/167) Installing x265-libs (3.6-r0) [2025-03-27T03:03:55.614Z] (122/167) Installing xvidcore (1.3.7-r2) [2025-03-27T03:03:56.184Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-03-27T03:03:56.749Z] (124/167) Installing libbluray (1.3.4-r1) [2025-03-27T03:03:57.316Z] (125/167) Installing mpg123-libs (1.32.8-r0) [2025-03-27T03:03:57.573Z] (126/167) Installing libopenmpt (0.7.7-r0) [2025-03-27T03:03:58.145Z] (127/167) Installing cjson (1.7.18-r0) [2025-03-27T03:03:58.409Z] (128/167) Installing mbedtls (3.6.2-r0) [2025-03-27T03:03:58.984Z] (129/167) Installing librist (0.2.10-r1) [2025-03-27T03:03:59.249Z] (130/167) Installing libsrt (1.5.3-r0) [2025-03-27T03:03:59.523Z] (131/167) Installing libssh (0.10.6-r0) [2025-03-27T03:04:00.107Z] (132/167) Installing libsodium (1.0.19-r0) [2025-03-27T03:04:00.376Z] (133/167) Installing libzmq (4.3.5-r2) [2025-03-27T03:04:00.956Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r8) [2025-03-27T03:04:01.530Z] (135/167) Installing crc32c (1.1.2-r0) [2025-03-27T03:04:01.796Z] (136/167) Installing double-conversion (3.3.0-r0) [2025-03-27T03:04:02.054Z] (137/167) Installing libevent (2.1.12-r7) [2025-03-27T03:04:02.592Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2025-03-27T03:04:02.592Z] (139/167) Installing mesa-gbm (24.0.9-r1) [2025-03-27T03:04:02.858Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2025-03-27T03:04:03.436Z] (141/167) Installing icu-libs (74.2-r0) [2025-03-27T03:04:04.008Z] (142/167) Installing minizip (1.3.1-r0) [2025-03-27T03:04:04.308Z] (143/167) Installing nspr (4.35-r4) [2025-03-27T03:04:04.603Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2025-03-27T03:04:05.177Z] (145/167) Installing nss (3.105-r0) [2025-03-27T03:04:05.745Z] (146/167) Installing openh264 (2.4.1-r0) [2025-03-27T03:04:06.326Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2025-03-27T03:04:06.605Z] (148/167) Installing libunwind (1.8.1-r0) [2025-03-27T03:04:06.872Z] (149/167) Installing yaml (0.2.5-r2) [2025-03-27T03:04:07.133Z] (150/167) Installing libcamera (0.3.0-r0) [2025-03-27T03:04:07.704Z] (151/167) Installing speexdsp (1.2.1-r2) [2025-03-27T03:04:07.964Z] (152/167) Installing libuv (1.48.0-r0) [2025-03-27T03:04:08.223Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2025-03-27T03:04:08.793Z] (154/167) Installing libsndfile (1.2.2-r1) [2025-03-27T03:04:09.361Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2025-03-27T03:04:09.620Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2025-03-27T03:04:10.189Z] (157/167) Installing libasyncns (0.8-r3) [2025-03-27T03:04:10.449Z] (158/167) Installing libltdl (2.4.7-r3) [2025-03-27T03:04:10.708Z] (159/167) Installing orc (0.4.40-r0) [2025-03-27T03:04:11.274Z] (160/167) Installing tdb-libs (1.4.9-r1) [2025-03-27T03:04:11.534Z] (161/167) Installing libpulse (17.0-r0) [2025-03-27T03:04:12.102Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2025-03-27T03:04:12.361Z] (163/167) Installing libgpg-error (1.49-r0) [2025-03-27T03:04:12.621Z] (164/167) Installing libgcrypt (1.10.3-r0) [2025-03-27T03:04:13.190Z] (165/167) Installing libxslt (1.1.39-r2) [2025-03-27T03:04:13.449Z] (166/167) Installing chromium (131.0.6778.108-r0) [2025-03-27T03:04:25.922Z] (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-03-27T03:04:25.922Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:04:25.922Z] Executing fontconfig-2.15.0-r1.trigger [2025-03-27T03:04:25.922Z] Executing mkfontscale-1.2.2-r6.trigger [2025-03-27T03:04:25.922Z] Executing glib-2.80.5-r0.trigger [2025-03-27T03:04:25.922Z] Executing shared-mime-info-2.4-r0.trigger [2025-03-27T03:04:25.922Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-03-27T03:04:25.922Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-03-27T03:04:25.922Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-03-27T03:04:25.922Z] OK: 672 MiB in 195 packages [2025-03-27T03:04:25.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:04:25.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:04:26.199Z] (1/30) Installing jansson (2.14-r4) [2025-03-27T03:04:26.457Z] (2/30) Installing binutils (2.42-r1) [2025-03-27T03:04:27.025Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-03-27T03:04:27.283Z] (4/30) Installing isl26 (0.26-r1) [2025-03-27T03:04:27.851Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-03-27T03:04:28.122Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-03-27T03:04:28.698Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-03-27T03:04:36.093Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-03-27T03:04:36.093Z] (9/30) Installing linux-headers (6.6-r0) [2025-03-27T03:04:36.093Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-03-27T03:04:36.665Z] (11/30) Installing libpq (16.8-r0) [2025-03-27T03:04:36.823Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42142 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2025-03-27T03:04:36.867Z] Selected Git installation does not exist. Using Default [2025-03-27T03:04:36.867Z] The recommended git tool is: NONE [2025-03-27T03:04:36.925Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-03-27T03:04:37.494Z] (13/30) Installing libpq-dev (16.8-r0) [2025-03-27T03:04:37.754Z] (14/30) Installing libecpg (16.8-r0) [2025-03-27T03:04:38.322Z] (15/30) Installing libecpg-dev (16.8-r0) [2025-03-27T03:04:38.588Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-03-27T03:04:39.157Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2025-03-27T03:04:41.872Z] using credential edgex-jenkins-ssh [2025-03-27T03:04:41.894Z] Cloning the remote Git repository [2025-03-27T03:04:41.931Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2025-03-27T03:04:42.022Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2025-03-27T03:04:42.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2025-03-27T03:04:42.156Z] > git --version # timeout=10 [2025-03-27T03:04:42.174Z] > git --version # 'git version 2.25.1' [2025-03-27T03:04:42.176Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-27T03:04:42.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-27T03:04:42.879Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2025-03-27T03:04:42.897Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-27T03:04:43.818Z] Avoid second fetch [2025-03-27T03:04:43.819Z] Checking out Revision f7616055fa408fe9de5c1ab01cec76f469475795 (main) [2025-03-27T03:04:43.830Z] > git config core.sparsecheckout # timeout=10 [2025-03-27T03:04:43.885Z] > git checkout -f f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10 [2025-03-27T03:04:44.426Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-03-27T03:04:44.436Z] Commit message: "Merge pull request #114 from cherrycl/add-protobuf" [2025-03-27T03:04:47.716Z] (19/30) Installing fortify-headers (1.1-r3) [2025-03-27T03:04:47.716Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-03-27T03:04:48.284Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-27T03:04:48.543Z] (22/30) Installing clang16 (16.0.6-r5) [2025-03-27T03:04:49.003Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-27T03:04:49.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-27T03:04:49.003Z] Dload Upload Total Spent Left Speed [2025-03-27T03:04:49.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 75017 0 --:--:-- --:--:-- --:--:-- 75458 [Pipeline] sh [2025-03-27T03:04:49.112Z] (23/30) Installing icu (74.2-r0) [2025-03-27T03:04:49.345Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-27T03:04:49.669Z] + sudo tee /etc/docker/daemon.new [2025-03-27T03:04:49.669Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-27T03:04:49.669Z] { [2025-03-27T03:04:49.669Z] "registry-mirrors": [ [2025-03-27T03:04:49.669Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-27T03:04:49.669Z] ], [2025-03-27T03:04:49.669Z] "bip": "10.250.0.254/24", [2025-03-27T03:04:49.669Z] "hosts": [ [2025-03-27T03:04:49.669Z] "tcp://0.0.0.0:5555", [2025-03-27T03:04:49.669Z] "unix:///var/run/docker.sock" [2025-03-27T03:04:49.669Z] ], [2025-03-27T03:04:49.669Z] "mtu": 1458, [2025-03-27T03:04:49.669Z] "selinux-enabled": true, [2025-03-27T03:04:49.669Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-27T03:04:49.669Z] } [2025-03-27T03:04:49.677Z] (24/30) Installing icu-dev (74.2-r0) [Pipeline] sh [2025-03-27T03:04:49.994Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-27T03:04:50.244Z] (25/30) Installing llvm16 (16.0.6-r8) [2025-03-27T03:04:50.319Z] + sudo service docker restart [2025-03-27T03:04:58.362Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-03-27T03:04:58.363Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-03-27T03:04:58.363Z] (28/30) Installing zstd (1.5.6-r0) [2025-03-27T03:04:58.621Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-03-27T03:04:59.189Z] (30/30) Installing postgresql16-dev (16.8-r0) [2025-03-27T03:04:59.756Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:04:59.756Z] OK: 1208 MiB in 225 packages [2025-03-27T03:04:59.756Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:00.321Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:00.889Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-03-27T03:05:02.794Z] (2/14) Installing gdbm (1.23-r1) [2025-03-27T03:05:02.794Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-03-27T03:05:03.054Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-03-27T03:05:03.312Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-03-27T03:05:03.881Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-03-27T03:05:04.141Z] (7/14) Installing readline (8.2.10-r0) [2025-03-27T03:05:04.400Z] (8/14) Installing python3 (3.12.9-r0) [2025-03-27T03:05:06.323Z] (9/14) Installing python3-pycache-pyc0 (3.12.9-r0) [2025-03-27T03:05:07.258Z] (10/14) Installing pyc (3.12.9-r0) [2025-03-27T03:05:07.258Z] (11/14) Installing python3-pyc (3.12.9-r0) [2025-03-27T03:05:07.517Z] (12/14) Installing python3-dev (3.12.9-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:05:08.557Z] provisioning config files... [2025-03-27T03:05:08.581Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9663491216948139717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:05:09.032Z] ---> ****-login.sh [2025-03-27T03:05:09.032Z] nexus3.edgexfoundry.org:10001 [2025-03-27T03:05:09.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:05:09.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:05:09.578Z] Configure a credential helper to remove this warning. See [2025-03-27T03:05:09.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:05:09.578Z] [2025-03-27T03:05:09.578Z] Login Succeeded [2025-03-27T03:05:09.578Z] nexus3.edgexfoundry.org:10002 [2025-03-27T03:05:09.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:05:10.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:05:10.137Z] Configure a credential helper to remove this warning. See [2025-03-27T03:05:10.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:05:10.137Z] [2025-03-27T03:05:10.137Z] Login Succeeded [2025-03-27T03:05:10.137Z] nexus3.edgexfoundry.org:10003 [2025-03-27T03:05:10.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:05:10.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:05:10.406Z] Configure a credential helper to remove this warning. See [2025-03-27T03:05:10.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:05:10.406Z] [2025-03-27T03:05:10.406Z] Login Succeeded [2025-03-27T03:05:10.406Z] nexus3.edgexfoundry.org:10004 [2025-03-27T03:05:10.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:05:10.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:05:10.674Z] Configure a credential helper to remove this warning. See [2025-03-27T03:05:10.675Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:05:10.675Z] [2025-03-27T03:05:10.675Z] Login Succeeded [2025-03-27T03:05:10.675Z] ****.io [2025-03-27T03:05:10.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:05:11.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:05:11.211Z] Configure a credential helper to remove this warning. See [2025-03-27T03:05:11.211Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:05:11.211Z] [2025-03-27T03:05:11.211Z] Login Succeeded [2025-03-27T03:05:11.211Z] ---> ****-login.sh ends [Pipeline] } [2025-03-27T03:05:11.224Z] 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 [2025-03-27T03:05:11.923Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-27T03:05:12.248Z] + ls -al . [2025-03-27T03:05:12.249Z] total 68 [2025-03-27T03:05:12.249Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:05 . [2025-03-27T03:05:12.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:04 .. [2025-03-27T03:05:12.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:04 .git [2025-03-27T03:05:12.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 03:04 .github [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 22 Mar 27 03:04 .gitignore [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 1653 Mar 27 03:04 Dockerfile [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 746 Mar 27 03:04 Jenkinsfile [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 11381 Mar 27 03:04 LICENSE [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 3606 Mar 27 03:04 README.md [2025-03-27T03:05:12.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:04 TAF-Manager [2025-03-27T03:05:12.249Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:04 TUC [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 27 03:02 VERSION [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 360 Mar 27 03:04 requirements.txt [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 54 Mar 27 03:04 robot-entrypoint.sh [2025-03-27T03:05:12.249Z] -rw-rw-r-- 1 jenkins jenkins 445 Mar 27 03:04 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:05:12.598Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 --label arch=arm64 --label version=0.0.2-dev.45 . [2025-03-27T03:05:12.869Z] Sending build context to Docker daemon 354.3kB [2025-03-27T03:05:12.869Z] Step 1/13 : FROM alpine:3.20 [2025-03-27T03:05:13.451Z] 3.20: Pulling from library/alpine [2025-03-27T03:05:13.451Z] 94e9d8af2201: Pulling fs layer [2025-03-27T03:05:13.719Z] 94e9d8af2201: Verifying Checksum [2025-03-27T03:05:13.719Z] 94e9d8af2201: Download complete [2025-03-27T03:05:14.301Z] 94e9d8af2201: Pull complete [2025-03-27T03:05:14.301Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-27T03:05:14.301Z] Status: Downloaded newer image for alpine:3.20 [2025-03-27T03:05:14.301Z] ---> 7aab056cecc6 [2025-03-27T03:05:14.301Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2025-03-27T03:05:14.567Z] ---> Running in b9704c511d8c [2025-03-27T03:05:14.834Z] Removing intermediate container b9704c511d8c [2025-03-27T03:05:14.834Z] ---> 7bef685d3946 [2025-03-27T03:05:14.834Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2025-03-27T03:05:14.834Z] ---> Running in 97e06ed3169a [2025-03-27T03:05:15.101Z] Removing intermediate container 97e06ed3169a [2025-03-27T03:05:15.101Z] ---> 1ab5e70ed4c0 [2025-03-27T03:05:15.101Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2025-03-27T03:05:15.648Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-03-27T03:05:15.648Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-03-27T03:05:15.686Z] ---> 44f6c8946111 [2025-03-27T03:05:15.686Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2025-03-27T03:05:15.908Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:05:15.908Z] OK: 1374 MiB in 239 packages [2025-03-27T03:05:16.167Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:16.269Z] ---> 365652f7fed4 [2025-03-27T03:05:16.270Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2025-03-27T03:05:16.428Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:16.860Z] ---> 3d51d6314bcd [2025-03-27T03:05:16.860Z] Step 7/13 : WORKDIR /edgex-taf [2025-03-27T03:05:16.860Z] ---> Running in 392b554aac5d [2025-03-27T03:05:17.142Z] Removing intermediate container 392b554aac5d [2025-03-27T03:05:17.142Z] ---> 4e6c370b3ff4 [2025-03-27T03:05:17.142Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-27T03:05:17.142Z] ---> Running in 3370474598d6 [2025-03-27T03:05:17.367Z] OK: 1374 MiB in 239 packages [2025-03-27T03:05:17.367Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:17.626Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-27T03:05:18.567Z] (1/1) Installing tzdata (2025b-r0) [2025-03-27T03:05:18.827Z] OK: 1376 MiB in 240 packages [2025-03-27T03:05:19.085Z] (1/1) Purging tzdata (2025b-r0) [2025-03-27T03:05:19.085Z] OK: 1374 MiB in 239 packages [2025-03-27T03:05:19.090Z] Removing intermediate container 3370474598d6 [2025-03-27T03:05:19.090Z] ---> 8660222568b5 [2025-03-27T03:05:19.090Z] 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 [2025-03-27T03:05:19.090Z] ---> Running in a3af5c2aa641 [2025-03-27T03:05:19.674Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:20.633Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:20.990Z] Looking in links: /tmp/tmp3454j824 [2025-03-27T03:05:20.990Z] Processing /tmp/tmp3454j824/pip-24.3.1-py3-none-any.whl [2025-03-27T03:05:20.990Z] Installing collected packages: pip [2025-03-27T03:05:21.925Z] Successfully installed pip-24.3.1 [2025-03-27T03:05:21.925Z] 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. [2025-03-27T03:05:22.033Z] OK: 9 MiB in 14 packages [2025-03-27T03:05:22.183Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1) [2025-03-27T03:05:22.183Z] Collecting pip [2025-03-27T03:05:22.299Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:22.442Z] Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB) [2025-03-27T03:05:22.701Z] Collecting setuptools [2025-03-27T03:05:22.701Z] Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB) [2025-03-27T03:05:22.701Z] Collecting wheel [2025-03-27T03:05:22.701Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:05:22.701Z] Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) [2025-03-27T03:05:22.701Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 176.2 MB/s eta 0:00:00 [2025-03-27T03:05:22.701Z] Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) [2025-03-27T03:05:22.701Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 611.8 MB/s eta 0:00:00 [2025-03-27T03:05:22.701Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-03-27T03:05:22.701Z] Installing collected packages: wheel, setuptools, pip [2025-03-27T03:05:22.892Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:23.637Z] Attempting uninstall: pip [2025-03-27T03:05:23.637Z] Found existing installation: pip 24.3.1 [2025-03-27T03:05:23.637Z] Uninstalling pip-24.3.1: [2025-03-27T03:05:23.637Z] Successfully uninstalled pip-24.3.1 [2025-03-27T03:05:24.292Z] (1/14) Installing ca-certificates (20241121-r1) [2025-03-27T03:05:24.872Z] (2/14) Installing brotli-libs (1.1.0-r2) [2025-03-27T03:05:25.012Z] Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1 [2025-03-27T03:05:25.012Z] 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. [2025-03-27T03:05:25.271Z] Processing ./edgex-taf-common [2025-03-27T03:05:25.271Z] Preparing metadata (setup.py): started [2025-03-27T03:05:25.271Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:25.450Z] (3/14) Installing c-ares (1.33.1-r0) [2025-03-27T03:05:25.529Z] Building wheels for collected packages: edgex-taf-common [2025-03-27T03:05:25.529Z] Building wheel for edgex-taf-common (setup.py): started [2025-03-27T03:05:25.529Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-03-27T03:05:25.529Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=d1535e973a51ab8da2c476dd8e11eec5dcadd6f40b59e282e667c34be0588edc [2025-03-27T03:05:25.529Z] Stored in directory: /tmp/pip-ephem-wheel-cache-nl6ys_1j/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-03-27T03:05:25.529Z] Successfully built edgex-taf-common [2025-03-27T03:05:25.529Z] Installing collected packages: edgex-taf-common [2025-03-27T03:05:25.714Z] (4/14) Installing libunistring (1.2-r0) [2025-03-27T03:05:25.788Z] Successfully installed edgex-taf-common-0.0.0 [2025-03-27T03:05:25.788Z] 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. [2025-03-27T03:05:26.303Z] (5/14) Installing libidn2 (2.3.7-r0) [2025-03-27T03:05:26.355Z] Collecting robotframework==7.0.1 (from -r requirements.txt (line 1)) [2025-03-27T03:05:26.355Z] Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:05:26.355Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2025-03-27T03:05:26.355Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2025-03-27T03:05:26.355Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2025-03-27T03:05:26.355Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2025-03-27T03:05:26.355Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2025-03-27T03:05:26.355Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2025-03-27T03:05:26.355Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-03-27T03:05:26.355Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-03-27T03:05:26.355Z] Preparing metadata (setup.py): started [2025-03-27T03:05:26.614Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:26.614Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2025-03-27T03:05:26.614Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2025-03-27T03:05:26.614Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2025-03-27T03:05:26.614Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2025-03-27T03:05:26.614Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-03-27T03:05:26.614Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-03-27T03:05:26.614Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2025-03-27T03:05:26.614Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2025-03-27T03:05:26.614Z] Preparing metadata (setup.py): started [2025-03-27T03:05:26.872Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:26.872Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-03-27T03:05:26.872Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-03-27T03:05:26.882Z] (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-03-27T03:05:27.131Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2025-03-27T03:05:27.131Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2025-03-27T03:05:27.131Z] Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) [2025-03-27T03:05:27.131Z] Downloading psutil-6.0.0.tar.gz (508 kB) [2025-03-27T03:05:27.131Z] Installing build dependencies: started [2025-03-27T03:05:27.145Z] (7/14) Installing libpsl (0.21.5-r1) [2025-03-27T03:05:27.408Z] (8/14) Installing zstd-libs (1.5.6-r0) [2025-03-27T03:05:27.986Z] (9/14) Installing libcurl (8.12.1-r0) [2025-03-27T03:05:28.565Z] (10/14) Installing curl (8.12.1-r0) [2025-03-27T03:05:28.830Z] (11/14) Installing docker-cli (26.1.5-r0) [2025-03-27T03:05:29.034Z] Installing build dependencies: finished with status 'done' [2025-03-27T03:05:29.034Z] Getting requirements to build wheel: started [2025-03-27T03:05:29.293Z] Getting requirements to build wheel: finished with status 'done' [2025-03-27T03:05:29.293Z] Preparing metadata (pyproject.toml): started [2025-03-27T03:05:29.553Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-03-27T03:05:29.553Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2025-03-27T03:05:29.553Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2025-03-27T03:05:29.812Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2025-03-27T03:05:29.812Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2025-03-27T03:05:29.812Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2025-03-27T03:05:29.812Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2025-03-27T03:05:29.812Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2025-03-27T03:05:29.812Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2025-03-27T03:05:29.812Z] Preparing metadata (setup.py): started [2025-03-27T03:05:30.071Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:30.232Z] (12/14) Installing oniguruma (6.9.9-r0) [2025-03-27T03:05:30.330Z] Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17)) [2025-03-27T03:05:30.330Z] Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2025-03-27T03:05:30.330Z] Collecting protobuf==5.28.1 (from -r requirements.txt (line 18)) [2025-03-27T03:05:30.330Z] Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes) [2025-03-27T03:05:30.330Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:30.330Z] Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:05:30.500Z] (13/14) Installing jq (1.7.1-r0) [2025-03-27T03:05:30.590Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:30.590Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-03-27T03:05:30.590Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.590Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-03-27T03:05:30.590Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.590Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-03-27T03:05:30.590Z] Preparing metadata (setup.py): started [2025-03-27T03:05:30.849Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:30.849Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-03-27T03:05:30.849Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-03-27T03:05:30.849Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) [2025-03-27T03:05:30.849Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-03-27T03:05:30.849Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-03-27T03:05:30.849Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:30.849Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-03-27T03:05:31.091Z] (14/14) Installing openssl (3.3.3-r0) [2025-03-27T03:05:31.108Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:05:31.108Z] Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) [2025-03-27T03:05:31.108Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:05:31.108Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-03-27T03:05:31.108Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:05:31.108Z] Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) [2025-03-27T03:05:31.108Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:05:31.108Z] Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) [2025-03-27T03:05:31.108Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:05:31.108Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-03-27T03:05:31.108Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:05:31.108Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-03-27T03:05:31.108Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (78.1.0) [2025-03-27T03:05:31.108Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:05:31.108Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-03-27T03:05:31.108Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:05:31.108Z] Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB) [2025-03-27T03:05:31.108Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:31.108Z] Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB) [2025-03-27T03:05:31.108Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:31.108Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-03-27T03:05:31.108Z] Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:31.108Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-03-27T03:05:31.368Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.368Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2025-03-27T03:05:31.368Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.368Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-03-27T03:05:31.368Z] Preparing metadata (setup.py): started [2025-03-27T03:05:31.368Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:31.371Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:05:31.629Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.629Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:05:31.629Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.629Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-03-27T03:05:31.629Z] Preparing metadata (setup.py): started [2025-03-27T03:05:31.629Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:05:31.629Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.629Z] Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:05:31.642Z] Executing ca-certificates-20241121-r1.trigger [2025-03-27T03:05:31.642Z] OK: 43 MiB in 28 packages [2025-03-27T03:05:31.888Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.888Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:05:31.888Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.888Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-03-27T03:05:31.888Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.888Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-03-27T03:05:31.888Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.888Z] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) [2025-03-27T03:05:31.888Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:31.888Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-03-27T03:05:31.908Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:32.147Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:05:32.147Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2025-03-27T03:05:32.147Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.147Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-03-27T03:05:32.147Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.147Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-03-27T03:05:32.147Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.147Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-03-27T03:05:32.147Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.147Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-03-27T03:05:32.147Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.147Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-03-27T03:05:32.147Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:05:32.407Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2025-03-27T03:05:32.407Z] Downloading robotframework-7.0.1-py3-none-any.whl (727 kB) [2025-03-27T03:05:32.407Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 265.8 MB/s eta 0:00:00 [2025-03-27T03:05:32.407Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2025-03-27T03:05:32.407Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2025-03-27T03:05:32.407Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2025-03-27T03:05:32.407Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2025-03-27T03:05:32.407Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2025-03-27T03:05:32.407Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-03-27T03:05:32.407Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-03-27T03:05:32.407Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2025-03-27T03:05:32.489Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:05:32.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 34.3 MB/s eta 0:00:00 [2025-03-27T03:05:32.974Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2025-03-27T03:05:32.974Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2025-03-27T03:05:32.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 67.5 MB/s eta 0:00:00 [2025-03-27T03:05:32.974Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2025-03-27T03:05:32.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 233.6 MB/s eta 0:00:00 [2025-03-27T03:05:32.974Z] Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.2 MB) [2025-03-27T03:05:32.974Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 62.3 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading protobuf-5.28.1-py3-none-any.whl (169 kB) [2025-03-27T03:05:33.234Z] Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) [2025-03-27T03:05:33.234Z] Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (146 kB) [2025-03-27T03:05:33.234Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-03-27T03:05:33.234Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-03-27T03:05:33.234Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-03-27T03:05:33.234Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-03-27T03:05:33.234Z] Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB) [2025-03-27T03:05:33.234Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 347.4 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) [2025-03-27T03:05:33.234Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-03-27T03:05:33.234Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 337.1 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-03-27T03:05:33.234Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-03-27T03:05:33.234Z] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [2025-03-27T03:05:33.234Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-03-27T03:05:33.234Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 276.0 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-03-27T03:05:33.234Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-03-27T03:05:33.234Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-03-27T03:05:33.234Z] Downloading click-8.1.8-py3-none-any.whl (98 kB) [2025-03-27T03:05:33.234Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-03-27T03:05:33.234Z] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [2025-03-27T03:05:33.234Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) [2025-03-27T03:05:33.234Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 370.4 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-03-27T03:05:33.234Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-03-27T03:05:33.234Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB) [2025-03-27T03:05:33.234Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 236.9 MB/s eta 0:00:00 [2025-03-27T03:05:33.234Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-03-27T03:05:33.234Z] Downloading trio-0.29.0-py3-none-any.whl (492 kB) [2025-03-27T03:05:33.234Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-03-27T03:05:33.234Z] Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB) [2025-03-27T03:05:33.234Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-03-27T03:05:33.234Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-03-27T03:05:33.234Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-03-27T03:05:33.234Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-03-27T03:05:33.234Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-03-27T03:05:33.234Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-03-27T03:05:33.234Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-03-27T03:05:33.234Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2025-03-27T03:05:33.493Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-03-27T03:05:33.493Z] Building wheel for robotbackgroundlogger (setup.py): started [2025-03-27T03:05:33.757Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-03-27T03:05:33.757Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=73de1d6e8cbac964b542da5a4318849c75165d8532644817627daad52336e5ba [2025-03-27T03:05:33.757Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-03-27T03:05:33.757Z] Building wheel for paho-mqtt (setup.py): started [2025-03-27T03:05:33.757Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2025-03-27T03:05:33.757Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=e487c826e42715d1014c43fba7b58f464c1d7e0fc7a3247219c711a5fddc0590 [2025-03-27T03:05:33.757Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2025-03-27T03:05:33.757Z] Building wheel for psutil (pyproject.toml): started [2025-03-27T03:05:34.431Z] (1/166) Installing libexpat (2.7.0-r0) [2025-03-27T03:05:34.431Z] (2/166) Installing libbz2 (1.0.8-r6) [2025-03-27T03:05:35.011Z] (3/166) Installing libpng (1.6.44-r0) [2025-03-27T03:05:35.277Z] (4/166) Installing freetype (2.13.2-r0) [2025-03-27T03:05:35.662Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-03-27T03:05:35.662Z] Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_x86_64.whl size=289976 sha256=67833f2eff3efadbc8c8c6f6e7e0d1303f4eca2953450b847790f769a585f367 [2025-03-27T03:05:35.662Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 [2025-03-27T03:05:35.662Z] Building wheel for psycopg2 (setup.py): started [2025-03-27T03:05:35.858Z] (5/166) Installing fontconfig (2.15.0-r1) [2025-03-27T03:05:36.441Z] (6/166) Installing libfontenc (1.1.8-r0) [2025-03-27T03:05:36.705Z] (7/166) Installing mkfontscale (1.2.2-r6) [2025-03-27T03:05:36.969Z] (8/166) Installing font-opensans (0_git20210927-r1) [2025-03-27T03:05:37.550Z] (9/166) Installing pkgconf (2.2.0-r0) [2025-03-27T03:05:37.816Z] (10/166) Installing libgcc (13.2.1_git20240309-r1) [2025-03-27T03:05:38.395Z] (11/166) Installing libffi (3.4.6-r0) [2025-03-27T03:05:38.661Z] (12/166) Installing libintl (0.22.5-r0) [2025-03-27T03:05:38.927Z] (13/166) Installing libeconf (0.6.3-r0) [2025-03-27T03:05:39.509Z] (14/166) Installing libblkid (2.40.1-r1) [2025-03-27T03:05:39.773Z] (15/166) Installing libmount (2.40.1-r1) [2025-03-27T03:05:40.351Z] (16/166) Installing pcre2 (10.43-r0) [2025-03-27T03:05:40.615Z] (17/166) Installing glib (2.80.5-r0) [2025-03-27T03:05:41.568Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r1) [2025-03-27T03:05:41.832Z] (19/166) Installing xz-libs (5.6.2-r0) [2025-03-27T03:05:42.409Z] (20/166) Installing libxml2 (2.12.7-r2) [2025-03-27T03:05:42.989Z] (21/166) Installing shared-mime-info (2.4-r0) [2025-03-27T03:05:43.254Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2025-03-27T03:05:43.832Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2025-03-27T03:05:44.542Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2025-03-27T03:05:44.542Z] (25/166) Installing libwebp (1.3.2-r0) [2025-03-27T03:05:45.121Z] (26/166) Installing tiff (4.6.0t-r0) [2025-03-27T03:05:45.663Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-03-27T03:05:45.663Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521972 sha256=a4a44c323d184a4408a42734c9a7ea41556ad4bef6ce0c87f1d7c0c9903f1c80 [2025-03-27T03:05:45.663Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2025-03-27T03:05:45.663Z] Building wheel for flex (setup.py): started [2025-03-27T03:05:45.663Z] Building wheel for flex (setup.py): finished with status 'done' [2025-03-27T03:05:45.663Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=b8193467eb4fbfaac9052c16204291fe1fac4cbd4ddf263031ca0ef87818f773 [2025-03-27T03:05:45.663Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-03-27T03:05:45.663Z] Building wheel for strict-rfc3339 (setup.py): started [2025-03-27T03:05:45.663Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-03-27T03:05:45.663Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=b6b6b2c8d880301ef84cbac47f53695657bf3697b718ee805241b9acade03c47 [2025-03-27T03:05:45.663Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-03-27T03:05:45.663Z] Building wheel for validate-email (setup.py): started [2025-03-27T03:05:45.663Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-03-27T03:05:45.663Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=1958fc53386847b7cde33ef6a2b40bf39e499eef46ad75ca0ea491c7d6af0659 [2025-03-27T03:05:45.663Z] Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-03-27T03:05:45.663Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2025-03-27T03:05:45.663Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2025-03-27T03:05:45.700Z] (27/166) Installing gdk-pixbuf (2.42.12-r0) [2025-03-27T03:05:45.964Z] (28/166) Installing gtk-update-icon-cache (3.24.43-r0) [2025-03-27T03:05:46.228Z] (29/166) Installing libxau (1.0.11-r4) [2025-03-27T03:05:46.808Z] (30/166) Installing libmd (1.1.0-r0) [2025-03-27T03:05:47.072Z] (31/166) Installing libbsd (0.12.2-r0) [2025-03-27T03:05:47.337Z] (32/166) Installing libxdmcp (1.1.5-r1) [2025-03-27T03:05:47.607Z] (33/166) Installing libxcb (1.16.1-r0) [2025-03-27T03:05:48.190Z] (34/166) Installing libx11 (1.8.9-r1) [2025-03-27T03:05:48.772Z] (35/166) Installing libxcomposite (0.4.6-r5) [2025-03-27T03:05:49.039Z] (36/166) Installing libxfixes (6.0.1-r4) [2025-03-27T03:05:49.304Z] (37/166) Installing libxrender (0.9.11-r5) [2025-03-27T03:05:49.887Z] (38/166) Installing libxcursor (1.2.2-r1) [2025-03-27T03:05:50.153Z] (39/166) Installing libxdamage (1.1.6-r5) [2025-03-27T03:05:50.419Z] (40/166) Installing libxext (1.3.6-r2) [2025-03-27T03:05:50.685Z] (41/166) Installing libxi (1.8.1-r4) [2025-03-27T03:05:51.271Z] (42/166) Installing libxinerama (1.1.5-r4) [2025-03-27T03:05:51.537Z] (43/166) Installing libxrandr (1.5.4-r1) [2025-03-27T03:05:51.803Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2025-03-27T03:05:52.071Z] (45/166) Installing libxtst (1.2.4-r6) [2025-03-27T03:05:52.656Z] (46/166) Installing dbus-libs (1.14.10-r1) [2025-03-27T03:05:52.922Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2025-03-27T03:05:53.506Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2025-03-27T03:05:53.771Z] (49/166) Installing pixman (0.43.2-r0) [2025-03-27T03:05:54.362Z] (50/166) Installing cairo (1.18.0-r0) [2025-03-27T03:05:54.629Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2025-03-27T03:05:54.898Z] (52/166) Installing avahi-libs (0.8-r17) [2025-03-27T03:05:55.481Z] (53/166) Installing gmp (6.3.0-r1) [2025-03-27T03:05:55.647Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.2 RESTinstance-1.3.0 attrs-25.3.0 certifi-2025.1.31 charset-normalizer-3.4.1 click-8.1.8 configparser-6.0.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.10 influxdb-client-1.41.0 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 numpy-1.26.2 outcome-1.3.0.post0 paho-mqtt-1.6.1 ply-3.11 protobuf-5.28.1 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.20.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2025.2 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.36.2 requests-2.32.3 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.0.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.24.0 selenium-4.30.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.29.0 trio-websocket-0.12.2 typing-extensions-4.13.0 tzlocal-5.3.1 urllib3-2.3.0 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2025-03-27T03:05:55.647Z] 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. [2025-03-27T03:05:56.064Z] (54/166) Installing nettle (3.9.1-r0) [2025-03-27T03:05:56.330Z] (55/166) Installing libtasn1 (4.20.0-r0) [2025-03-27T03:05:56.910Z] (56/166) Installing p11-kit (0.25.3-r0) [2025-03-27T03:05:57.176Z] (57/166) Installing gnutls (3.8.5-r0) [2025-03-27T03:05:57.758Z] (58/166) Installing cups-libs (2.4.9-r1) [2025-03-27T03:05:58.356Z] (59/166) Installing libepoxy (1.5.10-r1) [2025-03-27T03:05:58.937Z] (60/166) Installing fribidi (1.0.15-r0) [2025-03-27T03:05:59.204Z] (61/166) Installing graphite2 (1.3.14-r6) [2025-03-27T03:05:59.474Z] (62/166) Installing harfbuzz (8.5.0-r0) [2025-03-27T03:06:00.057Z] (63/166) Installing libxft (2.3.8-r3) [2025-03-27T03:06:00.324Z] (64/166) Installing pango (1.52.2-r0) [2025-03-27T03:06:00.904Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2025-03-27T03:06:01.169Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2025-03-27T03:06:01.444Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2025-03-27T03:06:01.718Z] (68/166) Installing xkeyboard-config (2.41-r0) [2025-03-27T03:06:03.248Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2025-03-27T03:06:03.248Z] (70/166) Installing gtk+3.0 (3.24.43-r0) [2025-03-27T03:06:04.206Z] (71/166) Installing icu-data-full (74.2-r0) [2025-03-27T03:06:07.551Z] (72/166) Installing mesa (24.0.9-r1) [2025-03-27T03:06:07.551Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2025-03-27T03:06:10.774Z] Removing intermediate container db55f67a08ae [2025-03-27T03:06:10.774Z] ---> 53d74120c267 [2025-03-27T03:06:10.774Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-03-27T03:06:10.774Z] ---> Running in 22572df06df0 [2025-03-27T03:06:10.774Z] Removing intermediate container 22572df06df0 [2025-03-27T03:06:10.774Z] ---> 18fd828cae10 [2025-03-27T03:06:10.774Z] Step 11/13 : LABEL arch=amd64 [2025-03-27T03:06:10.774Z] ---> Running in 325edb897542 [2025-03-27T03:06:10.774Z] Removing intermediate container 325edb897542 [2025-03-27T03:06:10.774Z] ---> 822165447cbf [2025-03-27T03:06:10.774Z] Step 12/13 : LABEL git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:06:10.774Z] ---> Running in 9c4a15580b1e [2025-03-27T03:06:10.774Z] Removing intermediate container 9c4a15580b1e [2025-03-27T03:06:10.774Z] ---> da9e9abc5b8a [2025-03-27T03:06:10.774Z] Step 13/13 : LABEL version=0.0.2-dev.45 [2025-03-27T03:06:10.774Z] ---> Running in bd82a996ee9a [2025-03-27T03:06:10.774Z] Removing intermediate container bd82a996ee9a [2025-03-27T03:06:10.774Z] ---> 86699ce42b98 [2025-03-27T03:06:10.774Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-27T03:06:10.774Z] Successfully built 86699ce42b98 [2025-03-27T03:06:10.774Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2025-03-27T03:06:10.904Z] (74/166) Installing hwdata-pci (0.382-r0) [Pipeline] echo [2025-03-27T03:06:10.933Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2025-03-27T03:06:10.933Z] f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:06:10.933Z] latest [2025-03-27T03:06:10.933Z] 0.0.2-dev.45 [2025-03-27T03:06:10.933Z] f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:06:10.933Z] main [2025-03-27T03:06:10.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:06:11.174Z] (75/166) Installing libpciaccess (0.18.1-r0) [2025-03-27T03:06:11.293Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:06:11.619Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:06:11.619Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-03-27T03:06:11.619Z] 1842f055c42d: Preparing [2025-03-27T03:06:11.619Z] f43744902ed9: Preparing [2025-03-27T03:06:11.619Z] 250f0373c528: Preparing [2025-03-27T03:06:11.619Z] 0c1e30567338: Preparing [2025-03-27T03:06:11.619Z] aaefd617ca3d: Preparing [2025-03-27T03:06:11.619Z] 994456c4fd7b: Preparing [2025-03-27T03:06:11.619Z] 994456c4fd7b: Waiting [2025-03-27T03:06:11.619Z] 250f0373c528: Pushed [2025-03-27T03:06:11.619Z] f43744902ed9: Pushed [2025-03-27T03:06:11.619Z] 0c1e30567338: Pushed [2025-03-27T03:06:11.619Z] aaefd617ca3d: Pushed [2025-03-27T03:06:11.758Z] (76/166) Installing libdrm (2.4.120-r0) [2025-03-27T03:06:12.026Z] (77/166) Installing libelf (0.191-r0) [2025-03-27T03:06:12.552Z] 994456c4fd7b: Pushed [2025-03-27T03:06:12.609Z] (78/166) Installing mesa-glapi (24.0.9-r1) [2025-03-27T03:06:12.873Z] (79/166) Installing mesa-dri-gallium (24.0.9-r1) [2025-03-27T03:06:13.829Z] (80/166) Installing eudev-libs (3.2.14-r2) [2025-03-27T03:06:14.413Z] (81/166) Installing libmagic (5.45-r1) [2025-03-27T03:06:14.997Z] (82/166) Installing file (5.45-r1) [2025-03-27T03:06:14.997Z] (83/166) Installing xprop (1.2.7-r0) [2025-03-27T03:06:15.580Z] (84/166) Installing libice (1.1.1-r6) [2025-03-27T03:06:15.845Z] (85/166) Installing libuuid (2.40.1-r1) [2025-03-27T03:06:16.112Z] (86/166) Installing libsm (1.2.4-r4) [2025-03-27T03:06:16.694Z] (87/166) Installing libxt (1.3.0-r5) [2025-03-27T03:06:16.961Z] (88/166) Installing libxmu (1.1.4-r2) [2025-03-27T03:06:17.610Z] (89/166) Installing xset (1.2.5-r1) [2025-03-27T03:06:17.881Z] (90/166) Installing xdg-utils (1.2.1-r0) [2025-03-27T03:06:18.149Z] (91/166) Installing libogg (1.3.5-r5) [2025-03-27T03:06:18.433Z] (92/166) Installing libflac (1.4.3-r1) [2025-03-27T03:06:19.022Z] (93/166) Installing alsa-lib (1.2.11-r0) [2025-03-27T03:06:19.616Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2025-03-27T03:06:20.204Z] (95/166) Installing aom-libs (3.9.1-r0) [2025-03-27T03:06:20.787Z] (96/166) Installing libva (2.21.0-r0) [2025-03-27T03:06:21.379Z] (97/166) Installing libvdpau (1.5-r3) [2025-03-27T03:06:21.648Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r8) [2025-03-27T03:06:22.227Z] (99/166) Installing libdav1d (1.4.2-r0) [2025-03-27T03:06:22.498Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2025-03-27T03:06:23.075Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2025-03-27T03:06:23.341Z] (102/166) Installing imath (3.1.12-r0) [2025-03-27T03:06:23.919Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2025-03-27T03:06:24.184Z] (104/166) Installing giflib (5.2.2-r0) [2025-03-27T03:06:24.768Z] (105/166) Installing libhwy (1.0.7-r0) [2025-03-27T03:06:25.034Z] (106/166) Installing lcms2 (2.16-r0) [2025-03-27T03:06:25.616Z] (107/166) Installing libjxl (0.10.2-r0) [2025-03-27T03:06:26.194Z] (108/166) Installing lame-libs (3.100-r5) [2025-03-27T03:06:26.460Z] (109/166) Installing opus (1.5.2-r0) [2025-03-27T03:06:27.039Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2025-03-27T03:06:27.619Z] (111/166) Installing libgomp (13.2.1_git20240309-r1) [2025-03-27T03:06:27.895Z] (112/166) Installing soxr (0.1.3-r7) [2025-03-27T03:06:28.480Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r8) [2025-03-27T03:06:28.745Z] (114/166) Installing libtheora (1.1.1-r18) [2025-03-27T03:06:29.325Z] (115/166) Installing libvorbis (1.3.7-r2) [2025-03-27T03:06:29.591Z] (116/166) Installing libvpx (1.14.1-r0) [2025-03-27T03:06:30.170Z] (117/166) Installing libwebpmux (1.3.2-r0) [2025-03-27T03:06:30.750Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2025-03-27T03:06:31.334Z] (119/166) Installing numactl (2.0.18-r0) [2025-03-27T03:06:31.600Z] (120/166) Installing x265-libs (3.6-r0) [2025-03-27T03:06:32.304Z] (121/166) Installing xvidcore (1.3.7-r2) [2025-03-27T03:06:32.571Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) [2025-03-27T03:06:33.976Z] (123/166) Installing libbluray (1.3.4-r1) [2025-03-27T03:06:34.555Z] (124/166) Installing mpg123-libs (1.32.8-r0) [2025-03-27T03:06:34.821Z] (125/166) Installing libopenmpt (0.7.7-r0) [2025-03-27T03:06:35.403Z] (126/166) Installing cjson (1.7.18-r0) [2025-03-27T03:06:35.668Z] (127/166) Installing mbedtls (3.6.2-r0) [2025-03-27T03:06:36.253Z] (128/166) Installing librist (0.2.10-r1) [2025-03-27T03:06:36.835Z] (129/166) Installing libsrt (1.5.3-r0) [2025-03-27T03:06:37.100Z] (130/166) Installing libssh (0.10.6-r0) [2025-03-27T03:06:37.684Z] (131/166) Installing libsodium (1.0.19-r0) [2025-03-27T03:06:37.947Z] (132/166) Installing libzmq (4.3.5-r2) [2025-03-27T03:06:38.527Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r8) [2025-03-27T03:06:39.113Z] (134/166) Installing crc32c (1.1.2-r0) [2025-03-27T03:06:39.379Z] (135/166) Installing double-conversion (3.3.0-r0) [2025-03-27T03:06:39.961Z] (136/166) Installing libevent (2.1.12-r7) [2025-03-27T03:06:40.227Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2025-03-27T03:06:40.492Z] (138/166) Installing mesa-gbm (24.0.9-r1) [2025-03-27T03:06:41.085Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2025-03-27T03:06:41.350Z] (140/166) Installing icu-libs (74.2-r0) [2025-03-27T03:06:42.305Z] (141/166) Installing minizip (1.3.1-r0) [2025-03-27T03:06:42.305Z] (142/166) Installing nspr (4.35-r4) [2025-03-27T03:06:42.884Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2025-03-27T03:06:43.463Z] (144/166) Installing nss (3.105-r0) [2025-03-27T03:06:44.044Z] (145/166) Installing openh264 (2.4.1-r0) [2025-03-27T03:06:44.623Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2025-03-27T03:06:44.888Z] (147/166) Installing libunwind (1.8.1-r0) [2025-03-27T03:06:45.465Z] (148/166) Installing yaml (0.2.5-r2) [2025-03-27T03:06:45.728Z] (149/166) Installing libcamera (0.3.0-r0) [2025-03-27T03:06:46.304Z] (150/166) Installing speexdsp (1.2.1-r2) [2025-03-27T03:06:46.567Z] (151/166) Installing libuv (1.48.0-r0) [2025-03-27T03:06:47.145Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2025-03-27T03:06:47.409Z] (153/166) Installing libsndfile (1.2.2-r1) [2025-03-27T03:06:47.986Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2025-03-27T03:06:48.562Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2025-03-27T03:06:49.140Z] (156/166) Installing libasyncns (0.8-r3) [2025-03-27T03:06:49.404Z] (157/166) Installing libltdl (2.4.7-r3) [2025-03-27T03:06:49.982Z] (158/166) Installing orc (0.4.40-r0) [2025-03-27T03:06:50.248Z] (159/166) Installing tdb-libs (1.4.9-r1) [2025-03-27T03:06:50.825Z] (160/166) Installing libpulse (17.0-r0) [2025-03-27T03:06:51.404Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2025-03-27T03:06:51.668Z] (162/166) Installing libgpg-error (1.49-r0) [2025-03-27T03:06:51.932Z] (163/166) Installing libgcrypt (1.10.3-r0) [2025-03-27T03:06:52.510Z] (164/166) Installing libxslt (1.1.39-r2) [2025-03-27T03:06:52.773Z] (165/166) Installing chromium (131.0.6778.108-r0) [2025-03-27T03:07:07.741Z] (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) [2025-03-27T03:07:08.695Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:07:08.695Z] Executing fontconfig-2.15.0-r1.trigger [2025-03-27T03:07:08.695Z] Executing mkfontscale-1.2.2-r6.trigger [2025-03-27T03:07:08.695Z] Executing glib-2.80.5-r0.trigger [2025-03-27T03:07:08.960Z] Executing shared-mime-info-2.4-r0.trigger [2025-03-27T03:07:10.889Z] Executing gdk-pixbuf-2.42.12-r0.trigger [2025-03-27T03:07:10.889Z] Executing gtk-update-icon-cache-3.24.43-r0.trigger [2025-03-27T03:07:11.158Z] Executing gtk+3.0-3.24.43-r0.trigger [2025-03-27T03:07:11.158Z] OK: 657 MiB in 194 packages [2025-03-27T03:07:11.424Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:07:12.001Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:07:13.929Z] (1/30) Installing jansson (2.14-r4) [2025-03-27T03:07:13.929Z] (2/30) Installing binutils (2.42-r1) [2025-03-27T03:07:14.880Z] (3/30) Installing libatomic (13.2.1_git20240309-r1) [2025-03-27T03:07:15.144Z] (4/30) Installing isl26 (0.26-r1) [2025-03-27T03:07:15.720Z] (5/30) Installing mpfr4 (4.2.1-r0) [2025-03-27T03:07:15.988Z] (6/30) Installing mpc1 (1.3.1-r1) [2025-03-27T03:07:16.566Z] (7/30) Installing gcc (13.2.1_git20240309-r1) [2025-03-27T03:07:19.896Z] (8/30) Installing musl-dev (1.2.5-r1) [2025-03-27T03:07:20.161Z] (9/30) Installing linux-headers (6.6-r0) [2025-03-27T03:07:21.112Z] (10/30) Installing libffi-dev (3.4.6-r0) [2025-03-27T03:07:21.692Z] (11/30) Installing libpq (16.8-r0) [2025-03-27T03:07:21.955Z] (12/30) Installing openssl-dev (3.3.3-r0) [2025-03-27T03:07:22.532Z] (13/30) Installing libpq-dev (16.8-r0) [2025-03-27T03:07:23.108Z] (14/30) Installing libecpg (16.8-r0) [2025-03-27T03:07:23.372Z] (15/30) Installing libecpg-dev (16.8-r0) [2025-03-27T03:07:23.949Z] (16/30) Installing clang16-headers (16.0.6-r5) [2025-03-27T03:07:24.526Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2025-03-27T03:07:34.586Z] (18/30) Installing clang16-libs (16.0.6-r5) [2025-03-27T03:07:37.918Z] (19/30) Installing fortify-headers (1.1-r3) [2025-03-27T03:07:38.193Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) [2025-03-27T03:07:39.597Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2025-03-27T03:07:39.597Z] (22/30) Installing clang16 (16.0.6-r5) [2025-03-27T03:07:40.177Z] (23/30) Installing icu (74.2-r0) [2025-03-27T03:07:40.754Z] (24/30) Installing icu-dev (74.2-r0) [2025-03-27T03:07:41.335Z] (25/30) Installing llvm16 (16.0.6-r8) [2025-03-27T03:07:49.693Z] (26/30) Installing lz4-libs (1.9.4-r5) [2025-03-27T03:07:49.957Z] (27/30) Installing lz4-dev (1.9.4-r5) [2025-03-27T03:07:50.536Z] (28/30) Installing zstd (1.5.6-r0) [2025-03-27T03:07:50.801Z] (29/30) Installing zstd-dev (1.5.6-r0) [2025-03-27T03:07:51.381Z] (30/30) Installing postgresql16-dev (16.8-r0) [2025-03-27T03:07:52.335Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:07:52.335Z] OK: 1184 MiB in 224 packages [2025-03-27T03:07:52.601Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:07:53.178Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:07:55.113Z] (1/14) Installing g++ (13.2.1_git20240309-r1) [2025-03-27T03:07:56.067Z] (2/14) Installing gdbm (1.23-r1) [2025-03-27T03:07:56.333Z] (3/14) Installing mpdecimal (4.0.0-r0) [2025-03-27T03:07:56.911Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) [2025-03-27T03:07:57.176Z] (5/14) Installing libncursesw (6.4_p20240420-r2) [2025-03-27T03:07:57.784Z] (6/14) Installing libpanelw (6.4_p20240420-r2) [2025-03-27T03:07:58.055Z] (7/14) Installing readline (8.2.10-r0) [2025-03-27T03:07:58.319Z] (8/14) Installing python3 (3.12.9-r0) [2025-03-27T03:08:00.248Z] (9/14) Installing python3-pycache-pyc0 (3.12.9-r0) [2025-03-27T03:08:00.826Z] (10/14) Installing pyc (3.12.9-r0) [2025-03-27T03:08:01.090Z] (11/14) Installing python3-pyc (3.12.9-r0) [2025-03-27T03:08:01.353Z] (12/14) Installing python3-dev (3.12.9-r0) [2025-03-27T03:08:11.394Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2025-03-27T03:08:11.394Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2025-03-27T03:08:11.394Z] Executing busybox-1.36.1-r29.trigger [2025-03-27T03:08:11.394Z] OK: 1371 MiB in 238 packages [2025-03-27T03:08:11.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:08:12.236Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:08:14.168Z] OK: 1371 MiB in 238 packages [2025-03-27T03:08:14.168Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-27T03:08:14.748Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-27T03:08:16.150Z] (1/1) Installing tzdata (2025b-r0) [2025-03-27T03:08:16.729Z] OK: 1372 MiB in 239 packages [2025-03-27T03:08:18.668Z] (1/1) Purging tzdata (2025b-r0) [2025-03-27T03:08:18.668Z] OK: 1371 MiB in 238 packages [2025-03-27T03:08:28.727Z] Looking in links: /tmp/tmps0bye8il [2025-03-27T03:08:28.727Z] Processing /tmp/tmps0bye8il/pip-24.3.1-py3-none-any.whl [2025-03-27T03:08:28.727Z] Installing collected packages: pip [2025-03-27T03:08:34.056Z] Successfully installed pip-24.3.1 [2025-03-27T03:08:34.056Z] 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. [2025-03-27T03:08:35.986Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1) [2025-03-27T03:08:36.564Z] Collecting pip [2025-03-27T03:08:36.564Z] Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB) [2025-03-27T03:08:38.555Z] Collecting setuptools [2025-03-27T03:08:38.555Z] Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB) [2025-03-27T03:08:38.824Z] Collecting wheel [2025-03-27T03:08:38.824Z] Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:08:38.824Z] Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) [2025-03-27T03:08:38.824Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.5 MB/s eta 0:00:00 [2025-03-27T03:08:38.824Z] Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) [2025-03-27T03:08:38.824Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 54.6 MB/s eta 0:00:00 [2025-03-27T03:08:38.824Z] Downloading wheel-0.45.1-py3-none-any.whl (72 kB) [2025-03-27T03:08:39.092Z] Installing collected packages: wheel, setuptools, pip [2025-03-27T03:08:45.764Z] Attempting uninstall: pip [2025-03-27T03:08:45.764Z] Found existing installation: pip 24.3.1 [2025-03-27T03:08:45.764Z] Uninstalling pip-24.3.1: [2025-03-27T03:08:45.764Z] Successfully uninstalled pip-24.3.1 [2025-03-27T03:08:52.377Z] Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1 [2025-03-27T03:08:52.377Z] 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. [2025-03-27T03:08:54.945Z] Processing ./edgex-taf-common [2025-03-27T03:08:54.945Z] Preparing metadata (setup.py): started [2025-03-27T03:08:55.900Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:08:55.900Z] Building wheels for collected packages: edgex-taf-common [2025-03-27T03:08:55.900Z] Building wheel for edgex-taf-common (setup.py): started [2025-03-27T03:08:57.307Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2025-03-27T03:08:57.308Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=02ef4b90c142e369aaebef0334f0a3b68df1f7955cd867ca012693384c7327eb [2025-03-27T03:08:57.308Z] Stored in directory: /tmp/pip-ephem-wheel-cache-5c7depcm/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2025-03-27T03:08:57.308Z] Successfully built edgex-taf-common [2025-03-27T03:08:57.308Z] Installing collected packages: edgex-taf-common [2025-03-27T03:08:57.308Z] Successfully installed edgex-taf-common-0.0.0 [2025-03-27T03:08:57.308Z] 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. [2025-03-27T03:09:00.639Z] Collecting robotframework==7.0.1 (from -r requirements.txt (line 1)) [2025-03-27T03:09:00.639Z] Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:09:00.639Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2025-03-27T03:09:00.639Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2025-03-27T03:09:00.639Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2025-03-27T03:09:00.639Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2025-03-27T03:09:00.904Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2025-03-27T03:09:00.904Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2025-03-27T03:09:00.904Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2025-03-27T03:09:00.904Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2025-03-27T03:09:00.904Z] Preparing metadata (setup.py): started [2025-03-27T03:09:01.858Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:01.858Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2025-03-27T03:09:01.858Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2025-03-27T03:09:02.125Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2025-03-27T03:09:02.125Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2025-03-27T03:09:02.390Z] Collecting requests==2.32.3 (from -r requirements.txt (line 8)) [2025-03-27T03:09:02.390Z] Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) [2025-03-27T03:09:02.390Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2025-03-27T03:09:02.390Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2025-03-27T03:09:02.390Z] Preparing metadata (setup.py): started [2025-03-27T03:09:03.791Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:03.791Z] Collecting docker==7.1.0 (from -r requirements.txt (line 10)) [2025-03-27T03:09:03.791Z] Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) [2025-03-27T03:09:04.054Z] 1842f055c42d: Pushed [2025-03-27T03:09:04.054Z] f7616055fa408fe9de5c1ab01cec76f469475795: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:04.381Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:04.698Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-03-27T03:09:04.698Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-03-27T03:09:04.698Z] 1842f055c42d: Preparing [2025-03-27T03:09:04.698Z] f43744902ed9: Preparing [2025-03-27T03:09:04.698Z] 250f0373c528: Preparing [2025-03-27T03:09:04.698Z] 0c1e30567338: Preparing [2025-03-27T03:09:04.698Z] aaefd617ca3d: Preparing [2025-03-27T03:09:04.698Z] 994456c4fd7b: Preparing [2025-03-27T03:09:04.698Z] 994456c4fd7b: Waiting [2025-03-27T03:09:04.698Z] f43744902ed9: Layer already exists [2025-03-27T03:09:04.698Z] 250f0373c528: Layer already exists [2025-03-27T03:09:04.698Z] aaefd617ca3d: Layer already exists [2025-03-27T03:09:04.698Z] 0c1e30567338: Layer already exists [2025-03-27T03:09:04.698Z] 1842f055c42d: Layer already exists [2025-03-27T03:09:04.698Z] 994456c4fd7b: Layer already exists [2025-03-27T03:09:04.698Z] latest: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:05.019Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:05.192Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2025-03-27T03:09:05.192Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2025-03-27T03:09:05.345Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 [2025-03-27T03:09:05.345Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-03-27T03:09:05.345Z] 1842f055c42d: Preparing [2025-03-27T03:09:05.345Z] f43744902ed9: Preparing [2025-03-27T03:09:05.345Z] 250f0373c528: Preparing [2025-03-27T03:09:05.345Z] 0c1e30567338: Preparing [2025-03-27T03:09:05.345Z] aaefd617ca3d: Preparing [2025-03-27T03:09:05.345Z] 994456c4fd7b: Preparing [2025-03-27T03:09:05.345Z] 994456c4fd7b: Waiting [2025-03-27T03:09:05.345Z] aaefd617ca3d: Layer already exists [2025-03-27T03:09:05.345Z] 1842f055c42d: Layer already exists [2025-03-27T03:09:05.345Z] 0c1e30567338: Layer already exists [2025-03-27T03:09:05.345Z] 250f0373c528: Layer already exists [2025-03-27T03:09:05.345Z] f43744902ed9: Layer already exists [2025-03-27T03:09:05.345Z] 994456c4fd7b: Layer already exists [2025-03-27T03:09:05.345Z] 0.0.2-dev.45: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:05.679Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:05.770Z] Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) [2025-03-27T03:09:05.770Z] Downloading psutil-6.0.0.tar.gz (508 kB) [2025-03-27T03:09:06.005Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:09:06.005Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-03-27T03:09:06.005Z] 1842f055c42d: Preparing [2025-03-27T03:09:06.005Z] f43744902ed9: Preparing [2025-03-27T03:09:06.005Z] 250f0373c528: Preparing [2025-03-27T03:09:06.005Z] 0c1e30567338: Preparing [2025-03-27T03:09:06.005Z] aaefd617ca3d: Preparing [2025-03-27T03:09:06.005Z] 994456c4fd7b: Preparing [2025-03-27T03:09:06.005Z] 994456c4fd7b: Waiting [2025-03-27T03:09:06.005Z] 250f0373c528: Layer already exists [2025-03-27T03:09:06.005Z] 1842f055c42d: Layer already exists [2025-03-27T03:09:06.005Z] f43744902ed9: Layer already exists [2025-03-27T03:09:06.005Z] aaefd617ca3d: Layer already exists [2025-03-27T03:09:06.005Z] 0c1e30567338: Layer already exists [2025-03-27T03:09:06.005Z] 994456c4fd7b: Layer already exists [2025-03-27T03:09:06.006Z] f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:06.335Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [2025-03-27T03:09:06.348Z] Installing build dependencies: started [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:06.651Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-03-27T03:09:06.651Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2025-03-27T03:09:06.651Z] 1842f055c42d: Preparing [2025-03-27T03:09:06.651Z] f43744902ed9: Preparing [2025-03-27T03:09:06.651Z] 250f0373c528: Preparing [2025-03-27T03:09:06.651Z] 0c1e30567338: Preparing [2025-03-27T03:09:06.651Z] aaefd617ca3d: Preparing [2025-03-27T03:09:06.651Z] 994456c4fd7b: Preparing [2025-03-27T03:09:06.651Z] 994456c4fd7b: Waiting [2025-03-27T03:09:06.651Z] 1842f055c42d: Layer already exists [2025-03-27T03:09:06.651Z] f43744902ed9: Layer already exists [2025-03-27T03:09:06.651Z] 250f0373c528: Layer already exists [2025-03-27T03:09:06.651Z] 0c1e30567338: Layer already exists [2025-03-27T03:09:06.651Z] aaefd617ca3d: Layer already exists [2025-03-27T03:09:06.651Z] 994456c4fd7b: Layer already exists [2025-03-27T03:09:06.651Z] main: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-27T03:09:06.722Z] ===================================================== [Pipeline] echo [2025-03-27T03:09:06.735Z] taggedImages: [2025-03-27T03:09:06.735Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:09:06.735Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-03-27T03:09:06.735Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 [2025-03-27T03:09:06.735Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:09:06.735Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo [2025-03-27T03:09:06.778Z] ========================================================= [2025-03-27T03:09:06.778Z] [edgeXBuildMultiArch] RAW Config: [images:[nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795, nexus3.edgexfoundry.org:10003/edgex-taf-common:latest, nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45, nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45, nexus3.edgexfoundry.org:10003/edgex-taf-common:main], settingsFile:taf-settings] [2025-03-27T03:09:06.778Z] ========================================================= [Pipeline] node [2025-03-27T03:09:06.900Z] Running on prd-centos7-docker-4c-2g-42141 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:09:06.945Z] provisioning config files... [2025-03-27T03:09:06.966Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4112635886562783509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:07.851Z] ---> ****-login.sh [2025-03-27T03:09:07.851Z] nexus3.edgexfoundry.org:10001 [2025-03-27T03:09:07.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:09:07.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:09:07.852Z] Configure a credential helper to remove this warning. See [2025-03-27T03:09:07.852Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:09:07.852Z] [2025-03-27T03:09:07.852Z] Login Succeeded [2025-03-27T03:09:07.852Z] nexus3.edgexfoundry.org:10002 [2025-03-27T03:09:07.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:09:08.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:09:08.120Z] Configure a credential helper to remove this warning. See [2025-03-27T03:09:08.120Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:09:08.120Z] [2025-03-27T03:09:08.120Z] Login Succeeded [2025-03-27T03:09:08.120Z] nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:08.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:09:08.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:09:08.121Z] Configure a credential helper to remove this warning. See [2025-03-27T03:09:08.121Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:09:08.121Z] [2025-03-27T03:09:08.121Z] Login Succeeded [2025-03-27T03:09:08.121Z] nexus3.edgexfoundry.org:10004 [2025-03-27T03:09:08.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:09:08.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:09:08.121Z] Configure a credential helper to remove this warning. See [2025-03-27T03:09:08.121Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:09:08.121Z] [2025-03-27T03:09:08.121Z] Login Succeeded [2025-03-27T03:09:08.121Z] ****.io [2025-03-27T03:09:08.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-27T03:09:08.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-27T03:09:08.381Z] Configure a credential helper to remove this warning. See [2025-03-27T03:09:08.381Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-27T03:09:08.381Z] [2025-03-27T03:09:08.381Z] Login Succeeded [2025-03-27T03:09:08.381Z] ---> ****-login.sh ends [Pipeline] } [2025-03-27T03:09:08.390Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-27T03:09:08.740Z] + docker buildx ls [2025-03-27T03:09:08.740Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-27T03:09:08.740Z] default * docker [2025-03-27T03:09:08.740Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-27T03:09:09.027Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-03-27T03:09:09.027Z] edgex-builder [Pipeline] sh [2025-03-27T03:09:09.335Z] + docker buildx inspect --bootstrap [2025-03-27T03:09:09.335Z] #1 [internal] booting buildkit [2025-03-27T03:09:09.335Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-03-27T03:09:11.901Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-03-27T03:09:11.901Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-03-27T03:09:13.297Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-03-27T03:09:13.298Z] #1 DONE 3.8s [2025-03-27T03:09:13.298Z] Name: edgex-builder [2025-03-27T03:09:13.298Z] Driver: docker-container [2025-03-27T03:09:13.298Z] [2025-03-27T03:09:13.298Z] Nodes: [2025-03-27T03:09:13.298Z] Name: edgex-builder0 [2025-03-27T03:09:13.298Z] Endpoint: unix:///var/run/docker.sock [2025-03-27T03:09:13.298Z] Status: running [2025-03-27T03:09:13.298Z] Buildkit: v0.20.2 [2025-03-27T03:09:13.298Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-03-27T03:09:13.591Z] + docker buildx ls [2025-03-27T03:09:13.591Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-03-27T03:09:13.591Z] edgex-builder * docker-container [2025-03-27T03:09:13.591Z] edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-03-27T03:09:13.591Z] default docker [2025-03-27T03:09:13.591Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-03-27T03:09:13.890Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795' [2025-03-27T03:09:13.890Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 --push - [2025-03-27T03:09:13.890Z] #1 [internal] load build definition from Dockerfile [2025-03-27T03:09:13.890Z] #1 transferring dockerfile: 201B done [2025-03-27T03:09:13.890Z] #1 DONE 0.0s [2025-03-27T03:09:13.890Z] [2025-03-27T03:09:13.890Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:09:13.890Z] #2 DONE 0.1s [2025-03-27T03:09:13.890Z] [2025-03-27T03:09:13.890Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:09:14.149Z] #3 DONE 0.1s [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #4 [internal] load .dockerignore [2025-03-27T03:09:14.149Z] #4 transferring context: 2B done [2025-03-27T03:09:14.149Z] #4 DONE 0.0s [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:14.149Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:14.149Z] #5 DONE 0.0s [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:14.149Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:14.149Z] #6 DONE 0.1s [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #7 exporting to image [2025-03-27T03:09:14.149Z] #7 exporting layers done [2025-03-27T03:09:14.149Z] #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e 0.0s done [2025-03-27T03:09:14.149Z] #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 [2025-03-27T03:09:14.149Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-27T03:09:14.149Z] #7 ... [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:14.149Z] #8 DONE 0.0s [2025-03-27T03:09:14.149Z] [2025-03-27T03:09:14.149Z] #7 exporting to image [2025-03-27T03:09:14.149Z] #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done [2025-03-27T03:09:14.149Z] #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done [2025-03-27T03:09:14.149Z] #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done [2025-03-27T03:09:14.149Z] #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done [2025-03-27T03:09:14.149Z] #7 pushing layers 0.1s done [2025-03-27T03:09:14.149Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c [2025-03-27T03:09:14.408Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done [2025-03-27T03:09:14.408Z] #7 DONE 0.2s [2025-03-27T03:09:14.408Z] [2025-03-27T03:09:14.408Z] 1 warning found (use --debug to expand): [2025-03-27T03:09:14.408Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-27T03:09:14.697Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - [2025-03-27T03:09:14.697Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' [2025-03-27T03:09:14.697Z] #1 [internal] load build definition from Dockerfile [2025-03-27T03:09:14.697Z] #1 transferring dockerfile: 167B done [2025-03-27T03:09:14.697Z] #1 DONE 0.0s [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-03-27T03:09:14.697Z] #2 DONE 0.0s [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2025-03-27T03:09:14.697Z] #3 DONE 0.0s [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #4 [internal] load .dockerignore [2025-03-27T03:09:14.697Z] #4 transferring context: 2B done [2025-03-27T03:09:14.697Z] #4 DONE 0.0s [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:14.697Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:14.697Z] #5 CACHED [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:14.697Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:14.697Z] #6 CACHED [2025-03-27T03:09:14.697Z] [2025-03-27T03:09:14.697Z] #7 exporting to image [2025-03-27T03:09:14.697Z] #7 exporting layers [2025-03-27T03:09:14.697Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-27T03:09:14.957Z] #7 exporting layers done [2025-03-27T03:09:14.957Z] #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done [2025-03-27T03:09:14.957Z] #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done [2025-03-27T03:09:14.957Z] #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done [2025-03-27T03:09:14.957Z] #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done [2025-03-27T03:09:14.957Z] #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done [2025-03-27T03:09:14.957Z] #7 pushing layers 0.0s done [2025-03-27T03:09:14.957Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done [2025-03-27T03:09:14.957Z] #7 DONE 0.1s [2025-03-27T03:09:14.957Z] [2025-03-27T03:09:14.957Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:14.957Z] #8 DONE 0.0s [2025-03-27T03:09:14.957Z] [2025-03-27T03:09:14.957Z] 1 warning found (use --debug to expand): [2025-03-27T03:09:14.957Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-27T03:09:15.250Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 --push - [2025-03-27T03:09:15.250Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45' [2025-03-27T03:09:15.250Z] #1 [internal] load build definition from Dockerfile [2025-03-27T03:09:15.250Z] #1 transferring dockerfile: 173B done [2025-03-27T03:09:15.250Z] #1 DONE 0.0s [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 [2025-03-27T03:09:15.250Z] #2 DONE 0.0s [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 [2025-03-27T03:09:15.250Z] #3 DONE 0.0s [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #4 [internal] load .dockerignore [2025-03-27T03:09:15.250Z] #4 transferring context: 2B done [2025-03-27T03:09:15.250Z] #4 DONE 0.0s [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:15.250Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:15.250Z] #5 CACHED [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:15.250Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:15.250Z] #6 CACHED [2025-03-27T03:09:15.250Z] [2025-03-27T03:09:15.250Z] #7 exporting to image [2025-03-27T03:09:15.250Z] #7 exporting layers done [2025-03-27T03:09:15.250Z] #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done [2025-03-27T03:09:15.250Z] #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done [2025-03-27T03:09:15.250Z] #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done [2025-03-27T03:09:15.250Z] #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done [2025-03-27T03:09:15.250Z] #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done [2025-03-27T03:09:15.250Z] #7 pushing layers 0.0s done [2025-03-27T03:09:15.250Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c [2025-03-27T03:09:15.250Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-27T03:09:15.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done [2025-03-27T03:09:15.510Z] #7 DONE 0.1s [2025-03-27T03:09:15.510Z] [2025-03-27T03:09:15.510Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:15.510Z] #8 DONE 0.0s [2025-03-27T03:09:15.510Z] [2025-03-27T03:09:15.510Z] 1 warning found (use --debug to expand): [2025-03-27T03:09:15.510Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-27T03:09:15.799Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45' [2025-03-27T03:09:15.799Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 --push - [2025-03-27T03:09:16.058Z] #1 [internal] load build definition from Dockerfile [2025-03-27T03:09:16.058Z] #1 transferring dockerfile: [2025-03-27T03:09:16.318Z] #1 transferring dockerfile: 214B done [2025-03-27T03:09:16.318Z] #1 DONE 0.2s [2025-03-27T03:09:16.318Z] [2025-03-27T03:09:16.318Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:09:16.318Z] #2 DONE 0.2s [2025-03-27T03:09:16.318Z] [2025-03-27T03:09:16.318Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:09:16.318Z] #3 DONE 0.1s [2025-03-27T03:09:16.318Z] [2025-03-27T03:09:16.318Z] #4 [internal] load .dockerignore [2025-03-27T03:09:16.577Z] #4 transferring context: [2025-03-27T03:09:16.577Z] #4 transferring context: 2B done [2025-03-27T03:09:16.577Z] #4 DONE 0.2s [2025-03-27T03:09:16.577Z] [2025-03-27T03:09:16.577Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:16.577Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:16.836Z] #5 ... [2025-03-27T03:09:16.836Z] [2025-03-27T03:09:16.836Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:16.836Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.1s done [2025-03-27T03:09:16.836Z] #6 DONE 0.1s [2025-03-27T03:09:16.836Z] [2025-03-27T03:09:16.836Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:16.836Z] #6 CACHED [2025-03-27T03:09:16.836Z] [2025-03-27T03:09:16.836Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:16.836Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.1s done [2025-03-27T03:09:16.836Z] #5 CACHED [2025-03-27T03:09:16.836Z] [2025-03-27T03:09:16.836Z] #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:17.095Z] #7 DONE 0.0s [2025-03-27T03:09:17.095Z] [2025-03-27T03:09:17.095Z] #8 exporting to image [2025-03-27T03:09:17.095Z] #8 exporting layers done [2025-03-27T03:09:17.095Z] #8 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e 0.0s done [2025-03-27T03:09:17.095Z] #8 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done [2025-03-27T03:09:17.095Z] #8 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done [2025-03-27T03:09:17.095Z] #8 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done [2025-03-27T03:09:17.095Z] #8 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done [2025-03-27T03:09:17.095Z] #8 pushing layers 0.0s done [2025-03-27T03:09:17.095Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done [2025-03-27T03:09:17.095Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-27T03:09:17.095Z] #8 DONE 0.1s [2025-03-27T03:09:17.665Z] [2025-03-27T03:09:17.665Z] 1 warning found (use --debug to expand): [2025-03-27T03:09:17.665Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-03-27T03:09:17.953Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' [2025-03-27T03:09:17.953Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - [2025-03-27T03:09:18.212Z] #1 [internal] load build definition from Dockerfile [2025-03-27T03:09:18.212Z] #1 transferring dockerfile: 165B done [2025-03-27T03:09:18.212Z] #1 DONE 0.0s [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-03-27T03:09:18.212Z] #2 DONE 0.0s [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2025-03-27T03:09:18.212Z] #3 DONE 0.0s [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #4 [internal] load .dockerignore [2025-03-27T03:09:18.212Z] #4 transferring context: 2B done [2025-03-27T03:09:18.212Z] #4 DONE 0.0s [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:18.212Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:18.212Z] #5 CACHED [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 [2025-03-27T03:09:18.212Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done [2025-03-27T03:09:18.212Z] #6 CACHED [2025-03-27T03:09:18.212Z] [2025-03-27T03:09:18.212Z] #7 exporting to image [2025-03-27T03:09:18.212Z] #7 exporting layers done [2025-03-27T03:09:18.212Z] #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done [2025-03-27T03:09:18.212Z] #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done [2025-03-27T03:09:18.212Z] #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done [2025-03-27T03:09:18.212Z] #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc [2025-03-27T03:09:18.212Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-03-27T03:09:18.471Z] #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done [2025-03-27T03:09:18.471Z] #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done [2025-03-27T03:09:18.471Z] #7 pushing layers 0.0s done [2025-03-27T03:09:18.471Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done [2025-03-27T03:09:18.471Z] #7 DONE 0.1s [2025-03-27T03:09:18.471Z] [2025-03-27T03:09:18.471Z] #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 [2025-03-27T03:09:18.471Z] #8 DONE 0.0s [2025-03-27T03:09:18.471Z] [2025-03-27T03:09:18.471Z] 1 warning found (use --debug to expand): [2025-03-27T03:09:18.471Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [2025-03-27T03:09:18.769Z] Installing build dependencies: finished with status 'done' [2025-03-27T03:09:18.769Z] Getting requirements to build wheel: started [2025-03-27T03:09:18.769Z] Getting requirements to build wheel: finished with status 'done' [2025-03-27T03:09:18.769Z] Preparing metadata (pyproject.toml): started [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-27T03:09:19.075Z] + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:19.374Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:19.923Z] ---> package-listing.sh [2025-03-27T03:09:19.924Z] ++ facter osfamily [2025-03-27T03:09:19.924Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-27T03:09:20.171Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-03-27T03:09:20.183Z] + OS_FAMILY=redhat [2025-03-27T03:09:20.183Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-03-27T03:09:20.183Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-27T03:09:20.183Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-27T03:09:20.183Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-27T03:09:20.183Z] + PACKAGES=/tmp/packages_start.txt [2025-03-27T03:09:20.183Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-03-27T03:09:20.183Z] + PACKAGES=/tmp/packages_end.txt [2025-03-27T03:09:20.183Z] + case "${OS_FAMILY}" in [2025-03-27T03:09:20.183Z] + sort [2025-03-27T03:09:20.183Z] + rpm -qa [2025-03-27T03:09:20.437Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2025-03-27T03:09:20.437Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2025-03-27T03:09:20.755Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-27T03:09:20.755Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-27T03:09:20.755Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-27T03:09:21.014Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-03-27T03:09:21.014Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-03-27T03:09:21.014Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-03-27T03:09:21.025Z] 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 [2025-03-27T03:09:21.318Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:21.841Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2025-03-27T03:09:21.841Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2025-03-27T03:09:21.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:21.898Z] [2025-03-27T03:09:21.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:22.106Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2025-03-27T03:09:22.106Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2025-03-27T03:09:22.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:22.205Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-27T03:09:22.205Z] 5eb5b503b376: Pulling fs layer [2025-03-27T03:09:22.205Z] 5c69ac0246d0: Pulling fs layer [2025-03-27T03:09:22.205Z] ec43610c2a17: Pulling fs layer [2025-03-27T03:09:22.205Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-27T03:09:22.205Z] 33b1e0a273af: Pulling fs layer [2025-03-27T03:09:22.205Z] 5d3b04190fa2: Pulling fs layer [2025-03-27T03:09:22.205Z] 2f39f015ded8: Pulling fs layer [2025-03-27T03:09:22.205Z] 3a2ae6a8a46f: Waiting [2025-03-27T03:09:22.205Z] 33b1e0a273af: Waiting [2025-03-27T03:09:22.205Z] 5d3b04190fa2: Waiting [2025-03-27T03:09:22.205Z] 2f39f015ded8: Waiting [2025-03-27T03:09:22.205Z] 5c69ac0246d0: Verifying Checksum [2025-03-27T03:09:22.205Z] 5c69ac0246d0: Download complete [2025-03-27T03:09:22.205Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-27T03:09:22.205Z] 3a2ae6a8a46f: Download complete [2025-03-27T03:09:22.205Z] 33b1e0a273af: Verifying Checksum [2025-03-27T03:09:22.205Z] 33b1e0a273af: Download complete [2025-03-27T03:09:22.205Z] ec43610c2a17: Verifying Checksum [2025-03-27T03:09:22.205Z] ec43610c2a17: Download complete [2025-03-27T03:09:22.205Z] 5d3b04190fa2: Verifying Checksum [2025-03-27T03:09:22.205Z] 5d3b04190fa2: Download complete [2025-03-27T03:09:22.371Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2025-03-27T03:09:22.371Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2025-03-27T03:09:22.468Z] 5eb5b503b376: Verifying Checksum [2025-03-27T03:09:22.468Z] 5eb5b503b376: Download complete [2025-03-27T03:09:22.950Z] Preparing metadata (setup.py): started [2025-03-27T03:09:23.059Z] 2f39f015ded8: Verifying Checksum [2025-03-27T03:09:23.059Z] 2f39f015ded8: Download complete [2025-03-27T03:09:23.629Z] 5eb5b503b376: Pull complete [2025-03-27T03:09:23.890Z] 5c69ac0246d0: Pull complete [2025-03-27T03:09:24.153Z] ec43610c2a17: Pull complete [2025-03-27T03:09:24.357Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:24.419Z] 3a2ae6a8a46f: Pull complete [2025-03-27T03:09:24.621Z] Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17)) [2025-03-27T03:09:24.621Z] Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2025-03-27T03:09:24.691Z] 33b1e0a273af: Pull complete [2025-03-27T03:09:24.691Z] 5d3b04190fa2: Pull complete [2025-03-27T03:09:26.027Z] Collecting protobuf==5.28.1 (from -r requirements.txt (line 18)) [2025-03-27T03:09:26.027Z] Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes) [2025-03-27T03:09:26.027Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:26.027Z] Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:09:26.027Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:26.027Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2025-03-27T03:09:26.290Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:26.290Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2025-03-27T03:09:26.290Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:26.290Z] Downloading flex-6.14.1.tar.gz (40 kB) [2025-03-27T03:09:26.555Z] Preparing metadata (setup.py): started [2025-03-27T03:09:27.960Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:27.960Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:27.960Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2025-03-27T03:09:27.960Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:27.960Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) [2025-03-27T03:09:28.225Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:28.225Z] Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) [2025-03-27T03:09:28.225Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:28.225Z] Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) [2025-03-27T03:09:28.489Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:28.489Z] Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) [2025-03-27T03:09:28.754Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:28.754Z] Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) [2025-03-27T03:09:29.330Z] Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:09:29.331Z] Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) [2025-03-27T03:09:29.331Z] Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:09:29.331Z] Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) [2025-03-27T03:09:29.596Z] Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:09:29.596Z] Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) [2025-03-27T03:09:29.596Z] Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) [2025-03-27T03:09:29.596Z] Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) [2025-03-27T03:09:29.859Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:09:29.859Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2025-03-27T03:09:30.041Z] 2f39f015ded8: Pull complete [2025-03-27T03:09:30.041Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-27T03:09:30.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:30.041Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:09:30.122Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:09:30.123Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2025-03-27T03:09:30.123Z] Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (78.1.0) [2025-03-27T03:09:30.123Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:09:30.123Z] Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) [2025-03-27T03:09:30.148Z] prd-centos7-docker-4c-2g-42141 does not seem to be running inside a container [2025-03-27T03:09:30.184Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-03-27T03:09:30.389Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2025-03-27T03:09:30.389Z] Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB) [2025-03-27T03:09:30.389Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:30.389Z] Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB) [2025-03-27T03:09:30.389Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:30.389Z] Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) [2025-03-27T03:09:30.654Z] Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:30.654Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2025-03-27T03:09:31.234Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:31.234Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) [2025-03-27T03:09:31.234Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:31.234Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2025-03-27T03:09:31.234Z] Preparing metadata (setup.py): started [2025-03-27T03:09:32.189Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:32.189Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:32.189Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2025-03-27T03:09:32.455Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:32.455Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2025-03-27T03:09:32.455Z] Preparing metadata (setup.py): started [2025-03-27T03:09:33.410Z] Preparing metadata (setup.py): finished with status 'done' [2025-03-27T03:09:33.673Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:33.673Z] Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:09:33.673Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:33.673Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) [2025-03-27T03:09:33.673Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:33.673Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2025-03-27T03:09:33.673Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:33.805Z] $ docker top dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-27T03:09:33.939Z] Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) [2025-03-27T03:09:33.939Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:33.939Z] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) [2025-03-27T03:09:34.149Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-27T03:09:34.202Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:34.202Z] Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) [2025-03-27T03:09:34.436Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-27T03:09:34.730Z] + ls /var/log/sa-host [2025-03-27T03:09:34.730Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:09:34.814Z] provisioning config files... [2025-03-27T03:09:34.826Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13517669591451749846tmp [Pipeline] { [Pipeline] echo [2025-03-27T03:09:34.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:35.128Z] ---> create-netrc.sh [Pipeline] } [2025-03-27T03:09:35.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:35.475Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-27T03:09:35.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:35.777Z] ---> sudo-logs.sh [2025-03-27T03:09:35.777Z] Archiving 'sudo' log.. [2025-03-27T03:09:35.777Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42141.novalocal: Name or service not known [2025-03-27T03:09:35.777Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-42141.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-03-27T03:09:35.800Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:36.079Z] ---> job-cost.sh [2025-03-27T03:09:36.079Z] lf-activate-venv: SKIPPING [2025-03-27T03:09:36.079Z] INFO: No Stack... [2025-03-27T03:09:36.129Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2025-03-27T03:09:36.129Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2025-03-27T03:09:36.129Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.129Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2025-03-27T03:09:36.338Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-03-27T03:09:36.392Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.392Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2025-03-27T03:09:36.392Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.392Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2025-03-27T03:09:36.392Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.392Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2025-03-27T03:09:36.656Z] Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.656Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2025-03-27T03:09:36.656Z] Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2025-03-27T03:09:36.656Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2025-03-27T03:09:36.905Z] INFO: Archiving Costs [Pipeline] echo [2025-03-27T03:09:36.916Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:36.924Z] Downloading robotframework-7.0.1-py3-none-any.whl (727 kB) [2025-03-27T03:09:36.924Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 61.7 MB/s eta 0:00:00 [2025-03-27T03:09:36.924Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2025-03-27T03:09:36.924Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2025-03-27T03:09:36.924Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2025-03-27T03:09:36.924Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2025-03-27T03:09:36.924Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2025-03-27T03:09:36.924Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [2025-03-27T03:09:36.924Z] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [2025-03-27T03:09:36.924Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2025-03-27T03:09:37.191Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 46.2 MB/s eta 0:00:00 [2025-03-27T03:09:37.191Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2025-03-27T03:09:37.191Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2025-03-27T03:09:37.199Z] ---> logs-deploy.sh [2025-03-27T03:09:37.199Z] lf-activate-venv: SKIPPING [2025-03-27T03:09:37.199Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/49 [2025-03-27T03:09:37.199Z] INFO: archiving workspace using pattern(s): [2025-03-27T03:09:37.457Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.9 MB/s eta 0:00:00 [2025-03-27T03:09:37.458Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2025-03-27T03:09:37.458Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 61.0 MB/s eta 0:00:00 [2025-03-27T03:09:37.458Z] Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.1 MB) [2025-03-27T03:09:37.458Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 56.2 MB/s eta 0:00:00 [2025-03-27T03:09:37.458Z] Downloading protobuf-5.28.1-py3-none-any.whl (169 kB) [2025-03-27T03:09:37.458Z] Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) [2025-03-27T03:09:37.458Z] Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (141 kB) [2025-03-27T03:09:37.458Z] Downloading idna-3.10-py3-none-any.whl (70 kB) [2025-03-27T03:09:37.458Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2025-03-27T03:09:37.458Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2025-03-27T03:09:37.458Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2025-03-27T03:09:37.458Z] Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB) [2025-03-27T03:09:37.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 52.4 MB/s eta 0:00:00 [2025-03-27T03:09:37.722Z] Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) [2025-03-27T03:09:37.722Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2025-03-27T03:09:37.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 59.3 MB/s eta 0:00:00 [2025-03-27T03:09:37.987Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2025-03-27T03:09:37.988Z] Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) [2025-03-27T03:09:37.988Z] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [2025-03-27T03:09:37.988Z] Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) [2025-03-27T03:09:37.988Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 61.2 MB/s eta 0:00:00 [2025-03-27T03:09:37.988Z] Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) [2025-03-27T03:09:37.988Z] Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) [2025-03-27T03:09:37.988Z] Downloading attrs-25.3.0-py3-none-any.whl (63 kB) [2025-03-27T03:09:37.988Z] Downloading click-8.1.8-py3-none-any.whl (98 kB) [2025-03-27T03:09:37.988Z] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [2025-03-27T03:09:37.988Z] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [2025-03-27T03:09:37.988Z] Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) [2025-03-27T03:09:37.988Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 62.0 MB/s eta 0:00:00 [2025-03-27T03:09:37.988Z] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [2025-03-27T03:09:37.988Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2025-03-27T03:09:37.988Z] Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB) [2025-03-27T03:09:38.137Z] Archives upload complete. [2025-03-27T03:09:38.137Z] INFO: archiving logs to Nexus [2025-03-27T03:09:38.252Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 54.6 MB/s eta 0:00:00 [2025-03-27T03:09:38.252Z] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [2025-03-27T03:09:38.252Z] Downloading trio-0.29.0-py3-none-any.whl (492 kB) [2025-03-27T03:09:38.252Z] Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) [2025-03-27T03:09:38.252Z] Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB) [2025-03-27T03:09:38.252Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2025-03-27T03:09:38.252Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2025-03-27T03:09:38.252Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2025-03-27T03:09:38.252Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2025-03-27T03:09:38.252Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2025-03-27T03:09:38.252Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2025-03-27T03:09:38.252Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2025-03-27T03:09:38.252Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2025-03-27T03:09:39.075Z] ---> uname -a: [2025-03-27T03:09:39.075Z] Linux prd-centos7-docker-4c-2g-42141.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] ---> lscpu: [2025-03-27T03:09:39.075Z] Architecture: x86_64 [2025-03-27T03:09:39.075Z] CPU op-mode(s): 32-bit, 64-bit [2025-03-27T03:09:39.075Z] Byte Order: Little Endian [2025-03-27T03:09:39.075Z] Address sizes: 40 bits physical, 48 bits virtual [2025-03-27T03:09:39.075Z] CPU(s): 2 [2025-03-27T03:09:39.075Z] On-line CPU(s) list: 0,1 [2025-03-27T03:09:39.075Z] Thread(s) per core: 1 [2025-03-27T03:09:39.075Z] Core(s) per socket: 1 [2025-03-27T03:09:39.075Z] Socket(s): 2 [2025-03-27T03:09:39.075Z] NUMA node(s): 1 [2025-03-27T03:09:39.075Z] Vendor ID: AuthenticAMD [2025-03-27T03:09:39.075Z] CPU family: 23 [2025-03-27T03:09:39.075Z] Model: 49 [2025-03-27T03:09:39.075Z] Model name: AMD EPYC-Rome Processor [2025-03-27T03:09:39.075Z] Stepping: 0 [2025-03-27T03:09:39.075Z] CPU MHz: 2799.998 [2025-03-27T03:09:39.075Z] BogoMIPS: 5599.99 [2025-03-27T03:09:39.075Z] Virtualization: AMD-V [2025-03-27T03:09:39.075Z] Hypervisor vendor: KVM [2025-03-27T03:09:39.075Z] Virtualization type: full [2025-03-27T03:09:39.075Z] L1d cache: 64 KiB [2025-03-27T03:09:39.075Z] L1i cache: 64 KiB [2025-03-27T03:09:39.075Z] L2 cache: 1 MiB [2025-03-27T03:09:39.075Z] L3 cache: 32 MiB [2025-03-27T03:09:39.075Z] NUMA node0 CPU(s): 0,1 [2025-03-27T03:09:39.075Z] Vulnerability Itlb multihit: Not affected [2025-03-27T03:09:39.075Z] Vulnerability L1tf: Not affected [2025-03-27T03:09:39.075Z] Vulnerability Mds: Not affected [2025-03-27T03:09:39.075Z] Vulnerability Meltdown: Not affected [2025-03-27T03:09:39.075Z] Vulnerability Mmio stale data: Not affected [2025-03-27T03:09:39.075Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-03-27T03:09:39.075Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-03-27T03:09:39.075Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-03-27T03:09:39.075Z] Vulnerability Srbds: Not affected [2025-03-27T03:09:39.075Z] Vulnerability Tsx async abort: Not affected [2025-03-27T03:09:39.075Z] 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 [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] ---> nproc: [2025-03-27T03:09:39.075Z] 2 [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] ---> df -h: [2025-03-27T03:09:39.075Z] Filesystem Size Used Avail Use% Mounted on [2025-03-27T03:09:39.075Z] overlay 40G 7.3G 33G 19% / [2025-03-27T03:09:39.075Z] tmpfs 64M 0 64M 0% /dev [2025-03-27T03:09:39.075Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-03-27T03:09:39.075Z] shm 64M 0 64M 0% /dev/shm [2025-03-27T03:09:39.075Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] [2025-03-27T03:09:39.075Z] Cannot open /var/log/sysstat/sa27: No such file or directory [2025-03-27T03:09:39.075Z] Please check if data collecting is enabled [2025-03-27T03:09:39.075Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-27T03:09:39.111Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-03-27T03:09:39.116Z] $ docker stop --time=1 dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 [2025-03-27T03:09:39.205Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2025-03-27T03:09:39.205Z] Building wheel for robotbackgroundlogger (setup.py): started [2025-03-27T03:09:40.170Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2025-03-27T03:09:40.170Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=9fe48abaa049fa943c00d6bc43b1e891da80185805b17efd0b678c85b3bdbd7f [2025-03-27T03:09:40.170Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2025-03-27T03:09:40.170Z] Building wheel for paho-mqtt (setup.py): started [2025-03-27T03:09:40.258Z] $ docker rm -f --volumes dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-03-27T03:09:40.358Z] [WS-CLEANUP] Deleting project workspace... [2025-03-27T03:09:40.358Z] [WS-CLEANUP] Deferred wipeout is used... [2025-03-27T03:09:40.377Z] [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 [2025-03-27T03:09:40.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:40.820Z] [2025-03-27T03:09:40.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:09:41.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:41.117Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-27T03:09:41.117Z] 5eb5b503b376: Pulling fs layer [2025-03-27T03:09:41.117Z] 5c69ac0246d0: Pulling fs layer [2025-03-27T03:09:41.117Z] ec43610c2a17: Pulling fs layer [2025-03-27T03:09:41.117Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-27T03:09:41.117Z] 33b1e0a273af: Pulling fs layer [2025-03-27T03:09:41.117Z] 5d3b04190fa2: Pulling fs layer [2025-03-27T03:09:41.117Z] 2f39f015ded8: Pulling fs layer [2025-03-27T03:09:41.117Z] 5d3b04190fa2: Waiting [2025-03-27T03:09:41.117Z] 33b1e0a273af: Waiting [2025-03-27T03:09:41.117Z] 3a2ae6a8a46f: Waiting [2025-03-27T03:09:41.117Z] 2f39f015ded8: Waiting [2025-03-27T03:09:41.117Z] 5c69ac0246d0: Verifying Checksum [2025-03-27T03:09:41.117Z] 5c69ac0246d0: Download complete [2025-03-27T03:09:41.117Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-27T03:09:41.117Z] 3a2ae6a8a46f: Download complete [2025-03-27T03:09:41.117Z] ec43610c2a17: Verifying Checksum [2025-03-27T03:09:41.117Z] ec43610c2a17: Download complete [2025-03-27T03:09:41.117Z] 33b1e0a273af: Verifying Checksum [2025-03-27T03:09:41.117Z] 33b1e0a273af: Download complete [2025-03-27T03:09:41.117Z] 5d3b04190fa2: Verifying Checksum [2025-03-27T03:09:41.117Z] 5d3b04190fa2: Download complete [2025-03-27T03:09:41.376Z] 5eb5b503b376: Verifying Checksum [2025-03-27T03:09:41.376Z] 5eb5b503b376: Download complete [2025-03-27T03:09:41.572Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2025-03-27T03:09:41.572Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=16b2f2e51a3fa5af80a3ae4121d9a7e69905f50ab062f383037500521bba41ae [2025-03-27T03:09:41.572Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2025-03-27T03:09:41.572Z] Building wheel for psutil (pyproject.toml): started [2025-03-27T03:09:41.942Z] 2f39f015ded8: Download complete [2025-03-27T03:09:42.508Z] 5eb5b503b376: Pull complete [2025-03-27T03:09:42.766Z] 5c69ac0246d0: Pull complete [2025-03-27T03:09:43.025Z] ec43610c2a17: Pull complete [2025-03-27T03:09:43.025Z] 3a2ae6a8a46f: Pull complete [2025-03-27T03:09:43.284Z] 33b1e0a273af: Pull complete [2025-03-27T03:09:43.542Z] 5d3b04190fa2: Pull complete [2025-03-27T03:09:47.741Z] 2f39f015ded8: Pull complete [2025-03-27T03:09:47.741Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-27T03:09:47.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:09:47.741Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:09:47.841Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:09:47.869Z] $ 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 [2025-03-27T03:09:49.112Z] $ docker top 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:09:49.522Z] ---> job-cost.sh [2025-03-27T03:09:49.522Z] lf-activate-venv: SKIPPING [2025-03-27T03:09:49.522Z] INFO: No Stack... [2025-03-27T03:09:49.780Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-27T03:09:50.038Z] INFO: Archiving Costs [Pipeline] sh [2025-03-27T03:09:50.330Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-03-27T03:09:50.330Z] + cut -d, -f6 [Pipeline] lock [2025-03-27T03:09:50.342Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [2025-03-27T03:09:50.352Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] did not exist. Created. [2025-03-27T03:09:50.358Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-27T03:09:50.672Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-27T03:09:50.714Z] Stashed 1 file(s) [Pipeline] } [2025-03-27T03:09:50.721Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-27T03:09:50.746Z] $ docker stop --time=1 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 [2025-03-27T03:09:51.898Z] $ docker rm -f --volumes 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-27T03:09:53.869Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2025-03-27T03:09:53.869Z] Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_aarch64.whl size=290697 sha256=3459bd20bf1d894a1c24370492595abbaeeec2d7fbbbd6e131183334564248b5 [2025-03-27T03:09:53.869Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 [2025-03-27T03:09:53.869Z] Building wheel for psycopg2 (setup.py): started [2025-03-27T03:10:50.247Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2025-03-27T03:10:50.247Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512589 sha256=038b8080cd34ce12b8ae56aef6fc56a3ace0ad41fb488e0421e0da3b613fabfd [2025-03-27T03:10:50.247Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2025-03-27T03:10:50.247Z] Building wheel for flex (setup.py): started [2025-03-27T03:10:50.247Z] Building wheel for flex (setup.py): finished with status 'done' [2025-03-27T03:10:50.247Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=af7c880d63bbfe06c19e71c8622d9bd8260d26783b76e0b9fa4dbbb4b338da2b [2025-03-27T03:10:50.247Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2025-03-27T03:10:50.247Z] Building wheel for strict-rfc3339 (setup.py): started [2025-03-27T03:10:50.511Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2025-03-27T03:10:50.511Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=c90173b86e11dbbd76e2820593649d7d22af7935387dd787e6e0b6896326a103 [2025-03-27T03:10:50.511Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2025-03-27T03:10:50.511Z] Building wheel for validate-email (setup.py): started [2025-03-27T03:10:51.905Z] Building wheel for validate-email (setup.py): finished with status 'done' [2025-03-27T03:10:51.905Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=dffae479950b5ed27bf5e20fa4b362adc2ee42332de20613740aa7cea532f092 [2025-03-27T03:10:51.905Z] Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2025-03-27T03:10:51.905Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2025-03-27T03:10:52.854Z] Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary [2025-03-27T03:11:49.313Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.2 RESTinstance-1.3.0 attrs-25.3.0 certifi-2025.1.31 charset-normalizer-3.4.1 click-8.1.8 configparser-6.0.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.10 influxdb-client-1.41.0 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 numpy-1.26.2 outcome-1.3.0.post0 paho-mqtt-1.6.1 ply-3.11 protobuf-5.28.1 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.20.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2025.2 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.36.2 requests-2.32.3 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.0.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.24.0 selenium-4.30.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.29.0 trio-websocket-0.12.2 typing-extensions-4.13.0 tzlocal-5.3.1 urllib3-2.3.0 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2025-03-27T03:11:49.313Z] 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. [2025-03-27T03:12:36.102Z] Removing intermediate container a3af5c2aa641 [2025-03-27T03:12:36.102Z] ---> 51366a122a9e [2025-03-27T03:12:36.102Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2025-03-27T03:12:36.102Z] ---> Running in 11c73d91c83f [2025-03-27T03:12:36.102Z] Removing intermediate container 11c73d91c83f [2025-03-27T03:12:36.102Z] ---> 310245ea8aef [2025-03-27T03:12:36.102Z] Step 11/13 : LABEL arch=arm64 [2025-03-27T03:12:36.102Z] ---> Running in 1721fdc0a60e [2025-03-27T03:12:36.102Z] Removing intermediate container 1721fdc0a60e [2025-03-27T03:12:36.102Z] ---> 3273143569b0 [2025-03-27T03:12:36.103Z] Step 12/13 : LABEL git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:12:36.103Z] ---> Running in 58a05fce350c [2025-03-27T03:12:36.103Z] Removing intermediate container 58a05fce350c [2025-03-27T03:12:36.103Z] ---> 03085dd08f26 [2025-03-27T03:12:36.103Z] Step 13/13 : LABEL version=0.0.2-dev.45 [2025-03-27T03:12:36.103Z] ---> Running in ab774cdd6c55 [2025-03-27T03:12:36.103Z] Removing intermediate container ab774cdd6c55 [2025-03-27T03:12:36.103Z] ---> 10806cf710f9 [2025-03-27T03:12:36.103Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-27T03:12:36.366Z] Successfully built 10806cf710f9 [2025-03-27T03:12:36.366Z] 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 [2025-03-27T03:12:36.509Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2025-03-27T03:12:36.509Z] f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:12:36.509Z] latest [2025-03-27T03:12:36.509Z] 0.0.2-dev.45 [2025-03-27T03:12:36.509Z] f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:12:36.509Z] main [2025-03-27T03:12:36.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:12:36.879Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:12:37.238Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:12:37.238Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-03-27T03:12:37.238Z] 5133c0a04860: Preparing [2025-03-27T03:12:37.238Z] 81688fb99624: Preparing [2025-03-27T03:12:37.238Z] 01c4fd7dbe9f: Preparing [2025-03-27T03:12:37.238Z] 901ca63da2a4: Preparing [2025-03-27T03:12:37.238Z] 16c52e8e55bf: Preparing [2025-03-27T03:12:37.238Z] dd9c8f8612c8: Preparing [2025-03-27T03:12:37.238Z] dd9c8f8612c8: Waiting [2025-03-27T03:12:37.504Z] 81688fb99624: Pushed [2025-03-27T03:12:37.504Z] 901ca63da2a4: Pushed [2025-03-27T03:12:37.504Z] 01c4fd7dbe9f: Pushed [2025-03-27T03:12:37.767Z] 16c52e8e55bf: Pushed [2025-03-27T03:12:39.702Z] dd9c8f8612c8: Pushed [2025-03-27T03:17:31.454Z] 5133c0a04860: Pushed [2025-03-27T03:17:31.454Z] f7616055fa408fe9de5c1ab01cec76f469475795: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:31.803Z] + 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 [2025-03-27T03:17:32.149Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-03-27T03:17:32.149Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-03-27T03:17:32.149Z] 5133c0a04860: Preparing [2025-03-27T03:17:32.149Z] 81688fb99624: Preparing [2025-03-27T03:17:32.149Z] 01c4fd7dbe9f: Preparing [2025-03-27T03:17:32.149Z] 901ca63da2a4: Preparing [2025-03-27T03:17:32.149Z] 16c52e8e55bf: Preparing [2025-03-27T03:17:32.149Z] dd9c8f8612c8: Preparing [2025-03-27T03:17:32.149Z] dd9c8f8612c8: Waiting [2025-03-27T03:17:32.149Z] 16c52e8e55bf: Layer already exists [2025-03-27T03:17:32.149Z] 01c4fd7dbe9f: Layer already exists [2025-03-27T03:17:32.149Z] 5133c0a04860: Layer already exists [2025-03-27T03:17:32.149Z] 901ca63da2a4: Layer already exists [2025-03-27T03:17:32.149Z] 81688fb99624: Layer already exists [2025-03-27T03:17:32.149Z] dd9c8f8612c8: Layer already exists [2025-03-27T03:17:32.412Z] latest: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:32.773Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:33.194Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.45 [2025-03-27T03:17:33.194Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-03-27T03:17:33.194Z] 5133c0a04860: Preparing [2025-03-27T03:17:33.194Z] 81688fb99624: Preparing [2025-03-27T03:17:33.194Z] 01c4fd7dbe9f: Preparing [2025-03-27T03:17:33.194Z] 901ca63da2a4: Preparing [2025-03-27T03:17:33.194Z] 16c52e8e55bf: Preparing [2025-03-27T03:17:33.194Z] dd9c8f8612c8: Preparing [2025-03-27T03:17:33.194Z] dd9c8f8612c8: Waiting [2025-03-27T03:17:33.194Z] 81688fb99624: Layer already exists [2025-03-27T03:17:33.194Z] 901ca63da2a4: Layer already exists [2025-03-27T03:17:33.194Z] 5133c0a04860: Layer already exists [2025-03-27T03:17:33.194Z] 16c52e8e55bf: Layer already exists [2025-03-27T03:17:33.194Z] 01c4fd7dbe9f: Layer already exists [2025-03-27T03:17:33.194Z] dd9c8f8612c8: Layer already exists [2025-03-27T03:17:33.471Z] 0.0.2-dev.45: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:33.847Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:34.210Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:17:34.210Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-03-27T03:17:34.210Z] 5133c0a04860: Preparing [2025-03-27T03:17:34.211Z] 81688fb99624: Preparing [2025-03-27T03:17:34.211Z] 01c4fd7dbe9f: Preparing [2025-03-27T03:17:34.211Z] 901ca63da2a4: Preparing [2025-03-27T03:17:34.211Z] 16c52e8e55bf: Preparing [2025-03-27T03:17:34.211Z] dd9c8f8612c8: Preparing [2025-03-27T03:17:34.211Z] dd9c8f8612c8: Waiting [2025-03-27T03:17:34.211Z] 16c52e8e55bf: Layer already exists [2025-03-27T03:17:34.211Z] 901ca63da2a4: Layer already exists [2025-03-27T03:17:34.211Z] 81688fb99624: Layer already exists [2025-03-27T03:17:34.211Z] 5133c0a04860: Layer already exists [2025-03-27T03:17:34.211Z] 01c4fd7dbe9f: Layer already exists [2025-03-27T03:17:34.211Z] dd9c8f8612c8: Layer already exists [2025-03-27T03:17:34.211Z] f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:34.580Z] + 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 [2025-03-27T03:17:34.938Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2025-03-27T03:17:34.938Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2025-03-27T03:17:34.938Z] 5133c0a04860: Preparing [2025-03-27T03:17:34.938Z] 81688fb99624: Preparing [2025-03-27T03:17:34.938Z] 01c4fd7dbe9f: Preparing [2025-03-27T03:17:34.938Z] 901ca63da2a4: Preparing [2025-03-27T03:17:34.938Z] 16c52e8e55bf: Preparing [2025-03-27T03:17:34.938Z] dd9c8f8612c8: Preparing [2025-03-27T03:17:34.938Z] dd9c8f8612c8: Waiting [2025-03-27T03:17:34.938Z] 81688fb99624: Layer already exists [2025-03-27T03:17:34.938Z] 901ca63da2a4: Layer already exists [2025-03-27T03:17:34.938Z] 16c52e8e55bf: Layer already exists [2025-03-27T03:17:34.938Z] 5133c0a04860: Layer already exists [2025-03-27T03:17:34.938Z] 01c4fd7dbe9f: Layer already exists [2025-03-27T03:17:34.938Z] dd9c8f8612c8: Layer already exists [2025-03-27T03:17:34.938Z] main: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-27T03:17:35.021Z] ===================================================== [Pipeline] echo [2025-03-27T03:17:35.034Z] taggedImages: [2025-03-27T03:17:35.034Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795 [2025-03-27T03:17:35.034Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2025-03-27T03:17:35.034Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.45 [2025-03-27T03:17:35.034Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 [2025-03-27T03:17:35.034Z] - 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 [2025-03-27T03:17:35.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-27T03:17:35.469Z] [2025-03-27T03:17:35.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:17:35.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-27T03:17:35.800Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-27T03:17:35.800Z] 8998bd30e6a1: Pulling fs layer [2025-03-27T03:17:35.800Z] 04944245beec: Pulling fs layer [2025-03-27T03:17:35.800Z] 699f458cf7ca: Pulling fs layer [2025-03-27T03:17:35.800Z] 765212b225bb: Pulling fs layer [2025-03-27T03:17:35.800Z] f23df028b6ca: Pulling fs layer [2025-03-27T03:17:35.800Z] d65c8cfc05b1: Pulling fs layer [2025-03-27T03:17:35.800Z] 2437ff75d9bd: Pulling fs layer [2025-03-27T03:17:35.800Z] f23df028b6ca: Waiting [2025-03-27T03:17:35.800Z] d65c8cfc05b1: Waiting [2025-03-27T03:17:35.800Z] 765212b225bb: Waiting [2025-03-27T03:17:35.800Z] 2437ff75d9bd: Waiting [2025-03-27T03:17:36.065Z] 04944245beec: Verifying Checksum [2025-03-27T03:17:36.065Z] 04944245beec: Download complete [2025-03-27T03:17:36.065Z] 765212b225bb: Verifying Checksum [2025-03-27T03:17:36.065Z] 765212b225bb: Download complete [2025-03-27T03:17:36.065Z] f23df028b6ca: Verifying Checksum [2025-03-27T03:17:36.065Z] f23df028b6ca: Download complete [2025-03-27T03:17:36.065Z] d65c8cfc05b1: Verifying Checksum [2025-03-27T03:17:36.065Z] d65c8cfc05b1: Download complete [2025-03-27T03:17:36.065Z] 699f458cf7ca: Verifying Checksum [2025-03-27T03:17:36.065Z] 699f458cf7ca: Download complete [2025-03-27T03:17:36.644Z] 8998bd30e6a1: Verifying Checksum [2025-03-27T03:17:36.644Z] 8998bd30e6a1: Download complete [2025-03-27T03:17:39.212Z] 2437ff75d9bd: Verifying Checksum [2025-03-27T03:17:39.212Z] 2437ff75d9bd: Download complete [2025-03-27T03:17:41.152Z] 8998bd30e6a1: Pull complete [2025-03-27T03:17:41.417Z] 04944245beec: Pull complete [2025-03-27T03:17:43.347Z] 699f458cf7ca: Pull complete [2025-03-27T03:17:43.347Z] 765212b225bb: Pull complete [2025-03-27T03:17:43.924Z] f23df028b6ca: Pull complete [2025-03-27T03:17:44.188Z] d65c8cfc05b1: Pull complete [2025-03-27T03:18:02.358Z] 2437ff75d9bd: Pull complete [2025-03-27T03:18:02.358Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-27T03:18:02.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-27T03:18:02.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:02.575Z] prd-ubuntu20.04-docker-arm64-4c-16g-42142 does not seem to be running inside a container [2025-03-27T03:18:02.624Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-03-27T03:18:04.315Z] $ docker top 6cfe8dff91b2038c6a811e355338869262ed8fe55f7c385b7c6c31e77c088a84 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:05.148Z] ---> job-cost.sh [2025-03-27T03:18:05.148Z] lf-activate-venv: SKIPPING [2025-03-27T03:18:05.148Z] INFO: No Stack... [2025-03-27T03:18:05.412Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-27T03:18:06.361Z] INFO: Archiving Costs [Pipeline] sh [2025-03-27T03:18:06.981Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2025-03-27T03:18:06.981Z] + cut -d, -f6 [Pipeline] lock [2025-03-27T03:18:07.029Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [2025-03-27T03:18:07.036Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] did not exist. Created. [2025-03-27T03:18:07.041Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-27T03:18:07.700Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-564a3d8e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-27T03:18:08.018Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-27T03:18:08.307Z] Warning: overwriting stash ‘stack-cost’ [2025-03-27T03:18:08.707Z] Stashed 1 file(s) [Pipeline] } [2025-03-27T03:18:08.714Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-27T03:18:08.732Z] $ docker stop --time=1 6cfe8dff91b2038c6a811e355338869262ed8fe55f7c385b7c6c31e77c088a84 [2025-03-27T03:18:10.242Z] $ docker rm -f --volumes 6cfe8dff91b2038c6a811e355338869262ed8fe55f7c385b7c6c31e77c088a84 [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 [2025-03-27T03:18:10.919Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-27T03:18:10.919Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:11.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:18:11.215Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:11.289Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:18:11.312Z] $ 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 [2025-03-27T03:18:11.634Z] $ docker top 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-27T03:18:11.735Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-27T03:18:12.033Z] + git semver [Pipeline] } [2025-03-27T03:18:12.302Z] $ docker stop --time=1 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 [2025-03-27T03:18:13.592Z] $ docker rm -f --volumes 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:14.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-27T03:18:14.043Z] [2025-03-27T03:18:14.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:14.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-27T03:18:14.344Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-27T03:18:14.344Z] ab5ef0e58194: Pulling fs layer [2025-03-27T03:18:14.344Z] 9712f1f96733: Pulling fs layer [2025-03-27T03:18:14.344Z] 63f879dbbcfc: Pulling fs layer [2025-03-27T03:18:14.344Z] 0d9ebad4ef96: Pulling fs layer [2025-03-27T03:18:14.344Z] e9a5061849ea: Pulling fs layer [2025-03-27T03:18:14.344Z] d747dcd14b5f: Pulling fs layer [2025-03-27T03:18:14.344Z] 2de7ff778b66: Pulling fs layer [2025-03-27T03:18:14.344Z] d747dcd14b5f: Waiting [2025-03-27T03:18:14.344Z] 0d9ebad4ef96: Waiting [2025-03-27T03:18:14.344Z] e9a5061849ea: Waiting [2025-03-27T03:18:14.344Z] 2de7ff778b66: Waiting [2025-03-27T03:18:14.344Z] 9712f1f96733: Verifying Checksum [2025-03-27T03:18:14.344Z] 9712f1f96733: Download complete [2025-03-27T03:18:14.909Z] 63f879dbbcfc: Download complete [2025-03-27T03:18:14.909Z] e9a5061849ea: Verifying Checksum [2025-03-27T03:18:14.909Z] e9a5061849ea: Download complete [2025-03-27T03:18:14.909Z] d747dcd14b5f: Verifying Checksum [2025-03-27T03:18:14.909Z] d747dcd14b5f: Download complete [2025-03-27T03:18:14.909Z] ab5ef0e58194: Verifying Checksum [2025-03-27T03:18:14.909Z] ab5ef0e58194: Download complete [2025-03-27T03:18:18.199Z] ab5ef0e58194: Pull complete [2025-03-27T03:18:18.199Z] 9712f1f96733: Pull complete [2025-03-27T03:18:18.456Z] 63f879dbbcfc: Pull complete [2025-03-27T03:18:18.714Z] 0d9ebad4ef96: Verifying Checksum [2025-03-27T03:18:18.714Z] 0d9ebad4ef96: Download complete [2025-03-27T03:18:18.971Z] 2de7ff778b66: Verifying Checksum [2025-03-27T03:18:18.971Z] 2de7ff778b66: Download complete [2025-03-27T03:18:23.156Z] 0d9ebad4ef96: Pull complete [2025-03-27T03:18:23.156Z] e9a5061849ea: Pull complete [2025-03-27T03:18:23.156Z] d747dcd14b5f: Pull complete [2025-03-27T03:18:23.723Z] 2de7ff778b66: Pull complete [2025-03-27T03:18:23.723Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-27T03:18:23.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-27T03:18:23.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:23.822Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:18:23.846Z] $ 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 [2025-03-27T03:18:25.725Z] $ docker top 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:18:25.806Z] provisioning config files... [2025-03-27T03:18:25.815Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8642084313224110766tmp [2025-03-27T03:18:25.824Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10620032828594617798tmp [2025-03-27T03:18:25.833Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1691310316417927055tmp [Pipeline] { [Pipeline] echo [2025-03-27T03:18:25.858Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:26.152Z] ---> sigul-configuration.sh [2025-03-27T03:18:26.153Z] gpg: directory `/root/.gnupg' created [2025-03-27T03:18:26.153Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-27T03:18:26.153Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-27T03:18:26.153Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-27T03:18:26.153Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-27T03:18:26.153Z] gpg: CAST5 encrypted data [2025-03-27T03:18:26.153Z] gpg: encrypted with 1 passphrase [2025-03-27T03:18:26.153Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-27T03:18:26.451Z] + mkdir /home/jenkins [2025-03-27T03:18:26.451Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-27T03:18:26.750Z] + 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 [2025-03-27T03:18:26.764Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:27.067Z] ---> sigul-install.sh [2025-03-27T03:18:27.067Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-27T03:18:27.366Z] + git tag --list [2025-03-27T03:18:27.366Z] v0.0.1 [2025-03-27T03:18:27.366Z] v0.0.2-dev.1 [2025-03-27T03:18:27.366Z] v0.0.2-dev.10 [2025-03-27T03:18:27.366Z] v0.0.2-dev.11 [2025-03-27T03:18:27.366Z] v0.0.2-dev.12 [2025-03-27T03:18:27.366Z] v0.0.2-dev.13 [2025-03-27T03:18:27.366Z] v0.0.2-dev.14 [2025-03-27T03:18:27.366Z] v0.0.2-dev.15 [2025-03-27T03:18:27.366Z] v0.0.2-dev.16 [2025-03-27T03:18:27.366Z] v0.0.2-dev.17 [2025-03-27T03:18:27.366Z] v0.0.2-dev.18 [2025-03-27T03:18:27.366Z] v0.0.2-dev.19 [2025-03-27T03:18:27.366Z] v0.0.2-dev.2 [2025-03-27T03:18:27.366Z] v0.0.2-dev.20 [2025-03-27T03:18:27.366Z] v0.0.2-dev.21 [2025-03-27T03:18:27.366Z] v0.0.2-dev.22 [2025-03-27T03:18:27.366Z] v0.0.2-dev.23 [2025-03-27T03:18:27.366Z] v0.0.2-dev.24 [2025-03-27T03:18:27.366Z] v0.0.2-dev.25 [2025-03-27T03:18:27.366Z] v0.0.2-dev.26 [2025-03-27T03:18:27.366Z] v0.0.2-dev.27 [2025-03-27T03:18:27.366Z] v0.0.2-dev.28 [2025-03-27T03:18:27.367Z] v0.0.2-dev.29 [2025-03-27T03:18:27.367Z] v0.0.2-dev.3 [2025-03-27T03:18:27.367Z] v0.0.2-dev.30 [2025-03-27T03:18:27.367Z] v0.0.2-dev.31 [2025-03-27T03:18:27.367Z] v0.0.2-dev.32 [2025-03-27T03:18:27.367Z] v0.0.2-dev.33 [2025-03-27T03:18:27.367Z] v0.0.2-dev.34 [2025-03-27T03:18:27.367Z] v0.0.2-dev.35 [2025-03-27T03:18:27.367Z] v0.0.2-dev.36 [2025-03-27T03:18:27.367Z] v0.0.2-dev.37 [2025-03-27T03:18:27.367Z] v0.0.2-dev.38 [2025-03-27T03:18:27.367Z] v0.0.2-dev.39 [2025-03-27T03:18:27.367Z] v0.0.2-dev.4 [2025-03-27T03:18:27.367Z] v0.0.2-dev.40 [2025-03-27T03:18:27.367Z] v0.0.2-dev.41 [2025-03-27T03:18:27.367Z] v0.0.2-dev.42 [2025-03-27T03:18:27.367Z] v0.0.2-dev.43 [2025-03-27T03:18:27.367Z] v0.0.2-dev.44 [2025-03-27T03:18:27.367Z] v0.0.2-dev.5 [2025-03-27T03:18:27.367Z] v0.0.2-dev.6 [2025-03-27T03:18:27.367Z] v0.0.2-dev.7 [2025-03-27T03:18:27.367Z] v0.0.2-dev.8 [2025-03-27T03:18:27.367Z] v0.0.2-dev.9 [Pipeline] sh [2025-03-27T03:18:27.663Z] + lftools sign git-tag v0.0.2-dev.45 [2025-03-27T03:18:28.234Z] Signing Git tag with Sigul... [2025-03-27T03:18:28.234Z] Signing v0.0.2-dev.45 [2025-03-27T03:18:28.234Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v0.0.2-dev.45'], return code 1, stdout , stderr [Pipeline] echo [2025-03-27T03:18:28.247Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:28.539Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-27T03:18:28.545Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-27T03:18:28.567Z] $ docker stop --time=1 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 [2025-03-27T03:18:29.876Z] $ docker rm -f --volumes 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-27T03:18:30.308Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-27T03:18:30.308Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:30.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:18:30.612Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:30.693Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:18:30.718Z] $ 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 [2025-03-27T03:18:31.048Z] $ docker top 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf -eo pid,comm [2025-03-27T03:18:31.100Z] 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). [2025-03-27T03:18:31.100Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-27T03:18:31.135Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-27T03:18:31.434Z] + git semver [Pipeline] } [2025-03-27T03:18:31.703Z] $ docker stop --time=1 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf [2025-03-27T03:18:33.002Z] $ docker rm -f --volumes 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-27T03:18:33.352Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-27T03:18:33.352Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:33.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-27T03:18:33.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:33.742Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:18:33.767Z] $ 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 [2025-03-27T03:18:34.109Z] $ docker top bae6224a12db53c87e71f835d4a26ccc5ef7005a9225830eff1a71764a5defcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-27T03:18:34.199Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-27T03:18:34.506Z] + git semver [Pipeline] } [2025-03-27T03:18:34.776Z] $ docker stop --time=1 bae6224a12db53c87e71f835d4a26ccc5ef7005a9225830eff1a71764a5defcd [2025-03-27T03:18:36.039Z] $ docker rm -f --volumes bae6224a12db53c87e71f835d4a26ccc5ef7005a9225830eff1a71764a5defcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-27T03:18:36.499Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2025-03-27T03:18:36.499Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-03-27T03:18:36.499Z] total 16 [2025-03-27T03:18:36.499Z] drwxr-xr-x 3 root root 4096 Mar 27 03:09 . [2025-03-27T03:18:36.499Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:18 .. [2025-03-27T03:18:36.499Z] drwxr-xr-x 2 root root 4096 Mar 27 03:09 cost [2025-03-27T03:18:36.499Z] -rw-r--r-- 1 root root 87 Mar 27 03:09 cost.csv [2025-03-27T03:18:36.499Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-03-27T03:18:36.499Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2025-03-27T03:18:36.499Z] total 16 [2025-03-27T03:18:36.499Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 27 03:09 . [2025-03-27T03:18:36.499Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:18 .. [2025-03-27T03:18:36.499Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 27 03:09 cost [2025-03-27T03:18:36.499Z] -rw-r--r-- 1 jenkins jenkins 87 Mar 27 03:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:36.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:37.661Z] ---> package-listing.sh [2025-03-27T03:18:37.661Z] ++ facter osfamily [2025-03-27T03:18:37.661Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-27T03:18:37.921Z] + OS_FAMILY=debian [2025-03-27T03:18:37.921Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2025-03-27T03:18:37.921Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-27T03:18:37.921Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-27T03:18:37.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-27T03:18:37.921Z] + PACKAGES=/tmp/packages_start.txt [2025-03-27T03:18:37.921Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-03-27T03:18:37.921Z] + PACKAGES=/tmp/packages_end.txt [2025-03-27T03:18:37.921Z] + case "${OS_FAMILY}" in [2025-03-27T03:18:37.921Z] + dpkg -l [2025-03-27T03:18:37.921Z] + grep '^ii' [2025-03-27T03:18:37.921Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-27T03:18:37.921Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-27T03:18:37.921Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-27T03:18:37.921Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2025-03-27T03:18:37.921Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2025-03-27T03:18:37.921Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2025-03-27T03:18:37.933Z] 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 [2025-03-27T03:18:38.210Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-27T03:18:38.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-27T03:18:38.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-27T03:18:38.852Z] prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container [2025-03-27T03:18:38.876Z] $ 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 [2025-03-27T03:18:39.095Z] $ docker top 333e7b340a31794342096fe0cbf6a78a09af37e0e060f9f16b977e4c865d77fa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-27T03:18:39.452Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-27T03:18:39.736Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-27T03:18:40.020Z] + ls /var/log/sa-host [2025-03-27T03:18:40.020Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-27T03:18:40.060Z] provisioning config files... [2025-03-27T03:18:40.071Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11220530768552792796tmp [Pipeline] { [Pipeline] echo [2025-03-27T03:18:40.089Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:40.370Z] ---> create-netrc.sh [Pipeline] } [2025-03-27T03:18:40.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:40.683Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-27T03:18:40.692Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:40.974Z] ---> sudo-logs.sh [2025-03-27T03:18:40.974Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-27T03:18:40.998Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:41.291Z] ---> job-cost.sh [2025-03-27T03:18:41.291Z] lf-activate-venv: SKIPPING [2025-03-27T03:18:41.291Z] DEBUG: total: 0.2199999988079071 [2025-03-27T03:18:41.291Z] INFO: Retrieving Stack Cost... [2025-03-27T03:18:41.550Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-27T03:18:42.119Z] INFO: Archiving Costs [Pipeline] echo [2025-03-27T03:18:42.132Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-27T03:18:42.415Z] ---> logs-deploy.sh [2025-03-27T03:18:42.415Z] lf-activate-venv: SKIPPING [2025-03-27T03:18:42.415Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/49 [2025-03-27T03:18:42.415Z] INFO: archiving workspace using pattern(s): [2025-03-27T03:18:43.353Z] Archives upload complete. [2025-03-27T03:18:43.612Z] INFO: archiving logs to Nexus