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 00:08:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:08:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:08:04 ========================================================= 00:08:04 EdgeX Global Pipelines Version Info 00:08:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:08:05 ------------------- 00:08:05 stable info: 00:08:05 ------------------- 00:08:05 Commited By: Ginny Guan ginny@iotechsys.com 00:08:05 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 00:08:05 Message: update stable to v1.0.260 00:08:05 ------------------- 00:08:05 experimental info: 00:08:05 ------------------- 00:08:05 Commited By: Ginny Guan ginny@iotechsys.com 00:08:05 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 00:08:05 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:08:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo 00:08:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:08:06 provisioning config files... 00:08:06 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16438059548462986791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:08:06 ---> ****-login.sh 00:08:06 nexus3.edgexfoundry.org:10001 00:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:06 Configure a credential helper to remove this warning. See 00:08:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:06 00:08:06 Login Succeeded 00:08:06 nexus3.edgexfoundry.org:10002 00:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:06 Configure a credential helper to remove this warning. See 00:08:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:06 00:08:06 Login Succeeded 00:08:06 nexus3.edgexfoundry.org:10003 00:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:07 Configure a credential helper to remove this warning. See 00:08:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:07 00:08:07 Login Succeeded 00:08:07 nexus3.edgexfoundry.org:10004 00:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:07 Configure a credential helper to remove this warning. See 00:08:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:07 00:08:07 Login Succeeded 00:08:07 ****.io 00:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:07 Configure a credential helper to remove this warning. See 00:08:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:07 00:08:07 Login Succeeded 00:08:07 ---> ****-login.sh ends [Pipeline] } 00:08:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:08:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:08:07 + grep -v github /etc/ssh/ssh_known_hosts 00:08:07 + [ -e /tmp/ssh_known_hosts ] 00:08:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:08:07 + sudo tee -a /etc/ssh/ssh_known_hosts 00:08:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:08:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:08:08 00:08:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:08:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:08:08 0.1.4: Pulling from edgex-devops/py-git-semver 00:08:08 b85a868b505f: Pulling fs layer 00:08:08 e2be974225ed: Pulling fs layer 00:08:08 339a4e72a1f5: Pulling fs layer 00:08:08 988bab9f4d93: Pulling fs layer 00:08:08 1469e6f7b9e6: Pulling fs layer 00:08:08 eaf3925da568: Pulling fs layer 00:08:08 bab4dde63d76: Pulling fs layer 00:08:08 bde34c3a00c8: Pulling fs layer 00:08:08 b352a97aabf1: Pulling fs layer 00:08:08 988bab9f4d93: Waiting 00:08:08 4872d77fe225: Pulling fs layer 00:08:08 1469e6f7b9e6: Waiting 00:08:08 5851b861e8e6: Pulling fs layer 00:08:08 eaf3925da568: Waiting 00:08:08 bab4dde63d76: Waiting 00:08:08 bde34c3a00c8: Waiting 00:08:08 b352a97aabf1: Waiting 00:08:08 4872d77fe225: Waiting 00:08:08 5851b861e8e6: Waiting 00:08:08 e2be974225ed: Download complete 00:08:08 988bab9f4d93: Verifying Checksum 00:08:08 988bab9f4d93: Download complete 00:08:08 1469e6f7b9e6: Verifying Checksum 00:08:08 1469e6f7b9e6: Download complete 00:08:08 339a4e72a1f5: Verifying Checksum 00:08:08 339a4e72a1f5: Download complete 00:08:08 eaf3925da568: Verifying Checksum 00:08:08 eaf3925da568: Download complete 00:08:08 bde34c3a00c8: Verifying Checksum 00:08:08 bde34c3a00c8: Download complete 00:08:08 b352a97aabf1: Download complete 00:08:08 4872d77fe225: Download complete 00:08:08 5851b861e8e6: Verifying Checksum 00:08:08 5851b861e8e6: Download complete 00:08:08 b85a868b505f: Verifying Checksum 00:08:08 b85a868b505f: Download complete 00:08:09 bab4dde63d76: Verifying Checksum 00:08:09 bab4dde63d76: Download complete 00:08:09 b85a868b505f: Pull complete 00:08:10 e2be974225ed: Pull complete 00:08:10 339a4e72a1f5: Pull complete 00:08:10 988bab9f4d93: Pull complete 00:08:10 1469e6f7b9e6: Pull complete 00:08:11 eaf3925da568: Pull complete 00:08:12 bab4dde63d76: Pull complete 00:08:12 bde34c3a00c8: Pull complete 00:08:12 b352a97aabf1: Pull complete 00:08:12 4872d77fe225: Pull complete 00:08:12 5851b861e8e6: Pull complete 00:08:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:08:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:08:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:08:13 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:08:13 $ 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 00:08:16 $ docker top 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 -eo pid,comm 00:08:16 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). 00:08:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:08:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:08:16 [ssh-agent] Looking for ssh-agent implementation... 00:08:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:08:16 $ docker exec 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent 00:08:16 SSH_AUTH_SOCK=/tmp/ssh-laG4D4mQwFnL/agent.32 00:08:16 SSH_AGENT_PID=38 00:08:16 Running ssh-add (command line suppressed) 00:08:16 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) 00:08:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:08:17 + git tag --points-at HEAD [Pipeline] } 00:08:17 $ docker exec --env ******** --env ******** 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent -k 00:08:17 unset SSH_AUTH_SOCK; 00:08:17 unset SSH_AGENT_PID; 00:08:17 echo Agent pid 38 killed; 00:08:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:08:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:08:17 [ssh-agent] Looking for ssh-agent implementation... 00:08:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:08:17 $ docker exec 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent 00:08:17 SSH_AUTH_SOCK=/tmp/ssh-DqNOpaHHsRXU/agent.71 00:08:17 SSH_AGENT_PID=77 00:08:17 Running ssh-add (command line suppressed) 00:08:17 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) 00:08:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:08:18 + git semver init 00:08:18 2024-05-30 00:08:18,297 [run_init] DEBUG init version:0.0.0 force:False 00:08:18 2024-05-30 00:08:18,298 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 00:08:18 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 00:08:18 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) 00:08:18 2024-05-30 00:08:18,877 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 00:08:18 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 00:08:18 2024-05-30 00:08:18,877 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:08:18 2024-05-30 00:08:18,878 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:08:18 0.0.2-dev.42 [Pipeline] } 00:08:18 $ docker exec --env ******** --env ******** 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 ssh-agent -k 00:08:19 unset SSH_AUTH_SOCK; 00:08:19 unset SSH_AGENT_PID; 00:08:19 echo Agent pid 77 killed; 00:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:08:19 + git semver [Pipeline] } 00:08:19 $ docker stop --time=1 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 00:08:20 $ docker rm -f --volumes 1a755b4f022a43588667d1ff83cb9253816ea40f5bc27834d2225d28831e1b84 [Pipeline] // withDockerContainer [Pipeline] sh 00:08:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:08:21 Stashed 1 file(s) [Pipeline] echo 00:08:21 [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 00:08:21 provisioning config files... 00:08:21 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config14382142313740399294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:08:21 ---> ****-login.sh 00:08:21 nexus3.edgexfoundry.org:10001 00:08:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:21 Configure a credential helper to remove this warning. See 00:08:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:21 00:08:21 Login Succeeded 00:08:21 nexus3.edgexfoundry.org:10002 00:08:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:21 Configure a credential helper to remove this warning. See 00:08:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:21 00:08:21 Login Succeeded 00:08:21 nexus3.edgexfoundry.org:10003 00:08:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:22 Configure a credential helper to remove this warning. See 00:08:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:22 00:08:22 Login Succeeded 00:08:22 nexus3.edgexfoundry.org:10004 00:08:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:22 Configure a credential helper to remove this warning. See 00:08:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:22 00:08:22 Login Succeeded 00:08:22 ****.io 00:08:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:08:22 Configure a credential helper to remove this warning. See 00:08:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:08:22 00:08:22 Login Succeeded 00:08:22 ---> ****-login.sh ends [Pipeline] } 00:08:22 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 00:08:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:08:23 + ls -al . 00:08:23 total 72 00:08:23 drwxrwxr-x 7 jenkins jenkins 4096 May 30 00:08 . 00:08:23 drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:07 .. 00:08:23 drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:08 .git 00:08:23 drwxrwxr-x 2 jenkins jenkins 4096 May 30 00:08 .github 00:08:23 -rw-rw-r-- 1 jenkins jenkins 22 May 30 00:08 .gitignore 00:08:23 drwxr-xr-x 3 jenkins jenkins 4096 May 30 00:08 .semver 00:08:23 -rw-rw-r-- 1 jenkins jenkins 1619 May 30 00:08 Dockerfile 00:08:23 -rw-rw-r-- 1 jenkins jenkins 746 May 30 00:08 Jenkinsfile 00:08:23 -rw-rw-r-- 1 jenkins jenkins 11381 May 30 00:08 LICENSE 00:08:23 -rw-rw-r-- 1 jenkins jenkins 3606 May 30 00:08 README.md 00:08:23 drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:08 TAF-Manager 00:08:23 drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:08 TUC 00:08:23 -rw-rw-r-- 1 jenkins jenkins 12 May 30 00:08 VERSION 00:08:23 -rw-rw-r-- 1 jenkins jenkins 343 May 30 00:08 requirements.txt 00:08:23 -rw-rw-r-- 1 jenkins jenkins 54 May 30 00:08 robot-entrypoint.sh 00:08:23 -rw-rw-r-- 1 jenkins jenkins 445 May 30 00:08 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:08:23 + 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 . 00:08:23 Sending build context to Docker daemon 589.3kB 00:08:23 Step 1/13 : FROM alpine:3.20 00:08:24 3.20: Pulling from library/alpine 00:08:24 d25f557d7f31: Pulling fs layer 00:08:24 d25f557d7f31: Download complete 00:08:24 d25f557d7f31: Pull complete 00:08:24 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 00:08:24 Status: Downloaded newer image for alpine:3.20 00:08:24 ---> 1d34ffeaf190 00:08:24 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 00:08:24 ---> Running in c14ae88b094d 00:08:24 Removing intermediate container c14ae88b094d 00:08:24 ---> 5576ccf8b23f 00:08:24 Step 3/13 : LABEL maintainer="Bruce Huang " 00:08:25 ---> Running in 1ee3e7aca542 00:08:25 Removing intermediate container 1ee3e7aca542 00:08:25 ---> 2cc3acdc8de2 00:08:25 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 00:08:25 ---> 03d5f05d4df1 00:08:25 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 00:08:25 ---> c4070c237d3d 00:08:25 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 00:08:25 ---> d5c738e1a4de 00:08:25 Step 7/13 : WORKDIR /edgex-taf 00:08:25 ---> Running in 95d99a893d0c 00:08:25 Removing intermediate container 95d99a893d0c 00:08:25 ---> 1b12b27243d2 00:08:25 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:25 ---> Running in b175f2b9883d 00:08:26 Removing intermediate container b175f2b9883d 00:08:26 ---> 57dc2f179e99 00:08:26 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 00:08:26 ---> Running in 828a86b85899 00:08:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:08:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:08:28 OK: 8 MiB in 14 packages 00:08:28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:08:28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:08:29 (1/14) Installing ca-certificates (20240226-r0) 00:08:29 (2/14) Installing brotli-libs (1.1.0-r2) 00:08:29 (3/14) Installing c-ares (1.28.1-r0) 00:08:30 (4/14) Installing libunistring (1.2-r0) 00:08:30 (5/14) Installing libidn2 (2.3.7-r0) 00:08:31 (6/14) Installing nghttp2-libs (1.62.0-r0) 00:08:31 (7/14) Installing libpsl (0.21.5-r1) 00:08:31 (8/14) Installing zstd-libs (1.5.6-r0) 00:08:32 (9/14) Installing libcurl (8.7.1-r0) 00:08:32 (10/14) Installing curl (8.7.1-r0) 00:08:33 (11/14) Installing docker-cli (26.1.3-r0) 00:08:33 (12/14) Installing oniguruma (6.9.9-r0) 00:08:33 (13/14) Installing jq (1.7.1-r0) 00:08:34 (14/14) Installing openssl (3.3.0-r2) 00:08:34 Executing busybox-1.36.1-r28.trigger 00:08:34 Executing ca-certificates-20240226-r0.trigger 00:08:34 OK: 43 MiB in 28 packages 00:08:34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:08:35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:08:36 (1/167) Installing libexpat (2.6.2-r0) 00:08:36 (2/167) Installing libbz2 (1.0.8-r6) 00:08:36 Still waiting to schedule task 00:08:36 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1119’ is offline 00:08:36 (3/167) Installing libpng (1.6.43-r0) 00:08:37 (4/167) Installing freetype (2.13.2-r0) 00:08:37 (5/167) Installing fontconfig (2.15.0-r1) 00:08:37 (6/167) Installing libfontenc (1.1.8-r0) 00:08:37 (7/167) Installing mkfontscale (1.2.2-r6) 00:08:38 (8/167) Installing font-opensans (0_git20210927-r1) 00:08:38 (9/167) Installing pkgconf (2.2.0-r0) 00:08:39 (10/167) Installing libgcc (13.2.1_git20240309-r0) 00:08:39 (11/167) Installing libffi (3.4.6-r0) 00:08:39 (12/167) Installing libintl (0.22.5-r0) 00:08:40 (13/167) Installing libeconf (0.6.3-r0) 00:08:40 (14/167) Installing libblkid (2.40.1-r1) 00:08:40 (15/167) Installing libmount (2.40.1-r1) 00:08:41 (16/167) Installing pcre2 (10.43-r0) 00:08:41 (17/167) Installing glib (2.80.2-r0) 00:08:42 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 00:08:42 (19/167) Installing xz-libs (5.6.1-r3) 00:08:42 (20/167) Installing libxml2 (2.12.7-r0) 00:08:43 (21/167) Installing shared-mime-info (2.4-r0) 00:08:43 (22/167) Installing hicolor-icon-theme (0.17-r2) 00:08:43 (23/167) Installing libjpeg-turbo (3.0.3-r0) 00:08:44 (24/167) Installing libsharpyuv (1.3.2-r0) 00:08:44 (25/167) Installing libwebp (1.3.2-r0) 00:08:45 (26/167) Installing tiff (4.6.0t-r0) 00:08:45 (27/167) Installing gdk-pixbuf (2.42.11-r1) 00:08:45 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 00:08:46 (29/167) Installing libxau (1.0.11-r4) 00:08:46 (30/167) Installing libmd (1.1.0-r0) 00:08:46 (31/167) Installing libbsd (0.12.2-r0) 00:08:46 (32/167) Installing libxdmcp (1.1.5-r1) 00:08:47 (33/167) Installing libxcb (1.16.1-r0) 00:08:47 (34/167) Installing libx11 (1.8.9-r1) 00:08:48 (35/167) Installing libxcomposite (0.4.6-r5) 00:08:48 (36/167) Installing libxfixes (6.0.1-r4) 00:08:48 (37/167) Installing libxrender (0.9.11-r5) 00:08:48 (38/167) Installing libxcursor (1.2.2-r1) 00:08:49 (39/167) Installing libxdamage (1.1.6-r5) 00:08:49 (40/167) Installing libxext (1.3.6-r2) 00:08:49 (41/167) Installing libxi (1.8.1-r4) 00:08:49 (42/167) Installing libxinerama (1.1.5-r4) 00:08:50 (43/167) Installing libxrandr (1.5.4-r1) 00:08:50 (44/167) Installing libatk-1.0 (2.52.0-r0) 00:08:51 (45/167) Installing libxtst (1.2.4-r6) 00:08:51 (46/167) Installing dbus-libs (1.14.10-r1) 00:08:51 (47/167) Installing at-spi2-core (2.52.0-r0) 00:08:51 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 00:08:52 (49/167) Installing pixman (0.43.2-r0) 00:08:52 (50/167) Installing cairo (1.18.0-r0) 00:08:52 (51/167) Installing cairo-gobject (1.18.0-r0) 00:08:53 (52/167) Installing avahi-libs (0.8-r17) 00:08:53 (53/167) Installing gmp (6.3.0-r1) 00:08:54 (54/167) Installing nettle (3.9.1-r0) 00:08:54 (55/167) Installing libtasn1 (4.19.0-r2) 00:08:54 (56/167) Installing p11-kit (0.25.3-r0) 00:08:55 (57/167) Installing gnutls (3.8.5-r0) 00:08:55 (58/167) Installing cups-libs (2.4.8-r0) 00:08:56 (59/167) Installing libepoxy (1.5.10-r1) 00:08:56 (60/167) Installing fribidi (1.0.14-r0) 00:08:56 (61/167) Installing graphite2 (1.3.14-r6) 00:08:57 (62/167) Installing harfbuzz (8.5.0-r0) 00:08:57 (63/167) Installing libxft (2.3.8-r3) 00:08:57 (64/167) Installing pango (1.52.2-r0) 00:08:58 (65/167) Installing wayland-libs-client (1.22.0-r4) 00:08:58 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 00:08:58 (67/167) Installing wayland-libs-egl (1.22.0-r4) 00:08:59 (68/167) Installing xkeyboard-config (2.41-r0) 00:08:59 (69/167) Installing libxkbcommon (1.7.0-r0) 00:08:59 (70/167) Installing gtk+3.0 (3.24.42-r0) 00:09:00 (71/167) Installing icu-data-full (74.2-r0) 00:09:01 (72/167) Installing mesa (24.0.8-r1) 00:09:01 (73/167) Installing llvm17-libs (17.0.6-r1) 00:09:03 (74/167) Installing hwdata-pci (0.382-r0) 00:09:03 (75/167) Installing libpciaccess (0.18.1-r0) 00:09:03 (76/167) Installing libdrm (2.4.120-r0) 00:09:04 (77/167) Installing libelf (0.191-r0) 00:09:04 (78/167) Installing mesa-glapi (24.0.8-r1) 00:09:04 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 00:09:05 (80/167) Installing eudev-libs (3.2.14-r2) 00:09:05 (81/167) Installing libmagic (5.45-r1) 00:09:06 (82/167) Installing file (5.45-r1) 00:09:06 (83/167) Installing xprop (1.2.7-r0) 00:09:06 (84/167) Installing libice (1.1.1-r6) 00:09:06 (85/167) Installing libuuid (2.40.1-r1) 00:09:07 (86/167) Installing libsm (1.2.4-r4) 00:09:07 (87/167) Installing libxt (1.3.0-r5) 00:09:07 (88/167) Installing libxmu (1.1.4-r2) 00:09:08 (89/167) Installing xset (1.2.5-r1) 00:09:08 (90/167) Installing xdg-utils (1.2.1-r0) 00:09:08 (91/167) Installing libogg (1.3.5-r5) 00:09:09 (92/167) Installing libflac (1.4.3-r1) 00:09:09 (93/167) Installing alsa-lib (1.2.11-r0) 00:09:09 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 00:09:10 (95/167) Installing aom-libs (3.9.0-r0) 00:09:10 (96/167) Installing libva (2.21.0-r0) 00:09:11 (97/167) Installing libvdpau (1.5-r3) 00:09:11 (98/167) Installing onevpl-libs (2023.3.1-r2) 00:09:12 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 00:09:12 (100/167) Installing libdav1d (1.4.2-r0) 00:09:12 (101/167) Installing openexr-libiex (3.1.13-r1) 00:09:13 (102/167) Installing openexr-libilmthread (3.1.13-r1) 00:09:13 (103/167) Installing imath (3.1.11-r2) 00:09:13 (104/167) Installing openexr-libopenexr (3.1.13-r1) 00:09:14 (105/167) Installing giflib (5.2.2-r0) 00:09:14 (106/167) Installing libhwy (1.0.7-r0) 00:09:14 (107/167) Installing lcms2 (2.16-r0) 00:09:15 (108/167) Installing libjxl (0.10.2-r0) 00:09:15 (109/167) Installing lame-libs (3.100-r5) 00:09:16 (110/167) Installing opus (1.5.2-r0) 00:09:16 (111/167) Installing rav1e-libs (0.7.1-r0) 00:09:17 (112/167) Installing libgomp (13.2.1_git20240309-r0) 00:09:17 (113/167) Installing soxr (0.1.3-r7) 00:09:17 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 00:09:18 (115/167) Installing libtheora (1.1.1-r18) 00:09:18 (116/167) Installing libvorbis (1.3.7-r2) 00:09:18 (117/167) Installing libvpx (1.14.0-r0) 00:09:19 (118/167) Installing libwebpmux (1.3.2-r0) 00:09:19 (119/167) Installing x264-libs (0.164_git20231001-r0) 00:09:20 (120/167) Installing numactl (2.0.18-r0) 00:09:20 (121/167) Installing x265-libs (3.6-r0) 00:09:21 (122/167) Installing xvidcore (1.3.7-r2) 00:09:21 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 00:09:22 (124/167) Installing libbluray (1.3.4-r1) 00:09:22 (125/167) Installing mpg123-libs (1.32.6-r0) 00:09:22 (126/167) Installing libopenmpt (0.7.7-r0) 00:09:23 (127/167) Installing cjson (1.7.18-r0) 00:09:23 (128/167) Installing mbedtls (3.6.0-r0) 00:09:23 (129/167) Installing librist (0.2.10-r1) 00:09:24 (130/167) Installing libsrt (1.5.3-r0) 00:09:24 (131/167) Installing libssh (0.10.6-r0) 00:09:25 (132/167) Installing libsodium (1.0.19-r0) 00:09:25 (133/167) Installing libzmq (4.3.5-r2) 00:09:25 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 00:09:26 (135/167) Installing crc32c (1.1.2-r0) 00:09:26 (136/167) Installing double-conversion (3.3.0-r0) 00:09:26 (137/167) Installing libevent (2.1.12-r7) 00:09:27 (138/167) Installing wayland-libs-server (1.22.0-r4) 00:09:27 (139/167) Installing mesa-gbm (24.0.8-r1) 00:09:28 (140/167) Installing harfbuzz-subset (8.5.0-r0) 00:09:28 (141/167) Installing icu-libs (74.2-r0) 00:09:29 (142/167) Installing minizip (1.3.1-r0) 00:09:29 (143/167) Installing nspr (4.35-r4) 00:09:29 (144/167) Installing sqlite-libs (3.45.3-r1) 00:09:30 (145/167) Installing nss (3.100-r0) 00:09:30 (146/167) Installing openh264 (2.4.1-r0) 00:09:31 (147/167) Installing libcamera-ipa (0.3.0-r0) 00:09:31 (148/167) Installing libunwind (1.8.1-r0) 00:09:31 (149/167) Installing yaml (0.2.5-r2) 00:09:32 (150/167) Installing libcamera (0.3.0-r0) 00:09:32 (151/167) Installing speexdsp (1.2.1-r2) 00:09:33 (152/167) Installing libuv (1.48.0-r0) 00:09:33 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 00:09:33 (154/167) Installing libsndfile (1.2.2-r0) 00:09:34 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 00:09:34 (156/167) Installing pipewire-libs (1.0.6-r1) 00:09:35 (157/167) Installing libasyncns (0.8-r3) 00:09:35 (158/167) Installing libltdl (2.4.7-r3) 00:09:35 (159/167) Installing orc (0.4.37-r0) 00:09:36 (160/167) Installing tdb-libs (1.4.9-r1) 00:09:36 (161/167) Installing libpulse (17.0-r0) 00:09:36 (162/167) Installing libwebpdemux (1.3.2-r0) 00:09:37 (163/167) Installing libgpg-error (1.49-r0) 00:09:37 (164/167) Installing libgcrypt (1.10.3-r0) 00:09:37 (165/167) Installing libxslt (1.1.39-r1) 00:09:38 (166/167) Installing chromium (125.0.6422.112-r0) 00:09:53 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 00:09:53 Executing busybox-1.36.1-r28.trigger 00:09:53 Executing fontconfig-2.15.0-r1.trigger 00:09:53 Executing mkfontscale-1.2.2-r6.trigger 00:09:53 Executing glib-2.80.2-r0.trigger 00:09:53 Executing shared-mime-info-2.4-r0.trigger 00:09:53 Executing gdk-pixbuf-2.42.11-r1.trigger 00:09:53 Executing gtk-update-icon-cache-3.24.42-r0.trigger 00:09:53 Executing gtk+3.0-3.24.42-r0.trigger 00:09:53 OK: 657 MiB in 195 packages 00:09:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:09:54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:09:54 (1/30) Installing jansson (2.14-r4) 00:09:55 (2/30) Installing binutils (2.42-r0) 00:09:55 (3/30) Installing libatomic (13.2.1_git20240309-r0) 00:09:55 (4/30) Installing isl26 (0.26-r1) 00:09:56 (5/30) Installing mpfr4 (4.2.1-r0) 00:09:57 (6/30) Installing mpc1 (1.3.1-r1) 00:09:57 (7/30) Installing gcc (13.2.1_git20240309-r0) 00:09:58 (8/30) Installing musl-dev (1.2.5-r0) 00:09:59 (9/30) Installing linux-headers (6.6-r0) 00:09:59 (10/30) Installing libffi-dev (3.4.6-r0) 00:10:00 (11/30) Installing libpq (16.3-r0) 00:10:00 (12/30) Installing openssl-dev (3.3.0-r2) 00:10:00 (13/30) Installing libpq-dev (16.3-r0) 00:10:01 (14/30) Installing libecpg (16.3-r0) 00:10:01 (15/30) Installing libecpg-dev (16.3-r0) 00:10:01 (16/30) Installing clang16-headers (16.0.6-r5) 00:10:02 (17/30) Installing llvm16-libs (16.0.6-r8) 00:10:12 (18/30) Installing clang16-libs (16.0.6-r5) 00:10:12 (19/30) Installing fortify-headers (1.1-r3) 00:10:12 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 00:10:13 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 00:10:13 (22/30) Installing clang16 (16.0.6-r5) 00:10:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1122 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 00:10:13 Selected Git installation does not exist. Using Default 00:10:13 The recommended git tool is: NONE 00:10:13 (23/30) Installing icu (74.2-r0) 00:10:14 (24/30) Installing icu-dev (74.2-r0) 00:10:14 (25/30) Installing llvm16 (16.0.6-r8) 00:10:16 (26/30) Installing lz4-libs (1.9.4-r5) 00:10:16 (27/30) Installing lz4-dev (1.9.4-r5) 00:10:16 (28/30) Installing zstd (1.5.6-r0) 00:10:17 (29/30) Installing zstd-dev (1.5.6-r0) 00:10:17 (30/30) Installing postgresql16-dev (16.3-r0) 00:10:18 Executing busybox-1.36.1-r28.trigger 00:10:18 OK: 1193 MiB in 225 packages 00:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:10:19 (1/14) Installing g++ (13.2.1_git20240309-r0) 00:10:20 (2/14) Installing gdbm (1.23-r1) 00:10:20 (3/14) Installing mpdecimal (4.0.0-r0) 00:10:20 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 00:10:20 (5/14) Installing libncursesw (6.4_p20240420-r0) 00:10:21 (6/14) Installing libpanelw (6.4_p20240420-r0) 00:10:21 (7/14) Installing readline (8.2.10-r0) 00:10:21 using credential edgex-jenkins-ssh 00:10:21 (8/14) Installing python3 (3.12.3-r1) 00:10:21 Cloning the remote Git repository 00:10:22 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 00:10:22 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 00:10:22 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 00:10:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 00:10:22 > git --version # timeout=10 00:10:22 > git --version # 'git version 2.25.1' 00:10:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:10:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:10:23 (10/14) Installing pyc (3.12.3-r1) 00:10:23 (11/14) Installing python3-pyc (3.12.3-r1) 00:10:23 (12/14) Installing python3-dev (3.12.3-r1) 00:10:24 Avoid second fetch 00:10:24 Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) 00:10:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 00:10:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:10:24 > git config core.sparsecheckout # timeout=10 00:10:25 (13/14) Installing libsodium-dev (1.0.19-r0) 00:10:25 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" 00:10:25 (14/14) Installing zeromq-dev (4.3.5-r2) 00:10:25 Executing busybox-1.36.1-r28.trigger 00:10:25 OK: 1359 MiB in 239 packages 00:10:24 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 00:10:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:10:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:10:27 OK: 1359 MiB in 239 packages 00:10:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:10:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:10:28 (1/1) Installing tzdata (2024a-r1) 00:10:28 OK: 1361 MiB in 240 packages 00:10:28 (1/1) Purging tzdata (2024a-r1) 00:10:28 OK: 1359 MiB in 239 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:10:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:10:30 % Total % Received % Xferd Average Speed Time Time Time Current 00:10:30 Dload Upload Total Spent Left Speed 00:10:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 167k 0 --:--:-- --:--:-- --:--:-- 167k [Pipeline] sh 00:10:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:10:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:10:30 + sudo tee /etc/docker/daemon.new 00:10:30 { 00:10:30 "registry-mirrors": [ 00:10:30 "https://nexus3.edgexfoundry.org:10001" 00:10:30 ], 00:10:30 "bip": "10.250.0.254/24", 00:10:30 "hosts": [ 00:10:30 "tcp://0.0.0.0:5555", 00:10:30 "unix:///var/run/docker.sock" 00:10:30 ], 00:10:30 "mtu": 1458, 00:10:30 "selinux-enabled": true, 00:10:30 "seccomp-profile": "/etc/docker/seccomp.json" 00:10:30 } [Pipeline] sh 00:10:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:10:31 Looking in links: /tmp/tmpvki3y81r 00:10:31 Processing /tmp/tmpvki3y81r/pip-24.0-py3-none-any.whl 00:10:31 Installing collected packages: pip 00:10:31 + sudo service docker restart 00:10:32 Successfully installed pip-24.0 00:10:32 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 00:10:32 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 00:10:33 Collecting setuptools 00:10:33 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 00:10:33 Collecting wheel 00:10:33 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 00:10:33 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 00:10:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 39.1 MB/s eta 0:00:00 00:10:33 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 00:10:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 197.1 MB/s eta 0:00:00 00:10:33 Installing collected packages: wheel, setuptools 00:10:33 Successfully installed setuptools-70.0.0 wheel-0.43.0 00:10:33 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 00:10:34 Processing ./edgex-taf-common 00:10:34 Preparing metadata (setup.py): started 00:10:34 Preparing metadata (setup.py): finished with status 'done' 00:10:34 Building wheels for collected packages: edgex-taf-common 00:10:34 Building wheel for edgex-taf-common (setup.py): started 00:10:35 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 00:10:35 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=e80d7c9623d1989da609bedf56a740511e0389ee6b96e1ef0d21676e4b5b8f01 00:10:35 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 00:10:35 Successfully built edgex-taf-common 00:10:35 Installing collected packages: edgex-taf-common 00:10:35 Successfully installed edgex-taf-common-0.0.0 00:10:35 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 00:10:35 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 00:10:35 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 00:10:35 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 00:10:35 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 00:10:35 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 00:10:35 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 00:10:35 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 00:10:35 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 00:10:36 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 00:10:36 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 00:10:36 Preparing metadata (setup.py): started 00:10:36 Preparing metadata (setup.py): finished with status 'done' 00:10:36 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 00:10:36 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 00:10:36 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 00:10:36 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 00:10:36 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 00:10:36 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 00:10:36 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 00:10:36 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 00:10:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 11.9 MB/s eta 0:00:00 00:10:36 Preparing metadata (setup.py): started 00:10:36 Preparing metadata (setup.py): finished with status 'done' 00:10:36 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 00:10:36 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 00:10:37 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 00:10:37 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 00:10:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 206.5 kB/s eta 0:00:00 00:10:37 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 00:10:37 Downloading psutil-5.9.5.tar.gz (493 kB) 00:10:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 15.5 MB/s eta 0:00:00 00:10:37 Installing build dependencies: started 00:10:39 Installing build dependencies: finished with status 'done' 00:10:39 Getting requirements to build wheel: started 00:10:39 Getting requirements to build wheel: finished with status 'done' 00:10:39 Preparing metadata (pyproject.toml): started 00:10:39 Preparing metadata (pyproject.toml): finished with status 'done' 00:10:39 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 00:10:39 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 00:10:40 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 00:10:40 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 00:10:40 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 00:10:40 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 00:10:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 8.8 MB/s eta 0:00:00 00:10:40 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 00:10:40 Downloading psycopg2-2.9.9.tar.gz (384 kB) 00:10:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 37.3 MB/s eta 0:00:00 00:10:40 Preparing metadata (setup.py): started 00:10:40 Preparing metadata (setup.py): finished with status 'done' 00:10:40 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 00:10:40 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 00:10:40 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:40 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 00:10:40 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:40 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 00:10:40 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:40 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 00:10:40 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:40 Downloading flex-6.14.1.tar.gz (40 kB) 00:10:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.6 MB/s eta 0:00:00 00:10:41 Preparing metadata (setup.py): started 00:10:41 Preparing metadata (setup.py): finished with status 'done' 00:10:41 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 00:10:41 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 00:10:41 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 00:10:41 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 00:10:41 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 00:10:41 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:41 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 00:10:41 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 00:10:41 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 00:10:41 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 00:10:41 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 00:10:41 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 00:10:41 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 00:10:41 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 00:10:41 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 00:10:41 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:10:41 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 00:10:41 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:10:41 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 00:10:41 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:10:41 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 00:10:42 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:10:42 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 00:10:42 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) 00:10:42 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:10:42 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 00:10:42 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:10:42 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 00:10:42 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:42 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 00:10:42 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:42 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 00:10:42 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:42 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 00:10:42 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:42 Downloading validate_email-1.3.tar.gz (4.7 kB) 00:10:42 Preparing metadata (setup.py): started 00:10:42 Preparing metadata (setup.py): finished with status 'done' 00:10:42 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:42 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 00:10:42 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:42 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 00:10:42 Preparing metadata (setup.py): started 00:10:43 Preparing metadata (setup.py): finished with status 'done' 00:10:43 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 00:10:43 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 00:10:43 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 00:10:43 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 00:10:43 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 00:10:43 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 00:10:43 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:10:43 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 00:10:43 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:43 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 00:10:43 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:43 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 00:10:43 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:43 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 00:10:43 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:10:43 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 00:10:43 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)) 00:10:43 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 00:10:44 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)) 00:10:44 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 00:10:44 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 24.1 MB/s eta 0:00:00 00:10:44 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 00:10:44 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 00:10:44 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 12.4 MB/s eta 0:00:00 00:10:44 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 00:10:44 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 00:10:44 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.8 MB/s eta 0:00:00 00:10:44 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 20.2 MB/s eta 0:00:00 00:10:44 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 57.9 MB/s eta 0:00:00 00:10:44 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 30.0 MB/s eta 0:00:00 00:10:44 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 41.6 MB/s eta 0:00:00 00:10:44 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 9.3 MB/s eta 0:00:00 00:10:44 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 47.2 MB/s eta 0:00:00 00:10:44 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 23.1 MB/s eta 0:00:00 00:10:44 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 19.8 MB/s eta 0:00:00 00:10:44 Downloading idna-3.7-py3-none-any.whl (66 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.6 MB/s eta 0:00:00 00:10:44 Downloading packaging-24.0-py3-none-any.whl (53 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 8.3 MB/s eta 0:00:00 00:10:44 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 00:10:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 31.0 MB/s eta 0:00:00 00:10:44 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 18.6 MB/s eta 0:00:00 00:10:45 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 00:10:45 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 90.9 MB/s eta 0:00:00 00:10:45 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 18.5 MB/s eta 0:00:00 00:10:45 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 8.2 MB/s eta 0:00:00 00:10:45 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 46.0 MB/s eta 0:00:00 00:10:45 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 00:10:45 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 00:10:45 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 11.2 MB/s eta 0:00:00 00:10:45 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 29.9 MB/s eta 0:00:00 00:10:45 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 41.5 MB/s eta 0:00:00 00:10:45 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 00:10:45 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 8.5 MB/s eta 0:00:00 00:10:45 Downloading click-8.1.7-py3-none-any.whl (97 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 14.0 MB/s eta 0:00:00 00:10:45 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 00:10:45 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 00:10:45 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 54.9 MB/s eta 0:00:00 00:10:45 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 00:10:45 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 00:10:45 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 28.7 MB/s eta 0:00:00 00:10:45 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 00:10:45 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 16.2 MB/s eta 0:00:00 00:10:45 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 00:10:45 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 00:10:45 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.8 MB/s eta 0:00:00 00:10:45 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 00:10:45 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 00:10:45 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 00:10:45 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 00:10:45 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 00:10:45 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 00:10:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.5 MB/s eta 0:00:00 00:10:45 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 00:10:45 Building wheel for robotbackgroundlogger (setup.py): started 00:10:45 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 00:10:45 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=37a332e00746d6262ae6afbe92156fc4835e14bc5237b9c871d7b57087d3ace4 00:10:45 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 00:10:45 Building wheel for paho-mqtt (setup.py): started 00:10:46 Building wheel for paho-mqtt (setup.py): finished with status 'done' 00:10:46 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=54380d9c7f0ab668e7a6998ceffdfea6026523083b5ce9837a3be971b575ace3 00:10:46 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 00:10:46 Building wheel for psutil (pyproject.toml): started 00:10:47 Building wheel for psutil (pyproject.toml): finished with status 'done' 00:10:47 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281483 sha256=73dfa4ad2d98bf9793f470af084846250128d52173fed75740452d239337502b 00:10:47 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 00:10:47 Building wheel for psycopg2 (setup.py): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:10:49 provisioning config files... 00:10:49 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16600563223067161927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:10:50 ---> ****-login.sh 00:10:50 nexus3.edgexfoundry.org:10001 00:10:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:10:50 Configure a credential helper to remove this warning. See 00:10:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:10:50 00:10:50 Login Succeeded 00:10:50 nexus3.edgexfoundry.org:10002 00:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:10:51 Configure a credential helper to remove this warning. See 00:10:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:10:51 00:10:51 Login Succeeded 00:10:51 nexus3.edgexfoundry.org:10003 00:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:10:51 Configure a credential helper to remove this warning. See 00:10:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:10:51 00:10:51 Login Succeeded 00:10:51 nexus3.edgexfoundry.org:10004 00:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:10:51 Configure a credential helper to remove this warning. See 00:10:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:10:51 00:10:51 Login Succeeded 00:10:51 ****.io 00:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:10:52 Configure a credential helper to remove this warning. See 00:10:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:10:52 00:10:52 Login Succeeded 00:10:52 ---> ****-login.sh ends [Pipeline] } 00:10:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:10:57 Building wheel for psycopg2 (setup.py): finished with status 'done' 00:10:57 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521875 sha256=ef2c4534ccbb0cdeb072541dfd939e859ba78b83e5f3d4a3112f65800775a2e6 00:10:57 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 00:10:57 Building wheel for flex (setup.py): started 00:10:57 Building wheel for flex (setup.py): finished with status 'done' 00:10:57 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=ab8760dd94c55a2a4ac078e27d84c6f87d9e0b54cf43ce1157d376efbe39a43d 00:10:57 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 00:10:57 Building wheel for strict-rfc3339 (setup.py): started 00:10:57 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 00:10:57 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=e2b30d3e9e046e04c5f1d0b38fe34160c6ea7102339504bca38cbbc83be7c09e 00:10:57 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 00:10:57 Building wheel for validate-email (setup.py): started 00:10:57 Building wheel for validate-email (setup.py): finished with status 'done' 00:10:57 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=7884d748e2093666ef6a66dccd61e00ca9c2ee3dee78ba9f68aa7acd92a5e3ad 00:10:57 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 00:10:57 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 00:10:57 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 00:11:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:11:02 + ls -al . 00:11:02 total 68 00:11:02 drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:10 . 00:11:02 drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:10 .. 00:11:02 drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:10 .git 00:11:02 drwxrwxr-x 2 jenkins jenkins 4096 May 30 00:10 .github 00:11:02 -rw-rw-r-- 1 jenkins jenkins 22 May 30 00:10 .gitignore 00:11:02 -rw-rw-r-- 1 jenkins jenkins 1619 May 30 00:10 Dockerfile 00:11:02 -rw-rw-r-- 1 jenkins jenkins 746 May 30 00:10 Jenkinsfile 00:11:02 -rw-rw-r-- 1 jenkins jenkins 11381 May 30 00:10 LICENSE 00:11:02 -rw-rw-r-- 1 jenkins jenkins 3606 May 30 00:10 README.md 00:11:02 drwxrwxr-x 4 jenkins jenkins 4096 May 30 00:10 TAF-Manager 00:11:02 drwxrwxr-x 6 jenkins jenkins 4096 May 30 00:10 TUC 00:11:02 -rw-rw-r-- 1 jenkins jenkins 12 May 30 00:08 VERSION 00:11:02 -rw-rw-r-- 1 jenkins jenkins 343 May 30 00:10 requirements.txt 00:11:02 -rw-rw-r-- 1 jenkins jenkins 54 May 30 00:10 robot-entrypoint.sh 00:11:02 -rw-rw-r-- 1 jenkins jenkins 445 May 30 00:10 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:11:02 + 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 . 00:11:02 Sending build context to Docker daemon 363kB 00:11:02 Step 1/13 : FROM alpine:3.20 00:11:03 3.20: Pulling from library/alpine 00:11:03 94747bd81234: Pulling fs layer 00:11:03 94747bd81234: Verifying Checksum 00:11:03 94747bd81234: Download complete 00:11:04 94747bd81234: Pull complete 00:11:04 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 00:11:04 Status: Downloaded newer image for alpine:3.20 00:11:04 ---> 442043f030d3 00:11:04 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 00:11:04 ---> Running in edf6113e8626 00:11:05 Removing intermediate container edf6113e8626 00:11:05 ---> 3df2240d81a5 00:11:05 Step 3/13 : LABEL maintainer="Bruce Huang " 00:11:05 ---> Running in b497441f277c 00:11:05 Removing intermediate container b497441f277c 00:11:05 ---> 29f300fd19c9 00:11:05 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 00:11:05 ---> 96a7a3405f8a 00:11:05 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 00:11:06 ---> acdf5d5b03ba 00:11:06 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 00:11:07 ---> 641c171c2d90 00:11:07 Step 7/13 : WORKDIR /edgex-taf 00:11:07 ---> Running in a7b460205c86 00:11:07 Removing intermediate container a7b460205c86 00:11:07 ---> 6dedf2de0b3d 00:11:07 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:11:07 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 00:11:07 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 00:11:07 ---> Running in bdfe539e6dbf 00:11:09 Removing intermediate container bdfe539e6dbf 00:11:09 ---> 07f0c123e5b5 00:11:09 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 00:11:09 ---> Running in a6136f0cddc7 00:11:10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:11:11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:11:12 OK: 9 MiB in 14 packages 00:11:12 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:11:13 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:11:15 (1/14) Installing ca-certificates (20240226-r0) 00:11:15 (2/14) Installing brotli-libs (1.1.0-r2) 00:11:15 (3/14) Installing c-ares (1.28.1-r0) 00:11:16 (4/14) Installing libunistring (1.2-r0) 00:11:17 (5/14) Installing libidn2 (2.3.7-r0) 00:11:17 (6/14) Installing nghttp2-libs (1.62.0-r0) 00:11:17 (7/14) Installing libpsl (0.21.5-r1) 00:11:18 (8/14) Installing zstd-libs (1.5.6-r0) 00:11:18 (9/14) Installing libcurl (8.7.1-r0) 00:11:19 (10/14) Installing curl (8.7.1-r0) 00:11:19 (11/14) Installing docker-cli (26.1.3-r0) 00:11:21 (12/14) Installing oniguruma (6.9.9-r0) 00:11:21 (13/14) Installing jq (1.7.1-r0) 00:11:21 (14/14) Installing openssl (3.3.0-r2) 00:11:22 Executing busybox-1.36.1-r28.trigger 00:11:22 Executing ca-certificates-20240226-r0.trigger 00:11:22 OK: 43 MiB in 28 packages 00:11:22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:11:25 (1/166) Installing libexpat (2.6.2-r0) 00:11:25 (2/166) Installing libbz2 (1.0.8-r6) 00:11:25 (3/166) Installing libpng (1.6.43-r0) 00:11:26 (4/166) Installing freetype (2.13.2-r0) 00:11:26 (5/166) Installing fontconfig (2.15.0-r1) 00:11:26 (6/166) Installing libfontenc (1.1.8-r0) 00:11:27 (7/166) Installing mkfontscale (1.2.2-r6) 00:11:27 (8/166) Installing font-opensans (0_git20210927-r1) 00:11:28 (9/166) Installing pkgconf (2.2.0-r0) 00:11:28 (10/166) Installing libgcc (13.2.1_git20240309-r0) 00:11:28 (11/166) Installing libffi (3.4.6-r0) 00:11:29 (12/166) Installing libintl (0.22.5-r0) 00:11:29 (13/166) Installing libeconf (0.6.3-r0) 00:11:30 (14/166) Installing libblkid (2.40.1-r1) 00:11:30 (15/166) Installing libmount (2.40.1-r1) 00:11:30 (16/166) Installing pcre2 (10.43-r0) 00:11:31 (17/166) Installing glib (2.80.2-r0) 00:11:32 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 00:11:32 (19/166) Installing xz-libs (5.6.1-r3) 00:11:33 (20/166) Installing libxml2 (2.12.7-r0) 00:11:33 (21/166) Installing shared-mime-info (2.4-r0) 00:11:34 (22/166) Installing hicolor-icon-theme (0.17-r2) 00:11:34 Removing intermediate container 828a86b85899 00:11:34 ---> cce3a4b213a8 00:11:34 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 00:11:34 ---> Running in 633528a63c92 00:11:34 Removing intermediate container 633528a63c92 00:11:34 ---> 57bad83424ef 00:11:34 Step 11/13 : LABEL arch=amd64 00:11:34 ---> Running in be2adfb169c3 00:11:34 Removing intermediate container be2adfb169c3 00:11:34 ---> 5f878207575c 00:11:34 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 00:11:34 ---> Running in aee5d4866d49 00:11:34 Removing intermediate container aee5d4866d49 00:11:34 ---> bdec0aa0632b 00:11:34 Step 13/13 : LABEL version=0.0.2-dev.42 00:11:34 ---> Running in 50e9c4c434a1 00:11:34 Removing intermediate container 50e9c4c434a1 00:11:34 ---> 0f347da9f934 00:11:34 [Warning] One or more build-args [ARCH] were not consumed 00:11:34 Successfully built 0f347da9f934 00:11:34 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 00:11:34 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 00:11:34 7e89dd766adf70d3ef5effce142026c21ab88a29 00:11:34 latest 00:11:34 0.0.2-dev.42 00:11:34 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:11:34 main 00:11:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:11:34 (23/166) Installing libjpeg-turbo (3.0.3-r0) 00:11:34 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:11:34 (24/166) Installing libsharpyuv (1.3.2-r0) 00:11:34 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 00:11:34 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:11:34 4e2df46b7956: Preparing 00:11:34 3c39049e07a1: Preparing 00:11:34 3f88166cbdaa: Preparing 00:11:34 76ec25976e9b: Preparing 00:11:34 9f399c2f7351: Preparing 00:11:34 02f2bcb26af5: Preparing 00:11:34 02f2bcb26af5: Waiting 00:11:34 3f88166cbdaa: Pushed 00:11:34 02f2bcb26af5: Layer already exists 00:11:34 3c39049e07a1: Pushed 00:11:34 76ec25976e9b: Pushed 00:11:34 9f399c2f7351: Pushed 00:11:35 (25/166) Installing libwebp (1.3.2-r0) 00:11:35 (26/166) Installing tiff (4.6.0t-r0) 00:11:35 (27/166) Installing gdk-pixbuf (2.42.11-r1) 00:11:36 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 00:11:36 (29/166) Installing libxau (1.0.11-r4) 00:11:37 (30/166) Installing libmd (1.1.0-r0) 00:11:37 (31/166) Installing libbsd (0.12.2-r0) 00:11:37 (32/166) Installing libxdmcp (1.1.5-r1) 00:11:38 (33/166) Installing libxcb (1.16.1-r0) 00:11:38 (34/166) Installing libx11 (1.8.9-r1) 00:11:39 (35/166) Installing libxcomposite (0.4.6-r5) 00:11:39 (36/166) Installing libxfixes (6.0.1-r4) 00:11:39 (37/166) Installing libxrender (0.9.11-r5) 00:11:39 (38/166) Installing libxcursor (1.2.2-r1) 00:11:40 (39/166) Installing libxdamage (1.1.6-r5) 00:11:40 (40/166) Installing libxext (1.3.6-r2) 00:11:41 (41/166) Installing libxi (1.8.1-r4) 00:11:41 (42/166) Installing libxinerama (1.1.5-r4) 00:11:41 (43/166) Installing libxrandr (1.5.4-r1) 00:11:41 (44/166) Installing libatk-1.0 (2.52.0-r0) 00:11:42 (45/166) Installing libxtst (1.2.4-r6) 00:11:42 (46/166) Installing dbus-libs (1.14.10-r1) 00:11:43 (47/166) Installing at-spi2-core (2.52.0-r0) 00:11:43 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 00:11:43 (49/166) Installing pixman (0.43.2-r0) 00:11:44 (50/166) Installing cairo (1.18.0-r0) 00:11:44 (51/166) Installing cairo-gobject (1.18.0-r0) 00:11:45 (52/166) Installing avahi-libs (0.8-r17) 00:11:45 (53/166) Installing gmp (6.3.0-r1) 00:11:46 (54/166) Installing nettle (3.9.1-r0) 00:11:46 (55/166) Installing libtasn1 (4.19.0-r2) 00:11:46 (56/166) Installing p11-kit (0.25.3-r0) 00:11:47 (57/166) Installing gnutls (3.8.5-r0) 00:11:47 (58/166) Installing cups-libs (2.4.8-r0) 00:11:48 (59/166) Installing libepoxy (1.5.10-r1) 00:11:48 (60/166) Installing fribidi (1.0.14-r0) 00:11:49 (61/166) Installing graphite2 (1.3.14-r6) 00:11:49 (62/166) Installing harfbuzz (8.5.0-r0) 00:11:50 (63/166) Installing libxft (2.3.8-r3) 00:11:50 (64/166) Installing pango (1.52.2-r0) 00:11:50 (65/166) Installing wayland-libs-client (1.22.0-r4) 00:11:51 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 00:11:51 (67/166) Installing wayland-libs-egl (1.22.0-r4) 00:11:51 (68/166) Installing xkeyboard-config (2.41-r0) 00:11:52 (69/166) Installing libxkbcommon (1.7.0-r0) 00:11:52 (70/166) Installing gtk+3.0 (3.24.42-r0) 00:11:53 (71/166) Installing icu-data-full (74.2-r0) 00:11:54 (72/166) Installing mesa (24.0.8-r1) 00:11:54 (73/166) Installing llvm17-libs (17.0.6-r1) 00:11:58 (74/166) Installing hwdata-pci (0.382-r0) 00:11:58 (75/166) Installing libpciaccess (0.18.1-r0) 00:11:59 (76/166) Installing libdrm (2.4.120-r0) 00:11:59 (77/166) Installing libelf (0.191-r0) 00:11:59 (78/166) Installing mesa-glapi (24.0.8-r1) 00:12:00 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 00:12:01 (80/166) Installing eudev-libs (3.2.14-r2) 00:12:01 (81/166) Installing libmagic (5.45-r1) 00:12:01 (82/166) Installing file (5.45-r1) 00:12:02 (83/166) Installing xprop (1.2.7-r0) 00:12:02 (84/166) Installing libice (1.1.1-r6) 00:12:03 (85/166) Installing libuuid (2.40.1-r1) 00:12:03 (86/166) Installing libsm (1.2.4-r4) 00:12:03 (87/166) Installing libxt (1.3.0-r5) 00:12:04 (88/166) Installing libxmu (1.1.4-r2) 00:12:04 (89/166) Installing xset (1.2.5-r1) 00:12:04 (90/166) Installing xdg-utils (1.2.1-r0) 00:12:05 (91/166) Installing libogg (1.3.5-r5) 00:12:05 (92/166) Installing libflac (1.4.3-r1) 00:12:06 (93/166) Installing alsa-lib (1.2.11-r0) 00:12:06 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 00:12:07 (95/166) Installing aom-libs (3.9.0-r0) 00:12:07 (96/166) Installing libva (2.21.0-r0) 00:12:08 (97/166) Installing libvdpau (1.5-r3) 00:12:08 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 00:12:09 (99/166) Installing libdav1d (1.4.2-r0) 00:12:09 (100/166) Installing openexr-libiex (3.1.13-r1) 00:12:09 (101/166) Installing openexr-libilmthread (3.1.13-r1) 00:12:10 (102/166) Installing imath (3.1.11-r2) 00:12:10 (103/166) Installing openexr-libopenexr (3.1.13-r1) 00:12:11 (104/166) Installing giflib (5.2.2-r0) 00:12:11 (105/166) Installing libhwy (1.0.7-r0) 00:12:11 (106/166) Installing lcms2 (2.16-r0) 00:12:12 (107/166) Installing libjxl (0.10.2-r0) 00:12:13 (108/166) Installing lame-libs (3.100-r5) 00:12:13 (109/166) Installing opus (1.5.2-r0) 00:12:13 (110/166) Installing rav1e-libs (0.7.1-r0) 00:12:14 (111/166) Installing libgomp (13.2.1_git20240309-r0) 00:12:14 (112/166) Installing soxr (0.1.3-r7) 00:12:15 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 00:12:15 (114/166) Installing libtheora (1.1.1-r18) 00:12:15 (115/166) Installing libvorbis (1.3.7-r2) 00:12:16 (116/166) Installing libvpx (1.14.0-r0) 00:12:17 (117/166) Installing libwebpmux (1.3.2-r0) 00:12:17 (118/166) Installing x264-libs (0.164_git20231001-r0) 00:12:17 (119/166) Installing numactl (2.0.18-r0) 00:12:18 (120/166) Installing x265-libs (3.6-r0) 00:12:18 (121/166) Installing xvidcore (1.3.7-r2) 00:12:19 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 00:12:20 (123/166) Installing libbluray (1.3.4-r1) 00:12:20 (124/166) Installing mpg123-libs (1.32.6-r0) 00:12:20 (125/166) Installing libopenmpt (0.7.7-r0) 00:12:21 (126/166) Installing cjson (1.7.18-r0) 00:12:21 (127/166) Installing mbedtls (3.6.0-r0) 00:12:22 (128/166) Installing librist (0.2.10-r1) 00:12:22 (129/166) Installing libsrt (1.5.3-r0) 00:12:23 (130/166) Installing libssh (0.10.6-r0) 00:12:23 (131/166) Installing libsodium (1.0.19-r0) 00:12:23 (132/166) Installing libzmq (4.3.5-r2) 00:12:24 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 00:12:25 (134/166) Installing crc32c (1.1.2-r0) 00:12:25 (135/166) Installing double-conversion (3.3.0-r0) 00:12:25 (136/166) Installing libevent (2.1.12-r7) 00:12:26 (137/166) Installing wayland-libs-server (1.22.0-r4) 00:12:26 (138/166) Installing mesa-gbm (24.0.8-r1) 00:12:26 (139/166) Installing harfbuzz-subset (8.5.0-r0) 00:12:27 (140/166) Installing icu-libs (74.2-r0) 00:12:28 (141/166) Installing minizip (1.3.1-r0) 00:12:28 (142/166) Installing nspr (4.35-r4) 00:12:28 (143/166) Installing sqlite-libs (3.45.3-r1) 00:12:29 (144/166) Installing nss (3.100-r0) 00:12:29 (145/166) Installing openh264 (2.4.1-r0) 00:12:30 (146/166) Installing libcamera-ipa (0.3.0-r0) 00:12:30 (147/166) Installing libunwind (1.8.1-r0) 00:12:31 (148/166) Installing yaml (0.2.5-r2) 00:12:31 (149/166) Installing libcamera (0.3.0-r0) 00:12:32 (150/166) Installing speexdsp (1.2.1-r2) 00:12:32 (151/166) Installing libuv (1.48.0-r0) 00:12:32 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 00:12:33 (153/166) Installing libsndfile (1.2.2-r0) 00:12:33 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 00:12:34 (155/166) Installing pipewire-libs (1.0.6-r1) 00:12:34 (156/166) Installing libasyncns (0.8-r3) 00:12:35 (157/166) Installing libltdl (2.4.7-r3) 00:12:35 (158/166) Installing orc (0.4.37-r0) 00:12:36 (159/166) Installing tdb-libs (1.4.9-r1) 00:12:36 (160/166) Installing libpulse (17.0-r0) 00:12:36 (161/166) Installing libwebpdemux (1.3.2-r0) 00:12:37 (162/166) Installing libgpg-error (1.49-r0) 00:12:37 (163/166) Installing libgcrypt (1.10.3-r0) 00:12:38 (164/166) Installing libxslt (1.1.39-r1) 00:12:38 (165/166) Installing chromium (125.0.6422.112-r0) 00:12:53 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 00:12:53 Executing busybox-1.36.1-r28.trigger 00:12:53 Executing fontconfig-2.15.0-r1.trigger 00:12:53 Executing mkfontscale-1.2.2-r6.trigger 00:12:53 Executing glib-2.80.2-r0.trigger 00:12:53 Executing shared-mime-info-2.4-r0.trigger 00:12:56 Executing gdk-pixbuf-2.42.11-r1.trigger 00:12:56 Executing gtk-update-icon-cache-3.24.42-r0.trigger 00:12:56 Executing gtk+3.0-3.24.42-r0.trigger 00:12:56 OK: 643 MiB in 194 packages 00:12:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:12:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:12:59 (1/30) Installing jansson (2.14-r4) 00:12:59 (2/30) Installing binutils (2.42-r0) 00:13:00 (3/30) Installing libatomic (13.2.1_git20240309-r0) 00:13:00 (4/30) Installing isl26 (0.26-r1) 00:13:01 (5/30) Installing mpfr4 (4.2.1-r0) 00:13:01 (6/30) Installing mpc1 (1.3.1-r1) 00:13:01 (7/30) Installing gcc (13.2.1_git20240309-r0) 00:13:10 (8/30) Installing musl-dev (1.2.5-r0) 00:13:10 (9/30) Installing linux-headers (6.6-r0) 00:13:11 (10/30) Installing libffi-dev (3.4.6-r0) 00:13:11 (11/30) Installing libpq (16.3-r0) 00:13:11 (12/30) Installing openssl-dev (3.3.0-r2) 00:13:12 (13/30) Installing libpq-dev (16.3-r0) 00:13:12 (14/30) Installing libecpg (16.3-r0) 00:13:13 (15/30) Installing libecpg-dev (16.3-r0) 00:13:13 (16/30) Installing clang16-headers (16.0.6-r5) 00:13:14 (17/30) Installing llvm16-libs (16.0.6-r8) 00:13:24 (18/30) Installing clang16-libs (16.0.6-r5) 00:13:29 (19/30) Installing fortify-headers (1.1-r3) 00:13:29 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 00:13:30 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 00:13:30 (22/30) Installing clang16 (16.0.6-r5) 00:13:31 (23/30) Installing icu (74.2-r0) 00:13:31 (24/30) Installing icu-dev (74.2-r0) 00:13:32 (25/30) Installing llvm16 (16.0.6-r8) 00:13:40 (26/30) Installing lz4-libs (1.9.4-r5) 00:13:41 (27/30) Installing lz4-dev (1.9.4-r5) 00:13:41 (28/30) Installing zstd (1.5.6-r0) 00:13:41 (29/30) Installing zstd-dev (1.5.6-r0) 00:13:42 (30/30) Installing postgresql16-dev (16.3-r0) 00:13:43 Executing busybox-1.36.1-r28.trigger 00:13:43 OK: 1169 MiB in 224 packages 00:13:43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:13:44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:13:45 (1/14) Installing g++ (13.2.1_git20240309-r0) 00:13:48 (2/14) Installing gdbm (1.23-r1) 00:13:48 (3/14) Installing mpdecimal (4.0.0-r0) 00:13:49 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 00:13:49 (5/14) Installing libncursesw (6.4_p20240420-r0) 00:13:49 (6/14) Installing libpanelw (6.4_p20240420-r0) 00:13:50 (7/14) Installing readline (8.2.10-r0) 00:13:50 (8/14) Installing python3 (3.12.3-r1) 00:13:52 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 00:13:52 (10/14) Installing pyc (3.12.3-r1) 00:13:53 (11/14) Installing python3-pyc (3.12.3-r1) 00:13:53 (12/14) Installing python3-dev (3.12.3-r1) 00:14:05 (13/14) Installing libsodium-dev (1.0.19-r0) 00:14:05 (14/14) Installing zeromq-dev (4.3.5-r2) 00:14:05 Executing busybox-1.36.1-r28.trigger 00:14:05 OK: 1356 MiB in 238 packages 00:14:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:14:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:14:07 OK: 1356 MiB in 238 packages 00:14:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:14:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:14:09 (1/1) Installing tzdata (2024a-r1) 00:14:10 OK: 1357 MiB in 239 packages 00:14:11 4e2df46b7956: Pushed 00:14:11 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:11 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:12 (1/1) Purging tzdata (2024a-r1) 00:14:12 OK: 1356 MiB in 238 packages 00:14:12 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 00:14:12 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:14:12 4e2df46b7956: Preparing 00:14:12 3c39049e07a1: Preparing 00:14:12 3f88166cbdaa: Preparing 00:14:12 76ec25976e9b: Preparing 00:14:12 9f399c2f7351: Preparing 00:14:12 02f2bcb26af5: Preparing 00:14:12 02f2bcb26af5: Waiting 00:14:12 9f399c2f7351: Layer already exists 00:14:12 76ec25976e9b: Layer already exists 00:14:12 3f88166cbdaa: Layer already exists 00:14:12 3c39049e07a1: Layer already exists 00:14:12 4e2df46b7956: Layer already exists 00:14:12 02f2bcb26af5: Layer already exists 00:14:12 latest: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:12 + 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 00:14:12 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.42 00:14:12 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:14:12 4e2df46b7956: Preparing 00:14:12 3c39049e07a1: Preparing 00:14:12 3f88166cbdaa: Preparing 00:14:12 76ec25976e9b: Preparing 00:14:12 9f399c2f7351: Preparing 00:14:12 02f2bcb26af5: Preparing 00:14:12 02f2bcb26af5: Waiting 00:14:12 4e2df46b7956: Layer already exists 00:14:12 3c39049e07a1: Layer already exists 00:14:12 9f399c2f7351: Layer already exists 00:14:12 3f88166cbdaa: Layer already exists 00:14:12 76ec25976e9b: Layer already exists 00:14:12 02f2bcb26af5: Layer already exists 00:14:12 0.0.2-dev.42: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:13 + 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 00:14:13 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:14:13 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:14:13 4e2df46b7956: Preparing 00:14:13 3c39049e07a1: Preparing 00:14:13 3f88166cbdaa: Preparing 00:14:13 76ec25976e9b: Preparing 00:14:13 9f399c2f7351: Preparing 00:14:13 02f2bcb26af5: Preparing 00:14:13 02f2bcb26af5: Waiting 00:14:13 4e2df46b7956: Layer already exists 00:14:13 76ec25976e9b: Layer already exists 00:14:13 3c39049e07a1: Layer already exists 00:14:13 9f399c2f7351: Layer already exists 00:14:13 3f88166cbdaa: Layer already exists 00:14:13 02f2bcb26af5: Layer already exists 00:14:13 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:13 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:14 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 00:14:14 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:14:14 4e2df46b7956: Preparing 00:14:14 3c39049e07a1: Preparing 00:14:14 3f88166cbdaa: Preparing 00:14:14 76ec25976e9b: Preparing 00:14:14 9f399c2f7351: Preparing 00:14:14 02f2bcb26af5: Preparing 00:14:14 4e2df46b7956: Layer already exists 00:14:14 9f399c2f7351: Layer already exists 00:14:14 76ec25976e9b: Layer already exists 00:14:14 3c39049e07a1: Layer already exists 00:14:14 3f88166cbdaa: Layer already exists 00:14:14 02f2bcb26af5: Layer already exists 00:14:14 main: digest: sha256:7f8215df20ce08aca52834052c8926b73d50226a47159d3f737a8eb6f3f9254e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:14:14 ===================================================== [Pipeline] echo 00:14:14 taggedImages: 00:14:14 - nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 00:14:14 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 00:14:14 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.42 00:14:14 - nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:14:14 - 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 00:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:14:14 00:14:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:14:14 latest: Pulling from edgex-lftools-log-publisher 00:14:14 5eb5b503b376: Pulling fs layer 00:14:14 5c69ac0246d0: Pulling fs layer 00:14:14 ec43610c2a17: Pulling fs layer 00:14:14 3a2ae6a8a46f: Pulling fs layer 00:14:14 33b1e0a273af: Pulling fs layer 00:14:14 5d3b04190fa2: Pulling fs layer 00:14:14 2f39f015ded8: Pulling fs layer 00:14:14 3a2ae6a8a46f: Waiting 00:14:14 33b1e0a273af: Waiting 00:14:14 5d3b04190fa2: Waiting 00:14:14 2f39f015ded8: Waiting 00:14:14 5c69ac0246d0: Verifying Checksum 00:14:14 5c69ac0246d0: Download complete 00:14:14 3a2ae6a8a46f: Verifying Checksum 00:14:14 3a2ae6a8a46f: Download complete 00:14:14 33b1e0a273af: Verifying Checksum 00:14:14 33b1e0a273af: Download complete 00:14:14 5d3b04190fa2: Verifying Checksum 00:14:14 5d3b04190fa2: Download complete 00:14:14 ec43610c2a17: Verifying Checksum 00:14:14 ec43610c2a17: Download complete 00:14:15 5eb5b503b376: Verifying Checksum 00:14:15 5eb5b503b376: Download complete 00:14:15 2f39f015ded8: Download complete 00:14:16 5eb5b503b376: Pull complete 00:14:16 5c69ac0246d0: Pull complete 00:14:16 ec43610c2a17: Pull complete 00:14:16 3a2ae6a8a46f: Pull complete 00:14:17 33b1e0a273af: Pull complete 00:14:17 5d3b04190fa2: Pull complete 00:14:21 2f39f015ded8: Pull complete 00:14:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:14:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:14:21 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:14:21 $ 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 00:14:24 Looking in links: /tmp/tmpjlf7w8be 00:14:24 Processing /tmp/tmpjlf7w8be/pip-24.0-py3-none-any.whl 00:14:24 Installing collected packages: pip 00:14:24 $ docker top 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:14:25 ---> job-cost.sh 00:14:25 lf-activate-venv: SKIPPING 00:14:25 INFO: No Stack... 00:14:25 INFO: Retrieving Pricing Info for: v3-standard-8 00:14:26 INFO: Archiving Costs [Pipeline] sh 00:14:26 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 00:14:26 + cut -d, -f6 [Pipeline] lock 00:14:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] 00:14:26 Resource [jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] did not exist. Created. 00:14:26 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:14:26 + echo total: 0.2199999988079071 [Pipeline] stash 00:14:26 Stashed 1 file(s) [Pipeline] } 00:14:26 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] // lock [Pipeline] } 00:14:26 $ docker stop --time=1 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a 00:14:27 $ docker rm -f --volumes 165284447e45a4b2f51c1856bed8a85020110622875882089558641433bb7d0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:14:32 Successfully installed pip-24.0 00:14:32 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 00:14:34 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 00:14:36 Collecting setuptools 00:14:36 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 00:14:36 Collecting wheel 00:14:36 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 00:14:36 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 00:14:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 20.3 MB/s eta 0:00:00 00:14:37 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 00:14:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 28.5 MB/s eta 0:00:00 00:14:37 Installing collected packages: wheel, setuptools 00:14:41 Successfully installed setuptools-70.0.0 wheel-0.43.0 00:14:41 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 00:14:44 Processing ./edgex-taf-common 00:14:44 Preparing metadata (setup.py): started 00:14:45 Preparing metadata (setup.py): finished with status 'done' 00:14:45 Building wheels for collected packages: edgex-taf-common 00:14:45 Building wheel for edgex-taf-common (setup.py): started 00:14:46 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 00:14:46 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=fe369ae090d9c91e8346201a8fbdfffda1847e537abbe471d96fd16bc7e26778 00:14:46 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 00:14:46 Successfully built edgex-taf-common 00:14:46 Installing collected packages: edgex-taf-common 00:14:46 Successfully installed edgex-taf-common-0.0.0 00:14:46 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 00:14:50 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 00:14:50 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 00:14:50 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 00:14:50 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 00:14:50 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 00:14:50 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 00:14:50 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 00:14:51 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 00:14:51 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 00:14:51 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 00:14:51 Preparing metadata (setup.py): started 00:14:52 Preparing metadata (setup.py): finished with status 'done' 00:14:52 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 00:14:52 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 00:14:52 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 00:14:52 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 00:14:52 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 00:14:52 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 00:14:52 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 00:14:52 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 00:14:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.9 MB/s eta 0:00:00 00:14:52 Preparing metadata (setup.py): started 00:14:54 Preparing metadata (setup.py): finished with status 'done' 00:14:54 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 00:14:54 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 00:14:55 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 00:14:55 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 00:14:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 3.1 MB/s eta 0:00:00 00:14:56 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 00:14:56 Downloading psutil-5.9.5.tar.gz (493 kB) 00:14:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 10.1 MB/s eta 0:00:00 00:14:56 Installing build dependencies: started 00:15:07 Installing build dependencies: finished with status 'done' 00:15:07 Getting requirements to build wheel: started 00:15:07 Getting requirements to build wheel: finished with status 'done' 00:15:07 Preparing metadata (pyproject.toml): started 00:15:09 Preparing metadata (pyproject.toml): finished with status 'done' 00:15:09 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 00:15:09 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 00:15:11 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 00:15:11 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 00:15:11 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 00:15:11 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 00:15:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.6 MB/s eta 0:00:00 00:15:12 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 00:15:12 Downloading psycopg2-2.9.9.tar.gz (384 kB) 00:15:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.5 MB/s eta 0:00:00 00:15:13 Preparing metadata (setup.py): started 00:15:14 Preparing metadata (setup.py): finished with status 'done' 00:15:15 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 00:15:15 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 00:15:16 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:16 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 00:15:16 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:16 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 00:15:16 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:16 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 00:15:16 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:16 Downloading flex-6.14.1.tar.gz (40 kB) 00:15:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.3 MB/s eta 0:00:00 00:15:16 Preparing metadata (setup.py): started 00:15:17 Preparing metadata (setup.py): finished with status 'done' 00:15:17 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:17 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 00:15:17 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:17 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 00:15:18 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:18 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 00:15:18 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:18 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 00:15:18 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:18 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 00:15:18 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:18 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 00:15:19 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 00:15:19 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 00:15:19 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 00:15:19 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 00:15:20 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 00:15:20 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 00:15:20 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 00:15:20 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 00:15:20 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:15:20 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 00:15:21 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:15:21 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 00:15:21 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:15:21 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 00:15:21 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:15:21 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 00:15:21 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) 00:15:22 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:15:22 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 00:15:22 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 00:15:22 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 00:15:22 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:22 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 00:15:22 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:22 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 00:15:23 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:23 Downloading PyYAML-6.0.1.tar.gz (125 kB) 00:15:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.8 MB/s eta 0:00:00 00:15:24 Installing build dependencies: started 00:15:39 Installing build dependencies: finished with status 'done' 00:15:39 Getting requirements to build wheel: started 00:15:47 Getting requirements to build wheel: finished with status 'done' 00:15:47 Preparing metadata (pyproject.toml): started 00:15:49 Preparing metadata (pyproject.toml): finished with status 'done' 00:15:49 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:49 Downloading validate_email-1.3.tar.gz (4.7 kB) 00:15:49 Preparing metadata (setup.py): started 00:15:50 Preparing metadata (setup.py): finished with status 'done' 00:15:50 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:50 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 00:15:50 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:50 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 00:15:50 Preparing metadata (setup.py): started 00:15:51 Preparing metadata (setup.py): finished with status 'done' 00:15:51 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:51 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 00:15:51 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:51 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 00:15:51 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:51 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 00:15:52 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:52 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 00:15:52 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:52 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 00:15:52 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:52 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 00:15:54 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:15:54 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 00:15:55 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:55 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 00:15:55 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:55 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 00:15:55 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:55 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 00:15:55 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 00:15:55 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 00:15:56 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)) 00:15:56 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 00:15:56 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)) 00:15:56 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 00:15:57 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 00:15:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 13.4 MB/s eta 0:00:00 00:15:57 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 00:15:57 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 00:15:57 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 00:15:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.8 MB/s eta 0:00:00 00:15:57 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 00:15:57 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 00:15:57 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 00:15:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 4.0 MB/s eta 0:00:00 00:15:57 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 00:15:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 00:15:57 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 16.3 MB/s eta 0:00:00 00:15:58 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 9.1 MB/s eta 0:00:00 00:15:58 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 00:15:58 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.8 MB/s eta 0:00:00 00:15:58 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.2 MB/s eta 0:00:00 00:15:58 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 7.5 MB/s eta 0:00:00 00:15:58 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 6.1 MB/s eta 0:00:00 00:15:58 Downloading idna-3.7-py3-none-any.whl (66 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.7 MB/s eta 0:00:00 00:15:58 Downloading packaging-24.0-py3-none-any.whl (53 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 3.2 MB/s eta 0:00:00 00:15:58 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 00:15:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 9.0 MB/s eta 0:00:00 00:15:58 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.8 MB/s eta 0:00:00 00:15:59 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 00:15:59 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.9 MB/s eta 0:00:00 00:15:59 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.9 MB/s eta 0:00:00 00:15:59 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.6 MB/s eta 0:00:00 00:15:59 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 13.0 MB/s eta 0:00:00 00:15:59 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 00:15:59 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 00:15:59 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.5 MB/s eta 0:00:00 00:15:59 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.4 MB/s eta 0:00:00 00:15:59 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.5 MB/s eta 0:00:00 00:15:59 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 00:15:59 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 00:15:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.5 MB/s eta 0:00:00 00:16:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) 00:16:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.7 MB/s eta 0:00:00 00:16:00 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 00:16:00 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 00:16:00 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 00:16:00 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 00:16:00 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 00:16:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 15.2 MB/s eta 0:00:00 00:16:00 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 00:16:00 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 00:16:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 11.8 MB/s eta 0:00:00 00:16:00 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 00:16:00 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 00:16:00 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 00:16:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 3.0 MB/s eta 0:00:00 00:16:00 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 00:16:00 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 00:16:00 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 00:16:00 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 00:16:00 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 00:16:00 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 00:16:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.6 MB/s eta 0:00:00 00:16:01 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 00:16:01 Building wheel for robotbackgroundlogger (setup.py): started 00:16:02 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 00:16:02 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=d771581eef2ca659f7a34d9b725bcbf22d796af8de513f38b1b876f79e58d97f 00:16:02 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 00:16:02 Building wheel for paho-mqtt (setup.py): started 00:16:04 Building wheel for paho-mqtt (setup.py): finished with status 'done' 00:16:04 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=1119b219731f121341fd91649c2b2b922e1afd3865ada7306d80ac4d92583f5e 00:16:04 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 00:16:04 Building wheel for psutil (pyproject.toml): started 00:16:14 Building wheel for psutil (pyproject.toml): finished with status 'done' 00:16:14 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281980 sha256=99d4d3ad4a50d60da6a9351764d64abfb8bb20f1965e5a773ed4562288d74d49 00:16:14 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 00:16:14 Building wheel for psycopg2 (setup.py): started 00:17:10 Building wheel for psycopg2 (setup.py): finished with status 'done' 00:17:10 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512491 sha256=3432f085c0fd8701c39255ce3c7e132bc419df0eb8401e462d269f7d5c954196 00:17:10 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 00:17:10 Building wheel for flex (setup.py): started 00:17:10 Building wheel for flex (setup.py): finished with status 'done' 00:17:10 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=e0254b9da0f94c93f659e787227691c8e439cf8b7223ec507b2a0aa864894f3d 00:17:10 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 00:17:10 Building wheel for PyYAML (pyproject.toml): started 00:17:12 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 00:17:12 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=85e48194ab87f5af06d690396666cab15a789b904899bf3475098b368ee914c8 00:17:12 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 00:17:12 Building wheel for strict-rfc3339 (setup.py): started 00:17:13 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 00:17:13 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=a2ed094a250ffb2ad62ab022c16547995b81e1c6579c86825077e692d0fb1751 00:17:13 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 00:17:14 Building wheel for validate-email (setup.py): started 00:17:15 Building wheel for validate-email (setup.py): finished with status 'done' 00:17:15 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=0f8d8cb954d037ae2c5e128b0cf5f8057496d6328cc054ece2f6e7a956b154e6 00:17:15 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 00:17:15 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 00:17:16 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 00:18:24 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 00:18:24 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 00:19:11 Removing intermediate container a6136f0cddc7 00:19:11 ---> 106abb2350b1 00:19:11 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 00:19:11 ---> Running in d8ead6078e1d 00:19:11 Removing intermediate container d8ead6078e1d 00:19:11 ---> 9ae9a3072f0c 00:19:11 Step 11/13 : LABEL arch=arm64 00:19:11 ---> Running in 9ce5409dac38 00:19:11 Removing intermediate container 9ce5409dac38 00:19:11 ---> 67f62b25723f 00:19:11 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 00:19:11 ---> Running in ff4a9efc6585 00:19:11 Removing intermediate container ff4a9efc6585 00:19:11 ---> 5bd3af4b841e 00:19:11 Step 13/13 : LABEL version=0.0.2-dev.42 00:19:11 ---> Running in 7b888849ac44 00:19:11 Removing intermediate container 7b888849ac44 00:19:11 ---> e063fcb8a486 00:19:11 [Warning] One or more build-args [ARCH] were not consumed 00:19:11 Successfully built e063fcb8a486 00:19:11 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 00:19:11 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 00:19:11 7e89dd766adf70d3ef5effce142026c21ab88a29 00:19:11 latest 00:19:11 0.0.2-dev.42 00:19:11 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:19:11 main 00:19:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:19:12 + 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 00:19:12 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 00:19:12 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:19:12 50317ca9796e: Preparing 00:19:12 3950a8cd7099: Preparing 00:19:12 fba4e3b8d1c7: Preparing 00:19:12 766fc8078312: Preparing 00:19:12 e418749366ab: Preparing 00:19:12 50171d1acbd5: Preparing 00:19:12 50171d1acbd5: Waiting 00:19:12 fba4e3b8d1c7: Pushed 00:19:13 3950a8cd7099: Pushed 00:19:13 766fc8078312: Pushed 00:19:13 50171d1acbd5: Layer already exists 00:19:13 e418749366ab: Pushed 00:24:34 50317ca9796e: Pushed 00:24:34 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:35 + 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 00:24:35 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:24:35 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:24:35 50317ca9796e: Preparing 00:24:35 3950a8cd7099: Preparing 00:24:35 fba4e3b8d1c7: Preparing 00:24:35 766fc8078312: Preparing 00:24:35 e418749366ab: Preparing 00:24:35 50171d1acbd5: Preparing 00:24:35 50171d1acbd5: Waiting 00:24:35 3950a8cd7099: Layer already exists 00:24:35 50317ca9796e: Layer already exists 00:24:35 e418749366ab: Layer already exists 00:24:35 fba4e3b8d1c7: Layer already exists 00:24:35 766fc8078312: Layer already exists 00:24:35 50171d1acbd5: Layer already exists 00:24:35 latest: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:36 + 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 00:24:36 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 00:24:36 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:24:36 50317ca9796e: Preparing 00:24:36 3950a8cd7099: Preparing 00:24:36 fba4e3b8d1c7: Preparing 00:24:36 766fc8078312: Preparing 00:24:36 e418749366ab: Preparing 00:24:36 50171d1acbd5: Preparing 00:24:36 50171d1acbd5: Waiting 00:24:36 fba4e3b8d1c7: Layer already exists 00:24:36 3950a8cd7099: Layer already exists 00:24:36 766fc8078312: Layer already exists 00:24:36 e418749366ab: Layer already exists 00:24:36 50317ca9796e: Layer already exists 00:24:36 50171d1acbd5: Layer already exists 00:24:36 0.0.2-dev.42: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:37 + 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 00:24:37 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:24:37 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:24:37 50317ca9796e: Preparing 00:24:37 3950a8cd7099: Preparing 00:24:37 fba4e3b8d1c7: Preparing 00:24:37 766fc8078312: Preparing 00:24:37 e418749366ab: Preparing 00:24:37 50171d1acbd5: Preparing 00:24:37 50171d1acbd5: Waiting 00:24:37 e418749366ab: Layer already exists 00:24:37 3950a8cd7099: Layer already exists 00:24:37 766fc8078312: Layer already exists 00:24:37 50317ca9796e: Layer already exists 00:24:37 fba4e3b8d1c7: Layer already exists 00:24:37 50171d1acbd5: Layer already exists 00:24:37 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:38 + 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 00:24:38 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 00:24:38 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:24:38 50317ca9796e: Preparing 00:24:38 3950a8cd7099: Preparing 00:24:38 fba4e3b8d1c7: Preparing 00:24:38 766fc8078312: Preparing 00:24:38 e418749366ab: Preparing 00:24:38 50171d1acbd5: Preparing 00:24:38 50171d1acbd5: Waiting 00:24:38 fba4e3b8d1c7: Layer already exists 00:24:38 3950a8cd7099: Layer already exists 00:24:38 766fc8078312: Layer already exists 00:24:38 e418749366ab: Layer already exists 00:24:38 50317ca9796e: Layer already exists 00:24:38 50171d1acbd5: Layer already exists 00:24:38 main: digest: sha256:cf5922ca8fc4251cafe0fed4510bcd55488b6568aae45667d5eff61f1bfd2563 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:24:38 ===================================================== [Pipeline] echo 00:24:38 taggedImages: 00:24:38 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 00:24:38 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:24:38 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 00:24:38 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:24:38 - 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 00:24:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:24:39 00:24:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:24:39 arm64: Pulling from edgex-lftools-log-publisher 00:24:39 8998bd30e6a1: Pulling fs layer 00:24:39 04944245beec: Pulling fs layer 00:24:39 699f458cf7ca: Pulling fs layer 00:24:39 765212b225bb: Pulling fs layer 00:24:39 f23df028b6ca: Pulling fs layer 00:24:39 d65c8cfc05b1: Pulling fs layer 00:24:39 2437ff75d9bd: Pulling fs layer 00:24:39 d65c8cfc05b1: Waiting 00:24:39 765212b225bb: Waiting 00:24:39 2437ff75d9bd: Waiting 00:24:39 f23df028b6ca: Waiting 00:24:39 04944245beec: Verifying Checksum 00:24:39 04944245beec: Download complete 00:24:39 765212b225bb: Verifying Checksum 00:24:39 765212b225bb: Download complete 00:24:39 f23df028b6ca: Verifying Checksum 00:24:39 f23df028b6ca: Download complete 00:24:39 d65c8cfc05b1: Verifying Checksum 00:24:39 d65c8cfc05b1: Download complete 00:24:40 699f458cf7ca: Verifying Checksum 00:24:40 699f458cf7ca: Download complete 00:24:40 8998bd30e6a1: Verifying Checksum 00:24:40 8998bd30e6a1: Download complete 00:24:43 2437ff75d9bd: Verifying Checksum 00:24:43 2437ff75d9bd: Download complete 00:24:45 8998bd30e6a1: Pull complete 00:24:45 04944245beec: Pull complete 00:24:47 699f458cf7ca: Pull complete 00:24:47 765212b225bb: Pull complete 00:24:48 f23df028b6ca: Pull complete 00:24:48 d65c8cfc05b1: Pull complete 00:25:06 2437ff75d9bd: Pull complete 00:25:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:25:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:25:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:07 prd-ubuntu20.04-docker-arm64-4c-16g-1122 does not seem to be running inside a container 00:25:07 $ 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 00:25:08 $ docker top 41f57d044b38465344b62dc866e4cae4a8e74232f8caea1d17ad9d27bed17ca5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:25:09 ---> job-cost.sh 00:25:09 lf-activate-venv: SKIPPING 00:25:09 INFO: No Stack... 00:25:10 INFO: Retrieving Pricing Info for: v3-standard-4 00:25:11 INFO: Archiving Costs [Pipeline] sh 00:25:12 + cut -d, -f6 00:25:12 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 00:25:12 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] 00:25:12 Resource [jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] did not exist. Created. 00:25:12 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:25:13 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-be4ed34f/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:25:13 + echo total: 0.10999999940395355 [Pipeline] stash 00:25:13 Warning: overwriting stash ‘stack-cost’ 00:25:14 Stashed 1 file(s) [Pipeline] } 00:25:14 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-46-stack-cost] [Pipeline] // lock [Pipeline] } 00:25:14 $ docker stop --time=1 41f57d044b38465344b62dc866e4cae4a8e74232f8caea1d17ad9d27bed17ca5 00:25:15 $ 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 00:25:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:25:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:16 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:25:16 $ 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 00:25:17 $ docker top b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 -eo pid,comm 00:25:17 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). 00:25:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:25:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:17 [ssh-agent] Looking for ssh-agent implementation... 00:25:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:17 $ docker exec b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 ssh-agent 00:25:17 SSH_AUTH_SOCK=/tmp/ssh-faCOAfz6LOpn/agent.33 00:25:17 SSH_AGENT_PID=39 00:25:17 Running ssh-add (command line suppressed) 00:25:17 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) 00:25:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:18 + git semver tag 00:25:18 2024-05-30 00:25:18,214 [run_tag] DEBUG tag force:False 00:25:18 2024-05-30 00:25:18,214 [check_head_tag] DEBUG check head tag 00:25:18 2024-05-30 00:25:18,215 [execute] INFO git cat-file --batch-check 00:25:18 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=) 00:25:18 2024-05-30 00:25:18,218 [execute] INFO git cat-file --batch 00:25:18 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=) 00:25:18 2024-05-30 00:25:18,231 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:18 2024-05-30 00:25:18,231 [execute] INFO git tag -a v0.0.2-dev.42 -m v0.0.2-dev.42 00:25:18 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) 00:25:18 2024-05-30 00:25:18,235 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:18 0.0.2-dev.42 [Pipeline] } 00:25:18 $ docker exec --env ******** --env ******** b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 ssh-agent -k 00:25:18 unset SSH_AUTH_SOCK; 00:25:18 unset SSH_AGENT_PID; 00:25:18 echo Agent pid 39 killed; 00:25:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:18 + git semver [Pipeline] } 00:25:19 $ docker stop --time=1 b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 00:25:20 $ docker rm -f --volumes b937c4b327e740ca165db64924cde4434f077f010fe020bf6957fcd25459c9b6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:25:20 00:25:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:25:20 0.23.1-centos7: Pulling from edgex-lftools 00:25:20 ab5ef0e58194: Pulling fs layer 00:25:20 9712f1f96733: Pulling fs layer 00:25:20 63f879dbbcfc: Pulling fs layer 00:25:20 0d9ebad4ef96: Pulling fs layer 00:25:20 e9a5061849ea: Pulling fs layer 00:25:20 d747dcd14b5f: Pulling fs layer 00:25:20 2de7ff778b66: Pulling fs layer 00:25:20 d747dcd14b5f: Waiting 00:25:20 0d9ebad4ef96: Waiting 00:25:20 e9a5061849ea: Waiting 00:25:20 2de7ff778b66: Waiting 00:25:20 9712f1f96733: Verifying Checksum 00:25:20 9712f1f96733: Download complete 00:25:21 63f879dbbcfc: Verifying Checksum 00:25:21 63f879dbbcfc: Download complete 00:25:21 e9a5061849ea: Verifying Checksum 00:25:21 e9a5061849ea: Download complete 00:25:21 d747dcd14b5f: Verifying Checksum 00:25:21 d747dcd14b5f: Download complete 00:25:21 0d9ebad4ef96: Verifying Checksum 00:25:21 0d9ebad4ef96: Download complete 00:25:21 ab5ef0e58194: Verifying Checksum 00:25:21 ab5ef0e58194: Download complete 00:25:21 2de7ff778b66: Verifying Checksum 00:25:21 2de7ff778b66: Download complete 00:25:24 ab5ef0e58194: Pull complete 00:25:24 9712f1f96733: Pull complete 00:25:24 63f879dbbcfc: Pull complete 00:25:29 0d9ebad4ef96: Pull complete 00:25:29 e9a5061849ea: Pull complete 00:25:29 d747dcd14b5f: Pull complete 00:25:29 2de7ff778b66: Pull complete 00:25:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:25:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:25:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:30 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:25:30 $ 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 00:25:35 $ docker top 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:25:35 provisioning config files... 00:25:35 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13661797025959623996tmp 00:25:35 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15371792865272047524tmp 00:25:35 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11266697075419955534tmp [Pipeline] { [Pipeline] echo 00:25:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:25:36 ---> sigul-configuration.sh 00:25:36 gpg: directory `/root/.gnupg' created 00:25:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:25:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:25:36 gpg: keyring `/root/.gnupg/secring.gpg' created 00:25:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:25:36 gpg: CAST5 encrypted data 00:25:36 gpg: encrypted with 1 passphrase 00:25:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:25:36 + mkdir /home/jenkins 00:25:36 + mkdir /home/jenkins/sigul [Pipeline] sh 00:25:36 + 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 00:25:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:25:37 ---> sigul-install.sh 00:25:37 Sigul already installed; skipping installation. [Pipeline] sh 00:25:37 + git tag --list 00:25:37 v0.0.1 00:25:37 v0.0.2-dev.1 00:25:37 v0.0.2-dev.10 00:25:37 v0.0.2-dev.11 00:25:37 v0.0.2-dev.12 00:25:37 v0.0.2-dev.13 00:25:37 v0.0.2-dev.14 00:25:37 v0.0.2-dev.15 00:25:37 v0.0.2-dev.16 00:25:37 v0.0.2-dev.17 00:25:37 v0.0.2-dev.18 00:25:37 v0.0.2-dev.19 00:25:37 v0.0.2-dev.2 00:25:37 v0.0.2-dev.20 00:25:37 v0.0.2-dev.21 00:25:37 v0.0.2-dev.22 00:25:37 v0.0.2-dev.23 00:25:37 v0.0.2-dev.24 00:25:37 v0.0.2-dev.25 00:25:37 v0.0.2-dev.26 00:25:37 v0.0.2-dev.27 00:25:37 v0.0.2-dev.28 00:25:37 v0.0.2-dev.29 00:25:37 v0.0.2-dev.3 00:25:37 v0.0.2-dev.30 00:25:37 v0.0.2-dev.31 00:25:37 v0.0.2-dev.32 00:25:37 v0.0.2-dev.33 00:25:37 v0.0.2-dev.34 00:25:37 v0.0.2-dev.35 00:25:37 v0.0.2-dev.36 00:25:37 v0.0.2-dev.37 00:25:37 v0.0.2-dev.38 00:25:37 v0.0.2-dev.39 00:25:37 v0.0.2-dev.4 00:25:37 v0.0.2-dev.40 00:25:37 v0.0.2-dev.41 00:25:37 v0.0.2-dev.42 00:25:37 v0.0.2-dev.5 00:25:37 v0.0.2-dev.6 00:25:37 v0.0.2-dev.7 00:25:37 v0.0.2-dev.8 00:25:37 v0.0.2-dev.9 [Pipeline] sh 00:25:37 + lftools sign git-tag v0.0.2-dev.42 00:25:38 Signing Git tag with Sigul... 00:25:38 Signing v0.0.2-dev.42 [Pipeline] echo 00:25:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:25:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:25:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:25:38 $ docker stop --time=1 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 00:25:40 $ docker rm -f --volumes 12ddcaec7376ab3fb6262626b796e6f1f9663e7aa4bc3faa68e4caa335969604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:25:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:25:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:40 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:25:40 $ 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 00:25:41 $ docker top e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:41 [ssh-agent] Looking for ssh-agent implementation... 00:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:41 $ docker exec e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 ssh-agent 00:25:41 SSH_AUTH_SOCK=/tmp/ssh-PVa0ilXCnS9r/agent.31 00:25:41 SSH_AGENT_PID=37 00:25:41 Running ssh-add (command line suppressed) 00:25:41 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) 00:25:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:42 + git semver bump pre 00:25:42 2024-05-30 00:25:42,330 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:42 2024-05-30 00:25:42,330 [bump_version] DEBUG bumping version:0.0.2-dev.42 on axis:pre with prefix:dev 00:25:42 2024-05-30 00:25:42,331 [bump_version] DEBUG bumped version:0.0.2-dev.43 00:25:42 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 00:25:42 2024-05-30 00:25:42,331 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:42 2024-05-30 00:25:42,331 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:42 2024-05-30 00:25:42,332 [execute] INFO git cat-file --batch-check 00:25:42 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=) 00:25:42 2024-05-30 00:25:42,338 [execute] INFO git cat-file --batch 00:25:42 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=) 00:25:42 2024-05-30 00:25:42,344 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:42 0.0.2-dev.43 [Pipeline] } 00:25:42 $ docker exec --env ******** --env ******** e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 ssh-agent -k 00:25:42 unset SSH_AUTH_SOCK; 00:25:42 unset SSH_AGENT_PID; 00:25:42 echo Agent pid 37 killed; 00:25:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:42 + git semver [Pipeline] } 00:25:43 $ docker stop --time=1 e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 00:25:44 $ docker rm -f --volumes e1360b4e00654c61a2bdd112a2a5b07bb8d55eee440f621b666f83aec6e690b7 [Pipeline] // withDockerContainer [Pipeline] sh 00:25:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:25:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:25:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:45 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:25:45 $ 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 00:25:45 $ docker top f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:25:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:45 [ssh-agent] Looking for ssh-agent implementation... 00:25:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:45 $ docker exec f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 ssh-agent 00:25:45 SSH_AUTH_SOCK=/tmp/ssh-c9qqWDt6f1vK/agent.32 00:25:45 SSH_AGENT_PID=38 00:25:45 Running ssh-add (command line suppressed) 00:25:45 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) 00:25:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:46 + git semver push 00:25:46 2024-05-30 00:25:46,331 [run_push] DEBUG push 00:25:46 2024-05-30 00:25:46,332 [execute] INFO git cat-file --batch-check 00:25:46 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=) 00:25:46 2024-05-30 00:25:46,336 [execute] INFO git rev-list b79415b5eed6ab25425c94524ad7f396f85502e6 -- 00:25:46 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) 00:25:46 2024-05-30 00:25:46,343 [execute] INFO git fetch -v origin 00:25:46 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) 00:25:46 2024-05-30 00:25:46,788 [run_push] DEBUG no remote changes detected 00:25:46 2024-05-30 00:25:46,788 [execute] INFO git push origin semver 00:25:46 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) 00:25:47 2024-05-30 00:25:47,552 [run_push] DEBUG push all version tags 00:25:47 2024-05-30 00:25:47,553 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:25:47 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) 00:25:48 2024-05-30 00:25:48,229 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:25:48 0.0.2-dev.43 [Pipeline] } 00:25:48 $ docker exec --env ******** --env ******** f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 ssh-agent -k 00:25:48 unset SSH_AUTH_SOCK; 00:25:48 unset SSH_AGENT_PID; 00:25:48 echo Agent pid 38 killed; 00:25:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:48 + git semver [Pipeline] } 00:25:49 $ docker stop --time=1 f8c41b3fc1a899a32b27fcc98ed5231549dfb9bfbfe71f26dd99797ec77542c1 00:25:50 $ 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 00:25:51 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 00:25:51 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:25:51 total 16 00:25:51 drwxr-xr-x 3 root root 4096 May 30 00:14 . 00:25:51 drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:25 .. 00:25:51 drwxr-xr-x 2 root root 4096 May 30 00:14 cost 00:25:51 -rw-r--r-- 1 root root 87 May 30 00:14 cost.csv 00:25:51 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:25:51 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:25:51 total 16 00:25:51 drwxr-xr-x 3 jenkins jenkins 4096 May 30 00:14 . 00:25:51 drwxrwxr-x 8 jenkins jenkins 4096 May 30 00:25 .. 00:25:51 drwxr-xr-x 2 jenkins jenkins 4096 May 30 00:14 cost 00:25:51 -rw-r--r-- 1 jenkins jenkins 87 May 30 00:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:25:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:25:52 ---> package-listing.sh 00:25:52 ++ facter osfamily 00:25:52 ++ tr '[:upper:]' '[:lower:]' 00:25:52 + OS_FAMILY=debian 00:25:52 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 00:25:52 + START_PACKAGES=/tmp/packages_start.txt 00:25:52 + END_PACKAGES=/tmp/packages_end.txt 00:25:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:25:52 + PACKAGES=/tmp/packages_start.txt 00:25:52 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:25:52 + PACKAGES=/tmp/packages_end.txt 00:25:52 + case "${OS_FAMILY}" in 00:25:52 + dpkg -l 00:25:52 + grep '^ii' 00:25:52 + '[' -f /tmp/packages_start.txt ']' 00:25:52 + '[' -f /tmp/packages_end.txt ']' 00:25:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:25:52 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:25:52 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 00:25:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 00:25:52 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 00:25:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:25:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:53 prd-ubuntu20.04-docker-8c-8g-1121 does not seem to be running inside a container 00:25:53 $ 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 00:25:53 $ docker top dbcedafa69a852fac30c6cfbd08c39de00b46b81c1efd5329097c84b4688e583 -eo pid,comm [Pipeline] { [Pipeline] sh 00:25:53 + touch /tmp/pre-build-complete [Pipeline] sh 00:25:54 + mkdir -p /var/log/sysstat [Pipeline] sh 00:25:54 + ls /var/log/sa-host 00:25:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:25:54 provisioning config files... 00:25:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15796663569100470301tmp [Pipeline] { [Pipeline] echo 00:25:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:25:55 ---> create-netrc.sh [Pipeline] } 00:25:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:25:55 ---> python-tools-install.sh [Pipeline] echo 00:25:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:25:55 ---> sudo-logs.sh 00:25:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:25:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:25:55 ---> job-cost.sh 00:25:55 lf-activate-venv: SKIPPING 00:25:55 DEBUG: total: 0.2199999988079071 00:25:55 INFO: Retrieving Stack Cost... 00:25:56 INFO: Retrieving Pricing Info for: v3-standard-8 00:25:56 INFO: Archiving Costs [Pipeline] echo 00:25:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:25:57 ---> logs-deploy.sh 00:25:57 lf-activate-venv: SKIPPING 00:25:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/46 00:25:57 INFO: archiving workspace using pattern(s): 00:25:58 Archives upload complete. 00:25:58 INFO: archiving logs to Nexus