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-ssh2372422261175789836.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-ssh14423575403594053098.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-ssh18216368001567979766.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-ssh7096756236479287693.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-ssh16533197063970354920.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1118 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 23:48:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:48:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:48:02 ========================================================= 23:48:02 EdgeX Global Pipelines Version Info 23:48:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:48:03 ------------------- 23:48:03 stable info: 23:48:03 ------------------- 23:48:03 Commited By: Ginny Guan ginny@iotechsys.com 23:48:03 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 23:48:03 Message: update stable to v1.0.260 23:48:04 ------------------- 23:48:04 experimental info: 23:48:04 ------------------- 23:48:04 Commited By: Ginny Guan ginny@iotechsys.com 23:48:04 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 23:48:04 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo 23:48:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:48:04 provisioning config files... 23:48:04 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12260078922059938702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:48:05 ---> ****-login.sh 23:48:05 nexus3.edgexfoundry.org:10001 23:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:05 Configure a credential helper to remove this warning. See 23:48:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:05 23:48:05 Login Succeeded 23:48:05 nexus3.edgexfoundry.org:10002 23:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:05 Configure a credential helper to remove this warning. See 23:48:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:05 23:48:05 Login Succeeded 23:48:05 nexus3.edgexfoundry.org:10003 23:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:05 Configure a credential helper to remove this warning. See 23:48:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:05 23:48:05 Login Succeeded 23:48:05 nexus3.edgexfoundry.org:10004 23:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:05 Configure a credential helper to remove this warning. See 23:48:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:05 23:48:05 Login Succeeded 23:48:05 ****.io 23:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:06 Configure a credential helper to remove this warning. See 23:48:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:06 23:48:06 Login Succeeded 23:48:06 ---> ****-login.sh ends [Pipeline] } 23:48:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:48:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:48:06 + grep -v github /etc/ssh/ssh_known_hosts 23:48:06 + [ -e /tmp/ssh_known_hosts ] 23:48:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:48:06 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:48:06 + sudo tee -a /etc/ssh/ssh_known_hosts 23:48:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:48:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:48:07 23:48:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:48:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:48:07 0.1.4: Pulling from edgex-devops/py-git-semver 23:48:07 b85a868b505f: Pulling fs layer 23:48:07 e2be974225ed: Pulling fs layer 23:48:07 339a4e72a1f5: Pulling fs layer 23:48:07 988bab9f4d93: Pulling fs layer 23:48:07 1469e6f7b9e6: Pulling fs layer 23:48:07 eaf3925da568: Pulling fs layer 23:48:07 bab4dde63d76: Pulling fs layer 23:48:07 bde34c3a00c8: Pulling fs layer 23:48:07 b352a97aabf1: Pulling fs layer 23:48:07 4872d77fe225: Pulling fs layer 23:48:07 5851b861e8e6: Pulling fs layer 23:48:07 eaf3925da568: Waiting 23:48:07 bab4dde63d76: Waiting 23:48:07 bde34c3a00c8: Waiting 23:48:07 b352a97aabf1: Waiting 23:48:07 4872d77fe225: Waiting 23:48:07 5851b861e8e6: Waiting 23:48:07 988bab9f4d93: Waiting 23:48:07 1469e6f7b9e6: Waiting 23:48:07 e2be974225ed: Verifying Checksum 23:48:07 e2be974225ed: Download complete 23:48:07 988bab9f4d93: Download complete 23:48:07 1469e6f7b9e6: Verifying Checksum 23:48:07 1469e6f7b9e6: Download complete 23:48:07 eaf3925da568: Verifying Checksum 23:48:07 eaf3925da568: Download complete 23:48:07 339a4e72a1f5: Verifying Checksum 23:48:07 339a4e72a1f5: Download complete 23:48:07 bde34c3a00c8: Download complete 23:48:07 b352a97aabf1: Verifying Checksum 23:48:07 b352a97aabf1: Download complete 23:48:07 4872d77fe225: Verifying Checksum 23:48:07 4872d77fe225: Download complete 23:48:07 5851b861e8e6: Verifying Checksum 23:48:07 5851b861e8e6: Download complete 23:48:07 b85a868b505f: Verifying Checksum 23:48:07 b85a868b505f: Download complete 23:48:08 bab4dde63d76: Verifying Checksum 23:48:08 bab4dde63d76: Download complete 23:48:08 b85a868b505f: Pull complete 23:48:08 e2be974225ed: Pull complete 23:48:09 339a4e72a1f5: Pull complete 23:48:09 988bab9f4d93: Pull complete 23:48:09 1469e6f7b9e6: Pull complete 23:48:09 eaf3925da568: Pull complete 23:48:11 bab4dde63d76: Pull complete 23:48:11 bde34c3a00c8: Pull complete 23:48:11 b352a97aabf1: Pull complete 23:48:11 4872d77fe225: Pull complete 23:48:11 5851b861e8e6: Pull complete 23:48:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:48:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:48:12 prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container 23:48:12 $ 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 23:48:15 $ docker top 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 -eo pid,comm 23:48:15 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). 23:48:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:48:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:48:15 [ssh-agent] Looking for ssh-agent implementation... 23:48:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:48:15 $ docker exec 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent 23:48:15 SSH_AUTH_SOCK=/tmp/ssh-5TbVlvpGgJu8/agent.32 23:48:15 SSH_AGENT_PID=38 23:48:15 Running ssh-add (command line suppressed) 23:48:15 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4818295336304123477.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_4818295336304123477.key) 23:48:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:48:15 + git tag --points-at HEAD [Pipeline] } 23:48:15 $ docker exec --env ******** --env ******** 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent -k 23:48:15 unset SSH_AUTH_SOCK; 23:48:15 unset SSH_AGENT_PID; 23:48:15 echo Agent pid 38 killed; 23:48:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:48:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:48:15 [ssh-agent] Looking for ssh-agent implementation... 23:48:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:48:15 $ docker exec 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent 23:48:16 SSH_AUTH_SOCK=/tmp/ssh-HAV23ynv6eie/agent.72 23:48:16 SSH_AGENT_PID=78 23:48:16 Running ssh-add (command line suppressed) 23:48:16 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15570328021918540175.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_15570328021918540175.key) 23:48:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:48:16 + git semver init 23:48:16 2024-05-29 23:48:16,672 [run_init] DEBUG init version:0.0.0 force:False 23:48:16 2024-05-29 23:48:16,673 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 23:48:16 2024-05-29 23:48:16,673 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 23:48:16 2024-05-29 23:48:16,674 [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) 23:48:17 2024-05-29 23:48:17,253 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 23:48:17 2024-05-29 23:48:17,253 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 23:48:17 2024-05-29 23:48:17,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 23:48:17 2024-05-29 23:48:17,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 23:48:17 0.0.2-dev.42 [Pipeline] } 23:48:17 $ docker exec --env ******** --env ******** 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 ssh-agent -k 23:48:17 unset SSH_AUTH_SOCK; 23:48:17 unset SSH_AGENT_PID; 23:48:17 echo Agent pid 78 killed; 23:48:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:48:17 + git semver [Pipeline] } 23:48:18 $ docker stop --time=1 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 23:48:19 $ docker rm -f --volumes 03fb16e6fe49ba08b4b7046e699859d2a08d876c7da8637f8c98bfd6d4bd64c4 [Pipeline] // withDockerContainer [Pipeline] sh 23:48:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:48:19 Stashed 1 file(s) [Pipeline] echo 23:48:19 [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 23:48:20 provisioning config files... 23:48:20 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16920559477864214474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:48:20 ---> ****-login.sh 23:48:20 nexus3.edgexfoundry.org:10001 23:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:20 Configure a credential helper to remove this warning. See 23:48:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:20 23:48:20 Login Succeeded 23:48:20 nexus3.edgexfoundry.org:10002 23:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:20 Configure a credential helper to remove this warning. See 23:48:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:20 23:48:20 Login Succeeded 23:48:20 nexus3.edgexfoundry.org:10003 23:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:20 Configure a credential helper to remove this warning. See 23:48:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:20 23:48:20 Login Succeeded 23:48:20 nexus3.edgexfoundry.org:10004 23:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:20 Configure a credential helper to remove this warning. See 23:48:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:20 23:48:20 Login Succeeded 23:48:20 ****.io 23:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:48:20 Configure a credential helper to remove this warning. See 23:48:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:48:20 23:48:20 Login Succeeded 23:48:20 ---> ****-login.sh ends [Pipeline] } 23:48:20 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 23:48:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:48:21 + ls -al . 23:48:21 total 72 23:48:21 drwxrwxr-x 7 jenkins jenkins 4096 May 29 23:48 . 23:48:21 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:47 .. 23:48:21 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:48 .git 23:48:21 drwxrwxr-x 2 jenkins jenkins 4096 May 29 23:47 .github 23:48:21 -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:47 .gitignore 23:48:21 drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:48 .semver 23:48:21 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 23:47 Dockerfile 23:48:21 -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:47 Jenkinsfile 23:48:21 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:47 LICENSE 23:48:21 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 23:47 README.md 23:48:21 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:47 TAF-Manager 23:48:21 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:47 TUC 23:48:21 -rw-rw-r-- 1 jenkins jenkins 12 May 29 23:48 VERSION 23:48:21 -rw-rw-r-- 1 jenkins jenkins 343 May 29 23:47 requirements.txt 23:48:21 -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:47 robot-entrypoint.sh 23:48:21 -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:47 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:48:22 + 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 . 23:48:22 Sending build context to Docker daemon 589.3kB 23:48:22 Step 1/13 : FROM alpine:3.20 23:48:23 3.20: Pulling from library/alpine 23:48:23 d25f557d7f31: Pulling fs layer 23:48:23 d25f557d7f31: Verifying Checksum 23:48:23 d25f557d7f31: Download complete 23:48:23 d25f557d7f31: Pull complete 23:48:23 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 23:48:23 Status: Downloaded newer image for alpine:3.20 23:48:23 ---> 1d34ffeaf190 23:48:23 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:48:23 ---> Running in 055ca4bd174d 23:48:23 Removing intermediate container 055ca4bd174d 23:48:23 ---> c3d85e5d83a6 23:48:23 Step 3/13 : LABEL maintainer="Bruce Huang " 23:48:23 ---> Running in 0ff0485f344e 23:48:23 Removing intermediate container 0ff0485f344e 23:48:23 ---> 9893877891cb 23:48:23 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 23:48:23 ---> 066cadbe60ea 23:48:23 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 23:48:24 ---> 5d5693dcb5f6 23:48:24 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 23:48:24 ---> 679a79c5a746 23:48:24 Step 7/13 : WORKDIR /edgex-taf 23:48:24 ---> Running in a75b8152260f 23:48:24 Removing intermediate container a75b8152260f 23:48:24 ---> 499a387d8d57 23:48:24 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:24 ---> Running in 8aff8ee7a6d4 23:48:24 Removing intermediate container 8aff8ee7a6d4 23:48:24 ---> 5ff9d8bd27a1 23:48:24 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 23:48:24 ---> Running in 8f75e5e562d6 23:48:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:48:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:48:26 OK: 8 MiB in 14 packages 23:48:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:48:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:48:27 (1/14) Installing ca-certificates (20240226-r0) 23:48:28 (2/14) Installing brotli-libs (1.1.0-r2) 23:48:28 (3/14) Installing c-ares (1.28.1-r0) 23:48:28 (4/14) Installing libunistring (1.2-r0) 23:48:29 (5/14) Installing libidn2 (2.3.7-r0) 23:48:29 (6/14) Installing nghttp2-libs (1.62.0-r0) 23:48:30 (7/14) Installing libpsl (0.21.5-r1) 23:48:30 (8/14) Installing zstd-libs (1.5.6-r0) 23:48:30 (9/14) Installing libcurl (8.7.1-r0) 23:48:31 (10/14) Installing curl (8.7.1-r0) 23:48:31 (11/14) Installing docker-cli (26.1.3-r0) 23:48:31 (12/14) Installing oniguruma (6.9.9-r0) 23:48:32 (13/14) Installing jq (1.7.1-r0) 23:48:32 (14/14) Installing openssl (3.3.0-r2) 23:48:33 Executing busybox-1.36.1-r28.trigger 23:48:33 Executing ca-certificates-20240226-r0.trigger 23:48:33 OK: 43 MiB in 28 packages 23:48:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:48:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:48:34 (1/167) Installing libexpat (2.6.2-r0) 23:48:34 (2/167) Installing libbz2 (1.0.8-r6) 23:48:34 (3/167) Installing libpng (1.6.43-r0) 23:48:35 Still waiting to schedule task 23:48:35 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:48:35 (4/167) Installing freetype (2.13.2-r0) 23:48:35 (5/167) Installing fontconfig (2.15.0-r1) 23:48:36 (6/167) Installing libfontenc (1.1.8-r0) 23:48:36 (7/167) Installing mkfontscale (1.2.2-r6) 23:48:36 (8/167) Installing font-opensans (0_git20210927-r1) 23:48:37 (9/167) Installing pkgconf (2.2.0-r0) 23:48:37 (10/167) Installing libgcc (13.2.1_git20240309-r0) 23:48:37 (11/167) Installing libffi (3.4.6-r0) 23:48:38 (12/167) Installing libintl (0.22.5-r0) 23:48:38 (13/167) Installing libeconf (0.6.3-r0) 23:48:39 (14/167) Installing libblkid (2.40.1-r1) 23:48:39 (15/167) Installing libmount (2.40.1-r1) 23:48:39 (16/167) Installing pcre2 (10.43-r0) 23:48:40 (17/167) Installing glib (2.80.2-r0) 23:48:40 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 23:48:40 (19/167) Installing xz-libs (5.6.1-r3) 23:48:41 (20/167) Installing libxml2 (2.12.7-r0) 23:48:41 (21/167) Installing shared-mime-info (2.4-r0) 23:48:42 (22/167) Installing hicolor-icon-theme (0.17-r2) 23:48:42 (23/167) Installing libjpeg-turbo (3.0.3-r0) 23:48:43 (24/167) Installing libsharpyuv (1.3.2-r0) 23:48:43 (25/167) Installing libwebp (1.3.2-r0) 23:48:43 (26/167) Installing tiff (4.6.0t-r0) 23:48:44 (27/167) Installing gdk-pixbuf (2.42.11-r1) 23:48:44 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 23:48:44 (29/167) Installing libxau (1.0.11-r4) 23:48:44 (30/167) Installing libmd (1.1.0-r0) 23:48:45 (31/167) Installing libbsd (0.12.2-r0) 23:48:45 (32/167) Installing libxdmcp (1.1.5-r1) 23:48:45 (33/167) Installing libxcb (1.16.1-r0) 23:48:46 (34/167) Installing libx11 (1.8.9-r1) 23:48:46 (35/167) Installing libxcomposite (0.4.6-r5) 23:48:46 (36/167) Installing libxfixes (6.0.1-r4) 23:48:47 (37/167) Installing libxrender (0.9.11-r5) 23:48:47 (38/167) Installing libxcursor (1.2.2-r1) 23:48:47 (39/167) Installing libxdamage (1.1.6-r5) 23:48:47 (40/167) Installing libxext (1.3.6-r2) 23:48:48 (41/167) Installing libxi (1.8.1-r4) 23:48:48 (42/167) Installing libxinerama (1.1.5-r4) 23:48:48 (43/167) Installing libxrandr (1.5.4-r1) 23:48:48 (44/167) Installing libatk-1.0 (2.52.0-r0) 23:48:49 (45/167) Installing libxtst (1.2.4-r6) 23:48:49 (46/167) Installing dbus-libs (1.14.10-r1) 23:48:50 (47/167) Installing at-spi2-core (2.52.0-r0) 23:48:50 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 23:48:50 (49/167) Installing pixman (0.43.2-r0) 23:48:51 (50/167) Installing cairo (1.18.0-r0) 23:48:51 (51/167) Installing cairo-gobject (1.18.0-r0) 23:48:51 (52/167) Installing avahi-libs (0.8-r17) 23:48:52 (53/167) Installing gmp (6.3.0-r1) 23:48:52 (54/167) Installing nettle (3.9.1-r0) 23:48:53 (55/167) Installing libtasn1 (4.19.0-r2) 23:48:53 (56/167) Installing p11-kit (0.25.3-r0) 23:48:53 (57/167) Installing gnutls (3.8.5-r0) 23:48:54 (58/167) Installing cups-libs (2.4.8-r0) 23:48:54 (59/167) Installing libepoxy (1.5.10-r1) 23:48:55 (60/167) Installing fribidi (1.0.14-r0) 23:48:55 (61/167) Installing graphite2 (1.3.14-r6) 23:48:55 (62/167) Installing harfbuzz (8.5.0-r0) 23:48:56 (63/167) Installing libxft (2.3.8-r3) 23:48:56 (64/167) Installing pango (1.52.2-r0) 23:48:57 (65/167) Installing wayland-libs-client (1.22.0-r4) 23:48:57 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 23:48:57 (67/167) Installing wayland-libs-egl (1.22.0-r4) 23:48:58 (68/167) Installing xkeyboard-config (2.41-r0) 23:48:58 (69/167) Installing libxkbcommon (1.7.0-r0) 23:48:58 (70/167) Installing gtk+3.0 (3.24.42-r0) 23:48:59 (71/167) Installing icu-data-full (74.2-r0) 23:48:59 (72/167) Installing mesa (24.0.8-r1) 23:49:00 (73/167) Installing llvm17-libs (17.0.6-r1) 23:49:05 (74/167) Installing hwdata-pci (0.382-r0) 23:49:05 (75/167) Installing libpciaccess (0.18.1-r0) 23:49:06 (76/167) Installing libdrm (2.4.120-r0) 23:49:06 (77/167) Installing libelf (0.191-r0) 23:49:06 (78/167) Installing mesa-glapi (24.0.8-r1) 23:49:07 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 23:49:07 (80/167) Installing eudev-libs (3.2.14-r2) 23:49:07 (81/167) Installing libmagic (5.45-r1) 23:49:08 (82/167) Installing file (5.45-r1) 23:49:08 (83/167) Installing xprop (1.2.7-r0) 23:49:09 (84/167) Installing libice (1.1.1-r6) 23:49:09 (85/167) Installing libuuid (2.40.1-r1) 23:49:09 (86/167) Installing libsm (1.2.4-r4) 23:49:09 (87/167) Installing libxt (1.3.0-r5) 23:49:10 (88/167) Installing libxmu (1.1.4-r2) 23:49:10 (89/167) Installing xset (1.2.5-r1) 23:49:10 (90/167) Installing xdg-utils (1.2.1-r0) 23:49:11 (91/167) Installing libogg (1.3.5-r5) 23:49:11 (92/167) Installing libflac (1.4.3-r1) 23:49:12 (93/167) Installing alsa-lib (1.2.11-r0) 23:49:12 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 23:49:12 (95/167) Installing aom-libs (3.9.0-r0) 23:49:13 (96/167) Installing libva (2.21.0-r0) 23:49:14 (97/167) Installing libvdpau (1.5-r3) 23:49:14 (98/167) Installing onevpl-libs (2023.3.1-r2) 23:49:14 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 23:49:15 (100/167) Installing libdav1d (1.4.2-r0) 23:49:15 (101/167) Installing openexr-libiex (3.1.13-r1) 23:49:15 (102/167) Installing openexr-libilmthread (3.1.13-r1) 23:49:16 (103/167) Installing imath (3.1.11-r2) 23:49:16 (104/167) Installing openexr-libopenexr (3.1.13-r1) 23:49:17 (105/167) Installing giflib (5.2.2-r0) 23:49:17 (106/167) Installing libhwy (1.0.7-r0) 23:49:17 (107/167) Installing lcms2 (2.16-r0) 23:49:17 (108/167) Installing libjxl (0.10.2-r0) 23:49:18 (109/167) Installing lame-libs (3.100-r5) 23:49:18 (110/167) Installing opus (1.5.2-r0) 23:49:19 (111/167) Installing rav1e-libs (0.7.1-r0) 23:49:19 (112/167) Installing libgomp (13.2.1_git20240309-r0) 23:49:20 (113/167) Installing soxr (0.1.3-r7) 23:49:20 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 23:49:20 (115/167) Installing libtheora (1.1.1-r18) 23:49:21 (116/167) Installing libvorbis (1.3.7-r2) 23:49:21 (117/167) Installing libvpx (1.14.0-r0) 23:49:21 (118/167) Installing libwebpmux (1.3.2-r0) 23:49:22 (119/167) Installing x264-libs (0.164_git20231001-r0) 23:49:22 (120/167) Installing numactl (2.0.18-r0) 23:49:23 (121/167) Installing x265-libs (3.6-r0) 23:49:23 (122/167) Installing xvidcore (1.3.7-r2) 23:49:24 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 23:49:24 (124/167) Installing libbluray (1.3.4-r1) 23:49:24 (125/167) Installing mpg123-libs (1.32.6-r0) 23:49:25 (126/167) Installing libopenmpt (0.7.7-r0) 23:49:25 (127/167) Installing cjson (1.7.18-r0) 23:49:26 (128/167) Installing mbedtls (3.6.0-r0) 23:49:26 (129/167) Installing librist (0.2.10-r1) 23:49:26 (130/167) Installing libsrt (1.5.3-r0) 23:49:27 (131/167) Installing libssh (0.10.6-r0) 23:49:27 (132/167) Installing libsodium (1.0.19-r0) 23:49:27 (133/167) Installing libzmq (4.3.5-r2) 23:49:28 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 23:49:29 (135/167) Installing crc32c (1.1.2-r0) 23:49:29 (136/167) Installing double-conversion (3.3.0-r0) 23:49:29 (137/167) Installing libevent (2.1.12-r7) 23:49:29 (138/167) Installing wayland-libs-server (1.22.0-r4) 23:49:30 (139/167) Installing mesa-gbm (24.0.8-r1) 23:49:30 (140/167) Installing harfbuzz-subset (8.5.0-r0) 23:49:30 (141/167) Installing icu-libs (74.2-r0) 23:49:31 (142/167) Installing minizip (1.3.1-r0) 23:49:31 (143/167) Installing nspr (4.35-r4) 23:49:32 (144/167) Installing sqlite-libs (3.45.3-r1) 23:49:32 (145/167) Installing nss (3.100-r0) 23:49:33 (146/167) Installing openh264 (2.4.1-r0) 23:49:33 (147/167) Installing libcamera-ipa (0.3.0-r0) 23:49:34 (148/167) Installing libunwind (1.8.1-r0) 23:49:34 (149/167) Installing yaml (0.2.5-r2) 23:49:34 (150/167) Installing libcamera (0.3.0-r0) 23:49:35 (151/167) Installing speexdsp (1.2.1-r2) 23:49:35 (152/167) Installing libuv (1.48.0-r0) 23:49:35 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 23:49:36 (154/167) Installing libsndfile (1.2.2-r0) 23:49:36 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 23:49:37 (156/167) Installing pipewire-libs (1.0.6-r1) 23:49:37 (157/167) Installing libasyncns (0.8-r3) 23:49:37 (158/167) Installing libltdl (2.4.7-r3) 23:49:38 (159/167) Installing orc (0.4.37-r0) 23:49:38 (160/167) Installing tdb-libs (1.4.9-r1) 23:49:39 (161/167) Installing libpulse (17.0-r0) 23:49:39 (162/167) Installing libwebpdemux (1.3.2-r0) 23:49:39 (163/167) Installing libgpg-error (1.49-r0) 23:49:40 (164/167) Installing libgcrypt (1.10.3-r0) 23:49:40 (165/167) Installing libxslt (1.1.39-r1) 23:49:40 (166/167) Installing chromium (125.0.6422.112-r0) 23:49:55 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 23:49:55 Executing busybox-1.36.1-r28.trigger 23:49:55 Executing fontconfig-2.15.0-r1.trigger 23:49:55 Executing mkfontscale-1.2.2-r6.trigger 23:49:55 Executing glib-2.80.2-r0.trigger 23:49:55 Executing shared-mime-info-2.4-r0.trigger 23:49:55 Executing gdk-pixbuf-2.42.11-r1.trigger 23:49:55 Executing gtk-update-icon-cache-3.24.42-r0.trigger 23:49:55 Executing gtk+3.0-3.24.42-r0.trigger 23:49:55 OK: 657 MiB in 195 packages 23:49:55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:49:56 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:49:57 (1/30) Installing jansson (2.14-r4) 23:49:57 (2/30) Installing binutils (2.42-r0) 23:49:57 (3/30) Installing libatomic (13.2.1_git20240309-r0) 23:49:58 (4/30) Installing isl26 (0.26-r1) 23:49:58 (5/30) Installing mpfr4 (4.2.1-r0) 23:49:58 (6/30) Installing mpc1 (1.3.1-r1) 23:49:59 (7/30) Installing gcc (13.2.1_git20240309-r0) 23:50:07 (8/30) Installing musl-dev (1.2.5-r0) 23:50:07 (9/30) Installing linux-headers (6.6-r0) 23:50:07 (10/30) Installing libffi-dev (3.4.6-r0) 23:50:07 (11/30) Installing libpq (16.3-r0) 23:50:07 (12/30) Installing openssl-dev (3.3.0-r2) 23:50:08 (13/30) Installing libpq-dev (16.3-r0) 23:50:08 (14/30) Installing libecpg (16.3-r0) 23:50:09 (15/30) Installing libecpg-dev (16.3-r0) 23:50:09 (16/30) Installing clang16-headers (16.0.6-r5) 23:50:10 (17/30) Installing llvm16-libs (16.0.6-r8) 23:50:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1119 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 23:50:16 Selected Git installation does not exist. Using Default 23:50:16 The recommended git tool is: NONE 23:50:20 (18/30) Installing clang16-libs (16.0.6-r5) 23:50:23 using credential edgex-jenkins-ssh 23:50:23 Cloning the remote Git repository 23:50:23 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 23:50:23 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 23:50:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 23:50:23 > git --version # timeout=10 23:50:23 > git --version # 'git version 2.25.1' 23:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 23:50:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:50:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 23:50:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:50:26 (19/30) Installing fortify-headers (1.1-r3) 23:50:26 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 23:50:26 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 23:50:26 (22/30) Installing clang16 (16.0.6-r5) 23:50:26 Avoid second fetch 23:50:26 Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) 23:50:27 (23/30) Installing icu (74.2-r0) 23:50:27 (24/30) Installing icu-dev (74.2-r0) 23:50:27 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" 23:50:28 (25/30) Installing llvm16 (16.0.6-r8) 23:50:26 > git config core.sparsecheckout # timeout=10 23:50:26 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 23:50:29 (26/30) Installing lz4-libs (1.9.4-r5) 23:50:29 (27/30) Installing lz4-dev (1.9.4-r5) 23:50:29 (28/30) Installing zstd (1.5.6-r0) 23:50:30 (29/30) Installing zstd-dev (1.5.6-r0) 23:50:30 (30/30) Installing postgresql16-dev (16.3-r0) 23:50:31 Executing busybox-1.36.1-r28.trigger 23:50:31 OK: 1193 MiB in 225 packages 23:50:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:50:31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:50:32 (1/14) Installing g++ (13.2.1_git20240309-r0) 23:50:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:50:32 % Total % Received % Xferd Average Speed Time Time Time Current 23:50:32 Dload Upload Total Spent Left Speed 23:50:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh 23:50:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:50:33 (2/14) Installing gdbm (1.23-r1) 23:50:33 (3/14) Installing mpdecimal (4.0.0-r0) 23:50:33 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 23:50:33 /etc/docker/daemon.json 23:50:33 { 23:50:33 "registry-mirrors": [ 23:50:33 "https://nexus3.edgexfoundry.org:10001" 23:50:33 ], 23:50:33 "bip": "10.250.0.254/24", 23:50:33 "hosts": [ 23:50:33 "tcp://0.0.0.0:5555", 23:50:33 "unix:///var/run/docker.sock" 23:50:33 ], 23:50:33 "mtu": 1458, 23:50:33 "selinux-enabled": true, 23:50:33 "seccomp-profile": "/etc/docker/seccomp.json" 23:50:33 } [Pipeline] sh 23:50:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:50:33 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 23:50:34 (5/14) Installing libncursesw (6.4_p20240420-r0) 23:50:34 + sudo service docker restart 23:50:34 (6/14) Installing libpanelw (6.4_p20240420-r0) 23:50:34 (7/14) Installing readline (8.2.10-r0) 23:50:34 (8/14) Installing python3 (3.12.3-r1) 23:50:35 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 23:50:36 (10/14) Installing pyc (3.12.3-r1) 23:50:36 (11/14) Installing python3-pyc (3.12.3-r1) 23:50:36 (12/14) Installing python3-dev (3.12.3-r1) 23:50:38 (13/14) Installing libsodium-dev (1.0.19-r0) 23:50:38 (14/14) Installing zeromq-dev (4.3.5-r2) 23:50:38 Executing busybox-1.36.1-r28.trigger 23:50:38 OK: 1359 MiB in 239 packages 23:50:38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:50:39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:50:40 OK: 1359 MiB in 239 packages 23:50:40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:50:40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:50:41 (1/1) Installing tzdata (2024a-r1) 23:50:42 OK: 1361 MiB in 240 packages 23:50:42 (1/1) Purging tzdata (2024a-r1) 23:50:42 OK: 1359 MiB in 239 packages 23:50:44 Looking in links: /tmp/tmpraqq406d 23:50:44 Processing /tmp/tmpraqq406d/pip-24.0-py3-none-any.whl 23:50:44 Installing collected packages: pip 23:50:45 Successfully installed pip-24.0 23:50:45 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 23:50:46 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 23:50:46 Collecting setuptools 23:50:46 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 23:50:46 Collecting wheel 23:50:46 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 23:50:46 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 23:50:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 79.2 MB/s eta 0:00:00 23:50:46 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 23:50:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 195.1 MB/s eta 0:00:00 23:50:46 Installing collected packages: wheel, setuptools 23:50:47 Successfully installed setuptools-70.0.0 wheel-0.43.0 23:50:47 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 23:50:47 Processing ./edgex-taf-common 23:50:47 Preparing metadata (setup.py): started 23:50:47 Preparing metadata (setup.py): finished with status 'done' 23:50:47 Building wheels for collected packages: edgex-taf-common 23:50:47 Building wheel for edgex-taf-common (setup.py): started 23:50:48 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 23:50:48 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=9e6f0ed2e891515fcd961890c0a667ea14ae817db9600709978c125de306ea60 23:50:48 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 23:50:48 Successfully built edgex-taf-common 23:50:48 Installing collected packages: edgex-taf-common 23:50:48 Successfully installed edgex-taf-common-0.0.0 23:50:48 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 23:50:48 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 23:50:48 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 23:50:49 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 23:50:49 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 23:50:49 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 23:50:49 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 23:50:49 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 23:50:49 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 23:50:49 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 23:50:49 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 23:50:49 Preparing metadata (setup.py): started 23:50:49 Preparing metadata (setup.py): finished with status 'done' 23:50:49 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 23:50:49 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 23:50:49 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 23:50:49 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 23:50:49 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 23:50:49 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 23:50:49 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 23:50:49 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 23:50:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 14.0 MB/s eta 0:00:00 23:50:49 Preparing metadata (setup.py): started 23:50:49 Preparing metadata (setup.py): finished with status 'done' 23:50:49 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 23:50:49 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 23:50:50 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 23:50:50 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 23:50:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.7 MB/s eta 0:00:00 23:50:50 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 23:50:50 Downloading psutil-5.9.5.tar.gz (493 kB) 23:50:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 39.9 MB/s eta 0:00:00 23:50:50 Installing build dependencies: started 23:50:52 Installing build dependencies: finished with status 'done' 23:50:52 Getting requirements to build wheel: started 23:50:52 Getting requirements to build wheel: finished with status 'done' 23:50:52 Preparing metadata (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:50:52 provisioning config files... 23:50:52 Preparing metadata (pyproject.toml): finished with status 'done' 23:50:52 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17971609807097418596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:50:52 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 23:50:52 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 23:50:52 ---> ****-login.sh 23:50:52 nexus3.edgexfoundry.org:10001 23:50:52 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 23:50:52 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 23:50:52 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 23:50:52 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 23:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:50:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 1.5 MB/s eta 0:00:00 23:50:53 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 23:50:53 Downloading psycopg2-2.9.9.tar.gz (384 kB) 23:50:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 40.1 MB/s eta 0:00:00 23:50:53 Preparing metadata (setup.py): started 23:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:50:53 Configure a credential helper to remove this warning. See 23:50:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:50:53 23:50:53 Login Succeeded 23:50:53 nexus3.edgexfoundry.org:10002 23:50:53 Preparing metadata (setup.py): finished with status 'done' 23:50:53 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 23:50:53 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 23:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:50:53 Configure a credential helper to remove this warning. See 23:50:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:50:53 23:50:53 Login Succeeded 23:50:53 nexus3.edgexfoundry.org:10003 23:50:53 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:53 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 23:50:53 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:53 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 23:50:53 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:53 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 23:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:50:54 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading flex-6.14.1.tar.gz (40 kB) 23:50:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 6.5 MB/s eta 0:00:00 23:50:54 Preparing metadata (setup.py): started 23:50:54 Preparing metadata (setup.py): finished with status 'done' 23:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:50:54 Configure a credential helper to remove this warning. See 23:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:50:54 23:50:54 Login Succeeded 23:50:54 nexus3.edgexfoundry.org:10004 23:50:54 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 23:50:54 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 23:50:54 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 23:50:54 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 23:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:50:54 Configure a credential helper to remove this warning. See 23:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:50:54 23:50:54 Login Succeeded 23:50:54 ****.io 23:50:54 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 23:50:54 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:54 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 23:50:54 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 23:50:54 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 23:50:54 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 23:50:54 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 23:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:50:54 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 23:50:54 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 23:50:54 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 23:50:54 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 23:50:54 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:50:54 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 23:50:54 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:50:54 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 23:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:50:55 Configure a credential helper to remove this warning. See 23:50:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:50:55 23:50:55 Login Succeeded 23:50:55 ---> ****-login.sh ends 23:50:55 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:50:55 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 23:50:55 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:50:55 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 23:50:55 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) 23:50:55 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:50:55 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 23:50:55 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:50:55 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) [Pipeline] } 23:50:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:50:55 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:55 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 23:50:55 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:55 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:50:55 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:55 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 23:50:55 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:55 Downloading validate_email-1.3.tar.gz (4.7 kB) 23:50:55 Preparing metadata (setup.py): started 23:50:55 Preparing metadata (setup.py): finished with status 'done' 23:50:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:50:55 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:55 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 23:50:55 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:55 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 23:50:55 Preparing metadata (setup.py): started 23:50:56 + ls -al . 23:50:56 total 68 23:50:56 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:50 . 23:50:56 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:50 .. 23:50:56 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:50 .git 23:50:56 drwxrwxr-x 2 jenkins jenkins 4096 May 29 23:50 .github 23:50:56 -rw-rw-r-- 1 jenkins jenkins 22 May 29 23:50 .gitignore 23:50:56 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 23:50 Dockerfile 23:50:56 -rw-rw-r-- 1 jenkins jenkins 746 May 29 23:50 Jenkinsfile 23:50:56 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 23:50 LICENSE 23:50:56 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 23:50 README.md 23:50:56 drwxrwxr-x 4 jenkins jenkins 4096 May 29 23:50 TAF-Manager 23:50:56 drwxrwxr-x 6 jenkins jenkins 4096 May 29 23:50 TUC 23:50:56 -rw-rw-r-- 1 jenkins jenkins 12 May 29 23:48 VERSION 23:50:56 -rw-rw-r-- 1 jenkins jenkins 343 May 29 23:50 requirements.txt 23:50:56 -rw-rw-r-- 1 jenkins jenkins 54 May 29 23:50 robot-entrypoint.sh 23:50:56 -rw-rw-r-- 1 jenkins jenkins 445 May 29 23:50 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:50:56 Preparing metadata (setup.py): finished with status 'done' 23:50:56 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 23:50:56 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 23:50:56 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 23:50:56 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 23:50:56 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 23:50:56 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 23:50:56 + 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 . 23:50:56 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:50:56 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 23:50:56 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:56 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 23:50:56 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:56 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 23:50:56 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:56 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 23:50:56 Sending build context to Docker daemon 363kB 23:50:56 Step 1/13 : FROM alpine:3.20 23:50:56 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:50:56 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 23:50: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)) 23:50:56 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 23:50: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)) 23:50:56 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 23:50:56 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 23:50:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 23.2 MB/s eta 0:00:00 23:50:57 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 23:50:57 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 23:50:57 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 15.1 MB/s eta 0:00:00 23:50:57 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 23:50:57 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 23:50:57 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 9.8 MB/s eta 0:00:00 23:50:57 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 16.9 MB/s eta 0:00:00 23:50:57 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 23:50:57 3.20: Pulling from library/alpine 23:50:57 94747bd81234: Pulling fs layer 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 55.4 MB/s eta 0:00:00 23:50:57 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 23.8 MB/s eta 0:00:00 23:50:57 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 34.3 MB/s eta 0:00:00 23:50:57 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 18.3 MB/s eta 0:00:00 23:50:57 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 23:50:57 94747bd81234: Verifying Checksum 23:50:57 94747bd81234: Download complete 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.2 MB/s eta 0:00:00 23:50:57 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 2.3 MB/s eta 0:00:00 23:50:57 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 20.1 MB/s eta 0:00:00 23:50:57 Downloading idna-3.7-py3-none-any.whl (66 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.1 MB/s eta 0:00:00 23:50:57 Downloading packaging-24.0-py3-none-any.whl (53 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 7.3 MB/s eta 0:00:00 23:50:57 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 27.2 MB/s eta 0:00:00 23:50:57 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 23.4 MB/s eta 0:00:00 23:50:57 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 23:50:57 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 57.3 MB/s eta 0:00:00 23:50:57 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 12.6 MB/s eta 0:00:00 23:50:57 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 23:50:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.2 MB/s eta 0:00:00 23:50:57 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 23:50:58 94747bd81234: Pull complete 23:50:58 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 23:50:58 Status: Downloaded newer image for alpine:3.20 23:50:58 ---> 442043f030d3 23:50:58 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 27.1 MB/s eta 0:00:00 23:50:58 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 23:50:58 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 23:50:58 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 10.5 MB/s eta 0:00:00 23:50:58 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.0 MB/s eta 0:00:00 23:50:58 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 15.2 MB/s eta 0:00:00 23:50:58 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 23:50:58 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.5 MB/s eta 0:00:00 23:50:58 Downloading click-8.1.7-py3-none-any.whl (97 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 12.8 MB/s eta 0:00:00 23:50:58 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 23:50:58 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 23:50:58 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 52.2 MB/s eta 0:00:00 23:50:58 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 23:50:58 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 23:50:58 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 23:50:58 ---> Running in 57238bb55619 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 28.8 MB/s eta 0:00:00 23:50:58 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 23:50:58 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 25.5 MB/s eta 0:00:00 23:50:58 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 23:50:58 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 23:50:58 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.7 MB/s eta 0:00:00 23:50:58 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 23:50:58 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 23:50:58 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 23:50:58 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 23:50:58 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 23:50:58 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 23:50:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.8 MB/s eta 0:00:00 23:50:58 Removing intermediate container 57238bb55619 23:50:58 ---> 57e050d2861d 23:50:58 Step 3/13 : LABEL maintainer="Bruce Huang " 23:50:58 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 23:50:58 Building wheel for robotbackgroundlogger (setup.py): started 23:50:58 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 23:50:58 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=da0da9e42083f99730b35de21b7c5aaa741ae136857c228f5e7cfa07d4e1313d 23:50:58 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 23:50:58 Building wheel for paho-mqtt (setup.py): started 23:50:58 ---> Running in 768e8d9d3638 23:50:58 Building wheel for paho-mqtt (setup.py): finished with status 'done' 23:50:58 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=c29235871acbf4c705bdc88d5d61c7e314607d294508819535eff6566be3183e 23:50:58 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 23:50:58 Building wheel for psutil (pyproject.toml): started 23:50:59 Removing intermediate container 768e8d9d3638 23:50:59 ---> cb8b5579ff96 23:50:59 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 23:50:59 ---> dfb5ee6ab9b3 23:50:59 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 23:51:00 Building wheel for psutil (pyproject.toml): finished with status 'done' 23:51:00 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281486 sha256=e34381f0a668e9951d85dd4f52157702e5310b5d56c782b45d34078dffb252ea 23:51:00 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 23:51:00 Building wheel for psycopg2 (setup.py): started 23:51:00 ---> d393d569115b 23:51:00 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 23:51:00 ---> de894d256064 23:51:00 Step 7/13 : WORKDIR /edgex-taf 23:51:00 ---> Running in 387556c3a66b 23:51:01 Removing intermediate container 387556c3a66b 23:51:01 ---> 566cbc9ea124 23:51:01 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:51:01 ---> Running in d67dc8b9f2f6 23:51:03 Removing intermediate container d67dc8b9f2f6 23:51:03 ---> 5c7ba8d81fdd 23:51:03 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 23:51:03 ---> Running in 6108bcedfb6e 23:51:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:51:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:51:06 OK: 9 MiB in 14 packages 23:51:06 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:51:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:51:09 (1/14) Installing ca-certificates (20240226-r0) 23:51:09 (2/14) Installing brotli-libs (1.1.0-r2) 23:51:10 (3/14) Installing c-ares (1.28.1-r0) 23:51:10 Building wheel for psycopg2 (setup.py): finished with status 'done' 23:51:10 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521871 sha256=fdc0562908254477d685eb2bc3b5384f4f0176140f4ff3f637ecfa66dcc97c50 23:51:10 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 23:51:10 Building wheel for flex (setup.py): started 23:51:10 Building wheel for flex (setup.py): finished with status 'done' 23:51:10 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=2eaa9bd97ca3ce297ecff82b1a86a1833be7f92005b6305cda6296dca0222b1b 23:51:10 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 23:51:10 Building wheel for strict-rfc3339 (setup.py): started 23:51:10 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 23:51:10 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=66ea07ad4f5376283d55a92cf1847ae9967cdb36aecf98dbaa560bb6bf7610c7 23:51:10 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 23:51:10 Building wheel for validate-email (setup.py): started 23:51:10 Building wheel for validate-email (setup.py): finished with status 'done' 23:51:10 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=d4148fdff76ffdcddd7128973c2a596a8dfde729f9212820847e1ac2277c3d73 23:51:10 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 23:51:10 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 23:51:10 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 23:51:10 (4/14) Installing libunistring (1.2-r0) 23:51:11 (5/14) Installing libidn2 (2.3.7-r0) 23:51:11 (6/14) Installing nghttp2-libs (1.62.0-r0) 23:51:11 (7/14) Installing libpsl (0.21.5-r1) 23:51:12 (8/14) Installing zstd-libs (1.5.6-r0) 23:51:12 (9/14) Installing libcurl (8.7.1-r0) 23:51:13 (10/14) Installing curl (8.7.1-r0) 23:51:13 (11/14) Installing docker-cli (26.1.3-r0) 23:51:14 (12/14) Installing oniguruma (6.9.9-r0) 23:51:15 (13/14) Installing jq (1.7.1-r0) 23:51:15 (14/14) Installing openssl (3.3.0-r2) 23:51:16 Executing busybox-1.36.1-r28.trigger 23:51:16 Executing ca-certificates-20240226-r0.trigger 23:51:16 OK: 43 MiB in 28 packages 23:51:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:51:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:51:19 (1/166) Installing libexpat (2.6.2-r0) 23:51:19 (2/166) Installing libbz2 (1.0.8-r6) 23:51:19 (3/166) Installing libpng (1.6.43-r0) 23:51:20 (4/166) Installing freetype (2.13.2-r0) 23:51:20 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 23:51:20 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 23:51:20 (5/166) Installing fontconfig (2.15.0-r1) 23:51:21 (6/166) Installing libfontenc (1.1.8-r0) 23:51:21 (7/166) Installing mkfontscale (1.2.2-r6) 23:51:21 (8/166) Installing font-opensans (0_git20210927-r1) 23:51:22 (9/166) Installing pkgconf (2.2.0-r0) 23:51:22 (10/166) Installing libgcc (13.2.1_git20240309-r0) 23:51:23 (11/166) Installing libffi (3.4.6-r0) 23:51:23 (12/166) Installing libintl (0.22.5-r0) 23:51:24 (13/166) Installing libeconf (0.6.3-r0) 23:51:24 (14/166) Installing libblkid (2.40.1-r1) 23:51:24 (15/166) Installing libmount (2.40.1-r1) 23:51:25 (16/166) Installing pcre2 (10.43-r0) 23:51:25 (17/166) Installing glib (2.80.2-r0) 23:51:26 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 23:51:26 (19/166) Installing xz-libs (5.6.1-r3) 23:51:27 (20/166) Installing libxml2 (2.12.7-r0) 23:51:27 (21/166) Installing shared-mime-info (2.4-r0) 23:51:28 (22/166) Installing hicolor-icon-theme (0.17-r2) 23:51:28 (23/166) Installing libjpeg-turbo (3.0.3-r0) 23:51:29 (24/166) Installing libsharpyuv (1.3.2-r0) 23:51:29 (25/166) Installing libwebp (1.3.2-r0) 23:51:30 (26/166) Installing tiff (4.6.0t-r0) 23:51:30 (27/166) Installing gdk-pixbuf (2.42.11-r1) 23:51:30 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 23:51:31 (29/166) Installing libxau (1.0.11-r4) 23:51:31 (30/166) Installing libmd (1.1.0-r0) 23:51:31 (31/166) Installing libbsd (0.12.2-r0) 23:51:32 (32/166) Installing libxdmcp (1.1.5-r1) 23:51:32 (33/166) Installing libxcb (1.16.1-r0) 23:51:32 (34/166) Installing libx11 (1.8.9-r1) 23:51:33 (35/166) Installing libxcomposite (0.4.6-r5) 23:51:33 (36/166) Installing libxfixes (6.0.1-r4) 23:51:34 (37/166) Installing libxrender (0.9.11-r5) 23:51:34 (38/166) Installing libxcursor (1.2.2-r1) 23:51:34 (39/166) Installing libxdamage (1.1.6-r5) 23:51:35 (40/166) Installing libxext (1.3.6-r2) 23:51:35 (41/166) Installing libxi (1.8.1-r4) 23:51:35 (42/166) Installing libxinerama (1.1.5-r4) 23:51:36 (43/166) Installing libxrandr (1.5.4-r1) 23:51:36 (44/166) Installing libatk-1.0 (2.52.0-r0) 23:51:36 (45/166) Installing libxtst (1.2.4-r6) 23:51:37 (46/166) Installing dbus-libs (1.14.10-r1) 23:51:37 (47/166) Installing at-spi2-core (2.52.0-r0) 23:51:38 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 23:51:38 (49/166) Installing pixman (0.43.2-r0) 23:51:39 (50/166) Installing cairo (1.18.0-r0) 23:51:39 (51/166) Installing cairo-gobject (1.18.0-r0) 23:51:39 (52/166) Installing avahi-libs (0.8-r17) 23:51:40 (53/166) Installing gmp (6.3.0-r1) 23:51:40 (54/166) Installing nettle (3.9.1-r0) 23:51:41 (55/166) Installing libtasn1 (4.19.0-r2) 23:51:41 (56/166) Installing p11-kit (0.25.3-r0) 23:51:41 (57/166) Installing gnutls (3.8.5-r0) 23:51:42 Removing intermediate container 8f75e5e562d6 23:51:42 ---> 832ea441d694 23:51:42 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 23:51:42 ---> Running in c29cf5e4edf6 23:51:42 Removing intermediate container c29cf5e4edf6 23:51:42 ---> 7e31b74183b3 23:51:42 Step 11/13 : LABEL arch=amd64 23:51:42 (58/166) Installing cups-libs (2.4.8-r0) 23:51:42 ---> Running in c809777b4e2d 23:51:42 Removing intermediate container c809777b4e2d 23:51:42 ---> 2d567c6f9a5c 23:51:42 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 23:51:42 ---> Running in da48f59338d3 23:51:42 Removing intermediate container da48f59338d3 23:51:42 ---> 6d244f3a9555 23:51:42 Step 13/13 : LABEL version=0.0.2-dev.42 23:51:42 ---> Running in 672bdc6b5839 23:51:42 Removing intermediate container 672bdc6b5839 23:51:42 ---> 5d3073e07ea2 23:51:42 [Warning] One or more build-args [ARCH] were not consumed 23:51:42 Successfully built 5d3073e07ea2 23:51:42 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 23:51:43 (59/166) Installing libepoxy (1.5.10-r1) [Pipeline] script [Pipeline] { [Pipeline] echo 23:51:43 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 23:51:43 7e89dd766adf70d3ef5effce142026c21ab88a29 23:51:43 latest 23:51:43 0.0.2-dev.42 23:51:43 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 23:51:43 main 23:51:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:51:43 (60/166) Installing fribidi (1.0.14-r0) 23:51:43 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:51:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 23:51:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 23:51:43 74ded4ef816f: Preparing 23:51:43 f0e9eaa1087e: Preparing 23:51:43 f29c6f404557: Preparing 23:51:43 45922d3b0835: Preparing 23:51:43 0f1d09312488: Preparing 23:51:43 02f2bcb26af5: Preparing 23:51:43 02f2bcb26af5: Waiting 23:51:43 f29c6f404557: Pushed 23:51:43 45922d3b0835: Pushed 23:51:43 02f2bcb26af5: Layer already exists 23:51:43 f0e9eaa1087e: Pushed 23:51:43 0f1d09312488: Pushed 23:51:43 (61/166) Installing graphite2 (1.3.14-r6) 23:51:44 (62/166) Installing harfbuzz (8.5.0-r0) 23:51:44 (63/166) Installing libxft (2.3.8-r3) 23:51:45 (64/166) Installing pango (1.52.2-r0) 23:51:45 (65/166) Installing wayland-libs-client (1.22.0-r4) 23:51:45 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 23:51:46 (67/166) Installing wayland-libs-egl (1.22.0-r4) 23:51:46 (68/166) Installing xkeyboard-config (2.41-r0) 23:51:46 (69/166) Installing libxkbcommon (1.7.0-r0) 23:51:47 (70/166) Installing gtk+3.0 (3.24.42-r0) 23:51:48 (71/166) Installing icu-data-full (74.2-r0) 23:51:50 (72/166) Installing mesa (24.0.8-r1) 23:51:50 (73/166) Installing llvm17-libs (17.0.6-r1) 23:52:01 (74/166) Installing hwdata-pci (0.382-r0) 23:52:01 (75/166) Installing libpciaccess (0.18.1-r0) 23:52:01 (76/166) Installing libdrm (2.4.120-r0) 23:52:02 (77/166) Installing libelf (0.191-r0) 23:52:02 (78/166) Installing mesa-glapi (24.0.8-r1) 23:52:02 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 23:52:04 (80/166) Installing eudev-libs (3.2.14-r2) 23:52:04 (81/166) Installing libmagic (5.45-r1) 23:52:04 (82/166) Installing file (5.45-r1) 23:52:04 (83/166) Installing xprop (1.2.7-r0) 23:52:05 (84/166) Installing libice (1.1.1-r6) 23:52:05 (85/166) Installing libuuid (2.40.1-r1) 23:52:06 (86/166) Installing libsm (1.2.4-r4) 23:52:06 (87/166) Installing libxt (1.3.0-r5) 23:52:06 (88/166) Installing libxmu (1.1.4-r2) 23:52:07 (89/166) Installing xset (1.2.5-r1) 23:52:07 (90/166) Installing xdg-utils (1.2.1-r0) 23:52:08 (91/166) Installing libogg (1.3.5-r5) 23:52:08 (92/166) Installing libflac (1.4.3-r1) 23:52:08 (93/166) Installing alsa-lib (1.2.11-r0) 23:52:09 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 23:52:10 (95/166) Installing aom-libs (3.9.0-r0) 23:52:11 (96/166) Installing libva (2.21.0-r0) 23:52:12 (97/166) Installing libvdpau (1.5-r3) 23:52:12 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 23:52:13 (99/166) Installing libdav1d (1.4.2-r0) 23:52:13 (100/166) Installing openexr-libiex (3.1.13-r1) 23:52:13 (101/166) Installing openexr-libilmthread (3.1.13-r1) 23:52:14 (102/166) Installing imath (3.1.11-r2) 23:52:14 (103/166) Installing openexr-libopenexr (3.1.13-r1) 23:52:15 (104/166) Installing giflib (5.2.2-r0) 23:52:15 (105/166) Installing libhwy (1.0.7-r0) 23:52:15 (106/166) Installing lcms2 (2.16-r0) 23:52:16 (107/166) Installing libjxl (0.10.2-r0) 23:52:16 (108/166) Installing lame-libs (3.100-r5) 23:52:17 (109/166) Installing opus (1.5.2-r0) 23:52:17 (110/166) Installing rav1e-libs (0.7.1-r0) 23:52:18 (111/166) Installing libgomp (13.2.1_git20240309-r0) 23:52:18 (112/166) Installing soxr (0.1.3-r7) 23:52:18 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 23:52:19 (114/166) Installing libtheora (1.1.1-r18) 23:52:19 (115/166) Installing libvorbis (1.3.7-r2) 23:52:20 (116/166) Installing libvpx (1.14.0-r0) 23:52:20 (117/166) Installing libwebpmux (1.3.2-r0) 23:52:21 (118/166) Installing x264-libs (0.164_git20231001-r0) 23:52:21 (119/166) Installing numactl (2.0.18-r0) 23:52:22 (120/166) Installing x265-libs (3.6-r0) 23:52:22 (121/166) Installing xvidcore (1.3.7-r2) 23:52:24 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 23:52:24 (123/166) Installing libbluray (1.3.4-r1) 23:52:25 (124/166) Installing mpg123-libs (1.32.6-r0) 23:52:25 (125/166) Installing libopenmpt (0.7.7-r0) 23:52:26 (126/166) Installing cjson (1.7.18-r0) 23:52:26 (127/166) Installing mbedtls (3.6.0-r0) 23:52:27 (128/166) Installing librist (0.2.10-r1) 23:52:27 (129/166) Installing libsrt (1.5.3-r0) 23:52:28 (130/166) Installing libssh (0.10.6-r0) 23:52:28 (131/166) Installing libsodium (1.0.19-r0) 23:52:28 (132/166) Installing libzmq (4.3.5-r2) 23:52:29 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 23:52:30 (134/166) Installing crc32c (1.1.2-r0) 23:52:30 (135/166) Installing double-conversion (3.3.0-r0) 23:52:30 (136/166) Installing libevent (2.1.12-r7) 23:52:31 (137/166) Installing wayland-libs-server (1.22.0-r4) 23:52:31 (138/166) Installing mesa-gbm (24.0.8-r1) 23:52:31 (139/166) Installing harfbuzz-subset (8.5.0-r0) 23:52:32 (140/166) Installing icu-libs (74.2-r0) 23:52:32 (141/166) Installing minizip (1.3.1-r0) 23:52:33 (142/166) Installing nspr (4.35-r4) 23:52:33 (143/166) Installing sqlite-libs (3.45.3-r1) 23:52:34 (144/166) Installing nss (3.100-r0) 23:52:34 (145/166) Installing openh264 (2.4.1-r0) 23:52:35 (146/166) Installing libcamera-ipa (0.3.0-r0) 23:52:35 (147/166) Installing libunwind (1.8.1-r0) 23:52:36 (148/166) Installing yaml (0.2.5-r2) 23:52:36 (149/166) Installing libcamera (0.3.0-r0) 23:52:37 (150/166) Installing speexdsp (1.2.1-r2) 23:52:37 (151/166) Installing libuv (1.48.0-r0) 23:52:37 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 23:52:38 (153/166) Installing libsndfile (1.2.2-r0) 23:52:39 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 23:52:39 (155/166) Installing pipewire-libs (1.0.6-r1) 23:52:39 (156/166) Installing libasyncns (0.8-r3) 23:52:40 (157/166) Installing libltdl (2.4.7-r3) 23:52:40 (158/166) Installing orc (0.4.37-r0) 23:52:41 (159/166) Installing tdb-libs (1.4.9-r1) 23:52:41 (160/166) Installing libpulse (17.0-r0) 23:52:42 (161/166) Installing libwebpdemux (1.3.2-r0) 23:52:42 (162/166) Installing libgpg-error (1.49-r0) 23:52:42 (163/166) Installing libgcrypt (1.10.3-r0) 23:52:43 (164/166) Installing libxslt (1.1.39-r1) 23:52:43 (165/166) Installing chromium (125.0.6422.112-r0) 23:52:50 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 23:52:50 Executing busybox-1.36.1-r28.trigger 23:52:50 Executing fontconfig-2.15.0-r1.trigger 23:52:50 Executing mkfontscale-1.2.2-r6.trigger 23:52:50 Executing glib-2.80.2-r0.trigger 23:52:50 Executing shared-mime-info-2.4-r0.trigger 23:52:52 Executing gdk-pixbuf-2.42.11-r1.trigger 23:52:52 Executing gtk-update-icon-cache-3.24.42-r0.trigger 23:52:52 Executing gtk+3.0-3.24.42-r0.trigger 23:52:52 OK: 643 MiB in 194 packages 23:52:52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:52:53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:52:55 (1/30) Installing jansson (2.14-r4) 23:52:55 (2/30) Installing binutils (2.42-r0) 23:52:56 (3/30) Installing libatomic (13.2.1_git20240309-r0) 23:52:56 (4/30) Installing isl26 (0.26-r1) 23:52:56 (5/30) Installing mpfr4 (4.2.1-r0) 23:52:57 (6/30) Installing mpc1 (1.3.1-r1) 23:52:57 (7/30) Installing gcc (13.2.1_git20240309-r0) 23:53:01 (8/30) Installing musl-dev (1.2.5-r0) 23:53:01 (9/30) Installing linux-headers (6.6-r0) 23:53:02 (10/30) Installing libffi-dev (3.4.6-r0) 23:53:03 (11/30) Installing libpq (16.3-r0) 23:53:03 (12/30) Installing openssl-dev (3.3.0-r2) 23:53:03 (13/30) Installing libpq-dev (16.3-r0) 23:53:04 (14/30) Installing libecpg (16.3-r0) 23:53:05 (15/30) Installing libecpg-dev (16.3-r0) 23:53:05 (16/30) Installing clang16-headers (16.0.6-r5) 23:53:06 (17/30) Installing llvm16-libs (16.0.6-r8) 23:53:09 (18/30) Installing clang16-libs (16.0.6-r5) 23:53:11 (19/30) Installing fortify-headers (1.1-r3) 23:53:11 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 23:53:12 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 23:53:12 (22/30) Installing clang16 (16.0.6-r5) 23:53:13 (23/30) Installing icu (74.2-r0) 23:53:13 (24/30) Installing icu-dev (74.2-r0) 23:53:14 (25/30) Installing llvm16 (16.0.6-r8) 23:53:22 (26/30) Installing lz4-libs (1.9.4-r5) 23:53:22 (27/30) Installing lz4-dev (1.9.4-r5) 23:53:23 (28/30) Installing zstd (1.5.6-r0) 23:53:23 (29/30) Installing zstd-dev (1.5.6-r0) 23:53:24 (30/30) Installing postgresql16-dev (16.3-r0) 23:53:25 Executing busybox-1.36.1-r28.trigger 23:53:25 OK: 1169 MiB in 224 packages 23:53:25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:53:26 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:53:28 (1/14) Installing g++ (13.2.1_git20240309-r0) 23:53:29 (2/14) Installing gdbm (1.23-r1) 23:53:29 (3/14) Installing mpdecimal (4.0.0-r0) 23:53:29 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 23:53:30 (5/14) Installing libncursesw (6.4_p20240420-r0) 23:53:30 (6/14) Installing libpanelw (6.4_p20240420-r0) 23:53:30 (7/14) Installing readline (8.2.10-r0) 23:53:31 (8/14) Installing python3 (3.12.3-r1) 23:53:33 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 23:53:34 (10/14) Installing pyc (3.12.3-r1) 23:53:34 (11/14) Installing python3-pyc (3.12.3-r1) 23:53:34 (12/14) Installing python3-dev (3.12.3-r1) 23:53:35 error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n413 Request Entity Too Large\r\n\r\n

413 Request Entity Too Large

\r\n
nginx/1.18.0
\r\n\r\n\r\n" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:53:35 23:53:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:53:35 latest: Pulling from edgex-lftools-log-publisher 23:53:35 5eb5b503b376: Pulling fs layer 23:53:35 5c69ac0246d0: Pulling fs layer 23:53:35 ec43610c2a17: Pulling fs layer 23:53:35 3a2ae6a8a46f: Pulling fs layer 23:53:35 33b1e0a273af: Pulling fs layer 23:53:35 5d3b04190fa2: Pulling fs layer 23:53:35 2f39f015ded8: Pulling fs layer 23:53:35 33b1e0a273af: Waiting 23:53:35 5d3b04190fa2: Waiting 23:53:35 2f39f015ded8: Waiting 23:53:35 3a2ae6a8a46f: Waiting 23:53:35 5c69ac0246d0: Download complete 23:53:35 3a2ae6a8a46f: Verifying Checksum 23:53:35 3a2ae6a8a46f: Download complete 23:53:36 33b1e0a273af: Verifying Checksum 23:53:36 33b1e0a273af: Download complete 23:53:36 5d3b04190fa2: Download complete 23:53:36 ec43610c2a17: Verifying Checksum 23:53:36 ec43610c2a17: Download complete 23:53:36 5eb5b503b376: Verifying Checksum 23:53:36 5eb5b503b376: Download complete 23:53:36 2f39f015ded8: Download complete 23:53:37 5eb5b503b376: Pull complete 23:53:37 5c69ac0246d0: Pull complete 23:53:37 ec43610c2a17: Pull complete 23:53:37 3a2ae6a8a46f: Pull complete 23:53:38 33b1e0a273af: Pull complete 23:53:38 5d3b04190fa2: Pull complete 23:53:42 2f39f015ded8: Pull complete 23:53:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:53:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:53:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:53:42 prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container 23:53:42 $ 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 23:53:44 (13/14) Installing libsodium-dev (1.0.19-r0) 23:53:44 (14/14) Installing zeromq-dev (4.3.5-r2) 23:53:44 Executing busybox-1.36.1-r28.trigger 23:53:44 OK: 1356 MiB in 238 packages 23:53:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:53:45 $ docker top 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:53:45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:53:45 ---> job-cost.sh 23:53:45 lf-activate-venv: SKIPPING 23:53:45 INFO: No Stack... 23:53:46 INFO: Retrieving Pricing Info for: v3-standard-8 23:53:46 INFO: Archiving Costs [Pipeline] sh 23:53:47 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 23:53:47 + cut -d, -f6 [Pipeline] lock 23:53:47 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] 23:53:47 Resource [jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] did not exist. Created. 23:53:47 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:53:47 + echo total: 0.2199999988079071 [Pipeline] stash 23:53:47 Stashed 1 file(s) [Pipeline] } 23:53:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] // lock [Pipeline] } 23:53:47 $ docker stop --time=1 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 23:53:47 OK: 1356 MiB in 238 packages 23:53:47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:53:48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:53:48 $ docker rm -f --volumes 00c770a13087e56598e973d0c15d68eeef3f34e7d5d1428911c9bea9e7acfa82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:53:48 Failed in branch amd64 23:53:50 (1/1) Installing tzdata (2024a-r1) 23:53:50 OK: 1357 MiB in 239 packages 23:53:52 (1/1) Purging tzdata (2024a-r1) 23:53:52 OK: 1356 MiB in 238 packages 23:54:04 Looking in links: /tmp/tmplhqlvk_a 23:54:04 Processing /tmp/tmplhqlvk_a/pip-24.0-py3-none-any.whl 23:54:05 Installing collected packages: pip 23:54:13 Successfully installed pip-24.0 23:54:13 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 23:54:16 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 23:54:18 Collecting setuptools 23:54:18 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 23:54:18 Collecting wheel 23:54:18 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 23:54:18 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 23:54:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 18.6 MB/s eta 0:00:00 23:54:18 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 23:54:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 25.8 MB/s eta 0:00:00 23:54:19 Installing collected packages: wheel, setuptools 23:54:23 Successfully installed setuptools-70.0.0 wheel-0.43.0 23:54:23 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 23:54:26 Processing ./edgex-taf-common 23:54:26 Preparing metadata (setup.py): started 23:54:27 Preparing metadata (setup.py): finished with status 'done' 23:54:27 Building wheels for collected packages: edgex-taf-common 23:54:27 Building wheel for edgex-taf-common (setup.py): started 23:54:28 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 23:54:28 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=f1b6f956fdf88709ac9f8fdaf97f33972c9887cd9532339ab7bfddf496c9e537 23:54:28 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 23:54:28 Successfully built edgex-taf-common 23:54:28 Installing collected packages: edgex-taf-common 23:54:28 Successfully installed edgex-taf-common-0.0.0 23:54:28 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 23:54:32 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 23:54:32 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 23:54:32 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 23:54:32 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 23:54:32 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 23:54:32 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 23:54:33 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 23:54:33 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 23:54:33 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 23:54:33 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 23:54:33 Preparing metadata (setup.py): started 23:54:34 Preparing metadata (setup.py): finished with status 'done' 23:54:34 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 23:54:34 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 23:54:34 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 23:54:34 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 23:54:34 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 23:54:34 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 23:54:35 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 23:54:35 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 23:54:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.6 MB/s eta 0:00:00 23:54:35 Preparing metadata (setup.py): started 23:54:36 Preparing metadata (setup.py): finished with status 'done' 23:54:36 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 23:54:36 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 23:54:38 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 23:54:38 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 23:54:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.8 MB/s eta 0:00:00 23:54:39 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 23:54:39 Downloading psutil-5.9.5.tar.gz (493 kB) 23:54:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 11.6 MB/s eta 0:00:00 23:54:39 Installing build dependencies: started 23:54:49 Installing build dependencies: finished with status 'done' 23:54:49 Getting requirements to build wheel: started 23:54:50 Getting requirements to build wheel: finished with status 'done' 23:54:50 Preparing metadata (pyproject.toml): started 23:54:52 Preparing metadata (pyproject.toml): finished with status 'done' 23:54:52 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 23:54:52 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 23:54:54 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 23:54:54 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 23:54:54 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 23:54:54 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 23:54:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.1 MB/s eta 0:00:00 23:54:55 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 23:54:55 Downloading psycopg2-2.9.9.tar.gz (384 kB) 23:54:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.3 MB/s eta 0:00:00 23:54:55 Preparing metadata (setup.py): started 23:54:57 Preparing metadata (setup.py): finished with status 'done' 23:54:57 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 23:54:57 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 23:54:58 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:54:58 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 23:54:58 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:54:58 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 23:54:58 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:54:58 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 23:54:59 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:54:59 Downloading flex-6.14.1.tar.gz (40 kB) 23:54:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.9 MB/s eta 0:00:00 23:54:59 Preparing metadata (setup.py): started 23:55:00 Preparing metadata (setup.py): finished with status 'done' 23:55:00 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:00 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 23:55:00 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:00 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 23:55:00 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:00 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 23:55:01 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:01 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 23:55:01 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:01 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 23:55:01 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:01 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 23:55:02 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 23:55:02 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 23:55:02 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 23:55:02 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 23:55:02 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 23:55:02 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 23:55:03 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 23:55:03 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 23:55:03 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:55:03 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 23:55:04 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:55:04 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 23:55:04 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:55:04 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 23:55:04 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:55:04 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 23:55:04 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) 23:55:04 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:55:04 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 23:55:05 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 23:55:05 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 23:55:05 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:05 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 23:55:05 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:05 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 23:55:06 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:06 Downloading PyYAML-6.0.1.tar.gz (125 kB) 23:55:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 5.4 MB/s eta 0:00:00 23:55:07 Installing build dependencies: started 23:55:25 Installing build dependencies: finished with status 'done' 23:55:25 Getting requirements to build wheel: started 23:55:31 Getting requirements to build wheel: finished with status 'done' 23:55:31 Preparing metadata (pyproject.toml): started 23:55:33 Preparing metadata (pyproject.toml): finished with status 'done' 23:55:33 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:33 Downloading validate_email-1.3.tar.gz (4.7 kB) 23:55:33 Preparing metadata (setup.py): started 23:55:34 Preparing metadata (setup.py): finished with status 'done' 23:55:34 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:34 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 23:55:34 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:34 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 23:55:34 Preparing metadata (setup.py): started 23:55:35 Preparing metadata (setup.py): finished with status 'done' 23:55:35 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:35 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 23:55:35 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:35 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 23:55:35 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:35 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 23:55:36 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:36 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 23:55:36 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:36 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 23:55:36 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:36 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 23:55:38 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:55:38 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 23:55:39 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:39 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 23:55:39 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:39 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 23:55:39 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:39 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 23:55:40 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 23:55:40 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 23:55:40 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)) 23:55:40 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 23:55:40 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)) 23:55:40 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 23:55:41 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 23:55:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 14.1 MB/s eta 0:00:00 23:55:41 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 23:55:41 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 23:55:41 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 23:55:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.8 MB/s eta 0:00:00 23:55:41 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 23:55:41 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 23:55:41 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 23:55:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.3 MB/s eta 0:00:00 23:55:41 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 23:55:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 23:55:41 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.9 MB/s eta 0:00:00 23:55:42 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.7 MB/s eta 0:00:00 23:55:42 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.4 MB/s eta 0:00:00 23:55:42 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 13.2 MB/s eta 0:00:00 23:55:42 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 14.8 MB/s eta 0:00:00 23:55:42 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.6 MB/s eta 0:00:00 23:55:42 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 5.4 MB/s eta 0:00:00 23:55:42 Downloading idna-3.7-py3-none-any.whl (66 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.5 MB/s eta 0:00:00 23:55:42 Downloading packaging-24.0-py3-none-any.whl (53 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.7 MB/s eta 0:00:00 23:55:42 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.5 MB/s eta 0:00:00 23:55:42 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 23:55:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.7 MB/s eta 0:00:00 23:55:42 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 23:55:42 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 23:55:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.5 MB/s eta 0:00:00 23:55:43 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 23:55:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.4 MB/s eta 0:00:00 23:55:43 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 23:55:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 23:55:43 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 23:55:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 13.0 MB/s eta 0:00:00 23:55:43 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 23:55:43 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 23:55:43 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 23:55:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.4 MB/s eta 0:00:00 23:55:43 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.4 MB/s eta 0:00:00 23:55:44 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 12.7 MB/s eta 0:00:00 23:55:44 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 23:55:44 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.2 MB/s eta 0:00:00 23:55:44 Downloading click-8.1.7-py3-none-any.whl (97 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.7 MB/s eta 0:00:00 23:55:44 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 23:55:44 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 23:55:44 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 23:55:44 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 23:55:44 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 14.7 MB/s eta 0:00:00 23:55:44 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 23:55:44 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 12.2 MB/s eta 0:00:00 23:55:44 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 23:55:44 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 23:55:44 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.5 MB/s eta 0:00:00 23:55:44 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 23:55:44 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 23:55:44 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 23:55:44 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 23:55:44 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 23:55:44 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 23:55:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.1 MB/s eta 0:00:00 23:55:45 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 23:55:45 Building wheel for robotbackgroundlogger (setup.py): started 23:55:46 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 23:55:46 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=152d9557b7867927840d2db2732f7c20a37459d7993ed6dd37d51a4cd6c70361 23:55:46 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 23:55:46 Building wheel for paho-mqtt (setup.py): started 23:55:48 Building wheel for paho-mqtt (setup.py): finished with status 'done' 23:55:48 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=19ce295d1439d8c70c75b58bfd9f7d31327d9452c8e386bba958ecaa9531109e 23:55:48 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 23:55:48 Building wheel for psutil (pyproject.toml): started 23:55:58 Building wheel for psutil (pyproject.toml): finished with status 'done' 23:55:58 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281982 sha256=4622ae7448667b3d66e9f8f7aa3452dffbd597ce32a78556fd42be0258c037c6 23:55:58 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 23:55:58 Building wheel for psycopg2 (setup.py): started 23:57:06 Building wheel for psycopg2 (setup.py): finished with status 'done' 23:57:06 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512484 sha256=33e2887324673b37000c8a0b0c18151cade964d43d03b717566a3c48f86ddcc6 23:57:06 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 23:57:06 Building wheel for flex (setup.py): started 23:57:06 Building wheel for flex (setup.py): finished with status 'done' 23:57:06 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=92c7b4aa29bebfab81efa45edc760607b623677e14aceffb8c1ff443a311c10e 23:57:06 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 23:57:06 Building wheel for PyYAML (pyproject.toml): started 23:57:06 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 23:57:06 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=c5505d87bcca5dca20a02aa21b10299be2e154b4ca51f6c2d8186b569af0f3b2 23:57:06 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 23:57:06 Building wheel for strict-rfc3339 (setup.py): started 23:57:06 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 23:57:06 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=2fe7d0c8f2f9c02561cccbc0b8cb888c865cfd9a349fbbc989192dc0ee562b25 23:57:06 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 23:57:06 Building wheel for validate-email (setup.py): started 23:57:06 Building wheel for validate-email (setup.py): finished with status 'done' 23:57:06 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=a52920583def3cb0f1b96e233712753f606da40d876db110a13cf10e7eafa0b3 23:57:06 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 23:57:06 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 23:57:06 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 23:58:13 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 23:58:13 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 23:58:52 Removing intermediate container 6108bcedfb6e 23:58:52 ---> b87de3b9db48 23:58:52 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 23:58:52 ---> Running in 7fa6050254a4 23:58:52 Removing intermediate container 7fa6050254a4 23:58:52 ---> 75223ad0d44c 23:58:52 Step 11/13 : LABEL arch=arm64 23:58:53 ---> Running in 3f4fa55fe76d 23:58:53 Removing intermediate container 3f4fa55fe76d 23:58:53 ---> 42a24fd7bb6f 23:58:53 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 23:58:53 ---> Running in 42945df3502e 23:58:53 Removing intermediate container 42945df3502e 23:58:53 ---> 5b7a2c0b337c 23:58:53 Step 13/13 : LABEL version=0.0.2-dev.42 23:58:53 ---> Running in 3f23b2926089 23:58:53 Removing intermediate container 3f23b2926089 23:58:53 ---> ea56312460a4 23:58:53 [Warning] One or more build-args [ARCH] were not consumed 23:58:53 Successfully built ea56312460a4 23:58:54 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 23:58:54 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 23:58:54 7e89dd766adf70d3ef5effce142026c21ab88a29 23:58:54 latest 23:58:54 0.0.2-dev.42 23:58:54 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 23:58:54 main 23:58:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:54 + 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 23:58:55 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 23:58:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 23:58:55 5bcaba04c922: Preparing 23:58:55 6d8ecd82fa22: Preparing 23:58:55 87c0e96cbf10: Preparing 23:58:55 e10e8c446f49: Preparing 23:58:55 1a7d8859793b: Preparing 23:58:55 50171d1acbd5: Preparing 23:58:55 50171d1acbd5: Waiting 23:58:55 6d8ecd82fa22: Pushed 23:58:55 87c0e96cbf10: Pushed 23:58:55 e10e8c446f49: Pushed 23:58:55 50171d1acbd5: Layer already exists 23:58:55 1a7d8859793b: Pushed 00:00:46 5bcaba04c922: Retrying in 5 seconds 00:00:46 5bcaba04c922: Retrying in 4 seconds 00:00:46 5bcaba04c922: Retrying in 3 seconds 00:00:46 5bcaba04c922: Retrying in 2 seconds 00:00:46 5bcaba04c922: Retrying in 1 second 00:05:23 5bcaba04c922: Pushed 00:05:23 7e89dd766adf70d3ef5effce142026c21ab88a29: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:24 + 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:05:24 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:05:24 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:05:24 5bcaba04c922: Preparing 00:05:24 6d8ecd82fa22: Preparing 00:05:24 87c0e96cbf10: Preparing 00:05:24 e10e8c446f49: Preparing 00:05:24 1a7d8859793b: Preparing 00:05:24 50171d1acbd5: Preparing 00:05:24 6d8ecd82fa22: Layer already exists 00:05:24 1a7d8859793b: Layer already exists 00:05:24 5bcaba04c922: Layer already exists 00:05:24 87c0e96cbf10: Layer already exists 00:05:24 e10e8c446f49: Layer already exists 00:05:24 50171d1acbd5: Layer already exists 00:05:24 latest: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:25 + 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:05:25 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 00:05:25 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:05:25 5bcaba04c922: Preparing 00:05:25 6d8ecd82fa22: Preparing 00:05:25 87c0e96cbf10: Preparing 00:05:25 e10e8c446f49: Preparing 00:05:25 1a7d8859793b: Preparing 00:05:25 50171d1acbd5: Preparing 00:05:25 50171d1acbd5: Waiting 00:05:25 1a7d8859793b: Layer already exists 00:05:25 e10e8c446f49: Layer already exists 00:05:25 87c0e96cbf10: Layer already exists 00:05:25 5bcaba04c922: Layer already exists 00:05:25 6d8ecd82fa22: Layer already exists 00:05:25 50171d1acbd5: Layer already exists 00:05:25 0.0.2-dev.42: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:25 + 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:05:26 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:05:26 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:05:26 5bcaba04c922: Preparing 00:05:26 6d8ecd82fa22: Preparing 00:05:26 87c0e96cbf10: Preparing 00:05:26 e10e8c446f49: Preparing 00:05:26 1a7d8859793b: Preparing 00:05:26 50171d1acbd5: Preparing 00:05:26 50171d1acbd5: Waiting 00:05:26 6d8ecd82fa22: Layer already exists 00:05:26 1a7d8859793b: Layer already exists 00:05:26 e10e8c446f49: Layer already exists 00:05:26 87c0e96cbf10: Layer already exists 00:05:26 5bcaba04c922: Layer already exists 00:05:26 50171d1acbd5: Layer already exists 00:05:26 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:26 + 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:05:27 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 00:05:27 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:05:27 5bcaba04c922: Preparing 00:05:27 6d8ecd82fa22: Preparing 00:05:27 87c0e96cbf10: Preparing 00:05:27 e10e8c446f49: Preparing 00:05:27 1a7d8859793b: Preparing 00:05:27 50171d1acbd5: Preparing 00:05:27 50171d1acbd5: Waiting 00:05:27 e10e8c446f49: Layer already exists 00:05:27 87c0e96cbf10: Layer already exists 00:05:27 6d8ecd82fa22: Layer already exists 00:05:27 5bcaba04c922: Layer already exists 00:05:27 1a7d8859793b: Layer already exists 00:05:27 50171d1acbd5: Layer already exists 00:05:27 main: digest: sha256:347f426b8b3c43710af1b6eac1adcf066c7824bda9b43e9cb8c5e79f0e788b03 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:27 ===================================================== [Pipeline] echo 00:05:27 taggedImages: 00:05:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 00:05:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:05:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.42 00:05:27 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 00:05:27 - 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:05:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:05:28 00:05:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:05:28 arm64: Pulling from edgex-lftools-log-publisher 00:05:28 8998bd30e6a1: Pulling fs layer 00:05:28 04944245beec: Pulling fs layer 00:05:28 699f458cf7ca: Pulling fs layer 00:05:28 765212b225bb: Pulling fs layer 00:05:28 f23df028b6ca: Pulling fs layer 00:05:28 d65c8cfc05b1: Pulling fs layer 00:05:28 2437ff75d9bd: Pulling fs layer 00:05:28 d65c8cfc05b1: Waiting 00:05:28 2437ff75d9bd: Waiting 00:05:28 f23df028b6ca: Waiting 00:05:28 765212b225bb: Waiting 00:05:28 04944245beec: Verifying Checksum 00:05:28 04944245beec: Download complete 00:05:28 765212b225bb: Verifying Checksum 00:05:28 765212b225bb: Download complete 00:05:28 f23df028b6ca: Verifying Checksum 00:05:28 f23df028b6ca: Download complete 00:05:28 d65c8cfc05b1: Verifying Checksum 00:05:28 d65c8cfc05b1: Download complete 00:05:28 699f458cf7ca: Verifying Checksum 00:05:28 699f458cf7ca: Download complete 00:05:29 8998bd30e6a1: Verifying Checksum 00:05:29 8998bd30e6a1: Download complete 00:05:31 2437ff75d9bd: Verifying Checksum 00:05:31 2437ff75d9bd: Download complete 00:05:33 8998bd30e6a1: Pull complete 00:05:34 04944245beec: Pull complete 00:05:35 699f458cf7ca: Pull complete 00:05:35 765212b225bb: Pull complete 00:05:36 f23df028b6ca: Pull complete 00:05:37 d65c8cfc05b1: Pull complete 00:05:55 2437ff75d9bd: Pull complete 00:05:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:05:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:05:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:05:55 prd-ubuntu20.04-docker-arm64-4c-16g-1119 does not seem to be running inside a container 00:05:55 $ 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:05:56 $ docker top f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:05:57 ---> job-cost.sh 00:05:57 lf-activate-venv: SKIPPING 00:05:57 INFO: No Stack... 00:05:58 INFO: Retrieving Pricing Info for: v3-standard-4 00:05:59 INFO: Archiving Costs [Pipeline] sh 00:05:59 + cut -d, -f6 00:05:59 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv [Pipeline] lock 00:05:59 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] 00:05:59 Resource [jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] did not exist. Created. 00:05:59 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:06:00 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-4e713704/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:06:01 + echo total: 0.10999999940395355 [Pipeline] stash 00:06:01 Warning: overwriting stash ‘stack-cost’ 00:06:01 Stashed 1 file(s) [Pipeline] } 00:06:01 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-45-stack-cost] [Pipeline] // lock [Pipeline] } 00:06:01 $ docker stop --time=1 f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 00:06:03 $ docker rm -f --volumes f4a39b0297f0cb1ee88431d810b94994d967dfa5a53f6e1946779a9b73c2d9b7 [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) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:06:04 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 00:06:04 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:06:04 total 16 00:06:04 drwxr-xr-x 3 root root 4096 May 29 23:53 . 00:06:04 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:53 .. 00:06:04 drwxr-xr-x 2 root root 4096 May 29 23:53 cost 00:06:04 -rw-r--r-- 1 root root 87 May 29 23:53 cost.csv 00:06:04 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:06:04 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:06:04 total 16 00:06:04 drwxr-xr-x 3 jenkins jenkins 4096 May 29 23:53 . 00:06:04 drwxrwxr-x 8 jenkins jenkins 4096 May 29 23:53 .. 00:06:04 drwxr-xr-x 2 jenkins jenkins 4096 May 29 23:53 cost 00:06:04 -rw-r--r-- 1 jenkins jenkins 87 May 29 23:53 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:06:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:06:05 ---> package-listing.sh 00:06:05 ++ facter osfamily 00:06:05 ++ tr '[:upper:]' '[:lower:]' 00:06:05 + OS_FAMILY=debian 00:06:05 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 00:06:05 + START_PACKAGES=/tmp/packages_start.txt 00:06:05 + END_PACKAGES=/tmp/packages_end.txt 00:06:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:06:05 + PACKAGES=/tmp/packages_start.txt 00:06:05 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:06:05 + PACKAGES=/tmp/packages_end.txt 00:06:05 + case "${OS_FAMILY}" in 00:06:05 + dpkg -l 00:06:05 + grep '^ii' 00:06:05 + '[' -f /tmp/packages_start.txt ']' 00:06:05 + '[' -f /tmp/packages_end.txt ']' 00:06:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:06:05 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:06:05 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 00:06:05 + 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:06:05 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:06:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:06:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:06:06 prd-ubuntu20.04-docker-8c-8g-1118 does not seem to be running inside a container 00:06:06 $ 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:06:06 $ docker top b6ac14da598a2fa8664f42644ca99e29ecd595b6c4923675e83454b3e6690400 -eo pid,comm [Pipeline] { [Pipeline] sh 00:06:07 + touch /tmp/pre-build-complete [Pipeline] sh 00:06:07 + mkdir -p /var/log/sysstat [Pipeline] sh 00:06:07 + ls /var/log/sa-host 00:06:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:06:07 provisioning config files... 00:06:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17512137950164626609tmp [Pipeline] { [Pipeline] echo 00:06:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:06:08 ---> create-netrc.sh [Pipeline] } 00:06:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:06:08 ---> python-tools-install.sh [Pipeline] echo 00:06:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:06:08 ---> sudo-logs.sh 00:06:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:06:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:06:09 ---> job-cost.sh 00:06:09 lf-activate-venv: SKIPPING 00:06:09 DEBUG: total: 0.2199999988079071 00:06:09 INFO: Retrieving Stack Cost... 00:06:09 INFO: Retrieving Pricing Info for: v3-standard-8 00:06:10 INFO: Archiving Costs [Pipeline] echo 00:06:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:06:10 ---> logs-deploy.sh 00:06:10 lf-activate-venv: SKIPPING 00:06:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/45 00:06:10 INFO: archiving workspace using pattern(s): 00:06:11 Archives upload complete. 00:06:11 INFO: archiving logs to Nexus