Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e89dd766adf70d3ef5effce142026c21ab88a29 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-ssh8563539554248553704.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh8245818058894637087.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh1742844112197914937.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh17207943600508703066.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-ssh18260664521064624711.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 ‘prd-ubuntu20.04-docker-8c-8g-1118’ Running on prd-ubuntu20.04-docker-8c-8g-1121 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 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 > git rev-list --no-walk 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-30T00:08:04.217Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-30T00:08:04.294Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-30T00:08:04.322Z] ========================================================= [2024-05-30T00:08:04.322Z] EdgeX Global Pipelines Version Info [2024-05-30T00:08:04.322Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:08:05.067Z] ------------------- [2024-05-30T00:08:05.067Z] stable info: [2024-05-30T00:08:05.067Z] ------------------- [2024-05-30T00:08:05.067Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-30T00:08:05.067Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-30T00:08:05.067Z] Message: update stable to v1.0.260 [2024-05-30T00:08:05.637Z] ------------------- [2024-05-30T00:08:05.637Z] experimental info: [2024-05-30T00:08:05.637Z] ------------------- [2024-05-30T00:08:05.637Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-30T00:08:05.637Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-30T00:08:05.637Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-05-30T00:08:05.730Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo [2024-05-30T00:08:05.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo [2024-05-30T00:08:05.769Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-30T00:08:05.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-30T00:08:05.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-30T00:08:05.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo [2024-05-30T00:08:05.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-30T00:08:05.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2024-05-30T00:08:05.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2024-05-30T00:08:05.914Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-30T00:08:05.937Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2024-05-30T00:08:05.956Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo [2024-05-30T00:08:05.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-30T00:08:05.994Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-30T00:08:06.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-30T00:08:06.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-30T00:08:06.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-30T00:08:06.073Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo [2024-05-30T00:08:06.092Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo [2024-05-30T00:08:06.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-30T00:08:06.170Z] provisioning config files... [2024-05-30T00:08:06.184Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16438059548462986791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:08:06.518Z] ---> ****-login.sh [2024-05-30T00:08:06.518Z] nexus3.edgexfoundry.org:10001 [2024-05-30T00:08:06.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:06.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:06.778Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:06.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:06.778Z] [2024-05-30T00:08:06.778Z] Login Succeeded [2024-05-30T00:08:06.778Z] nexus3.edgexfoundry.org:10002 [2024-05-30T00:08:06.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:06.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:06.778Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:06.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:06.778Z] [2024-05-30T00:08:06.778Z] Login Succeeded [2024-05-30T00:08:06.778Z] nexus3.edgexfoundry.org:10003 [2024-05-30T00:08:07.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:07.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:07.038Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:07.038Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:07.038Z] [2024-05-30T00:08:07.038Z] Login Succeeded [2024-05-30T00:08:07.038Z] nexus3.edgexfoundry.org:10004 [2024-05-30T00:08:07.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:07.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:07.039Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:07.039Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:07.039Z] [2024-05-30T00:08:07.039Z] Login Succeeded [2024-05-30T00:08:07.039Z] ****.io [2024-05-30T00:08:07.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:07.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:07.300Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:07.300Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:07.300Z] [2024-05-30T00:08:07.300Z] Login Succeeded [2024-05-30T00:08:07.300Z] ---> ****-login.sh ends [Pipeline] } [2024-05-30T00:08:07.308Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-30T00:08:07.815Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-30T00:08:07.815Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-30T00:08:07.815Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-30T00:08:07.815Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-30T00:08:07.815Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-30T00:08:07.815Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-30T00:08:07.815Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:08:08.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:08:08.240Z] [2024-05-30T00:08:08.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:08:08.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:08:08.540Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-30T00:08:08.540Z] b85a868b505f: Pulling fs layer [2024-05-30T00:08:08.540Z] e2be974225ed: Pulling fs layer [2024-05-30T00:08:08.540Z] 339a4e72a1f5: Pulling fs layer [2024-05-30T00:08:08.540Z] 988bab9f4d93: Pulling fs layer [2024-05-30T00:08:08.540Z] 1469e6f7b9e6: Pulling fs layer [2024-05-30T00:08:08.540Z] eaf3925da568: Pulling fs layer [2024-05-30T00:08:08.540Z] bab4dde63d76: Pulling fs layer [2024-05-30T00:08:08.540Z] bde34c3a00c8: Pulling fs layer [2024-05-30T00:08:08.540Z] b352a97aabf1: Pulling fs layer [2024-05-30T00:08:08.540Z] 988bab9f4d93: Waiting [2024-05-30T00:08:08.540Z] 4872d77fe225: Pulling fs layer [2024-05-30T00:08:08.540Z] 1469e6f7b9e6: Waiting [2024-05-30T00:08:08.540Z] 5851b861e8e6: Pulling fs layer [2024-05-30T00:08:08.540Z] eaf3925da568: Waiting [2024-05-30T00:08:08.540Z] bab4dde63d76: Waiting [2024-05-30T00:08:08.540Z] bde34c3a00c8: Waiting [2024-05-30T00:08:08.540Z] b352a97aabf1: Waiting [2024-05-30T00:08:08.540Z] 4872d77fe225: Waiting [2024-05-30T00:08:08.540Z] 5851b861e8e6: Waiting [2024-05-30T00:08:08.540Z] e2be974225ed: Download complete [2024-05-30T00:08:08.540Z] 988bab9f4d93: Verifying Checksum [2024-05-30T00:08:08.540Z] 988bab9f4d93: Download complete [2024-05-30T00:08:08.540Z] 1469e6f7b9e6: Verifying Checksum [2024-05-30T00:08:08.540Z] 1469e6f7b9e6: Download complete [2024-05-30T00:08:08.540Z] 339a4e72a1f5: Verifying Checksum [2024-05-30T00:08:08.540Z] 339a4e72a1f5: Download complete [2024-05-30T00:08:08.799Z] eaf3925da568: Verifying Checksum [2024-05-30T00:08:08.799Z] eaf3925da568: Download complete [2024-05-30T00:08:08.799Z] bde34c3a00c8: Verifying Checksum [2024-05-30T00:08:08.799Z] bde34c3a00c8: Download complete [2024-05-30T00:08:08.799Z] b352a97aabf1: Download complete [2024-05-30T00:08:08.799Z] 4872d77fe225: Download complete [2024-05-30T00:08:08.799Z] 5851b861e8e6: Verifying Checksum [2024-05-30T00:08:08.799Z] 5851b861e8e6: Download complete [2024-05-30T00:08:08.799Z] b85a868b505f: Verifying Checksum [2024-05-30T00:08:08.799Z] b85a868b505f: Download complete [2024-05-30T00:08:09.058Z] bab4dde63d76: Verifying Checksum [2024-05-30T00:08:09.058Z] bab4dde63d76: Download complete [2024-05-30T00:08:09.995Z] b85a868b505f: Pull complete [2024-05-30T00:08:10.254Z] e2be974225ed: Pull complete [2024-05-30T00:08:10.512Z] 339a4e72a1f5: Pull complete [2024-05-30T00:08:10.513Z] 988bab9f4d93: Pull complete [2024-05-30T00:08:10.773Z] 1469e6f7b9e6: Pull complete [2024-05-30T00:08:11.031Z] eaf3925da568: Pull complete [2024-05-30T00:08:12.935Z] bab4dde63d76: Pull complete [2024-05-30T00:08:12.935Z] bde34c3a00c8: Pull complete [2024-05-30T00:08:12.935Z] b352a97aabf1: Pull complete [2024-05-30T00:08:12.935Z] 4872d77fe225: Pull complete [2024-05-30T00:08:12.935Z] 5851b861e8e6: Pull complete [2024-05-30T00:08:12.935Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-30T00:08:12.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:08:12.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:08:13.092Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:08:13.122Z] $ 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 [2024-05-30T00:08:16.500Z] $ docker top 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 -eo pid,comm [2024-05-30T00:08:16.557Z] 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). [2024-05-30T00:08:16.557Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-30T00:08:16.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-30T00:08:16.615Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-30T00:08:16.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-30T00:08:16.731Z] $ docker exec 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent [2024-05-30T00:08:16.840Z] SSH_AUTH_SOCK=/tmp/ssh-laG4D4mQwFnL/agent.32 [2024-05-30T00:08:16.840Z] SSH_AGENT_PID=38 [2024-05-30T00:08:16.846Z] Running ssh-add (command line suppressed) [2024-05-30T00:08:16.943Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14665664344046731137.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_14665664344046731137.key) [2024-05-30T00:08:16.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-30T00:08:17.249Z] + git tag --points-at HEAD [Pipeline] } [2024-05-30T00:08:17.273Z] $ docker exec --env ******** --env ******** 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent -k [2024-05-30T00:08:17.377Z] unset SSH_AUTH_SOCK; [2024-05-30T00:08:17.378Z] unset SSH_AGENT_PID; [2024-05-30T00:08:17.378Z] echo Agent pid 38 killed; [2024-05-30T00:08:17.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-30T00:08:17.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-30T00:08:17.429Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-30T00:08:17.548Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-30T00:08:17.550Z] $ docker exec 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent [2024-05-30T00:08:17.676Z] SSH_AUTH_SOCK=/tmp/ssh-DqNOpaHHsRXU/agent.71 [2024-05-30T00:08:17.676Z] SSH_AGENT_PID=77 [2024-05-30T00:08:17.681Z] Running ssh-add (command line suppressed) [2024-05-30T00:08:17.784Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12691242521191170944.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_12691242521191170944.key) [2024-05-30T00:08:17.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-30T00:08:18.093Z] + git semver init [2024-05-30T00:08:18.354Z] 2024-05-30 00:08:18,297 [run_init] DEBUG init version:0.0.0 force:False [2024-05-30T00:08:18.354Z] 2024-05-30 00:08:18,298 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-30T00:08:18.354Z] 2024-05-30 00:08:18,299 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver [2024-05-30T00:08:18.354Z] 2024-05-30 00:08:18,299 [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) [2024-05-30T00:08:18.925Z] 2024-05-30 00:08:18,877 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude [2024-05-30T00:08:18.925Z] 2024-05-30 00:08:18,877 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False [2024-05-30T00:08:18.925Z] 2024-05-30 00:08:18,877 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:08:18.925Z] 2024-05-30 00:08:18,878 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:08:18.925Z] 0.0.2-dev.42 [Pipeline] } [2024-05-30T00:08:18.934Z] $ docker exec --env ******** --env ******** 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent -k [2024-05-30T00:08:19.030Z] unset SSH_AUTH_SOCK; [2024-05-30T00:08:19.031Z] unset SSH_AGENT_PID; [2024-05-30T00:08:19.031Z] echo Agent pid 77 killed; [2024-05-30T00:08:19.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-30T00:08:19.370Z] + git semver [Pipeline] } [2024-05-30T00:08:19.648Z] $ docker stop --time=1 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 [2024-05-30T00:08:20.907Z] $ docker rm -f --volumes 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-30T00:08:21.256Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-30T00:08:21.481Z] Stashed 1 file(s) [Pipeline] echo [2024-05-30T00:08:21.483Z] [edgeXSemver]: initialized semver on version 0.0.2-dev.42 [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 [2024-05-30T00:08:21.657Z] provisioning config files... [2024-05-30T00:08:21.668Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config14382142313740399294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:08:21.971Z] ---> ****-login.sh [2024-05-30T00:08:21.971Z] nexus3.edgexfoundry.org:10001 [2024-05-30T00:08:21.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:21.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:21.971Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:21.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:21.972Z] [2024-05-30T00:08:21.972Z] Login Succeeded [2024-05-30T00:08:21.972Z] nexus3.edgexfoundry.org:10002 [2024-05-30T00:08:21.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:21.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:21.972Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:21.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:21.972Z] [2024-05-30T00:08:21.972Z] Login Succeeded [2024-05-30T00:08:21.972Z] nexus3.edgexfoundry.org:10003 [2024-05-30T00:08:22.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:22.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:22.232Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:22.233Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:22.233Z] [2024-05-30T00:08:22.233Z] Login Succeeded [2024-05-30T00:08:22.233Z] nexus3.edgexfoundry.org:10004 [2024-05-30T00:08:22.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:22.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:22.233Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:22.233Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:22.233Z] [2024-05-30T00:08:22.233Z] Login Succeeded [2024-05-30T00:08:22.233Z] ****.io [2024-05-30T00:08:22.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:08:22.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:08:22.493Z] Configure a credential helper to remove this warning. See [2024-05-30T00:08:22.493Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:08:22.493Z] [2024-05-30T00:08:22.493Z] Login Succeeded [2024-05-30T00:08:22.493Z] ---> ****-login.sh ends [Pipeline] } [2024-05-30T00:08:22.500Z] 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 [2024-05-30T00:08:23.244Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-30T00:08:23.539Z] + ls -al . [2024-05-30T00:08:23.539Z] total 72 [2024-05-30T00:08:23.539Z] drwxrwxr-x 7 jenkins jenkins 4096 May 30 00:08 . [2024-05-30T00:08:23.539Z] drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:07 .. [2024-05-30T00:08:23.539Z] drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:08 .git [2024-05-30T00:08:23.539Z] drwxrwxr-x 2 jenkins jenkins 4096 May 30 00:08 .github [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 22 May 30 00:08 .gitignore [2024-05-30T00:08:23.539Z] drwxr-xr-x 3 jenkins jenkins 4096 May 30 00:08 .semver [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 30 00:08 Dockerfile [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 746 May 30 00:08 Jenkinsfile [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 30 00:08 LICENSE [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 30 00:08 README.md [2024-05-30T00:08:23.539Z] drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:08 TAF-Manager [2024-05-30T00:08:23.539Z] drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:08 TUC [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 12 May 30 00:08 VERSION [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 343 May 30 00:08 requirements.txt [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 54 May 30 00:08 robot-entrypoint.sh [2024-05-30T00:08:23.539Z] -rw-rw-r-- 1 jenkins jenkins 445 May 30 00:08 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:08:23.847Z] + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=amd64 --label version=0.0.2-dev.42 . [2024-05-30T00:08:23.847Z] Sending build context to Docker daemon 589.3kB [2024-05-30T00:08:23.847Z] Step 1/13 : FROM alpine:3.20 [2024-05-30T00:08:24.416Z] 3.20: Pulling from library/alpine [2024-05-30T00:08:24.416Z] d25f557d7f31: Pulling fs layer [2024-05-30T00:08:24.679Z] d25f557d7f31: Download complete [2024-05-30T00:08:24.939Z] d25f557d7f31: Pull complete [2024-05-30T00:08:24.939Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-30T00:08:24.939Z] Status: Downloaded newer image for alpine:3.20 [2024-05-30T00:08:24.939Z] ---> 1d34ffeaf190 [2024-05-30T00:08:24.939Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-30T00:08:24.939Z] ---> Running in c14ae88b094d [2024-05-30T00:08:24.939Z] Removing intermediate container c14ae88b094d [2024-05-30T00:08:24.939Z] ---> 5576ccf8b23f [2024-05-30T00:08:24.939Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-30T00:08:25.199Z] ---> Running in 1ee3e7aca542 [2024-05-30T00:08:25.199Z] Removing intermediate container 1ee3e7aca542 [2024-05-30T00:08:25.199Z] ---> 2cc3acdc8de2 [2024-05-30T00:08:25.199Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-30T00:08:25.459Z] ---> 03d5f05d4df1 [2024-05-30T00:08:25.459Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-30T00:08:25.459Z] ---> c4070c237d3d [2024-05-30T00:08:25.459Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-30T00:08:25.719Z] ---> d5c738e1a4de [2024-05-30T00:08:25.719Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-30T00:08:25.719Z] ---> Running in 95d99a893d0c [2024-05-30T00:08:25.719Z] Removing intermediate container 95d99a893d0c [2024-05-30T00:08:25.719Z] ---> 1b12b27243d2 [2024-05-30T00:08:25.719Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-30T00:08:25.719Z] ---> Running in b175f2b9883d [2024-05-30T00:08:26.286Z] Removing intermediate container b175f2b9883d [2024-05-30T00:08:26.286Z] ---> 57dc2f179e99 [2024-05-30T00:08:26.286Z] 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 --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install -r requirements.txt [2024-05-30T00:08:26.286Z] ---> Running in 828a86b85899 [2024-05-30T00:08:26.545Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:27.111Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:28.044Z] OK: 8 MiB in 14 packages [2024-05-30T00:08:28.044Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:28.302Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:29.239Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-30T00:08:29.499Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-30T00:08:29.758Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-30T00:08:30.326Z] (4/14) Installing libunistring (1.2-r0) [2024-05-30T00:08:30.584Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-30T00:08:31.152Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-30T00:08:31.412Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-30T00:08:31.673Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-30T00:08:32.241Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-30T00:08:32.499Z] (10/14) Installing curl (8.7.1-r0) [2024-05-30T00:08:33.067Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-30T00:08:33.636Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-30T00:08:33.894Z] (13/14) Installing jq (1.7.1-r0) [2024-05-30T00:08:34.460Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-30T00:08:34.721Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:08:34.722Z] Executing ca-certificates-20240226-r0.trigger [2024-05-30T00:08:34.982Z] OK: 43 MiB in 28 packages [2024-05-30T00:08:34.982Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:35.550Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:08:36.117Z] (1/167) Installing libexpat (2.6.2-r0) [2024-05-30T00:08:36.376Z] (2/167) Installing libbz2 (1.0.8-r6) [2024-05-30T00:08:36.591Z] Still waiting to schedule task [2024-05-30T00:08:36.591Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-1119’ is offline [2024-05-30T00:08:36.635Z] (3/167) Installing libpng (1.6.43-r0) [2024-05-30T00:08:37.203Z] (4/167) Installing freetype (2.13.2-r0) [2024-05-30T00:08:37.462Z] (5/167) Installing fontconfig (2.15.0-r1) [2024-05-30T00:08:37.721Z] (6/167) Installing libfontenc (1.1.8-r0) [2024-05-30T00:08:37.979Z] (7/167) Installing mkfontscale (1.2.2-r6) [2024-05-30T00:08:38.238Z] (8/167) Installing font-opensans (0_git20210927-r1) [2024-05-30T00:08:38.806Z] (9/167) Installing pkgconf (2.2.0-r0) [2024-05-30T00:08:39.375Z] (10/167) Installing libgcc (13.2.1_git20240309-r0) [2024-05-30T00:08:39.635Z] (11/167) Installing libffi (3.4.6-r0) [2024-05-30T00:08:39.895Z] (12/167) Installing libintl (0.22.5-r0) [2024-05-30T00:08:40.155Z] (13/167) Installing libeconf (0.6.3-r0) [2024-05-30T00:08:40.415Z] (14/167) Installing libblkid (2.40.1-r1) [2024-05-30T00:08:40.675Z] (15/167) Installing libmount (2.40.1-r1) [2024-05-30T00:08:41.242Z] (16/167) Installing pcre2 (10.43-r0) [2024-05-30T00:08:41.501Z] (17/167) Installing glib (2.80.2-r0) [2024-05-30T00:08:42.075Z] (18/167) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-30T00:08:42.643Z] (19/167) Installing xz-libs (5.6.1-r3) [2024-05-30T00:08:42.902Z] (20/167) Installing libxml2 (2.12.7-r0) [2024-05-30T00:08:43.470Z] (21/167) Installing shared-mime-info (2.4-r0) [2024-05-30T00:08:43.729Z] (22/167) Installing hicolor-icon-theme (0.17-r2) [2024-05-30T00:08:43.988Z] (23/167) Installing libjpeg-turbo (3.0.3-r0) [2024-05-30T00:08:44.556Z] (24/167) Installing libsharpyuv (1.3.2-r0) [2024-05-30T00:08:44.816Z] (25/167) Installing libwebp (1.3.2-r0) [2024-05-30T00:08:45.075Z] (26/167) Installing tiff (4.6.0t-r0) [2024-05-30T00:08:45.641Z] (27/167) Installing gdk-pixbuf (2.42.11-r1) [2024-05-30T00:08:45.901Z] (28/167) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-30T00:08:46.161Z] (29/167) Installing libxau (1.0.11-r4) [2024-05-30T00:08:46.420Z] (30/167) Installing libmd (1.1.0-r0) [2024-05-30T00:08:46.680Z] (31/167) Installing libbsd (0.12.2-r0) [2024-05-30T00:08:46.939Z] (32/167) Installing libxdmcp (1.1.5-r1) [2024-05-30T00:08:47.198Z] (33/167) Installing libxcb (1.16.1-r0) [2024-05-30T00:08:47.768Z] (34/167) Installing libx11 (1.8.9-r1) [2024-05-30T00:08:48.335Z] (35/167) Installing libxcomposite (0.4.6-r5) [2024-05-30T00:08:48.335Z] (36/167) Installing libxfixes (6.0.1-r4) [2024-05-30T00:08:48.595Z] (37/167) Installing libxrender (0.9.11-r5) [2024-05-30T00:08:48.853Z] (38/167) Installing libxcursor (1.2.2-r1) [2024-05-30T00:08:49.423Z] (39/167) Installing libxdamage (1.1.6-r5) [2024-05-30T00:08:49.423Z] (40/167) Installing libxext (1.3.6-r2) [2024-05-30T00:08:49.682Z] (41/167) Installing libxi (1.8.1-r4) [2024-05-30T00:08:49.942Z] (42/167) Installing libxinerama (1.1.5-r4) [2024-05-30T00:08:50.201Z] (43/167) Installing libxrandr (1.5.4-r1) [2024-05-30T00:08:50.462Z] (44/167) Installing libatk-1.0 (2.52.0-r0) [2024-05-30T00:08:51.031Z] (45/167) Installing libxtst (1.2.4-r6) [2024-05-30T00:08:51.031Z] (46/167) Installing dbus-libs (1.14.10-r1) [2024-05-30T00:08:51.600Z] (47/167) Installing at-spi2-core (2.52.0-r0) [2024-05-30T00:08:51.858Z] (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-30T00:08:52.118Z] (49/167) Installing pixman (0.43.2-r0) [2024-05-30T00:08:52.686Z] (50/167) Installing cairo (1.18.0-r0) [2024-05-30T00:08:52.946Z] (51/167) Installing cairo-gobject (1.18.0-r0) [2024-05-30T00:08:53.205Z] (52/167) Installing avahi-libs (0.8-r17) [2024-05-30T00:08:53.775Z] (53/167) Installing gmp (6.3.0-r1) [2024-05-30T00:08:54.034Z] (54/167) Installing nettle (3.9.1-r0) [2024-05-30T00:08:54.604Z] (55/167) Installing libtasn1 (4.19.0-r2) [2024-05-30T00:08:54.604Z] (56/167) Installing p11-kit (0.25.3-r0) [2024-05-30T00:08:55.172Z] (57/167) Installing gnutls (3.8.5-r0) [2024-05-30T00:08:55.741Z] (58/167) Installing cups-libs (2.4.8-r0) [2024-05-30T00:08:56.000Z] (59/167) Installing libepoxy (1.5.10-r1) [2024-05-30T00:08:56.569Z] (60/167) Installing fribidi (1.0.14-r0) [2024-05-30T00:08:56.828Z] (61/167) Installing graphite2 (1.3.14-r6) [2024-05-30T00:08:57.087Z] (62/167) Installing harfbuzz (8.5.0-r0) [2024-05-30T00:08:57.655Z] (63/167) Installing libxft (2.3.8-r3) [2024-05-30T00:08:57.655Z] (64/167) Installing pango (1.52.2-r0) [2024-05-30T00:08:58.223Z] (65/167) Installing wayland-libs-client (1.22.0-r4) [2024-05-30T00:08:58.483Z] (66/167) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-30T00:08:58.742Z] (67/167) Installing wayland-libs-egl (1.22.0-r4) [2024-05-30T00:08:59.010Z] (68/167) Installing xkeyboard-config (2.41-r0) [2024-05-30T00:08:59.580Z] (69/167) Installing libxkbcommon (1.7.0-r0) [2024-05-30T00:08:59.840Z] (70/167) Installing gtk+3.0 (3.24.42-r0) [2024-05-30T00:09:00.409Z] (71/167) Installing icu-data-full (74.2-r0) [2024-05-30T00:09:01.355Z] (72/167) Installing mesa (24.0.8-r1) [2024-05-30T00:09:01.355Z] (73/167) Installing llvm17-libs (17.0.6-r1) [2024-05-30T00:09:03.260Z] (74/167) Installing hwdata-pci (0.382-r0) [2024-05-30T00:09:03.260Z] (75/167) Installing libpciaccess (0.18.1-r0) [2024-05-30T00:09:03.520Z] (76/167) Installing libdrm (2.4.120-r0) [2024-05-30T00:09:04.088Z] (77/167) Installing libelf (0.191-r0) [2024-05-30T00:09:04.348Z] (78/167) Installing mesa-glapi (24.0.8-r1) [2024-05-30T00:09:04.607Z] (79/167) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-30T00:09:05.544Z] (80/167) Installing eudev-libs (3.2.14-r2) [2024-05-30T00:09:05.544Z] (81/167) Installing libmagic (5.45-r1) [2024-05-30T00:09:06.112Z] (82/167) Installing file (5.45-r1) [2024-05-30T00:09:06.372Z] (83/167) Installing xprop (1.2.7-r0) [2024-05-30T00:09:06.632Z] (84/167) Installing libice (1.1.1-r6) [2024-05-30T00:09:06.891Z] (85/167) Installing libuuid (2.40.1-r1) [2024-05-30T00:09:07.151Z] (86/167) Installing libsm (1.2.4-r4) [2024-05-30T00:09:07.409Z] (87/167) Installing libxt (1.3.0-r5) [2024-05-30T00:09:07.978Z] (88/167) Installing libxmu (1.1.4-r2) [2024-05-30T00:09:08.236Z] (89/167) Installing xset (1.2.5-r1) [2024-05-30T00:09:08.495Z] (90/167) Installing xdg-utils (1.2.1-r0) [2024-05-30T00:09:08.755Z] (91/167) Installing libogg (1.3.5-r5) [2024-05-30T00:09:09.014Z] (92/167) Installing libflac (1.4.3-r1) [2024-05-30T00:09:09.582Z] (93/167) Installing alsa-lib (1.2.11-r0) [2024-05-30T00:09:09.841Z] (94/167) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-30T00:09:10.410Z] (95/167) Installing aom-libs (3.9.0-r0) [2024-05-30T00:09:10.979Z] (96/167) Installing libva (2.21.0-r0) [2024-05-30T00:09:11.238Z] (97/167) Installing libvdpau (1.5-r3) [2024-05-30T00:09:11.498Z] (98/167) Installing onevpl-libs (2023.3.1-r2) [2024-05-30T00:09:12.067Z] (99/167) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-30T00:09:12.328Z] (100/167) Installing libdav1d (1.4.2-r0) [2024-05-30T00:09:12.897Z] (101/167) Installing openexr-libiex (3.1.13-r1) [2024-05-30T00:09:13.158Z] (102/167) Installing openexr-libilmthread (3.1.13-r1) [2024-05-30T00:09:13.416Z] (103/167) Installing imath (3.1.11-r2) [2024-05-30T00:09:13.983Z] (104/167) Installing openexr-libopenexr (3.1.13-r1) [2024-05-30T00:09:14.241Z] (105/167) Installing giflib (5.2.2-r0) [2024-05-30T00:09:14.809Z] (106/167) Installing libhwy (1.0.7-r0) [2024-05-30T00:09:14.809Z] (107/167) Installing lcms2 (2.16-r0) [2024-05-30T00:09:15.377Z] (108/167) Installing libjxl (0.10.2-r0) [2024-05-30T00:09:15.946Z] (109/167) Installing lame-libs (3.100-r5) [2024-05-30T00:09:16.205Z] (110/167) Installing opus (1.5.2-r0) [2024-05-30T00:09:16.465Z] (111/167) Installing rav1e-libs (0.7.1-r0) [2024-05-30T00:09:17.034Z] (112/167) Installing libgomp (13.2.1_git20240309-r0) [2024-05-30T00:09:17.293Z] (113/167) Installing soxr (0.1.3-r7) [2024-05-30T00:09:17.867Z] (114/167) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-30T00:09:18.127Z] (115/167) Installing libtheora (1.1.1-r18) [2024-05-30T00:09:18.696Z] (116/167) Installing libvorbis (1.3.7-r2) [2024-05-30T00:09:18.958Z] (117/167) Installing libvpx (1.14.0-r0) [2024-05-30T00:09:19.531Z] (118/167) Installing libwebpmux (1.3.2-r0) [2024-05-30T00:09:19.792Z] (119/167) Installing x264-libs (0.164_git20231001-r0) [2024-05-30T00:09:20.363Z] (120/167) Installing numactl (2.0.18-r0) [2024-05-30T00:09:20.628Z] (121/167) Installing x265-libs (3.6-r0) [2024-05-30T00:09:21.206Z] (122/167) Installing xvidcore (1.3.7-r2) [2024-05-30T00:09:21.467Z] (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-30T00:09:22.038Z] (124/167) Installing libbluray (1.3.4-r1) [2024-05-30T00:09:22.607Z] (125/167) Installing mpg123-libs (1.32.6-r0) [2024-05-30T00:09:22.867Z] (126/167) Installing libopenmpt (0.7.7-r0) [2024-05-30T00:09:23.438Z] (127/167) Installing cjson (1.7.18-r0) [2024-05-30T00:09:23.698Z] (128/167) Installing mbedtls (3.6.0-r0) [2024-05-30T00:09:23.957Z] (129/167) Installing librist (0.2.10-r1) [2024-05-30T00:09:24.527Z] (130/167) Installing libsrt (1.5.3-r0) [2024-05-30T00:09:24.786Z] (131/167) Installing libssh (0.10.6-r0) [2024-05-30T00:09:25.046Z] (132/167) Installing libsodium (1.0.19-r0) [2024-05-30T00:09:25.616Z] (133/167) Installing libzmq (4.3.5-r2) [2024-05-30T00:09:25.875Z] (134/167) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-30T00:09:26.445Z] (135/167) Installing crc32c (1.1.2-r0) [2024-05-30T00:09:26.704Z] (136/167) Installing double-conversion (3.3.0-r0) [2024-05-30T00:09:26.964Z] (137/167) Installing libevent (2.1.12-r7) [2024-05-30T00:09:27.533Z] (138/167) Installing wayland-libs-server (1.22.0-r4) [2024-05-30T00:09:27.793Z] (139/167) Installing mesa-gbm (24.0.8-r1) [2024-05-30T00:09:28.052Z] (140/167) Installing harfbuzz-subset (8.5.0-r0) [2024-05-30T00:09:28.619Z] (141/167) Installing icu-libs (74.2-r0) [2024-05-30T00:09:29.189Z] (142/167) Installing minizip (1.3.1-r0) [2024-05-30T00:09:29.449Z] (143/167) Installing nspr (4.35-r4) [2024-05-30T00:09:29.708Z] (144/167) Installing sqlite-libs (3.45.3-r1) [2024-05-30T00:09:30.276Z] (145/167) Installing nss (3.100-r0) [2024-05-30T00:09:30.842Z] (146/167) Installing openh264 (2.4.1-r0) [2024-05-30T00:09:31.102Z] (147/167) Installing libcamera-ipa (0.3.0-r0) [2024-05-30T00:09:31.671Z] (148/167) Installing libunwind (1.8.1-r0) [2024-05-30T00:09:31.929Z] (149/167) Installing yaml (0.2.5-r2) [2024-05-30T00:09:32.188Z] (150/167) Installing libcamera (0.3.0-r0) [2024-05-30T00:09:32.754Z] (151/167) Installing speexdsp (1.2.1-r2) [2024-05-30T00:09:33.014Z] (152/167) Installing libuv (1.48.0-r0) [2024-05-30T00:09:33.273Z] (153/167) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-30T00:09:33.841Z] (154/167) Installing libsndfile (1.2.2-r0) [2024-05-30T00:09:34.101Z] (155/167) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-30T00:09:34.670Z] (156/167) Installing pipewire-libs (1.0.6-r1) [2024-05-30T00:09:35.238Z] (157/167) Installing libasyncns (0.8-r3) [2024-05-30T00:09:35.496Z] (158/167) Installing libltdl (2.4.7-r3) [2024-05-30T00:09:35.756Z] (159/167) Installing orc (0.4.37-r0) [2024-05-30T00:09:36.016Z] (160/167) Installing tdb-libs (1.4.9-r1) [2024-05-30T00:09:36.274Z] (161/167) Installing libpulse (17.0-r0) [2024-05-30T00:09:36.850Z] (162/167) Installing libwebpdemux (1.3.2-r0) [2024-05-30T00:09:37.115Z] (163/167) Installing libgpg-error (1.49-r0) [2024-05-30T00:09:37.375Z] (164/167) Installing libgcrypt (1.10.3-r0) [2024-05-30T00:09:37.943Z] (165/167) Installing libxslt (1.1.39-r1) [2024-05-30T00:09:38.203Z] (166/167) Installing chromium (125.0.6422.112-r0) [2024-05-30T00:09:53.091Z] (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-30T00:09:53.091Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:09:53.091Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-30T00:09:53.091Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-30T00:09:53.091Z] Executing glib-2.80.2-r0.trigger [2024-05-30T00:09:53.350Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-30T00:09:53.611Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-30T00:09:53.611Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-30T00:09:53.611Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-30T00:09:53.611Z] OK: 657 MiB in 195 packages [2024-05-30T00:09:53.611Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:09:54.182Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:09:54.752Z] (1/30) Installing jansson (2.14-r4) [2024-05-30T00:09:55.322Z] (2/30) Installing binutils (2.42-r0) [2024-05-30T00:09:55.889Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-30T00:09:55.889Z] (4/30) Installing isl26 (0.26-r1) [2024-05-30T00:09:56.457Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-30T00:09:57.023Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-30T00:09:57.281Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-30T00:09:58.659Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-30T00:09:59.228Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-30T00:09:59.799Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-30T00:10:00.065Z] (11/30) Installing libpq (16.3-r0) [2024-05-30T00:10:00.324Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-30T00:10:00.893Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-30T00:10:01.473Z] (14/30) Installing libecpg (16.3-r0) [2024-05-30T00:10:01.734Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-30T00:10:01.994Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-30T00:10:02.568Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-30T00:10:12.552Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-30T00:10:12.552Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-30T00:10:12.552Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-30T00:10:13.123Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-30T00:10:13.382Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-30T00:10:13.552Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1122 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout [2024-05-30T00:10:13.685Z] Selected Git installation does not exist. Using Default [2024-05-30T00:10:13.685Z] The recommended git tool is: NONE [2024-05-30T00:10:13.949Z] (23/30) Installing icu (74.2-r0) [2024-05-30T00:10:14.206Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-30T00:10:14.773Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-30T00:10:16.155Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-30T00:10:16.414Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-30T00:10:16.672Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-30T00:10:17.239Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-30T00:10:17.497Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-30T00:10:18.063Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:10:18.064Z] OK: 1193 MiB in 225 packages [2024-05-30T00:10:18.064Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:18.630Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:19.196Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-30T00:10:20.132Z] (2/14) Installing gdbm (1.23-r1) [2024-05-30T00:10:20.391Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-30T00:10:20.652Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-30T00:10:20.910Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-30T00:10:21.477Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-30T00:10:21.736Z] (7/14) Installing readline (8.2.10-r0) [2024-05-30T00:10:21.965Z] using credential edgex-jenkins-ssh [2024-05-30T00:10:21.993Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-30T00:10:21.994Z] Cloning the remote Git repository [2024-05-30T00:10:22.930Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-30T00:10:22.056Z] Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-30T00:10:22.146Z] > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 [2024-05-30T00:10:22.363Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git [2024-05-30T00:10:22.365Z] > git --version # timeout=10 [2024-05-30T00:10:22.397Z] > git --version # 'git version 2.25.1' [2024-05-30T00:10:22.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-30T00:10:22.577Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-30T00:10:23.497Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-30T00:10:23.497Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-30T00:10:23.755Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-30T00:10:24.340Z] Avoid second fetch [2024-05-30T00:10:24.341Z] Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) [2024-05-30T00:10:23.183Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 [2024-05-30T00:10:23.227Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-30T00:10:24.362Z] > git config core.sparsecheckout # timeout=10 [2024-05-30T00:10:25.130Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-30T00:10:25.258Z] Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" [2024-05-30T00:10:25.388Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-30T00:10:25.645Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:10:25.645Z] OK: 1359 MiB in 239 packages [2024-05-30T00:10:24.444Z] > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [2024-05-30T00:10:25.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:26.162Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:27.102Z] OK: 1359 MiB in 239 packages [2024-05-30T00:10:27.102Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:27.360Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-05-30T00:10:28.297Z] (1/1) Installing tzdata (2024a-r1) [2024-05-30T00:10:28.555Z] OK: 1361 MiB in 240 packages [2024-05-30T00:10:28.814Z] (1/1) Purging tzdata (2024a-r1) [2024-05-30T00:10:28.814Z] OK: 1359 MiB in 239 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-30T00:10:30.147Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-30T00:10:30.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-30T00:10:30.147Z] Dload Upload Total Spent Left Speed [2024-05-30T00:10:30.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 167k 0 --:--:-- --:--:-- --:--:-- 167k [Pipeline] sh [2024-05-30T00:10:30.494Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-30T00:10:30.813Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-30T00:10:30.813Z] + sudo tee /etc/docker/daemon.new [2024-05-30T00:10:30.813Z] { [2024-05-30T00:10:30.813Z] "registry-mirrors": [ [2024-05-30T00:10:30.813Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-30T00:10:30.813Z] ], [2024-05-30T00:10:30.813Z] "bip": "10.250.0.254/24", [2024-05-30T00:10:30.813Z] "hosts": [ [2024-05-30T00:10:30.813Z] "tcp://0.0.0.0:5555", [2024-05-30T00:10:30.813Z] "unix:///var/run/docker.sock" [2024-05-30T00:10:30.813Z] ], [2024-05-30T00:10:30.813Z] "mtu": 1458, [2024-05-30T00:10:30.813Z] "selinux-enabled": true, [2024-05-30T00:10:30.813Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-30T00:10:30.813Z] } [Pipeline] sh [2024-05-30T00:10:31.136Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-30T00:10:31.346Z] Looking in links: /tmp/tmpvki3y81r [2024-05-30T00:10:31.347Z] Processing /tmp/tmpvki3y81r/pip-24.0-py3-none-any.whl [2024-05-30T00:10:31.347Z] Installing collected packages: pip [2024-05-30T00:10:31.462Z] + sudo service docker restart [2024-05-30T00:10:32.280Z] Successfully installed pip-24.0 [2024-05-30T00:10:32.281Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:10:32.845Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-30T00:10:33.102Z] Collecting setuptools [2024-05-30T00:10:33.102Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-30T00:10:33.102Z] Collecting wheel [2024-05-30T00:10:33.102Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-30T00:10:33.102Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-30T00:10:33.360Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 39.1 MB/s eta 0:00:00 [2024-05-30T00:10:33.360Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-30T00:10:33.360Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 197.1 MB/s eta 0:00:00 [2024-05-30T00:10:33.360Z] Installing collected packages: wheel, setuptools [2024-05-30T00:10:33.926Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-30T00:10:33.926Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:10:34.492Z] Processing ./edgex-taf-common [2024-05-30T00:10:34.492Z] Preparing metadata (setup.py): started [2024-05-30T00:10:34.751Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:34.751Z] Building wheels for collected packages: edgex-taf-common [2024-05-30T00:10:34.751Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-30T00:10:35.010Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-30T00:10:35.010Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=e80d7c9623d1989da609bedf56a740511e0389ee6b96e1ef0d21676e4b5b8f01 [2024-05-30T00:10:35.010Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-30T00:10:35.010Z] Successfully built edgex-taf-common [2024-05-30T00:10:35.010Z] Installing collected packages: edgex-taf-common [2024-05-30T00:10:35.010Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-30T00:10:35.010Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:10:35.577Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-30T00:10:35.577Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-30T00:10:35.835Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-30T00:10:35.835Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-30T00:10:35.835Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-30T00:10:35.835Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-30T00:10:35.835Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-30T00:10:35.835Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-30T00:10:36.092Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-30T00:10:36.092Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-30T00:10:36.092Z] Preparing metadata (setup.py): started [2024-05-30T00:10:36.092Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:36.350Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-30T00:10:36.350Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-30T00:10:36.350Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-30T00:10:36.350Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-30T00:10:36.350Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-30T00:10:36.350Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-30T00:10:36.350Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-30T00:10:36.350Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-30T00:10:36.350Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 11.9 MB/s eta 0:00:00 [2024-05-30T00:10:36.350Z] Preparing metadata (setup.py): started [2024-05-30T00:10:36.608Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:36.608Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-30T00:10:36.608Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-30T00:10:37.174Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-30T00:10:37.174Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) [2024-05-30T00:10:37.432Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 206.5 kB/s eta 0:00:00 [2024-05-30T00:10:37.432Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-30T00:10:37.432Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-30T00:10:37.689Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 15.5 MB/s eta 0:00:00 [2024-05-30T00:10:37.689Z] Installing build dependencies: started [2024-05-30T00:10:39.588Z] Installing build dependencies: finished with status 'done' [2024-05-30T00:10:39.588Z] Getting requirements to build wheel: started [2024-05-30T00:10:39.588Z] Getting requirements to build wheel: finished with status 'done' [2024-05-30T00:10:39.588Z] Preparing metadata (pyproject.toml): started [2024-05-30T00:10:39.846Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-30T00:10:39.846Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-30T00:10:39.846Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-30T00:10:40.103Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-30T00:10:40.103Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) [2024-05-30T00:10:40.103Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-30T00:10:40.103Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-30T00:10:40.103Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 8.8 MB/s eta 0:00:00 [2024-05-30T00:10:40.361Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-30T00:10:40.361Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-30T00:10:40.361Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 37.3 MB/s eta 0:00:00 [2024-05-30T00:10:40.361Z] Preparing metadata (setup.py): started [2024-05-30T00:10:40.619Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:40.619Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-30T00:10:40.619Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) [2024-05-30T00:10:40.878Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:40.878Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-30T00:10:40.878Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:40.878Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-30T00:10:40.878Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:40.878Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-30T00:10:40.878Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:40.878Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-30T00:10:40.878Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.6 MB/s eta 0:00:00 [2024-05-30T00:10:41.137Z] Preparing metadata (setup.py): started [2024-05-30T00:10:41.137Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:41.137Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.137Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-30T00:10:41.394Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.394Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-30T00:10:41.394Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.394Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-30T00:10:41.394Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.394Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-30T00:10:41.394Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.394Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-30T00:10:41.394Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:41.394Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-30T00:10:41.652Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:10:41.652Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) [2024-05-30T00:10:41.652Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:10:41.652Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-30T00:10:41.652Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:10:41.652Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-30T00:10:41.911Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:10:41.911Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-30T00:10:41.911Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-30T00:10:41.911Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-30T00:10:41.911Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-30T00:10:41.911Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-30T00:10:41.911Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:10:41.911Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-30T00:10:42.170Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:10:42.170Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-30T00:10:42.170Z] 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)) (70.0.0) [2024-05-30T00:10:42.170Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:10:42.170Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-30T00:10:42.170Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:10:42.170Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:10:42.170Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:42.170Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-30T00:10:42.170Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:42.170Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-30T00:10:42.429Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:42.429Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) [2024-05-30T00:10:42.687Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:42.687Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-30T00:10:42.687Z] Preparing metadata (setup.py): started [2024-05-30T00:10:42.946Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:42.946Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:42.946Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-30T00:10:42.946Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:42.946Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-30T00:10:42.946Z] Preparing metadata (setup.py): started [2024-05-30T00:10:43.205Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:10:43.205Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.205Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:10:43.205Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.205Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-30T00:10:43.205Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.205Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-30T00:10:43.463Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.463Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-30T00:10:43.463Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.463Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:10:43.463Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.463Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-30T00:10:43.721Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:10:43.721Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) [2024-05-30T00:10:43.978Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:43.978Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-30T00:10:43.978Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:43.978Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-30T00:10:43.978Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:43.978Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-30T00:10:43.978Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:10:43.978Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-30T00:10:43.978Z] 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)) [2024-05-30T00:10:43.978Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-30T00:10:44.237Z] 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)) [2024-05-30T00:10:44.237Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-30T00:10:44.237Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-30T00:10:44.237Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 24.1 MB/s eta 0:00:00 [2024-05-30T00:10:44.237Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-30T00:10:44.237Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-30T00:10:44.237Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-30T00:10:44.237Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 12.4 MB/s eta 0:00:00 [2024-05-30T00:10:44.237Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-30T00:10:44.237Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-30T00:10:44.237Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-30T00:10:44.237Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.8 MB/s eta 0:00:00 [2024-05-30T00:10:44.237Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-30T00:10:44.237Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 20.2 MB/s eta 0:00:00 [2024-05-30T00:10:44.237Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) [2024-05-30T00:10:44.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 57.9 MB/s eta 0:00:00 [2024-05-30T00:10:44.495Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-30T00:10:44.495Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 30.0 MB/s eta 0:00:00 [2024-05-30T00:10:44.495Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 41.6 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 9.3 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 47.2 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 23.1 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 19.8 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.6 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 8.3 MB/s eta 0:00:00 [2024-05-30T00:10:44.753Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-30T00:10:44.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 31.0 MB/s eta 0:00:00 [2024-05-30T00:10:44.754Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 18.6 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-30T00:10:45.013Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 90.9 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 18.5 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 8.2 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 46.0 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-30T00:10:45.013Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-30T00:10:45.013Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-30T00:10:45.013Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 11.2 MB/s eta 0:00:00 [2024-05-30T00:10:45.013Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 29.9 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 41.5 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-30T00:10:45.272Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 8.5 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.0 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-30T00:10:45.272Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-30T00:10:45.272Z] Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 54.9 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-30T00:10:45.272Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-30T00:10:45.272Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 28.7 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-30T00:10:45.272Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-30T00:10:45.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 16.2 MB/s eta 0:00:00 [2024-05-30T00:10:45.272Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-30T00:10:45.272Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-30T00:10:45.531Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-30T00:10:45.531Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.8 MB/s eta 0:00:00 [2024-05-30T00:10:45.531Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-30T00:10:45.531Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-30T00:10:45.531Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-30T00:10:45.531Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-30T00:10:45.531Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-30T00:10:45.531Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-30T00:10:45.531Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.5 MB/s eta 0:00:00 [2024-05-30T00:10:45.531Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email [2024-05-30T00:10:45.531Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-30T00:10:45.790Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-30T00:10:45.790Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=37a332e00746d6262ae6afbe92156fc4835e14bc5237b9c871d7b57087d3ace4 [2024-05-30T00:10:45.790Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-30T00:10:45.790Z] Building wheel for paho-mqtt (setup.py): started [2024-05-30T00:10:46.050Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-30T00:10:46.050Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=54380d9c7f0ab668e7a6998ceffdfea6026523083b5ce9837a3be971b575ace3 [2024-05-30T00:10:46.050Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-30T00:10:46.050Z] Building wheel for psutil (pyproject.toml): started [2024-05-30T00:10:47.425Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-30T00:10:47.425Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281483 sha256=73dfa4ad2d98bf9793f470af084846250128d52173fed75740452d239337502b [2024-05-30T00:10:47.425Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-30T00:10:47.425Z] Building wheel for psycopg2 (setup.py): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-30T00:10:49.712Z] provisioning config files... [2024-05-30T00:10:49.736Z] copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16600563223067161927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:10:50.177Z] ---> ****-login.sh [2024-05-30T00:10:50.177Z] nexus3.edgexfoundry.org:10001 [2024-05-30T00:10:50.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:10:50.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:10:50.729Z] Configure a credential helper to remove this warning. See [2024-05-30T00:10:50.729Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:10:50.729Z] [2024-05-30T00:10:50.729Z] Login Succeeded [2024-05-30T00:10:50.729Z] nexus3.edgexfoundry.org:10002 [2024-05-30T00:10:51.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:10:51.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:10:51.270Z] Configure a credential helper to remove this warning. See [2024-05-30T00:10:51.270Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:10:51.270Z] [2024-05-30T00:10:51.270Z] Login Succeeded [2024-05-30T00:10:51.270Z] nexus3.edgexfoundry.org:10003 [2024-05-30T00:10:51.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:10:51.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:10:51.540Z] Configure a credential helper to remove this warning. See [2024-05-30T00:10:51.540Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:10:51.540Z] [2024-05-30T00:10:51.540Z] Login Succeeded [2024-05-30T00:10:51.540Z] nexus3.edgexfoundry.org:10004 [2024-05-30T00:10:51.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:10:51.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:10:51.810Z] Configure a credential helper to remove this warning. See [2024-05-30T00:10:51.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:10:51.810Z] [2024-05-30T00:10:51.810Z] Login Succeeded [2024-05-30T00:10:51.810Z] ****.io [2024-05-30T00:10:52.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-30T00:10:52.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-30T00:10:52.346Z] Configure a credential helper to remove this warning. See [2024-05-30T00:10:52.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-30T00:10:52.346Z] [2024-05-30T00:10:52.346Z] Login Succeeded [2024-05-30T00:10:52.346Z] ---> ****-login.sh ends [Pipeline] } [2024-05-30T00:10:52.361Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2024-05-30T00:10:57.397Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-30T00:10:57.398Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521875 sha256=ef2c4534ccbb0cdeb072541dfd939e859ba78b83e5f3d4a3112f65800775a2e6 [2024-05-30T00:10:57.398Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-30T00:10:57.398Z] Building wheel for flex (setup.py): started [2024-05-30T00:10:57.398Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-30T00:10:57.398Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=ab8760dd94c55a2a4ac078e27d84c6f87d9e0b54cf43ce1157d376efbe39a43d [2024-05-30T00:10:57.398Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-30T00:10:57.398Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-30T00:10:57.398Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-30T00:10:57.398Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=e2b30d3e9e046e04c5f1d0b38fe34160c6ea7102339504bca38cbbc83be7c09e [2024-05-30T00:10:57.398Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-30T00:10:57.398Z] Building wheel for validate-email (setup.py): started [2024-05-30T00:10:57.398Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-30T00:10:57.398Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=7884d748e2093666ef6a66dccd61e00ca9c2ee3dee78ba9f68aa7acd92a5e3ad [2024-05-30T00:10:57.398Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-30T00:10:57.398Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email [2024-05-30T00:10:57.398Z] 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, packaging, 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 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-30T00:11:01.799Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-30T00:11:02.132Z] + ls -al . [2024-05-30T00:11:02.133Z] total 68 [2024-05-30T00:11:02.133Z] drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:10 . [2024-05-30T00:11:02.133Z] drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:10 .. [2024-05-30T00:11:02.133Z] drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:10 .git [2024-05-30T00:11:02.133Z] drwxrwxr-x 2 jenkins jenkins 4096 May 30 00:10 .github [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 22 May 30 00:10 .gitignore [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 1619 May 30 00:10 Dockerfile [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 746 May 30 00:10 Jenkinsfile [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 11381 May 30 00:10 LICENSE [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 3606 May 30 00:10 README.md [2024-05-30T00:11:02.133Z] drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:10 TAF-Manager [2024-05-30T00:11:02.133Z] drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:10 TUC [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 12 May 30 00:08 VERSION [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 343 May 30 00:10 requirements.txt [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 54 May 30 00:10 robot-entrypoint.sh [2024-05-30T00:11:02.133Z] -rw-rw-r-- 1 jenkins jenkins 445 May 30 00:10 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:11:02.490Z] + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 --label arch=arm64 --label version=0.0.2-dev.42 . [2024-05-30T00:11:02.760Z] Sending build context to Docker daemon 363kB [2024-05-30T00:11:02.760Z] Step 1/13 : FROM alpine:3.20 [2024-05-30T00:11:03.721Z] 3.20: Pulling from library/alpine [2024-05-30T00:11:03.721Z] 94747bd81234: Pulling fs layer [2024-05-30T00:11:03.989Z] 94747bd81234: Verifying Checksum [2024-05-30T00:11:03.989Z] 94747bd81234: Download complete [2024-05-30T00:11:04.573Z] 94747bd81234: Pull complete [2024-05-30T00:11:04.573Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd [2024-05-30T00:11:04.573Z] Status: Downloaded newer image for alpine:3.20 [2024-05-30T00:11:04.573Z] ---> 442043f030d3 [2024-05-30T00:11:04.573Z] Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' [2024-05-30T00:11:04.839Z] ---> Running in edf6113e8626 [2024-05-30T00:11:05.106Z] Removing intermediate container edf6113e8626 [2024-05-30T00:11:05.106Z] ---> 3df2240d81a5 [2024-05-30T00:11:05.106Z] Step 3/13 : LABEL maintainer="Bruce Huang " [2024-05-30T00:11:05.106Z] ---> Running in b497441f277c [2024-05-30T00:11:05.374Z] Removing intermediate container b497441f277c [2024-05-30T00:11:05.374Z] ---> 29f300fd19c9 [2024-05-30T00:11:05.374Z] Step 4/13 : COPY . /edgex-taf/edgex-taf-common [2024-05-30T00:11:05.956Z] ---> 96a7a3405f8a [2024-05-30T00:11:05.956Z] Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ [2024-05-30T00:11:06.542Z] ---> acdf5d5b03ba [2024-05-30T00:11:06.542Z] Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt [2024-05-30T00:11:07.127Z] ---> 641c171c2d90 [2024-05-30T00:11:07.127Z] Step 7/13 : WORKDIR /edgex-taf [2024-05-30T00:11:07.127Z] ---> Running in a7b460205c86 [2024-05-30T00:11:07.396Z] Removing intermediate container a7b460205c86 [2024-05-30T00:11:07.396Z] ---> 6dedf2de0b3d [2024-05-30T00:11:07.396Z] Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-05-30T00:11:07.512Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-30T00:11:07.512Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:11:07.667Z] ---> Running in bdfe539e6dbf [2024-05-30T00:11:09.616Z] Removing intermediate container bdfe539e6dbf [2024-05-30T00:11:09.616Z] ---> 07f0c123e5b5 [2024-05-30T00:11:09.617Z] 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 --upgrade pip setuptools wheel && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && pip3 install ./edgex-taf-common && pip3 install -r requirements.txt [2024-05-30T00:11:09.617Z] ---> Running in a6136f0cddc7 [2024-05-30T00:11:10.200Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:11.168Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:12.594Z] OK: 9 MiB in 14 packages [2024-05-30T00:11:12.860Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:13.441Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:15.382Z] (1/14) Installing ca-certificates (20240226-r0) [2024-05-30T00:11:15.647Z] (2/14) Installing brotli-libs (1.1.0-r2) [2024-05-30T00:11:15.912Z] (3/14) Installing c-ares (1.28.1-r0) [2024-05-30T00:11:16.492Z] (4/14) Installing libunistring (1.2-r0) [2024-05-30T00:11:17.074Z] (5/14) Installing libidn2 (2.3.7-r0) [2024-05-30T00:11:17.340Z] (6/14) Installing nghttp2-libs (1.62.0-r0) [2024-05-30T00:11:17.605Z] (7/14) Installing libpsl (0.21.5-r1) [2024-05-30T00:11:18.186Z] (8/14) Installing zstd-libs (1.5.6-r0) [2024-05-30T00:11:18.451Z] (9/14) Installing libcurl (8.7.1-r0) [2024-05-30T00:11:19.031Z] (10/14) Installing curl (8.7.1-r0) [2024-05-30T00:11:19.612Z] (11/14) Installing docker-cli (26.1.3-r0) [2024-05-30T00:11:21.019Z] (12/14) Installing oniguruma (6.9.9-r0) [2024-05-30T00:11:21.285Z] (13/14) Installing jq (1.7.1-r0) [2024-05-30T00:11:21.867Z] (14/14) Installing openssl (3.3.0-r2) [2024-05-30T00:11:22.450Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:11:22.450Z] Executing ca-certificates-20240226-r0.trigger [2024-05-30T00:11:22.450Z] OK: 43 MiB in 28 packages [2024-05-30T00:11:22.716Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:23.296Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:11:25.258Z] (1/166) Installing libexpat (2.6.2-r0) [2024-05-30T00:11:25.258Z] (2/166) Installing libbz2 (1.0.8-r6) [2024-05-30T00:11:25.842Z] (3/166) Installing libpng (1.6.43-r0) [2024-05-30T00:11:26.110Z] (4/166) Installing freetype (2.13.2-r0) [2024-05-30T00:11:26.695Z] (5/166) Installing fontconfig (2.15.0-r1) [2024-05-30T00:11:26.960Z] (6/166) Installing libfontenc (1.1.8-r0) [2024-05-30T00:11:27.226Z] (7/166) Installing mkfontscale (1.2.2-r6) [2024-05-30T00:11:27.805Z] (8/166) Installing font-opensans (0_git20210927-r1) [2024-05-30T00:11:28.385Z] (9/166) Installing pkgconf (2.2.0-r0) [2024-05-30T00:11:28.650Z] (10/166) Installing libgcc (13.2.1_git20240309-r0) [2024-05-30T00:11:28.915Z] (11/166) Installing libffi (3.4.6-r0) [2024-05-30T00:11:29.494Z] (12/166) Installing libintl (0.22.5-r0) [2024-05-30T00:11:29.760Z] (13/166) Installing libeconf (0.6.3-r0) [2024-05-30T00:11:30.025Z] (14/166) Installing libblkid (2.40.1-r1) [2024-05-30T00:11:30.610Z] (15/166) Installing libmount (2.40.1-r1) [2024-05-30T00:11:30.877Z] (16/166) Installing pcre2 (10.43-r0) [2024-05-30T00:11:31.456Z] (17/166) Installing glib (2.80.2-r0) [2024-05-30T00:11:32.037Z] (18/166) Installing libstdc++ (13.2.1_git20240309-r0) [2024-05-30T00:11:32.615Z] (19/166) Installing xz-libs (5.6.1-r3) [2024-05-30T00:11:33.193Z] (20/166) Installing libxml2 (2.12.7-r0) [2024-05-30T00:11:33.772Z] (21/166) Installing shared-mime-info (2.4-r0) [2024-05-30T00:11:34.038Z] (22/166) Installing hicolor-icon-theme (0.17-r2) [2024-05-30T00:11:34.163Z] Removing intermediate container 828a86b85899 [2024-05-30T00:11:34.163Z] ---> cce3a4b213a8 [2024-05-30T00:11:34.163Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-30T00:11:34.163Z] ---> Running in 633528a63c92 [2024-05-30T00:11:34.163Z] Removing intermediate container 633528a63c92 [2024-05-30T00:11:34.163Z] ---> 57bad83424ef [2024-05-30T00:11:34.163Z] Step 11/13 : LABEL arch=amd64 [2024-05-30T00:11:34.163Z] ---> Running in be2adfb169c3 [2024-05-30T00:11:34.163Z] Removing intermediate container be2adfb169c3 [2024-05-30T00:11:34.163Z] ---> 5f878207575c [2024-05-30T00:11:34.163Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:11:34.163Z] ---> Running in aee5d4866d49 [2024-05-30T00:11:34.163Z] Removing intermediate container aee5d4866d49 [2024-05-30T00:11:34.163Z] ---> bdec0aa0632b [2024-05-30T00:11:34.163Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-30T00:11:34.163Z] ---> Running in 50e9c4c434a1 [2024-05-30T00:11:34.163Z] Removing intermediate container 50e9c4c434a1 [2024-05-30T00:11:34.163Z] ---> 0f347da9f934 [2024-05-30T00:11:34.163Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-30T00:11:34.163Z] Successfully built 0f347da9f934 [2024-05-30T00:11:34.163Z] Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2024-05-30T00:11:34.301Z] [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: [2024-05-30T00:11:34.301Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:11:34.301Z] latest [2024-05-30T00:11:34.301Z] 0.0.2-dev.42 [2024-05-30T00:11:34.301Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:11:34.301Z] main [2024-05-30T00:11:34.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:11:34.617Z] (23/166) Installing libjpeg-turbo (3.0.3-r0) [2024-05-30T00:11:34.631Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:11:34.882Z] (24/166) Installing libsharpyuv (1.3.2-r0) [2024-05-30T00:11:34.956Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:11:34.956Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-30T00:11:34.956Z] 4e2df46b7956: Preparing [2024-05-30T00:11:34.956Z] 3c39049e07a1: Preparing [2024-05-30T00:11:34.956Z] 3f88166cbdaa: Preparing [2024-05-30T00:11:34.956Z] 76ec25976e9b: Preparing [2024-05-30T00:11:34.956Z] 9f399c2f7351: Preparing [2024-05-30T00:11:34.956Z] 02f2bcb26af5: Preparing [2024-05-30T00:11:34.956Z] 02f2bcb26af5: Waiting [2024-05-30T00:11:34.956Z] 3f88166cbdaa: Pushed [2024-05-30T00:11:34.956Z] 02f2bcb26af5: Layer already exists [2024-05-30T00:11:34.956Z] 3c39049e07a1: Pushed [2024-05-30T00:11:34.956Z] 76ec25976e9b: Pushed [2024-05-30T00:11:34.956Z] 9f399c2f7351: Pushed [2024-05-30T00:11:35.147Z] (25/166) Installing libwebp (1.3.2-r0) [2024-05-30T00:11:35.728Z] (26/166) Installing tiff (4.6.0t-r0) [2024-05-30T00:11:35.992Z] (27/166) Installing gdk-pixbuf (2.42.11-r1) [2024-05-30T00:11:36.573Z] (28/166) Installing gtk-update-icon-cache (3.24.42-r0) [2024-05-30T00:11:36.838Z] (29/166) Installing libxau (1.0.11-r4) [2024-05-30T00:11:37.105Z] (30/166) Installing libmd (1.1.0-r0) [2024-05-30T00:11:37.694Z] (31/166) Installing libbsd (0.12.2-r0) [2024-05-30T00:11:37.960Z] (32/166) Installing libxdmcp (1.1.5-r1) [2024-05-30T00:11:38.226Z] (33/166) Installing libxcb (1.16.1-r0) [2024-05-30T00:11:38.501Z] (34/166) Installing libx11 (1.8.9-r1) [2024-05-30T00:11:39.455Z] (35/166) Installing libxcomposite (0.4.6-r5) [2024-05-30T00:11:39.455Z] (36/166) Installing libxfixes (6.0.1-r4) [2024-05-30T00:11:39.727Z] (37/166) Installing libxrender (0.9.11-r5) [2024-05-30T00:11:39.993Z] (38/166) Installing libxcursor (1.2.2-r1) [2024-05-30T00:11:40.572Z] (39/166) Installing libxdamage (1.1.6-r5) [2024-05-30T00:11:40.837Z] (40/166) Installing libxext (1.3.6-r2) [2024-05-30T00:11:41.102Z] (41/166) Installing libxi (1.8.1-r4) [2024-05-30T00:11:41.367Z] (42/166) Installing libxinerama (1.1.5-r4) [2024-05-30T00:11:41.632Z] (43/166) Installing libxrandr (1.5.4-r1) [2024-05-30T00:11:41.898Z] (44/166) Installing libatk-1.0 (2.52.0-r0) [2024-05-30T00:11:42.481Z] (45/166) Installing libxtst (1.2.4-r6) [2024-05-30T00:11:42.747Z] (46/166) Installing dbus-libs (1.14.10-r1) [2024-05-30T00:11:43.013Z] (47/166) Installing at-spi2-core (2.52.0-r0) [2024-05-30T00:11:43.602Z] (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) [2024-05-30T00:11:43.871Z] (49/166) Installing pixman (0.43.2-r0) [2024-05-30T00:11:44.452Z] (50/166) Installing cairo (1.18.0-r0) [2024-05-30T00:11:44.720Z] (51/166) Installing cairo-gobject (1.18.0-r0) [2024-05-30T00:11:45.303Z] (52/166) Installing avahi-libs (0.8-r17) [2024-05-30T00:11:45.569Z] (53/166) Installing gmp (6.3.0-r1) [2024-05-30T00:11:46.153Z] (54/166) Installing nettle (3.9.1-r0) [2024-05-30T00:11:46.420Z] (55/166) Installing libtasn1 (4.19.0-r2) [2024-05-30T00:11:46.687Z] (56/166) Installing p11-kit (0.25.3-r0) [2024-05-30T00:11:47.270Z] (57/166) Installing gnutls (3.8.5-r0) [2024-05-30T00:11:47.855Z] (58/166) Installing cups-libs (2.4.8-r0) [2024-05-30T00:11:48.122Z] (59/166) Installing libepoxy (1.5.10-r1) [2024-05-30T00:11:48.705Z] (60/166) Installing fribidi (1.0.14-r0) [2024-05-30T00:11:49.289Z] (61/166) Installing graphite2 (1.3.14-r6) [2024-05-30T00:11:49.560Z] (62/166) Installing harfbuzz (8.5.0-r0) [2024-05-30T00:11:50.145Z] (63/166) Installing libxft (2.3.8-r3) [2024-05-30T00:11:50.413Z] (64/166) Installing pango (1.52.2-r0) [2024-05-30T00:11:50.678Z] (65/166) Installing wayland-libs-client (1.22.0-r4) [2024-05-30T00:11:51.262Z] (66/166) Installing wayland-libs-cursor (1.22.0-r4) [2024-05-30T00:11:51.530Z] (67/166) Installing wayland-libs-egl (1.22.0-r4) [2024-05-30T00:11:51.797Z] (68/166) Installing xkeyboard-config (2.41-r0) [2024-05-30T00:11:52.382Z] (69/166) Installing libxkbcommon (1.7.0-r0) [2024-05-30T00:11:52.650Z] (70/166) Installing gtk+3.0 (3.24.42-r0) [2024-05-30T00:11:53.609Z] (71/166) Installing icu-data-full (74.2-r0) [2024-05-30T00:11:54.573Z] (72/166) Installing mesa (24.0.8-r1) [2024-05-30T00:11:54.839Z] (73/166) Installing llvm17-libs (17.0.6-r1) [2024-05-30T00:11:58.185Z] (74/166) Installing hwdata-pci (0.382-r0) [2024-05-30T00:11:58.451Z] (75/166) Installing libpciaccess (0.18.1-r0) [2024-05-30T00:11:59.033Z] (76/166) Installing libdrm (2.4.120-r0) [2024-05-30T00:11:59.299Z] (77/166) Installing libelf (0.191-r0) [2024-05-30T00:11:59.567Z] (78/166) Installing mesa-glapi (24.0.8-r1) [2024-05-30T00:12:00.149Z] (79/166) Installing mesa-dri-gallium (24.0.8-r1) [2024-05-30T00:12:01.106Z] (80/166) Installing eudev-libs (3.2.14-r2) [2024-05-30T00:12:01.373Z] (81/166) Installing libmagic (5.45-r1) [2024-05-30T00:12:01.958Z] (82/166) Installing file (5.45-r1) [2024-05-30T00:12:02.226Z] (83/166) Installing xprop (1.2.7-r0) [2024-05-30T00:12:02.810Z] (84/166) Installing libice (1.1.1-r6) [2024-05-30T00:12:03.076Z] (85/166) Installing libuuid (2.40.1-r1) [2024-05-30T00:12:03.343Z] (86/166) Installing libsm (1.2.4-r4) [2024-05-30T00:12:03.609Z] (87/166) Installing libxt (1.3.0-r5) [2024-05-30T00:12:04.192Z] (88/166) Installing libxmu (1.1.4-r2) [2024-05-30T00:12:04.460Z] (89/166) Installing xset (1.2.5-r1) [2024-05-30T00:12:04.726Z] (90/166) Installing xdg-utils (1.2.1-r0) [2024-05-30T00:12:05.309Z] (91/166) Installing libogg (1.3.5-r5) [2024-05-30T00:12:05.577Z] (92/166) Installing libflac (1.4.3-r1) [2024-05-30T00:12:06.160Z] (93/166) Installing alsa-lib (1.2.11-r0) [2024-05-30T00:12:06.427Z] (94/166) Installing libSvtAv1Enc (2.0.0-r1) [2024-05-30T00:12:07.387Z] (95/166) Installing aom-libs (3.9.0-r0) [2024-05-30T00:12:07.971Z] (96/166) Installing libva (2.21.0-r0) [2024-05-30T00:12:08.237Z] (97/166) Installing libvdpau (1.5-r3) [2024-05-30T00:12:08.502Z] (98/166) Installing ffmpeg-libavutil (6.1.1-r7) [2024-05-30T00:12:09.086Z] (99/166) Installing libdav1d (1.4.2-r0) [2024-05-30T00:12:09.670Z] (100/166) Installing openexr-libiex (3.1.13-r1) [2024-05-30T00:12:09.936Z] (101/166) Installing openexr-libilmthread (3.1.13-r1) [2024-05-30T00:12:10.202Z] (102/166) Installing imath (3.1.11-r2) [2024-05-30T00:12:10.788Z] (103/166) Installing openexr-libopenexr (3.1.13-r1) [2024-05-30T00:12:11.371Z] (104/166) Installing giflib (5.2.2-r0) [2024-05-30T00:12:11.638Z] (105/166) Installing libhwy (1.0.7-r0) [2024-05-30T00:12:11.904Z] (106/166) Installing lcms2 (2.16-r0) [2024-05-30T00:12:12.491Z] (107/166) Installing libjxl (0.10.2-r0) [2024-05-30T00:12:13.074Z] (108/166) Installing lame-libs (3.100-r5) [2024-05-30T00:12:13.340Z] (109/166) Installing opus (1.5.2-r0) [2024-05-30T00:12:13.932Z] (110/166) Installing rav1e-libs (0.7.1-r0) [2024-05-30T00:12:14.200Z] (111/166) Installing libgomp (13.2.1_git20240309-r0) [2024-05-30T00:12:14.782Z] (112/166) Installing soxr (0.1.3-r7) [2024-05-30T00:12:15.048Z] (113/166) Installing ffmpeg-libswresample (6.1.1-r7) [2024-05-30T00:12:15.631Z] (114/166) Installing libtheora (1.1.1-r18) [2024-05-30T00:12:15.897Z] (115/166) Installing libvorbis (1.3.7-r2) [2024-05-30T00:12:16.479Z] (116/166) Installing libvpx (1.14.0-r0) [2024-05-30T00:12:17.062Z] (117/166) Installing libwebpmux (1.3.2-r0) [2024-05-30T00:12:17.328Z] (118/166) Installing x264-libs (0.164_git20231001-r0) [2024-05-30T00:12:17.909Z] (119/166) Installing numactl (2.0.18-r0) [2024-05-30T00:12:18.175Z] (120/166) Installing x265-libs (3.6-r0) [2024-05-30T00:12:18.758Z] (121/166) Installing xvidcore (1.3.7-r2) [2024-05-30T00:12:19.339Z] (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) [2024-05-30T00:12:20.304Z] (123/166) Installing libbluray (1.3.4-r1) [2024-05-30T00:12:20.570Z] (124/166) Installing mpg123-libs (1.32.6-r0) [2024-05-30T00:12:20.836Z] (125/166) Installing libopenmpt (0.7.7-r0) [2024-05-30T00:12:21.419Z] (126/166) Installing cjson (1.7.18-r0) [2024-05-30T00:12:21.685Z] (127/166) Installing mbedtls (3.6.0-r0) [2024-05-30T00:12:22.267Z] (128/166) Installing librist (0.2.10-r1) [2024-05-30T00:12:22.534Z] (129/166) Installing libsrt (1.5.3-r0) [2024-05-30T00:12:23.117Z] (130/166) Installing libssh (0.10.6-r0) [2024-05-30T00:12:23.701Z] (131/166) Installing libsodium (1.0.19-r0) [2024-05-30T00:12:23.966Z] (132/166) Installing libzmq (4.3.5-r2) [2024-05-30T00:12:24.548Z] (133/166) Installing ffmpeg-libavformat (6.1.1-r7) [2024-05-30T00:12:25.128Z] (134/166) Installing crc32c (1.1.2-r0) [2024-05-30T00:12:25.394Z] (135/166) Installing double-conversion (3.3.0-r0) [2024-05-30T00:12:25.661Z] (136/166) Installing libevent (2.1.12-r7) [2024-05-30T00:12:26.243Z] (137/166) Installing wayland-libs-server (1.22.0-r4) [2024-05-30T00:12:26.585Z] (138/166) Installing mesa-gbm (24.0.8-r1) [2024-05-30T00:12:26.860Z] (139/166) Installing harfbuzz-subset (8.5.0-r0) [2024-05-30T00:12:27.450Z] (140/166) Installing icu-libs (74.2-r0) [2024-05-30T00:12:28.038Z] (141/166) Installing minizip (1.3.1-r0) [2024-05-30T00:12:28.309Z] (142/166) Installing nspr (4.35-r4) [2024-05-30T00:12:28.586Z] (143/166) Installing sqlite-libs (3.45.3-r1) [2024-05-30T00:12:29.188Z] (144/166) Installing nss (3.100-r0) [2024-05-30T00:12:29.784Z] (145/166) Installing openh264 (2.4.1-r0) [2024-05-30T00:12:30.379Z] (146/166) Installing libcamera-ipa (0.3.0-r0) [2024-05-30T00:12:30.960Z] (147/166) Installing libunwind (1.8.1-r0) [2024-05-30T00:12:31.227Z] (148/166) Installing yaml (0.2.5-r2) [2024-05-30T00:12:31.494Z] (149/166) Installing libcamera (0.3.0-r0) [2024-05-30T00:12:32.079Z] (150/166) Installing speexdsp (1.2.1-r2) [2024-05-30T00:12:32.663Z] (151/166) Installing libuv (1.48.0-r0) [2024-05-30T00:12:32.928Z] (152/166) Installing roc-toolkit-libs (0.3.0-r0) [2024-05-30T00:12:33.509Z] (153/166) Installing libsndfile (1.2.2-r0) [2024-05-30T00:12:33.776Z] (154/166) Installing webrtc-audio-processing-1 (1.3-r0) [2024-05-30T00:12:34.358Z] (155/166) Installing pipewire-libs (1.0.6-r1) [2024-05-30T00:12:34.940Z] (156/166) Installing libasyncns (0.8-r3) [2024-05-30T00:12:35.207Z] (157/166) Installing libltdl (2.4.7-r3) [2024-05-30T00:12:35.791Z] (158/166) Installing orc (0.4.37-r0) [2024-05-30T00:12:36.057Z] (159/166) Installing tdb-libs (1.4.9-r1) [2024-05-30T00:12:36.636Z] (160/166) Installing libpulse (17.0-r0) [2024-05-30T00:12:36.902Z] (161/166) Installing libwebpdemux (1.3.2-r0) [2024-05-30T00:12:37.168Z] (162/166) Installing libgpg-error (1.49-r0) [2024-05-30T00:12:37.749Z] (163/166) Installing libgcrypt (1.10.3-r0) [2024-05-30T00:12:38.023Z] (164/166) Installing libxslt (1.1.39-r1) [2024-05-30T00:12:38.606Z] (165/166) Installing chromium (125.0.6422.112-r0) [2024-05-30T00:12:53.593Z] (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) [2024-05-30T00:12:53.861Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:12:53.861Z] Executing fontconfig-2.15.0-r1.trigger [2024-05-30T00:12:53.861Z] Executing mkfontscale-1.2.2-r6.trigger [2024-05-30T00:12:53.861Z] Executing glib-2.80.2-r0.trigger [2024-05-30T00:12:53.861Z] Executing shared-mime-info-2.4-r0.trigger [2024-05-30T00:12:56.444Z] Executing gdk-pixbuf-2.42.11-r1.trigger [2024-05-30T00:12:56.444Z] Executing gtk-update-icon-cache-3.24.42-r0.trigger [2024-05-30T00:12:56.445Z] Executing gtk+3.0-3.24.42-r0.trigger [2024-05-30T00:12:56.445Z] OK: 643 MiB in 194 packages [2024-05-30T00:12:56.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:12:57.292Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:12:59.233Z] (1/30) Installing jansson (2.14-r4) [2024-05-30T00:12:59.233Z] (2/30) Installing binutils (2.42-r0) [2024-05-30T00:13:00.192Z] (3/30) Installing libatomic (13.2.1_git20240309-r0) [2024-05-30T00:13:00.457Z] (4/30) Installing isl26 (0.26-r1) [2024-05-30T00:13:01.039Z] (5/30) Installing mpfr4 (4.2.1-r0) [2024-05-30T00:13:01.304Z] (6/30) Installing mpc1 (1.3.1-r1) [2024-05-30T00:13:01.906Z] (7/30) Installing gcc (13.2.1_git20240309-r0) [2024-05-30T00:13:10.111Z] (8/30) Installing musl-dev (1.2.5-r0) [2024-05-30T00:13:10.111Z] (9/30) Installing linux-headers (6.6-r0) [2024-05-30T00:13:11.067Z] (10/30) Installing libffi-dev (3.4.6-r0) [2024-05-30T00:13:11.334Z] (11/30) Installing libpq (16.3-r0) [2024-05-30T00:13:11.914Z] (12/30) Installing openssl-dev (3.3.0-r2) [2024-05-30T00:13:12.496Z] (13/30) Installing libpq-dev (16.3-r0) [2024-05-30T00:13:12.760Z] (14/30) Installing libecpg (16.3-r0) [2024-05-30T00:13:13.340Z] (15/30) Installing libecpg-dev (16.3-r0) [2024-05-30T00:13:13.606Z] (16/30) Installing clang16-headers (16.0.6-r5) [2024-05-30T00:13:14.561Z] (17/30) Installing llvm16-libs (16.0.6-r8) [2024-05-30T00:13:24.638Z] (18/30) Installing clang16-libs (16.0.6-r5) [2024-05-30T00:13:29.970Z] (19/30) Installing fortify-headers (1.1-r3) [2024-05-30T00:13:29.970Z] (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) [2024-05-30T00:13:30.552Z] (21/30) Installing llvm16-linker-tools (16.0.6-r8) [2024-05-30T00:13:30.827Z] (22/30) Installing clang16 (16.0.6-r5) [2024-05-30T00:13:31.407Z] (23/30) Installing icu (74.2-r0) [2024-05-30T00:13:31.676Z] (24/30) Installing icu-dev (74.2-r0) [2024-05-30T00:13:32.638Z] (25/30) Installing llvm16 (16.0.6-r8) [2024-05-30T00:13:40.838Z] (26/30) Installing lz4-libs (1.9.4-r5) [2024-05-30T00:13:41.104Z] (27/30) Installing lz4-dev (1.9.4-r5) [2024-05-30T00:13:41.369Z] (28/30) Installing zstd (1.5.6-r0) [2024-05-30T00:13:41.633Z] (29/30) Installing zstd-dev (1.5.6-r0) [2024-05-30T00:13:42.211Z] (30/30) Installing postgresql16-dev (16.3-r0) [2024-05-30T00:13:43.200Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:13:43.200Z] OK: 1169 MiB in 224 packages [2024-05-30T00:13:43.466Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:13:44.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:13:45.447Z] (1/14) Installing g++ (13.2.1_git20240309-r0) [2024-05-30T00:13:48.782Z] (2/14) Installing gdbm (1.23-r1) [2024-05-30T00:13:48.782Z] (3/14) Installing mpdecimal (4.0.0-r0) [2024-05-30T00:13:49.059Z] (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) [2024-05-30T00:13:49.335Z] (5/14) Installing libncursesw (6.4_p20240420-r0) [2024-05-30T00:13:49.915Z] (6/14) Installing libpanelw (6.4_p20240420-r0) [2024-05-30T00:13:50.182Z] (7/14) Installing readline (8.2.10-r0) [2024-05-30T00:13:50.764Z] (8/14) Installing python3 (3.12.3-r1) [2024-05-30T00:13:52.171Z] (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) [2024-05-30T00:13:52.755Z] (10/14) Installing pyc (3.12.3-r1) [2024-05-30T00:13:53.019Z] (11/14) Installing python3-pyc (3.12.3-r1) [2024-05-30T00:13:53.293Z] (12/14) Installing python3-dev (3.12.3-r1) [2024-05-30T00:14:05.588Z] (13/14) Installing libsodium-dev (1.0.19-r0) [2024-05-30T00:14:05.588Z] (14/14) Installing zeromq-dev (4.3.5-r2) [2024-05-30T00:14:05.588Z] Executing busybox-1.36.1-r28.trigger [2024-05-30T00:14:05.588Z] OK: 1356 MiB in 238 packages [2024-05-30T00:14:05.588Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:14:05.588Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:14:07.012Z] OK: 1356 MiB in 238 packages [2024-05-30T00:14:07.282Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-05-30T00:14:07.864Z] fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-05-30T00:14:09.810Z] (1/1) Installing tzdata (2024a-r1) [2024-05-30T00:14:10.076Z] OK: 1357 MiB in 239 packages [2024-05-30T00:14:11.443Z] 4e2df46b7956: Pushed [2024-05-30T00:14:11.444Z] 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:11.772Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:12.019Z] (1/1) Purging tzdata (2024a-r1) [2024-05-30T00:14:12.019Z] OK: 1356 MiB in 238 packages [2024-05-30T00:14:12.108Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2024-05-30T00:14:12.108Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-30T00:14:12.108Z] 4e2df46b7956: Preparing [2024-05-30T00:14:12.108Z] 3c39049e07a1: Preparing [2024-05-30T00:14:12.108Z] 3f88166cbdaa: Preparing [2024-05-30T00:14:12.108Z] 76ec25976e9b: Preparing [2024-05-30T00:14:12.108Z] 9f399c2f7351: Preparing [2024-05-30T00:14:12.108Z] 02f2bcb26af5: Preparing [2024-05-30T00:14:12.108Z] 02f2bcb26af5: Waiting [2024-05-30T00:14:12.108Z] 9f399c2f7351: Layer already exists [2024-05-30T00:14:12.108Z] 76ec25976e9b: Layer already exists [2024-05-30T00:14:12.108Z] 3f88166cbdaa: Layer already exists [2024-05-30T00:14:12.108Z] 3c39049e07a1: Layer already exists [2024-05-30T00:14:12.108Z] 4e2df46b7956: Layer already exists [2024-05-30T00:14:12.108Z] 02f2bcb26af5: Layer already exists [2024-05-30T00:14:12.108Z] latest: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:12.428Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:12.746Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.42 [2024-05-30T00:14:12.746Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-30T00:14:12.746Z] 4e2df46b7956: Preparing [2024-05-30T00:14:12.746Z] 3c39049e07a1: Preparing [2024-05-30T00:14:12.746Z] 3f88166cbdaa: Preparing [2024-05-30T00:14:12.746Z] 76ec25976e9b: Preparing [2024-05-30T00:14:12.746Z] 9f399c2f7351: Preparing [2024-05-30T00:14:12.746Z] 02f2bcb26af5: Preparing [2024-05-30T00:14:12.746Z] 02f2bcb26af5: Waiting [2024-05-30T00:14:12.746Z] 4e2df46b7956: Layer already exists [2024-05-30T00:14:12.746Z] 3c39049e07a1: Layer already exists [2024-05-30T00:14:12.746Z] 9f399c2f7351: Layer already exists [2024-05-30T00:14:12.746Z] 3f88166cbdaa: Layer already exists [2024-05-30T00:14:12.746Z] 76ec25976e9b: Layer already exists [2024-05-30T00:14:12.746Z] 02f2bcb26af5: Layer already exists [2024-05-30T00:14:12.746Z] 0.0.2-dev.42: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:13.066Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:13.381Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:14:13.381Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-30T00:14:13.382Z] 4e2df46b7956: Preparing [2024-05-30T00:14:13.382Z] 3c39049e07a1: Preparing [2024-05-30T00:14:13.382Z] 3f88166cbdaa: Preparing [2024-05-30T00:14:13.382Z] 76ec25976e9b: Preparing [2024-05-30T00:14:13.382Z] 9f399c2f7351: Preparing [2024-05-30T00:14:13.382Z] 02f2bcb26af5: Preparing [2024-05-30T00:14:13.382Z] 02f2bcb26af5: Waiting [2024-05-30T00:14:13.382Z] 4e2df46b7956: Layer already exists [2024-05-30T00:14:13.382Z] 76ec25976e9b: Layer already exists [2024-05-30T00:14:13.382Z] 3c39049e07a1: Layer already exists [2024-05-30T00:14:13.382Z] 9f399c2f7351: Layer already exists [2024-05-30T00:14:13.382Z] 3f88166cbdaa: Layer already exists [2024-05-30T00:14:13.382Z] 02f2bcb26af5: Layer already exists [2024-05-30T00:14:13.382Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:13.706Z] + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:14.025Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main [2024-05-30T00:14:14.025Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] [2024-05-30T00:14:14.025Z] 4e2df46b7956: Preparing [2024-05-30T00:14:14.025Z] 3c39049e07a1: Preparing [2024-05-30T00:14:14.025Z] 3f88166cbdaa: Preparing [2024-05-30T00:14:14.025Z] 76ec25976e9b: Preparing [2024-05-30T00:14:14.025Z] 9f399c2f7351: Preparing [2024-05-30T00:14:14.025Z] 02f2bcb26af5: Preparing [2024-05-30T00:14:14.025Z] 4e2df46b7956: Layer already exists [2024-05-30T00:14:14.025Z] 9f399c2f7351: Layer already exists [2024-05-30T00:14:14.025Z] 76ec25976e9b: Layer already exists [2024-05-30T00:14:14.025Z] 3c39049e07a1: Layer already exists [2024-05-30T00:14:14.025Z] 3f88166cbdaa: Layer already exists [2024-05-30T00:14:14.025Z] 02f2bcb26af5: Layer already exists [2024-05-30T00:14:14.025Z] main: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-30T00:14:14.094Z] ===================================================== [Pipeline] echo [2024-05-30T00:14:14.106Z] taggedImages: [2024-05-30T00:14:14.106Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:14:14.106Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [2024-05-30T00:14:14.106Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.42 [2024-05-30T00:14:14.106Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:14:14.106Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common: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 [2024-05-30T00:14:14.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-30T00:14:14.501Z] [2024-05-30T00:14:14.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:14:14.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-30T00:14:14.798Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-30T00:14:14.798Z] 5eb5b503b376: Pulling fs layer [2024-05-30T00:14:14.798Z] 5c69ac0246d0: Pulling fs layer [2024-05-30T00:14:14.798Z] ec43610c2a17: Pulling fs layer [2024-05-30T00:14:14.798Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-30T00:14:14.798Z] 33b1e0a273af: Pulling fs layer [2024-05-30T00:14:14.798Z] 5d3b04190fa2: Pulling fs layer [2024-05-30T00:14:14.798Z] 2f39f015ded8: Pulling fs layer [2024-05-30T00:14:14.798Z] 3a2ae6a8a46f: Waiting [2024-05-30T00:14:14.798Z] 33b1e0a273af: Waiting [2024-05-30T00:14:14.798Z] 5d3b04190fa2: Waiting [2024-05-30T00:14:14.798Z] 2f39f015ded8: Waiting [2024-05-30T00:14:14.798Z] 5c69ac0246d0: Verifying Checksum [2024-05-30T00:14:14.798Z] 5c69ac0246d0: Download complete [2024-05-30T00:14:14.798Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-30T00:14:14.798Z] 3a2ae6a8a46f: Download complete [2024-05-30T00:14:14.798Z] 33b1e0a273af: Verifying Checksum [2024-05-30T00:14:14.798Z] 33b1e0a273af: Download complete [2024-05-30T00:14:14.798Z] 5d3b04190fa2: Verifying Checksum [2024-05-30T00:14:14.798Z] 5d3b04190fa2: Download complete [2024-05-30T00:14:14.798Z] ec43610c2a17: Verifying Checksum [2024-05-30T00:14:14.798Z] ec43610c2a17: Download complete [2024-05-30T00:14:15.055Z] 5eb5b503b376: Verifying Checksum [2024-05-30T00:14:15.055Z] 5eb5b503b376: Download complete [2024-05-30T00:14:15.621Z] 2f39f015ded8: Download complete [2024-05-30T00:14:16.189Z] 5eb5b503b376: Pull complete [2024-05-30T00:14:16.189Z] 5c69ac0246d0: Pull complete [2024-05-30T00:14:16.756Z] ec43610c2a17: Pull complete [2024-05-30T00:14:16.756Z] 3a2ae6a8a46f: Pull complete [2024-05-30T00:14:17.014Z] 33b1e0a273af: Pull complete [2024-05-30T00:14:17.014Z] 5d3b04190fa2: Pull complete [2024-05-30T00:14:21.214Z] 2f39f015ded8: Pull complete [2024-05-30T00:14:21.214Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-30T00:14:21.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-30T00:14:21.214Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:14:21.309Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:14:21.337Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-30T00:14:24.306Z] Looking in links: /tmp/tmpjlf7w8be [2024-05-30T00:14:24.306Z] Processing /tmp/tmpjlf7w8be/pip-24.0-py3-none-any.whl [2024-05-30T00:14:24.306Z] Installing collected packages: pip [2024-05-30T00:14:24.849Z] $ docker top 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:14:25.285Z] ---> job-cost.sh [2024-05-30T00:14:25.285Z] lf-activate-venv: SKIPPING [2024-05-30T00:14:25.285Z] INFO: No Stack... [2024-05-30T00:14:25.853Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-30T00:14:26.112Z] INFO: Archiving Costs [Pipeline] sh [2024-05-30T00:14:26.398Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [2024-05-30T00:14:26.398Z] + cut -d, -f6 [Pipeline] lock [2024-05-30T00:14:26.410Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [2024-05-30T00:14:26.419Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] did not exist. Created. [2024-05-30T00:14:26.429Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-30T00:14:26.737Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-30T00:14:26.776Z] Stashed 1 file(s) [Pipeline] } [2024-05-30T00:14:26.788Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-30T00:14:26.808Z] $ docker stop --time=1 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a [2024-05-30T00:14:27.951Z] $ docker rm -f --volumes 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-30T00:14:32.528Z] Successfully installed pip-24.0 [2024-05-30T00:14:32.528Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:14:34.461Z] Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) [2024-05-30T00:14:36.395Z] Collecting setuptools [2024-05-30T00:14:36.664Z] Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) [2024-05-30T00:14:36.664Z] Collecting wheel [2024-05-30T00:14:36.664Z] Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) [2024-05-30T00:14:36.930Z] Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) [2024-05-30T00:14:37.194Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 20.3 MB/s eta 0:00:00 [2024-05-30T00:14:37.194Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB) [2024-05-30T00:14:37.194Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 28.5 MB/s eta 0:00:00 [2024-05-30T00:14:37.460Z] Installing collected packages: wheel, setuptools [2024-05-30T00:14:41.710Z] Successfully installed setuptools-70.0.0 wheel-0.43.0 [2024-05-30T00:14:41.710Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:14:44.285Z] Processing ./edgex-taf-common [2024-05-30T00:14:44.285Z] Preparing metadata (setup.py): started [2024-05-30T00:14:45.241Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:14:45.241Z] Building wheels for collected packages: edgex-taf-common [2024-05-30T00:14:45.241Z] Building wheel for edgex-taf-common (setup.py): started [2024-05-30T00:14:46.646Z] Building wheel for edgex-taf-common (setup.py): finished with status 'done' [2024-05-30T00:14:46.646Z] Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=fe369ae090d9c91e8346201a8fbdfffda1847e537abbe471d96fd16bc7e26778 [2024-05-30T00:14:46.646Z] Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d [2024-05-30T00:14:46.646Z] Successfully built edgex-taf-common [2024-05-30T00:14:46.912Z] Installing collected packages: edgex-taf-common [2024-05-30T00:14:46.912Z] Successfully installed edgex-taf-common-0.0.0 [2024-05-30T00:14:46.912Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:14:50.250Z] Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) [2024-05-30T00:14:50.250Z] Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) [2024-05-30T00:14:50.516Z] Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) [2024-05-30T00:14:50.516Z] Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) [2024-05-30T00:14:50.783Z] Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) [2024-05-30T00:14:50.783Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) [2024-05-30T00:14:50.783Z] Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) [2024-05-30T00:14:51.050Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) [2024-05-30T00:14:51.050Z] Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) [2024-05-30T00:14:51.050Z] Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) [2024-05-30T00:14:51.050Z] Preparing metadata (setup.py): started [2024-05-30T00:14:52.009Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:14:52.009Z] Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) [2024-05-30T00:14:52.009Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) [2024-05-30T00:14:52.276Z] Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) [2024-05-30T00:14:52.276Z] Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) [2024-05-30T00:14:52.542Z] Collecting requests==2.31.0 (from -r requirements.txt (line 8)) [2024-05-30T00:14:52.542Z] Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2024-05-30T00:14:52.542Z] Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) [2024-05-30T00:14:52.809Z] Downloading paho-mqtt-1.6.1.tar.gz (99 kB) [2024-05-30T00:14:52.809Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.9 MB/s eta 0:00:00 [2024-05-30T00:14:52.809Z] Preparing metadata (setup.py): started [2024-05-30T00:14:54.213Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:14:54.213Z] Collecting docker==6.1.3 (from -r requirements.txt (line 10)) [2024-05-30T00:14:54.213Z] Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) [2024-05-30T00:14:55.610Z] Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) [2024-05-30T00:14:55.610Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) [2024-05-30T00:14:55.874Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 3.1 MB/s eta 0:00:00 [2024-05-30T00:14:56.451Z] Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) [2024-05-30T00:14:56.451Z] Downloading psutil-5.9.5.tar.gz (493 kB) [2024-05-30T00:14:56.716Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 10.1 MB/s eta 0:00:00 [2024-05-30T00:14:56.981Z] Installing build dependencies: started [2024-05-30T00:15:07.022Z] Installing build dependencies: finished with status 'done' [2024-05-30T00:15:07.022Z] Getting requirements to build wheel: started [2024-05-30T00:15:07.600Z] Getting requirements to build wheel: finished with status 'done' [2024-05-30T00:15:07.600Z] Preparing metadata (pyproject.toml): started [2024-05-30T00:15:09.104Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-30T00:15:09.693Z] Collecting redis==5.0.1 (from -r requirements.txt (line 13)) [2024-05-30T00:15:09.694Z] Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) [2024-05-30T00:15:11.649Z] Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) [2024-05-30T00:15:11.649Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) [2024-05-30T00:15:11.916Z] Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) [2024-05-30T00:15:11.916Z] Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) [2024-05-30T00:15:11.916Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.6 MB/s eta 0:00:00 [2024-05-30T00:15:12.883Z] Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) [2024-05-30T00:15:12.883Z] Downloading psycopg2-2.9.9.tar.gz (384 kB) [2024-05-30T00:15:12.883Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.5 MB/s eta 0:00:00 [2024-05-30T00:15:13.153Z] Preparing metadata (setup.py): started [2024-05-30T00:15:14.554Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:15:15.130Z] Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) [2024-05-30T00:15:15.131Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) [2024-05-30T00:15:16.082Z] Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:16.082Z] Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) [2024-05-30T00:15:16.082Z] Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:16.082Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) [2024-05-30T00:15:16.346Z] Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:16.346Z] Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [2024-05-30T00:15:16.346Z] Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:16.346Z] Downloading flex-6.14.1.tar.gz (40 kB) [2024-05-30T00:15:16.610Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.3 MB/s eta 0:00:00 [2024-05-30T00:15:16.611Z] Preparing metadata (setup.py): started [2024-05-30T00:15:17.568Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:15:17.832Z] Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:17.833Z] Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) [2024-05-30T00:15:17.833Z] Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:17.833Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) [2024-05-30T00:15:18.097Z] Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:18.097Z] Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-30T00:15:18.361Z] Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:18.361Z] Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) [2024-05-30T00:15:18.941Z] Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:18.941Z] Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) [2024-05-30T00:15:18.941Z] Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:18.941Z] Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) [2024-05-30T00:15:19.900Z] Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:15:19.900Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) [2024-05-30T00:15:19.900Z] Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:15:19.900Z] Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) [2024-05-30T00:15:20.479Z] Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:15:20.479Z] Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) [2024-05-30T00:15:20.479Z] Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) [2024-05-30T00:15:20.479Z] Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) [2024-05-30T00:15:20.744Z] Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-30T00:15:20.744Z] Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) [2024-05-30T00:15:21.325Z] Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) [2024-05-30T00:15:21.325Z] Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) [2024-05-30T00:15:21.589Z] Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:15:21.589Z] Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) [2024-05-30T00:15:21.854Z] Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:15:21.854Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) [2024-05-30T00:15:21.854Z] 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)) (70.0.0) [2024-05-30T00:15:22.119Z] Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:15:22.119Z] Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) [2024-05-30T00:15:22.385Z] Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) [2024-05-30T00:15:22.385Z] Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:15:22.651Z] Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:22.651Z] Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) [2024-05-30T00:15:22.916Z] Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:22.916Z] Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [2024-05-30T00:15:23.873Z] Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:23.873Z] Downloading PyYAML-6.0.1.tar.gz (125 kB) [2024-05-30T00:15:23.873Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.8 MB/s eta 0:00:00 [2024-05-30T00:15:24.831Z] Installing build dependencies: started [2024-05-30T00:15:39.800Z] Installing build dependencies: finished with status 'done' [2024-05-30T00:15:39.800Z] Getting requirements to build wheel: started [2024-05-30T00:15:47.971Z] Getting requirements to build wheel: finished with status 'done' [2024-05-30T00:15:47.971Z] Preparing metadata (pyproject.toml): started [2024-05-30T00:15:49.370Z] Preparing metadata (pyproject.toml): finished with status 'done' [2024-05-30T00:15:49.370Z] Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:49.370Z] Downloading validate_email-1.3.tar.gz (4.7 kB) [2024-05-30T00:15:49.370Z] Preparing metadata (setup.py): started [2024-05-30T00:15:50.320Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:15:50.320Z] Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:50.320Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) [2024-05-30T00:15:50.320Z] Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:50.320Z] Downloading strict-rfc3339-0.7.tar.gz (17 kB) [2024-05-30T00:15:50.320Z] Preparing metadata (setup.py): started [2024-05-30T00:15:51.272Z] Preparing metadata (setup.py): finished with status 'done' [2024-05-30T00:15:51.537Z] Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:51.537Z] Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:15:51.537Z] Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:51.537Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) [2024-05-30T00:15:51.801Z] Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:51.801Z] Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) [2024-05-30T00:15:52.064Z] Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:52.064Z] Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) [2024-05-30T00:15:52.064Z] Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:52.064Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) [2024-05-30T00:15:52.328Z] Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:52.328Z] Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) [2024-05-30T00:15:54.254Z] Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) [2024-05-30T00:15:54.255Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) [2024-05-30T00:15:55.651Z] Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:55.651Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) [2024-05-30T00:15:55.652Z] Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:55.652Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) [2024-05-30T00:15:55.652Z] Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:55.652Z] Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) [2024-05-30T00:15:55.915Z] Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) [2024-05-30T00:15:55.915Z] Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) [2024-05-30T00:15:56.178Z] 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)) [2024-05-30T00:15:56.178Z] Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [2024-05-30T00:15:56.754Z] 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)) [2024-05-30T00:15:56.754Z] Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) [2024-05-30T00:15:57.017Z] Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) [2024-05-30T00:15:57.017Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 13.4 MB/s eta 0:00:00 [2024-05-30T00:15:57.281Z] Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) [2024-05-30T00:15:57.281Z] Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) [2024-05-30T00:15:57.281Z] Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) [2024-05-30T00:15:57.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.8 MB/s eta 0:00:00 [2024-05-30T00:15:57.281Z] Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) [2024-05-30T00:15:57.281Z] Downloading configparser-6.0.0-py3-none-any.whl (19 kB) [2024-05-30T00:15:57.281Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB) [2024-05-30T00:15:57.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 4.0 MB/s eta 0:00:00 [2024-05-30T00:15:57.281Z] Downloading docker-6.1.3-py3-none-any.whl (148 kB) [2024-05-30T00:15:57.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 [2024-05-30T00:15:57.281Z] Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) [2024-05-30T00:15:58.230Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 16.3 MB/s eta 0:00:00 [2024-05-30T00:15:58.230Z] Downloading redis-5.0.1-py3-none-any.whl (250 kB) [2024-05-30T00:15:58.230Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 9.1 MB/s eta 0:00:00 [2024-05-30T00:15:58.230Z] Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) [2024-05-30T00:15:58.493Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 [2024-05-30T00:15:58.493Z] Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) [2024-05-30T00:15:58.493Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.8 MB/s eta 0:00:00 [2024-05-30T00:15:58.493Z] Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) [2024-05-30T00:15:58.493Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.2 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) [2024-05-30T00:15:58.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 7.5 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) [2024-05-30T00:15:58.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.1 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading idna-3.7-py3-none-any.whl (66 kB) [2024-05-30T00:15:58.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.7 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading packaging-24.0-py3-none-any.whl (53 kB) [2024-05-30T00:15:58.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 3.2 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [2024-05-30T00:15:58.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 9.0 MB/s eta 0:00:00 [2024-05-30T00:15:58.757Z] Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) [2024-05-30T00:15:59.020Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.8 MB/s eta 0:00:00 [2024-05-30T00:15:59.020Z] Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) [2024-05-30T00:15:59.020Z] Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) [2024-05-30T00:15:59.601Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.9 MB/s eta 0:00:00 [2024-05-30T00:15:59.601Z] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) [2024-05-30T00:15:59.601Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.9 MB/s eta 0:00:00 [2024-05-30T00:15:59.601Z] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [2024-05-30T00:15:59.601Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.6 MB/s eta 0:00:00 [2024-05-30T00:15:59.601Z] Downloading docutils-0.21.2-py3-none-any.whl (587 kB) [2024-05-30T00:15:59.601Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 13.0 MB/s eta 0:00:00 [2024-05-30T00:15:59.601Z] Downloading genson-1.3.0-py3-none-any.whl (21 kB) [2024-05-30T00:15:59.601Z] Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) [2024-05-30T00:15:59.601Z] Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) [2024-05-30T00:15:59.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.5 MB/s eta 0:00:00 [2024-05-30T00:15:59.865Z] Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) [2024-05-30T00:15:59.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.4 MB/s eta 0:00:00 [2024-05-30T00:15:59.865Z] Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) [2024-05-30T00:15:59.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.5 MB/s eta 0:00:00 [2024-05-30T00:15:59.865Z] Downloading tzlocal-5.2-py3-none-any.whl (17 kB) [2024-05-30T00:15:59.865Z] Downloading attrs-23.2.0-py3-none-any.whl (60 kB) [2024-05-30T00:15:59.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.5 MB/s eta 0:00:00 [2024-05-30T00:16:00.128Z] Downloading click-8.1.7-py3-none-any.whl (97 kB) [2024-05-30T00:16:00.128Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.7 MB/s eta 0:00:00 [2024-05-30T00:16:00.128Z] Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) [2024-05-30T00:16:00.128Z] Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) [2024-05-30T00:16:00.128Z] Downloading referencing-0.35.1-py3-none-any.whl (26 kB) [2024-05-30T00:16:00.128Z] Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) [2024-05-30T00:16:00.128Z] Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) [2024-05-30T00:16:00.128Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.2 MB/s eta 0:00:00 [2024-05-30T00:16:00.391Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) [2024-05-30T00:16:00.391Z] Downloading trio-0.25.1-py3-none-any.whl (467 kB) [2024-05-30T00:16:00.391Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 11.8 MB/s eta 0:00:00 [2024-05-30T00:16:00.392Z] Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) [2024-05-30T00:16:00.392Z] Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) [2024-05-30T00:16:00.392Z] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [2024-05-30T00:16:00.392Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 3.0 MB/s eta 0:00:00 [2024-05-30T00:16:00.392Z] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) [2024-05-30T00:16:00.392Z] Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) [2024-05-30T00:16:00.392Z] Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) [2024-05-30T00:16:00.656Z] Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) [2024-05-30T00:16:00.656Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [2024-05-30T00:16:00.656Z] Downloading h11-0.14.0-py3-none-any.whl (58 kB) [2024-05-30T00:16:00.656Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.6 MB/s eta 0:00:00 [2024-05-30T00:16:01.234Z] Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email [2024-05-30T00:16:01.234Z] Building wheel for robotbackgroundlogger (setup.py): started [2024-05-30T00:16:02.630Z] Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' [2024-05-30T00:16:02.630Z] Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=d771581eef2ca659f7a34d9b725bcbf22d796af8de513f38b1b876f79e58d97f [2024-05-30T00:16:02.630Z] Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c [2024-05-30T00:16:02.630Z] Building wheel for paho-mqtt (setup.py): started [2024-05-30T00:16:04.033Z] Building wheel for paho-mqtt (setup.py): finished with status 'done' [2024-05-30T00:16:04.033Z] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=1119b219731f121341fd91649c2b2b922e1afd3865ada7306d80ac4d92583f5e [2024-05-30T00:16:04.033Z] Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 [2024-05-30T00:16:04.033Z] Building wheel for psutil (pyproject.toml): started [2024-05-30T00:16:14.074Z] Building wheel for psutil (pyproject.toml): finished with status 'done' [2024-05-30T00:16:14.074Z] Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281980 sha256=99d4d3ad4a50d60da6a9351764d64abfb8bb20f1965e5a773ed4562288d74d49 [2024-05-30T00:16:14.074Z] Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee [2024-05-30T00:16:14.074Z] Building wheel for psycopg2 (setup.py): started [2024-05-30T00:17:10.424Z] Building wheel for psycopg2 (setup.py): finished with status 'done' [2024-05-30T00:17:10.424Z] Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=3432f085c0fd8701c39255ce3c7e132bc419df0eb8401e462d269f7d5c954196 [2024-05-30T00:17:10.424Z] Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 [2024-05-30T00:17:10.424Z] Building wheel for flex (setup.py): started [2024-05-30T00:17:10.424Z] Building wheel for flex (setup.py): finished with status 'done' [2024-05-30T00:17:10.424Z] Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=e0254b9da0f94c93f659e787227691c8e439cf8b7223ec507b2a0aa864894f3d [2024-05-30T00:17:10.424Z] Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 [2024-05-30T00:17:10.424Z] Building wheel for PyYAML (pyproject.toml): started [2024-05-30T00:17:12.987Z] Building wheel for PyYAML (pyproject.toml): finished with status 'done' [2024-05-30T00:17:12.987Z] Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=85e48194ab87f5af06d690396666cab15a789b904899bf3475098b368ee914c8 [2024-05-30T00:17:12.987Z] Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea [2024-05-30T00:17:12.987Z] Building wheel for strict-rfc3339 (setup.py): started [2024-05-30T00:17:13.945Z] Building wheel for strict-rfc3339 (setup.py): finished with status 'done' [2024-05-30T00:17:13.945Z] Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=a2ed094a250ffb2ad62ab022c16547995b81e1c6579c86825077e692d0fb1751 [2024-05-30T00:17:13.945Z] Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 [2024-05-30T00:17:14.208Z] Building wheel for validate-email (setup.py): started [2024-05-30T00:17:15.604Z] Building wheel for validate-email (setup.py): finished with status 'done' [2024-05-30T00:17:15.604Z] Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=0f8d8cb954d037ae2c5e128b0cf5f8057496d6328cc054ece2f6e7a956b154e6 [2024-05-30T00:17:15.604Z] Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 [2024-05-30T00:17:15.604Z] Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email [2024-05-30T00:17:16.999Z] 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, packaging, 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 [2024-05-30T00:18:24.800Z] Successfully installed GenSON-1.3.0 PyYAML-6.0.1 RESTinstance-1.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 configparser-6.0.0 docker-6.1.3 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.7 influxdb-client-1.41.0 jsonpath-ng-1.6.1 jsonpointer-2.4 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 numpy-1.26.2 outcome-1.3.0.post0 packaging-24.0 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.9 pycryptodome-3.19.0 pygments-2.18.0 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2024.1 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.35.1 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.2.0 rpds-py-0.18.1 selenium-4.21.0 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.25.1 trio-websocket-0.11.1 typing-extensions-4.12.0 tzlocal-5.2 urllib3-2.2.1 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0 [2024-05-30T00:18:24.800Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2024-05-30T00:19:11.610Z] Removing intermediate container a6136f0cddc7 [2024-05-30T00:19:11.610Z] ---> 106abb2350b1 [2024-05-30T00:19:11.610Z] Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] [2024-05-30T00:19:11.610Z] ---> Running in d8ead6078e1d [2024-05-30T00:19:11.610Z] Removing intermediate container d8ead6078e1d [2024-05-30T00:19:11.610Z] ---> 9ae9a3072f0c [2024-05-30T00:19:11.610Z] Step 11/13 : LABEL arch=arm64 [2024-05-30T00:19:11.610Z] ---> Running in 9ce5409dac38 [2024-05-30T00:19:11.610Z] Removing intermediate container 9ce5409dac38 [2024-05-30T00:19:11.610Z] ---> 67f62b25723f [2024-05-30T00:19:11.610Z] Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:19:11.610Z] ---> Running in ff4a9efc6585 [2024-05-30T00:19:11.610Z] Removing intermediate container ff4a9efc6585 [2024-05-30T00:19:11.610Z] ---> 5bd3af4b841e [2024-05-30T00:19:11.610Z] Step 13/13 : LABEL version=0.0.2-dev.42 [2024-05-30T00:19:11.610Z] ---> Running in 7b888849ac44 [2024-05-30T00:19:11.610Z] Removing intermediate container 7b888849ac44 [2024-05-30T00:19:11.610Z] ---> e063fcb8a486 [2024-05-30T00:19:11.610Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-30T00:19:11.610Z] Successfully built e063fcb8a486 [2024-05-30T00:19:11.610Z] 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 [2024-05-30T00:19:11.741Z] [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: [2024-05-30T00:19:11.741Z] 7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:19:11.741Z] latest [2024-05-30T00:19:11.741Z] 0.0.2-dev.42 [2024-05-30T00:19:11.741Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:19:11.741Z] main [2024-05-30T00:19:11.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:19:12.102Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:19:12.487Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:19:12.755Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:19:12.755Z] 50317ca9796e: Preparing [2024-05-30T00:19:12.755Z] 3950a8cd7099: Preparing [2024-05-30T00:19:12.755Z] fba4e3b8d1c7: Preparing [2024-05-30T00:19:12.755Z] 766fc8078312: Preparing [2024-05-30T00:19:12.755Z] e418749366ab: Preparing [2024-05-30T00:19:12.755Z] 50171d1acbd5: Preparing [2024-05-30T00:19:12.755Z] 50171d1acbd5: Waiting [2024-05-30T00:19:12.755Z] fba4e3b8d1c7: Pushed [2024-05-30T00:19:13.025Z] 3950a8cd7099: Pushed [2024-05-30T00:19:13.025Z] 766fc8078312: Pushed [2024-05-30T00:19:13.025Z] 50171d1acbd5: Layer already exists [2024-05-30T00:19:13.025Z] e418749366ab: Pushed [2024-05-30T00:24:34.856Z] 50317ca9796e: Pushed [2024-05-30T00:24:34.856Z] 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:35.215Z] + 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 [2024-05-30T00:24:35.579Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2024-05-30T00:24:35.579Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:24:35.579Z] 50317ca9796e: Preparing [2024-05-30T00:24:35.579Z] 3950a8cd7099: Preparing [2024-05-30T00:24:35.579Z] fba4e3b8d1c7: Preparing [2024-05-30T00:24:35.579Z] 766fc8078312: Preparing [2024-05-30T00:24:35.579Z] e418749366ab: Preparing [2024-05-30T00:24:35.579Z] 50171d1acbd5: Preparing [2024-05-30T00:24:35.579Z] 50171d1acbd5: Waiting [2024-05-30T00:24:35.579Z] 3950a8cd7099: Layer already exists [2024-05-30T00:24:35.579Z] 50317ca9796e: Layer already exists [2024-05-30T00:24:35.579Z] e418749366ab: Layer already exists [2024-05-30T00:24:35.579Z] fba4e3b8d1c7: Layer already exists [2024-05-30T00:24:35.579Z] 766fc8078312: Layer already exists [2024-05-30T00:24:35.853Z] 50171d1acbd5: Layer already exists [2024-05-30T00:24:35.853Z] latest: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:36.213Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:36.571Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [2024-05-30T00:24:36.571Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:24:36.571Z] 50317ca9796e: Preparing [2024-05-30T00:24:36.571Z] 3950a8cd7099: Preparing [2024-05-30T00:24:36.571Z] fba4e3b8d1c7: Preparing [2024-05-30T00:24:36.571Z] 766fc8078312: Preparing [2024-05-30T00:24:36.571Z] e418749366ab: Preparing [2024-05-30T00:24:36.571Z] 50171d1acbd5: Preparing [2024-05-30T00:24:36.571Z] 50171d1acbd5: Waiting [2024-05-30T00:24:36.571Z] fba4e3b8d1c7: Layer already exists [2024-05-30T00:24:36.571Z] 3950a8cd7099: Layer already exists [2024-05-30T00:24:36.571Z] 766fc8078312: Layer already exists [2024-05-30T00:24:36.571Z] e418749366ab: Layer already exists [2024-05-30T00:24:36.571Z] 50317ca9796e: Layer already exists [2024-05-30T00:24:36.571Z] 50171d1acbd5: Layer already exists [2024-05-30T00:24:36.839Z] 0.0.2-dev.42: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:37.206Z] + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:37.570Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:24:37.570Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:24:37.570Z] 50317ca9796e: Preparing [2024-05-30T00:24:37.570Z] 3950a8cd7099: Preparing [2024-05-30T00:24:37.570Z] fba4e3b8d1c7: Preparing [2024-05-30T00:24:37.570Z] 766fc8078312: Preparing [2024-05-30T00:24:37.570Z] e418749366ab: Preparing [2024-05-30T00:24:37.570Z] 50171d1acbd5: Preparing [2024-05-30T00:24:37.570Z] 50171d1acbd5: Waiting [2024-05-30T00:24:37.570Z] e418749366ab: Layer already exists [2024-05-30T00:24:37.570Z] 3950a8cd7099: Layer already exists [2024-05-30T00:24:37.570Z] 766fc8078312: Layer already exists [2024-05-30T00:24:37.570Z] 50317ca9796e: Layer already exists [2024-05-30T00:24:37.570Z] fba4e3b8d1c7: Layer already exists [2024-05-30T00:24:37.570Z] 50171d1acbd5: Layer already exists [2024-05-30T00:24:37.835Z] 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:38.207Z] + 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 [2024-05-30T00:24:38.563Z] + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [2024-05-30T00:24:38.563Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] [2024-05-30T00:24:38.563Z] 50317ca9796e: Preparing [2024-05-30T00:24:38.563Z] 3950a8cd7099: Preparing [2024-05-30T00:24:38.563Z] fba4e3b8d1c7: Preparing [2024-05-30T00:24:38.563Z] 766fc8078312: Preparing [2024-05-30T00:24:38.563Z] e418749366ab: Preparing [2024-05-30T00:24:38.563Z] 50171d1acbd5: Preparing [2024-05-30T00:24:38.563Z] 50171d1acbd5: Waiting [2024-05-30T00:24:38.563Z] fba4e3b8d1c7: Layer already exists [2024-05-30T00:24:38.563Z] 3950a8cd7099: Layer already exists [2024-05-30T00:24:38.563Z] 766fc8078312: Layer already exists [2024-05-30T00:24:38.563Z] e418749366ab: Layer already exists [2024-05-30T00:24:38.563Z] 50317ca9796e: Layer already exists [2024-05-30T00:24:38.563Z] 50171d1acbd5: Layer already exists [2024-05-30T00:24:38.828Z] main: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-30T00:24:38.904Z] ===================================================== [Pipeline] echo [2024-05-30T00:24:38.917Z] taggedImages: [2024-05-30T00:24:38.917Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 [2024-05-30T00:24:38.917Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [2024-05-30T00:24:38.917Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 [2024-05-30T00:24:38.917Z] - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 [2024-05-30T00:24:38.917Z] - 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 [2024-05-30T00:24:39.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:24:39.338Z] [2024-05-30T00:24:39.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:24:39.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:24:39.676Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-30T00:24:39.676Z] 8998bd30e6a1: Pulling fs layer [2024-05-30T00:24:39.676Z] 04944245beec: Pulling fs layer [2024-05-30T00:24:39.676Z] 699f458cf7ca: Pulling fs layer [2024-05-30T00:24:39.676Z] 765212b225bb: Pulling fs layer [2024-05-30T00:24:39.676Z] f23df028b6ca: Pulling fs layer [2024-05-30T00:24:39.676Z] d65c8cfc05b1: Pulling fs layer [2024-05-30T00:24:39.676Z] 2437ff75d9bd: Pulling fs layer [2024-05-30T00:24:39.676Z] d65c8cfc05b1: Waiting [2024-05-30T00:24:39.676Z] 765212b225bb: Waiting [2024-05-30T00:24:39.676Z] 2437ff75d9bd: Waiting [2024-05-30T00:24:39.676Z] f23df028b6ca: Waiting [2024-05-30T00:24:39.943Z] 04944245beec: Verifying Checksum [2024-05-30T00:24:39.943Z] 04944245beec: Download complete [2024-05-30T00:24:39.943Z] 765212b225bb: Verifying Checksum [2024-05-30T00:24:39.943Z] 765212b225bb: Download complete [2024-05-30T00:24:39.943Z] f23df028b6ca: Verifying Checksum [2024-05-30T00:24:39.943Z] f23df028b6ca: Download complete [2024-05-30T00:24:39.943Z] d65c8cfc05b1: Verifying Checksum [2024-05-30T00:24:39.943Z] d65c8cfc05b1: Download complete [2024-05-30T00:24:40.210Z] 699f458cf7ca: Verifying Checksum [2024-05-30T00:24:40.210Z] 699f458cf7ca: Download complete [2024-05-30T00:24:40.474Z] 8998bd30e6a1: Verifying Checksum [2024-05-30T00:24:40.474Z] 8998bd30e6a1: Download complete [2024-05-30T00:24:43.043Z] 2437ff75d9bd: Verifying Checksum [2024-05-30T00:24:43.043Z] 2437ff75d9bd: Download complete [2024-05-30T00:24:45.612Z] 8998bd30e6a1: Pull complete [2024-05-30T00:24:45.612Z] 04944245beec: Pull complete [2024-05-30T00:24:47.548Z] 699f458cf7ca: Pull complete [2024-05-30T00:24:47.548Z] 765212b225bb: Pull complete [2024-05-30T00:24:48.502Z] f23df028b6ca: Pull complete [2024-05-30T00:24:48.767Z] d65c8cfc05b1: Pull complete [2024-05-30T00:25:06.956Z] 2437ff75d9bd: Pull complete [2024-05-30T00:25:06.956Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-30T00:25:06.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-30T00:25:06.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:07.242Z] prd-ubuntu20.04-docker-arm64-4c-16g-1122 does not seem to be running inside a container [2024-05-30T00:25:07.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-05-30T00:25:08.922Z] $ docker top 41f57d044b38465344b62dc866e4cae4a8e74232f8caea1d17ad9d27bed17ca5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:09.817Z] ---> job-cost.sh [2024-05-30T00:25:09.817Z] lf-activate-venv: SKIPPING [2024-05-30T00:25:09.817Z] INFO: No Stack... [2024-05-30T00:25:10.809Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-30T00:25:11.785Z] INFO: Archiving Costs [Pipeline] sh [2024-05-30T00:25:12.443Z] + cut -d, -f6 [2024-05-30T00:25:12.443Z] + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock [2024-05-30T00:25:12.506Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [2024-05-30T00:25:12.519Z] Resource [jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] did not exist. Created. [2024-05-30T00:25:12.526Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-30T00:25:13.186Z] /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-be4ed34f/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-30T00:25:13.850Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-30T00:25:13.877Z] Warning: overwriting stash ‘stack-cost’ [2024-05-30T00:25:14.309Z] Stashed 1 file(s) [Pipeline] } [2024-05-30T00:25:14.317Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-30T00:25:14.340Z] $ docker stop --time=1 41f57d044b38465344b62dc866e4cae4a8e74232f8caea1d17ad9d27bed17ca5 [2024-05-30T00:25:15.880Z] $ docker rm -f --volumes 41f57d044b38465344b62dc866e4cae4a8e74232f8caea1d17ad9d27bed17ca5 [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 [2024-05-30T00:25:16.568Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-30T00:25:16.568Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:16.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:25:16.875Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:16.963Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:25:16.983Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-30T00:25:17.325Z] $ docker top b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 -eo pid,comm [2024-05-30T00:25:17.376Z] 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). [2024-05-30T00:25:17.376Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-30T00:25:17.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-30T00:25:17.430Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-30T00:25:17.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-30T00:25:17.533Z] $ docker exec b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 ssh-agent [2024-05-30T00:25:17.645Z] SSH_AUTH_SOCK=/tmp/ssh-faCOAfz6LOpn/agent.33 [2024-05-30T00:25:17.645Z] SSH_AGENT_PID=39 [2024-05-30T00:25:17.649Z] Running ssh-add (command line suppressed) [2024-05-30T00:25:17.750Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4296383245781816521.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4296383245781816521.key) [2024-05-30T00:25:17.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-30T00:25:18.057Z] + git semver tag [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,214 [run_tag] DEBUG tag force:False [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,214 [check_head_tag] DEBUG check head tag [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,215 [execute] INFO git cat-file --batch-check [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,215 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,218 [execute] INFO git cat-file --batch [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,218 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,231 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,231 [execute] INFO git tag -a v0.0.2-dev.42 -m v0.0.2-dev.42 [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,231 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.42', '-m', 'v0.0.2-dev.42'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2024-05-30T00:25:18.319Z] 2024-05-30 00:25:18,235 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:18.319Z] 0.0.2-dev.42 [Pipeline] } [2024-05-30T00:25:18.319Z] $ docker exec --env ******** --env ******** b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 ssh-agent -k [2024-05-30T00:25:18.429Z] unset SSH_AUTH_SOCK; [2024-05-30T00:25:18.430Z] unset SSH_AGENT_PID; [2024-05-30T00:25:18.430Z] echo Agent pid 39 killed; [2024-05-30T00:25:18.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-30T00:25:18.754Z] + git semver [Pipeline] } [2024-05-30T00:25:19.018Z] $ docker stop --time=1 b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 [2024-05-30T00:25:20.291Z] $ docker rm -f --volumes b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:20.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-30T00:25:20.703Z] [2024-05-30T00:25:20.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:20.999Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-30T00:25:20.999Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-05-30T00:25:20.999Z] ab5ef0e58194: Pulling fs layer [2024-05-30T00:25:20.999Z] 9712f1f96733: Pulling fs layer [2024-05-30T00:25:20.999Z] 63f879dbbcfc: Pulling fs layer [2024-05-30T00:25:20.999Z] 0d9ebad4ef96: Pulling fs layer [2024-05-30T00:25:20.999Z] e9a5061849ea: Pulling fs layer [2024-05-30T00:25:20.999Z] d747dcd14b5f: Pulling fs layer [2024-05-30T00:25:20.999Z] 2de7ff778b66: Pulling fs layer [2024-05-30T00:25:20.999Z] d747dcd14b5f: Waiting [2024-05-30T00:25:20.999Z] 0d9ebad4ef96: Waiting [2024-05-30T00:25:20.999Z] e9a5061849ea: Waiting [2024-05-30T00:25:20.999Z] 2de7ff778b66: Waiting [2024-05-30T00:25:20.999Z] 9712f1f96733: Verifying Checksum [2024-05-30T00:25:20.999Z] 9712f1f96733: Download complete [2024-05-30T00:25:21.260Z] 63f879dbbcfc: Verifying Checksum [2024-05-30T00:25:21.260Z] 63f879dbbcfc: Download complete [2024-05-30T00:25:21.518Z] e9a5061849ea: Verifying Checksum [2024-05-30T00:25:21.518Z] e9a5061849ea: Download complete [2024-05-30T00:25:21.518Z] d747dcd14b5f: Verifying Checksum [2024-05-30T00:25:21.518Z] d747dcd14b5f: Download complete [2024-05-30T00:25:21.518Z] 0d9ebad4ef96: Verifying Checksum [2024-05-30T00:25:21.518Z] 0d9ebad4ef96: Download complete [2024-05-30T00:25:21.518Z] ab5ef0e58194: Verifying Checksum [2024-05-30T00:25:21.518Z] ab5ef0e58194: Download complete [2024-05-30T00:25:21.518Z] 2de7ff778b66: Verifying Checksum [2024-05-30T00:25:21.518Z] 2de7ff778b66: Download complete [2024-05-30T00:25:24.049Z] ab5ef0e58194: Pull complete [2024-05-30T00:25:24.308Z] 9712f1f96733: Pull complete [2024-05-30T00:25:24.873Z] 63f879dbbcfc: Pull complete [2024-05-30T00:25:29.060Z] 0d9ebad4ef96: Pull complete [2024-05-30T00:25:29.060Z] e9a5061849ea: Pull complete [2024-05-30T00:25:29.060Z] d747dcd14b5f: Pull complete [2024-05-30T00:25:29.993Z] 2de7ff778b66: Pull complete [2024-05-30T00:25:29.993Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-05-30T00:25:29.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-30T00:25:29.993Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:30.085Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:25:30.105Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-05-30T00:25:35.790Z] $ docker top 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-05-30T00:25:35.873Z] provisioning config files... [2024-05-30T00:25:35.881Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13661797025959623996tmp [2024-05-30T00:25:35.891Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15371792865272047524tmp [2024-05-30T00:25:35.900Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11266697075419955534tmp [Pipeline] { [Pipeline] echo [2024-05-30T00:25:35.930Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:36.224Z] ---> sigul-configuration.sh [2024-05-30T00:25:36.224Z] gpg: directory `/root/.gnupg' created [2024-05-30T00:25:36.224Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-05-30T00:25:36.224Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-05-30T00:25:36.224Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-05-30T00:25:36.224Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-05-30T00:25:36.224Z] gpg: CAST5 encrypted data [2024-05-30T00:25:36.224Z] gpg: encrypted with 1 passphrase [2024-05-30T00:25:36.224Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-05-30T00:25:36.519Z] + mkdir /home/jenkins [2024-05-30T00:25:36.519Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-05-30T00:25:36.816Z] + 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 [2024-05-30T00:25:36.832Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:37.121Z] ---> sigul-install.sh [2024-05-30T00:25:37.121Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-05-30T00:25:37.414Z] + git tag --list [2024-05-30T00:25:37.414Z] v0.0.1 [2024-05-30T00:25:37.414Z] v0.0.2-dev.1 [2024-05-30T00:25:37.414Z] v0.0.2-dev.10 [2024-05-30T00:25:37.414Z] v0.0.2-dev.11 [2024-05-30T00:25:37.414Z] v0.0.2-dev.12 [2024-05-30T00:25:37.414Z] v0.0.2-dev.13 [2024-05-30T00:25:37.414Z] v0.0.2-dev.14 [2024-05-30T00:25:37.414Z] v0.0.2-dev.15 [2024-05-30T00:25:37.414Z] v0.0.2-dev.16 [2024-05-30T00:25:37.414Z] v0.0.2-dev.17 [2024-05-30T00:25:37.414Z] v0.0.2-dev.18 [2024-05-30T00:25:37.414Z] v0.0.2-dev.19 [2024-05-30T00:25:37.414Z] v0.0.2-dev.2 [2024-05-30T00:25:37.414Z] v0.0.2-dev.20 [2024-05-30T00:25:37.414Z] v0.0.2-dev.21 [2024-05-30T00:25:37.414Z] v0.0.2-dev.22 [2024-05-30T00:25:37.414Z] v0.0.2-dev.23 [2024-05-30T00:25:37.414Z] v0.0.2-dev.24 [2024-05-30T00:25:37.414Z] v0.0.2-dev.25 [2024-05-30T00:25:37.414Z] v0.0.2-dev.26 [2024-05-30T00:25:37.414Z] v0.0.2-dev.27 [2024-05-30T00:25:37.414Z] v0.0.2-dev.28 [2024-05-30T00:25:37.414Z] v0.0.2-dev.29 [2024-05-30T00:25:37.414Z] v0.0.2-dev.3 [2024-05-30T00:25:37.414Z] v0.0.2-dev.30 [2024-05-30T00:25:37.414Z] v0.0.2-dev.31 [2024-05-30T00:25:37.414Z] v0.0.2-dev.32 [2024-05-30T00:25:37.414Z] v0.0.2-dev.33 [2024-05-30T00:25:37.414Z] v0.0.2-dev.34 [2024-05-30T00:25:37.414Z] v0.0.2-dev.35 [2024-05-30T00:25:37.414Z] v0.0.2-dev.36 [2024-05-30T00:25:37.414Z] v0.0.2-dev.37 [2024-05-30T00:25:37.414Z] v0.0.2-dev.38 [2024-05-30T00:25:37.414Z] v0.0.2-dev.39 [2024-05-30T00:25:37.414Z] v0.0.2-dev.4 [2024-05-30T00:25:37.414Z] v0.0.2-dev.40 [2024-05-30T00:25:37.414Z] v0.0.2-dev.41 [2024-05-30T00:25:37.414Z] v0.0.2-dev.42 [2024-05-30T00:25:37.414Z] v0.0.2-dev.5 [2024-05-30T00:25:37.414Z] v0.0.2-dev.6 [2024-05-30T00:25:37.414Z] v0.0.2-dev.7 [2024-05-30T00:25:37.414Z] v0.0.2-dev.8 [2024-05-30T00:25:37.414Z] v0.0.2-dev.9 [Pipeline] sh [2024-05-30T00:25:37.711Z] + lftools sign git-tag v0.0.2-dev.42 [2024-05-30T00:25:38.278Z] Signing Git tag with Sigul... [2024-05-30T00:25:38.278Z] Signing v0.0.2-dev.42 [Pipeline] echo [2024-05-30T00:25:38.551Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:38.843Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-05-30T00:25:38.851Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-05-30T00:25:38.871Z] $ docker stop --time=1 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 [2024-05-30T00:25:40.161Z] $ docker rm -f --volumes 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-05-30T00:25:40.588Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-30T00:25:40.588Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:40.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:25:40.887Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:40.973Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:25:40.995Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-30T00:25:41.317Z] $ docker top e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-30T00:25:41.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-30T00:25:41.491Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-30T00:25:41.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-30T00:25:41.603Z] $ docker exec e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 ssh-agent [2024-05-30T00:25:41.721Z] SSH_AUTH_SOCK=/tmp/ssh-PVa0ilXCnS9r/agent.31 [2024-05-30T00:25:41.721Z] SSH_AGENT_PID=37 [2024-05-30T00:25:41.726Z] Running ssh-add (command line suppressed) [2024-05-30T00:25:41.817Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15441531451469167273.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15441531451469167273.key) [2024-05-30T00:25:41.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-30T00:25:42.131Z] + git semver bump pre [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,330 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,330 [bump_version] DEBUG bumping version:0.0.2-dev.42 on axis:pre with prefix:dev [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,331 [bump_version] DEBUG bumped version:0.0.2-dev.43 [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,331 [write_version] DEBUG write version:0.0.2-dev.43 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,331 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,331 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,332 [execute] INFO git cat-file --batch-check [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,338 [execute] INFO git cat-file --batch [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-30T00:25:42.391Z] 2024-05-30 00:25:42,344 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:42.391Z] 0.0.2-dev.43 [Pipeline] } [2024-05-30T00:25:42.393Z] $ docker exec --env ******** --env ******** e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 ssh-agent -k [2024-05-30T00:25:42.489Z] unset SSH_AUTH_SOCK; [2024-05-30T00:25:42.489Z] unset SSH_AGENT_PID; [2024-05-30T00:25:42.489Z] echo Agent pid 37 killed; [2024-05-30T00:25:42.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-30T00:25:42.829Z] + git semver [Pipeline] } [2024-05-30T00:25:43.095Z] $ docker stop --time=1 e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 [2024-05-30T00:25:44.329Z] $ docker rm -f --volumes e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-30T00:25:44.692Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-30T00:25:44.692Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:44.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-30T00:25:44.997Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:45.077Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:25:45.098Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-30T00:25:45.422Z] $ docker top f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-30T00:25:45.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-30T00:25:45.527Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-30T00:25:45.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-30T00:25:45.633Z] $ docker exec f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 ssh-agent [2024-05-30T00:25:45.752Z] SSH_AUTH_SOCK=/tmp/ssh-c9qqWDt6f1vK/agent.32 [2024-05-30T00:25:45.752Z] SSH_AGENT_PID=38 [2024-05-30T00:25:45.757Z] Running ssh-add (command line suppressed) [2024-05-30T00:25:45.849Z] Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13239167681572615863.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13239167681572615863.key) [2024-05-30T00:25:45.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-30T00:25:46.160Z] + git semver push [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,331 [run_push] DEBUG push [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,332 [execute] INFO git cat-file --batch-check [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,332 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,336 [execute] INFO git rev-list b79415b5eed6ab25425c94524ad7f396f85502e6 -- [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,337 [execute] DEBUG Popen(['git', 'rev-list', 'b79415b5eed6ab25425c94524ad7f396f85502e6', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,343 [execute] INFO git fetch -v origin [2024-05-30T00:25:46.419Z] 2024-05-30 00:25:46,343 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-05-30T00:25:46.987Z] 2024-05-30 00:25:46,788 [run_push] DEBUG no remote changes detected [2024-05-30T00:25:46.987Z] 2024-05-30 00:25:46,788 [execute] INFO git push origin semver [2024-05-30T00:25:46.987Z] 2024-05-30 00:25:46,789 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-30T00:25:47.925Z] 2024-05-30 00:25:47,552 [run_push] DEBUG push all version tags [2024-05-30T00:25:47.925Z] 2024-05-30 00:25:47,553 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-05-30T00:25:47.925Z] 2024-05-30 00:25:47,553 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) [2024-05-30T00:25:48.493Z] 2024-05-30 00:25:48,229 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main [2024-05-30T00:25:48.493Z] 0.0.2-dev.43 [Pipeline] } [2024-05-30T00:25:48.495Z] $ docker exec --env ******** --env ******** f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 ssh-agent -k [2024-05-30T00:25:48.598Z] unset SSH_AUTH_SOCK; [2024-05-30T00:25:48.598Z] unset SSH_AGENT_PID; [2024-05-30T00:25:48.598Z] echo Agent pid 38 killed; [2024-05-30T00:25:48.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-30T00:25:48.933Z] + git semver [Pipeline] } [2024-05-30T00:25:49.197Z] $ docker stop --time=1 f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 [2024-05-30T00:25:50.472Z] $ docker rm -f --volumes f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-05-30T00:25:51.001Z] + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] [2024-05-30T00:25:51.001Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:25:51.001Z] total 16 [2024-05-30T00:25:51.001Z] drwxr-xr-x 3 root root 4096 May 30 00:14 . [2024-05-30T00:25:51.001Z] drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:25 .. [2024-05-30T00:25:51.001Z] drwxr-xr-x 2 root root 4096 May 30 00:14 cost [2024-05-30T00:25:51.001Z] -rw-r--r-- 1 root root 87 May 30 00:14 cost.csv [2024-05-30T00:25:51.001Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:25:51.001Z] + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives [2024-05-30T00:25:51.001Z] total 16 [2024-05-30T00:25:51.001Z] drwxr-xr-x 3 jenkins jenkins 4096 May 30 00:14 . [2024-05-30T00:25:51.001Z] drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:25 .. [2024-05-30T00:25:51.001Z] drwxr-xr-x 2 jenkins jenkins 4096 May 30 00:14 cost [2024-05-30T00:25:51.001Z] -rw-r--r-- 1 jenkins jenkins 87 May 30 00:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:51.292Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:52.148Z] ---> package-listing.sh [2024-05-30T00:25:52.148Z] ++ facter osfamily [2024-05-30T00:25:52.148Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-30T00:25:52.406Z] + OS_FAMILY=debian [2024-05-30T00:25:52.407Z] + workspace=/w/workspace/gexfoundry_edgex-taf-common_main [2024-05-30T00:25:52.407Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-30T00:25:52.407Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-30T00:25:52.407Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-30T00:25:52.407Z] + PACKAGES=/tmp/packages_start.txt [2024-05-30T00:25:52.407Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-30T00:25:52.407Z] + PACKAGES=/tmp/packages_end.txt [2024-05-30T00:25:52.407Z] + case "${OS_FAMILY}" in [2024-05-30T00:25:52.407Z] + dpkg -l [2024-05-30T00:25:52.407Z] + grep '^ii' [2024-05-30T00:25:52.407Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-30T00:25:52.407Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-30T00:25:52.407Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-30T00:25:52.407Z] + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' [2024-05-30T00:25:52.407Z] + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [2024-05-30T00:25:52.407Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo [2024-05-30T00:25:52.417Z] 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 [2024-05-30T00:25:52.766Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-30T00:25:53.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-30T00:25:53.347Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-30T00:25:53.439Z] prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container [2024-05-30T00:25:53.459Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-30T00:25:53.644Z] $ docker top dbcedafa69a852fac30c6cfbd08c39de00b46b81c1efd5329097c84b4688e583 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-30T00:25:53.998Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-30T00:25:54.283Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-30T00:25:54.566Z] + ls /var/log/sa-host [2024-05-30T00:25:54.567Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-30T00:25:54.734Z] provisioning config files... [2024-05-30T00:25:54.745Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15796663569100470301tmp [Pipeline] { [Pipeline] echo [2024-05-30T00:25:54.763Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:55.045Z] ---> create-netrc.sh [Pipeline] } [2024-05-30T00:25:55.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:55.393Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-30T00:25:55.402Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:55.683Z] ---> sudo-logs.sh [2024-05-30T00:25:55.684Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-30T00:25:55.716Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:55.997Z] ---> job-cost.sh [2024-05-30T00:25:55.998Z] lf-activate-venv: SKIPPING [2024-05-30T00:25:55.998Z] DEBUG: total: 0.2199999988079071 [2024-05-30T00:25:55.998Z] INFO: Retrieving Stack Cost... [2024-05-30T00:25:56.257Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-30T00:25:56.825Z] INFO: Archiving Costs [Pipeline] echo [2024-05-30T00:25:56.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-30T00:25:57.118Z] ---> logs-deploy.sh [2024-05-30T00:25:57.118Z] lf-activate-venv: SKIPPING [2024-05-30T00:25:57.118Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/46 [2024-05-30T00:25:57.118Z] INFO: archiving workspace using pattern(s): [2024-05-30T00:25:58.498Z] Archives upload complete. [2024-05-30T00:25:58.498Z] INFO: archiving logs to Nexus