Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 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-ssh951937591207339349.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh6445292045949399912.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh9582342432570661929.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh3096193604636202069.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-ssh602500311061394954.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 ‘prd-ubuntu20.04-docker-8c-8g-5242’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5245 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 Avoid second fetch Checking out Revision f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 (main) Commit message: "Merge pull request #75 from edgexfoundry/dependabot/pip/psutil-5.9.5" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 # timeout=10 > git rev-list --no-walk 6a67004f3c8cef8fe6115d6f0edac5e43a2a7230 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:18:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:18:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:18:31 ========================================================= 07:18:31 EdgeX Global Pipelines Version Info 07:18:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:18:32 ------------------- 07:18:32 stable info: 07:18:32 ------------------- 07:18:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:18:32 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 07:18:32 Message: update stable to v1.0.253 07:18:32 ------------------- 07:18:32 experimental info: 07:18:32 ------------------- 07:18:32 Commited By: **** collab-it+edgex@linuxfoundation.org 07:18:32 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 07:18:32 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 07:18:32 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f351269 [Pipeline] echo 07:18:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:18:33 provisioning config files... 07:18:33 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3868430878202905367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:33 ---> docker-login.sh 07:18:33 nexus3.edgexfoundry.org:10001 07:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:33 Configure a credential helper to remove this warning. See 07:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:33 07:18:33 Login Succeeded 07:18:33 nexus3.edgexfoundry.org:10002 07:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:33 Configure a credential helper to remove this warning. See 07:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:33 07:18:33 Login Succeeded 07:18:33 nexus3.edgexfoundry.org:10003 07:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:34 Configure a credential helper to remove this warning. See 07:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:34 07:18:34 Login Succeeded 07:18:34 nexus3.edgexfoundry.org:10004 07:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:34 Configure a credential helper to remove this warning. See 07:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:34 07:18:34 Login Succeeded 07:18:34 docker.io 07:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:34 Configure a credential helper to remove this warning. See 07:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:34 07:18:34 Login Succeeded 07:18:34 ---> docker-login.sh ends [Pipeline] } 07:18:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:18:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:18:34 + grep -v github /etc/ssh/ssh_known_hosts 07:18:34 + [ -e /tmp/ssh_known_hosts ] 07:18:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:18:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:18:34 + sudo tee -a /etc/ssh/ssh_known_hosts 07:18:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:18:35 07:18:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:18:35 0.1.4: Pulling from edgex-devops/py-git-semver 07:18:35 b85a868b505f: Pulling fs layer 07:18:35 e2be974225ed: Pulling fs layer 07:18:35 339a4e72a1f5: Pulling fs layer 07:18:35 988bab9f4d93: Pulling fs layer 07:18:35 1469e6f7b9e6: Pulling fs layer 07:18:35 eaf3925da568: Pulling fs layer 07:18:35 bab4dde63d76: Pulling fs layer 07:18:35 bde34c3a00c8: Pulling fs layer 07:18:35 b352a97aabf1: Pulling fs layer 07:18:35 4872d77fe225: Pulling fs layer 07:18:35 5851b861e8e6: Pulling fs layer 07:18:35 988bab9f4d93: Waiting 07:18:35 bde34c3a00c8: Waiting 07:18:35 b352a97aabf1: Waiting 07:18:35 4872d77fe225: Waiting 07:18:35 5851b861e8e6: Waiting 07:18:35 1469e6f7b9e6: Waiting 07:18:35 eaf3925da568: Waiting 07:18:35 bab4dde63d76: Waiting 07:18:35 e2be974225ed: Download complete 07:18:35 988bab9f4d93: Verifying Checksum 07:18:35 988bab9f4d93: Download complete 07:18:35 1469e6f7b9e6: Verifying Checksum 07:18:35 1469e6f7b9e6: Download complete 07:18:35 eaf3925da568: Verifying Checksum 07:18:35 eaf3925da568: Download complete 07:18:35 339a4e72a1f5: Verifying Checksum 07:18:35 339a4e72a1f5: Download complete 07:18:35 bde34c3a00c8: Download complete 07:18:35 b352a97aabf1: Verifying Checksum 07:18:35 b352a97aabf1: Download complete 07:18:35 4872d77fe225: Verifying Checksum 07:18:35 4872d77fe225: Download complete 07:18:35 5851b861e8e6: Verifying Checksum 07:18:35 5851b861e8e6: Download complete 07:18:35 b85a868b505f: Verifying Checksum 07:18:35 b85a868b505f: Download complete 07:18:36 bab4dde63d76: Verifying Checksum 07:18:36 bab4dde63d76: Download complete 07:18:36 b85a868b505f: Pull complete 07:18:37 e2be974225ed: Pull complete 07:18:37 339a4e72a1f5: Pull complete 07:18:37 988bab9f4d93: Pull complete 07:18:38 1469e6f7b9e6: Pull complete 07:18:38 eaf3925da568: Pull complete 07:18:40 bab4dde63d76: Pull complete 07:18:40 bde34c3a00c8: Pull complete 07:18:40 b352a97aabf1: Pull complete 07:18:40 4872d77fe225: Pull complete 07:18:40 5851b861e8e6: Pull complete 07:18:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:18:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:18:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:40 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 07:18:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:18:43 $ docker top 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d -eo pid,comm 07:18:43 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). 07:18:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:43 [ssh-agent] Looking for ssh-agent implementation... 07:18:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:43 $ docker exec 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent 07:18:43 SSH_AUTH_SOCK=/tmp/ssh-zYEUgNMJTvLy/agent.31 07:18:43 SSH_AGENT_PID=37 07:18:43 Running ssh-add (command line suppressed) 07:18:43 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8911291519014571668.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8911291519014571668.key) 07:18:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:43 + git tag --points-at HEAD [Pipeline] } 07:18:43 $ docker exec --env ******** --env ******** 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent -k 07:18:44 unset SSH_AUTH_SOCK; 07:18:44 unset SSH_AGENT_PID; 07:18:44 echo Agent pid 37 killed; 07:18:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:18:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:44 [ssh-agent] Looking for ssh-agent implementation... 07:18:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:44 $ docker exec 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent 07:18:44 SSH_AUTH_SOCK=/tmp/ssh-tZSY4z4UEwkC/agent.69 07:18:44 SSH_AGENT_PID=75 07:18:44 Running ssh-add (command line suppressed) 07:18:44 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17359742978879756737.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_17359742978879756737.key) 07:18:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:44 + git semver init 07:18:44 2023-09-04 07:18:44,918 [run_init] DEBUG init version:0.0.0 force:False 07:18:44 2023-09-04 07:18:44,918 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:18:44 2023-09-04 07:18:44,919 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 07:18:44 2023-09-04 07:18:44,919 [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) 07:18:45 2023-09-04 07:18:45,506 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 07:18:45 2023-09-04 07:18:45,506 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 07:18:45 2023-09-04 07:18:45,507 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:18:45 2023-09-04 07:18:45,507 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:18:45 0.0.2-dev.34 [Pipeline] } 07:18:45 $ docker exec --env ******** --env ******** 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d ssh-agent -k 07:18:45 unset SSH_AUTH_SOCK; 07:18:45 unset SSH_AGENT_PID; 07:18:45 echo Agent pid 75 killed; 07:18:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:18:46 + git semver [Pipeline] } 07:18:46 $ docker stop --time=1 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d 07:18:47 $ docker rm -f --volumes 5c123c038385832f5d7c5b391f93247d08ab1bc9b96dc65e43f291212d9b3f3d [Pipeline] // withDockerContainer [Pipeline] sh 07:18:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:18:48 Stashed 1 file(s) [Pipeline] echo 07:18:48 [edgeXSemver]: initialized semver on version 0.0.2-dev.34 [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 07:18:48 provisioning config files... 07:18:48 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config963399407387755085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:48 ---> docker-login.sh 07:18:48 nexus3.edgexfoundry.org:10001 07:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:48 Configure a credential helper to remove this warning. See 07:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:48 07:18:48 Login Succeeded 07:18:48 nexus3.edgexfoundry.org:10002 07:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:49 Configure a credential helper to remove this warning. See 07:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:49 07:18:49 Login Succeeded 07:18:49 nexus3.edgexfoundry.org:10003 07:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:49 Configure a credential helper to remove this warning. See 07:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:49 07:18:49 Login Succeeded 07:18:49 nexus3.edgexfoundry.org:10004 07:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:49 Configure a credential helper to remove this warning. See 07:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:49 07:18:49 Login Succeeded 07:18:49 docker.io 07:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:49 Configure a credential helper to remove this warning. See 07:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:49 07:18:49 Login Succeeded 07:18:49 ---> docker-login.sh ends [Pipeline] } 07:18:49 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 07:18:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:18:50 + ls -al . 07:18:50 total 72 07:18:50 drwxrwxr-x 7 jenkins jenkins 4096 Sep 4 07:18 . 07:18:50 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:18 .. 07:18:50 drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 07:18 .git 07:18:50 drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 07:18 .github 07:18:50 -rw-rw-r-- 1 jenkins jenkins 22 Sep 4 07:18 .gitignore 07:18:50 drwxr-xr-x 3 jenkins jenkins 4096 Sep 4 07:18 .semver 07:18:50 -rw-rw-r-- 1 jenkins jenkins 1575 Sep 4 07:18 Dockerfile 07:18:50 -rw-rw-r-- 1 jenkins jenkins 746 Sep 4 07:18 Jenkinsfile 07:18:50 -rw-rw-r-- 1 jenkins jenkins 11381 Sep 4 07:18 LICENSE 07:18:50 -rw-rw-r-- 1 jenkins jenkins 3606 Sep 4 07:18 README.md 07:18:50 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:18 TAF-Manager 07:18:50 drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:18 TUC 07:18:50 -rw-rw-r-- 1 jenkins jenkins 12 Sep 4 07:18 VERSION 07:18:50 -rw-rw-r-- 1 jenkins jenkins 344 Sep 4 07:18 requirements.txt 07:18:50 -rw-rw-r-- 1 jenkins jenkins 54 Sep 4 07:18 robot-entrypoint.sh 07:18:50 -rw-rw-r-- 1 jenkins jenkins 445 Sep 4 07:18 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:50 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 --label arch=amd64 --label version=0.0.2-dev.34 . 07:18:50 Sending build context to Docker daemon 510kB 07:18:50 Step 1/13 : FROM alpine:3.16 07:18:51 3.16: Pulling from library/alpine 07:18:51 659d66d51139: Pulling fs layer 07:18:51 659d66d51139: Verifying Checksum 07:18:51 659d66d51139: Download complete 07:18:51 659d66d51139: Pull complete 07:18:51 Digest: sha256:a8cbb8c69ee71561f4b69c066bad07f7e510caaa523da26fbfc606b10bd7934b 07:18:51 Status: Downloaded newer image for alpine:3.16 07:18:51 ---> 187eae39ad94 07:18:51 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:18:51 ---> Running in cda1e2c351fd 07:18:51 Removing intermediate container cda1e2c351fd 07:18:51 ---> edce2f9cca1b 07:18:51 Step 3/13 : LABEL maintainer="Bruce Huang " 07:18:51 ---> Running in a211d78f9174 07:18:51 Removing intermediate container a211d78f9174 07:18:51 ---> 91747c526e7e 07:18:51 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:18:52 ---> a9827e614fdc 07:18:52 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:18:52 ---> 7c784c1cf2fe 07:18:52 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:18:52 ---> 96eb0dd840bf 07:18:52 Step 7/13 : WORKDIR /edgex-taf 07:18:52 ---> Running in 84be6ca54675 07:18:52 Removing intermediate container 84be6ca54675 07:18:52 ---> ae9b4a693e9c 07:18:52 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:52 ---> Running in 4aee384b27d1 07:18:53 Removing intermediate container 4aee384b27d1 07:18:53 ---> d2b2dcacc733 07:18:53 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.4-r0 && 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 && 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 07:18:53 ---> Running in 0e80f5d8cc92 07:18:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:18:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:18:54 OK: 6 MiB in 14 packages 07:18:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:18:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:18:56 (1/9) Installing ca-certificates (20230506-r0) 07:18:56 (2/9) Installing brotli-libs (1.0.9-r6) 07:18:57 (3/9) Installing nghttp2-libs (1.47.0-r1) 07:18:57 (4/9) Installing libcurl (8.2.1-r0) 07:18:58 (5/9) Installing curl (8.2.1-r0) 07:18:58 (6/9) Installing docker-cli (20.10.20-r0) 07:18:59 (7/9) Installing oniguruma (6.9.8-r0) 07:18:59 (8/9) Installing jq (1.6-r1) 07:19:00 (9/9) Installing openssl (1.1.1v-r0) 07:19:00 Executing busybox-1.35.0-r17.trigger 07:19:00 Executing ca-certificates-20230506-r0.trigger 07:19:00 OK: 52 MiB in 23 packages 07:19:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:19:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:19:01 (1/137) Installing libmagic (5.41-r0) 07:19:02 (2/137) Installing file (5.41-r0) 07:19:02 (3/137) Installing libxau (1.0.9-r0) 07:19:02 (4/137) Installing libxdmcp (1.1.3-r0) 07:19:02 (5/137) Installing libxcb (1.15-r0) 07:19:03 Still waiting to schedule task 07:19:03 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5243’ is offline 07:19:03 (6/137) Installing libx11 (1.8-r1) 07:19:04 (7/137) Installing libxext (1.3.4-r0) 07:19:04 (8/137) Installing libice (1.0.10-r0) 07:19:04 (9/137) Installing libuuid (2.38-r1) 07:19:04 (10/137) Installing libsm (1.2.3-r0) 07:19:05 (11/137) Installing libxt (1.2.1-r0) 07:19:05 (12/137) Installing libxmu (1.1.3-r0) 07:19:06 (13/137) Installing xset (1.2.4-r0) 07:19:06 (14/137) Installing xprop (1.2.5-r0) 07:19:06 (15/137) Installing xdg-utils (1.1.3-r3) 07:19:07 (16/137) Installing eudev-libs (3.2.11-r0) 07:19:07 (17/137) Installing pkgconf (1.8.1-r0) 07:19:07 (18/137) Installing libffi (3.4.2-r1) 07:19:08 (19/137) Installing libintl (0.21-r2) 07:19:08 (20/137) Installing libblkid (2.38-r1) 07:19:08 (21/137) Installing libmount (2.38-r1) 07:19:09 (22/137) Installing pcre (8.45-r2) 07:19:09 (23/137) Installing glib (2.72.4-r0) 07:19:10 (24/137) Installing xz-libs (5.2.5-r1) 07:19:10 (25/137) Installing libxml2 (2.9.14-r2) 07:19:10 (26/137) Installing shared-mime-info (2.2-r2) 07:19:11 (27/137) Installing hicolor-icon-theme (0.17-r1) 07:19:11 (28/137) Installing libjpeg-turbo (2.1.3-r1) 07:19:12 (29/137) Installing libpng (1.6.37-r1) 07:19:12 (30/137) Installing libwebp (1.2.3-r1) 07:19:12 (31/137) Installing zstd-libs (1.5.2-r1) 07:19:13 (32/137) Installing tiff (4.4.0-r4) 07:19:13 (33/137) Installing gdk-pixbuf (2.42.8-r0) 07:19:14 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 07:19:14 (35/137) Installing libxcomposite (0.4.5-r0) 07:19:14 (36/137) Installing libxfixes (6.0.0-r0) 07:19:15 (37/137) Installing libxrender (0.9.10-r3) 07:19:15 (38/137) Installing libxcursor (1.2.1-r0) 07:19:15 (39/137) Installing libxdamage (1.1.5-r1) 07:19:15 (40/137) Installing libxi (1.8-r0) 07:19:16 (41/137) Installing libxinerama (1.1.4-r1) 07:19:16 (42/137) Installing libxrandr (1.5.2-r1) 07:19:16 (43/137) Installing atk (2.38.0-r0) 07:19:17 (44/137) Installing libxtst (1.2.3-r3) 07:19:17 (45/137) Installing dbus-libs (1.14.8-r0) 07:19:17 (46/137) Installing at-spi2-core (2.44.1-r0) 07:19:18 (47/137) Installing at-spi2-atk (2.38.0-r0) 07:19:18 (48/137) Installing expat (2.5.0-r0) 07:19:18 (49/137) Installing libbz2 (1.0.8-r1) 07:19:19 (50/137) Installing freetype (2.12.1-r0) 07:19:19 (51/137) Installing fontconfig (2.14.0-r0) 07:19:20 (52/137) Installing pixman (0.40.0-r4) 07:19:20 (53/137) Installing cairo (1.17.4-r2) 07:19:21 (54/137) Installing cairo-gobject (1.17.4-r2) 07:19:21 (55/137) Installing avahi-libs (0.8-r6) 07:19:21 (56/137) Installing gmp (6.2.1-r2) 07:19:24 (57/137) Installing nettle (3.7.3-r0) 07:19:25 (58/137) Installing p11-kit (0.24.1-r0) 07:19:27 (59/137) Installing libtasn1 (4.18.0-r1) 07:19:27 (60/137) Installing libunistring (1.0-r0) 07:19:27 (61/137) Installing gnutls (3.7.7-r1) 07:19:28 (62/137) Installing cups-libs (2.4.2-r2) 07:19:28 (63/137) Installing libepoxy (1.5.10-r0) 07:19:29 (64/137) Installing fribidi (1.0.12-r0) 07:19:30 (65/137) Installing graphite2 (1.3.14-r1) 07:19:31 (66/137) Installing harfbuzz (4.3.0-r0) 07:19:31 (67/137) Installing libxft (2.3.4-r0) 07:19:32 (68/137) Installing pango (1.50.7-r0) 07:19:32 (69/137) Installing wayland-libs-client (1.20.0-r0) 07:19:32 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 07:19:32 (71/137) Installing wayland-libs-egl (1.20.0-r0) 07:19:33 (72/137) Installing xkeyboard-config (2.35.1-r0) 07:19:34 (73/137) Installing libxkbcommon (1.4.1-r0) 07:19:34 (74/137) Installing gtk+3.0 (3.24.34-r1) 07:19:35 Executing gtk+3.0-3.24.34-r1.post-install 07:19:35 (75/137) Installing libfontenc (1.1.4-r0) 07:19:35 (76/137) Installing mkfontscale (1.2.2-r0) 07:19:35 (77/137) Installing font-opensans (0_git20210927-r0) 07:19:36 (78/137) Installing libgcc (11.2.1_git20220219-r2) 07:19:37 (79/137) Installing libogg (1.3.5-r1) 07:19:37 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 07:19:37 (81/137) Installing flac (1.3.4-r0) 07:19:38 (82/137) Installing alsa-lib (1.2.7.2-r0) 07:19:38 (83/137) Installing libatomic (11.2.1_git20220219-r2) 07:19:38 (84/137) Installing sdl2 (2.0.22-r0) 07:19:39 (85/137) Installing aom-libs (3.3.0-r0) 07:19:39 (86/137) Installing libass (0.16.0-r0) 07:19:40 (87/137) Installing libdav1d (1.0.0-r0) 07:19:40 (88/137) Installing libpciaccess (0.16-r0) 07:19:40 (89/137) Installing libdrm (2.4.110-r0) 07:19:41 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) 07:19:41 (91/137) Installing ncurses-libs (6.3_p20220521-r1) 07:19:42 (92/137) Installing lame (3.100-r0) 07:19:42 (93/137) Installing opus (1.3.1-r1) 07:19:42 (94/137) Installing libasyncns (0.8-r1) 07:19:43 (95/137) Installing libltdl (2.4.7-r0) 07:19:43 (96/137) Installing orc (0.4.32-r0) 07:19:43 (97/137) Installing libvorbis (1.3.7-r0) 07:19:44 (98/137) Installing libsndfile (1.1.0-r0) 07:19:44 (99/137) Installing libgomp (11.2.1_git20220219-r2) 07:19:45 (100/137) Installing soxr (0.1.3-r2) 07:19:45 (101/137) Installing speexdsp (1.2.0-r0) 07:19:45 (102/137) Installing tdb-libs (1.4.6-r0) 07:19:46 (103/137) Installing libpulse (15.0-r2) 07:19:46 (104/137) Installing cjson (1.7.15-r3) 07:19:46 (105/137) Installing mbedtls (2.28.4-r0) 07:19:47 (106/137) Installing librist (0.2.6-r1) 07:19:47 (107/137) Installing libsrt (1.4.4-r0) 07:19:48 (108/137) Installing libssh (0.9.6-r1) 07:19:49 (109/137) Installing libtheora (1.1.1-r16) 07:19:51 (110/137) Installing v4l-utils-libs (1.22.1-r1) 07:19:51 (111/137) Installing libva (2.14.0-r0) 07:19:51 (112/137) Installing libvdpau (1.5-r0) 07:19:52 (113/137) Installing vidstab (1.1.0-r1) 07:19:52 (114/137) Installing libvpx (1.11.0-r1) 07:19:52 (115/137) Installing x264-libs (0.163_git20210613-r0) 07:19:53 (116/137) Installing numactl (2.0.14-r0) 07:19:53 (117/137) Installing x265-libs (3.5-r3) 07:19:54 (118/137) Installing xvidcore (1.3.7-r1) 07:19:54 (119/137) Installing ffmpeg-libs (5.0.3-r0) 07:19:55 (120/137) Installing libevent (2.1.12-r4) 07:19:56 (121/137) Installing mesa (21.3.9-r0) 07:19:56 (122/137) Installing wayland-libs-server (1.20.0-r0) 07:19:56 (123/137) Installing mesa-gbm (21.3.9-r0) 07:19:56 (124/137) Installing icu-data-en (71.1-r2) 07:19:57 Executing icu-data-en-71.1-r2.post-install 07:19:57 * 07:19:57 * If you need ICU with non-English locales and legacy charset support, install 07:19:57 * package icu-data-full. 07:19:57 * 07:19:57 (125/137) Installing icu-libs (71.1-r2) 07:19:57 (126/137) Installing lcms2 (2.13.1-r0) 07:19:58 (127/137) Installing minizip (1.2.12-r0) 07:19:58 (128/137) Installing nspr (4.33-r0) 07:19:59 (129/137) Installing sqlite-libs (3.40.1-r0) 07:19:59 (130/137) Installing nss (3.78.1-r0) 07:19:59 (131/137) Installing re2 (2022.04.01-r0) 07:20:00 (132/137) Installing snappy (1.1.9-r4) 07:20:00 (133/137) Installing libgpg-error (1.45-r0) 07:20:01 (134/137) Installing libgcrypt (1.10.1-r0) 07:20:01 (135/137) Installing libxslt (1.1.35-r0) 07:20:01 (136/137) Installing chromium (102.0.5005.182-r0) 07:20:03 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 07:20:04 Executing busybox-1.35.0-r17.trigger 07:20:04 Executing glib-2.72.4-r0.trigger 07:20:04 Executing shared-mime-info-2.2-r2.trigger 07:20:04 Executing gdk-pixbuf-2.42.8-r0.trigger 07:20:04 Executing gtk-update-icon-cache-2.24.33-r3.trigger 07:20:04 Executing fontconfig-2.14.0-r0.trigger 07:20:04 Executing mkfontscale-1.2.2-r0.trigger 07:20:04 OK: 409 MiB in 160 packages 07:20:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:20:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:20:06 (1/21) Installing binutils (2.38-r3) 07:20:06 (2/21) Installing isl22 (0.22-r0) 07:20:07 (3/21) Installing mpfr4 (4.1.0-r0) 07:20:07 (4/21) Installing mpc1 (1.2.1-r0) 07:20:08 (5/21) Installing gcc (11.2.1_git20220219-r2) 07:20:09 (6/21) Installing musl-dev (1.2.3-r3) 07:20:09 (7/21) Installing libc-dev (0.7.2-r3) 07:20:10 (8/21) Installing linux-headers (5.16.7-r1) 07:20:10 (9/21) Installing libffi-dev (3.4.2-r1) 07:20:11 (10/21) Installing libpq (14.9-r0) 07:20:11 (11/21) Installing openssl-dev (1.1.1v-r0) 07:20:11 (12/21) Installing libpq-dev (14.9-r0) 07:20:12 (13/21) Installing libecpg (14.9-r0) 07:20:12 (14/21) Installing libecpg-dev (14.9-r0) 07:20:13 (15/21) Installing llvm13-libs (13.0.1-r2) 07:20:19 (16/21) Installing clang-libs (13.0.1-r1) 07:20:21 (17/21) Installing clang (13.0.1-r1) 07:20:21 (18/21) Installing icu (71.1-r2) 07:20:21 (19/21) Installing icu-dev (71.1-r2) 07:20:22 (20/21) Installing llvm13 (13.0.1-r2) 07:20:27 (21/21) Installing postgresql14-dev (14.9-r0) 07:20:27 Executing busybox-1.35.0-r17.trigger 07:20:27 OK: 822 MiB in 181 packages 07:20:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:20:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:20:28 (1/10) Installing g++ (11.2.1_git20220219-r2) 07:20:29 (2/10) Installing gdbm (1.23-r0) 07:20:30 (3/10) Installing mpdecimal (2.5.1-r1) 07:20:30 (4/10) Installing readline (8.1.2-r0) 07:20:30 (5/10) Installing python3 (3.10.13-r0) 07:20:31 (6/10) Installing python3-dev (3.10.13-r0) 07:20:32 (7/10) Installing libsodium (1.0.18-r0) 07:20:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5246 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 07:20:33 Selected Git installation does not exist. Using Default 07:20:33 The recommended git tool is: NONE 07:20:33 (8/10) Installing libzmq (4.3.4-r0) 07:20:33 (9/10) Installing libsodium-dev (1.0.18-r0) 07:20:33 (10/10) Installing zeromq-dev (4.3.4-r0) 07:20:34 Executing busybox-1.35.0-r17.trigger 07:20:34 OK: 974 MiB in 191 packages 07:20:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:20:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:20:35 OK: 974 MiB in 191 packages 07:20:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:20:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:20:36 (1/1) Installing tzdata (2023c-r0) 07:20:36 Executing busybox-1.35.0-r17.trigger 07:20:36 OK: 978 MiB in 192 packages 07:20:37 (1/1) Purging tzdata (2023c-r0) 07:20:37 Executing busybox-1.35.0-r17.trigger 07:20:37 OK: 974 MiB in 191 packages 07:20:37 using credential edgex-jenkins-ssh 07:20:37 Cloning the remote Git repository 07:20:38 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 07:20:38 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 07:20:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 07:20:38 > git --version # timeout=10 07:20:38 > git --version # 'git version 2.25.1' 07:20:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 07:20:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:39 Looking in links: /tmp/tmp527v16ih 07:20:39 Processing /tmp/tmp527v16ih/setuptools-65.5.0-py3-none-any.whl 07:20:39 Processing /tmp/tmp527v16ih/pip-23.0.1-py3-none-any.whl 07:20:39 Avoid second fetch 07:20:39 Checking out Revision f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 (main) 07:20:40 Installing collected packages: setuptools, pip 07:20:40 Commit message: "Merge pull request #75 from edgexfoundry/dependabot/pip/psutil-5.9.5" 07:20:39 > git config core.sparsecheckout # timeout=10 07:20:40 > git checkout -f f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:20:41 % Total % Received % Xferd Average Speed Time Time Time Current 07:20:41 Dload Upload Total Spent Left Speed 07:20:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh 07:20:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:20:42 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 07:20:42 /etc/docker/daemon.json 07:20:42 { 07:20:42 "registry-mirrors": [ 07:20:42 "https://nexus3.edgexfoundry.org:10001" 07:20:42 ], 07:20:42 "bip": "10.250.0.254/24", 07:20:42 "hosts": [ 07:20:42 "tcp://0.0.0.0:5555", 07:20:42 "unix:///var/run/docker.sock" 07:20:42 ], 07:20:42 "mtu": 1458, 07:20:42 "selinux-enabled": true, 07:20:42 "seccomp-profile": "/etc/docker/seccomp.json" 07:20:42 } [Pipeline] sh 07:20:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:20:42 Successfully installed pip-23.0.1 setuptools-65.5.0 07:20:42 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 07:20:42 + sudo service docker restart 07:20:43 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 07:20:43 Collecting pip 07:20:43 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) 07:20:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 111.9 MB/s eta 0:00:00 07:20:43 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 07:20:43 Collecting setuptools 07:20:43 Downloading setuptools-68.1.2-py3-none-any.whl (805 kB) 07:20:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.1/805.1 kB 152.5 MB/s eta 0:00:00 07:20:43 Collecting wheel 07:20:43 Downloading wheel-0.41.2-py3-none-any.whl (64 kB) 07:20:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 74.8 MB/s eta 0:00:00 07:20:44 Installing collected packages: wheel, setuptools, pip 07:20:44 Attempting uninstall: setuptools 07:20:44 Found existing installation: setuptools 65.5.0 07:20:44 Uninstalling setuptools-65.5.0: 07:20:44 Successfully uninstalled setuptools-65.5.0 07:20:45 Attempting uninstall: pip 07:20:45 Found existing installation: pip 23.0.1 07:20:45 Uninstalling pip-23.0.1: 07:20:45 Successfully uninstalled pip-23.0.1 07:20:47 Successfully installed pip-23.2.1 setuptools-68.1.2 wheel-0.41.2 07:20:47 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 07:20:47 Processing ./edgex-taf-common 07:20:47 Preparing metadata (setup.py): started 07:20:47 Preparing metadata (setup.py): finished with status 'done' 07:20:47 Building wheels for collected packages: edgex-taf-common 07:20:47 Building wheel for edgex-taf-common (setup.py): started 07:20:48 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:20:48 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=b59e100f1f5af8d23935a02302a9cc19d567fab5b3b381016f0f80d7e46b46de 07:20:48 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 07:20:48 Successfully built edgex-taf-common 07:20:48 Installing collected packages: edgex-taf-common 07:20:48 Successfully installed edgex-taf-common-0.0.0 07:20:48 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 07:20:49 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 07:20:49 Obtaining dependency information for robotframework==6.1.1 from https://files.pythonhosted.org/packages/b5/f0/3338803e955926c7826cfe6738ed99db1f76c3a86defca2c33228b12119a/robotframework-6.1.1-py3-none-any.whl.metadata 07:20:49 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 07:20:49 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 07:20:49 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 07:20:49 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 07:20:49 Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata 07:20:49 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 07:20:49 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 07:20:49 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 07:20:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 14.8 MB/s eta 0:00:00 07:20:49 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:20:49 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:20:49 Preparing metadata (setup.py): started 07:20:49 Preparing metadata (setup.py): finished with status 'done' 07:20:49 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 07:20:49 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 07:20:49 Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) 07:20:49 Downloading configparser-5.3.0-py3-none-any.whl (19 kB) 07:20:49 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 07:20:49 Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 07:20:49 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 07:20:49 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 07:20:49 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 07:20:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 15.6 MB/s eta 0:00:00 07:20:49 Preparing metadata (setup.py): started 07:20:50 Preparing metadata (setup.py): finished with status 'done' 07:20:50 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 07:20:50 Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata 07:20:50 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 07:20:50 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 07:20:50 Downloading numpy-1.22.3.zip (11.5 MB) 07:20:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 29.0 MB/s eta 0:00:00 07:20:51 Installing build dependencies: started 07:20:55 Installing build dependencies: finished with status 'done' 07:20:55 Getting requirements to build wheel: started 07:20:56 Getting requirements to build wheel: finished with status 'done' 07:20:56 Preparing metadata (pyproject.toml): started 07:20:56 Preparing metadata (pyproject.toml): finished with status 'done' 07:20:56 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 07:20:56 Downloading psutil-5.9.5.tar.gz (493 kB) 07:20:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 17.3 MB/s eta 0:00:00 07:20:57 Installing build dependencies: started 07:21:00 Installing build dependencies: finished with status 'done' 07:21:00 Getting requirements to build wheel: started 07:21:00 Getting requirements to build wheel: finished with status 'done' 07:21:00 Preparing metadata (pyproject.toml): started 07:21:00 Preparing metadata (pyproject.toml): finished with status 'done' 07:21:00 Collecting redis==4.6.0 (from -r requirements.txt (line 13)) 07:21:00 Obtaining dependency information for redis==4.6.0 from https://files.pythonhosted.org/packages/20/2e/409703d645363352a20c944f5d119bdae3eb3034051a53724a7c5fee12b8/redis-4.6.0-py3-none-any.whl.metadata 07:21:00 Downloading redis-4.6.0-py3-none-any.whl.metadata (8.3 kB) 07:21:00 Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) 07:21:00 Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/66/96/129706be681649f43bde93811416f566acfefcd3fb18156d5df349c360ab/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata 07:21:00 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (4.8 kB) 07:21:01 Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) 07:21:01 Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) 07:21:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 19.1 MB/s eta 0:00:00 07:21:01 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 07:21:01 Downloading psycopg2-2.9.3.tar.gz (380 kB) 07:21:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 39.9 MB/s eta 0:00:00 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:21:01 provisioning config files... 07:21:01 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13318145805424713013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:21:01 Preparing metadata (setup.py): started 07:21:01 ---> docker-login.sh 07:21:01 nexus3.edgexfoundry.org:10001 07:21:01 Preparing metadata (setup.py): finished with status 'done' 07:21:01 Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) 07:21:01 Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/92/d7/df2bf45a1bcc7f2983a22c05f77ecd04bb8252a734219b0a6f089121dfa3/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata 07:21:01 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 07:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:01 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:01 Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/f9/2f/9c6eef6487faca5006ae1ba43cf6ab627c7e3d2a7ec5a3b8728e2105472d/selenium-4.12.0-py3-none-any.whl.metadata 07:21:01 Downloading selenium-4.12.0-py3-none-any.whl.metadata (6.9 kB) 07:21:01 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:01 Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata 07:21:01 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) 07:21:01 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:01 Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata 07:21:01 Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 07:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:02 Configure a credential helper to remove this warning. See 07:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:02 07:21:02 Login Succeeded 07:21:02 nexus3.edgexfoundry.org:10002 07:21:02 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Downloading flex-6.14.1.tar.gz (40 kB) 07:21:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.3 MB/s eta 0:00:00 07:21:02 Preparing metadata (setup.py): started 07:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:02 Configure a credential helper to remove this warning. See 07:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:02 07:21:02 Login Succeeded 07:21:02 Preparing metadata (setup.py): finished with status 'done' 07:21:02 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Downloading genson-1.2.2.tar.gz (34 kB) 07:21:02 Preparing metadata (setup.py): started 07:21:02 nexus3.edgexfoundry.org:10003 07:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:02 Preparing metadata (setup.py): finished with status 'done' 07:21:02 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 07:21:02 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata 07:21:02 Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) 07:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:02 Configure a credential helper to remove this warning. See 07:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:02 07:21:02 Login Succeeded 07:21:02 nexus3.edgexfoundry.org:10004 07:21:02 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Obtaining dependency information for pygments from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata 07:21:02 Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) 07:21:02 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 07:21:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 14.2 MB/s eta 0:00:00 07:21:02 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:02 Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata 07:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:03 Configure a credential helper to remove this warning. See 07:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:03 07:21:03 Login Succeeded 07:21:03 docker.io 07:21:03 Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) 07:21:03 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 07:21:03 Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/95/d2/6f25fddfbe31448ceea236e03b70d2bbd647d4bc9148bf9665307794c4f2/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata 07:21:03 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (31 kB) 07:21:03 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 07:21:03 Downloading idna-3.4-py3-none-any.whl (61 kB) 07:21:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.7 MB/s eta 0:00:00 07:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:03 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 07:21:03 Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata 07:21:03 Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) 07:21:03 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 07:21:03 Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 07:21:03 Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 07:21:03 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 07:21:03 Downloading packaging-23.1-py3-none-any.whl (48 kB) 07:21:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 5.9 MB/s eta 0:00:00 07:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:03 Configure a credential helper to remove this warning. See 07:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:03 07:21:03 Login Succeeded 07:21:03 ---> docker-login.sh ends [Pipeline] } 07:21:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:21:03 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 07:21:03 Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata 07:21:03 Downloading websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) 07:21:03 Collecting async-timeout>=4.0.2 (from redis==4.6.0->-r requirements.txt (line 13)) 07:21:03 Obtaining dependency information for async-timeout>=4.0.2 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata 07:21:03 Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 07:21:03 Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:21:03 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:21:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 29.9 MB/s eta 0:00:00 07:21:03 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:21:03 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script 07:21:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 28.6 MB/s eta 0:00:00 07:21:03 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.1.2) 07:21:03 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:21:03 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 07:21:03 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:21:03 Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata 07:21:03 Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) 07:21:03 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:03 Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata 07:21:03 Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) [Pipeline] { [Pipeline] sh 07:21:04 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:04 Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata 07:21:04 Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) 07:21:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:21:04 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:04 Obtaining dependency information for PyYAML>=3.11 from https://files.pythonhosted.org/packages/07/91/45dfd0ef821a7f41d9d0136ea3608bb5b1653e42fd56a7970532cb5c003f/PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.metadata 07:21:04 Downloading PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (2.1 kB) 07:21:04 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:04 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:21:04 Preparing metadata (setup.py): started 07:21:04 + ls -al . 07:21:04 total 68 07:21:04 drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:21 . 07:21:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:20 .. 07:21:04 drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 07:20 .git 07:21:04 drwxrwxr-x 2 jenkins jenkins 4096 Sep 4 07:20 .github 07:21:04 -rw-rw-r-- 1 jenkins jenkins 22 Sep 4 07:20 .gitignore 07:21:04 -rw-rw-r-- 1 jenkins jenkins 1575 Sep 4 07:20 Dockerfile 07:21:04 -rw-rw-r-- 1 jenkins jenkins 746 Sep 4 07:20 Jenkinsfile 07:21:04 -rw-rw-r-- 1 jenkins jenkins 11381 Sep 4 07:20 LICENSE 07:21:04 -rw-rw-r-- 1 jenkins jenkins 3606 Sep 4 07:20 README.md 07:21:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 4 07:20 TAF-Manager 07:21:04 drwxrwxr-x 6 jenkins jenkins 4096 Sep 4 07:20 TUC 07:21:04 -rw-rw-r-- 1 jenkins jenkins 12 Sep 4 07:18 VERSION 07:21:04 -rw-rw-r-- 1 jenkins jenkins 344 Sep 4 07:20 requirements.txt 07:21:04 -rw-rw-r-- 1 jenkins jenkins 54 Sep 4 07:20 robot-entrypoint.sh 07:21:04 -rw-rw-r-- 1 jenkins jenkins 445 Sep 4 07:20 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:04 Preparing metadata (setup.py): finished with status 'done' 07:21:04 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:04 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:21:04 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:04 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:21:04 Preparing metadata (setup.py): started 07:21:04 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 --label arch=arm64 --label version=0.0.2-dev.34 . 07:21:05 Preparing metadata (setup.py): finished with status 'done' 07:21:05 Sending build context to Docker daemon 316.9kB 07:21:05 Step 1/13 : FROM alpine:3.16 07:21:05 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata 07:21:05 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 07:21:05 3.16: Pulling from library/alpine 07:21:05 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata 07:21:05 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 07:21:05 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:21:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.2 MB/s eta 0:00:00 07:21:05 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 07:21:05 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 07:21:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 9.0 MB/s eta 0:00:00 07:21:05 bdb2de7ba06c: Pulling fs layer 07:21:05 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata 07:21:05 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) 07:21:05 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:05 Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata 07:21:05 Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) 07:21:06 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:21:06 Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/e3/dc/548d8ecf75f7b06adb8ea83ebb0c7f8e735d3fc259ffd8efc16a43c0b19a/rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.metadata 07:21:06 Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.metadata (3.7 kB) 07:21:06 bdb2de7ba06c: Download complete 07:21:06 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:21:06 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 07:21:06 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 07:21:06 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata 07:21:06 Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) 07:21:06 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:21:06 bdb2de7ba06c: Pull complete 07:21:06 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3<3,>=1.21.1->requests==2.31.0->-r requirements.txt (line 8)) 07:21:06 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:21:06 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:21:06 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.7 MB/s eta 0:00:00 07:21:06 Digest: sha256:a8cbb8c69ee71561f4b69c066bad07f7e510caaa523da26fbfc606b10bd7934b 07:21:06 Status: Downloaded newer image for alpine:3.16 07:21:06 ---> 47a0d92d42c9 07:21:06 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 07:21:06 ---> Running in af87361a646f 07:21:06 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 19.9 MB/s eta 0:00:00 07:21:06 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 07:21:06 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.3 MB/s eta 0:00:00 07:21:06 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 19.7 MB/s eta 0:00:00 07:21:06 Downloading redis-4.6.0-py3-none-any.whl (241 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 31.3 MB/s eta 0:00:00 07:21:06 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 30.8 MB/s eta 0:00:00 07:21:06 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 49.2 MB/s eta 0:00:00 07:21:06 Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 07:21:06 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) 07:21:06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 25.5 MB/s eta 0:00:00 07:21:06 Removing intermediate container af87361a646f 07:21:06 ---> dde4383a82d6 07:21:06 Step 3/13 : LABEL maintainer="Bruce Huang " 07:21:06 ---> Running in d7c418c38c01 07:21:07 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (195 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/195.4 kB 28.4 MB/s eta 0:00:00 07:21:07 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) 07:21:07 Downloading selenium-4.12.0-py3-none-any.whl (9.4 MB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 84.2 MB/s eta 0:00:00 07:21:07 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 19.4 MB/s eta 0:00:00 07:21:07 Downloading websocket_client-1.6.2-py3-none-any.whl (57 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 9.7 MB/s eta 0:00:00 07:21:07 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 16.2 MB/s eta 0:00:00 07:21:07 Downloading jsonschema-4.19.0-py3-none-any.whl (83 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 14.9 MB/s eta 0:00:00 07:21:07 Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 75.0 MB/s eta 0:00:00 07:21:07 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 07:21:07 Removing intermediate container d7c418c38c01 07:21:07 ---> 9d29bcda913f 07:21:07 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 07:21:07 Downloading click-8.1.7-py3-none-any.whl (97 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 17.8 MB/s eta 0:00:00 07:21:07 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 07:21:07 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) 07:21:07 Downloading PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (707 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 61.7 MB/s eta 0:00:00 07:21:07 Downloading referencing-0.30.2-py3-none-any.whl (25 kB) 07:21:07 Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 34.5 MB/s eta 0:00:00 07:21:07 Downloading trio-0.22.2-py3-none-any.whl (400 kB) 07:21:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 50.4 MB/s eta 0:00:00 07:21:07 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 07:21:07 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) 07:21:07 Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) 07:21:07 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, strict-rfc3339, validate-email 07:21:07 Building wheel for robotbackgroundlogger (setup.py): started 07:21:07 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:21:07 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=33cbf336ce6019951a6feecfc082bc6aaac585987d7b7f47365bfc0a64d3c872 07:21:07 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 07:21:07 Building wheel for paho-mqtt (setup.py): started 07:21:08 ---> 2a3a39729ea7 07:21:08 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 07:21:08 Building wheel for paho-mqtt (setup.py): finished with status 'done' 07:21:08 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62118 sha256=e8d175cf72193d1cc334ad8a04583cb16b67f681e872c9af5ecc0cf7f7567a10 07:21:08 Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a 07:21:08 Building wheel for numpy (pyproject.toml): started 07:21:08 ---> 0c65ba7dcc6a 07:21:08 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 07:21:08 ---> 187fe3cf8015 07:21:08 Step 7/13 : WORKDIR /edgex-taf 07:21:08 ---> Running in 78291da865dd 07:21:09 Removing intermediate container 78291da865dd 07:21:09 ---> 83db1d88416d 07:21:09 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:09 ---> Running in 8e45a1a9f685 07:21:11 Removing intermediate container 8e45a1a9f685 07:21:11 ---> e4234b0ce418 07:21:11 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.4-r0 && 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 && 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 07:21:11 ---> Running in ce33e71a3056 07:21:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:21:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:21:13 OK: 5 MiB in 14 packages 07:21:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:21:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:21:15 (1/9) Installing ca-certificates (20230506-r0) 07:21:16 (2/9) Installing brotli-libs (1.0.9-r6) 07:21:16 (3/9) Installing nghttp2-libs (1.47.0-r1) 07:21:16 (4/9) Installing libcurl (8.2.1-r0) 07:21:17 (5/9) Installing curl (8.2.1-r0) 07:21:17 (6/9) Installing docker-cli (20.10.20-r0) 07:21:19 (7/9) Installing oniguruma (6.9.8-r0) 07:21:19 (8/9) Installing jq (1.6-r1) 07:21:19 (9/9) Installing openssl (1.1.1v-r0) 07:21:20 Executing busybox-1.35.0-r17.trigger 07:21:20 Executing ca-certificates-20230506-r0.trigger 07:21:20 OK: 50 MiB in 23 packages 07:21:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:21:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:21:22 (1/136) Installing libmagic (5.41-r0) 07:21:22 (2/136) Installing file (5.41-r0) 07:21:23 (3/136) Installing libxau (1.0.9-r0) 07:21:23 (4/136) Installing libxdmcp (1.1.3-r0) 07:21:23 (5/136) Installing libxcb (1.15-r0) 07:21:24 (6/136) Installing libx11 (1.8-r1) 07:21:24 (7/136) Installing libxext (1.3.4-r0) 07:21:25 (8/136) Installing libice (1.0.10-r0) 07:21:25 (9/136) Installing libuuid (2.38-r1) 07:21:26 (10/136) Installing libsm (1.2.3-r0) 07:21:26 (11/136) Installing libxt (1.2.1-r0) 07:21:26 (12/136) Installing libxmu (1.1.3-r0) 07:21:27 (13/136) Installing xset (1.2.4-r0) 07:21:27 (14/136) Installing xprop (1.2.5-r0) 07:21:27 (15/136) Installing xdg-utils (1.1.3-r3) 07:21:28 (16/136) Installing eudev-libs (3.2.11-r0) 07:21:28 (17/136) Installing pkgconf (1.8.1-r0) 07:21:29 (18/136) Installing libffi (3.4.2-r1) 07:21:29 (19/136) Installing libintl (0.21-r2) 07:21:29 (20/136) Installing libblkid (2.38-r1) 07:21:29 (21/136) Installing libmount (2.38-r1) 07:21:30 (22/136) Installing pcre (8.45-r2) 07:21:30 (23/136) Installing glib (2.72.4-r0) 07:21:31 (24/136) Installing xz-libs (5.2.5-r1) 07:21:31 (25/136) Installing libxml2 (2.9.14-r2) 07:21:32 (26/136) Installing shared-mime-info (2.2-r2) 07:21:32 (27/136) Installing hicolor-icon-theme (0.17-r1) 07:21:33 (28/136) Installing libjpeg-turbo (2.1.3-r1) 07:21:33 (29/136) Installing libpng (1.6.37-r1) 07:21:34 (30/136) Installing libwebp (1.2.3-r1) 07:21:34 (31/136) Installing zstd-libs (1.5.2-r1) 07:21:35 (32/136) Installing tiff (4.4.0-r4) 07:21:35 (33/136) Installing gdk-pixbuf (2.42.8-r0) 07:21:35 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 07:21:36 (35/136) Installing libxcomposite (0.4.5-r0) 07:21:36 (36/136) Installing libxfixes (6.0.0-r0) 07:21:36 (37/136) Installing libxrender (0.9.10-r3) 07:21:36 (38/136) Installing libxcursor (1.2.1-r0) 07:21:37 (39/136) Installing libxdamage (1.1.5-r1) 07:21:37 (40/136) Installing libxi (1.8-r0) 07:21:38 (41/136) Installing libxinerama (1.1.4-r1) 07:21:38 (42/136) Installing libxrandr (1.5.2-r1) 07:21:38 (43/136) Installing atk (2.38.0-r0) 07:21:38 (44/136) Installing libxtst (1.2.3-r3) 07:21:39 (45/136) Installing dbus-libs (1.14.8-r0) 07:21:39 (46/136) Installing at-spi2-core (2.44.1-r0) 07:21:39 (47/136) Installing at-spi2-atk (2.38.0-r0) 07:21:40 (48/136) Installing expat (2.5.0-r0) 07:21:40 (49/136) Installing libbz2 (1.0.8-r1) 07:21:41 (50/136) Installing freetype (2.12.1-r0) 07:21:41 (51/136) Installing fontconfig (2.14.0-r0) 07:21:41 (52/136) Installing pixman (0.40.0-r4) 07:21:42 (53/136) Installing cairo (1.17.4-r2) 07:21:42 (54/136) Installing cairo-gobject (1.17.4-r2) 07:21:43 (55/136) Installing avahi-libs (0.8-r6) 07:21:43 (56/136) Installing gmp (6.2.1-r2) 07:21:43 (57/136) Installing nettle (3.7.3-r0) 07:21:44 (58/136) Installing p11-kit (0.24.1-r0) 07:21:45 (59/136) Installing libtasn1 (4.18.0-r1) 07:21:45 (60/136) Installing libunistring (1.0-r0) 07:21:45 (61/136) Installing gnutls (3.7.7-r1) 07:21:46 (62/136) Installing cups-libs (2.4.2-r2) 07:21:46 (63/136) Installing libepoxy (1.5.10-r0) 07:21:47 (64/136) Installing fribidi (1.0.12-r0) 07:21:47 (65/136) Installing graphite2 (1.3.14-r1) 07:21:47 (66/136) Installing harfbuzz (4.3.0-r0) 07:21:48 (67/136) Installing libxft (2.3.4-r0) 07:21:48 (68/136) Installing pango (1.50.7-r0) 07:21:49 (69/136) Installing wayland-libs-client (1.20.0-r0) 07:21:49 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 07:21:49 (71/136) Installing wayland-libs-egl (1.20.0-r0) 07:21:50 (72/136) Installing xkeyboard-config (2.35.1-r0) 07:21:50 (73/136) Installing libxkbcommon (1.4.1-r0) 07:21:51 (74/136) Installing gtk+3.0 (3.24.34-r1) 07:21:51 Executing gtk+3.0-3.24.34-r1.post-install 07:21:51 (75/136) Installing libfontenc (1.1.4-r0) 07:21:52 (76/136) Installing mkfontscale (1.2.2-r0) 07:21:52 (77/136) Installing font-opensans (0_git20210927-r0) 07:21:53 (78/136) Installing libgcc (11.2.1_git20220219-r2) 07:21:53 (79/136) Installing libogg (1.3.5-r1) 07:21:53 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 07:21:54 (81/136) Installing flac (1.3.4-r0) 07:21:54 (82/136) Installing alsa-lib (1.2.7.2-r0) 07:21:55 (83/136) Installing libatomic (11.2.1_git20220219-r2) 07:21:55 (84/136) Installing sdl2 (2.0.22-r0) 07:21:56 (85/136) Installing aom-libs (3.3.0-r0) 07:21:56 (86/136) Installing libass (0.16.0-r0) 07:21:57 (87/136) Installing libdav1d (1.0.0-r0) 07:21:57 (88/136) Installing libdrm (2.4.110-r0) 07:21:58 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) 07:21:58 (90/136) Installing ncurses-libs (6.3_p20220521-r1) 07:21:58 (91/136) Installing lame (3.100-r0) 07:21:59 (92/136) Installing opus (1.3.1-r1) 07:21:59 (93/136) Installing libasyncns (0.8-r1) 07:22:00 (94/136) Installing libltdl (2.4.7-r0) 07:22:00 (95/136) Installing orc (0.4.32-r0) 07:22:00 (96/136) Installing libvorbis (1.3.7-r0) 07:22:01 (97/136) Installing libsndfile (1.1.0-r0) 07:22:01 (98/136) Installing libgomp (11.2.1_git20220219-r2) 07:22:02 (99/136) Installing soxr (0.1.3-r2) 07:22:02 (100/136) Installing speexdsp (1.2.0-r0) 07:22:02 (101/136) Installing tdb-libs (1.4.6-r0) 07:22:03 (102/136) Installing libpulse (15.0-r2) 07:22:03 (103/136) Installing cjson (1.7.15-r3) 07:22:04 (104/136) Installing mbedtls (2.28.4-r0) 07:22:04 (105/136) Installing librist (0.2.6-r1) 07:22:05 (106/136) Installing libsrt (1.4.4-r0) 07:22:05 (107/136) Installing libssh (0.9.6-r1) 07:22:05 (108/136) Installing libtheora (1.1.1-r16) 07:22:06 (109/136) Installing v4l-utils-libs (1.22.1-r1) 07:22:06 (110/136) Installing libva (2.14.0-r0) 07:22:07 (111/136) Installing libvdpau (1.5-r0) 07:22:07 (112/136) Installing vidstab (1.1.0-r1) 07:22:07 (113/136) Installing libvpx (1.11.0-r1) 07:22:08 (114/136) Installing x264-libs (0.163_git20210613-r0) 07:22:09 (115/136) Installing numactl (2.0.14-r0) 07:22:09 (116/136) Installing x265-libs (3.5-r3) 07:22:09 (117/136) Installing xvidcore (1.3.7-r1) 07:22:10 (118/136) Installing ffmpeg-libs (5.0.3-r0) 07:22:11 (119/136) Installing libevent (2.1.12-r4) 07:22:11 (120/136) Installing mesa (21.3.9-r0) 07:22:11 (121/136) Installing wayland-libs-server (1.20.0-r0) 07:22:12 (122/136) Installing mesa-gbm (21.3.9-r0) 07:22:12 (123/136) Installing icu-data-en (71.1-r2) 07:22:13 Executing icu-data-en-71.1-r2.post-install 07:22:13 * 07:22:13 * If you need ICU with non-English locales and legacy charset support, install 07:22:13 * package icu-data-full. 07:22:13 * 07:22:13 (124/136) Installing icu-libs (71.1-r2) 07:22:14 (125/136) Installing lcms2 (2.13.1-r0) 07:22:14 (126/136) Installing minizip (1.2.12-r0) 07:22:14 (127/136) Installing nspr (4.33-r0) 07:22:15 (128/136) Installing sqlite-libs (3.40.1-r0) 07:22:15 (129/136) Installing nss (3.78.1-r0) 07:22:15 Building wheel for numpy (pyproject.toml): still running... 07:22:16 (130/136) Installing re2 (2022.04.01-r0) 07:22:16 (131/136) Installing snappy (1.1.9-r4) 07:22:16 (132/136) Installing libgpg-error (1.45-r0) 07:22:17 (133/136) Installing libgcrypt (1.10.1-r0) 07:22:17 (134/136) Installing libxslt (1.1.35-r0) 07:22:18 (135/136) Installing chromium (102.0.5005.182-r0) 07:22:23 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 07:22:23 Executing busybox-1.35.0-r17.trigger 07:22:23 Executing glib-2.72.4-r0.trigger 07:22:23 Executing shared-mime-info-2.2-r2.trigger 07:22:25 Executing gdk-pixbuf-2.42.8-r0.trigger 07:22:25 Executing gtk-update-icon-cache-2.24.33-r3.trigger 07:22:25 Executing fontconfig-2.14.0-r0.trigger 07:22:25 Executing mkfontscale-1.2.2-r0.trigger 07:22:25 OK: 376 MiB in 159 packages 07:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:22:28 (1/21) Installing binutils (2.38-r3) 07:22:28 (2/21) Installing isl22 (0.22-r0) 07:22:29 (3/21) Installing mpfr4 (4.1.0-r0) 07:22:29 (4/21) Installing mpc1 (1.2.1-r0) 07:22:30 (5/21) Installing gcc (11.2.1_git20220219-r2) 07:22:36 (6/21) Installing musl-dev (1.2.3-r3) 07:22:37 (7/21) Installing libc-dev (0.7.2-r3) 07:22:37 (8/21) Installing linux-headers (5.16.7-r1) 07:22:38 (9/21) Installing libffi-dev (3.4.2-r1) 07:22:38 (10/21) Installing libpq (14.9-r0) 07:22:39 (11/21) Installing openssl-dev (1.1.1v-r0) 07:22:39 (12/21) Installing libpq-dev (14.9-r0) 07:22:40 (13/21) Installing libecpg (14.9-r0) 07:22:40 (14/21) Installing libecpg-dev (14.9-r0) 07:22:41 (15/21) Installing llvm13-libs (13.0.1-r2) 07:22:47 (16/21) Installing clang-libs (13.0.1-r1) 07:22:57 (17/21) Installing clang (13.0.1-r1) 07:22:57 (18/21) Installing icu (71.1-r2) 07:22:58 (19/21) Installing icu-dev (71.1-r2) 07:22:58 (20/21) Installing llvm13 (13.0.1-r2) 07:23:04 (21/21) Installing postgresql14-dev (14.9-r0) 07:23:05 Executing busybox-1.35.0-r17.trigger 07:23:05 OK: 768 MiB in 180 packages 07:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:23:07 (1/10) Installing g++ (11.2.1_git20220219-r2) 07:23:09 (2/10) Installing gdbm (1.23-r0) 07:23:09 (3/10) Installing mpdecimal (2.5.1-r1) 07:23:09 (4/10) Installing readline (8.1.2-r0) 07:23:10 (5/10) Installing python3 (3.10.13-r0) 07:23:12 Building wheel for numpy (pyproject.toml): still running... 07:23:12 (6/10) Installing python3-dev (3.10.13-r0) 07:23:18 (7/10) Installing libsodium (1.0.18-r0) 07:23:18 (8/10) Installing libzmq (4.3.4-r0) 07:23:18 (9/10) Installing libsodium-dev (1.0.18-r0) 07:23:18 (10/10) Installing zeromq-dev (4.3.4-r0) 07:23:19 Executing busybox-1.35.0-r17.trigger 07:23:19 OK: 938 MiB in 190 packages 07:23:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:23:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:23:21 OK: 938 MiB in 190 packages 07:23:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:23:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:23:23 (1/1) Installing tzdata (2023c-r0) 07:23:24 Executing busybox-1.35.0-r17.trigger 07:23:24 OK: 941 MiB in 191 packages 07:23:25 (1/1) Purging tzdata (2023c-r0) 07:23:25 Executing busybox-1.35.0-r17.trigger 07:23:25 OK: 938 MiB in 190 packages 07:23:44 Looking in links: /tmp/tmp8667fx83 07:23:44 Processing /tmp/tmp8667fx83/setuptools-65.5.0-py3-none-any.whl 07:23:44 Processing /tmp/tmp8667fx83/pip-23.0.1-py3-none-any.whl 07:23:44 Installing collected packages: setuptools, pip 07:23:59 Successfully installed pip-23.0.1 setuptools-65.5.0 07:23:59 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 07:24:01 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 07:24:02 Collecting pip 07:24:02 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) 07:24:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 17.3 MB/s eta 0:00:00 07:24:02 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 07:24:04 Collecting setuptools 07:24:04 Downloading setuptools-68.1.2-py3-none-any.whl (805 kB) 07:24:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.1/805.1 kB 16.9 MB/s eta 0:00:00 07:24:04 Collecting wheel 07:24:04 Downloading wheel-0.41.2-py3-none-any.whl (64 kB) 07:24:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 20.0 MB/s eta 0:00:00 07:24:06 Installing collected packages: wheel, setuptools, pip 07:24:06 Attempting uninstall: setuptools 07:24:06 Found existing installation: setuptools 65.5.0 07:24:07 Uninstalling setuptools-65.5.0: 07:24:07 Successfully uninstalled setuptools-65.5.0 07:24:12 Attempting uninstall: pip 07:24:12 Found existing installation: pip 23.0.1 07:24:14 Uninstalling pip-23.0.1: 07:24:14 Successfully uninstalled pip-23.0.1 07:24:19 Building wheel for numpy (pyproject.toml): still running... 07:24:26 Successfully installed pip-23.2.1 setuptools-68.1.2 wheel-0.41.2 07:24:26 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 07:24:28 Processing ./edgex-taf-common 07:24:28 Preparing metadata (setup.py): started 07:24:29 Preparing metadata (setup.py): finished with status 'done' 07:24:29 Building wheels for collected packages: edgex-taf-common 07:24:29 Building wheel for edgex-taf-common (setup.py): started 07:24:31 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 07:24:31 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14471 sha256=136c4ed9419f15807da4582373b10a32945b64d64b45febf821660814c0aae82 07:24:31 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 07:24:31 Successfully built edgex-taf-common 07:24:31 Installing collected packages: edgex-taf-common 07:24:31 Successfully installed edgex-taf-common-0.0.0 07:24: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 07:24:36 Collecting robotframework==6.1.1 (from -r requirements.txt (line 1)) 07:24:36 Obtaining dependency information for robotframework==6.1.1 from https://files.pythonhosted.org/packages/b5/f0/3338803e955926c7826cfe6738ed99db1f76c3a86defca2c33228b12119a/robotframework-6.1.1-py3-none-any.whl.metadata 07:24:36 Downloading robotframework-6.1.1-py3-none-any.whl.metadata (7.5 kB) 07:24:37 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 07:24:37 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 07:24:37 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 07:24:37 Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata 07:24:37 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 07:24:37 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 07:24:37 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 07:24:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.1 MB/s eta 0:00:00 07:24:38 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 07:24:38 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 07:24:38 Preparing metadata (setup.py): started 07:24:39 Preparing metadata (setup.py): finished with status 'done' 07:24:39 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 07:24:39 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 07:24:39 Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) 07:24:39 Downloading configparser-5.3.0-py3-none-any.whl (19 kB) 07:24:39 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 07:24:39 Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 07:24:39 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 07:24:39 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 07:24:39 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 07:24:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 4.9 MB/s eta 0:00:00 07:24:40 Preparing metadata (setup.py): started 07:24:41 Preparing metadata (setup.py): finished with status 'done' 07:24:41 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 07:24:41 Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata 07:24:41 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 07:24:43 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 07:24:43 Downloading numpy-1.22.3.zip (11.5 MB) 07:24:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 11.6 MB/s eta 0:00:00 07:24:48 Installing build dependencies: started 07:25:07 Installing build dependencies: finished with status 'done' 07:25:07 Getting requirements to build wheel: started 07:25:10 Getting requirements to build wheel: finished with status 'done' 07:25:10 Preparing metadata (pyproject.toml): started 07:25:14 Preparing metadata (pyproject.toml): finished with status 'done' 07:25:15 Collecting psutil==5.9.5 (from -r requirements.txt (line 12)) 07:25:15 Downloading psutil-5.9.5.tar.gz (493 kB) 07:25:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 493.5/493.5 kB 165.5 kB/s eta 0:00:00 07:25:19 Installing build dependencies: started 07:25:27 Building wheel for numpy (pyproject.toml): still running... 07:25:34 Installing build dependencies: finished with status 'done' 07:25:34 Getting requirements to build wheel: started 07:25:34 Getting requirements to build wheel: finished with status 'done' 07:25:34 Preparing metadata (pyproject.toml): started 07:25:36 Preparing metadata (pyproject.toml): finished with status 'done' 07:25:37 Collecting redis==4.6.0 (from -r requirements.txt (line 13)) 07:25:37 Obtaining dependency information for redis==4.6.0 from https://files.pythonhosted.org/packages/20/2e/409703d645363352a20c944f5d119bdae3eb3034051a53724a7c5fee12b8/redis-4.6.0-py3-none-any.whl.metadata 07:25:37 Downloading redis-4.6.0-py3-none-any.whl.metadata (8.3 kB) 07:25:39 Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) 07:25:39 Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/94/3a/c3964c0a86c3535ae240799d3b7c8e13527e7a092080dda9012b1401fa86/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata 07:25:39 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (4.8 kB) 07:25:39 Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) 07:25:39 Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) 07:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 11.2 MB/s eta 0:00:00 07:25:39 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 07:25:39 Downloading psycopg2-2.9.3.tar.gz (380 kB) 07:25:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 9.4 MB/s eta 0:00:00 07:25:40 Preparing metadata (setup.py): started 07:25:41 Preparing metadata (setup.py): finished with status 'done' 07:25:43 Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) 07:25:43 Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/89/2b/4113d7124603ca258ba874633f1410760771c5313dfd73931fef4f272d63/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata 07:25:43 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.3 kB) 07:25:43 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:25:43 Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/f9/2f/9c6eef6487faca5006ae1ba43cf6ab627c7e3d2a7ec5a3b8728e2105472d/selenium-4.12.0-py3-none-any.whl.metadata 07:25:43 Downloading selenium-4.12.0-py3-none-any.whl.metadata (6.9 kB) 07:25:44 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:25:44 Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata 07:25:44 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) 07:25:44 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:44 Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata 07:25:44 Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 07:25:45 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:45 Downloading flex-6.14.1.tar.gz (40 kB) 07:25:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.1 MB/s eta 0:00:00 07:25:45 Preparing metadata (setup.py): started 07:25:46 Preparing metadata (setup.py): finished with status 'done' 07:25:46 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:46 Downloading genson-1.2.2.tar.gz (34 kB) 07:25:46 Preparing metadata (setup.py): started 07:25:47 Preparing metadata (setup.py): finished with status 'done' 07:25:47 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:48 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 07:25:48 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:48 Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata 07:25:48 Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) 07:25:48 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:48 Obtaining dependency information for pygments from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata 07:25:48 Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) 07:25:49 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:49 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 07:25:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 10.3 MB/s eta 0:00:00 07:25:49 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:49 Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata 07:25:49 Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) 07:25:50 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 07:25:50 Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/6b/b7/f042568ee89c378b457f73fda1642fd3b795df79c285520e4ec8a74c8b09/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata 07:25:50 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (31 kB) 07:25:50 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 07:25:50 Downloading idna-3.4-py3-none-any.whl (61 kB) 07:25:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.3 MB/s eta 0:00:00 07:25:50 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 07:25:50 Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata 07:25:50 Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) 07:25:51 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 07:25:51 Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 07:25:51 Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 07:25:51 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 07:25:51 Downloading packaging-23.1-py3-none-any.whl (48 kB) 07:25:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.6 MB/s eta 0:00:00 07:25:51 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 07:25:51 Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata 07:25:52 Downloading websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) 07:25:52 Collecting async-timeout>=4.0.2 (from redis==4.6.0->-r requirements.txt (line 13)) 07:25:52 Obtaining dependency information for async-timeout>=4.0.2 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata 07:25:52 Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 07:25:52 Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:25:52 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 07:25:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.7 MB/s eta 0:00:00 07:25:53 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:25:53 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 07:25:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.8 MB/s eta 0:00:00 07:25:53 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.1.2) 07:25:53 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:25:53 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 07:25:54 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) 07:25:54 Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata 07:25:54 Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) 07:25:54 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:25:54 Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata 07:25:54 Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) 07:25:54 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:25:54 Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata 07:25:54 Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) 07:25:56 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:25:56 Downloading PyYAML-6.0.1.tar.gz (125 kB) 07:25:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 85.7 kB/s eta 0:00:00 07:25:58 Installing build dependencies: started 07:25:59 Building wheel for numpy (pyproject.toml): finished with status 'done' 07:25:59 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22362899 sha256=280574803bc5ffd2a72f8264110ccda4a23d5d83f738623d5ee1bed8ace34bfd 07:25:59 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 07:25:59 Building wheel for psutil (pyproject.toml): started 07:25:59 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:25:59 Created wheel for psutil: filename=psutil-5.9.5-cp310-abi3-linux_x86_64.whl size=274474 sha256=589cabc90f57fd7d9488b80cca51d392ab7bf46255725bd71d3822cd66a0f6b8 07:25:59 Stored in directory: /root/.cache/pip/wheels/1f/3a/db/ba9717f3efd7f8da8910eca12dc9cd15d404035397af627e7c 07:25:59 Building wheel for psycopg2 (setup.py): started 07:26:09 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:26:09 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478592 sha256=6dffbad90a3c1b1fdcdb618ca2ae601a692561e1618eab015dc3d28c06e61501 07:26:09 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 07:26:09 Building wheel for flex (setup.py): started 07:26:09 Building wheel for flex (setup.py): finished with status 'done' 07:26:09 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=d1eb3aa8c246b400def00d9999febe13d495419e214f76f1409f03bfac147f53 07:26:09 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 07:26:09 Building wheel for GenSON (setup.py): started 07:26:09 Building wheel for GenSON (setup.py): finished with status 'done' 07:26:09 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21270 sha256=f80d39809c987629c76f53f1b90a2f9f4c1bc89055e1fb00ed7c32ad276a081b 07:26:09 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 07:26:09 Building wheel for strict-rfc3339 (setup.py): started 07:26:09 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:26:09 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=050464a443ab2449765e396f197650ab913e0b355bed45c0ff7ebac101ae9f3d 07:26:09 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 07:26:09 Building wheel for validate-email (setup.py): started 07:26:09 Building wheel for validate-email (setup.py): finished with status 'done' 07:26:09 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=cf4e758e967161d772f20c67ae727613af8be348b6a913ec30a9c6016864c8e6 07:26:09 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 07:26:09 Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON strict-rfc3339 validate-email 07:26:09 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 07:26:20 Installing build dependencies: finished with status 'done' 07:26:20 Getting requirements to build wheel: started 07:26:21 Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.3 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.3 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.16.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.6.0 referencing-0.30.2 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.10.0 selenium-4.12.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.2 wsproto-1.2.0 07:26:21 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 07:26:33 Getting requirements to build wheel: finished with status 'done' 07:26:33 Preparing metadata (pyproject.toml): started 07:26:33 Preparing metadata (pyproject.toml): finished with status 'done' 07:26:33 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:33 Downloading validate_email-1.3.tar.gz (4.7 kB) 07:26:33 Preparing metadata (setup.py): started 07:26:35 Preparing metadata (setup.py): finished with status 'done' 07:26:35 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:35 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 07:26:35 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:35 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 07:26:35 Preparing metadata (setup.py): started 07:26:36 Preparing metadata (setup.py): finished with status 'done' 07:26:36 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:36 Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata 07:26:36 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 07:26:36 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:36 Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata 07:26:36 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 07:26:36 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:36 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 07:26:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.3 MB/s eta 0:00:00 07:26:37 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:37 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 07:26:37 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:37 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 07:26:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.1 MB/s eta 0:00:00 07:26:37 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:37 Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata 07:26:37 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) 07:26:38 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:38 Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata 07:26:38 Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) 07:26:39 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 07:26:39 Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/71/95/dea0ea59684af46b1d63f7a9c74d1f94bbb63b6512179138014e493f604d/rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.metadata 07:26:39 Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.metadata (3.7 kB) 07:26:40 Removing intermediate container 0e80f5d8cc92 07:26:40 ---> afd0dc7da402 07:26:40 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:26:40 ---> Running in 355a7dc42b01 07:26:40 Removing intermediate container 355a7dc42b01 07:26:40 ---> 8c667a387359 07:26:40 Step 11/13 : LABEL arch=amd64 07:26:40 ---> Running in 1f355401c8bd 07:26:40 Removing intermediate container 1f355401c8bd 07:26:40 ---> 0888f8ba5950 07:26:40 Step 12/13 : LABEL git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 07:26:40 ---> Running in 383d43fc2cc3 07:26:40 Removing intermediate container 383d43fc2cc3 07:26:40 ---> b7bf94a612e4 07:26:40 Step 13/13 : LABEL version=0.0.2-dev.34 07:26:40 ---> Running in cf120879e2e2 07:26:40 Removing intermediate container cf120879e2e2 07:26:40 ---> 694b75218f25 07:26:40 [Warning] One or more build-args [ARCH] were not consumed 07:26:40 Successfully built 694b75218f25 07:26:40 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 07:26:40 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 07:26:40 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 07:26:40 latest 07:26:40 0.0.2-dev.34 07:26:40 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 07:26:40 main 07:26:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:40 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:40 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 07:26:40 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:26:40 5094002c069f: Preparing 07:26:40 749f07a92c9a: Preparing 07:26:40 5c45ccf31083: Preparing 07:26:40 638d08565039: Preparing 07:26:40 79da8c5e7f93: Preparing 07:26:40 0e182002b05f: Preparing 07:26:40 0e182002b05f: Waiting 07:26:40 638d08565039: Pushed 07:26:40 5c45ccf31083: Pushed 07:26:40 749f07a92c9a: Pushed 07:26:40 0e182002b05f: Layer already exists 07:26:40 79da8c5e7f93: Pushed 07:26:41 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:41 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 07:26:41 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:41 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 07:26:41 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:41 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 07:26:41 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:41 Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata 07:26:41 Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) 07:26:41 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:41 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 07:26:41 Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3<3,>=1.21.1->requests==2.31.0->-r requirements.txt (line 8)) 07:26:42 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 07:26:42 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 07:26:42 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 07:26:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.9 MB/s eta 0:00:00 07:26:43 Downloading robotframework-6.1.1-py3-none-any.whl (699 kB) 07:26:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 699.1/699.1 kB 10.4 MB/s eta 0:00:00 07:26:43 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 07:26:43 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 07:26:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.4 MB/s eta 0:00:00 07:26:43 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 07:26:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 7.1 MB/s eta 0:00:00 07:26:43 Downloading redis-4.6.0-py3-none-any.whl (241 kB) 07:26:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 8.3 MB/s eta 0:00:00 07:26:43 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB) 07:26:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 11.8 MB/s eta 0:00:00 07:26:43 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 07:26:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.1 MB/s eta 0:00:00 07:26:44 Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 07:26:44 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) 07:26:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 7.1 MB/s eta 0:00:00 07:26:44 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (194 kB) 07:26:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 8.0 MB/s eta 0:00:00 07:26:44 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) 07:26:44 Downloading selenium-4.12.0-py3-none-any.whl (9.4 MB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 11.9 MB/s eta 0:00:00 07:26:45 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 5.8 MB/s eta 0:00:00 07:26:45 Downloading websocket_client-1.6.2-py3-none-any.whl (57 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 2.2 MB/s eta 0:00:00 07:26:45 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 10.5 MB/s eta 0:00:00 07:26:45 Downloading jsonschema-4.19.0-py3-none-any.whl (83 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 4.6 MB/s eta 0:00:00 07:26:45 Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.5 MB/s eta 0:00:00 07:26:45 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 07:26:45 Downloading click-8.1.7-py3-none-any.whl (97 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 5.1 MB/s eta 0:00:00 07:26:45 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 07:26:45 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) 07:26:45 Downloading referencing-0.30.2-py3-none-any.whl (25 kB) 07:26:45 Downloading rpds_py-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 12.1 MB/s eta 0:00:00 07:26:45 Downloading trio-0.22.2-py3-none-any.whl (400 kB) 07:26:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 10.3 MB/s eta 0:00:00 07:26:45 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 07:26:45 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) 07:26:46 Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) 07:26:46 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email 07:26:46 Building wheel for robotbackgroundlogger (setup.py): started 07:26:48 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 07:26:48 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=87faee8a7e5135da875f6ce4c7aead3ad787e0e4b19bb3b44cb1f269fc4703b4 07:26:48 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 07:26:48 Building wheel for paho-mqtt (setup.py): started 07:26:49 Building wheel for paho-mqtt (setup.py): finished with status 'done' 07:26:49 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62118 sha256=08afcb161febb24a595421caff3ec78e71b73aa98d146aff224dde1f1bb31c72 07:26:49 Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a 07:26:49 Building wheel for numpy (pyproject.toml): started 07:28:47 5094002c069f: Pushed 07:28:47 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:47 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:47 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:28:47 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:28:47 5094002c069f: Preparing 07:28:47 749f07a92c9a: Preparing 07:28:47 5c45ccf31083: Preparing 07:28:47 638d08565039: Preparing 07:28:47 79da8c5e7f93: Preparing 07:28:47 0e182002b05f: Preparing 07:28:47 0e182002b05f: Waiting 07:28:47 638d08565039: Layer already exists 07:28:47 5094002c069f: Layer already exists 07:28:47 5c45ccf31083: Layer already exists 07:28:47 79da8c5e7f93: Layer already exists 07:28:47 749f07a92c9a: Layer already exists 07:28:47 0e182002b05f: Layer already exists 07:28:47 latest: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:48 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:48 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 07:28:48 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:28:48 5094002c069f: Preparing 07:28:48 749f07a92c9a: Preparing 07:28:48 5c45ccf31083: Preparing 07:28:48 638d08565039: Preparing 07:28:48 79da8c5e7f93: Preparing 07:28:48 0e182002b05f: Preparing 07:28:48 0e182002b05f: Waiting 07:28:48 638d08565039: Layer already exists 07:28:48 79da8c5e7f93: Layer already exists 07:28:48 5c45ccf31083: Layer already exists 07:28:48 5094002c069f: Layer already exists 07:28:48 749f07a92c9a: Layer already exists 07:28:48 0e182002b05f: Layer already exists 07:28:48 0.0.2-dev.34: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:48 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:49 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 07:28:49 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:28:49 5094002c069f: Preparing 07:28:49 749f07a92c9a: Preparing 07:28:49 5c45ccf31083: Preparing 07:28:49 638d08565039: Preparing 07:28:49 79da8c5e7f93: Preparing 07:28:49 0e182002b05f: Preparing 07:28:49 0e182002b05f: Waiting 07:28:49 638d08565039: Layer already exists 07:28:49 5094002c069f: Layer already exists 07:28:49 79da8c5e7f93: Layer already exists 07:28:49 749f07a92c9a: Layer already exists 07:28:49 5c45ccf31083: Layer already exists 07:28:49 0e182002b05f: Layer already exists 07:28:49 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:49 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:49 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 07:28:49 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 07:28:49 5094002c069f: Preparing 07:28:49 749f07a92c9a: Preparing 07:28:49 5c45ccf31083: Preparing 07:28:49 638d08565039: Preparing 07:28:49 79da8c5e7f93: Preparing 07:28:49 0e182002b05f: Preparing 07:28:49 0e182002b05f: Waiting 07:28:49 5c45ccf31083: Layer already exists 07:28:49 749f07a92c9a: Layer already exists 07:28:49 5094002c069f: Layer already exists 07:28:49 638d08565039: Layer already exists 07:28:49 79da8c5e7f93: Layer already exists 07:28:49 0e182002b05f: Layer already exists 07:28:49 main: digest: sha256:7dd4e5bb4c5a6e742131cc1787d2c43bcd005897f1704f464fc60873b1051c85 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:28:49 ===================================================== [Pipeline] echo 07:28:49 taggedImages: 07:28:49 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 07:28:49 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 07:28:49 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.34 07:28:49 - nexus3.edgexfoundry.org:10003/edgex-taf-common:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 07:28:49 - nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:28:50 07:28:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:28:50 latest: Pulling from edgex-lftools-log-publisher 07:28:50 5eb5b503b376: Pulling fs layer 07:28:50 5c69ac0246d0: Pulling fs layer 07:28:50 ec43610c2a17: Pulling fs layer 07:28:50 3a2ae6a8a46f: Pulling fs layer 07:28:50 33b1e0a273af: Pulling fs layer 07:28:50 5d3b04190fa2: Pulling fs layer 07:28:50 2f39f015ded8: Pulling fs layer 07:28:50 5d3b04190fa2: Waiting 07:28:50 33b1e0a273af: Waiting 07:28:50 3a2ae6a8a46f: Waiting 07:28:50 2f39f015ded8: Waiting 07:28:50 5c69ac0246d0: Verifying Checksum 07:28:50 5c69ac0246d0: Download complete 07:28:50 3a2ae6a8a46f: Verifying Checksum 07:28:50 3a2ae6a8a46f: Download complete 07:28:50 33b1e0a273af: Verifying Checksum 07:28:50 33b1e0a273af: Download complete 07:28:50 ec43610c2a17: Verifying Checksum 07:28:50 ec43610c2a17: Download complete 07:28:50 5d3b04190fa2: Download complete 07:28:50 5eb5b503b376: Verifying Checksum 07:28:50 5eb5b503b376: Download complete 07:28:51 2f39f015ded8: Download complete 07:28:51 5eb5b503b376: Pull complete 07:28:51 5c69ac0246d0: Pull complete 07:28:52 ec43610c2a17: Pull complete 07:28:52 3a2ae6a8a46f: Pull complete 07:28:52 33b1e0a273af: Pull complete 07:28:52 5d3b04190fa2: Pull complete 07:28:57 2f39f015ded8: Pull complete 07:28:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:28:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:28:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:57 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 07:28:57 $ 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 07:29:00 $ docker top 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:29:00 ---> job-cost.sh 07:29:00 lf-activate-venv: SKIPPING 07:29:00 INFO: No Stack... 07:29:01 INFO: Retrieving Pricing Info for: v3-standard-8 07:29:01 INFO: Archiving Costs [Pipeline] sh 07:29:01 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:29:01 + cut -d, -f6 [Pipeline] lock 07:29:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] 07:29:01 Resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] did not exist. Created. 07:29:01 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:29:01 + echo total: 0.2199999988079071 [Pipeline] stash 07:29:01 Stashed 1 file(s) [Pipeline] } 07:29:01 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] // lock [Pipeline] } 07:29:01 $ docker stop --time=1 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 07:29:03 $ docker rm -f --volumes 77451ade53f43a1176c6847856e95e6f65ae2e3cbc23305c996f7d7558b2a9b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:29:11 Building wheel for numpy (pyproject.toml): still running... 07:30:19 Building wheel for numpy (pyproject.toml): still running... 07:31:15 Building wheel for numpy (pyproject.toml): still running... 07:32:23 Building wheel for numpy (pyproject.toml): still running... 07:33:31 Building wheel for numpy (pyproject.toml): still running... 07:34:39 Building wheel for numpy (pyproject.toml): still running... 07:35:36 Building wheel for numpy (pyproject.toml): still running... 07:40:42 Building wheel for numpy (pyproject.toml): still running... 07:43:04 Building wheel for numpy (pyproject.toml): still running... 07:45:26 Building wheel for numpy (pyproject.toml): still running... 07:47:48 Building wheel for numpy (pyproject.toml): still running... 07:48:44 Building wheel for numpy (pyproject.toml): still running... 07:51:06 Building wheel for numpy (pyproject.toml): still running... 07:54:57 Building wheel for numpy (pyproject.toml): still running... 07:56:34 Building wheel for numpy (pyproject.toml): still running... 07:58:26 Building wheel for numpy (pyproject.toml): still running... 07:58:40 Building wheel for numpy (pyproject.toml): finished with status 'done' 07:58:40 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18627148 sha256=ff22729b188184920e8fe28f0725bd02015edbe908e68a7bafb5f7bff8b55187 07:58:40 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 07:58:40 Building wheel for psutil (pyproject.toml): started 07:58:51 Building wheel for psutil (pyproject.toml): finished with status 'done' 07:58:51 Created wheel for psutil: filename=psutil-5.9.5-cp310-abi3-linux_aarch64.whl size=274844 sha256=bc1bc9b787c082a1760ef80cc1335a36c27730f5dc4e8428cd375f9ed61b22ee 07:58:51 Stored in directory: /root/.cache/pip/wheels/1f/3a/db/ba9717f3efd7f8da8910eca12dc9cd15d404035397af627e7c 07:58:51 Building wheel for psycopg2 (setup.py): started 07:59:58 Building wheel for psycopg2 (setup.py): still running... 07:59:59 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:59:59 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470368 sha256=e33bb73c906692f46ae3524a534edb9edaafc16eb8d2c72a85d8d6a7e6462a68 07:59:59 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 07:59:59 Building wheel for flex (setup.py): started 08:00:02 Building wheel for flex (setup.py): finished with status 'done' 08:00:02 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=eed13cb55ed5c8c4c74116802cb1a7f09946a77035b846f821cf5a9c7d578a0d 08:00:02 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 08:00:02 Building wheel for GenSON (setup.py): started 08:00:03 Building wheel for GenSON (setup.py): finished with status 'done' 08:00:03 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21270 sha256=ffb88b9ee1ac1e789eb331b317fbe5ca816b79ec991f3928ad1d2b533352435a 08:00:03 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 08:00:03 Building wheel for PyYAML (pyproject.toml): started 08:00:06 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 08:00:06 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_aarch64.whl size=45364 sha256=de43a7f51b9f18428b2be34365c442c8d770b4fbc892a7868b69ed5c75b025ac 08:00:06 Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c 08:00:07 Building wheel for strict-rfc3339 (setup.py): started 08:00:08 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 08:00:08 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18127 sha256=8dbc9e42ea6dfcee7cade6bbc086bf3631605d1a41aa6a4c8ebc78823c51a7c7 08:00:08 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 08:00:08 Building wheel for validate-email (setup.py): started 08:00:10 Building wheel for validate-email (setup.py): finished with status 'done' 08:00:10 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=59c92c584f2ba765d1110df965b45609ea38b633a01cea621c8a1033d4305b81 08:00:10 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 08:00:10 Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email 08:00:13 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 08:01:20 Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.3 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.3 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.5 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.16.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.6.0 referencing-0.30.2 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.10.0 selenium-4.12.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.2 wsproto-1.2.0 08:01:20 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 08:02:07 Removing intermediate container ce33e71a3056 08:02:07 ---> 00da6b802896 08:02:07 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 08:02:07 ---> Running in 4a933380edaa 08:02:07 Removing intermediate container 4a933380edaa 08:02:07 ---> 77c92e588524 08:02:07 Step 11/13 : LABEL arch=arm64 08:02:07 ---> Running in 5520b8d53c28 08:02:07 Removing intermediate container 5520b8d53c28 08:02:07 ---> 0957665e3f61 08:02:07 Step 12/13 : LABEL git_sha=f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 08:02:07 ---> Running in 9ec453485b2f 08:02:07 Removing intermediate container 9ec453485b2f 08:02:07 ---> 374b9d21149d 08:02:07 Step 13/13 : LABEL version=0.0.2-dev.34 08:02:07 ---> Running in 3a09949b11e4 08:02:07 Removing intermediate container 3a09949b11e4 08:02:07 ---> 09d26ee72783 08:02:07 [Warning] One or more build-args [ARCH] were not consumed 08:02:07 Successfully built 09d26ee72783 08:02:07 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 08:02:07 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 08:02:07 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 08:02:07 latest 08:02:07 0.0.2-dev.34 08:02:07 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 08:02:07 main 08:02:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:02:08 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:02:08 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 08:02:08 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:02:08 3243573ff6f4: Preparing 08:02:08 2f20616416e6: Preparing 08:02:08 fd314186242f: Preparing 08:02:08 b483b3106927: Preparing 08:02:08 740df91ae788: Preparing 08:02:08 5bf92d2fc2cf: Preparing 08:02:08 5bf92d2fc2cf: Waiting 08:02:08 b483b3106927: Pushed 08:02:08 2f20616416e6: Pushed 08:02:08 fd314186242f: Pushed 08:02:08 740df91ae788: Pushed 08:02:11 5bf92d2fc2cf: Layer already exists 08:06:03 3243573ff6f4: Pushed 08:06:03 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:03 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:03 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 08:06:03 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:06:03 3243573ff6f4: Preparing 08:06:03 2f20616416e6: Preparing 08:06:03 fd314186242f: Preparing 08:06:03 b483b3106927: Preparing 08:06:03 740df91ae788: Preparing 08:06:03 5bf92d2fc2cf: Preparing 08:06:03 5bf92d2fc2cf: Waiting 08:06:03 b483b3106927: Layer already exists 08:06:03 3243573ff6f4: Layer already exists 08:06:03 2f20616416e6: Layer already exists 08:06:03 740df91ae788: Layer already exists 08:06:03 fd314186242f: Layer already exists 08:06:03 5bf92d2fc2cf: Layer already exists 08:06:03 latest: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:04 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:04 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 08:06:04 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:06:04 3243573ff6f4: Preparing 08:06:04 2f20616416e6: Preparing 08:06:04 fd314186242f: Preparing 08:06:04 b483b3106927: Preparing 08:06:04 740df91ae788: Preparing 08:06:04 5bf92d2fc2cf: Preparing 08:06:04 5bf92d2fc2cf: Waiting 08:06:04 2f20616416e6: Layer already exists 08:06:04 3243573ff6f4: Layer already exists 08:06:04 fd314186242f: Layer already exists 08:06:04 b483b3106927: Layer already exists 08:06:04 740df91ae788: Layer already exists 08:06:04 5bf92d2fc2cf: Layer already exists 08:06:04 0.0.2-dev.34: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:04 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:05 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 08:06:05 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:06:05 3243573ff6f4: Preparing 08:06:05 2f20616416e6: Preparing 08:06:05 fd314186242f: Preparing 08:06:05 b483b3106927: Preparing 08:06:05 740df91ae788: Preparing 08:06:05 5bf92d2fc2cf: Preparing 08:06:05 5bf92d2fc2cf: Waiting 08:06:05 740df91ae788: Layer already exists 08:06:05 fd314186242f: Layer already exists 08:06:05 b483b3106927: Layer already exists 08:06:05 2f20616416e6: Layer already exists 08:06:05 3243573ff6f4: Layer already exists 08:06:05 5bf92d2fc2cf: Layer already exists 08:06:05 f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:05 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:06 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 08:06:06 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 08:06:06 3243573ff6f4: Preparing 08:06:06 2f20616416e6: Preparing 08:06:06 fd314186242f: Preparing 08:06:06 b483b3106927: Preparing 08:06:06 740df91ae788: Preparing 08:06:06 5bf92d2fc2cf: Preparing 08:06:06 5bf92d2fc2cf: Waiting 08:06:06 3243573ff6f4: Layer already exists 08:06:06 740df91ae788: Layer already exists 08:06:06 2f20616416e6: Layer already exists 08:06:06 fd314186242f: Layer already exists 08:06:06 b483b3106927: Layer already exists 08:06:06 5bf92d2fc2cf: Layer already exists 08:06:06 main: digest: sha256:b392f17b2858c5693a05facb860b20620023a9b1668730fa8db60c85c867a575 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:06 ===================================================== [Pipeline] echo 08:06:06 taggedImages: 08:06:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403 08:06:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 08:06:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.34 08:06:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:f35126981e6d5d3a7e37e7fccbbc339fbd8c4403-0.0.2-dev.34 08:06:06 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:06 08:06:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:07 arm64: Pulling from edgex-lftools-log-publisher 08:06:07 8998bd30e6a1: Pulling fs layer 08:06:07 04944245beec: Pulling fs layer 08:06:07 699f458cf7ca: Pulling fs layer 08:06:07 765212b225bb: Pulling fs layer 08:06:07 f23df028b6ca: Pulling fs layer 08:06:07 d65c8cfc05b1: Pulling fs layer 08:06:07 2437ff75d9bd: Pulling fs layer 08:06:07 765212b225bb: Waiting 08:06:07 f23df028b6ca: Waiting 08:06:07 04944245beec: Verifying Checksum 08:06:07 04944245beec: Download complete 08:06:07 765212b225bb: Verifying Checksum 08:06:07 765212b225bb: Download complete 08:06:07 f23df028b6ca: Download complete 08:06:07 d65c8cfc05b1: Verifying Checksum 08:06:07 d65c8cfc05b1: Download complete 08:06:07 699f458cf7ca: Verifying Checksum 08:06:07 699f458cf7ca: Download complete 08:06:08 8998bd30e6a1: Verifying Checksum 08:06:08 8998bd30e6a1: Download complete 08:06:10 2437ff75d9bd: Verifying Checksum 08:06:10 2437ff75d9bd: Download complete 08:06:12 8998bd30e6a1: Pull complete 08:06:12 04944245beec: Pull complete 08:06:17 699f458cf7ca: Pull complete 08:06:17 765212b225bb: Pull complete 08:06:18 f23df028b6ca: Pull complete 08:06:18 d65c8cfc05b1: Pull complete 08:06:33 2437ff75d9bd: Pull complete 08:06:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:33 prd-ubuntu20.04-docker-arm64-4c-16g-5246 does not seem to be running inside a container 08:06:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 08:06:35 $ docker top 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:36 ---> job-cost.sh 08:06:36 lf-activate-venv: SKIPPING 08:06:36 INFO: No Stack... 08:06:37 INFO: Retrieving Pricing Info for: v3-standard-4 08:06:37 INFO: Archiving Costs [Pipeline] sh 08:06:38 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 08:06:38 + cut -d, -f6 [Pipeline] lock 08:06:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] 08:06:38 Resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] did not exist. Created. 08:06:38 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:06:38 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-4dcffa3d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:06:39 + echo total: 0.10999999940395355 [Pipeline] stash 08:06:39 Warning: overwriting stash ‘stack-cost’ 08:06:39 Stashed 1 file(s) [Pipeline] } 08:06:39 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-26-stack-cost] [Pipeline] // lock [Pipeline] } 08:06:39 $ docker stop --time=1 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e 08:06:41 $ docker rm -f --volumes 6f637fd90b5cad87f8b4d6eca886b6c381badb3b0d3a3e30717c8fa21613c13e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:06:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:06:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:06:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:42 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 08:06:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:06:42 $ docker top ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 -eo pid,comm 08:06:42 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). 08:06:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:06:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:06:42 [ssh-agent] Looking for ssh-agent implementation... 08:06:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:06:42 $ docker exec ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 ssh-agent 08:06:42 SSH_AUTH_SOCK=/tmp/ssh-2i8hfzHB5xsb/agent.31 08:06:42 SSH_AGENT_PID=36 08:06:42 Running ssh-add (command line suppressed) 08:06:42 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8967585106368904767.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_8967585106368904767.key) 08:06:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:06:43 + git semver tag 08:06:43 2023-09-04 08:06:43,285 [run_tag] DEBUG tag force:False 08:06:43 2023-09-04 08:06:43,285 [check_head_tag] DEBUG check head tag 08:06:43 2023-09-04 08:06:43,286 [execute] INFO git cat-file --batch-check 08:06:43 2023-09-04 08:06:43,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 08:06:43 2023-09-04 08:06:43,291 [execute] INFO git cat-file --batch 08:06:43 2023-09-04 08:06:43,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 08:06:43 2023-09-04 08:06:43,306 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:06:43 2023-09-04 08:06:43,306 [execute] INFO git tag -a v0.0.2-dev.34 -m v0.0.2-dev.34 08:06:43 2023-09-04 08:06:43,306 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.34', '-m', 'v0.0.2-dev.34'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 08:06:43 2023-09-04 08:06:43,311 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:06:43 0.0.2-dev.34 [Pipeline] } 08:06:43 $ docker exec --env ******** --env ******** ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 ssh-agent -k 08:06:43 unset SSH_AUTH_SOCK; 08:06:43 unset SSH_AGENT_PID; 08:06:43 echo Agent pid 36 killed; 08:06:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:06:43 + git semver [Pipeline] } 08:06:44 $ docker stop --time=1 ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 08:06:45 $ docker rm -f --volumes ba6d05ac9dfd2b3013e4b592073d8f2ee3bc709095f8d5e6d978141a5401ca91 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:06:45 08:06:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:06:46 0.23.1-centos7: Pulling from edgex-lftools 08:06:46 ab5ef0e58194: Pulling fs layer 08:06:46 9712f1f96733: Pulling fs layer 08:06:46 63f879dbbcfc: Pulling fs layer 08:06:46 0d9ebad4ef96: Pulling fs layer 08:06:46 e9a5061849ea: Pulling fs layer 08:06:46 d747dcd14b5f: Pulling fs layer 08:06:46 2de7ff778b66: Pulling fs layer 08:06:46 e9a5061849ea: Waiting 08:06:46 d747dcd14b5f: Waiting 08:06:46 2de7ff778b66: Waiting 08:06:46 0d9ebad4ef96: Waiting 08:06:46 9712f1f96733: Verifying Checksum 08:06:46 9712f1f96733: Download complete 08:06:46 63f879dbbcfc: Verifying Checksum 08:06:46 63f879dbbcfc: Download complete 08:06:46 e9a5061849ea: Verifying Checksum 08:06:46 e9a5061849ea: Download complete 08:06:46 d747dcd14b5f: Verifying Checksum 08:06:46 d747dcd14b5f: Download complete 08:06:46 0d9ebad4ef96: Verifying Checksum 08:06:46 0d9ebad4ef96: Download complete 08:06:46 ab5ef0e58194: Verifying Checksum 08:06:46 ab5ef0e58194: Download complete 08:06:46 2de7ff778b66: Verifying Checksum 08:06:46 2de7ff778b66: Download complete 08:06:49 ab5ef0e58194: Pull complete 08:06:49 9712f1f96733: Pull complete 08:06:49 63f879dbbcfc: Pull complete 08:06:53 0d9ebad4ef96: Pull complete 08:06:53 e9a5061849ea: Pull complete 08:06:53 d747dcd14b5f: Pull complete 08:06:54 2de7ff778b66: Pull complete 08:06:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:06:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:06:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:54 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 08:06:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:07:03 $ docker top 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:07:03 provisioning config files... 08:07:03 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config349895255626658675tmp 08:07:03 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config13966543002522690188tmp 08:07:03 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3148713500453811793tmp [Pipeline] { [Pipeline] echo 08:07:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:07:04 ---> sigul-configuration.sh 08:07:04 gpg: directory `/root/.gnupg' created 08:07:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:07:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:07:04 gpg: keyring `/root/.gnupg/secring.gpg' created 08:07:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:07:04 gpg: CAST5 encrypted data 08:07:04 gpg: encrypted with 1 passphrase 08:07:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:07:04 + mkdir /home/jenkins 08:07:04 + mkdir /home/jenkins/sigul [Pipeline] sh 08:07:04 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:07:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:07:04 ---> sigul-install.sh 08:07:04 Sigul already installed; skipping installation. [Pipeline] sh 08:07:05 + git tag --list 08:07:05 v0.0.1 08:07:05 v0.0.2-dev.1 08:07:05 v0.0.2-dev.10 08:07:05 v0.0.2-dev.11 08:07:05 v0.0.2-dev.12 08:07:05 v0.0.2-dev.13 08:07:05 v0.0.2-dev.14 08:07:05 v0.0.2-dev.15 08:07:05 v0.0.2-dev.16 08:07:05 v0.0.2-dev.17 08:07:05 v0.0.2-dev.18 08:07:05 v0.0.2-dev.19 08:07:05 v0.0.2-dev.2 08:07:05 v0.0.2-dev.20 08:07:05 v0.0.2-dev.21 08:07:05 v0.0.2-dev.22 08:07:05 v0.0.2-dev.23 08:07:05 v0.0.2-dev.24 08:07:05 v0.0.2-dev.25 08:07:05 v0.0.2-dev.26 08:07:05 v0.0.2-dev.27 08:07:05 v0.0.2-dev.28 08:07:05 v0.0.2-dev.29 08:07:05 v0.0.2-dev.3 08:07:05 v0.0.2-dev.30 08:07:05 v0.0.2-dev.31 08:07:05 v0.0.2-dev.32 08:07:05 v0.0.2-dev.33 08:07:05 v0.0.2-dev.34 08:07:05 v0.0.2-dev.4 08:07:05 v0.0.2-dev.5 08:07:05 v0.0.2-dev.6 08:07:05 v0.0.2-dev.7 08:07:05 v0.0.2-dev.8 08:07:05 v0.0.2-dev.9 [Pipeline] sh 08:07:05 + lftools sign git-tag v0.0.2-dev.34 08:07:06 Signing Git tag with Sigul... 08:07:06 Signing v0.0.2-dev.34 [Pipeline] echo 08:07:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:07:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:07:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:07:06 $ docker stop --time=1 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 08:07:08 $ docker rm -f --volumes 17fd980bbb1b06b9a58ca480bb35d6206d0555b5b22f3cacd8d154731d981898 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:07:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:07:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:07:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:08 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 08:07:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:07:09 $ docker top 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc -eo pid,comm 08:07:09 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). 08:07:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:09 [ssh-agent] Looking for ssh-agent implementation... 08:07:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:09 $ docker exec 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc ssh-agent 08:07:09 SSH_AUTH_SOCK=/tmp/ssh-jp49pHh3w0dX/agent.32 08:07:09 SSH_AGENT_PID=38 08:07:09 Running ssh-add (command line suppressed) 08:07:09 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11159296541424024842.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_11159296541424024842.key) 08:07:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:10 + git semver bump pre 08:07:10 2023-09-04 08:07:10,210 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:07:10 2023-09-04 08:07:10,210 [bump_version] DEBUG bumping version:0.0.2-dev.34 on axis:pre with prefix:dev 08:07:10 2023-09-04 08:07:10,210 [bump_version] DEBUG bumped version:0.0.2-dev.35 08:07:10 2023-09-04 08:07:10,210 [write_version] DEBUG write version:0.0.2-dev.35 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 08:07:10 2023-09-04 08:07:10,210 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:07:10 2023-09-04 08:07:10,210 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:07:10 2023-09-04 08:07:10,212 [execute] INFO git cat-file --batch-check 08:07:10 2023-09-04 08:07:10,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 08:07:10 2023-09-04 08:07:10,217 [execute] INFO git cat-file --batch 08:07:10 2023-09-04 08:07:10,217 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 08:07:10 2023-09-04 08:07:10,222 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:07:10 0.0.2-dev.35 [Pipeline] } 08:07:10 $ docker exec --env ******** --env ******** 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc ssh-agent -k 08:07:10 unset SSH_AUTH_SOCK; 08:07:10 unset SSH_AGENT_PID; 08:07:10 echo Agent pid 38 killed; 08:07:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:10 + git semver [Pipeline] } 08:07:10 $ docker stop --time=1 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc 08:07:12 $ docker rm -f --volumes 139c321cda928c25fd2cac6dc030469253a29ca668ff18195c7e77e089ff9ebc [Pipeline] // withDockerContainer [Pipeline] sh 08:07:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:07:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:07:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:12 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 08:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:07:13 $ docker top b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 -eo pid,comm 08:07:13 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). 08:07:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:13 [ssh-agent] Looking for ssh-agent implementation... 08:07:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:13 $ docker exec b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 ssh-agent 08:07:13 SSH_AUTH_SOCK=/tmp/ssh-lSp5FhHpv4mc/agent.34 08:07:13 SSH_AGENT_PID=40 08:07:13 Running ssh-add (command line suppressed) 08:07:13 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18146009443476937404.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18146009443476937404.key) 08:07:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:13 + git semver push 08:07:14 2023-09-04 08:07:14,139 [run_push] DEBUG push 08:07:14 2023-09-04 08:07:14,140 [execute] INFO git cat-file --batch-check 08:07:14 2023-09-04 08:07:14,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 08:07:14 2023-09-04 08:07:14,144 [execute] INFO git rev-list f78c91f7ae660e3bef7d80aded78da84e4561c01 -- 08:07:14 2023-09-04 08:07:14,144 [execute] DEBUG Popen(['git', 'rev-list', 'f78c91f7ae660e3bef7d80aded78da84e4561c01', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 08:07:14 2023-09-04 08:07:14,150 [execute] INFO git fetch -v origin 08:07:14 2023-09-04 08:07:14,150 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) 08:07:14 2023-09-04 08:07:14,727 [run_push] DEBUG no remote changes detected 08:07:14 2023-09-04 08:07:14,727 [execute] INFO git push origin semver 08:07:14 2023-09-04 08:07:14,727 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 08:07:15 2023-09-04 08:07:15,410 [run_push] DEBUG push all version tags 08:07:15 2023-09-04 08:07:15,411 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:07:15 2023-09-04 08:07:15,411 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 08:07:16 2023-09-04 08:07:16,311 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 08:07:16 0.0.2-dev.35 [Pipeline] } 08:07:16 $ docker exec --env ******** --env ******** b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 ssh-agent -k 08:07:16 unset SSH_AUTH_SOCK; 08:07:16 unset SSH_AGENT_PID; 08:07:16 echo Agent pid 40 killed; 08:07:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:17 + git semver [Pipeline] } 08:07:17 $ docker stop --time=1 b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 08:07:18 $ docker rm -f --volumes b57a2a7e751850fd04a20949f84c7b276119220c18a0a644eec6dda966e3d1a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:07:19 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 08:07:19 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:07:19 total 16 08:07:19 drwxr-xr-x 3 root root 4096 Sep 4 07:29 . 08:07:19 drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 08:07 .. 08:07:19 drwxr-xr-x 2 root root 4096 Sep 4 07:29 cost 08:07:19 -rw-r--r-- 1 root root 87 Sep 4 07:29 cost.csv 08:07:19 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:07:19 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 08:07:19 total 16 08:07:19 drwxr-xr-x 3 jenkins jenkins 4096 Sep 4 07:29 . 08:07:19 drwxrwxr-x 8 jenkins jenkins 4096 Sep 4 08:07 .. 08:07:19 drwxr-xr-x 2 jenkins jenkins 4096 Sep 4 07:29 cost 08:07:19 -rw-r--r-- 1 jenkins jenkins 87 Sep 4 07:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:07:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:07:20 ---> package-listing.sh 08:07:20 ++ facter osfamily 08:07:20 ++ tr '[:upper:]' '[:lower:]' 08:07:20 + OS_FAMILY=debian 08:07:20 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 08:07:20 + START_PACKAGES=/tmp/packages_start.txt 08:07:20 + END_PACKAGES=/tmp/packages_end.txt 08:07:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:07:20 + PACKAGES=/tmp/packages_start.txt 08:07:20 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:07:20 + PACKAGES=/tmp/packages_end.txt 08:07:20 + case "${OS_FAMILY}" in 08:07:20 + dpkg -l 08:07:20 + grep '^ii' 08:07:20 + '[' -f /tmp/packages_start.txt ']' 08:07:20 + '[' -f /tmp/packages_end.txt ']' 08:07:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:07:20 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 08:07:20 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 08:07:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 08:07:20 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 08:07:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:07:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:07:21 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 08:07:21 $ 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 08:07:21 $ docker top 859fd332eca55f1a9910a0103e976a7cc8e08209dbcbc5a44a14d331d3ed4526 -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:22 + touch /tmp/pre-build-complete [Pipeline] sh 08:07:22 + mkdir -p /var/log/sysstat [Pipeline] sh 08:07:22 + ls /var/log/sa-host 08:07:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:07:22 provisioning config files... 08:07:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15164228559009627338tmp [Pipeline] { [Pipeline] echo 08:07:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:07:23 ---> create-netrc.sh [Pipeline] } 08:07:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:07:23 ---> python-tools-install.sh [Pipeline] echo 08:07:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:07:23 ---> sudo-logs.sh 08:07:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:07:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:07:24 ---> job-cost.sh 08:07:24 lf-activate-venv: SKIPPING 08:07:24 DEBUG: total: 0.2199999988079071 08:07:24 INFO: Retrieving Stack Cost... 08:07:24 INFO: Retrieving Pricing Info for: v3-standard-8 08:07:24 INFO: Archiving Costs [Pipeline] echo 08:07:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:07:25 ---> logs-deploy.sh 08:07:25 lf-activate-venv: SKIPPING 08:07:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/26 08:07:25 INFO: archiving workspace using pattern(s): 08:07:26 Archives upload complete. 08:07:26 INFO: archiving logs to Nexus