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 03:02:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:02:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:02:28 ========================================================= 03:02:28 EdgeX Global Pipelines Version Info 03:02:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:02:29 ------------------- 03:02:29 stable info: 03:02:29 ------------------- 03:02:29 Commited By: Ginny Guan ginny@iotechsys.com 03:02:29 Commit SHA: 7c45c8a198bad082eec5dc6eba334c557e460952 03:02:29 Message: update stable to v1.0.273 03:02:30 ------------------- 03:02:30 experimental info: 03:02:30 ------------------- 03:02:30 Commited By: **** collab-it+edgex@linuxfoundation.org 03:02:30 Commit SHA: 7c45c8a198bad082eec5dc6eba334c557e460952 03:02:30 Message: update experimental to v1.0.273 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7616055fa408fe9de5c1ab01cec76f469475795 [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f761605 [Pipeline] echo 03:02:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:02:30 provisioning config files... 03:02:30 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11017457257537965205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:02:31 ---> ****-login.sh 03:02:31 nexus3.edgexfoundry.org:10001 03:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:31 Configure a credential helper to remove this warning. See 03:02:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:31 03:02:31 Login Succeeded 03:02:31 nexus3.edgexfoundry.org:10002 03:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:31 Configure a credential helper to remove this warning. See 03:02:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:31 03:02:31 Login Succeeded 03:02:31 nexus3.edgexfoundry.org:10003 03:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:31 Configure a credential helper to remove this warning. See 03:02:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:31 03:02:31 Login Succeeded 03:02:31 nexus3.edgexfoundry.org:10004 03:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:31 Configure a credential helper to remove this warning. See 03:02:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:31 03:02:31 Login Succeeded 03:02:31 ****.io 03:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:32 Configure a credential helper to remove this warning. See 03:02:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:32 03:02:32 Login Succeeded 03:02:32 ---> ****-login.sh ends [Pipeline] } 03:02:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:02:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:02:32 + grep -v github /etc/ssh/ssh_known_hosts 03:02:32 + [ -e /tmp/ssh_known_hosts ] 03:02:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:02:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:02:32 + sudo tee -a /etc/ssh/ssh_known_hosts 03:02:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:02:33 03:02:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:02:33 0.1.4: Pulling from edgex-devops/py-git-semver 03:02:33 b85a868b505f: Pulling fs layer 03:02:33 e2be974225ed: Pulling fs layer 03:02:33 339a4e72a1f5: Pulling fs layer 03:02:33 988bab9f4d93: Pulling fs layer 03:02:33 1469e6f7b9e6: Pulling fs layer 03:02:33 eaf3925da568: Pulling fs layer 03:02:33 bab4dde63d76: Pulling fs layer 03:02:33 bde34c3a00c8: Pulling fs layer 03:02:33 b352a97aabf1: Pulling fs layer 03:02:33 4872d77fe225: Pulling fs layer 03:02:33 5851b861e8e6: Pulling fs layer 03:02:33 bab4dde63d76: Waiting 03:02:33 4872d77fe225: Waiting 03:02:33 5851b861e8e6: Waiting 03:02:33 988bab9f4d93: Waiting 03:02:33 eaf3925da568: Waiting 03:02:33 bde34c3a00c8: Waiting 03:02:33 b352a97aabf1: Waiting 03:02:33 1469e6f7b9e6: Waiting 03:02:33 e2be974225ed: Download complete 03:02:33 988bab9f4d93: Verifying Checksum 03:02:33 988bab9f4d93: Download complete 03:02:33 339a4e72a1f5: Verifying Checksum 03:02:33 339a4e72a1f5: Download complete 03:02:33 1469e6f7b9e6: Verifying Checksum 03:02:33 1469e6f7b9e6: Download complete 03:02:33 eaf3925da568: Download complete 03:02:33 bde34c3a00c8: Verifying Checksum 03:02:33 bde34c3a00c8: Download complete 03:02:33 b352a97aabf1: Download complete 03:02:33 4872d77fe225: Verifying Checksum 03:02:33 4872d77fe225: Download complete 03:02:33 5851b861e8e6: Download complete 03:02:33 b85a868b505f: Verifying Checksum 03:02:33 b85a868b505f: Download complete 03:02:33 bab4dde63d76: Verifying Checksum 03:02:33 bab4dde63d76: Download complete 03:02:34 b85a868b505f: Pull complete 03:02:35 e2be974225ed: Pull complete 03:02:35 339a4e72a1f5: Pull complete 03:02:35 988bab9f4d93: Pull complete 03:02:35 1469e6f7b9e6: Pull complete 03:02:35 eaf3925da568: Pull complete 03:02:37 bab4dde63d76: Pull complete 03:02:37 bde34c3a00c8: Pull complete 03:02:37 b352a97aabf1: Pull complete 03:02:37 4872d77fe225: Pull complete 03:02:37 5851b861e8e6: Pull complete 03:02:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:02:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:02:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:02:38 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:02:38 $ 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 03:02:39 $ docker top ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 -eo pid,comm 03:02:39 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). 03:02:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:02:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:39 [ssh-agent] Looking for ssh-agent implementation... 03:02:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:39 $ docker exec ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent 03:02:39 SSH_AUTH_SOCK=/tmp/ssh-KCOACRHUtEGq/agent.31 03:02:39 SSH_AGENT_PID=37 03:02:39 Running ssh-add (command line suppressed) 03:02:39 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) 03:02:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:40 + git tag --points-at HEAD [Pipeline] } 03:02:40 $ docker exec --env ******** --env ******** ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent -k 03:02:40 unset SSH_AUTH_SOCK; 03:02:40 unset SSH_AGENT_PID; 03:02:40 echo Agent pid 37 killed; 03:02:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:02:40 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v0.0.2-dev.44' [Pipeline] sshagent 03:02:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:40 [ssh-agent] Looking for ssh-agent implementation... 03:02:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:40 $ docker exec ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent 03:02:40 SSH_AUTH_SOCK=/tmp/ssh-cqbRerTFDLpC/agent.70 03:02:40 SSH_AGENT_PID=76 03:02:40 Running ssh-add (command line suppressed) 03:02:40 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) 03:02:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:40 + git semver init 03:02:41 2025-03-27 03:02:41,105 [run_init] DEBUG init version:0.0.0 force:False 03:02:41 2025-03-27 03:02:41,105 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 03:02:41 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 03:02:41 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) 03:02:41 2025-03-27 03:02:41,675 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 03:02:41 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 03:02:41 2025-03-27 03:02:41,675 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 03:02:41 2025-03-27 03:02:41,675 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 03:02:41 0.0.2-dev.45 [Pipeline] } 03:02:41 $ docker exec --env ******** --env ******** ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 ssh-agent -k 03:02:41 unset SSH_AUTH_SOCK; 03:02:41 unset SSH_AGENT_PID; 03:02:41 echo Agent pid 76 killed; 03:02:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:02:42 + git semver [Pipeline] } 03:02:42 $ docker stop --time=1 ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 03:02:43 $ docker rm -f --volumes ca53d02ad65bef2b1bf677e7727d0a7c93aea55c4706e7a3a10c5989181f1cf2 [Pipeline] // withDockerContainer [Pipeline] sh 03:02:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:02:44 Stashed 1 file(s) [Pipeline] echo 03:02:44 [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 03:02:44 provisioning config files... 03:02:44 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13445553209303643495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:02:44 ---> ****-login.sh 03:02:44 nexus3.edgexfoundry.org:10001 03:02:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:44 Configure a credential helper to remove this warning. See 03:02:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:44 03:02:44 Login Succeeded 03:02:44 nexus3.edgexfoundry.org:10002 03:02:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:44 Configure a credential helper to remove this warning. See 03:02:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:44 03:02:44 Login Succeeded 03:02:44 nexus3.edgexfoundry.org:10003 03:02:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:45 Configure a credential helper to remove this warning. See 03:02:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:45 03:02:45 Login Succeeded 03:02:45 nexus3.edgexfoundry.org:10004 03:02:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:45 Configure a credential helper to remove this warning. See 03:02:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:45 03:02:45 Login Succeeded 03:02:45 ****.io 03:02:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:02:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:02:45 Configure a credential helper to remove this warning. See 03:02:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:02:45 03:02:45 Login Succeeded 03:02:45 ---> ****-login.sh ends [Pipeline] } 03:02:45 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 03:02:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:02:46 + ls -al . 03:02:46 total 72 03:02:46 drwxrwxr-x 7 jenkins jenkins 4096 Mar 27 03:02 . 03:02:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:02 .. 03:02:46 drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:02 .git 03:02:46 drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 03:02 .github 03:02:46 -rw-rw-r-- 1 jenkins jenkins 22 Mar 27 03:02 .gitignore 03:02:46 drwxr-xr-x 3 jenkins jenkins 4096 Mar 27 03:02 .semver 03:02:46 -rw-rw-r-- 1 jenkins jenkins 1653 Mar 27 03:02 Dockerfile 03:02:46 -rw-rw-r-- 1 jenkins jenkins 746 Mar 27 03:02 Jenkinsfile 03:02:46 -rw-rw-r-- 1 jenkins jenkins 11381 Mar 27 03:02 LICENSE 03:02:46 -rw-rw-r-- 1 jenkins jenkins 3606 Mar 27 03:02 README.md 03:02:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:02 TAF-Manager 03:02:46 drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:02 TUC 03:02:46 -rw-rw-r-- 1 jenkins jenkins 12 Mar 27 03:02 VERSION 03:02:46 -rw-rw-r-- 1 jenkins jenkins 360 Mar 27 03:02 requirements.txt 03:02:46 -rw-rw-r-- 1 jenkins jenkins 54 Mar 27 03:02 robot-entrypoint.sh 03:02:46 -rw-rw-r-- 1 jenkins jenkins 445 Mar 27 03:02 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:46 + 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 . 03:02:46 Sending build context to Docker daemon 581.6kB 03:02:46 Step 1/13 : FROM alpine:3.20 03:02:47 3.20: Pulling from library/alpine 03:02:47 0a9a5dfd008f: Pulling fs layer 03:02:47 0a9a5dfd008f: Download complete 03:02:47 0a9a5dfd008f: Pull complete 03:02:47 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:02:47 Status: Downloaded newer image for alpine:3.20 03:02:47 ---> ff221270b9fb 03:02:47 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 03:02:47 ---> Running in 57c3c1105df4 03:02:47 Removing intermediate container 57c3c1105df4 03:02:47 ---> d46fba35352b 03:02:47 Step 3/13 : LABEL maintainer="Bruce Huang " 03:02:47 ---> Running in 7b213e923a72 03:02:47 Removing intermediate container 7b213e923a72 03:02:47 ---> c736766f8ae9 03:02:47 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 03:02:48 ---> a1158efa5bb9 03:02:48 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 03:02:48 ---> aabc8bcc21ac 03:02:48 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 03:02:48 ---> e3cddbd61a80 03:02:48 Step 7/13 : WORKDIR /edgex-taf 03:02:48 ---> Running in e0bc9d17e0ee 03:02:48 Removing intermediate container e0bc9d17e0ee 03:02:48 ---> 7e76c6fd3c1f 03:02:48 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:48 ---> Running in b141cb3db09c 03:02:49 Removing intermediate container b141cb3db09c 03:02:49 ---> e7b5c9dc4858 03:02:49 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 03:02:49 ---> Running in db55f67a08ae 03:02:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:02:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:02:50 OK: 8 MiB in 14 packages 03:02:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:02:51 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:02:51 (1/14) Installing ca-certificates (20241121-r1) 03:02:52 (2/14) Installing brotli-libs (1.1.0-r2) 03:02:52 (3/14) Installing c-ares (1.33.1-r0) 03:02:53 (4/14) Installing libunistring (1.2-r0) 03:02:53 (5/14) Installing libidn2 (2.3.7-r0) 03:02:53 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:02:54 (7/14) Installing libpsl (0.21.5-r1) 03:02:54 (8/14) Installing zstd-libs (1.5.6-r0) 03:02:55 (9/14) Installing libcurl (8.12.1-r0) 03:02:55 (10/14) Installing curl (8.12.1-r0) 03:02:55 (11/14) Installing docker-cli (26.1.5-r0) 03:02:57 (12/14) Installing oniguruma (6.9.9-r0) 03:02:57 (13/14) Installing jq (1.7.1-r0) 03:02:57 (14/14) Installing openssl (3.3.3-r0) 03:02:58 Executing busybox-1.36.1-r29.trigger 03:02:58 Executing ca-certificates-20241121-r1.trigger 03:02:58 OK: 43 MiB in 28 packages 03:02:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:02:58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:02:59 Still waiting to schedule task 03:02:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:02:59 (1/167) Installing libexpat (2.7.0-r0) 03:03:00 (2/167) Installing libbz2 (1.0.8-r6) 03:03:00 (3/167) Installing libpng (1.6.44-r0) 03:03:00 (4/167) Installing freetype (2.13.2-r0) 03:03:01 (5/167) Installing fontconfig (2.15.0-r1) 03:03:01 (6/167) Installing libfontenc (1.1.8-r0) 03:03:01 (7/167) Installing mkfontscale (1.2.2-r6) 03:03:02 (8/167) Installing font-opensans (0_git20210927-r1) 03:03:02 (9/167) Installing pkgconf (2.2.0-r0) 03:03:03 (10/167) Installing libgcc (13.2.1_git20240309-r1) 03:03:03 (11/167) Installing libffi (3.4.6-r0) 03:03:03 (12/167) Installing libintl (0.22.5-r0) 03:03:03 (13/167) Installing libeconf (0.6.3-r0) 03:03:04 (14/167) Installing libblkid (2.40.1-r1) 03:03:04 (15/167) Installing libmount (2.40.1-r1) 03:03:04 (16/167) Installing pcre2 (10.43-r0) 03:03:05 (17/167) Installing glib (2.80.5-r0) 03:03:05 (18/167) Installing libstdc++ (13.2.1_git20240309-r1) 03:03:06 (19/167) Installing xz-libs (5.6.2-r0) 03:03:06 (20/167) Installing libxml2 (2.12.7-r2) 03:03:07 (21/167) Installing shared-mime-info (2.4-r0) 03:03:07 (22/167) Installing hicolor-icon-theme (0.17-r2) 03:03:08 (23/167) Installing libjpeg-turbo (3.0.3-r0) 03:03:08 (24/167) Installing libsharpyuv (1.3.2-r0) 03:03:08 (25/167) Installing libwebp (1.3.2-r0) 03:03:09 (26/167) Installing tiff (4.6.0t-r0) 03:03:09 (27/167) Installing gdk-pixbuf (2.42.12-r0) 03:03:10 (28/167) Installing gtk-update-icon-cache (3.24.43-r0) 03:03:10 (29/167) Installing libxau (1.0.11-r4) 03:03:10 (30/167) Installing libmd (1.1.0-r0) 03:03:10 (31/167) Installing libbsd (0.12.2-r0) 03:03:11 (32/167) Installing libxdmcp (1.1.5-r1) 03:03:11 (33/167) Installing libxcb (1.16.1-r0) 03:03:11 (34/167) Installing libx11 (1.8.9-r1) 03:03:12 (35/167) Installing libxcomposite (0.4.6-r5) 03:03:12 (36/167) Installing libxfixes (6.0.1-r4) 03:03:13 (37/167) Installing libxrender (0.9.11-r5) 03:03:13 (38/167) Installing libxcursor (1.2.2-r1) 03:03:13 (39/167) Installing libxdamage (1.1.6-r5) 03:03:13 (40/167) Installing libxext (1.3.6-r2) 03:03:14 (41/167) Installing libxi (1.8.1-r4) 03:03:14 (42/167) Installing libxinerama (1.1.5-r4) 03:03:14 (43/167) Installing libxrandr (1.5.4-r1) 03:03:14 (44/167) Installing libatk-1.0 (2.52.0-r0) 03:03:15 (45/167) Installing libxtst (1.2.4-r6) 03:03:15 (46/167) Installing dbus-libs (1.14.10-r1) 03:03:15 (47/167) Installing at-spi2-core (2.52.0-r0) 03:03:16 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 03:03:16 (49/167) Installing pixman (0.43.2-r0) 03:03:17 (50/167) Installing cairo (1.18.0-r0) 03:03:17 (51/167) Installing cairo-gobject (1.18.0-r0) 03:03:17 (52/167) Installing avahi-libs (0.8-r17) 03:03:18 (53/167) Installing gmp (6.3.0-r1) 03:03:18 (54/167) Installing nettle (3.9.1-r0) 03:03:18 (55/167) Installing libtasn1 (4.20.0-r0) 03:03:19 (56/167) Installing p11-kit (0.25.3-r0) 03:03:19 (57/167) Installing gnutls (3.8.5-r0) 03:03:20 (58/167) Installing cups-libs (2.4.9-r1) 03:03:20 (59/167) Installing libepoxy (1.5.10-r1) 03:03:21 (60/167) Installing fribidi (1.0.15-r0) 03:03:21 (61/167) Installing graphite2 (1.3.14-r6) 03:03:21 (62/167) Installing harfbuzz (8.5.0-r0) 03:03:22 (63/167) Installing libxft (2.3.8-r3) 03:03:22 (64/167) Installing pango (1.52.2-r0) 03:03:23 (65/167) Installing wayland-libs-client (1.22.0-r4) 03:03:23 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 03:03:23 (67/167) Installing wayland-libs-egl (1.22.0-r4) 03:03:23 (68/167) Installing xkeyboard-config (2.41-r0) 03:03:24 (69/167) Installing libxkbcommon (1.7.0-r0) 03:03:24 (70/167) Installing gtk+3.0 (3.24.43-r0) 03:03:25 (71/167) Installing icu-data-full (74.2-r0) 03:03:26 (72/167) Installing mesa (24.0.9-r1) 03:03:26 (73/167) Installing llvm17-libs (17.0.6-r1) 03:03:36 (74/167) Installing hwdata-pci (0.382-r0) 03:03:36 (75/167) Installing libpciaccess (0.18.1-r0) 03:03:36 (76/167) Installing libdrm (2.4.120-r0) 03:03:36 (77/167) Installing libelf (0.191-r0) 03:03:36 (78/167) Installing mesa-glapi (24.0.9-r1) 03:03:37 (79/167) Installing mesa-dri-gallium (24.0.9-r1) 03:03:39 (80/167) Installing eudev-libs (3.2.14-r2) 03:03:39 (81/167) Installing libmagic (5.45-r1) 03:03:40 (82/167) Installing file (5.45-r1) 03:03:40 (83/167) Installing xprop (1.2.7-r0) 03:03:40 (84/167) Installing libice (1.1.1-r6) 03:03:41 (85/167) Installing libuuid (2.40.1-r1) 03:03:41 (86/167) Installing libsm (1.2.4-r4) 03:03:41 (87/167) Installing libxt (1.3.0-r5) 03:03:42 (88/167) Installing libxmu (1.1.4-r2) 03:03:42 (89/167) Installing xset (1.2.5-r1) 03:03:42 (90/167) Installing xdg-utils (1.2.1-r0) 03:03:42 (91/167) Installing libogg (1.3.5-r5) 03:03:43 (92/167) Installing libflac (1.4.3-r1) 03:03:43 (93/167) Installing alsa-lib (1.2.11-r0) 03:03:44 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 03:03:44 (95/167) Installing aom-libs (3.9.1-r0) 03:03:45 (96/167) Installing libva (2.21.0-r0) 03:03:45 (97/167) Installing libvdpau (1.5-r3) 03:03:45 (98/167) Installing onevpl-libs (2023.3.1-r2) 03:03:46 (99/167) Installing ffmpeg-libavutil (6.1.1-r8) 03:03:46 (100/167) Installing libdav1d (1.4.2-r0) 03:03:47 (101/167) Installing openexr-libiex (3.1.13-r1) 03:03:47 (102/167) Installing openexr-libilmthread (3.1.13-r1) 03:03:48 (103/167) Installing imath (3.1.12-r0) 03:03:48 (104/167) Installing openexr-libopenexr (3.1.13-r1) 03:03:48 (105/167) Installing giflib (5.2.2-r0) 03:03:49 (106/167) Installing libhwy (1.0.7-r0) 03:03:49 (107/167) Installing lcms2 (2.16-r0) 03:03:49 (108/167) Installing libjxl (0.10.2-r0) 03:03:50 (109/167) Installing lame-libs (3.100-r5) 03:03:50 (110/167) Installing opus (1.5.2-r0) 03:03:51 (111/167) Installing rav1e-libs (0.7.1-r0) 03:03:51 (112/167) Installing libgomp (13.2.1_git20240309-r1) 03:03:51 (113/167) Installing soxr (0.1.3-r7) 03:03:52 (114/167) Installing ffmpeg-libswresample (6.1.1-r8) 03:03:52 (115/167) Installing libtheora (1.1.1-r18) 03:03:53 (116/167) Installing libvorbis (1.3.7-r2) 03:03:53 (117/167) Installing libvpx (1.14.1-r0) 03:03:54 (118/167) Installing libwebpmux (1.3.2-r0) 03:03:54 (119/167) Installing x264-libs (0.164_git20231001-r0) 03:03:55 (120/167) Installing numactl (2.0.18-r0) 03:03:55 (121/167) Installing x265-libs (3.6-r0) 03:03:55 (122/167) Installing xvidcore (1.3.7-r2) 03:03:56 (123/167) Installing ffmpeg-libavcodec (6.1.1-r8) 03:03:56 (124/167) Installing libbluray (1.3.4-r1) 03:03:57 (125/167) Installing mpg123-libs (1.32.8-r0) 03:03:57 (126/167) Installing libopenmpt (0.7.7-r0) 03:03:58 (127/167) Installing cjson (1.7.18-r0) 03:03:58 (128/167) Installing mbedtls (3.6.2-r0) 03:03:58 (129/167) Installing librist (0.2.10-r1) 03:03:59 (130/167) Installing libsrt (1.5.3-r0) 03:03:59 (131/167) Installing libssh (0.10.6-r0) 03:04:00 (132/167) Installing libsodium (1.0.19-r0) 03:04:00 (133/167) Installing libzmq (4.3.5-r2) 03:04:00 (134/167) Installing ffmpeg-libavformat (6.1.1-r8) 03:04:01 (135/167) Installing crc32c (1.1.2-r0) 03:04:01 (136/167) Installing double-conversion (3.3.0-r0) 03:04:02 (137/167) Installing libevent (2.1.12-r7) 03:04:02 (138/167) Installing wayland-libs-server (1.22.0-r4) 03:04:02 (139/167) Installing mesa-gbm (24.0.9-r1) 03:04:02 (140/167) Installing harfbuzz-subset (8.5.0-r0) 03:04:03 (141/167) Installing icu-libs (74.2-r0) 03:04:04 (142/167) Installing minizip (1.3.1-r0) 03:04:04 (143/167) Installing nspr (4.35-r4) 03:04:04 (144/167) Installing sqlite-libs (3.45.3-r1) 03:04:05 (145/167) Installing nss (3.105-r0) 03:04:05 (146/167) Installing openh264 (2.4.1-r0) 03:04:06 (147/167) Installing libcamera-ipa (0.3.0-r0) 03:04:06 (148/167) Installing libunwind (1.8.1-r0) 03:04:06 (149/167) Installing yaml (0.2.5-r2) 03:04:07 (150/167) Installing libcamera (0.3.0-r0) 03:04:07 (151/167) Installing speexdsp (1.2.1-r2) 03:04:07 (152/167) Installing libuv (1.48.0-r0) 03:04:08 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 03:04:08 (154/167) Installing libsndfile (1.2.2-r1) 03:04:09 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 03:04:09 (156/167) Installing pipewire-libs (1.0.6-r1) 03:04:10 (157/167) Installing libasyncns (0.8-r3) 03:04:10 (158/167) Installing libltdl (2.4.7-r3) 03:04:10 (159/167) Installing orc (0.4.40-r0) 03:04:11 (160/167) Installing tdb-libs (1.4.9-r1) 03:04:11 (161/167) Installing libpulse (17.0-r0) 03:04:12 (162/167) Installing libwebpdemux (1.3.2-r0) 03:04:12 (163/167) Installing libgpg-error (1.49-r0) 03:04:12 (164/167) Installing libgcrypt (1.10.3-r0) 03:04:13 (165/167) Installing libxslt (1.1.39-r2) 03:04:13 (166/167) Installing chromium (131.0.6778.108-r0) 03:04:25 (167/167) Installing chromium-chromedriver (131.0.6778.108-r0) 03:04:25 Executing busybox-1.36.1-r29.trigger 03:04:25 Executing fontconfig-2.15.0-r1.trigger 03:04:25 Executing mkfontscale-1.2.2-r6.trigger 03:04:25 Executing glib-2.80.5-r0.trigger 03:04:25 Executing shared-mime-info-2.4-r0.trigger 03:04:25 Executing gdk-pixbuf-2.42.12-r0.trigger 03:04:25 Executing gtk-update-icon-cache-3.24.43-r0.trigger 03:04:25 Executing gtk+3.0-3.24.43-r0.trigger 03:04:25 OK: 672 MiB in 195 packages 03:04:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:04:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:04:26 (1/30) Installing jansson (2.14-r4) 03:04:26 (2/30) Installing binutils (2.42-r1) 03:04:27 (3/30) Installing libatomic (13.2.1_git20240309-r1) 03:04:27 (4/30) Installing isl26 (0.26-r1) 03:04:27 (5/30) Installing mpfr4 (4.2.1-r0) 03:04:28 (6/30) Installing mpc1 (1.3.1-r1) 03:04:28 (7/30) Installing gcc (13.2.1_git20240309-r1) 03:04:36 (8/30) Installing musl-dev (1.2.5-r1) 03:04:36 (9/30) Installing linux-headers (6.6-r0) 03:04:36 (10/30) Installing libffi-dev (3.4.6-r0) 03:04:36 (11/30) Installing libpq (16.8-r0) 03:04:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-42142 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 03:04:36 Selected Git installation does not exist. Using Default 03:04:36 The recommended git tool is: NONE 03:04:36 (12/30) Installing openssl-dev (3.3.3-r0) 03:04:37 (13/30) Installing libpq-dev (16.8-r0) 03:04:37 (14/30) Installing libecpg (16.8-r0) 03:04:38 (15/30) Installing libecpg-dev (16.8-r0) 03:04:38 (16/30) Installing clang16-headers (16.0.6-r5) 03:04:39 (17/30) Installing llvm16-libs (16.0.6-r8) 03:04:41 using credential edgex-jenkins-ssh 03:04:41 Cloning the remote Git repository 03:04:41 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 03:04:42 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 03:04:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 03:04:42 > git --version # timeout=10 03:04:42 > git --version # 'git version 2.25.1' 03:04:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 03:04:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:43 Avoid second fetch 03:04:43 Checking out Revision f7616055fa408fe9de5c1ab01cec76f469475795 (main) 03:04:43 > git config core.sparsecheckout # timeout=10 03:04:43 > git checkout -f f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10 03:04:44 (18/30) Installing clang16-libs (16.0.6-r5) 03:04:44 Commit message: "Merge pull request #114 from cherrycl/add-protobuf" 03:04:47 (19/30) Installing fortify-headers (1.1-r3) 03:04:47 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 03:04:48 (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 03:04:48 (22/30) Installing clang16 (16.0.6-r5) 03:04:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:04:49 % Total % Received % Xferd Average Speed Time Time Time Current 03:04:49 Dload Upload Total Spent Left Speed 03:04:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 75017 0 --:--:-- --:--:-- --:--:-- 75458 [Pipeline] sh 03:04:49 (23/30) Installing icu (74.2-r0) 03:04:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:04:49 + sudo tee /etc/docker/daemon.new 03:04:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:04:49 { 03:04:49 "registry-mirrors": [ 03:04:49 "https://nexus3.edgexfoundry.org:10001" 03:04:49 ], 03:04:49 "bip": "10.250.0.254/24", 03:04:49 "hosts": [ 03:04:49 "tcp://0.0.0.0:5555", 03:04:49 "unix:///var/run/docker.sock" 03:04:49 ], 03:04:49 "mtu": 1458, 03:04:49 "selinux-enabled": true, 03:04:49 "seccomp-profile": "/etc/docker/seccomp.json" 03:04:49 } 03:04:49 (24/30) Installing icu-dev (74.2-r0) [Pipeline] sh 03:04:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:04:50 (25/30) Installing llvm16 (16.0.6-r8) 03:04:50 + sudo service docker restart 03:04:58 (26/30) Installing lz4-libs (1.9.4-r5) 03:04:58 (27/30) Installing lz4-dev (1.9.4-r5) 03:04:58 (28/30) Installing zstd (1.5.6-r0) 03:04:58 (29/30) Installing zstd-dev (1.5.6-r0) 03:04:59 (30/30) Installing postgresql16-dev (16.8-r0) 03:04:59 Executing busybox-1.36.1-r29.trigger 03:04:59 OK: 1208 MiB in 225 packages 03:04:59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:05:00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:05:00 (1/14) Installing g++ (13.2.1_git20240309-r1) 03:05:02 (2/14) Installing gdbm (1.23-r1) 03:05:02 (3/14) Installing mpdecimal (4.0.0-r0) 03:05:03 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 03:05:03 (5/14) Installing libncursesw (6.4_p20240420-r2) 03:05:03 (6/14) Installing libpanelw (6.4_p20240420-r2) 03:05:04 (7/14) Installing readline (8.2.10-r0) 03:05:04 (8/14) Installing python3 (3.12.9-r0) 03:05:06 (9/14) Installing python3-pycache-pyc0 (3.12.9-r0) 03:05:07 (10/14) Installing pyc (3.12.9-r0) 03:05:07 (11/14) Installing python3-pyc (3.12.9-r0) 03:05:07 (12/14) Installing python3-dev (3.12.9-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:05:08 provisioning config files... 03:05:08 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9663491216948139717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:05:09 ---> ****-login.sh 03:05:09 nexus3.edgexfoundry.org:10001 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:05:09 Configure a credential helper to remove this warning. See 03:05:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:05:09 03:05:09 Login Succeeded 03:05:09 nexus3.edgexfoundry.org:10002 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:05:10 Configure a credential helper to remove this warning. See 03:05:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:05:10 03:05:10 Login Succeeded 03:05:10 nexus3.edgexfoundry.org:10003 03:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:05:10 Configure a credential helper to remove this warning. See 03:05:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:05:10 03:05:10 Login Succeeded 03:05:10 nexus3.edgexfoundry.org:10004 03:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:05:10 Configure a credential helper to remove this warning. See 03:05:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:05:10 03:05:10 Login Succeeded 03:05:10 ****.io 03:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:05:11 Configure a credential helper to remove this warning. See 03:05:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:05:11 03:05:11 Login Succeeded 03:05:11 ---> ****-login.sh ends [Pipeline] } 03:05:11 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 03:05:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:05:12 + ls -al . 03:05:12 total 68 03:05:12 drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:05 . 03:05:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:04 .. 03:05:12 drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:04 .git 03:05:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 27 03:04 .github 03:05:12 -rw-rw-r-- 1 jenkins jenkins 22 Mar 27 03:04 .gitignore 03:05:12 -rw-rw-r-- 1 jenkins jenkins 1653 Mar 27 03:04 Dockerfile 03:05:12 -rw-rw-r-- 1 jenkins jenkins 746 Mar 27 03:04 Jenkinsfile 03:05:12 -rw-rw-r-- 1 jenkins jenkins 11381 Mar 27 03:04 LICENSE 03:05:12 -rw-rw-r-- 1 jenkins jenkins 3606 Mar 27 03:04 README.md 03:05:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 27 03:04 TAF-Manager 03:05:12 drwxrwxr-x 6 jenkins jenkins 4096 Mar 27 03:04 TUC 03:05:12 -rw-rw-r-- 1 jenkins jenkins 12 Mar 27 03:02 VERSION 03:05:12 -rw-rw-r-- 1 jenkins jenkins 360 Mar 27 03:04 requirements.txt 03:05:12 -rw-rw-r-- 1 jenkins jenkins 54 Mar 27 03:04 robot-entrypoint.sh 03:05:12 -rw-rw-r-- 1 jenkins jenkins 445 Mar 27 03:04 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:12 + 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 . 03:05:12 Sending build context to Docker daemon 354.3kB 03:05:12 Step 1/13 : FROM alpine:3.20 03:05:13 3.20: Pulling from library/alpine 03:05:13 94e9d8af2201: Pulling fs layer 03:05:13 94e9d8af2201: Verifying Checksum 03:05:13 94e9d8af2201: Download complete 03:05:14 94e9d8af2201: Pull complete 03:05:14 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:05:14 Status: Downloaded newer image for alpine:3.20 03:05:14 ---> 7aab056cecc6 03:05:14 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 03:05:14 ---> Running in b9704c511d8c 03:05:14 Removing intermediate container b9704c511d8c 03:05:14 ---> 7bef685d3946 03:05:14 Step 3/13 : LABEL maintainer="Bruce Huang " 03:05:14 ---> Running in 97e06ed3169a 03:05:15 Removing intermediate container 97e06ed3169a 03:05:15 ---> 1ab5e70ed4c0 03:05:15 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 03:05:15 (13/14) Installing libsodium-dev (1.0.19-r0) 03:05:15 (14/14) Installing zeromq-dev (4.3.5-r2) 03:05:15 ---> 44f6c8946111 03:05:15 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 03:05:15 Executing busybox-1.36.1-r29.trigger 03:05:15 OK: 1374 MiB in 239 packages 03:05:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:05:16 ---> 365652f7fed4 03:05:16 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 03:05:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:05:16 ---> 3d51d6314bcd 03:05:16 Step 7/13 : WORKDIR /edgex-taf 03:05:16 ---> Running in 392b554aac5d 03:05:17 Removing intermediate container 392b554aac5d 03:05:17 ---> 4e6c370b3ff4 03:05:17 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:17 ---> Running in 3370474598d6 03:05:17 OK: 1374 MiB in 239 packages 03:05:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:05:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:05:18 (1/1) Installing tzdata (2025b-r0) 03:05:18 OK: 1376 MiB in 240 packages 03:05:19 (1/1) Purging tzdata (2025b-r0) 03:05:19 OK: 1374 MiB in 239 packages 03:05:19 Removing intermediate container 3370474598d6 03:05:19 ---> 8660222568b5 03:05:19 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 03:05:19 ---> Running in a3af5c2aa641 03:05:19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:05:20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:05:20 Looking in links: /tmp/tmp3454j824 03:05:20 Processing /tmp/tmp3454j824/pip-24.3.1-py3-none-any.whl 03:05:20 Installing collected packages: pip 03:05:21 Successfully installed pip-24.3.1 03:05:21 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. 03:05:22 OK: 9 MiB in 14 packages 03:05:22 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1) 03:05:22 Collecting pip 03:05:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:05:22 Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB) 03:05:22 Collecting setuptools 03:05:22 Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB) 03:05:22 Collecting wheel 03:05:22 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 03:05:22 Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 03:05:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 176.2 MB/s eta 0:00:00 03:05:22 Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) 03:05:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 611.8 MB/s eta 0:00:00 03:05:22 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 03:05:22 Installing collected packages: wheel, setuptools, pip 03:05:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:05:23 Attempting uninstall: pip 03:05:23 Found existing installation: pip 24.3.1 03:05:23 Uninstalling pip-24.3.1: 03:05:23 Successfully uninstalled pip-24.3.1 03:05:24 (1/14) Installing ca-certificates (20241121-r1) 03:05:24 (2/14) Installing brotli-libs (1.1.0-r2) 03:05:25 Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1 03:05:25 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. 03:05:25 Processing ./edgex-taf-common 03:05:25 Preparing metadata (setup.py): started 03:05:25 Preparing metadata (setup.py): finished with status 'done' 03:05:25 (3/14) Installing c-ares (1.33.1-r0) 03:05:25 Building wheels for collected packages: edgex-taf-common 03:05:25 Building wheel for edgex-taf-common (setup.py): started 03:05:25 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 03:05:25 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=d1535e973a51ab8da2c476dd8e11eec5dcadd6f40b59e282e667c34be0588edc 03:05:25 Stored in directory: /tmp/pip-ephem-wheel-cache-nl6ys_1j/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 03:05:25 Successfully built edgex-taf-common 03:05:25 Installing collected packages: edgex-taf-common 03:05:25 (4/14) Installing libunistring (1.2-r0) 03:05:25 Successfully installed edgex-taf-common-0.0.0 03:05:25 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. 03:05:26 (5/14) Installing libidn2 (2.3.7-r0) 03:05:26 Collecting robotframework==7.0.1 (from -r requirements.txt (line 1)) 03:05:26 Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) 03:05:26 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 03:05:26 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 03:05:26 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 03:05:26 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 03:05:26 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 03:05:26 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 03:05:26 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 03:05:26 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 03:05:26 Preparing metadata (setup.py): started 03:05:26 Preparing metadata (setup.py): finished with status 'done' 03:05:26 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 03:05:26 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 03:05:26 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 03:05:26 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 03:05:26 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 03:05:26 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 03:05:26 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 03:05:26 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 03:05:26 Preparing metadata (setup.py): started 03:05:26 Preparing metadata (setup.py): finished with status 'done' 03:05:26 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 03:05:26 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 03:05:26 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:05:27 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 03:05:27 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 03:05:27 Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) 03:05:27 Downloading psutil-6.0.0.tar.gz (508 kB) 03:05:27 Installing build dependencies: started 03:05:27 (7/14) Installing libpsl (0.21.5-r1) 03:05:27 (8/14) Installing zstd-libs (1.5.6-r0) 03:05:27 (9/14) Installing libcurl (8.12.1-r0) 03:05:28 (10/14) Installing curl (8.12.1-r0) 03:05:28 (11/14) Installing docker-cli (26.1.5-r0) 03:05:29 Installing build dependencies: finished with status 'done' 03:05:29 Getting requirements to build wheel: started 03:05:29 Getting requirements to build wheel: finished with status 'done' 03:05:29 Preparing metadata (pyproject.toml): started 03:05:29 Preparing metadata (pyproject.toml): finished with status 'done' 03:05:29 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 03:05:29 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 03:05:29 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 03:05:29 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 03:05:29 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 03:05:29 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 03:05:29 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 03:05:29 Downloading psycopg2-2.9.9.tar.gz (384 kB) 03:05:29 Preparing metadata (setup.py): started 03:05:30 Preparing metadata (setup.py): finished with status 'done' 03:05:30 (12/14) Installing oniguruma (6.9.9-r0) 03:05:30 Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17)) 03:05:30 Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 03:05:30 Collecting protobuf==5.28.1 (from -r requirements.txt (line 18)) 03:05:30 Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes) 03:05:30 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:30 Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB) 03:05:30 (13/14) Installing jq (1.7.1-r0) 03:05:30 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:30 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 03:05:30 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 03:05:30 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading flex-6.14.1.tar.gz (40 kB) 03:05:30 Preparing metadata (setup.py): started 03:05:30 Preparing metadata (setup.py): finished with status 'done' 03:05:30 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 03:05:30 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 03:05:30 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 03:05:30 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 03:05:30 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 03:05:30 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:30 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 03:05:31 (14/14) Installing openssl (3.3.3-r0) 03:05:31 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 03:05:31 Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB) 03:05:31 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 03:05:31 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 03:05:31 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 03:05:31 Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 03:05:31 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 03:05:31 Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 03:05:31 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:05:31 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 03:05:31 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:05:31 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 03:05:31 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) 03:05:31 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:05:31 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 03:05:31 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:05:31 Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB) 03:05:31 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:31 Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB) 03:05:31 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:31 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 03:05:31 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:31 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 03:05:31 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 03:05:31 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading validate_email-1.3.tar.gz (4.7 kB) 03:05:31 Preparing metadata (setup.py): started 03:05:31 Preparing metadata (setup.py): finished with status 'done' 03:05:31 Executing busybox-1.36.1-r29.trigger 03:05:31 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 03:05:31 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 03:05:31 Preparing metadata (setup.py): started 03:05:31 Preparing metadata (setup.py): finished with status 'done' 03:05:31 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 03:05:31 Executing ca-certificates-20241121-r1.trigger 03:05:31 OK: 43 MiB in 28 packages 03:05:31 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 03:05:31 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 03:05:31 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 03:05:31 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) 03:05:31 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:31 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 03:05:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:05:32 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:05:32 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 03:05:32 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:32 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 03:05:32 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:32 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 03:05:32 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:32 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 03:05:32 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:05:32 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 03:05:32 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)) 03:05:32 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 03:05:32 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)) 03:05:32 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 03:05:32 Downloading robotframework-7.0.1-py3-none-any.whl (727 kB) 03:05:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 265.8 MB/s eta 0:00:00 03:05:32 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 03:05:32 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 03:05:32 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 03:05:32 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 03:05:32 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 03:05:32 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 03:05:32 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 03:05:32 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 03:05:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:05:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 34.3 MB/s eta 0:00:00 03:05:32 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 03:05:32 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 03:05:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 67.5 MB/s eta 0:00:00 03:05:32 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 03:05:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 233.6 MB/s eta 0:00:00 03:05:32 Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.2 MB) 03:05:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 62.3 MB/s eta 0:00:00 03:05:33 Downloading protobuf-5.28.1-py3-none-any.whl (169 kB) 03:05:33 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) 03:05:33 Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (146 kB) 03:05:33 Downloading idna-3.10-py3-none-any.whl (70 kB) 03:05:33 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 03:05:33 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 03:05:33 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 03:05:33 Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB) 03:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 347.4 MB/s eta 0:00:00 03:05:33 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) 03:05:33 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 03:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 337.1 MB/s eta 0:00:00 03:05:33 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 03:05:33 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 03:05:33 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 03:05:33 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 03:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 276.0 MB/s eta 0:00:00 03:05:33 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 03:05:33 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 03:05:33 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 03:05:33 Downloading click-8.1.8-py3-none-any.whl (98 kB) 03:05:33 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 03:05:33 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) 03:05:33 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB) 03:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 370.4 MB/s eta 0:00:00 03:05:33 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 03:05:33 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 03:05:33 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB) 03:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 236.9 MB/s eta 0:00:00 03:05:33 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 03:05:33 Downloading trio-0.29.0-py3-none-any.whl (492 kB) 03:05:33 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 03:05:33 Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB) 03:05:33 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 03:05:33 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 03:05:33 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 03:05:33 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 03:05:33 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 03:05:33 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 03:05:33 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 03:05:33 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 03:05:33 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 03:05:33 Building wheel for robotbackgroundlogger (setup.py): started 03:05:33 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 03:05:33 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=73de1d6e8cbac964b542da5a4318849c75165d8532644817627daad52336e5ba 03:05:33 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 03:05:33 Building wheel for paho-mqtt (setup.py): started 03:05:33 Building wheel for paho-mqtt (setup.py): finished with status 'done' 03:05:33 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=e487c826e42715d1014c43fba7b58f464c1d7e0fc7a3247219c711a5fddc0590 03:05:33 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 03:05:33 Building wheel for psutil (pyproject.toml): started 03:05:34 (1/166) Installing libexpat (2.7.0-r0) 03:05:34 (2/166) Installing libbz2 (1.0.8-r6) 03:05:35 (3/166) Installing libpng (1.6.44-r0) 03:05:35 (4/166) Installing freetype (2.13.2-r0) 03:05:35 Building wheel for psutil (pyproject.toml): finished with status 'done' 03:05:35 Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_x86_64.whl size=289976 sha256=67833f2eff3efadbc8c8c6f6e7e0d1303f4eca2953450b847790f769a585f367 03:05:35 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 03:05:35 Building wheel for psycopg2 (setup.py): started 03:05:35 (5/166) Installing fontconfig (2.15.0-r1) 03:05:36 (6/166) Installing libfontenc (1.1.8-r0) 03:05:36 (7/166) Installing mkfontscale (1.2.2-r6) 03:05:36 (8/166) Installing font-opensans (0_git20210927-r1) 03:05:37 (9/166) Installing pkgconf (2.2.0-r0) 03:05:37 (10/166) Installing libgcc (13.2.1_git20240309-r1) 03:05:38 (11/166) Installing libffi (3.4.6-r0) 03:05:38 (12/166) Installing libintl (0.22.5-r0) 03:05:38 (13/166) Installing libeconf (0.6.3-r0) 03:05:39 (14/166) Installing libblkid (2.40.1-r1) 03:05:39 (15/166) Installing libmount (2.40.1-r1) 03:05:40 (16/166) Installing pcre2 (10.43-r0) 03:05:40 (17/166) Installing glib (2.80.5-r0) 03:05:41 (18/166) Installing libstdc++ (13.2.1_git20240309-r1) 03:05:41 (19/166) Installing xz-libs (5.6.2-r0) 03:05:42 (20/166) Installing libxml2 (2.12.7-r2) 03:05:42 (21/166) Installing shared-mime-info (2.4-r0) 03:05:43 (22/166) Installing hicolor-icon-theme (0.17-r2) 03:05:43 (23/166) Installing libjpeg-turbo (3.0.3-r0) 03:05:44 (24/166) Installing libsharpyuv (1.3.2-r0) 03:05:44 (25/166) Installing libwebp (1.3.2-r0) 03:05:45 (26/166) Installing tiff (4.6.0t-r0) 03:05:45 Building wheel for psycopg2 (setup.py): finished with status 'done' 03:05:45 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521972 sha256=a4a44c323d184a4408a42734c9a7ea41556ad4bef6ce0c87f1d7c0c9903f1c80 03:05:45 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 03:05:45 Building wheel for flex (setup.py): started 03:05:45 Building wheel for flex (setup.py): finished with status 'done' 03:05:45 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=b8193467eb4fbfaac9052c16204291fe1fac4cbd4ddf263031ca0ef87818f773 03:05:45 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 03:05:45 Building wheel for strict-rfc3339 (setup.py): started 03:05:45 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 03:05:45 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=b6b6b2c8d880301ef84cbac47f53695657bf3697b718ee805241b9acade03c47 03:05:45 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 03:05:45 Building wheel for validate-email (setup.py): started 03:05:45 Building wheel for validate-email (setup.py): finished with status 'done' 03:05:45 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=1958fc53386847b7cde33ef6a2b40bf39e499eef46ad75ca0ea491c7d6af0659 03:05:45 Stored in directory: /tmp/pip-ephem-wheel-cache-bbbbsa7o/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 03:05:45 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 03:05:45 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 03:05:45 (27/166) Installing gdk-pixbuf (2.42.12-r0) 03:05:45 (28/166) Installing gtk-update-icon-cache (3.24.43-r0) 03:05:46 (29/166) Installing libxau (1.0.11-r4) 03:05:46 (30/166) Installing libmd (1.1.0-r0) 03:05:47 (31/166) Installing libbsd (0.12.2-r0) 03:05:47 (32/166) Installing libxdmcp (1.1.5-r1) 03:05:47 (33/166) Installing libxcb (1.16.1-r0) 03:05:48 (34/166) Installing libx11 (1.8.9-r1) 03:05:48 (35/166) Installing libxcomposite (0.4.6-r5) 03:05:49 (36/166) Installing libxfixes (6.0.1-r4) 03:05:49 (37/166) Installing libxrender (0.9.11-r5) 03:05:49 (38/166) Installing libxcursor (1.2.2-r1) 03:05:50 (39/166) Installing libxdamage (1.1.6-r5) 03:05:50 (40/166) Installing libxext (1.3.6-r2) 03:05:50 (41/166) Installing libxi (1.8.1-r4) 03:05:51 (42/166) Installing libxinerama (1.1.5-r4) 03:05:51 (43/166) Installing libxrandr (1.5.4-r1) 03:05:51 (44/166) Installing libatk-1.0 (2.52.0-r0) 03:05:52 (45/166) Installing libxtst (1.2.4-r6) 03:05:52 (46/166) Installing dbus-libs (1.14.10-r1) 03:05:52 (47/166) Installing at-spi2-core (2.52.0-r0) 03:05:53 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 03:05:53 (49/166) Installing pixman (0.43.2-r0) 03:05:54 (50/166) Installing cairo (1.18.0-r0) 03:05:54 (51/166) Installing cairo-gobject (1.18.0-r0) 03:05:54 (52/166) Installing avahi-libs (0.8-r17) 03:05:55 (53/166) Installing gmp (6.3.0-r1) 03:05:55 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 03:05:55 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. 03:05:56 (54/166) Installing nettle (3.9.1-r0) 03:05:56 (55/166) Installing libtasn1 (4.20.0-r0) 03:05:56 (56/166) Installing p11-kit (0.25.3-r0) 03:05:57 (57/166) Installing gnutls (3.8.5-r0) 03:05:57 (58/166) Installing cups-libs (2.4.9-r1) 03:05:58 (59/166) Installing libepoxy (1.5.10-r1) 03:05:58 (60/166) Installing fribidi (1.0.15-r0) 03:05:59 (61/166) Installing graphite2 (1.3.14-r6) 03:05:59 (62/166) Installing harfbuzz (8.5.0-r0) 03:06:00 (63/166) Installing libxft (2.3.8-r3) 03:06:00 (64/166) Installing pango (1.52.2-r0) 03:06:00 (65/166) Installing wayland-libs-client (1.22.0-r4) 03:06:01 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 03:06:01 (67/166) Installing wayland-libs-egl (1.22.0-r4) 03:06:01 (68/166) Installing xkeyboard-config (2.41-r0) 03:06:03 (69/166) Installing libxkbcommon (1.7.0-r0) 03:06:03 (70/166) Installing gtk+3.0 (3.24.43-r0) 03:06:04 (71/166) Installing icu-data-full (74.2-r0) 03:06:07 (72/166) Installing mesa (24.0.9-r1) 03:06:07 (73/166) Installing llvm17-libs (17.0.6-r1) 03:06:10 Removing intermediate container db55f67a08ae 03:06:10 ---> 53d74120c267 03:06:10 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 03:06:10 ---> Running in 22572df06df0 03:06:10 Removing intermediate container 22572df06df0 03:06:10 ---> 18fd828cae10 03:06:10 Step 11/13 : LABEL arch=amd64 03:06:10 ---> Running in 325edb897542 03:06:10 Removing intermediate container 325edb897542 03:06:10 ---> 822165447cbf 03:06:10 Step 12/13 : LABEL git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 03:06:10 ---> Running in 9c4a15580b1e 03:06:10 Removing intermediate container 9c4a15580b1e 03:06:10 ---> da9e9abc5b8a 03:06:10 Step 13/13 : LABEL version=0.0.2-dev.45 03:06:10 ---> Running in bd82a996ee9a 03:06:10 Removing intermediate container bd82a996ee9a 03:06:10 ---> 86699ce42b98 03:06:10 [Warning] One or more build-args [ARCH] were not consumed 03:06:10 Successfully built 86699ce42b98 03:06:10 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 03:06:10 (74/166) Installing hwdata-pci (0.382-r0) [Pipeline] echo 03:06:10 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 03:06:10 f7616055fa408fe9de5c1ab01cec76f469475795 03:06:10 latest 03:06:10 0.0.2-dev.45 03:06:10 f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:06:10 main 03:06:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:11 (75/166) Installing libpciaccess (0.18.1-r0) 03:06:11 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:11 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 03:06:11 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:06:11 1842f055c42d: Preparing 03:06:11 f43744902ed9: Preparing 03:06:11 250f0373c528: Preparing 03:06:11 0c1e30567338: Preparing 03:06:11 aaefd617ca3d: Preparing 03:06:11 994456c4fd7b: Preparing 03:06:11 994456c4fd7b: Waiting 03:06:11 250f0373c528: Pushed 03:06:11 f43744902ed9: Pushed 03:06:11 0c1e30567338: Pushed 03:06:11 aaefd617ca3d: Pushed 03:06:11 (76/166) Installing libdrm (2.4.120-r0) 03:06:12 (77/166) Installing libelf (0.191-r0) 03:06:12 994456c4fd7b: Pushed 03:06:12 (78/166) Installing mesa-glapi (24.0.9-r1) 03:06:12 (79/166) Installing mesa-dri-gallium (24.0.9-r1) 03:06:13 (80/166) Installing eudev-libs (3.2.14-r2) 03:06:14 (81/166) Installing libmagic (5.45-r1) 03:06:14 (82/166) Installing file (5.45-r1) 03:06:14 (83/166) Installing xprop (1.2.7-r0) 03:06:15 (84/166) Installing libice (1.1.1-r6) 03:06:15 (85/166) Installing libuuid (2.40.1-r1) 03:06:16 (86/166) Installing libsm (1.2.4-r4) 03:06:16 (87/166) Installing libxt (1.3.0-r5) 03:06:16 (88/166) Installing libxmu (1.1.4-r2) 03:06:17 (89/166) Installing xset (1.2.5-r1) 03:06:17 (90/166) Installing xdg-utils (1.2.1-r0) 03:06:18 (91/166) Installing libogg (1.3.5-r5) 03:06:18 (92/166) Installing libflac (1.4.3-r1) 03:06:19 (93/166) Installing alsa-lib (1.2.11-r0) 03:06:19 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 03:06:20 (95/166) Installing aom-libs (3.9.1-r0) 03:06:20 (96/166) Installing libva (2.21.0-r0) 03:06:21 (97/166) Installing libvdpau (1.5-r3) 03:06:21 (98/166) Installing ffmpeg-libavutil (6.1.1-r8) 03:06:22 (99/166) Installing libdav1d (1.4.2-r0) 03:06:22 (100/166) Installing openexr-libiex (3.1.13-r1) 03:06:23 (101/166) Installing openexr-libilmthread (3.1.13-r1) 03:06:23 (102/166) Installing imath (3.1.12-r0) 03:06:23 (103/166) Installing openexr-libopenexr (3.1.13-r1) 03:06:24 (104/166) Installing giflib (5.2.2-r0) 03:06:24 (105/166) Installing libhwy (1.0.7-r0) 03:06:25 (106/166) Installing lcms2 (2.16-r0) 03:06:25 (107/166) Installing libjxl (0.10.2-r0) 03:06:26 (108/166) Installing lame-libs (3.100-r5) 03:06:26 (109/166) Installing opus (1.5.2-r0) 03:06:27 (110/166) Installing rav1e-libs (0.7.1-r0) 03:06:27 (111/166) Installing libgomp (13.2.1_git20240309-r1) 03:06:27 (112/166) Installing soxr (0.1.3-r7) 03:06:28 (113/166) Installing ffmpeg-libswresample (6.1.1-r8) 03:06:28 (114/166) Installing libtheora (1.1.1-r18) 03:06:29 (115/166) Installing libvorbis (1.3.7-r2) 03:06:29 (116/166) Installing libvpx (1.14.1-r0) 03:06:30 (117/166) Installing libwebpmux (1.3.2-r0) 03:06:30 (118/166) Installing x264-libs (0.164_git20231001-r0) 03:06:31 (119/166) Installing numactl (2.0.18-r0) 03:06:31 (120/166) Installing x265-libs (3.6-r0) 03:06:32 (121/166) Installing xvidcore (1.3.7-r2) 03:06:32 (122/166) Installing ffmpeg-libavcodec (6.1.1-r8) 03:06:33 (123/166) Installing libbluray (1.3.4-r1) 03:06:34 (124/166) Installing mpg123-libs (1.32.8-r0) 03:06:34 (125/166) Installing libopenmpt (0.7.7-r0) 03:06:35 (126/166) Installing cjson (1.7.18-r0) 03:06:35 (127/166) Installing mbedtls (3.6.2-r0) 03:06:36 (128/166) Installing librist (0.2.10-r1) 03:06:36 (129/166) Installing libsrt (1.5.3-r0) 03:06:37 (130/166) Installing libssh (0.10.6-r0) 03:06:37 (131/166) Installing libsodium (1.0.19-r0) 03:06:37 (132/166) Installing libzmq (4.3.5-r2) 03:06:38 (133/166) Installing ffmpeg-libavformat (6.1.1-r8) 03:06:39 (134/166) Installing crc32c (1.1.2-r0) 03:06:39 (135/166) Installing double-conversion (3.3.0-r0) 03:06:39 (136/166) Installing libevent (2.1.12-r7) 03:06:40 (137/166) Installing wayland-libs-server (1.22.0-r4) 03:06:40 (138/166) Installing mesa-gbm (24.0.9-r1) 03:06:41 (139/166) Installing harfbuzz-subset (8.5.0-r0) 03:06:41 (140/166) Installing icu-libs (74.2-r0) 03:06:42 (141/166) Installing minizip (1.3.1-r0) 03:06:42 (142/166) Installing nspr (4.35-r4) 03:06:42 (143/166) Installing sqlite-libs (3.45.3-r1) 03:06:43 (144/166) Installing nss (3.105-r0) 03:06:44 (145/166) Installing openh264 (2.4.1-r0) 03:06:44 (146/166) Installing libcamera-ipa (0.3.0-r0) 03:06:44 (147/166) Installing libunwind (1.8.1-r0) 03:06:45 (148/166) Installing yaml (0.2.5-r2) 03:06:45 (149/166) Installing libcamera (0.3.0-r0) 03:06:46 (150/166) Installing speexdsp (1.2.1-r2) 03:06:46 (151/166) Installing libuv (1.48.0-r0) 03:06:47 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 03:06:47 (153/166) Installing libsndfile (1.2.2-r1) 03:06:47 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 03:06:48 (155/166) Installing pipewire-libs (1.0.6-r1) 03:06:49 (156/166) Installing libasyncns (0.8-r3) 03:06:49 (157/166) Installing libltdl (2.4.7-r3) 03:06:49 (158/166) Installing orc (0.4.40-r0) 03:06:50 (159/166) Installing tdb-libs (1.4.9-r1) 03:06:50 (160/166) Installing libpulse (17.0-r0) 03:06:51 (161/166) Installing libwebpdemux (1.3.2-r0) 03:06:51 (162/166) Installing libgpg-error (1.49-r0) 03:06:51 (163/166) Installing libgcrypt (1.10.3-r0) 03:06:52 (164/166) Installing libxslt (1.1.39-r2) 03:06:52 (165/166) Installing chromium (131.0.6778.108-r0) 03:07:07 (166/166) Installing chromium-chromedriver (131.0.6778.108-r0) 03:07:08 Executing busybox-1.36.1-r29.trigger 03:07:08 Executing fontconfig-2.15.0-r1.trigger 03:07:08 Executing mkfontscale-1.2.2-r6.trigger 03:07:08 Executing glib-2.80.5-r0.trigger 03:07:08 Executing shared-mime-info-2.4-r0.trigger 03:07:10 Executing gdk-pixbuf-2.42.12-r0.trigger 03:07:10 Executing gtk-update-icon-cache-3.24.43-r0.trigger 03:07:11 Executing gtk+3.0-3.24.43-r0.trigger 03:07:11 OK: 657 MiB in 194 packages 03:07:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:07:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:07:13 (1/30) Installing jansson (2.14-r4) 03:07:13 (2/30) Installing binutils (2.42-r1) 03:07:14 (3/30) Installing libatomic (13.2.1_git20240309-r1) 03:07:15 (4/30) Installing isl26 (0.26-r1) 03:07:15 (5/30) Installing mpfr4 (4.2.1-r0) 03:07:15 (6/30) Installing mpc1 (1.3.1-r1) 03:07:16 (7/30) Installing gcc (13.2.1_git20240309-r1) 03:07:19 (8/30) Installing musl-dev (1.2.5-r1) 03:07:20 (9/30) Installing linux-headers (6.6-r0) 03:07:21 (10/30) Installing libffi-dev (3.4.6-r0) 03:07:21 (11/30) Installing libpq (16.8-r0) 03:07:21 (12/30) Installing openssl-dev (3.3.3-r0) 03:07:22 (13/30) Installing libpq-dev (16.8-r0) 03:07:23 (14/30) Installing libecpg (16.8-r0) 03:07:23 (15/30) Installing libecpg-dev (16.8-r0) 03:07:23 (16/30) Installing clang16-headers (16.0.6-r5) 03:07:24 (17/30) Installing llvm16-libs (16.0.6-r8) 03:07:34 (18/30) Installing clang16-libs (16.0.6-r5) 03:07:37 (19/30) Installing fortify-headers (1.1-r3) 03:07:38 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1) 03:07:39 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 03:07:39 (22/30) Installing clang16 (16.0.6-r5) 03:07:40 (23/30) Installing icu (74.2-r0) 03:07:40 (24/30) Installing icu-dev (74.2-r0) 03:07:41 (25/30) Installing llvm16 (16.0.6-r8) 03:07:49 (26/30) Installing lz4-libs (1.9.4-r5) 03:07:49 (27/30) Installing lz4-dev (1.9.4-r5) 03:07:50 (28/30) Installing zstd (1.5.6-r0) 03:07:50 (29/30) Installing zstd-dev (1.5.6-r0) 03:07:51 (30/30) Installing postgresql16-dev (16.8-r0) 03:07:52 Executing busybox-1.36.1-r29.trigger 03:07:52 OK: 1184 MiB in 224 packages 03:07:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:07:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:07:55 (1/14) Installing g++ (13.2.1_git20240309-r1) 03:07:56 (2/14) Installing gdbm (1.23-r1) 03:07:56 (3/14) Installing mpdecimal (4.0.0-r0) 03:07:56 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2) 03:07:57 (5/14) Installing libncursesw (6.4_p20240420-r2) 03:07:57 (6/14) Installing libpanelw (6.4_p20240420-r2) 03:07:58 (7/14) Installing readline (8.2.10-r0) 03:07:58 (8/14) Installing python3 (3.12.9-r0) 03:08:00 (9/14) Installing python3-pycache-pyc0 (3.12.9-r0) 03:08:00 (10/14) Installing pyc (3.12.9-r0) 03:08:01 (11/14) Installing python3-pyc (3.12.9-r0) 03:08:01 (12/14) Installing python3-dev (3.12.9-r0) 03:08:11 (13/14) Installing libsodium-dev (1.0.19-r0) 03:08:11 (14/14) Installing zeromq-dev (4.3.5-r2) 03:08:11 Executing busybox-1.36.1-r29.trigger 03:08:11 OK: 1371 MiB in 238 packages 03:08:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:08:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:08:14 OK: 1371 MiB in 238 packages 03:08:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:08:14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:08:16 (1/1) Installing tzdata (2025b-r0) 03:08:16 OK: 1372 MiB in 239 packages 03:08:18 (1/1) Purging tzdata (2025b-r0) 03:08:18 OK: 1371 MiB in 238 packages 03:08:28 Looking in links: /tmp/tmps0bye8il 03:08:28 Processing /tmp/tmps0bye8il/pip-24.3.1-py3-none-any.whl 03:08:28 Installing collected packages: pip 03:08:34 Successfully installed pip-24.3.1 03:08:34 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. 03:08:35 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1) 03:08:36 Collecting pip 03:08:36 Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB) 03:08:38 Collecting setuptools 03:08:38 Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB) 03:08:38 Collecting wheel 03:08:38 Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 03:08:38 Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 03:08:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.5 MB/s eta 0:00:00 03:08:38 Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) 03:08:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 54.6 MB/s eta 0:00:00 03:08:38 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 03:08:39 Installing collected packages: wheel, setuptools, pip 03:08:45 Attempting uninstall: pip 03:08:45 Found existing installation: pip 24.3.1 03:08:45 Uninstalling pip-24.3.1: 03:08:45 Successfully uninstalled pip-24.3.1 03:08:52 Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1 03:08:52 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 03:08:54 Processing ./edgex-taf-common 03:08:54 Preparing metadata (setup.py): started 03:08:55 Preparing metadata (setup.py): finished with status 'done' 03:08:55 Building wheels for collected packages: edgex-taf-common 03:08:55 Building wheel for edgex-taf-common (setup.py): started 03:08:57 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 03:08:57 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=02ef4b90c142e369aaebef0334f0a3b68df1f7955cd867ca012693384c7327eb 03:08:57 Stored in directory: /tmp/pip-ephem-wheel-cache-5c7depcm/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 03:08:57 Successfully built edgex-taf-common 03:08:57 Installing collected packages: edgex-taf-common 03:08:57 Successfully installed edgex-taf-common-0.0.0 03:08:57 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 03:09:00 Collecting robotframework==7.0.1 (from -r requirements.txt (line 1)) 03:09:00 Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) 03:09:00 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 03:09:00 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 03:09:00 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 03:09:00 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 03:09:00 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 03:09:00 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 03:09:00 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 03:09:00 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 03:09:00 Preparing metadata (setup.py): started 03:09:01 Preparing metadata (setup.py): finished with status 'done' 03:09:01 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 03:09:01 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 03:09:02 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 03:09:02 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 03:09:02 Collecting requests==2.32.3 (from -r requirements.txt (line 8)) 03:09:02 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 03:09:02 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 03:09:02 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 03:09:02 Preparing metadata (setup.py): started 03:09:03 Preparing metadata (setup.py): finished with status 'done' 03:09:03 Collecting docker==7.1.0 (from -r requirements.txt (line 10)) 03:09:03 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 03:09:04 1842f055c42d: Pushed 03:09:04 f7616055fa408fe9de5c1ab01cec76f469475795: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:04 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:04 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:09:04 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:09:04 1842f055c42d: Preparing 03:09:04 f43744902ed9: Preparing 03:09:04 250f0373c528: Preparing 03:09:04 0c1e30567338: Preparing 03:09:04 aaefd617ca3d: Preparing 03:09:04 994456c4fd7b: Preparing 03:09:04 994456c4fd7b: Waiting 03:09:04 f43744902ed9: Layer already exists 03:09:04 250f0373c528: Layer already exists 03:09:04 aaefd617ca3d: Layer already exists 03:09:04 0c1e30567338: Layer already exists 03:09:04 1842f055c42d: Layer already exists 03:09:04 994456c4fd7b: Layer already exists 03:09:04 latest: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:05 + 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 03:09:05 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 03:09:05 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 03:09:05 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 03:09:05 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:09:05 1842f055c42d: Preparing 03:09:05 f43744902ed9: Preparing 03:09:05 250f0373c528: Preparing 03:09:05 0c1e30567338: Preparing 03:09:05 aaefd617ca3d: Preparing 03:09:05 994456c4fd7b: Preparing 03:09:05 994456c4fd7b: Waiting 03:09:05 aaefd617ca3d: Layer already exists 03:09:05 1842f055c42d: Layer already exists 03:09:05 0c1e30567338: Layer already exists 03:09:05 250f0373c528: Layer already exists 03:09:05 f43744902ed9: Layer already exists 03:09:05 994456c4fd7b: Layer already exists 03:09:05 0.0.2-dev.45: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:05 + 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 03:09:05 Collecting psutil==6.0.0 (from -r requirements.txt (line 12)) 03:09:05 Downloading psutil-6.0.0.tar.gz (508 kB) 03:09:06 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:09:06 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:09:06 1842f055c42d: Preparing 03:09:06 f43744902ed9: Preparing 03:09:06 250f0373c528: Preparing 03:09:06 0c1e30567338: Preparing 03:09:06 aaefd617ca3d: Preparing 03:09:06 994456c4fd7b: Preparing 03:09:06 994456c4fd7b: Waiting 03:09:06 250f0373c528: Layer already exists 03:09:06 1842f055c42d: Layer already exists 03:09:06 f43744902ed9: Layer already exists 03:09:06 aaefd617ca3d: Layer already exists 03:09:06 0c1e30567338: Layer already exists 03:09:06 994456c4fd7b: Layer already exists 03:09:06 f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:06 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } 03:09:06 Installing build dependencies: started [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:06 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 03:09:06 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 03:09:06 1842f055c42d: Preparing 03:09:06 f43744902ed9: Preparing 03:09:06 250f0373c528: Preparing 03:09:06 0c1e30567338: Preparing 03:09:06 aaefd617ca3d: Preparing 03:09:06 994456c4fd7b: Preparing 03:09:06 994456c4fd7b: Waiting 03:09:06 1842f055c42d: Layer already exists 03:09:06 f43744902ed9: Layer already exists 03:09:06 250f0373c528: Layer already exists 03:09:06 0c1e30567338: Layer already exists 03:09:06 aaefd617ca3d: Layer already exists 03:09:06 994456c4fd7b: Layer already exists 03:09:06 main: digest: sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:09:06 ===================================================== [Pipeline] echo 03:09:06 taggedImages: 03:09:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 03:09:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:09:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 03:09:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:09:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] echo 03:09:06 ========================================================= 03:09:06 [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] 03:09:06 ========================================================= [Pipeline] node 03:09:06 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 03:09:06 provisioning config files... 03:09:06 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4112635886562783509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:07 ---> ****-login.sh 03:09:07 nexus3.edgexfoundry.org:10001 03:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:09:07 Configure a credential helper to remove this warning. See 03:09:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:09:07 03:09:07 Login Succeeded 03:09:07 nexus3.edgexfoundry.org:10002 03:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:09:08 Configure a credential helper to remove this warning. See 03:09:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:09:08 03:09:08 Login Succeeded 03:09:08 nexus3.edgexfoundry.org:10003 03:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:09:08 Configure a credential helper to remove this warning. See 03:09:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:09:08 03:09:08 Login Succeeded 03:09:08 nexus3.edgexfoundry.org:10004 03:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:09:08 Configure a credential helper to remove this warning. See 03:09:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:09:08 03:09:08 Login Succeeded 03:09:08 ****.io 03:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:09:08 Configure a credential helper to remove this warning. See 03:09:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:09:08 03:09:08 Login Succeeded 03:09:08 ---> ****-login.sh ends [Pipeline] } 03:09:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:09:08 + docker buildx ls 03:09:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:09:08 default * docker 03:09:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:09:09 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:09:09 edgex-builder [Pipeline] sh 03:09:09 + docker buildx inspect --bootstrap 03:09:09 #1 [internal] booting buildkit 03:09:09 #1 pulling image moby/buildkit:buildx-stable-1 03:09:11 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 03:09:11 #1 creating container buildx_buildkit_edgex-builder0 03:09:13 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 03:09:13 #1 DONE 3.8s 03:09:13 Name: edgex-builder 03:09:13 Driver: docker-container 03:09:13 03:09:13 Nodes: 03:09:13 Name: edgex-builder0 03:09:13 Endpoint: unix:///var/run/docker.sock 03:09:13 Status: running 03:09:13 Buildkit: v0.20.2 03:09:13 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:09:13 + docker buildx ls 03:09:13 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:09:13 edgex-builder * docker-container 03:09:13 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:09:13 default docker 03:09:13 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:09:13 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795' 03:09:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 --push - 03:09:13 #1 [internal] load build definition from Dockerfile 03:09:13 #1 transferring dockerfile: 201B done 03:09:13 #1 DONE 0.0s 03:09:13 03:09:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 03:09:13 #2 DONE 0.1s 03:09:13 03:09:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795 03:09:14 #3 DONE 0.1s 03:09:14 03:09:14 #4 [internal] load .dockerignore 03:09:14 #4 transferring context: 2B done 03:09:14 #4 DONE 0.0s 03:09:14 03:09:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:14 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:14 #5 DONE 0.0s 03:09:14 03:09:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:14 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:14 #6 DONE 0.1s 03:09:14 03:09:14 #7 exporting to image 03:09:14 #7 exporting layers done 03:09:14 #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e 0.0s done 03:09:14 #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 03:09:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:09:14 #7 ... 03:09:14 03:09:14 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 03:09:14 #8 DONE 0.0s 03:09:14 03:09:14 #7 exporting to image 03:09:14 #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done 03:09:14 #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done 03:09:14 #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done 03:09:14 #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done 03:09:14 #7 pushing layers 0.1s done 03:09:14 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 03:09:14 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done 03:09:14 #7 DONE 0.2s 03:09:14 03:09:14 1 warning found (use --debug to expand): 03:09:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:09:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:latest --push - 03:09:14 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest' 03:09:14 #1 [internal] load build definition from Dockerfile 03:09:14 #1 transferring dockerfile: 167B done 03:09:14 #1 DONE 0.0s 03:09:14 03:09:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:09:14 #2 DONE 0.0s 03:09:14 03:09:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 03:09:14 #3 DONE 0.0s 03:09:14 03:09:14 #4 [internal] load .dockerignore 03:09:14 #4 transferring context: 2B done 03:09:14 #4 DONE 0.0s 03:09:14 03:09:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:14 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:14 #5 CACHED 03:09:14 03:09:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:14 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:14 #6 CACHED 03:09:14 03:09:14 #7 exporting to image 03:09:14 #7 exporting layers 03:09:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:09:14 #7 exporting layers done 03:09:14 #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done 03:09:14 #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done 03:09:14 #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done 03:09:14 #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done 03:09:14 #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done 03:09:14 #7 pushing layers 0.0s done 03:09:14 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:latest@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done 03:09:14 #7 DONE 0.1s 03:09:14 03:09:14 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 03:09:14 #8 DONE 0.0s 03:09:14 03:09:14 1 warning found (use --debug to expand): 03:09:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:09:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 --push - 03:09:15 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45' 03:09:15 #1 [internal] load build definition from Dockerfile 03:09:15 #1 transferring dockerfile: 173B done 03:09:15 #1 DONE 0.0s 03:09:15 03:09:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 03:09:15 #2 DONE 0.0s 03:09:15 03:09:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45 03:09:15 #3 DONE 0.0s 03:09:15 03:09:15 #4 [internal] load .dockerignore 03:09:15 #4 transferring context: 2B done 03:09:15 #4 DONE 0.0s 03:09:15 03:09:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:15 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:15 #5 CACHED 03:09:15 03:09:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:15 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:15 #6 CACHED 03:09:15 03:09:15 #7 exporting to image 03:09:15 #7 exporting layers done 03:09:15 #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done 03:09:15 #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done 03:09:15 #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done 03:09:15 #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done 03:09:15 #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done 03:09:15 #7 pushing layers 0.0s done 03:09:15 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 03:09:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:09:15 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done 03:09:15 #7 DONE 0.1s 03:09:15 03:09:15 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 03:09:15 #8 DONE 0.0s 03:09:15 03:09:15 1 warning found (use --debug to expand): 03:09:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:09:15 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45' 03:09:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 --push - 03:09:16 #1 [internal] load build definition from Dockerfile 03:09:16 #1 transferring dockerfile: 03:09:16 #1 transferring dockerfile: 214B done 03:09:16 #1 DONE 0.2s 03:09:16 03:09:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:09:16 #2 DONE 0.2s 03:09:16 03:09:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:09:16 #3 DONE 0.1s 03:09:16 03:09:16 #4 [internal] load .dockerignore 03:09:16 #4 transferring context: 03:09:16 #4 transferring context: 2B done 03:09:16 #4 DONE 0.2s 03:09:16 03:09:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:16 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:16 #5 ... 03:09:16 03:09:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:16 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.1s done 03:09:16 #6 DONE 0.1s 03:09:16 03:09:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:16 #6 CACHED 03:09:16 03:09:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:16 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.1s done 03:09:16 #5 CACHED 03:09:16 03:09:16 #7 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 03:09:17 #7 DONE 0.0s 03:09:17 03:09:17 #8 exporting to image 03:09:17 #8 exporting layers done 03:09:17 #8 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e 0.0s done 03:09:17 #8 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done 03:09:17 #8 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done 03:09:17 #8 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done 03:09:17 #8 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done 03:09:17 #8 pushing layers 0.0s done 03:09:17 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done 03:09:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:09:17 #8 DONE 0.1s 03:09:17 03:09:17 1 warning found (use --debug to expand): 03:09:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:09:17 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main' 03:09:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-taf-common:main --push - 03:09:18 #1 [internal] load build definition from Dockerfile 03:09:18 #1 transferring dockerfile: 165B done 03:09:18 #1 DONE 0.0s 03:09:18 03:09:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 03:09:18 #2 DONE 0.0s 03:09:18 03:09:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-taf-common:main 03:09:18 #3 DONE 0.0s 03:09:18 03:09:18 #4 [internal] load .dockerignore 03:09:18 #4 transferring context: 2B done 03:09:18 #4 DONE 0.0s 03:09:18 03:09:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:18 #5 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:18 #5 CACHED 03:09:18 03:09:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 03:09:18 #6 resolve nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:985e0e879c9b6a7e01fa5324bb71daac260933da405ae602c5ac424362f4d992 0.0s done 03:09:18 #6 CACHED 03:09:18 03:09:18 #7 exporting to image 03:09:18 #7 exporting layers done 03:09:18 #7 exporting manifest sha256:15c596caac8a215c0e08cfc0b0818ee45cca1f2a849fe8f372ac0923344d4a3e done 03:09:18 #7 exporting config sha256:f46bd76416bf3b3933a0467300d2ff6433bd1a32d0f205ad9f2c6fcd37fbf4d9 done 03:09:18 #7 exporting manifest sha256:ff8c1f9d1fc59151af54646c3c2dcc0645d268af38e3de4f7150e64efefc7de2 done 03:09:18 #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc 03:09:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:09:18 #7 exporting config sha256:a3c7163be103100bc1a323179b36acd897ea48554f10056695376afaf7d898dc done 03:09:18 #7 exporting manifest list sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c done 03:09:18 #7 pushing layers 0.0s done 03:09:18 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-taf-common:main@sha256:fbb5fd4321f898dddfb00d8c4e1e1798c95045f2a87969e56332563f2a5a211c 0.1s done 03:09:18 #7 DONE 0.1s 03:09:18 03:09:18 #8 [auth] edgex-taf-common:pull,push token for nexus3.edgexfoundry.org:10003 03:09:18 #8 DONE 0.0s 03:09:18 03:09:18 1 warning found (use --debug to expand): 03:09:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage 03:09:18 Installing build dependencies: finished with status 'done' 03:09:18 Getting requirements to build wheel: started 03:09:18 Getting requirements to build wheel: finished with status 'done' 03:09:18 Preparing metadata (pyproject.toml): started [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:09:19 + '[' -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:09:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:09:19 ---> package-listing.sh 03:09:19 ++ facter osfamily 03:09:19 ++ tr '[:upper:]' '[:lower:]' 03:09:20 Preparing metadata (pyproject.toml): finished with status 'done' 03:09:20 + OS_FAMILY=redhat 03:09:20 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 03:09:20 + START_PACKAGES=/tmp/packages_start.txt 03:09:20 + END_PACKAGES=/tmp/packages_end.txt 03:09:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:09:20 + PACKAGES=/tmp/packages_start.txt 03:09:20 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 03:09:20 + PACKAGES=/tmp/packages_end.txt 03:09:20 + case "${OS_FAMILY}" in 03:09:20 + sort 03:09:20 + rpm -qa 03:09:20 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 03:09:20 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 03:09:20 + '[' -f /tmp/packages_start.txt ']' 03:09:20 + '[' -f /tmp/packages_end.txt ']' 03:09:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:09:21 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 03:09:21 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 03:09:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 03:09:21 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 03:09:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:21 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 03:09:21 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 03:09:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:21 03:09:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:22 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 03:09:22 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 03:09:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:22 latest: Pulling from edgex-lftools-log-publisher 03:09:22 5eb5b503b376: Pulling fs layer 03:09:22 5c69ac0246d0: Pulling fs layer 03:09:22 ec43610c2a17: Pulling fs layer 03:09:22 3a2ae6a8a46f: Pulling fs layer 03:09:22 33b1e0a273af: Pulling fs layer 03:09:22 5d3b04190fa2: Pulling fs layer 03:09:22 2f39f015ded8: Pulling fs layer 03:09:22 3a2ae6a8a46f: Waiting 03:09:22 33b1e0a273af: Waiting 03:09:22 5d3b04190fa2: Waiting 03:09:22 2f39f015ded8: Waiting 03:09:22 5c69ac0246d0: Verifying Checksum 03:09:22 5c69ac0246d0: Download complete 03:09:22 3a2ae6a8a46f: Verifying Checksum 03:09:22 3a2ae6a8a46f: Download complete 03:09:22 33b1e0a273af: Verifying Checksum 03:09:22 33b1e0a273af: Download complete 03:09:22 ec43610c2a17: Verifying Checksum 03:09:22 ec43610c2a17: Download complete 03:09:22 5d3b04190fa2: Verifying Checksum 03:09:22 5d3b04190fa2: Download complete 03:09:22 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 03:09:22 Downloading psycopg2-2.9.9.tar.gz (384 kB) 03:09:22 5eb5b503b376: Verifying Checksum 03:09:22 5eb5b503b376: Download complete 03:09:22 Preparing metadata (setup.py): started 03:09:23 2f39f015ded8: Verifying Checksum 03:09:23 2f39f015ded8: Download complete 03:09:23 5eb5b503b376: Pull complete 03:09:23 5c69ac0246d0: Pull complete 03:09:24 ec43610c2a17: Pull complete 03:09:24 Preparing metadata (setup.py): finished with status 'done' 03:09:24 3a2ae6a8a46f: Pull complete 03:09:24 Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17)) 03:09:24 Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 03:09:24 33b1e0a273af: Pull complete 03:09:24 5d3b04190fa2: Pull complete 03:09:26 Collecting protobuf==5.28.1 (from -r requirements.txt (line 18)) 03:09:26 Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes) 03:09:26 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:26 Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB) 03:09:26 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:26 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 03:09:26 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:26 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 03:09:26 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:26 Downloading flex-6.14.1.tar.gz (40 kB) 03:09:26 Preparing metadata (setup.py): started 03:09:27 Preparing metadata (setup.py): finished with status 'done' 03:09:27 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:27 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 03:09:27 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:27 Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB) 03:09:28 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:28 Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 03:09:28 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:28 Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 03:09:28 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:28 Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 03:09:28 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:28 Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) 03:09:29 Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8)) 03:09:29 Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB) 03:09:29 Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8)) 03:09:29 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 03:09:29 Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8)) 03:09:29 Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 03:09:29 Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8)) 03:09:29 Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 03:09:29 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:09:29 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 03:09:30 2f39f015ded8: Pull complete 03:09:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:09:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:09:30 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:09:30 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 03:09:30 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) 03:09:30 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:09:30 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 03:09:30 prd-centos7-docker-4c-2g-42141 does not seem to be running inside a container 03:09:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:09:30 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 03:09:30 Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB) 03:09:30 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:30 Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB) 03:09:30 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:30 Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB) 03:09:30 Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:30 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 03:09:31 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:31 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB) 03:09:31 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:31 Downloading validate_email-1.3.tar.gz (4.7 kB) 03:09:31 Preparing metadata (setup.py): started 03:09:32 Preparing metadata (setup.py): finished with status 'done' 03:09:32 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:32 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 03:09:32 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:32 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 03:09:32 Preparing metadata (setup.py): started 03:09:33 Preparing metadata (setup.py): finished with status 'done' 03:09:33 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:33 Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 03:09:33 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:33 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) 03:09:33 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:33 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 03:09:33 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:33 $ docker top dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:33 Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 03:09:33 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:33 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) 03:09:34 + touch /tmp/pre-build-complete [Pipeline] sh 03:09:34 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:34 Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 03:09:34 + mkdir -p /var/log/sysstat [Pipeline] sh 03:09:34 + ls /var/log/sa-host 03:09:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:09:34 provisioning config files... 03:09:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13517669591451749846tmp [Pipeline] { [Pipeline] echo 03:09:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:09:35 ---> create-netrc.sh [Pipeline] } 03:09:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:09:35 ---> python-tools-install.sh [Pipeline] echo 03:09:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:09:35 ---> sudo-logs.sh 03:09:35 Archiving 'sudo' log.. 03:09:35 sudo: unable to resolve host prd-centos7-docker-4c-2g-42141.novalocal: Name or service not known 03:09:35 sudo: unable to resolve host prd-centos7-docker-4c-2g-42141.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 03:09:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:09:36 ---> job-cost.sh 03:09:36 lf-activate-venv: SKIPPING 03:09:36 INFO: No Stack... 03:09:36 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 03:09:36 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 03:09:36 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:36 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 03:09:36 INFO: Retrieving Pricing Info for: v3-standard-2 03:09:36 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:36 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 03:09:36 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:36 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 03:09:36 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 03:09:36 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 03:09:36 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)) 03:09:36 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 03:09:36 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)) 03:09:36 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 03:09:36 INFO: Archiving Costs [Pipeline] echo 03:09:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:09:36 Downloading robotframework-7.0.1-py3-none-any.whl (727 kB) 03:09:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 61.7 MB/s eta 0:00:00 03:09:36 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 03:09:36 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 03:09:36 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 03:09:36 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 03:09:36 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 03:09:36 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 03:09:36 Downloading docker-7.1.0-py3-none-any.whl (147 kB) 03:09:36 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 46.2 MB/s eta 0:00:00 03:09:37 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 03:09:37 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 03:09:37 ---> logs-deploy.sh 03:09:37 lf-activate-venv: SKIPPING 03:09:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/49 03:09:37 INFO: archiving workspace using pattern(s): 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.9 MB/s eta 0:00:00 03:09:37 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 61.0 MB/s eta 0:00:00 03:09:37 Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.1 MB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 56.2 MB/s eta 0:00:00 03:09:37 Downloading protobuf-5.28.1-py3-none-any.whl (169 kB) 03:09:37 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) 03:09:37 Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (141 kB) 03:09:37 Downloading idna-3.10-py3-none-any.whl (70 kB) 03:09:37 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 03:09:37 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 03:09:37 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 03:09:37 Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 52.4 MB/s eta 0:00:00 03:09:37 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) 03:09:37 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 59.3 MB/s eta 0:00:00 03:09:37 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 03:09:37 Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB) 03:09:37 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 03:09:37 Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 61.2 MB/s eta 0:00:00 03:09:37 Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 03:09:37 Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB) 03:09:37 Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 03:09:37 Downloading click-8.1.8-py3-none-any.whl (98 kB) 03:09:37 Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) 03:09:37 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) 03:09:37 Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB) 03:09:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 62.0 MB/s eta 0:00:00 03:09:37 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 03:09:37 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 03:09:37 Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB) 03:09:38 Archives upload complete. 03:09:38 INFO: archiving logs to Nexus 03:09:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 54.6 MB/s eta 0:00:00 03:09:38 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 03:09:38 Downloading trio-0.29.0-py3-none-any.whl (492 kB) 03:09:38 Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB) 03:09:38 Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB) 03:09:38 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 03:09:38 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 03:09:38 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 03:09:38 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 03:09:38 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 03:09:38 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 03:09:38 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 03:09:38 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 03:09:39 ---> uname -a: 03:09:39 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 03:09:39 03:09:39 03:09:39 ---> lscpu: 03:09:39 Architecture: x86_64 03:09:39 CPU op-mode(s): 32-bit, 64-bit 03:09:39 Byte Order: Little Endian 03:09:39 Address sizes: 40 bits physical, 48 bits virtual 03:09:39 CPU(s): 2 03:09:39 On-line CPU(s) list: 0,1 03:09:39 Thread(s) per core: 1 03:09:39 Core(s) per socket: 1 03:09:39 Socket(s): 2 03:09:39 NUMA node(s): 1 03:09:39 Vendor ID: AuthenticAMD 03:09:39 CPU family: 23 03:09:39 Model: 49 03:09:39 Model name: AMD EPYC-Rome Processor 03:09:39 Stepping: 0 03:09:39 CPU MHz: 2799.998 03:09:39 BogoMIPS: 5599.99 03:09:39 Virtualization: AMD-V 03:09:39 Hypervisor vendor: KVM 03:09:39 Virtualization type: full 03:09:39 L1d cache: 64 KiB 03:09:39 L1i cache: 64 KiB 03:09:39 L2 cache: 1 MiB 03:09:39 L3 cache: 32 MiB 03:09:39 NUMA node0 CPU(s): 0,1 03:09:39 Vulnerability Itlb multihit: Not affected 03:09:39 Vulnerability L1tf: Not affected 03:09:39 Vulnerability Mds: Not affected 03:09:39 Vulnerability Meltdown: Not affected 03:09:39 Vulnerability Mmio stale data: Not affected 03:09:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:09:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:09:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:09:39 Vulnerability Srbds: Not affected 03:09:39 Vulnerability Tsx async abort: Not affected 03:09:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 03:09:39 03:09:39 03:09:39 ---> nproc: 03:09:39 2 03:09:39 03:09:39 03:09:39 ---> df -h: 03:09:39 Filesystem Size Used Avail Use% Mounted on 03:09:39 overlay 40G 7.3G 33G 19% / 03:09:39 tmpfs 64M 0 64M 0% /dev 03:09:39 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 03:09:39 shm 64M 0 64M 0% /dev/shm 03:09:39 /dev/vda1 40G 7.3G 33G 19% /facter-os 03:09:39 03:09:39 03:09:39 Cannot open /var/log/sysstat/sa27: No such file or directory 03:09:39 Please check if data collecting is enabled 03:09:39 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:09:39 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:09:39 $ docker stop --time=1 dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 03:09:39 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 03:09:39 Building wheel for robotbackgroundlogger (setup.py): started 03:09:40 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 03:09:40 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=9fe48abaa049fa943c00d6bc43b1e891da80185805b17efd0b678c85b3bdbd7f 03:09:40 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 03:09:40 Building wheel for paho-mqtt (setup.py): started 03:09:40 $ docker rm -f --volumes dfdf4bc2f0f32789a1d9cbea2ca79802391f0b906c6d7fcdf71910dea8a7dae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:09:40 [WS-CLEANUP] Deleting project workspace... 03:09:40 [WS-CLEANUP] Deferred wipeout is used... 03:09:40 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:40 03:09:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:41 latest: Pulling from edgex-lftools-log-publisher 03:09:41 5eb5b503b376: Pulling fs layer 03:09:41 5c69ac0246d0: Pulling fs layer 03:09:41 ec43610c2a17: Pulling fs layer 03:09:41 3a2ae6a8a46f: Pulling fs layer 03:09:41 33b1e0a273af: Pulling fs layer 03:09:41 5d3b04190fa2: Pulling fs layer 03:09:41 2f39f015ded8: Pulling fs layer 03:09:41 5d3b04190fa2: Waiting 03:09:41 33b1e0a273af: Waiting 03:09:41 3a2ae6a8a46f: Waiting 03:09:41 2f39f015ded8: Waiting 03:09:41 5c69ac0246d0: Verifying Checksum 03:09:41 5c69ac0246d0: Download complete 03:09:41 3a2ae6a8a46f: Verifying Checksum 03:09:41 3a2ae6a8a46f: Download complete 03:09:41 ec43610c2a17: Verifying Checksum 03:09:41 ec43610c2a17: Download complete 03:09:41 33b1e0a273af: Verifying Checksum 03:09:41 33b1e0a273af: Download complete 03:09:41 5d3b04190fa2: Verifying Checksum 03:09:41 5d3b04190fa2: Download complete 03:09:41 5eb5b503b376: Verifying Checksum 03:09:41 5eb5b503b376: Download complete 03:09:41 Building wheel for paho-mqtt (setup.py): finished with status 'done' 03:09:41 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=16b2f2e51a3fa5af80a3ae4121d9a7e69905f50ab062f383037500521bba41ae 03:09:41 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 03:09:41 Building wheel for psutil (pyproject.toml): started 03:09:41 2f39f015ded8: Download complete 03:09:42 5eb5b503b376: Pull complete 03:09:42 5c69ac0246d0: Pull complete 03:09:43 ec43610c2a17: Pull complete 03:09:43 3a2ae6a8a46f: Pull complete 03:09:43 33b1e0a273af: Pull complete 03:09:43 5d3b04190fa2: Pull complete 03:09:47 2f39f015ded8: Pull complete 03:09:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:09:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:09:47 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:09:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:09:49 $ docker top 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:49 ---> job-cost.sh 03:09:49 lf-activate-venv: SKIPPING 03:09:49 INFO: No Stack... 03:09:49 INFO: Retrieving Pricing Info for: v3-standard-8 03:09:50 INFO: Archiving Costs [Pipeline] sh 03:09:50 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 03:09:50 + cut -d, -f6 [Pipeline] lock 03:09:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] 03:09:50 Resource [jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] did not exist. Created. 03:09:50 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:09:50 + echo total: 0.2199999988079071 [Pipeline] stash 03:09:50 Stashed 1 file(s) [Pipeline] } 03:09:50 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] // lock [Pipeline] } 03:09:50 $ docker stop --time=1 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 03:09:51 $ docker rm -f --volumes 351c02d9b87a1ed184bedc148bb705b0eb73fcf19ec4aa1ef8d8317d9524c262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:09:53 Building wheel for psutil (pyproject.toml): finished with status 'done' 03:09:53 Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_aarch64.whl size=290697 sha256=3459bd20bf1d894a1c24370492595abbaeeec2d7fbbbd6e131183334564248b5 03:09:53 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733 03:09:53 Building wheel for psycopg2 (setup.py): started 03:10:50 Building wheel for psycopg2 (setup.py): finished with status 'done' 03:10:50 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512589 sha256=038b8080cd34ce12b8ae56aef6fc56a3ace0ad41fb488e0421e0da3b613fabfd 03:10:50 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 03:10:50 Building wheel for flex (setup.py): started 03:10:50 Building wheel for flex (setup.py): finished with status 'done' 03:10:50 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=af7c880d63bbfe06c19e71c8622d9bd8260d26783b76e0b9fa4dbbb4b338da2b 03:10:50 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 03:10:50 Building wheel for strict-rfc3339 (setup.py): started 03:10:50 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 03:10:50 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=c90173b86e11dbbd76e2820593649d7d22af7935387dd787e6e0b6896326a103 03:10:50 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 03:10:50 Building wheel for validate-email (setup.py): started 03:10:51 Building wheel for validate-email (setup.py): finished with status 'done' 03:10:51 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=dffae479950b5ed27bf5e20fa4b362adc2ee42332de20613740aa7cea532f092 03:10:51 Stored in directory: /tmp/pip-ephem-wheel-cache-kf3rh2me/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 03:10:51 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 03:10:52 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 03:11:49 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 03:11:49 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 03:12:36 Removing intermediate container a3af5c2aa641 03:12:36 ---> 51366a122a9e 03:12:36 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 03:12:36 ---> Running in 11c73d91c83f 03:12:36 Removing intermediate container 11c73d91c83f 03:12:36 ---> 310245ea8aef 03:12:36 Step 11/13 : LABEL arch=arm64 03:12:36 ---> Running in 1721fdc0a60e 03:12:36 Removing intermediate container 1721fdc0a60e 03:12:36 ---> 3273143569b0 03:12:36 Step 12/13 : LABEL git_sha=f7616055fa408fe9de5c1ab01cec76f469475795 03:12:36 ---> Running in 58a05fce350c 03:12:36 Removing intermediate container 58a05fce350c 03:12:36 ---> 03085dd08f26 03:12:36 Step 13/13 : LABEL version=0.0.2-dev.45 03:12:36 ---> Running in ab774cdd6c55 03:12:36 Removing intermediate container ab774cdd6c55 03:12:36 ---> 10806cf710f9 03:12:36 [Warning] One or more build-args [ARCH] were not consumed 03:12:36 Successfully built 10806cf710f9 03:12:36 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 03:12:36 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 03:12:36 f7616055fa408fe9de5c1ab01cec76f469475795 03:12:36 latest 03:12:36 0.0.2-dev.45 03:12:36 f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:12:36 main 03:12:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:36 + 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 03:12:37 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795 03:12:37 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 03:12:37 5133c0a04860: Preparing 03:12:37 81688fb99624: Preparing 03:12:37 01c4fd7dbe9f: Preparing 03:12:37 901ca63da2a4: Preparing 03:12:37 16c52e8e55bf: Preparing 03:12:37 dd9c8f8612c8: Preparing 03:12:37 dd9c8f8612c8: Waiting 03:12:37 81688fb99624: Pushed 03:12:37 901ca63da2a4: Pushed 03:12:37 01c4fd7dbe9f: Pushed 03:12:37 16c52e8e55bf: Pushed 03:12:39 dd9c8f8612c8: Pushed 03:17:31 5133c0a04860: Pushed 03:17:31 f7616055fa408fe9de5c1ab01cec76f469475795: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:31 + 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 03:17:32 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 03:17:32 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 03:17:32 5133c0a04860: Preparing 03:17:32 81688fb99624: Preparing 03:17:32 01c4fd7dbe9f: Preparing 03:17:32 901ca63da2a4: Preparing 03:17:32 16c52e8e55bf: Preparing 03:17:32 dd9c8f8612c8: Preparing 03:17:32 dd9c8f8612c8: Waiting 03:17:32 16c52e8e55bf: Layer already exists 03:17:32 01c4fd7dbe9f: Layer already exists 03:17:32 5133c0a04860: Layer already exists 03:17:32 901ca63da2a4: Layer already exists 03:17:32 81688fb99624: Layer already exists 03:17:32 dd9c8f8612c8: Layer already exists 03:17:32 latest: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + 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 03:17:33 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.45 03:17:33 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 03:17:33 5133c0a04860: Preparing 03:17:33 81688fb99624: Preparing 03:17:33 01c4fd7dbe9f: Preparing 03:17:33 901ca63da2a4: Preparing 03:17:33 16c52e8e55bf: Preparing 03:17:33 dd9c8f8612c8: Preparing 03:17:33 dd9c8f8612c8: Waiting 03:17:33 81688fb99624: Layer already exists 03:17:33 901ca63da2a4: Layer already exists 03:17:33 5133c0a04860: Layer already exists 03:17:33 16c52e8e55bf: Layer already exists 03:17:33 01c4fd7dbe9f: Layer already exists 03:17:33 dd9c8f8612c8: Layer already exists 03:17:33 0.0.2-dev.45: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:33 + 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 03:17:34 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:17:34 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 03:17:34 5133c0a04860: Preparing 03:17:34 81688fb99624: Preparing 03:17:34 01c4fd7dbe9f: Preparing 03:17:34 901ca63da2a4: Preparing 03:17:34 16c52e8e55bf: Preparing 03:17:34 dd9c8f8612c8: Preparing 03:17:34 dd9c8f8612c8: Waiting 03:17:34 16c52e8e55bf: Layer already exists 03:17:34 901ca63da2a4: Layer already exists 03:17:34 81688fb99624: Layer already exists 03:17:34 5133c0a04860: Layer already exists 03:17:34 01c4fd7dbe9f: Layer already exists 03:17:34 dd9c8f8612c8: Layer already exists 03:17:34 f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:34 + 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 03:17:34 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 03:17:34 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 03:17:34 5133c0a04860: Preparing 03:17:34 81688fb99624: Preparing 03:17:34 01c4fd7dbe9f: Preparing 03:17:34 901ca63da2a4: Preparing 03:17:34 16c52e8e55bf: Preparing 03:17:34 dd9c8f8612c8: Preparing 03:17:34 dd9c8f8612c8: Waiting 03:17:34 81688fb99624: Layer already exists 03:17:34 901ca63da2a4: Layer already exists 03:17:34 16c52e8e55bf: Layer already exists 03:17:34 5133c0a04860: Layer already exists 03:17:34 01c4fd7dbe9f: Layer already exists 03:17:34 dd9c8f8612c8: Layer already exists 03:17:34 main: digest: sha256:26c69690a2ea974c0f10c67e9d8efceb624545a7c08b994ab8651d981c5b1dfe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:35 ===================================================== [Pipeline] echo 03:17:35 taggedImages: 03:17:35 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795 03:17:35 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 03:17:35 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.45 03:17:35 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f7616055fa408fe9de5c1ab01cec76f469475795-0.0.2-dev.45 03:17:35 - 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 03:17:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:17:35 03:17:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:17:35 arm64: Pulling from edgex-lftools-log-publisher 03:17:35 8998bd30e6a1: Pulling fs layer 03:17:35 04944245beec: Pulling fs layer 03:17:35 699f458cf7ca: Pulling fs layer 03:17:35 765212b225bb: Pulling fs layer 03:17:35 f23df028b6ca: Pulling fs layer 03:17:35 d65c8cfc05b1: Pulling fs layer 03:17:35 2437ff75d9bd: Pulling fs layer 03:17:35 f23df028b6ca: Waiting 03:17:35 d65c8cfc05b1: Waiting 03:17:35 765212b225bb: Waiting 03:17:35 2437ff75d9bd: Waiting 03:17:36 04944245beec: Verifying Checksum 03:17:36 04944245beec: Download complete 03:17:36 765212b225bb: Verifying Checksum 03:17:36 765212b225bb: Download complete 03:17:36 f23df028b6ca: Verifying Checksum 03:17:36 f23df028b6ca: Download complete 03:17:36 d65c8cfc05b1: Verifying Checksum 03:17:36 d65c8cfc05b1: Download complete 03:17:36 699f458cf7ca: Verifying Checksum 03:17:36 699f458cf7ca: Download complete 03:17:36 8998bd30e6a1: Verifying Checksum 03:17:36 8998bd30e6a1: Download complete 03:17:39 2437ff75d9bd: Verifying Checksum 03:17:39 2437ff75d9bd: Download complete 03:17:41 8998bd30e6a1: Pull complete 03:17:41 04944245beec: Pull complete 03:17:43 699f458cf7ca: Pull complete 03:17:43 765212b225bb: Pull complete 03:17:43 f23df028b6ca: Pull complete 03:17:44 d65c8cfc05b1: Pull complete 03:18:02 2437ff75d9bd: Pull complete 03:18:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:18:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:18:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:02 prd-ubuntu20.04-docker-arm64-4c-16g-42142 does not seem to be running inside a container 03:18:02 $ 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 03:18:04 $ docker top 6cfe8dff91b2038c6a811e355338869262ed8fe55f7c385b7c6c31e77c088a84 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:05 ---> job-cost.sh 03:18:05 lf-activate-venv: SKIPPING 03:18:05 INFO: No Stack... 03:18:05 INFO: Retrieving Pricing Info for: v3-standard-4 03:18:06 INFO: Archiving Costs [Pipeline] sh 03:18:06 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 03:18:06 + cut -d, -f6 [Pipeline] lock 03:18:07 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] 03:18:07 Resource [jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] did not exist. Created. 03:18:07 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:18:07 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-564a3d8e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:18:08 + echo total: 0.10999999940395355 [Pipeline] stash 03:18:08 Warning: overwriting stash ‘stack-cost’ 03:18:08 Stashed 1 file(s) [Pipeline] } 03:18:08 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-49-stack-cost] [Pipeline] // lock [Pipeline] } 03:18:08 $ docker stop --time=1 6cfe8dff91b2038c6a811e355338869262ed8fe55f7c385b7c6c31e77c088a84 03:18:10 $ 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 03:18:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:18:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:11 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:18:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:18:11 $ docker top 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:18:11 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:18:12 + git semver [Pipeline] } 03:18:12 $ docker stop --time=1 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 03:18:13 $ docker rm -f --volumes 67c4fd26d5bcf0dad715d8a97bb64626f97926ea2cc2226b8915fab85ce9d011 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:18:14 03:18:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:18:14 0.23.1-centos7: Pulling from edgex-lftools 03:18:14 ab5ef0e58194: Pulling fs layer 03:18:14 9712f1f96733: Pulling fs layer 03:18:14 63f879dbbcfc: Pulling fs layer 03:18:14 0d9ebad4ef96: Pulling fs layer 03:18:14 e9a5061849ea: Pulling fs layer 03:18:14 d747dcd14b5f: Pulling fs layer 03:18:14 2de7ff778b66: Pulling fs layer 03:18:14 d747dcd14b5f: Waiting 03:18:14 0d9ebad4ef96: Waiting 03:18:14 e9a5061849ea: Waiting 03:18:14 2de7ff778b66: Waiting 03:18:14 9712f1f96733: Verifying Checksum 03:18:14 9712f1f96733: Download complete 03:18:14 63f879dbbcfc: Download complete 03:18:14 e9a5061849ea: Verifying Checksum 03:18:14 e9a5061849ea: Download complete 03:18:14 d747dcd14b5f: Verifying Checksum 03:18:14 d747dcd14b5f: Download complete 03:18:14 ab5ef0e58194: Verifying Checksum 03:18:14 ab5ef0e58194: Download complete 03:18:18 ab5ef0e58194: Pull complete 03:18:18 9712f1f96733: Pull complete 03:18:18 63f879dbbcfc: Pull complete 03:18:18 0d9ebad4ef96: Verifying Checksum 03:18:18 0d9ebad4ef96: Download complete 03:18:18 2de7ff778b66: Verifying Checksum 03:18:18 2de7ff778b66: Download complete 03:18:23 0d9ebad4ef96: Pull complete 03:18:23 e9a5061849ea: Pull complete 03:18:23 d747dcd14b5f: Pull complete 03:18:23 2de7ff778b66: Pull complete 03:18:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:18:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:23 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:18:23 $ 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 03:18:25 $ docker top 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:18:25 provisioning config files... 03:18:25 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config8642084313224110766tmp 03:18:25 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10620032828594617798tmp 03:18:25 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config1691310316417927055tmp [Pipeline] { [Pipeline] echo 03:18:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:18:26 ---> sigul-configuration.sh 03:18:26 gpg: directory `/root/.gnupg' created 03:18:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:18:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:18:26 gpg: keyring `/root/.gnupg/secring.gpg' created 03:18:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:18:26 gpg: CAST5 encrypted data 03:18:26 gpg: encrypted with 1 passphrase 03:18:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:18:26 + mkdir /home/jenkins 03:18:26 + mkdir /home/jenkins/sigul [Pipeline] sh 03:18:26 + 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 03:18:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:18:27 ---> sigul-install.sh 03:18:27 Sigul already installed; skipping installation. [Pipeline] sh 03:18:27 + git tag --list 03:18:27 v0.0.1 03:18:27 v0.0.2-dev.1 03:18:27 v0.0.2-dev.10 03:18:27 v0.0.2-dev.11 03:18:27 v0.0.2-dev.12 03:18:27 v0.0.2-dev.13 03:18:27 v0.0.2-dev.14 03:18:27 v0.0.2-dev.15 03:18:27 v0.0.2-dev.16 03:18:27 v0.0.2-dev.17 03:18:27 v0.0.2-dev.18 03:18:27 v0.0.2-dev.19 03:18:27 v0.0.2-dev.2 03:18:27 v0.0.2-dev.20 03:18:27 v0.0.2-dev.21 03:18:27 v0.0.2-dev.22 03:18:27 v0.0.2-dev.23 03:18:27 v0.0.2-dev.24 03:18:27 v0.0.2-dev.25 03:18:27 v0.0.2-dev.26 03:18:27 v0.0.2-dev.27 03:18:27 v0.0.2-dev.28 03:18:27 v0.0.2-dev.29 03:18:27 v0.0.2-dev.3 03:18:27 v0.0.2-dev.30 03:18:27 v0.0.2-dev.31 03:18:27 v0.0.2-dev.32 03:18:27 v0.0.2-dev.33 03:18:27 v0.0.2-dev.34 03:18:27 v0.0.2-dev.35 03:18:27 v0.0.2-dev.36 03:18:27 v0.0.2-dev.37 03:18:27 v0.0.2-dev.38 03:18:27 v0.0.2-dev.39 03:18:27 v0.0.2-dev.4 03:18:27 v0.0.2-dev.40 03:18:27 v0.0.2-dev.41 03:18:27 v0.0.2-dev.42 03:18:27 v0.0.2-dev.43 03:18:27 v0.0.2-dev.44 03:18:27 v0.0.2-dev.5 03:18:27 v0.0.2-dev.6 03:18:27 v0.0.2-dev.7 03:18:27 v0.0.2-dev.8 03:18:27 v0.0.2-dev.9 [Pipeline] sh 03:18:27 + lftools sign git-tag v0.0.2-dev.45 03:18:28 Signing Git tag with Sigul... 03:18:28 Signing v0.0.2-dev.45 03:18:28 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v0.0.2-dev.45'], return code 1, stdout , stderr [Pipeline] echo 03:18:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:18:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:18:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:18:28 $ docker stop --time=1 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 03:18:29 $ docker rm -f --volumes 64d7cd03a9ec3acc52a5ab7fb85c4e1f2cdb8c9a1ee8efd990d13f462f895577 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:18:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:18:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:30 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:18:30 $ 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 03:18:31 $ docker top 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf -eo pid,comm 03:18:31 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). 03:18:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:18:31 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:18:31 + git semver [Pipeline] } 03:18:31 $ docker stop --time=1 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf 03:18:33 $ docker rm -f --volumes 92702e51836888891bde11b51b16302b1e18fbe1effd849ab019aff4f8d670cf [Pipeline] // withDockerContainer [Pipeline] sh 03:18:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:18:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:33 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:18:33 $ 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 03:18:34 $ docker top bae6224a12db53c87e71f835d4a26ccc5ef7005a9225830eff1a71764a5defcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:18:34 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v0.0.2-dev.44' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:18:34 + git semver [Pipeline] } 03:18:34 $ docker stop --time=1 bae6224a12db53c87e71f835d4a26ccc5ef7005a9225830eff1a71764a5defcd 03:18:36 $ 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 03:18:36 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 03:18:36 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 03:18:36 total 16 03:18:36 drwxr-xr-x 3 root root 4096 Mar 27 03:09 . 03:18:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:18 .. 03:18:36 drwxr-xr-x 2 root root 4096 Mar 27 03:09 cost 03:18:36 -rw-r--r-- 1 root root 87 Mar 27 03:09 cost.csv 03:18:36 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 03:18:36 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 03:18:36 total 16 03:18:36 drwxr-xr-x 3 jenkins jenkins 4096 Mar 27 03:09 . 03:18:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 27 03:18 .. 03:18:36 drwxr-xr-x 2 jenkins jenkins 4096 Mar 27 03:09 cost 03:18:36 -rw-r--r-- 1 jenkins jenkins 87 Mar 27 03:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:18:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:18:37 ---> package-listing.sh 03:18:37 ++ facter osfamily 03:18:37 ++ tr '[:upper:]' '[:lower:]' 03:18:37 + OS_FAMILY=debian 03:18:37 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 03:18:37 + START_PACKAGES=/tmp/packages_start.txt 03:18:37 + END_PACKAGES=/tmp/packages_end.txt 03:18:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:18:37 + PACKAGES=/tmp/packages_start.txt 03:18:37 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 03:18:37 + PACKAGES=/tmp/packages_end.txt 03:18:37 + case "${OS_FAMILY}" in 03:18:37 + dpkg -l 03:18:37 + grep '^ii' 03:18:37 + '[' -f /tmp/packages_start.txt ']' 03:18:37 + '[' -f /tmp/packages_end.txt ']' 03:18:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:18:37 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 03:18:37 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 03:18:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 03:18:37 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 03:18:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:18:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:38 prd-ubuntu20.04-docker-8c-8g-42139 does not seem to be running inside a container 03:18:38 $ 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 03:18:39 $ docker top 333e7b340a31794342096fe0cbf6a78a09af37e0e060f9f16b977e4c865d77fa -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:39 + touch /tmp/pre-build-complete [Pipeline] sh 03:18:39 + mkdir -p /var/log/sysstat [Pipeline] sh 03:18:40 + ls /var/log/sa-host 03:18:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:18:40 provisioning config files... 03:18:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11220530768552792796tmp [Pipeline] { [Pipeline] echo 03:18:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:18:40 ---> create-netrc.sh [Pipeline] } 03:18:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:18:40 ---> python-tools-install.sh [Pipeline] echo 03:18:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:18:40 ---> sudo-logs.sh 03:18:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:18:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:18:41 ---> job-cost.sh 03:18:41 lf-activate-venv: SKIPPING 03:18:41 DEBUG: total: 0.2199999988079071 03:18:41 INFO: Retrieving Stack Cost... 03:18:41 INFO: Retrieving Pricing Info for: v3-standard-8 03:18:42 INFO: Archiving Costs [Pipeline] echo 03:18:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:18:42 ---> logs-deploy.sh 03:18:42 lf-activate-venv: SKIPPING 03:18:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/49 03:18:42 INFO: archiving workspace using pattern(s): 03:18:43 Archives upload complete. 03:18:43 INFO: archiving logs to Nexus