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-ssh8306500144588618327.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-ssh12243467646517237952.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-ssh10962692496192064734.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-ssh16161189662898794111.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-ssh3400638871999217226.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-1103 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 18:44:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:26 ========================================================= 18:44:26 EdgeX Global Pipelines Version Info 18:44:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:27 ------------------- 18:44:27 stable info: 18:44:27 ------------------- 18:44:27 Commited By: Ginny Guan ginny@iotechsys.com 18:44:27 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 18:44:27 Message: update stable to v1.0.260 18:44:27 ------------------- 18:44:27 experimental info: 18:44:27 ------------------- 18:44:27 Commited By: Ginny Guan ginny@iotechsys.com 18:44:27 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 18:44:27 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e89dd7 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:28 provisioning config files... 18:44:28 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9098476749301735210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:28 ---> ****-login.sh 18:44:28 nexus3.edgexfoundry.org:10001 18:44:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:28 Configure a credential helper to remove this warning. See 18:44:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:28 18:44:28 Login Succeeded 18:44:28 nexus3.edgexfoundry.org:10002 18:44:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10003 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10004 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 ****.io 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 ---> ****-login.sh ends [Pipeline] } 18:44:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:44:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:44:29 + grep -v github /etc/ssh/ssh_known_hosts 18:44:29 + [ -e /tmp/ssh_known_hosts ] 18:44:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:44:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:44:29 + sudo tee -a /etc/ssh/ssh_known_hosts 18:44:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:30 18:44:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:30 0.1.4: Pulling from edgex-devops/py-git-semver 18:44:30 b85a868b505f: Pulling fs layer 18:44:30 e2be974225ed: Pulling fs layer 18:44:30 339a4e72a1f5: Pulling fs layer 18:44:30 988bab9f4d93: Pulling fs layer 18:44:30 1469e6f7b9e6: Pulling fs layer 18:44:30 988bab9f4d93: Waiting 18:44:30 eaf3925da568: Pulling fs layer 18:44:30 bab4dde63d76: Pulling fs layer 18:44:30 bde34c3a00c8: Pulling fs layer 18:44:30 1469e6f7b9e6: Waiting 18:44:30 eaf3925da568: Waiting 18:44:30 bab4dde63d76: Waiting 18:44:30 b352a97aabf1: Pulling fs layer 18:44:30 bde34c3a00c8: Waiting 18:44:30 4872d77fe225: Pulling fs layer 18:44:30 b352a97aabf1: Waiting 18:44:30 5851b861e8e6: Pulling fs layer 18:44:30 4872d77fe225: Waiting 18:44:30 5851b861e8e6: Waiting 18:44:30 e2be974225ed: Verifying Checksum 18:44:30 e2be974225ed: Download complete 18:44:30 988bab9f4d93: Verifying Checksum 18:44:30 988bab9f4d93: Download complete 18:44:30 1469e6f7b9e6: Verifying Checksum 18:44:30 1469e6f7b9e6: Download complete 18:44:30 eaf3925da568: Download complete 18:44:30 339a4e72a1f5: Verifying Checksum 18:44:30 339a4e72a1f5: Download complete 18:44:30 bde34c3a00c8: Verifying Checksum 18:44:30 bde34c3a00c8: Download complete 18:44:30 b352a97aabf1: Verifying Checksum 18:44:30 b352a97aabf1: Download complete 18:44:30 4872d77fe225: Download complete 18:44:30 5851b861e8e6: Download complete 18:44:30 b85a868b505f: Verifying Checksum 18:44:30 b85a868b505f: Download complete 18:44:31 bab4dde63d76: Verifying Checksum 18:44:31 bab4dde63d76: Download complete 18:44:32 b85a868b505f: Pull complete 18:44:32 e2be974225ed: Pull complete 18:44:32 339a4e72a1f5: Pull complete 18:44:32 988bab9f4d93: Pull complete 18:44:32 1469e6f7b9e6: Pull complete 18:44:32 eaf3925da568: Pull complete 18:44:34 bab4dde63d76: Pull complete 18:44:34 bde34c3a00c8: Pull complete 18:44:34 b352a97aabf1: Pull complete 18:44:35 4872d77fe225: Pull complete 18:44:35 5851b861e8e6: Pull complete 18:44:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:44:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:35 prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container 18:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:44:38 $ docker top 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 -eo pid,comm 18:44:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:44:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:39 [ssh-agent] Looking for ssh-agent implementation... 18:44:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:39 $ docker exec 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent 18:44:39 SSH_AUTH_SOCK=/tmp/ssh-2Hm47FvJnoP9/agent.32 18:44:39 SSH_AGENT_PID=38 18:44:39 Running ssh-add (command line suppressed) 18:44:39 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3504701178668503057.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_3504701178668503057.key) 18:44:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:39 + git tag --points-at HEAD [Pipeline] } 18:44:39 $ docker exec --env ******** --env ******** 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent -k 18:44:39 unset SSH_AUTH_SOCK; 18:44:39 unset SSH_AGENT_PID; 18:44:39 echo Agent pid 38 killed; 18:44:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:44:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:39 [ssh-agent] Looking for ssh-agent implementation... 18:44:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:40 $ docker exec 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent 18:44:40 SSH_AUTH_SOCK=/tmp/ssh-NFmFkegIPXnQ/agent.71 18:44:40 SSH_AGENT_PID=77 18:44:40 Running ssh-add (command line suppressed) 18:44:40 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7222357728496344859.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7222357728496344859.key) 18:44:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:40 + git semver init 18:44:40 2024-05-29 18:44:40,729 [run_init] DEBUG init version:0.0.0 force:False 18:44:40 2024-05-29 18:44:40,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 18:44:40 2024-05-29 18:44:40,731 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 18:44:40 2024-05-29 18:44:40,731 [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) 18:44:41 2024-05-29 18:44:41,296 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 18:44:41 2024-05-29 18:44:41,297 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 18:44:41 2024-05-29 18:44:41,297 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 18:44:41 2024-05-29 18:44:41,297 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 18:44:41 0.0.2-dev.42 [Pipeline] } 18:44:41 $ docker exec --env ******** --env ******** 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 ssh-agent -k 18:44:41 unset SSH_AUTH_SOCK; 18:44:41 unset SSH_AGENT_PID; 18:44:41 echo Agent pid 77 killed; 18:44:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:41 + git semver [Pipeline] } 18:44:42 $ docker stop --time=1 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 18:44:43 $ docker rm -f --volumes 8e919997519258465ccddf9cdc14e9d8f31af4b3a930abd716399064bd704573 [Pipeline] // withDockerContainer [Pipeline] sh 18:44:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:44:43 Stashed 1 file(s) [Pipeline] echo 18:44:43 [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 18:44:44 provisioning config files... 18:44:44 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11694901737583977277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:44 ---> ****-login.sh 18:44:44 nexus3.edgexfoundry.org:10001 18:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:44 Configure a credential helper to remove this warning. See 18:44:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:44 18:44:44 Login Succeeded 18:44:44 nexus3.edgexfoundry.org:10002 18:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:44 Configure a credential helper to remove this warning. See 18:44:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:44 18:44:44 Login Succeeded 18:44:44 nexus3.edgexfoundry.org:10003 18:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:44 Configure a credential helper to remove this warning. See 18:44:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:44 18:44:44 Login Succeeded 18:44:44 nexus3.edgexfoundry.org:10004 18:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:44 Configure a credential helper to remove this warning. See 18:44:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:44 18:44:44 Login Succeeded 18:44:44 ****.io 18:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:44:44 Configure a credential helper to remove this warning. See 18:44:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:44:44 18:44:44 Login Succeeded 18:44:44 ---> ****-login.sh ends [Pipeline] } 18:44:44 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 18:44:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:44:45 + ls -al . 18:44:45 total 72 18:44:45 drwxrwxr-x 7 jenkins jenkins 4096 May 29 18:44 . 18:44:45 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:44 .. 18:44:45 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:44 .git 18:44:45 drwxrwxr-x 2 jenkins jenkins 4096 May 29 18:44 .github 18:44:45 -rw-rw-r-- 1 jenkins jenkins 22 May 29 18:44 .gitignore 18:44:45 drwxr-xr-x 3 jenkins jenkins 4096 May 29 18:44 .semver 18:44:45 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 18:44 Dockerfile 18:44:45 -rw-rw-r-- 1 jenkins jenkins 746 May 29 18:44 Jenkinsfile 18:44:45 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 18:44 LICENSE 18:44:45 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 18:44 README.md 18:44:45 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:44 TAF-Manager 18:44:45 drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:44 TUC 18:44:45 -rw-rw-r-- 1 jenkins jenkins 12 May 29 18:44 VERSION 18:44:45 -rw-rw-r-- 1 jenkins jenkins 343 May 29 18:44 requirements.txt 18:44:45 -rw-rw-r-- 1 jenkins jenkins 54 May 29 18:44 robot-entrypoint.sh 18:44:45 -rw-rw-r-- 1 jenkins jenkins 445 May 29 18:44 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:46 + 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 . 18:44:46 Sending build context to Docker daemon 589.3kB 18:44:46 Step 1/13 : FROM alpine:3.20 18:44:46 3.20: Pulling from library/alpine 18:44:46 d25f557d7f31: Pulling fs layer 18:44:47 d25f557d7f31: Verifying Checksum 18:44:47 d25f557d7f31: Download complete 18:44:47 d25f557d7f31: Pull complete 18:44:47 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 18:44:47 Status: Downloaded newer image for alpine:3.20 18:44:47 ---> 1d34ffeaf190 18:44:47 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:44:47 ---> Running in 15c21d02bc2f 18:44:47 Removing intermediate container 15c21d02bc2f 18:44:47 ---> 4aed63bb2bc8 18:44:47 Step 3/13 : LABEL maintainer="Bruce Huang " 18:44:47 ---> Running in 88c26844add8 18:44:47 Removing intermediate container 88c26844add8 18:44:47 ---> ae7e8286595a 18:44:47 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:44:47 ---> 0edc5198345f 18:44:47 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:44:47 ---> 07767d2673bc 18:44:47 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:44:47 ---> 46fd2a23be1d 18:44:47 Step 7/13 : WORKDIR /edgex-taf 18:44:47 ---> Running in a6755d6b7b8a 18:44:48 Removing intermediate container a6755d6b7b8a 18:44:48 ---> 9442640b4bce 18:44:48 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:48 ---> Running in 89615d00152e 18:44:48 Removing intermediate container 89615d00152e 18:44:48 ---> 15ae74c37d40 18:44:48 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 18:44:48 ---> Running in 201e59b99e89 18:44:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:44:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:44:50 OK: 8 MiB in 14 packages 18:44:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:44:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:44:51 (1/14) Installing ca-certificates (20240226-r0) 18:44:51 (2/14) Installing brotli-libs (1.1.0-r2) 18:44:52 (3/14) Installing c-ares (1.28.1-r0) 18:44:52 (4/14) Installing libunistring (1.2-r0) 18:44:52 (5/14) Installing libidn2 (2.3.7-r0) 18:44:53 (6/14) Installing nghttp2-libs (1.62.0-r0) 18:44:53 (7/14) Installing libpsl (0.21.5-r1) 18:44:54 (8/14) Installing zstd-libs (1.5.6-r0) 18:44:54 (9/14) Installing libcurl (8.7.1-r0) 18:44:54 (10/14) Installing curl (8.7.1-r0) 18:44:55 (11/14) Installing docker-cli (26.1.3-r0) 18:44:56 (12/14) Installing oniguruma (6.9.9-r0) 18:44:56 (13/14) Installing jq (1.7.1-r0) 18:44:56 (14/14) Installing openssl (3.3.0-r2) 18:44:57 Executing busybox-1.36.1-r28.trigger 18:44:57 Executing ca-certificates-20240226-r0.trigger 18:44:57 OK: 43 MiB in 28 packages 18:44:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:44:57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:44:58 (1/167) Installing libexpat (2.6.2-r0) 18:44:58 (2/167) Installing libbz2 (1.0.8-r6) 18:44:59 Still waiting to schedule task 18:44:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:44:59 (3/167) Installing libpng (1.6.43-r0) 18:44:59 (4/167) Installing freetype (2.13.2-r0) 18:44:59 (5/167) Installing fontconfig (2.15.0-r1) 18:45:00 (6/167) Installing libfontenc (1.1.8-r0) 18:45:00 (7/167) Installing mkfontscale (1.2.2-r6) 18:45:00 (8/167) Installing font-opensans (0_git20210927-r1) 18:45:01 (9/167) Installing pkgconf (2.2.0-r0) 18:45:01 (10/167) Installing libgcc (13.2.1_git20240309-r0) 18:45:02 (11/167) Installing libffi (3.4.6-r0) 18:45:02 (12/167) Installing libintl (0.22.5-r0) 18:45:02 (13/167) Installing libeconf (0.6.3-r0) 18:45:03 (14/167) Installing libblkid (2.40.1-r1) 18:45:03 (15/167) Installing libmount (2.40.1-r1) 18:45:03 (16/167) Installing pcre2 (10.43-r0) 18:45:04 (17/167) Installing glib (2.80.2-r0) 18:45:04 (18/167) Installing libstdc++ (13.2.1_git20240309-r0) 18:45:05 (19/167) Installing xz-libs (5.6.1-r3) 18:45:05 (20/167) Installing libxml2 (2.12.7-r0) 18:45:05 (21/167) Installing shared-mime-info (2.4-r0) 18:45:06 (22/167) Installing hicolor-icon-theme (0.17-r2) 18:45:06 (23/167) Installing libjpeg-turbo (3.0.3-r0) 18:45:07 (24/167) Installing libsharpyuv (1.3.2-r0) 18:45:07 (25/167) Installing libwebp (1.3.2-r0) 18:45:07 (26/167) Installing tiff (4.6.0t-r0) 18:45:08 (27/167) Installing gdk-pixbuf (2.42.11-r1) 18:45:08 (28/167) Installing gtk-update-icon-cache (3.24.42-r0) 18:45:08 (29/167) Installing libxau (1.0.11-r4) 18:45:08 (30/167) Installing libmd (1.1.0-r0) 18:45:09 (31/167) Installing libbsd (0.12.2-r0) 18:45:09 (32/167) Installing libxdmcp (1.1.5-r1) 18:45:09 (33/167) Installing libxcb (1.16.1-r0) 18:45:10 (34/167) Installing libx11 (1.8.9-r1) 18:45:10 (35/167) Installing libxcomposite (0.4.6-r5) 18:45:10 (36/167) Installing libxfixes (6.0.1-r4) 18:45:11 (37/167) Installing libxrender (0.9.11-r5) 18:45:11 (38/167) Installing libxcursor (1.2.2-r1) 18:45:11 (39/167) Installing libxdamage (1.1.6-r5) 18:45:12 (40/167) Installing libxext (1.3.6-r2) 18:45:12 (41/167) Installing libxi (1.8.1-r4) 18:45:12 (42/167) Installing libxinerama (1.1.5-r4) 18:45:12 (43/167) Installing libxrandr (1.5.4-r1) 18:45:13 (44/167) Installing libatk-1.0 (2.52.0-r0) 18:45:13 (45/167) Installing libxtst (1.2.4-r6) 18:45:13 (46/167) Installing dbus-libs (1.14.10-r1) 18:45:14 (47/167) Installing at-spi2-core (2.52.0-r0) 18:45:14 (48/167) Installing libatk-bridge-2.0 (2.52.0-r0) 18:45:15 (49/167) Installing pixman (0.43.2-r0) 18:45:15 (50/167) Installing cairo (1.18.0-r0) 18:45:15 (51/167) Installing cairo-gobject (1.18.0-r0) 18:45:16 (52/167) Installing avahi-libs (0.8-r17) 18:45:16 (53/167) Installing gmp (6.3.0-r1) 18:45:16 (54/167) Installing nettle (3.9.1-r0) 18:45:17 (55/167) Installing libtasn1 (4.19.0-r2) 18:45:17 (56/167) Installing p11-kit (0.25.3-r0) 18:45:18 (57/167) Installing gnutls (3.8.5-r0) 18:45:18 (58/167) Installing cups-libs (2.4.8-r0) 18:45:18 (59/167) Installing libepoxy (1.5.10-r1) 18:45:19 (60/167) Installing fribidi (1.0.14-r0) 18:45:19 (61/167) Installing graphite2 (1.3.14-r6) 18:45:19 (62/167) Installing harfbuzz (8.5.0-r0) 18:45:20 (63/167) Installing libxft (2.3.8-r3) 18:45:20 (64/167) Installing pango (1.52.2-r0) 18:45:21 (65/167) Installing wayland-libs-client (1.22.0-r4) 18:45:21 (66/167) Installing wayland-libs-cursor (1.22.0-r4) 18:45:21 (67/167) Installing wayland-libs-egl (1.22.0-r4) 18:45:21 (68/167) Installing xkeyboard-config (2.41-r0) 18:45:22 (69/167) Installing libxkbcommon (1.7.0-r0) 18:45:22 (70/167) Installing gtk+3.0 (3.24.42-r0) 18:45:23 (71/167) Installing icu-data-full (74.2-r0) 18:45:24 (72/167) Installing mesa (24.0.8-r1) 18:45:24 (73/167) Installing llvm17-libs (17.0.6-r1) 18:45:25 (74/167) Installing hwdata-pci (0.382-r0) 18:45:26 (75/167) Installing libpciaccess (0.18.1-r0) 18:45:26 (76/167) Installing libdrm (2.4.120-r0) 18:45:26 (77/167) Installing libelf (0.191-r0) 18:45:27 (78/167) Installing mesa-glapi (24.0.8-r1) 18:45:27 (79/167) Installing mesa-dri-gallium (24.0.8-r1) 18:45:28 (80/167) Installing eudev-libs (3.2.14-r2) 18:45:28 (81/167) Installing libmagic (5.45-r1) 18:45:28 (82/167) Installing file (5.45-r1) 18:45:29 (83/167) Installing xprop (1.2.7-r0) 18:45:29 (84/167) Installing libice (1.1.1-r6) 18:45:29 (85/167) Installing libuuid (2.40.1-r1) 18:45:29 (86/167) Installing libsm (1.2.4-r4) 18:45:30 (87/167) Installing libxt (1.3.0-r5) 18:45:30 (88/167) Installing libxmu (1.1.4-r2) 18:45:31 (89/167) Installing xset (1.2.5-r1) 18:45:31 (90/167) Installing xdg-utils (1.2.1-r0) 18:45:31 (91/167) Installing libogg (1.3.5-r5) 18:45:31 (92/167) Installing libflac (1.4.3-r1) 18:45:32 (93/167) Installing alsa-lib (1.2.11-r0) 18:45:32 (94/167) Installing libSvtAv1Enc (2.0.0-r1) 18:45:33 (95/167) Installing aom-libs (3.9.0-r0) 18:45:33 (96/167) Installing libva (2.21.0-r0) 18:45:34 (97/167) Installing libvdpau (1.5-r3) 18:45:34 (98/167) Installing onevpl-libs (2023.3.1-r2) 18:45:34 (99/167) Installing ffmpeg-libavutil (6.1.1-r7) 18:45:35 (100/167) Installing libdav1d (1.4.2-r0) 18:45:35 (101/167) Installing openexr-libiex (3.1.13-r1) 18:45:36 (102/167) Installing openexr-libilmthread (3.1.13-r1) 18:45:36 (103/167) Installing imath (3.1.11-r2) 18:45:36 (104/167) Installing openexr-libopenexr (3.1.13-r1) 18:45:37 (105/167) Installing giflib (5.2.2-r0) 18:45:37 (106/167) Installing libhwy (1.0.7-r0) 18:45:37 (107/167) Installing lcms2 (2.16-r0) 18:45:38 (108/167) Installing libjxl (0.10.2-r0) 18:45:38 (109/167) Installing lame-libs (3.100-r5) 18:45:39 (110/167) Installing opus (1.5.2-r0) 18:45:39 (111/167) Installing rav1e-libs (0.7.1-r0) 18:45:40 (112/167) Installing libgomp (13.2.1_git20240309-r0) 18:45:40 (113/167) Installing soxr (0.1.3-r7) 18:45:40 (114/167) Installing ffmpeg-libswresample (6.1.1-r7) 18:45:41 (115/167) Installing libtheora (1.1.1-r18) 18:45:41 (116/167) Installing libvorbis (1.3.7-r2) 18:45:41 (117/167) Installing libvpx (1.14.0-r0) 18:45:42 (118/167) Installing libwebpmux (1.3.2-r0) 18:45:42 (119/167) Installing x264-libs (0.164_git20231001-r0) 18:45:43 (120/167) Installing numactl (2.0.18-r0) 18:45:43 (121/167) Installing x265-libs (3.6-r0) 18:45:44 (122/167) Installing xvidcore (1.3.7-r2) 18:45:44 (123/167) Installing ffmpeg-libavcodec (6.1.1-r7) 18:45:45 (124/167) Installing libbluray (1.3.4-r1) 18:45:45 (125/167) Installing mpg123-libs (1.32.6-r0) 18:45:46 (126/167) Installing libopenmpt (0.7.7-r0) 18:45:46 (127/167) Installing cjson (1.7.18-r0) 18:45:46 (128/167) Installing mbedtls (3.6.0-r0) 18:45:47 (129/167) Installing librist (0.2.10-r1) 18:45:47 (130/167) Installing libsrt (1.5.3-r0) 18:45:48 (131/167) Installing libssh (0.10.6-r0) 18:45:48 (132/167) Installing libsodium (1.0.19-r0) 18:45:48 (133/167) Installing libzmq (4.3.5-r2) 18:45:49 (134/167) Installing ffmpeg-libavformat (6.1.1-r7) 18:45:49 (135/167) Installing crc32c (1.1.2-r0) 18:45:50 (136/167) Installing double-conversion (3.3.0-r0) 18:45:50 (137/167) Installing libevent (2.1.12-r7) 18:45:50 (138/167) Installing wayland-libs-server (1.22.0-r4) 18:45:51 (139/167) Installing mesa-gbm (24.0.8-r1) 18:45:51 (140/167) Installing harfbuzz-subset (8.5.0-r0) 18:45:51 (141/167) Installing icu-libs (74.2-r0) 18:45:52 (142/167) Installing minizip (1.3.1-r0) 18:45:52 (143/167) Installing nspr (4.35-r4) 18:45:53 (144/167) Installing sqlite-libs (3.45.3-r1) 18:45:53 (145/167) Installing nss (3.100-r0) 18:45:54 (146/167) Installing openh264 (2.4.1-r0) 18:45:54 (147/167) Installing libcamera-ipa (0.3.0-r0) 18:45:54 (148/167) Installing libunwind (1.8.1-r0) 18:45:55 (149/167) Installing yaml (0.2.5-r2) 18:45:55 (150/167) Installing libcamera (0.3.0-r0) 18:45:56 (151/167) Installing speexdsp (1.2.1-r2) 18:45:56 (152/167) Installing libuv (1.48.0-r0) 18:45:56 (153/167) Installing roc-toolkit-libs (0.3.0-r0) 18:45:57 (154/167) Installing libsndfile (1.2.2-r0) 18:45:57 (155/167) Installing webrtc-audio-processing-1 (1.3-r0) 18:45:57 (156/167) Installing pipewire-libs (1.0.6-r1) 18:45:58 (157/167) Installing libasyncns (0.8-r3) 18:45:58 (158/167) Installing libltdl (2.4.7-r3) 18:45:59 (159/167) Installing orc (0.4.37-r0) 18:45:59 (160/167) Installing tdb-libs (1.4.9-r1) 18:45:59 (161/167) Installing libpulse (17.0-r0) 18:46:00 (162/167) Installing libwebpdemux (1.3.2-r0) 18:46:00 (163/167) Installing libgpg-error (1.49-r0) 18:46:00 (164/167) Installing libgcrypt (1.10.3-r0) 18:46:01 (165/167) Installing libxslt (1.1.39-r1) 18:46:01 (166/167) Installing chromium (125.0.6422.112-r0) 18:46:04 (167/167) Installing chromium-chromedriver (125.0.6422.112-r0) 18:46:04 Executing busybox-1.36.1-r28.trigger 18:46:04 Executing fontconfig-2.15.0-r1.trigger 18:46:04 Executing mkfontscale-1.2.2-r6.trigger 18:46:04 Executing glib-2.80.2-r0.trigger 18:46:04 Executing shared-mime-info-2.4-r0.trigger 18:46:04 Executing gdk-pixbuf-2.42.11-r1.trigger 18:46:04 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:46:05 Executing gtk+3.0-3.24.42-r0.trigger 18:46:05 OK: 657 MiB in 195 packages 18:46:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:46:05 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:46:06 (1/30) Installing jansson (2.14-r4) 18:46:06 (2/30) Installing binutils (2.42-r0) 18:46:07 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:46:07 (4/30) Installing isl26 (0.26-r1) 18:46:08 (5/30) Installing mpfr4 (4.2.1-r0) 18:46:08 (6/30) Installing mpc1 (1.3.1-r1) 18:46:08 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:46:13 (8/30) Installing musl-dev (1.2.5-r0) 18:46:13 (9/30) Installing linux-headers (6.6-r0) 18:46:13 (10/30) Installing libffi-dev (3.4.6-r0) 18:46:14 (11/30) Installing libpq (16.3-r0) 18:46:14 (12/30) Installing openssl-dev (3.3.0-r2) 18:46:14 (13/30) Installing libpq-dev (16.3-r0) 18:46:15 (14/30) Installing libecpg (16.3-r0) 18:46:15 (15/30) Installing libecpg-dev (16.3-r0) 18:46:16 (16/30) Installing clang16-headers (16.0.6-r5) 18:46:16 (17/30) Installing llvm16-libs (16.0.6-r8) 18:46:26 (18/30) Installing clang16-libs (16.0.6-r5) 18:46:26 (19/30) Installing fortify-headers (1.1-r3) 18:46:27 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:46:27 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:46:27 (22/30) Installing clang16 (16.0.6-r5) 18:46:28 (23/30) Installing icu (74.2-r0) 18:46:29 (24/30) Installing icu-dev (74.2-r0) 18:46:29 (25/30) Installing llvm16 (16.0.6-r8) 18:46:30 (26/30) Installing lz4-libs (1.9.4-r5) 18:46:30 (27/30) Installing lz4-dev (1.9.4-r5) 18:46:31 (28/30) Installing zstd (1.5.6-r0) 18:46:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1104 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 18:46:31 Selected Git installation does not exist. Using Default 18:46:31 The recommended git tool is: NONE 18:46:31 (29/30) Installing zstd-dev (1.5.6-r0) 18:46:32 (30/30) Installing postgresql16-dev (16.3-r0) 18:46:32 Executing busybox-1.36.1-r28.trigger 18:46:32 OK: 1193 MiB in 225 packages 18:46:32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:46:33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:46:33 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:46:34 (2/14) Installing gdbm (1.23-r1) 18:46:34 (3/14) Installing mpdecimal (4.0.0-r0) 18:46:35 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:46:35 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:46:36 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:46:36 (7/14) Installing readline (8.2.10-r0) 18:46:36 using credential edgex-jenkins-ssh 18:46:36 Cloning the remote Git repository 18:46:36 (8/14) Installing python3 (3.12.3-r1) 18:46:36 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 18:46:36 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 18:46:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 18:46:36 > git --version # timeout=10 18:46:36 > git --version # 'git version 2.25.1' 18:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:37 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:46:37 (10/14) Installing pyc (3.12.3-r1) 18:46:38 (11/14) Installing python3-pyc (3.12.3-r1) 18:46:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 18:46:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:38 (12/14) Installing python3-dev (3.12.3-r1) 18:46:38 Avoid second fetch 18:46:38 Checking out Revision 7e89dd766adf70d3ef5effce142026c21ab88a29 (main) 18:46:38 Commit message: "Merge pull request #108 from cherrycl/upgrade-alpine-version" 18:46:38 > git config core.sparsecheckout # timeout=10 18:46:38 > git checkout -f 7e89dd766adf70d3ef5effce142026c21ab88a29 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:46:43 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:43 Dload Upload Total Spent Left Speed 18:46:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 112k [Pipeline] sh 18:46:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:46:44 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 18:46:44 /etc/docker/daemon.new 18:46:44 { 18:46:44 "registry-mirrors": [ 18:46:44 "https://nexus3.edgexfoundry.org:10001" 18:46:44 ], 18:46:44 "bip": "10.250.0.254/24", 18:46:44 "hosts": [ 18:46:44 "tcp://0.0.0.0:5555", 18:46:44 "unix:///var/run/docker.sock" 18:46:44 ], 18:46:44 "mtu": 1458, 18:46:44 "selinux-enabled": true, 18:46:44 "seccomp-profile": "/etc/docker/seccomp.json" 18:46:44 } [Pipeline] sh 18:46:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:46:44 + sudo service docker restart 18:46:48 (13/14) Installing libsodium-dev (1.0.19-r0) 18:46:48 (14/14) Installing zeromq-dev (4.3.5-r2) 18:46:48 Executing busybox-1.36.1-r28.trigger 18:46:48 OK: 1359 MiB in 239 packages 18:46:48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:46:48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:46:48 OK: 1359 MiB in 239 packages 18:46:48 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 18:46:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 18:46:50 (1/1) Installing tzdata (2024a-r1) 18:46:50 OK: 1361 MiB in 240 packages 18:46:50 (1/1) Purging tzdata (2024a-r1) 18:46:50 OK: 1359 MiB in 239 packages 18:46:53 Looking in links: /tmp/tmp1ukt5ztw 18:46:53 Processing /tmp/tmp1ukt5ztw/pip-24.0-py3-none-any.whl 18:46:53 Installing collected packages: pip 18:46:54 Successfully installed pip-24.0 18:46:54 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 18:46:54 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:46:55 Collecting setuptools 18:46:55 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 18:46:55 Collecting wheel 18:46:55 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:46:55 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 18:46:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 59.4 MB/s eta 0:00:00 18:46:55 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:46:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 124.6 MB/s eta 0:00:00 18:46:55 Installing collected packages: wheel, setuptools 18:46:56 Successfully installed setuptools-70.0.0 wheel-0.43.0 18:46:56 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 18:46:56 Processing ./edgex-taf-common 18:46:56 Preparing metadata (setup.py): started 18:46:56 Preparing metadata (setup.py): finished with status 'done' 18:46:56 Building wheels for collected packages: edgex-taf-common 18:46:56 Building wheel for edgex-taf-common (setup.py): started 18:46:56 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:46:56 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=d6066d0493395465ad2cdf8f9aceb1e18eca7681290170a833ca22de890c5d5c 18:46:56 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:46:56 Successfully built edgex-taf-common 18:46:56 Installing collected packages: edgex-taf-common 18:46:56 Successfully installed edgex-taf-common-0.0.0 18:46:56 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 18:46:57 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:46:57 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:46:57 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:46:57 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:46:57 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:46:57 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:46:57 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:46:57 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:46:57 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:46:57 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:46:57 Preparing metadata (setup.py): started 18:46:57 Preparing metadata (setup.py): finished with status 'done' 18:46:57 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:46:57 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:46:57 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:46:57 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:46:57 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:46:57 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:46:58 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:46:58 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:46:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 13.2 MB/s eta 0:00:00 18:46:58 Preparing metadata (setup.py): started 18:46:58 Preparing metadata (setup.py): finished with status 'done' 18:46:58 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:46:58 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:46:58 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:46:58 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB) 18:46:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00 18:46:58 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 18:46:58 Downloading psutil-5.9.5.tar.gz (493 kB) 18:46:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 24.9 MB/s eta 0:00:00 18:46:58 Installing build dependencies: started 18:47:00 Installing build dependencies: finished with status 'done' 18:47:00 Getting requirements to build wheel: started 18:47:00 Getting requirements to build wheel: finished with status 'done' 18:47:00 Preparing metadata (pyproject.toml): started 18:47:00 Preparing metadata (pyproject.toml): finished with status 'done' 18:47:01 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:47:01 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:47:01 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:47:01 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB) 18:47:02 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:47:02 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:47:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 8.4 MB/s eta 0:00:00 18:47:02 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:47:02 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:47:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 22.7 MB/s eta 0:00:00 18:47:02 Preparing metadata (setup.py): started 18:47:03 Preparing metadata (setup.py): finished with status 'done' [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:03 provisioning config files... 18:47:03 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13869824614066447741tmp [Pipeline] { 18:47:03 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:47:03 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 18:47:03 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:03 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 18:47:03 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:03 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:47:03 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) [Pipeline] libraryResource [Pipeline] sh 18:47:03 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading flex-6.14.1.tar.gz (40 kB) 18:47:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.2 MB/s eta 0:00:00 18:47:03 Preparing metadata (setup.py): started 18:47:03 ---> ****-login.sh 18:47:03 nexus3.edgexfoundry.org:10001 18:47:03 Preparing metadata (setup.py): finished with status 'done' 18:47:03 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:47:03 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:47:03 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:47:03 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:03 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:04 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:04 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:47:04 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:04 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:47:04 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:47:04 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (33 kB) 18:47:04 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:47:04 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:47:04 Configure a credential helper to remove this warning. See 18:47:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:47:04 18:47:04 Login Succeeded 18:47:04 nexus3.edgexfoundry.org:10002 18:47:04 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:47:04 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 18:47:04 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:47:04 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 18:47:04 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:47:04 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 18:47:04 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:47:04 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:47:04 Configure a credential helper to remove this warning. See 18:47:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:47:04 18:47:04 Login Succeeded 18:47:04 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:47:04 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:47:04 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:47:04 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:47: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) 18:47:04 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:47:04 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:47:04 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:47:04 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 18:47:04 nexus3.edgexfoundry.org:10003 18:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:04 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:04 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:47:04 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:04 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:47:05 Configure a credential helper to remove this warning. See 18:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:47:05 18:47:05 Login Succeeded 18:47:05 nexus3.edgexfoundry.org:10004 18:47:05 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 18:47:05 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:47:05 Preparing metadata (setup.py): started 18:47:05 Preparing metadata (setup.py): finished with status 'done' 18:47:05 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:47:05 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:47:05 Preparing metadata (setup.py): started 18:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:47:05 Configure a credential helper to remove this warning. See 18:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:47:05 18:47:05 Login Succeeded 18:47:05 ****.io 18:47:05 Preparing metadata (setup.py): finished with status 'done' 18:47:05 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:47:05 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 18:47:05 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:05 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:47:05 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:47:05 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:05 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:47:05 Configure a credential helper to remove this warning. See 18:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:47:05 18:47:05 Login Succeeded 18:47:06 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:47:06 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB) 18:47:06 ---> ****-login.sh ends [Pipeline] } 18:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:47:06 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:06 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:47:06 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:06 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:47:06 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:06 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:47:06 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:47:06 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:47:06 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)) 18:47:06 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:47:06 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)) 18:47:06 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:47:06 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:47:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 14.3 MB/s eta 0:00:00 18:47:06 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:47:06 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:47:06 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:47:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 12.6 MB/s eta 0:00:00 18:47:06 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:47:06 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:47:06 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:47:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:47:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 7.6 MB/s eta 0:00:00 18:47:06 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:47:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 18.2 MB/s eta 0:00:00 18:47:06 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 43.6 MB/s eta 0:00:00 18:47:07 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 32.6 MB/s eta 0:00:00 18:47:07 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.2 MB/s eta 0:00:00 18:47:07 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 28.3 MB/s eta 0:00:00 18:47:07 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 18:47:07 + ls -al . 18:47:07 total 68 18:47:07 drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:47 . 18:47:07 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:46 .. 18:47:07 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:46 .git 18:47:07 drwxrwxr-x 2 jenkins jenkins 4096 May 29 18:46 .github 18:47:07 -rw-rw-r-- 1 jenkins jenkins 22 May 29 18:46 .gitignore 18:47:07 -rw-rw-r-- 1 jenkins jenkins 1619 May 29 18:46 Dockerfile 18:47:07 -rw-rw-r-- 1 jenkins jenkins 746 May 29 18:46 Jenkinsfile 18:47:07 -rw-rw-r-- 1 jenkins jenkins 11381 May 29 18:46 LICENSE 18:47:07 -rw-rw-r-- 1 jenkins jenkins 3606 May 29 18:46 README.md 18:47:07 drwxrwxr-x 4 jenkins jenkins 4096 May 29 18:46 TAF-Manager 18:47:07 drwxrwxr-x 6 jenkins jenkins 4096 May 29 18:46 TUC 18:47:07 -rw-rw-r-- 1 jenkins jenkins 12 May 29 18:44 VERSION 18:47:07 -rw-rw-r-- 1 jenkins jenkins 343 May 29 18:46 requirements.txt 18:47:07 -rw-rw-r-- 1 jenkins jenkins 54 May 29 18:46 robot-entrypoint.sh 18:47:07 -rw-rw-r-- 1 jenkins jenkins 445 May 29 18:46 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 23.9 MB/s eta 0:00:00 18:47:07 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 14.4 MB/s eta 0:00:00 18:47:07 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (142 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.2/142.2 kB 18.9 MB/s eta 0:00:00 18:47:07 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 8.4 MB/s eta 0:00:00 18:47:07 Downloading packaging-24.0-py3-none-any.whl (53 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 893.7 kB/s eta 0:00:00 18:47:07 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 29.1 MB/s eta 0:00:00 18:47:07 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 29.6 MB/s eta 0:00:00 18:47:07 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:47:07 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 18:47:07 + 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 . 18:47:07 Sending build context to Docker daemon 363kB 18:47:07 Step 1/13 : FROM alpine:3.20 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 27.8 MB/s eta 0:00:00 18:47:07 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 414.0 kB/s eta 0:00:00 18:47:07 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:47:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 6.0 MB/s eta 0:00:00 18:47:08 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 28.6 MB/s eta 0:00:00 18:47:08 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:47:08 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:47:08 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 13.5 MB/s eta 0:00:00 18:47:08 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.2 MB/s eta 0:00:00 18:47:08 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 39.4 MB/s eta 0:00:00 18:47:08 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:47:08 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 7.3 MB/s eta 0:00:00 18:47:08 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 13.9 MB/s eta 0:00:00 18:47:08 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 18:47:08 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:47:08 Downloading PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (712 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 712.6/712.6 kB 39.8 MB/s eta 0:00:00 18:47:08 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:47:08 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:47:08 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB) 18:47:08 3.20: Pulling from library/alpine 18:47:08 94747bd81234: Pulling fs layer 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 21.3 MB/s eta 0:00:00 18:47:08 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:47:08 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 42.3 MB/s eta 0:00:00 18:47:08 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:47:08 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 18:47:08 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 5.5 MB/s eta 0:00:00 18:47:08 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:47:08 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:47:08 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:47:08 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:47:08 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:47:08 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.5 MB/s eta 0:00:00 18:47:08 94747bd81234: Verifying Checksum 18:47:08 94747bd81234: Download complete 18:47:08 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email 18:47:08 Building wheel for robotbackgroundlogger (setup.py): started 18:47:09 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:47:09 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=49a53224a5393fec7f2b7b332a5bf51badee34bec173c4a3d522f424d16946ae 18:47:09 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:47:09 Building wheel for paho-mqtt (setup.py): started 18:47:09 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:47:09 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=a00754970deaa10efbb4a9de57cb96b83e734778bcb0488402e97a89b8f24116 18:47:09 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:47:09 Building wheel for psutil (pyproject.toml): started 18:47:09 94747bd81234: Pull complete 18:47:09 Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 18:47:09 Status: Downloaded newer image for alpine:3.20 18:47:09 ---> 442043f030d3 18:47:09 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 18:47:09 ---> Running in 0edde53f864a 18:47:09 Removing intermediate container 0edde53f864a 18:47:09 ---> 407b613ffec6 18:47:09 Step 3/13 : LABEL maintainer="Bruce Huang " 18:47:10 ---> Running in 8ccf82b94071 18:47:10 Removing intermediate container 8ccf82b94071 18:47:10 ---> 75067469d6f4 18:47:10 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 18:47:10 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:47:10 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_x86_64.whl size=281486 sha256=81edd747731565f629a289b3af845b64a140a4b920c397ccc5f74a564a747570 18:47:10 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 18:47:10 Building wheel for psycopg2 (setup.py): started 18:47:10 ---> 09e5ad6e0d59 18:47:10 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 18:47:11 ---> 4f4541c44284 18:47:11 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 18:47:12 ---> 08c49d219216 18:47:12 Step 7/13 : WORKDIR /edgex-taf 18:47:12 ---> Running in 2c936e92756f 18:47:12 Removing intermediate container 2c936e92756f 18:47:12 ---> 07bdc413bf58 18:47:12 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:12 ---> Running in 3f6603f20731 18:47:14 Removing intermediate container 3f6603f20731 18:47:14 ---> b15fdf343e37 18:47:14 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 18:47:14 ---> Running in 77e8cccf8f2c 18:47:15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:47:16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:47:17 OK: 9 MiB in 14 packages 18:47:17 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:47:18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:47:19 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:47:19 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521874 sha256=f3977cbd779a5e398a5a3b8d554c653fcd8a4575c24bf4271ebe0bb149a2b0d5 18:47:19 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:47:19 Building wheel for flex (setup.py): started 18:47:19 Building wheel for flex (setup.py): finished with status 'done' 18:47:19 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=79e9feb68ebff066b26f6f9dcb86c8b6c6a6a1b85478f672ca5ef481ab2834ed 18:47:19 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:47:19 Building wheel for strict-rfc3339 (setup.py): started 18:47:19 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:47:19 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=d7dae970c3d94be1e571e2a06ec7b2bb651fe9e479e0f6c4047512794985be3f 18:47:19 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:47:19 Building wheel for validate-email (setup.py): started 18:47:19 Building wheel for validate-email (setup.py): finished with status 'done' 18:47:19 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=9a68af6c3b4f9e7c9311276738bdc7e31d1d7a536b3eed151056a0f6e09c770e 18:47:19 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:47:19 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email 18:47:20 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 18:47:20 (1/14) Installing ca-certificates (20240226-r0) 18:47:20 (2/14) Installing brotli-libs (1.1.0-r2) 18:47:21 (3/14) Installing c-ares (1.28.1-r0) 18:47:21 (4/14) Installing libunistring (1.2-r0) 18:47:22 (5/14) Installing libidn2 (2.3.7-r0) 18:47:22 (6/14) Installing nghttp2-libs (1.62.0-r0) 18:47:22 (7/14) Installing libpsl (0.21.5-r1) 18:47:23 (8/14) Installing zstd-libs (1.5.6-r0) 18:47:23 (9/14) Installing libcurl (8.7.1-r0) 18:47:24 (10/14) Installing curl (8.7.1-r0) 18:47:24 (11/14) Installing docker-cli (26.1.3-r0) 18:47:25 (12/14) Installing oniguruma (6.9.9-r0) 18:47:25 (13/14) Installing jq (1.7.1-r0) 18:47:26 (14/14) Installing openssl (3.3.0-r2) 18:47:27 Executing busybox-1.36.1-r28.trigger 18:47:27 Executing ca-certificates-20240226-r0.trigger 18:47:27 OK: 43 MiB in 28 packages 18:47:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:47:27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:47:29 (1/166) Installing libexpat (2.6.2-r0) 18:47:29 (2/166) Installing libbz2 (1.0.8-r6) 18:47:30 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 18:47:30 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 18:47:30 (3/166) Installing libpng (1.6.43-r0) 18:47:30 (4/166) Installing freetype (2.13.2-r0) 18:47:31 (5/166) Installing fontconfig (2.15.0-r1) 18:47:31 (6/166) Installing libfontenc (1.1.8-r0) 18:47:31 (7/166) Installing mkfontscale (1.2.2-r6) 18:47:32 (8/166) Installing font-opensans (0_git20210927-r1) 18:47:32 (9/166) Installing pkgconf (2.2.0-r0) 18:47:33 (10/166) Installing libgcc (13.2.1_git20240309-r0) 18:47:33 (11/166) Installing libffi (3.4.6-r0) 18:47:33 (12/166) Installing libintl (0.22.5-r0) 18:47:34 (13/166) Installing libeconf (0.6.3-r0) 18:47:34 (14/166) Installing libblkid (2.40.1-r1) 18:47:34 (15/166) Installing libmount (2.40.1-r1) 18:47:35 (16/166) Installing pcre2 (10.43-r0) 18:47:35 (17/166) Installing glib (2.80.2-r0) 18:47:36 (18/166) Installing libstdc++ (13.2.1_git20240309-r0) 18:47:37 (19/166) Installing xz-libs (5.6.1-r3) 18:47:37 (20/166) Installing libxml2 (2.12.7-r0) 18:47:38 (21/166) Installing shared-mime-info (2.4-r0) 18:47:38 (22/166) Installing hicolor-icon-theme (0.17-r2) 18:47:39 (23/166) Installing libjpeg-turbo (3.0.3-r0) 18:47:39 (24/166) Installing libsharpyuv (1.3.2-r0) 18:47:39 (25/166) Installing libwebp (1.3.2-r0) 18:47:40 (26/166) Installing tiff (4.6.0t-r0) 18:47:40 (27/166) Installing gdk-pixbuf (2.42.11-r1) 18:47:41 (28/166) Installing gtk-update-icon-cache (3.24.42-r0) 18:47:41 (29/166) Installing libxau (1.0.11-r4) 18:47:41 (30/166) Installing libmd (1.1.0-r0) 18:47:42 (31/166) Installing libbsd (0.12.2-r0) 18:47:42 (32/166) Installing libxdmcp (1.1.5-r1) 18:47:42 (33/166) Installing libxcb (1.16.1-r0) 18:47:42 (34/166) Installing libx11 (1.8.9-r1) 18:47:43 (35/166) Installing libxcomposite (0.4.6-r5) 18:47:43 (36/166) Installing libxfixes (6.0.1-r4) 18:47:44 (37/166) Installing libxrender (0.9.11-r5) 18:47:44 (38/166) Installing libxcursor (1.2.2-r1) 18:47:45 (39/166) Installing libxdamage (1.1.6-r5) 18:47:45 (40/166) Installing libxext (1.3.6-r2) 18:47:45 (41/166) Installing libxi (1.8.1-r4) 18:47:45 (42/166) Installing libxinerama (1.1.5-r4) 18:47:46 (43/166) Installing libxrandr (1.5.4-r1) 18:47:46 (44/166) Installing libatk-1.0 (2.52.0-r0) 18:47:46 (45/166) Installing libxtst (1.2.4-r6) 18:47:47 (46/166) Installing dbus-libs (1.14.10-r1) 18:47:47 (47/166) Installing at-spi2-core (2.52.0-r0) 18:47:48 (48/166) Installing libatk-bridge-2.0 (2.52.0-r0) 18:47:48 (49/166) Installing pixman (0.43.2-r0) 18:47:48 (50/166) Installing cairo (1.18.0-r0) 18:47:49 (51/166) Installing cairo-gobject (1.18.0-r0) 18:47:49 (52/166) Installing avahi-libs (0.8-r17) 18:47:50 (53/166) Installing gmp (6.3.0-r1) 18:47:50 (54/166) Installing nettle (3.9.1-r0) 18:47:50 (55/166) Installing libtasn1 (4.19.0-r2) 18:47:51 (56/166) Installing p11-kit (0.25.3-r0) 18:47:51 (57/166) Installing gnutls (3.8.5-r0) 18:47:52 (58/166) Installing cups-libs (2.4.8-r0) 18:47:52 (59/166) Installing libepoxy (1.5.10-r1) 18:47:53 (60/166) Installing fribidi (1.0.14-r0) 18:47:53 (61/166) Installing graphite2 (1.3.14-r6) 18:47:54 (62/166) Installing harfbuzz (8.5.0-r0) 18:47:54 (63/166) Installing libxft (2.3.8-r3) 18:47:54 (64/166) Installing pango (1.52.2-r0) 18:47:55 (65/166) Installing wayland-libs-client (1.22.0-r4) 18:47:55 (66/166) Installing wayland-libs-cursor (1.22.0-r4) 18:47:56 (67/166) Installing wayland-libs-egl (1.22.0-r4) 18:47:56 (68/166) Installing xkeyboard-config (2.41-r0) 18:47:56 (69/166) Installing libxkbcommon (1.7.0-r0) 18:47:57 (70/166) Installing gtk+3.0 (3.24.42-r0) 18:47:58 (71/166) Installing icu-data-full (74.2-r0) 18:47:59 (72/166) Installing mesa (24.0.8-r1) 18:47:59 (73/166) Installing llvm17-libs (17.0.6-r1) 18:48:02 Removing intermediate container 201e59b99e89 18:48:02 ---> 5970ef496abb 18:48:02 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:48:02 ---> Running in d79b1cdf7612 18:48:02 Removing intermediate container d79b1cdf7612 18:48:02 ---> f5e031aaf380 18:48:02 Step 11/13 : LABEL arch=amd64 18:48:02 ---> Running in 6ef2456d6ece 18:48:02 Removing intermediate container 6ef2456d6ece 18:48:02 ---> f06da99f91fd 18:48:02 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 18:48:02 ---> Running in 89582ab48dbc 18:48:02 Removing intermediate container 89582ab48dbc 18:48:02 ---> 117652fe4d3d 18:48:02 Step 13/13 : LABEL version=0.0.2-dev.42 18:48:02 ---> Running in 8a2bcdd31541 18:48:02 Removing intermediate container 8a2bcdd31541 18:48:02 ---> 60a476905b25 18:48:02 [Warning] One or more build-args [ARCH] were not consumed 18:48:02 Successfully built 60a476905b25 18:48:02 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 18:48:02 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 18:48:02 7e89dd766adf70d3ef5effce142026c21ab88a29 18:48:02 latest 18:48:02 0.0.2-dev.42 18:48:02 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 18:48:02 main 18:48:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:48:02 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:48:02 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:7e89dd766adf70d3ef5effce142026c21ab88a29 18:48:02 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 18:48:02 009d57b37cb7: Preparing 18:48:02 a972d35117c7: Preparing 18:48:02 bb21f404cf2e: Preparing 18:48:02 b05a9833915d: Preparing 18:48:02 a0ae9c49e260: Preparing 18:48:02 02f2bcb26af5: Preparing 18:48:02 b05a9833915d: Pushed 18:48:02 a972d35117c7: Pushed 18:48:02 bb21f404cf2e: Pushed 18:48:02 02f2bcb26af5: Layer already exists 18:48:02 a0ae9c49e260: Pushed 18:48:09 (74/166) Installing hwdata-pci (0.382-r0) 18:48:09 (75/166) Installing libpciaccess (0.18.1-r0) 18:48:09 (76/166) Installing libdrm (2.4.120-r0) 18:48:10 (77/166) Installing libelf (0.191-r0) 18:48:10 (78/166) Installing mesa-glapi (24.0.8-r1) 18:48:10 (79/166) Installing mesa-dri-gallium (24.0.8-r1) 18:48:12 (80/166) Installing eudev-libs (3.2.14-r2) 18:48:12 (81/166) Installing libmagic (5.45-r1) 18:48:12 (82/166) Installing file (5.45-r1) 18:48:13 (83/166) Installing xprop (1.2.7-r0) 18:48:13 (84/166) Installing libice (1.1.1-r6) 18:48:13 (85/166) Installing libuuid (2.40.1-r1) 18:48:14 (86/166) Installing libsm (1.2.4-r4) 18:48:14 (87/166) Installing libxt (1.3.0-r5) 18:48:15 (88/166) Installing libxmu (1.1.4-r2) 18:48:15 (89/166) Installing xset (1.2.5-r1) 18:48:15 (90/166) Installing xdg-utils (1.2.1-r0) 18:48:16 (91/166) Installing libogg (1.3.5-r5) 18:48:16 (92/166) Installing libflac (1.4.3-r1) 18:48:16 (93/166) Installing alsa-lib (1.2.11-r0) 18:48:17 (94/166) Installing libSvtAv1Enc (2.0.0-r1) 18:48:17 (95/166) Installing aom-libs (3.9.0-r0) 18:48:18 (96/166) Installing libva (2.21.0-r0) 18:48:19 (97/166) Installing libvdpau (1.5-r3) 18:48:19 (98/166) Installing ffmpeg-libavutil (6.1.1-r7) 18:48:20 (99/166) Installing libdav1d (1.4.2-r0) 18:48:20 (100/166) Installing openexr-libiex (3.1.13-r1) 18:48:21 (101/166) Installing openexr-libilmthread (3.1.13-r1) 18:48:21 (102/166) Installing imath (3.1.11-r2) 18:48:22 (103/166) Installing openexr-libopenexr (3.1.13-r1) 18:48:22 (104/166) Installing giflib (5.2.2-r0) 18:48:22 (105/166) Installing libhwy (1.0.7-r0) 18:48:23 (106/166) Installing lcms2 (2.16-r0) 18:48:23 (107/166) Installing libjxl (0.10.2-r0) 18:48:23 (108/166) Installing lame-libs (3.100-r5) 18:48:24 (109/166) Installing opus (1.5.2-r0) 18:48:24 (110/166) Installing rav1e-libs (0.7.1-r0) 18:48:25 (111/166) Installing libgomp (13.2.1_git20240309-r0) 18:48:26 (112/166) Installing soxr (0.1.3-r7) 18:48:26 (113/166) Installing ffmpeg-libswresample (6.1.1-r7) 18:48:26 (114/166) Installing libtheora (1.1.1-r18) 18:48:27 (115/166) Installing libvorbis (1.3.7-r2) 18:48:27 (116/166) Installing libvpx (1.14.0-r0) 18:48:28 (117/166) Installing libwebpmux (1.3.2-r0) 18:48:28 (118/166) Installing x264-libs (0.164_git20231001-r0) 18:48:29 (119/166) Installing numactl (2.0.18-r0) 18:48:29 (120/166) Installing x265-libs (3.6-r0) 18:48:30 (121/166) Installing xvidcore (1.3.7-r2) 18:48:30 (122/166) Installing ffmpeg-libavcodec (6.1.1-r7) 18:48:31 (123/166) Installing libbluray (1.3.4-r1) 18:48:31 (124/166) Installing mpg123-libs (1.32.6-r0) 18:48:32 (125/166) Installing libopenmpt (0.7.7-r0) 18:48:32 (126/166) Installing cjson (1.7.18-r0) 18:48:32 (127/166) Installing mbedtls (3.6.0-r0) 18:48:33 (128/166) Installing librist (0.2.10-r1) 18:48:33 (129/166) Installing libsrt (1.5.3-r0) 18:48:34 (130/166) Installing libssh (0.10.6-r0) 18:48:34 (131/166) Installing libsodium (1.0.19-r0) 18:48:35 (132/166) Installing libzmq (4.3.5-r2) 18:48:35 (133/166) Installing ffmpeg-libavformat (6.1.1-r7) 18:48:36 (134/166) Installing crc32c (1.1.2-r0) 18:48:36 (135/166) Installing double-conversion (3.3.0-r0) 18:48:36 (136/166) Installing libevent (2.1.12-r7) 18:48:37 (137/166) Installing wayland-libs-server (1.22.0-r4) 18:48:37 (138/166) Installing mesa-gbm (24.0.8-r1) 18:48:38 (139/166) Installing harfbuzz-subset (8.5.0-r0) 18:48:38 (140/166) Installing icu-libs (74.2-r0) 18:48:39 (141/166) Installing minizip (1.3.1-r0) 18:48:39 (142/166) Installing nspr (4.35-r4) 18:48:40 (143/166) Installing sqlite-libs (3.45.3-r1) 18:48:40 (144/166) Installing nss (3.100-r0) 18:48:41 (145/166) Installing openh264 (2.4.1-r0) 18:48:41 (146/166) Installing libcamera-ipa (0.3.0-r0) 18:48:42 (147/166) Installing libunwind (1.8.1-r0) 18:48:42 (148/166) Installing yaml (0.2.5-r2) 18:48:42 (149/166) Installing libcamera (0.3.0-r0) 18:48:43 (150/166) Installing speexdsp (1.2.1-r2) 18:48:43 (151/166) Installing libuv (1.48.0-r0) 18:48:44 (152/166) Installing roc-toolkit-libs (0.3.0-r0) 18:48:44 (153/166) Installing libsndfile (1.2.2-r0) 18:48:45 (154/166) Installing webrtc-audio-processing-1 (1.3-r0) 18:48:45 (155/166) Installing pipewire-libs (1.0.6-r1) 18:48:46 (156/166) Installing libasyncns (0.8-r3) 18:48:46 (157/166) Installing libltdl (2.4.7-r3) 18:48:46 (158/166) Installing orc (0.4.37-r0) 18:48:47 (159/166) Installing tdb-libs (1.4.9-r1) 18:48:47 (160/166) Installing libpulse (17.0-r0) 18:48:49 (161/166) Installing libwebpdemux (1.3.2-r0) 18:48:49 (162/166) Installing libgpg-error (1.49-r0) 18:48:50 (163/166) Installing libgcrypt (1.10.3-r0) 18:48:51 (164/166) Installing libxslt (1.1.39-r1) 18:48:51 (165/166) Installing chromium (125.0.6422.112-r0) 18:49:06 (166/166) Installing chromium-chromedriver (125.0.6422.112-r0) 18:49:06 Executing busybox-1.36.1-r28.trigger 18:49:06 Executing fontconfig-2.15.0-r1.trigger 18:49:06 Executing mkfontscale-1.2.2-r6.trigger 18:49:06 Executing glib-2.80.2-r0.trigger 18:49:06 Executing shared-mime-info-2.4-r0.trigger 18:49:08 Executing gdk-pixbuf-2.42.11-r1.trigger 18:49:08 Executing gtk-update-icon-cache-3.24.42-r0.trigger 18:49:08 Executing gtk+3.0-3.24.42-r0.trigger 18:49:08 OK: 643 MiB in 194 packages 18:49:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:49:09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:49:11 (1/30) Installing jansson (2.14-r4) 18:49:11 (2/30) Installing binutils (2.42-r0) 18:49:12 (3/30) Installing libatomic (13.2.1_git20240309-r0) 18:49:13 (4/30) Installing isl26 (0.26-r1) 18:49:13 (5/30) Installing mpfr4 (4.2.1-r0) 18:49:13 (6/30) Installing mpc1 (1.3.1-r1) 18:49:14 (7/30) Installing gcc (13.2.1_git20240309-r0) 18:49:17 (8/30) Installing musl-dev (1.2.5-r0) 18:49:18 (9/30) Installing linux-headers (6.6-r0) 18:49:19 (10/30) Installing libffi-dev (3.4.6-r0) 18:49:19 (11/30) Installing libpq (16.3-r0) 18:49:19 (12/30) Installing openssl-dev (3.3.0-r2) 18:49:20 (13/30) Installing libpq-dev (16.3-r0) 18:49:20 (14/30) Installing libecpg (16.3-r0) 18:49:21 (15/30) Installing libecpg-dev (16.3-r0) 18:49:21 (16/30) Installing clang16-headers (16.0.6-r5) 18:49:22 (17/30) Installing llvm16-libs (16.0.6-r8) 18:49:32 (18/30) Installing clang16-libs (16.0.6-r5) 18:49:33 (19/30) Installing fortify-headers (1.1-r3) 18:49:33 (20/30) Installing libstdc++-dev (13.2.1_git20240309-r0) 18:49:37 (21/30) Installing llvm16-linker-tools (16.0.6-r8) 18:49:37 (22/30) Installing clang16 (16.0.6-r5) 18:49:37 (23/30) Installing icu (74.2-r0) 18:49:38 (24/30) Installing icu-dev (74.2-r0) 18:49:39 (25/30) Installing llvm16 (16.0.6-r8) 18:49:47 (26/30) Installing lz4-libs (1.9.4-r5) 18:49:47 (27/30) Installing lz4-dev (1.9.4-r5) 18:49:47 (28/30) Installing zstd (1.5.6-r0) 18:49:47 (29/30) Installing zstd-dev (1.5.6-r0) 18:49:48 (30/30) Installing postgresql16-dev (16.3-r0) 18:49:49 Executing busybox-1.36.1-r28.trigger 18:49:49 OK: 1169 MiB in 224 packages 18:49:49 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:49:50 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:49:52 (1/14) Installing g++ (13.2.1_git20240309-r0) 18:49:54 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 18:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:49:54 18:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:49:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:49:55 latest: Pulling from edgex-lftools-log-publisher 18:49:55 5eb5b503b376: Pulling fs layer 18:49:55 5c69ac0246d0: Pulling fs layer 18:49:55 ec43610c2a17: Pulling fs layer 18:49:55 3a2ae6a8a46f: Pulling fs layer 18:49:55 33b1e0a273af: Pulling fs layer 18:49:55 5d3b04190fa2: Pulling fs layer 18:49:55 2f39f015ded8: Pulling fs layer 18:49:55 3a2ae6a8a46f: Waiting 18:49:55 5d3b04190fa2: Waiting 18:49:55 2f39f015ded8: Waiting 18:49:55 33b1e0a273af: Waiting 18:49:55 5c69ac0246d0: Verifying Checksum 18:49:55 5c69ac0246d0: Download complete 18:49:55 3a2ae6a8a46f: Verifying Checksum 18:49:55 3a2ae6a8a46f: Download complete 18:49:55 33b1e0a273af: Verifying Checksum 18:49:55 33b1e0a273af: Download complete 18:49:55 ec43610c2a17: Verifying Checksum 18:49:55 ec43610c2a17: Download complete 18:49:55 5d3b04190fa2: Verifying Checksum 18:49:55 5d3b04190fa2: Download complete 18:49:55 5eb5b503b376: Verifying Checksum 18:49:55 5eb5b503b376: Download complete 18:49:55 (2/14) Installing gdbm (1.23-r1) 18:49:55 (3/14) Installing mpdecimal (4.0.0-r0) 18:49:55 (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r0) 18:49:55 2f39f015ded8: Download complete 18:49:56 (5/14) Installing libncursesw (6.4_p20240420-r0) 18:49:56 5eb5b503b376: Pull complete 18:49:56 5c69ac0246d0: Pull complete 18:49:56 (6/14) Installing libpanelw (6.4_p20240420-r0) 18:49:56 (7/14) Installing readline (8.2.10-r0) 18:49:57 ec43610c2a17: Pull complete 18:49:57 3a2ae6a8a46f: Pull complete 18:49:57 33b1e0a273af: Pull complete 18:49:57 5d3b04190fa2: Pull complete 18:49:57 (8/14) Installing python3 (3.12.3-r1) 18:49:58 (9/14) Installing python3-pycache-pyc0 (3.12.3-r1) 18:49:59 (10/14) Installing pyc (3.12.3-r1) 18:49:59 (11/14) Installing python3-pyc (3.12.3-r1) 18:50:00 (12/14) Installing python3-dev (3.12.3-r1) 18:50:01 2f39f015ded8: Pull complete 18:50:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:50:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:50:01 prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container 18:50:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:50:03 (13/14) Installing libsodium-dev (1.0.19-r0) 18:50:03 (14/14) Installing zeromq-dev (4.3.5-r2) 18:50:03 Executing busybox-1.36.1-r28.trigger 18:50:03 OK: 1356 MiB in 238 packages 18:50:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:50:04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:50:05 $ docker top a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:05 ---> job-cost.sh 18:50:05 lf-activate-venv: SKIPPING 18:50:05 INFO: No Stack... 18:50:05 INFO: Retrieving Pricing Info for: v3-standard-8 18:50:05 INFO: Archiving Costs [Pipeline] sh 18:50:06 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 18:50:06 + cut -d, -f6 [Pipeline] lock 18:50:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] 18:50:06 Resource [jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] did not exist. Created. 18:50:06 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:50:06 + echo total: 0.2199999988079071 [Pipeline] stash 18:50:06 Stashed 1 file(s) [Pipeline] } 18:50:06 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 18:50:06 $ docker stop --time=1 a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 18:50:06 OK: 1356 MiB in 238 packages 18:50:06 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 18:50:07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 18:50:07 $ docker rm -f --volumes a36bb2eaf42c24278eef6519e7963b668a71a6e08b739cdbf075b12e13ef86e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:50:07 Failed in branch amd64 18:50:09 (1/1) Installing tzdata (2024a-r1) 18:50:09 OK: 1357 MiB in 239 packages 18:50:11 (1/1) Purging tzdata (2024a-r1) 18:50:11 OK: 1356 MiB in 238 packages 18:50:23 Looking in links: /tmp/tmp1d1zh5ke 18:50:23 Processing /tmp/tmp1d1zh5ke/pip-24.0-py3-none-any.whl 18:50:23 Installing collected packages: pip 18:50:32 Successfully installed pip-24.0 18:50:32 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:50:34 Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.0) 18:50:36 Collecting setuptools 18:50:36 Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB) 18:50:36 Collecting wheel 18:50:36 Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) 18:50:36 Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) 18:50:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 23.9 MB/s eta 0:00:00 18:50:36 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) 18:50:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 26.4 MB/s eta 0:00:00 18:50:37 Installing collected packages: wheel, setuptools 18:50:41 Successfully installed setuptools-70.0.0 wheel-0.43.0 18:50:41 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:50:43 Processing ./edgex-taf-common 18:50:43 Preparing metadata (setup.py): started 18:50:44 Preparing metadata (setup.py): finished with status 'done' 18:50:44 Building wheels for collected packages: edgex-taf-common 18:50:44 Building wheel for edgex-taf-common (setup.py): started 18:50:46 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 18:50:46 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=ed92f6a901e3acfe9d287e9b9ef101bb76e066254ad60907bc59b9d70254d4cb 18:50:46 Stored in directory: /root/.cache/pip/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d 18:50:46 Successfully built edgex-taf-common 18:50:46 Installing collected packages: edgex-taf-common 18:50:46 Successfully installed edgex-taf-common-0.0.0 18:50:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:50:49 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 18:50:50 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 18:50:50 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2)) 18:50:50 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) 18:50:50 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 18:50:50 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 18:50:50 Collecting robotframework-seleniumlibrary==6.2.0 (from -r requirements.txt (line 4)) 18:50:50 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl.metadata (15 kB) 18:50:50 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 18:50:50 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 18:50:50 Preparing metadata (setup.py): started 18:50:51 Preparing metadata (setup.py): finished with status 'done' 18:50:51 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 18:50:51 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB) 18:50:52 Collecting configparser==6.0.0 (from -r requirements.txt (line 7)) 18:50:52 Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB) 18:50:52 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 18:50:52 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 18:50:52 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 18:50:52 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 18:50:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.4 MB/s eta 0:00:00 18:50:52 Preparing metadata (setup.py): started 18:50:53 Preparing metadata (setup.py): finished with status 'done' 18:50:53 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 18:50:53 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 18:50:55 Collecting numpy==1.26.2 (from -r requirements.txt (line 11)) 18:50:55 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB) 18:50:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 2.8 MB/s eta 0:00:00 18:50:56 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 18:50:56 Downloading psutil-5.9.5.tar.gz (493 kB) 18:50:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 12.4 MB/s eta 0:00:00 18:50:56 Installing build dependencies: started 18:51:06 Installing build dependencies: finished with status 'done' 18:51:06 Getting requirements to build wheel: started 18:51:08 Getting requirements to build wheel: finished with status 'done' 18:51:08 Preparing metadata (pyproject.toml): started 18:51:09 Preparing metadata (pyproject.toml): finished with status 'done' 18:51:10 Collecting redis==5.0.1 (from -r requirements.txt (line 13)) 18:51:10 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB) 18:51:12 Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14)) 18:51:12 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB) 18:51:12 Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15)) 18:51:12 Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB) 18:51:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 1.8 MB/s eta 0:00:00 18:51:12 Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16)) 18:51:12 Downloading psycopg2-2.9.9.tar.gz (384 kB) 18:51:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 5.7 MB/s eta 0:00:00 18:51:13 Preparing metadata (setup.py): started 18:51:14 Preparing metadata (setup.py): finished with status 'done' 18:51:15 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 17)) 18:51:15 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB) 18:51:16 Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:51:16 Downloading selenium-4.21.0-py3-none-any.whl.metadata (6.9 kB) 18:51:16 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:51:16 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB) 18:51:16 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:16 Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) 18:51:16 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:16 Downloading flex-6.14.1.tar.gz (40 kB) 18:51:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.9 MB/s eta 0:00:00 18:51:16 Preparing metadata (setup.py): started 18:51:18 Preparing metadata (setup.py): finished with status 'done' 18:51:18 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:18 Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB) 18:51:18 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:18 Downloading jsonpath_ng-1.6.1-py3-none-any.whl.metadata (18 kB) 18:51:18 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:18 Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB) 18:51:18 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:18 Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 18:51:18 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:18 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 18:51:19 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:19 Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) 18:51:19 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 18:51:19 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (33 kB) 18:51:20 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 18:51:20 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 18:51:20 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 18:51:20 Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 18:51:20 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 18:51:20 Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 18:51:20 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:51:20 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 18:51:21 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 18:51:21 Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) 18:51:21 Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:51:21 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB) 18:51:21 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:51:21 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 18:51:21 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (70.0.0) 18:51:22 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:51:22 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 18:51:22 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15)) 18:51:22 Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) 18:51:22 Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:51:22 Downloading trio-0.25.1-py3-none-any.whl.metadata (8.7 kB) 18:51:22 Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:51:22 Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) 18:51:24 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:24 Downloading PyYAML-6.0.1.tar.gz (125 kB) 18:51:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 6.0 MB/s eta 0:00:00 18:51:25 Installing build dependencies: started 18:51:43 Installing build dependencies: finished with status 'done' 18:51:43 Getting requirements to build wheel: started 18:51:53 Getting requirements to build wheel: finished with status 'done' 18:51:53 Preparing metadata (pyproject.toml): started 18:51:54 Preparing metadata (pyproject.toml): finished with status 'done' 18:51:54 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:54 Downloading validate_email-1.3.tar.gz (4.7 kB) 18:51:54 Preparing metadata (setup.py): started 18:51:55 Preparing metadata (setup.py): finished with status 'done' 18:51:55 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:55 Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 18:51:55 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:55 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 18:51:55 Preparing metadata (setup.py): started 18:51:57 Preparing metadata (setup.py): finished with status 'done' 18:51:57 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:57 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 18:51:57 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:57 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 18:51:57 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:57 Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 18:51:57 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:57 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 18:51:58 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:58 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 18:51:58 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:51:58 Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 18:52:00 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 18:52:00 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB) 18:52:02 Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:52:02 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 18:52:02 Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:52:02 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) 18:52:02 Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:52:02 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 18:52:02 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.2.0->-r requirements.txt (line 4)) 18:52:02 Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB) 18:52:03 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)) 18:52:03 Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB) 18:52:04 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)) 18:52:04 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 18:52:04 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 18:52:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 11.8 MB/s eta 0:00:00 18:52:04 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) 18:52:04 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 18:52:04 Downloading robotframework_seleniumlibrary-6.2.0-py2.py3-none-any.whl (95 kB) 18:52:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 kB 4.5 MB/s eta 0:00:00 18:52:04 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 18:52:04 Downloading configparser-6.0.0-py3-none-any.whl (19 kB) 18:52:04 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 18:52:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.4 MB/s eta 0:00:00 18:52:04 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 18:52:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 6.7 MB/s eta 0:00:00 18:52:04 Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB) 18:52:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 15.4 MB/s eta 0:00:00 18:52:05 Downloading redis-5.0.1-py3-none-any.whl (250 kB) 18:52:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 8.6 MB/s eta 0:00:00 18:52:05 Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB) 18:52:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 13.7 MB/s eta 0:00:00 18:52:05 Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB) 18:52:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 12.8 MB/s eta 0:00:00 18:52:05 Downloading pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 14.2 MB/s eta 0:00:00 18:52:06 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 6.7 MB/s eta 0:00:00 18:52:06 Downloading charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl (138 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 5.7 MB/s eta 0:00:00 18:52:06 Downloading idna-3.7-py3-none-any.whl (66 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 3.2 MB/s eta 0:00:00 18:52:06 Downloading packaging-24.0-py3-none-any.whl (53 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 2.7 MB/s eta 0:00:00 18:52:06 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 8.7 MB/s eta 0:00:00 18:52:06 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 8.3 MB/s eta 0:00:00 18:52:06 Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB) 18:52:06 Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 17.1 MB/s eta 0:00:00 18:52:06 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 5.7 MB/s eta 0:00:00 18:52:06 Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 3.0 MB/s eta 0:00:00 18:52:06 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) 18:52:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 12.2 MB/s eta 0:00:00 18:52:06 Downloading genson-1.3.0-py3-none-any.whl (21 kB) 18:52:07 Downloading jsonpath_ng-1.6.1-py3-none-any.whl (29 kB) 18:52:07 Downloading jsonschema-4.22.0-py3-none-any.whl (88 kB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 4.0 MB/s eta 0:00:00 18:52:07 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.2 MB/s eta 0:00:00 18:52:07 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 11.4 MB/s eta 0:00:00 18:52:07 Downloading tzlocal-5.2-py3-none-any.whl (17 kB) 18:52:07 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 3.1 MB/s eta 0:00:00 18:52:07 Downloading click-8.1.7-py3-none-any.whl (97 kB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.0 MB/s eta 0:00:00 18:52:07 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 18:52:07 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 18:52:07 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 18:52:07 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 18:52:07 Downloading rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 12.0 MB/s eta 0:00:00 18:52:07 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 18:52:07 Downloading trio-0.25.1-py3-none-any.whl (467 kB) 18:52:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.7/467.7 kB 10.0 MB/s eta 0:00:00 18:52:07 Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB) 18:52:07 Downloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) 18:52:08 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 18:52:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.6 MB/s eta 0:00:00 18:52:08 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 18:52:08 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 18:52:08 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 18:52:08 Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) 18:52:08 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 18:52:08 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 18:52:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.7 MB/s eta 0:00:00 18:52:08 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, PyYAML, strict-rfc3339, validate-email 18:52:08 Building wheel for robotbackgroundlogger (setup.py): started 18:52:10 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 18:52:10 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4279 sha256=bfa67ecde145748e7b87719e6c723960f95cc3967e4d7d6fe2a72b1d799612dd 18:52:10 Stored in directory: /root/.cache/pip/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c 18:52:10 Building wheel for paho-mqtt (setup.py): started 18:52:11 Building wheel for paho-mqtt (setup.py): finished with status 'done' 18:52:11 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62119 sha256=6659738757aef506cd27787989a4b66fef139d22ad65bcebef4d1e65f1fd4eb8 18:52:11 Stored in directory: /root/.cache/pip/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659 18:52:11 Building wheel for psutil (pyproject.toml): started 18:52:21 Building wheel for psutil (pyproject.toml): finished with status 'done' 18:52:21 Created wheel for psutil: filename=psutil-5.9.5-cp312-abi3-linux_aarch64.whl size=281983 sha256=47830266a144edcf704b6e8575733bb04672e87c0b23374c20f83a059c3b9858 18:52:21 Stored in directory: /root/.cache/pip/wheels/e8/a9/47/bee5d847b031736eb597b632c3ff602d0c0ccf1f14d95293ee 18:52:21 Building wheel for psycopg2 (setup.py): started 18:53:29 Building wheel for psycopg2 (setup.py): still running... 18:53:29 Building wheel for psycopg2 (setup.py): finished with status 'done' 18:53:29 Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512486 sha256=5e9df3d37ec6f429ab1b7ce2982af92aa9db07c39ed76f42673c5a7ba28defc5 18:53:29 Stored in directory: /root/.cache/pip/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183 18:53:29 Building wheel for flex (setup.py): started 18:53:29 Building wheel for flex (setup.py): finished with status 'done' 18:53:29 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77258 sha256=cc0f09f61a485e1c911130fd02d249ded663eb78c8940e2632fcb7a788492676 18:53:29 Stored in directory: /root/.cache/pip/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270 18:53:29 Building wheel for PyYAML (pyproject.toml): started 18:53:29 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 18:53:29 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-linux_aarch64.whl size=45363 sha256=713da28ccd2f13558a71eace458ab351459ba3b1819c677a09ed77c5c9d533d2 18:53:29 Stored in directory: /root/.cache/pip/wheels/4a/68/8e/df9cd97725df58bd2ab35992dce00b50f70490a3d672da85ea 18:53:29 Building wheel for strict-rfc3339 (setup.py): started 18:53:30 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 18:53:30 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7a471f896eaf4bcc5836ca9bc710a77dc494a45d7d8b160ea3f68d073961fcc5 18:53:30 Stored in directory: /root/.cache/pip/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1 18:53:30 Building wheel for validate-email (setup.py): started 18:53:32 Building wheel for validate-email (setup.py): finished with status 'done' 18:53:32 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5464 sha256=6c75339d2e80cfa03e26ecdf553bf53818c6478774661c8e5b0c4d8148530c03 18:53:32 Stored in directory: /root/.cache/pip/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1 18:53:32 Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex PyYAML strict-rfc3339 validate-email 18:53:33 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 18:54:41 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 18:54:41 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 18:55:38 Removing intermediate container 77e8cccf8f2c 18:55:38 ---> 09234421a933 18:55:38 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 18:55:38 ---> Running in b3ccbbb7b41d 18:55:38 Removing intermediate container b3ccbbb7b41d 18:55:38 ---> 7208d45c76ba 18:55:38 Step 11/13 : LABEL arch=arm64 18:55:38 ---> Running in c4a6c6748129 18:55:38 Removing intermediate container c4a6c6748129 18:55:38 ---> 8b3524d46202 18:55:38 Step 12/13 : LABEL git_sha=7e89dd766adf70d3ef5effce142026c21ab88a29 18:55:38 ---> Running in 0a13d3828c7e 18:55:38 Removing intermediate container 0a13d3828c7e 18:55:38 ---> eaba892b63fd 18:55:38 Step 13/13 : LABEL version=0.0.2-dev.42 18:55:38 ---> Running in 2feff33afb41 18:55:38 Removing intermediate container 2feff33afb41 18:55:38 ---> a06af7de4814 18:55:38 [Warning] One or more build-args [ARCH] were not consumed 18:55:38 Successfully built a06af7de4814 18:55:38 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 18:55:38 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 18:55:38 7e89dd766adf70d3ef5effce142026c21ab88a29 18:55:38 latest 18:55:38 0.0.2-dev.42 18:55:38 7e89dd766adf70d3ef5effce142026c21ab88a29-0.0.2-dev.42 18:55:38 main 18:55:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:38 + 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 18:55:38 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:7e89dd766adf70d3ef5effce142026c21ab88a29 18:55:38 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 18:55:38 7439b10d8200: Preparing 18:55:38 98e89f110a84: Preparing 18:55:38 cbd0b3015ef7: Preparing 18:55:38 0ff6021170e0: Preparing 18:55:38 3615fcfa8a7f: Preparing 18:55:38 50171d1acbd5: Preparing 18:55:38 50171d1acbd5: Waiting 18:55:39 cbd0b3015ef7: Pushed 18:55:39 0ff6021170e0: Pushed 18:55:39 98e89f110a84: Pushed 18:55:39 50171d1acbd5: Layer already exists 18:55:39 3615fcfa8a7f: Pushed 19:00:00 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 19:00:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:00:01 19:00:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:00:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:00:01 arm64: Pulling from edgex-lftools-log-publisher 19:00:01 8998bd30e6a1: Pulling fs layer 19:00:01 04944245beec: Pulling fs layer 19:00:01 699f458cf7ca: Pulling fs layer 19:00:01 765212b225bb: Pulling fs layer 19:00:01 f23df028b6ca: Pulling fs layer 19:00:01 d65c8cfc05b1: Pulling fs layer 19:00:01 2437ff75d9bd: Pulling fs layer 19:00:01 f23df028b6ca: Waiting 19:00:01 d65c8cfc05b1: Waiting 19:00:01 2437ff75d9bd: Waiting 19:00:01 765212b225bb: Waiting 19:00:02 04944245beec: Verifying Checksum 19:00:02 04944245beec: Download complete 19:00:02 765212b225bb: Verifying Checksum 19:00:02 765212b225bb: Download complete 19:00:02 f23df028b6ca: Verifying Checksum 19:00:02 f23df028b6ca: Download complete 19:00:02 d65c8cfc05b1: Verifying Checksum 19:00:02 d65c8cfc05b1: Download complete 19:00:02 699f458cf7ca: Verifying Checksum 19:00:02 699f458cf7ca: Download complete 19:00:02 8998bd30e6a1: Verifying Checksum 19:00:02 8998bd30e6a1: Download complete 19:00:05 2437ff75d9bd: Verifying Checksum 19:00:05 2437ff75d9bd: Download complete 19:00:07 8998bd30e6a1: Pull complete 19:00:07 04944245beec: Pull complete 19:00:09 699f458cf7ca: Pull complete 19:00:09 765212b225bb: Pull complete 19:00:10 f23df028b6ca: Pull complete 19:00:10 d65c8cfc05b1: Pull complete 19:00:29 2437ff75d9bd: Pull complete 19:00:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:00:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:00:29 prd-ubuntu20.04-docker-arm64-4c-16g-1104 does not seem to be running inside a container 19:00:29 $ 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:arm64 cat 19:00:31 $ docker top 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:00:32 ---> job-cost.sh 19:00:32 lf-activate-venv: SKIPPING 19:00:32 INFO: No Stack... 19:00:33 INFO: Retrieving Pricing Info for: v3-standard-4 19:00:33 INFO: Archiving Costs [Pipeline] sh 19:00:34 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 19:00:34 + cut -d, -f6 [Pipeline] lock 19:00:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] 19:00:34 Resource [jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] did not exist. Created. 19:00:34 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:00:35 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-a977f8f6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:00:35 + echo total: 0.10999999940395355 [Pipeline] stash 19:00:35 Warning: overwriting stash ‘stack-cost’ 19:00:36 Stashed 1 file(s) [Pipeline] } 19:00:36 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 19:00:36 $ docker stop --time=1 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e 19:00:37 $ docker rm -f --volumes 3270f0f4a27b53e0dfeef5a9ad10c93d4210924533edd0751a6def281d1fc79e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:00:38 Failed in branch arm64 [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 19:00:38 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 19:00:38 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 19:00:38 total 16 19:00:38 drwxr-xr-x 3 root root 4096 May 29 18:50 . 19:00:38 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:50 .. 19:00:38 drwxr-xr-x 2 root root 4096 May 29 18:50 cost 19:00:38 -rw-r--r-- 1 root root 87 May 29 18:50 cost.csv 19:00:38 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 19:00:38 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 19:00:38 total 16 19:00:38 drwxr-xr-x 3 jenkins jenkins 4096 May 29 18:50 . 19:00:38 drwxrwxr-x 8 jenkins jenkins 4096 May 29 18:50 .. 19:00:38 drwxr-xr-x 2 jenkins jenkins 4096 May 29 18:50 cost 19:00:38 -rw-r--r-- 1 jenkins jenkins 87 May 29 18:50 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:00:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:00:39 ---> package-listing.sh 19:00:39 ++ tr '[:upper:]' '[:lower:]' 19:00:39 ++ facter osfamily 19:00:40 + OS_FAMILY=debian 19:00:40 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 19:00:40 + START_PACKAGES=/tmp/packages_start.txt 19:00:40 + END_PACKAGES=/tmp/packages_end.txt 19:00:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:00:40 + PACKAGES=/tmp/packages_start.txt 19:00:40 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 19:00:40 + PACKAGES=/tmp/packages_end.txt 19:00:40 + case "${OS_FAMILY}" in 19:00:40 + dpkg -l 19:00:40 + grep '^ii' 19:00:40 + '[' -f /tmp/packages_start.txt ']' 19:00:40 + '[' -f /tmp/packages_end.txt ']' 19:00:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:00:40 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 19:00:40 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 19:00:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 19:00:40 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 19:00:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:00:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:00:41 prd-ubuntu20.04-docker-8c-8g-1103 does not seem to be running inside a container 19:00:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:00:41 $ docker top ab7e6873919bd43c18a33354ea9cf1ad449c542cca011741e1c89b0401c3ce98 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:41 + touch /tmp/pre-build-complete [Pipeline] sh 19:00:42 + mkdir -p /var/log/sysstat [Pipeline] sh 19:00:42 + ls /var/log/sa-host 19:00:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:00:42 provisioning config files... 19:00:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17150217444163913742tmp [Pipeline] { [Pipeline] echo 19:00:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:00:42 ---> create-netrc.sh [Pipeline] } 19:00:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:00:43 ---> python-tools-install.sh [Pipeline] echo 19:00:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:00:43 ---> sudo-logs.sh 19:00:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:00:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:00:43 ---> job-cost.sh 19:00:43 lf-activate-venv: SKIPPING 19:00:43 DEBUG: total: 0.2199999988079071 19:00:43 INFO: Retrieving Stack Cost... 19:00:44 INFO: Retrieving Pricing Info for: v3-standard-8 19:00:44 INFO: Archiving Costs [Pipeline] echo 19:00:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:00:45 ---> logs-deploy.sh 19:00:45 lf-activate-venv: SKIPPING 19:00:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/42 19:00:45 INFO: archiving workspace using pattern(s): 19:00:46 Archives upload complete. 19:00:46 INFO: archiving logs to Nexus