Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 708500f99bdc18627f9f54c6595d62644b939aea 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-ssh17698068473172269002.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh13694032425243040133.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh11558003378499022123.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh11047436730366001871.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-ssh6482142988980552242.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-taf-common, mavenSettings:taf-settings, dockerNexusRepo:snapshots, semver:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: taf-settings PROJECT: edgex-taf-common USE_SEMVER: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-taf-common DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-taf-common-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-18539 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 708500f99bdc18627f9f54c6595d62644b939aea (main) Commit message: "Merge pull request #62 from edgexfoundry/dependabot/pip/robotframework-requests-0.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 708500f99bdc18627f9f54c6595d62644b939aea # timeout=10 > git rev-list --no-walk d45b480570ad3366e414efd86fef725bebb77f3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:30:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:30:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:30:46 ========================================================= 06:30:46 EdgeX Global Pipelines Version Info 06:30:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:30:47 ------------------- 06:30:47 stable info: 06:30:47 ------------------- 06:30:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:30:47 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 06:30:47 Message: update stable to v1.0.250 06:30:48 ------------------- 06:30:48 experimental info: 06:30:48 ------------------- 06:30:48 Commited By: **** collab-it+edgex@linuxfoundation.org 06:30:48 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 06:30:48 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 708500f99bdc18627f9f54c6595d62644b939aea [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 708500f [Pipeline] echo 06:30:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:30:48 provisioning config files... 06:30:48 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config12728370687650678924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:48 ---> docker-login.sh 06:30:48 nexus3.edgexfoundry.org:10001 06:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:49 Configure a credential helper to remove this warning. See 06:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:49 06:30:49 Login Succeeded 06:30:49 nexus3.edgexfoundry.org:10002 06:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:49 Configure a credential helper to remove this warning. See 06:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:49 06:30:49 Login Succeeded 06:30:49 nexus3.edgexfoundry.org:10003 06:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:49 Configure a credential helper to remove this warning. See 06:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:49 06:30:49 Login Succeeded 06:30:49 nexus3.edgexfoundry.org:10004 06:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:49 Configure a credential helper to remove this warning. See 06:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:49 06:30:49 Login Succeeded 06:30:49 docker.io 06:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:49 Configure a credential helper to remove this warning. See 06:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:49 06:30:49 Login Succeeded 06:30:49 ---> docker-login.sh ends [Pipeline] } 06:30:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:30:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:30:50 + grep -v github /etc/ssh/ssh_known_hosts 06:30:50 + [ -e /tmp/ssh_known_hosts ] 06:30:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:30:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:30:50 + sudo tee -a /etc/ssh/ssh_known_hosts 06:30:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:30:50 06:30:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:30:51 0.1.4: Pulling from edgex-devops/py-git-semver 06:30:51 b85a868b505f: Pulling fs layer 06:30:51 e2be974225ed: Pulling fs layer 06:30:51 339a4e72a1f5: Pulling fs layer 06:30:51 988bab9f4d93: Pulling fs layer 06:30:51 1469e6f7b9e6: Pulling fs layer 06:30:51 eaf3925da568: Pulling fs layer 06:30:51 bab4dde63d76: Pulling fs layer 06:30:51 bde34c3a00c8: Pulling fs layer 06:30:51 b352a97aabf1: Pulling fs layer 06:30:51 4872d77fe225: Pulling fs layer 06:30:51 5851b861e8e6: Pulling fs layer 06:30:51 988bab9f4d93: Waiting 06:30:51 1469e6f7b9e6: Waiting 06:30:51 bde34c3a00c8: Waiting 06:30:51 eaf3925da568: Waiting 06:30:51 bab4dde63d76: Waiting 06:30:51 b352a97aabf1: Waiting 06:30:51 4872d77fe225: Waiting 06:30:51 e2be974225ed: Verifying Checksum 06:30:51 e2be974225ed: Download complete 06:30:51 988bab9f4d93: Download complete 06:30:51 1469e6f7b9e6: Verifying Checksum 06:30:51 1469e6f7b9e6: Download complete 06:30:51 eaf3925da568: Verifying Checksum 06:30:51 eaf3925da568: Download complete 06:30:51 339a4e72a1f5: Verifying Checksum 06:30:51 339a4e72a1f5: Download complete 06:30:51 bde34c3a00c8: Verifying Checksum 06:30:51 bde34c3a00c8: Download complete 06:30:51 b352a97aabf1: Download complete 06:30:51 4872d77fe225: Download complete 06:30:51 5851b861e8e6: Verifying Checksum 06:30:51 5851b861e8e6: Download complete 06:30:51 b85a868b505f: Verifying Checksum 06:30:51 b85a868b505f: Download complete 06:30:51 bab4dde63d76: Verifying Checksum 06:30:51 bab4dde63d76: Download complete 06:30:52 b85a868b505f: Pull complete 06:30:52 e2be974225ed: Pull complete 06:30:53 339a4e72a1f5: Pull complete 06:30:53 988bab9f4d93: Pull complete 06:30:53 1469e6f7b9e6: Pull complete 06:30:53 eaf3925da568: Pull complete 06:30:55 bab4dde63d76: Pull complete 06:30:55 bde34c3a00c8: Pull complete 06:30:55 b352a97aabf1: Pull complete 06:30:55 4872d77fe225: Pull complete 06:30:55 5851b861e8e6: Pull complete 06:30:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:30:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:30:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:30:55 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 06:30:55 $ 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 06:30:58 $ docker top 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 -eo pid,comm 06:30:58 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). 06:30:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:30:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:30:58 [ssh-agent] Looking for ssh-agent implementation... 06:30:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:30:58 $ docker exec 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 ssh-agent 06:30:58 SSH_AUTH_SOCK=/tmp/ssh-s6y4djFAiE5B/agent.32 06:30:58 SSH_AGENT_PID=38 06:30:58 Running ssh-add (command line suppressed) 06:30:58 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18154697158635211554.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18154697158635211554.key) 06:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:30:58 + git tag --points-at HEAD [Pipeline] } 06:30:58 $ docker exec --env ******** --env ******** 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 ssh-agent -k 06:30:58 unset SSH_AUTH_SOCK; 06:30:58 unset SSH_AGENT_PID; 06:30:58 echo Agent pid 38 killed; 06:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:30:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:30:59 [ssh-agent] Looking for ssh-agent implementation... 06:30:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:30:59 $ docker exec 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 ssh-agent 06:30:59 SSH_AUTH_SOCK=/tmp/ssh-THR6XT8dPG10/agent.70 06:30:59 SSH_AGENT_PID=76 06:30:59 Running ssh-add (command line suppressed) 06:30:59 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18388613965102978997.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_18388613965102978997.key) 06:30:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:30:59 + git semver init 06:30:59 2023-06-13 06:30:59,841 [run_init] DEBUG init version:0.0.0 force:False 06:30:59 2023-06-13 06:30:59,842 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 06:30:59 2023-06-13 06:30:59,842 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 06:30:59 2023-06-13 06:30:59,843 [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) 06:31:00 2023-06-13 06:31:00,411 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 06:31:00 2023-06-13 06:31:00,412 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 06:31:00 2023-06-13 06:31:00,412 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 06:31:00 2023-06-13 06:31:00,412 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 06:31:00 0.0.2-dev.28 [Pipeline] } 06:31:00 $ docker exec --env ******** --env ******** 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 ssh-agent -k 06:31:00 unset SSH_AUTH_SOCK; 06:31:00 unset SSH_AGENT_PID; 06:31:00 echo Agent pid 76 killed; 06:31:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:31:00 + git semver [Pipeline] } 06:31:01 $ docker stop --time=1 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 06:31:02 $ docker rm -f --volumes 5a8af7e7c29ca27221d5c5b50ccf4465df23a39b3ce4ff49348fa0489d859276 [Pipeline] // withDockerContainer [Pipeline] sh 06:31:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:31:03 Stashed 1 file(s) [Pipeline] echo 06:31:03 [edgeXSemver]: initialized semver on version 0.0.2-dev.28 [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 06:31:03 provisioning config files... 06:31:03 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config4249181272128005941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:03 ---> docker-login.sh 06:31:03 nexus3.edgexfoundry.org:10001 06:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:03 Configure a credential helper to remove this warning. See 06:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:03 06:31:03 Login Succeeded 06:31:03 nexus3.edgexfoundry.org:10002 06:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:03 Configure a credential helper to remove this warning. See 06:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:03 06:31:03 Login Succeeded 06:31:03 nexus3.edgexfoundry.org:10003 06:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:03 Configure a credential helper to remove this warning. See 06:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:03 06:31:03 Login Succeeded 06:31:03 nexus3.edgexfoundry.org:10004 06:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:03 Configure a credential helper to remove this warning. See 06:31:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:03 06:31:03 Login Succeeded 06:31:03 docker.io 06:31:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:04 Configure a credential helper to remove this warning. See 06:31:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:04 06:31:04 Login Succeeded 06:31:04 ---> docker-login.sh ends [Pipeline] } 06:31:04 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 06:31:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:31:04 + ls -al . 06:31:04 total 72 06:31:04 drwxrwxr-x 7 jenkins jenkins 4096 Jun 13 06:31 . 06:31:04 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:30 .. 06:31:04 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:31 .git 06:31:04 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:30 .github 06:31:04 -rw-rw-r-- 1 jenkins jenkins 22 Jun 13 06:30 .gitignore 06:31:04 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:31 .semver 06:31:04 -rw-rw-r-- 1 jenkins jenkins 1575 Jun 13 06:30 Dockerfile 06:31:04 -rw-rw-r-- 1 jenkins jenkins 746 Jun 13 06:30 Jenkinsfile 06:31:04 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 13 06:30 LICENSE 06:31:04 -rw-rw-r-- 1 jenkins jenkins 3606 Jun 13 06:30 README.md 06:31:04 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:30 TAF-Manager 06:31:04 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:30 TUC 06:31:04 -rw-rw-r-- 1 jenkins jenkins 12 Jun 13 06:31 VERSION 06:31:04 -rw-rw-r-- 1 jenkins jenkins 344 Jun 13 06:30 requirements.txt 06:31:04 -rw-rw-r-- 1 jenkins jenkins 54 Jun 13 06:30 robot-entrypoint.sh 06:31:04 -rw-rw-r-- 1 jenkins jenkins 445 Jun 13 06:30 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:05 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=708500f99bdc18627f9f54c6595d62644b939aea --label arch=amd64 --label version=0.0.2-dev.28 . 06:31:05 Sending build context to Docker daemon 476.2kB 06:31:05 Step 1/13 : FROM alpine:3.16 06:31:05 3.16: Pulling from library/alpine 06:31:05 91d30c5bc195: Pulling fs layer 06:31:05 91d30c5bc195: Verifying Checksum 06:31:05 91d30c5bc195: Download complete 06:31:06 91d30c5bc195: Pull complete 06:31:06 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 06:31:06 Status: Downloaded newer image for alpine:3.16 06:31:06 ---> 8471affe5de5 06:31:06 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 06:31:06 ---> Running in f65f6a2c5aa9 06:31:06 Removing intermediate container f65f6a2c5aa9 06:31:06 ---> d6714209b406 06:31:06 Step 3/13 : LABEL maintainer="Bruce Huang " 06:31:06 ---> Running in 058daf0f3380 06:31:06 Removing intermediate container 058daf0f3380 06:31:06 ---> 87ad7d103646 06:31:06 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 06:31:06 ---> 0824b64b2b20 06:31:06 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 06:31:06 ---> dd191afec9c6 06:31:06 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 06:31:07 ---> d7dbb45ea9c9 06:31:07 Step 7/13 : WORKDIR /edgex-taf 06:31:07 ---> Running in 28a23fffd56e 06:31:07 Removing intermediate container 28a23fffd56e 06:31:07 ---> d3f007a02634 06:31:07 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:07 ---> Running in cc7374da9d96 06:31:07 Removing intermediate container cc7374da9d96 06:31:07 ---> 34a01636b173 06:31:07 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 06:31:08 ---> Running in 30922f3959c6 06:31:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:09 (1/5) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 06:31:09 (2/5) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 06:31:10 (3/5) Upgrading libcrypto1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:31:10 (4/5) Upgrading libssl1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:31:11 (5/5) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 06:31:11 Executing busybox-1.35.0-r17.trigger 06:31:11 OK: 6 MiB in 14 packages 06:31:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:12 (1/9) Installing ca-certificates (20230506-r0) 06:31:13 (2/9) Installing brotli-libs (1.0.9-r6) 06:31:13 (3/9) Installing nghttp2-libs (1.47.0-r0) 06:31:13 (4/9) Installing libcurl (8.1.2-r0) 06:31:14 (5/9) Installing curl (8.1.2-r0) 06:31:14 (6/9) Installing docker-cli (20.10.20-r0) 06:31:15 (7/9) Installing oniguruma (6.9.8-r0) 06:31:15 (8/9) Installing jq (1.6-r1) 06:31:16 (9/9) Installing openssl (1.1.1u-r1) 06:31:16 Executing busybox-1.35.0-r17.trigger 06:31:16 Executing ca-certificates-20230506-r0.trigger 06:31:16 OK: 52 MiB in 23 packages 06:31:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:17 (1/137) Installing libmagic (5.41-r0) 06:31:18 (2/137) Installing file (5.41-r0) 06:31:18 Still waiting to schedule task 06:31:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:31:18 (3/137) Installing libxau (1.0.9-r0) 06:31:18 (4/137) Installing libxdmcp (1.1.3-r0) 06:31:18 (5/137) Installing libxcb (1.15-r0) 06:31:19 (6/137) Installing libx11 (1.8-r0) 06:31:19 (7/137) Installing libxext (1.3.4-r0) 06:31:19 (8/137) Installing libice (1.0.10-r0) 06:31:20 (9/137) Installing libuuid (2.38-r1) 06:31:20 (10/137) Installing libsm (1.2.3-r0) 06:31:20 (11/137) Installing libxt (1.2.1-r0) 06:31:21 (12/137) Installing libxmu (1.1.3-r0) 06:31:21 (13/137) Installing xset (1.2.4-r0) 06:31:21 (14/137) Installing xprop (1.2.5-r0) 06:31:22 (15/137) Installing xdg-utils (1.1.3-r3) 06:31:22 (16/137) Installing eudev-libs (3.2.11-r0) 06:31:22 (17/137) Installing pkgconf (1.8.1-r0) 06:31:23 (18/137) Installing libffi (3.4.2-r1) 06:31:23 (19/137) Installing libintl (0.21-r2) 06:31:23 (20/137) Installing libblkid (2.38-r1) 06:31:23 (21/137) Installing libmount (2.38-r1) 06:31:24 (22/137) Installing pcre (8.45-r2) 06:31:24 (23/137) Installing glib (2.72.4-r0) 06:31:25 (24/137) Installing xz-libs (5.2.5-r1) 06:31:25 (25/137) Installing libxml2 (2.9.14-r2) 06:31:26 (26/137) Installing shared-mime-info (2.2-r2) 06:31:26 (27/137) Installing hicolor-icon-theme (0.17-r1) 06:31:26 (28/137) Installing libjpeg-turbo (2.1.3-r1) 06:31:27 (29/137) Installing libpng (1.6.37-r1) 06:31:27 (30/137) Installing libwebp (1.2.3-r1) 06:31:28 (31/137) Installing zstd-libs (1.5.2-r1) 06:31:28 (32/137) Installing tiff (4.4.0-r3) 06:31:28 (33/137) Installing gdk-pixbuf (2.42.8-r0) 06:31:29 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 06:31:29 (35/137) Installing libxcomposite (0.4.5-r0) 06:31:29 (36/137) Installing libxfixes (6.0.0-r0) 06:31:29 (37/137) Installing libxrender (0.9.10-r3) 06:31:30 (38/137) Installing libxcursor (1.2.1-r0) 06:31:30 (39/137) Installing libxdamage (1.1.5-r1) 06:31:30 (40/137) Installing libxi (1.8-r0) 06:31:30 (41/137) Installing libxinerama (1.1.4-r1) 06:31:31 (42/137) Installing libxrandr (1.5.2-r1) 06:31:31 (43/137) Installing atk (2.38.0-r0) 06:31:31 (44/137) Installing libxtst (1.2.3-r3) 06:31:32 (45/137) Installing dbus-libs (1.14.8-r0) 06:31:32 (46/137) Installing at-spi2-core (2.44.1-r0) 06:31:32 (47/137) Installing at-spi2-atk (2.38.0-r0) 06:31:33 (48/137) Installing expat (2.5.0-r0) 06:31:33 (49/137) Installing libbz2 (1.0.8-r1) 06:31:33 (50/137) Installing freetype (2.12.1-r0) 06:31:33 (51/137) Installing fontconfig (2.14.0-r0) 06:31:34 (52/137) Installing pixman (0.40.0-r4) 06:31:34 (53/137) Installing cairo (1.17.4-r2) 06:31:35 (54/137) Installing cairo-gobject (1.17.4-r2) 06:31:35 (55/137) Installing avahi-libs (0.8-r6) 06:31:35 (56/137) Installing gmp (6.2.1-r2) 06:31:36 (57/137) Installing nettle (3.7.3-r0) 06:31:36 (58/137) Installing p11-kit (0.24.1-r0) 06:31:36 (59/137) Installing libtasn1 (4.18.0-r1) 06:31:37 (60/137) Installing libunistring (1.0-r0) 06:31:37 (61/137) Installing gnutls (3.7.7-r1) 06:31:38 (62/137) Installing cups-libs (2.4.2-r1) 06:31:38 (63/137) Installing libepoxy (1.5.10-r0) 06:31:39 (64/137) Installing fribidi (1.0.12-r0) 06:31:39 (65/137) Installing graphite2 (1.3.14-r1) 06:31:39 (66/137) Installing harfbuzz (4.3.0-r0) 06:31:40 (67/137) Installing libxft (2.3.4-r0) 06:31:40 (68/137) Installing pango (1.50.7-r0) 06:31:40 (69/137) Installing wayland-libs-client (1.20.0-r0) 06:31:40 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 06:31:41 (71/137) Installing wayland-libs-egl (1.20.0-r0) 06:31:41 (72/137) Installing xkeyboard-config (2.35.1-r0) 06:31:42 (73/137) Installing libxkbcommon (1.4.1-r0) 06:31:42 (74/137) Installing gtk+3.0 (3.24.34-r1) 06:31:42 Executing gtk+3.0-3.24.34-r1.post-install 06:31:43 (75/137) Installing libfontenc (1.1.4-r0) 06:31:43 (76/137) Installing mkfontscale (1.2.2-r0) 06:31:43 (77/137) Installing font-opensans (0_git20210927-r0) 06:31:44 (78/137) Installing libgcc (11.2.1_git20220219-r2) 06:31:44 (79/137) Installing libogg (1.3.5-r1) 06:31:44 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 06:31:45 (81/137) Installing flac (1.3.4-r0) 06:31:45 (82/137) Installing alsa-lib (1.2.7.2-r0) 06:31:46 (83/137) Installing libatomic (11.2.1_git20220219-r2) 06:31:46 (84/137) Installing sdl2 (2.0.22-r0) 06:31:46 (85/137) Installing aom-libs (3.3.0-r0) 06:31:47 (86/137) Installing libass (0.16.0-r0) 06:31:47 (87/137) Installing libdav1d (1.0.0-r0) 06:31:48 (88/137) Installing libpciaccess (0.16-r0) 06:31:48 (89/137) Installing libdrm (2.4.110-r0) 06:31:48 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) 06:31:48 (91/137) Installing ncurses-libs (6.3_p20220521-r1) 06:31:49 (92/137) Installing lame (3.100-r0) 06:31:49 (93/137) Installing opus (1.3.1-r1) 06:31:50 (94/137) Installing libasyncns (0.8-r1) 06:31:50 (95/137) Installing libltdl (2.4.7-r0) 06:31:50 (96/137) Installing orc (0.4.32-r0) 06:31:51 (97/137) Installing libvorbis (1.3.7-r0) 06:31:51 (98/137) Installing libsndfile (1.1.0-r0) 06:31:51 (99/137) Installing libgomp (11.2.1_git20220219-r2) 06:31:52 (100/137) Installing soxr (0.1.3-r2) 06:31:52 (101/137) Installing speexdsp (1.2.0-r0) 06:31:52 (102/137) Installing tdb-libs (1.4.6-r0) 06:31:53 (103/137) Installing libpulse (15.0-r2) 06:31:53 (104/137) Installing cjson (1.7.15-r3) 06:31:53 (105/137) Installing mbedtls (2.28.3-r0) 06:31:54 (106/137) Installing librist (0.2.6-r1) 06:31:54 (107/137) Installing libsrt (1.4.4-r0) 06:31:55 (108/137) Installing libssh (0.9.6-r1) 06:31:55 (109/137) Installing libtheora (1.1.1-r16) 06:31:55 (110/137) Installing v4l-utils-libs (1.22.1-r1) 06:31:56 (111/137) Installing libva (2.14.0-r0) 06:31:56 (112/137) Installing libvdpau (1.5-r0) 06:31:56 (113/137) Installing vidstab (1.1.0-r1) 06:31:57 (114/137) Installing libvpx (1.11.0-r1) 06:31:57 (115/137) Installing x264-libs (0.163_git20210613-r0) 06:31:58 (116/137) Installing numactl (2.0.14-r0) 06:31:58 (117/137) Installing x265-libs (3.5-r3) 06:31:59 (118/137) Installing xvidcore (1.3.7-r1) 06:31:59 (119/137) Installing ffmpeg-libs (5.0.3-r0) 06:32:00 (120/137) Installing libevent (2.1.12-r4) 06:32:00 (121/137) Installing mesa (21.3.9-r0) 06:32:00 (122/137) Installing wayland-libs-server (1.20.0-r0) 06:32:01 (123/137) Installing mesa-gbm (21.3.9-r0) 06:32:01 (124/137) Installing icu-data-en (71.1-r2) 06:32:01 Executing icu-data-en-71.1-r2.post-install 06:32:01 * 06:32:01 * If you need ICU with non-English locales and legacy charset support, install 06:32:01 * package icu-data-full. 06:32:01 * 06:32:01 (125/137) Installing icu-libs (71.1-r2) 06:32:02 (126/137) Installing lcms2 (2.13.1-r0) 06:32:02 (127/137) Installing minizip (1.2.12-r0) 06:32:02 (128/137) Installing nspr (4.33-r0) 06:32:03 (129/137) Installing sqlite-libs (3.40.1-r0) 06:32:03 (130/137) Installing nss (3.78.1-r0) 06:32:04 (131/137) Installing re2 (2022.04.01-r0) 06:32:04 (132/137) Installing snappy (1.1.9-r4) 06:32:04 (133/137) Installing libgpg-error (1.45-r0) 06:32:05 (134/137) Installing libgcrypt (1.10.1-r0) 06:32:05 (135/137) Installing libxslt (1.1.35-r0) 06:32:06 (136/137) Installing chromium (102.0.5005.182-r0) 06:32:08 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 06:32:08 Executing busybox-1.35.0-r17.trigger 06:32:08 Executing glib-2.72.4-r0.trigger 06:32:08 Executing shared-mime-info-2.2-r2.trigger 06:32:09 Executing gdk-pixbuf-2.42.8-r0.trigger 06:32:09 Executing gtk-update-icon-cache-2.24.33-r3.trigger 06:32:09 Executing fontconfig-2.14.0-r0.trigger 06:32:09 Executing mkfontscale-1.2.2-r0.trigger 06:32:09 OK: 409 MiB in 160 packages 06:32:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:10 (1/21) Installing binutils (2.38-r3) 06:32:11 (2/21) Installing isl22 (0.22-r0) 06:32:11 (3/21) Installing mpfr4 (4.1.0-r0) 06:32:12 (4/21) Installing mpc1 (1.2.1-r0) 06:32:12 (5/21) Installing gcc (11.2.1_git20220219-r2) 06:32:13 (6/21) Installing musl-dev (1.2.3-r3) 06:32:13 (7/21) Installing libc-dev (0.7.2-r3) 06:32:14 (8/21) Installing linux-headers (5.16.7-r1) 06:32:14 (9/21) Installing libffi-dev (3.4.2-r1) 06:32:15 (10/21) Installing libpq (14.8-r0) 06:32:15 (11/21) Installing openssl-dev (1.1.1u-r1) 06:32:15 (12/21) Installing libpq-dev (14.8-r0) 06:32:16 (13/21) Installing libecpg (14.8-r0) 06:32:16 (14/21) Installing libecpg-dev (14.8-r0) 06:32:16 (15/21) Installing llvm13-libs (13.0.1-r2) 06:32:18 (16/21) Installing clang-libs (13.0.1-r1) 06:32:19 (17/21) Installing clang (13.0.1-r1) 06:32:19 (18/21) Installing icu (71.1-r2) 06:32:20 (19/21) Installing icu-dev (71.1-r2) 06:32:20 (20/21) Installing llvm13 (13.0.1-r2) 06:32:21 (21/21) Installing postgresql14-dev (14.8-r0) 06:32:22 Executing busybox-1.35.0-r17.trigger 06:32:22 OK: 822 MiB in 181 packages 06:32:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:23 (1/10) Installing g++ (11.2.1_git20220219-r2) 06:32:28 (2/10) Installing gdbm (1.23-r0) 06:32:28 (3/10) Installing mpdecimal (2.5.1-r1) 06:32:28 (4/10) Installing readline (8.1.2-r0) 06:32:29 (5/10) Installing python3 (3.10.12-r0) 06:32:30 (6/10) Installing python3-dev (3.10.12-r0) 06:32:31 (7/10) Installing libsodium (1.0.18-r0) 06:32:31 (8/10) Installing libzmq (4.3.4-r0) 06:32:31 (9/10) Installing libsodium-dev (1.0.18-r0) 06:32:32 (10/10) Installing zeromq-dev (4.3.4-r0) 06:32:32 Executing busybox-1.35.0-r17.trigger 06:32:32 OK: 974 MiB in 191 packages 06:32:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:33 OK: 974 MiB in 191 packages 06:32:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:34 (1/1) Installing tzdata (2023c-r0) 06:32:34 Executing busybox-1.35.0-r17.trigger 06:32:34 OK: 978 MiB in 192 packages 06:32:35 (1/1) Purging tzdata (2023c-r0) 06:32:35 Executing busybox-1.35.0-r17.trigger 06:32:35 OK: 974 MiB in 191 packages 06:32:37 Looking in links: /tmp/tmpy5l3vyad 06:32:37 Processing /tmp/tmpy5l3vyad/setuptools-65.5.0-py3-none-any.whl 06:32:37 Processing /tmp/tmpy5l3vyad/pip-23.0.1-py3-none-any.whl 06:32:38 Installing collected packages: setuptools, pip 06:32:40 Successfully installed pip-23.0.1 setuptools-65.5.0 06:32:40 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 06:32:41 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 06:32:41 Collecting pip 06:32:41 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 06:32:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 116.9 MB/s eta 0:00:00 06:32:41 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 06:32:41 Collecting setuptools 06:32:41 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 06:32:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 120.5 MB/s eta 0:00:00 06:32:41 Collecting wheel 06:32:41 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 06:32:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 167.6 MB/s eta 0:00:00 06:32:42 Installing collected packages: wheel, setuptools, pip 06:32:42 Attempting uninstall: setuptools 06:32:42 Found existing installation: setuptools 65.5.0 06:32:42 Uninstalling setuptools-65.5.0: 06:32:42 Successfully uninstalled setuptools-65.5.0 06:32:43 Attempting uninstall: pip 06:32:43 Found existing installation: pip 23.0.1 06:32:43 Uninstalling pip-23.0.1: 06:32:43 Successfully uninstalled pip-23.0.1 06:32:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-18541 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 06:32:43 Selected Git installation does not exist. Using Default 06:32:43 The recommended git tool is: NONE 06:32:45 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 06:32:45 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 06:32:45 Processing ./edgex-taf-common 06:32:45 Preparing metadata (setup.py): started 06:32:45 Preparing metadata (setup.py): finished with status 'done' 06:32:45 Building wheels for collected packages: edgex-taf-common 06:32:45 Building wheel for edgex-taf-common (setup.py): started 06:32:46 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 06:32:46 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=9fecbb7f9dfe2d477a919f74f983789e9cb08ad16225a805fc6b8107027f9dcd 06:32:46 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 06:32:46 Successfully built edgex-taf-common 06:32:46 Installing collected packages: edgex-taf-common 06:32:46 Successfully installed edgex-taf-common-0.0.0 06:32:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 06:32:47 Collecting robotframework==6.0.2 (from -r requirements.txt (line 1)) 06:32:47 Downloading robotframework-6.0.2-py3-none-any.whl (658 kB) 06:32:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 658.7/658.7 kB 17.8 MB/s eta 0:00:00 06:32:47 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 06:32:47 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 06:32:47 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 06:32:47 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 06:32:47 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 06:32:47 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 06:32:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 19.9 MB/s eta 0:00:00 06:32:47 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 06:32:47 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 06:32:47 Preparing metadata (setup.py): started 06:32:48 Preparing metadata (setup.py): finished with status 'done' 06:32:48 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 06:32:48 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 06:32:48 Collecting configparser==5.0.1 (from -r requirements.txt (line 7)) 06:32:48 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 06:32:48 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 06:32:48 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 06:32:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.7 MB/s eta 0:00:00 06:32:48 Collecting paho-mqtt==1.5.1 (from -r requirements.txt (line 9)) 06:32:48 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 06:32:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 14.5 MB/s eta 0:00:00 06:32:48 Preparing metadata (setup.py): started 06:32:48 using credential edgex-jenkins-ssh 06:32:48 Cloning the remote Git repository 06:32:48 Preparing metadata (setup.py): finished with status 'done' 06:32:48 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 06:32:48 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 06:32:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 16.3 MB/s eta 0:00:00 06:32:48 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 06:32:49 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 06:32:49 Downloading numpy-1.22.3.zip (11.5 MB) 06:32:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 45.2 MB/s eta 0:00:00 06:32:49 Installing build dependencies: started 06:32:48 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 06:32:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 06:32:51 > git --version # timeout=10 06:32:51 > git --version # 'git version 2.25.1' 06:32:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 06:32:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:52 Avoid second fetch 06:32:52 Checking out Revision 708500f99bdc18627f9f54c6595d62644b939aea (main) 06:32:53 Commit message: "Merge pull request #62 from edgexfoundry/dependabot/pip/robotframework-requests-0.9.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:52 > git config core.sparsecheckout # timeout=10 06:32:52 > git checkout -f 708500f99bdc18627f9f54c6595d62644b939aea # timeout=10 06:32:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:32:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:53 Dload Upload Total Spent Left Speed 06:32:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 06:32:54 Installing build dependencies: finished with status 'done' 06:32:54 Getting requirements to build wheel: started 06:32:54 Getting requirements to build wheel: finished with status 'done' 06:32:54 Preparing metadata (pyproject.toml): started [Pipeline] sh 06:32:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:32:54 Preparing metadata (pyproject.toml): finished with status 'done' 06:32:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:32:54 + sudo tee /etc/docker/daemon.new 06:32:54 { 06:32:54 "registry-mirrors": [ 06:32:54 "https://nexus3.edgexfoundry.org:10001" 06:32:54 ], 06:32:54 "bip": "10.250.0.254/24", 06:32:54 "hosts": [ 06:32:54 "tcp://0.0.0.0:5555", 06:32:54 "unix:///var/run/docker.sock" 06:32:54 ], 06:32:54 "mtu": 1458, 06:32:54 "selinux-enabled": true, 06:32:54 "seccomp-profile": "/etc/docker/seccomp.json" 06:32:54 } [Pipeline] sh 06:32:54 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 06:32:54 Downloading psutil-5.9.0.tar.gz (478 kB) 06:32:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 33.9 MB/s eta 0:00:00 06:32:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 06:32:55 Preparing metadata (setup.py): started [Pipeline] sh 06:32:55 Preparing metadata (setup.py): finished with status 'done' 06:32:55 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 06:32:55 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 06:32:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 7.7 MB/s eta 0:00:00 06:32:55 + sudo service docker restart 06:32:56 Collecting pyzmq==22.2.1 (from -r requirements.txt (line 14)) 06:32:56 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 06:32:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.9 MB/s eta 0:00:00 06:32:56 Installing build dependencies: started 06:32:58 Installing build dependencies: finished with status 'done' 06:32:58 Getting requirements to build wheel: started 06:32:58 Getting requirements to build wheel: finished with status 'done' 06:32:58 Preparing metadata (pyproject.toml): started 06:32:59 Preparing metadata (pyproject.toml): finished with status 'done' 06:32:59 Collecting influxdb-client==1.33.0 (from -r requirements.txt (line 15)) 06:32:59 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 06:32:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 47.1 MB/s eta 0:00:00 06:32:59 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 06:32:59 Downloading psycopg2-2.9.3.tar.gz (380 kB) 06:32:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 26.0 MB/s eta 0:00:00 06:32:59 Preparing metadata (setup.py): started 06:32:59 Preparing metadata (setup.py): finished with status 'done' 06:33:00 Collecting pycryptodome==3.15.0 (from -r requirements.txt (line 17)) 06:33:00 Downloading pycryptodome-3.15.0.tar.gz (4.5 MB) 06:33:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 46.2 MB/s eta 0:00:00 06:33:00 Preparing metadata (setup.py): started 06:33:02 Preparing metadata (setup.py): finished with status 'done' 06:33:02 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:02 Downloading selenium-4.10.0-py3-none-any.whl (6.7 MB) 06:33:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 51.2 MB/s eta 0:00:00 06:33:02 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:02 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 06:33:02 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:02 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 06:33:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 47.3 MB/s eta 0:00:00 06:33:02 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:02 Downloading flex-6.14.1.tar.gz (40 kB) 06:33:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 4.9 MB/s eta 0:00:00 06:33:02 Preparing metadata (setup.py): started 06:33:02 Preparing metadata (setup.py): finished with status 'done' 06:33:02 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:02 Downloading genson-1.2.2.tar.gz (34 kB) 06:33:02 Preparing metadata (setup.py): started 06:33:03 Preparing metadata (setup.py): finished with status 'done' 06:33:03 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:03 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 06:33:03 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:03 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 06:33:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 13.7 MB/s eta 0:00:00 06:33:03 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:03 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 06:33:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 25.1 MB/s eta 0:00:00 06:33:03 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:03 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 06:33:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 40.9 MB/s eta 0:00:00 06:33:03 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:03 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 06:33:03 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 06:33:03 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (192 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.8/192.8 kB 398.8 kB/s eta 0:00:00 06:33:04 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 06:33:04 Downloading idna-3.4-py3-none-any.whl (61 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.4 MB/s eta 0:00:00 06:33:04 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 06:33:04 Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 18.4 MB/s eta 0:00:00 06:33:04 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 06:33:04 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 22.0 MB/s eta 0:00:00 06:33:04 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:33:04 Downloading packaging-23.1-py3-none-any.whl (48 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 7.2 MB/s eta 0:00:00 06:33:04 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:33:04 Downloading websocket_client-1.5.3-py3-none-any.whl (56 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 6.1 MB/s eta 0:00:00 06:33:04 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 06:33:04 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 06:33:04 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:33:04 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.9 MB/s eta 0:00:00 06:33:04 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:33:04 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 06:33:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 23.8 MB/s eta 0:00:00 06:33:04 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0->-r requirements.txt (line 15)) (67.8.0) 06:33:05 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:33:05 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 06:33:05 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:33:05 Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB) 06:33:05 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:05 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 06:33:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 10.6 MB/s eta 0:00:00 06:33:05 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:05 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 06:33:05 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:05 Downloading PyYAML-6.0.tar.gz (124 kB) 06:33:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 19.6 MB/s eta 0:00:00 06:33:05 Installing build dependencies: started 06:33:09 Installing build dependencies: finished with status 'done' 06:33:09 Getting requirements to build wheel: started 06:33:10 Getting requirements to build wheel: finished with status 'done' 06:33:10 Preparing metadata (pyproject.toml): started 06:33:10 Preparing metadata (pyproject.toml): finished with status 'done' 06:33:10 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:10 Downloading validate_email-1.3.tar.gz (4.7 kB) 06:33:10 Preparing metadata (setup.py): started 06:33:10 Preparing metadata (setup.py): finished with status 'done' 06:33:10 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:10 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 06:33:11 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 06:33:11 Preparing metadata (setup.py): started 06:33:11 Preparing metadata (setup.py): finished with status 'done' 06:33:11 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading click-8.1.3-py3-none-any.whl (96 kB) 06:33:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 13.5 MB/s eta 0:00:00 06:33:11 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 06:33:11 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 06:33:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.1 MB/s eta 0:00:00 06:33:11 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 06:33:11 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 06:33:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 8.1 MB/s eta 0:00:00 06:33:11 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:33:11 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 06:33:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 7.7 MB/s eta 0:00:00 06:33:11 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:11 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 06:33:11 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:11 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 06:33:11 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:11 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 06:33:11 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:11 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 06:33:12 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:12 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 06:33:12 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:33:12 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 06:33:12 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)) 06:33:12 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 06:33:12 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)) 06:33:12 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 06:33:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 8.2 MB/s eta 0:00:00 06:33:12 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, pyzmq, psycopg2, pycryptodome, flex, GenSON, PyYAML, strict-rfc3339, validate-email 06:33:12 Building wheel for robotbackgroundlogger (setup.py): started 06:33:12 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 06:33:12 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=25136ff6014b3b88a357c8f3411211cdda77b9e287a916f4194c28094c80edfa 06:33:12 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 06:33:12 Building wheel for paho-mqtt (setup.py): started 06:33:12 Building wheel for paho-mqtt (setup.py): finished with status 'done' 06:33:12 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=2b00160a487fca72fbc7b65907d162da095df1831600d6767fa5507cda6d8a77 06:33:12 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 06:33:12 Building wheel for numpy (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:33:13 provisioning config files... 06:33:13 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7575346041771354746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:14 ---> docker-login.sh 06:33:14 nexus3.edgexfoundry.org:10001 06:33:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:14 Configure a credential helper to remove this warning. See 06:33:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:14 06:33:14 Login Succeeded 06:33:14 nexus3.edgexfoundry.org:10002 06:33:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:14 Configure a credential helper to remove this warning. See 06:33:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:14 06:33:14 Login Succeeded 06:33:14 nexus3.edgexfoundry.org:10003 06:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:15 Configure a credential helper to remove this warning. See 06:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:15 06:33:15 Login Succeeded 06:33:15 nexus3.edgexfoundry.org:10004 06:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:15 Configure a credential helper to remove this warning. See 06:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:15 06:33:15 Login Succeeded 06:33:15 docker.io 06:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:16 Configure a credential helper to remove this warning. See 06:33:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:16 06:33:16 Login Succeeded 06:33:16 ---> docker-login.sh ends [Pipeline] } 06:33:16 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 06:33:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:33:16 + ls -al . 06:33:16 total 68 06:33:16 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:33 . 06:33:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:32 .. 06:33:16 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:32 .git 06:33:16 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:32 .github 06:33:16 -rw-rw-r-- 1 jenkins jenkins 22 Jun 13 06:32 .gitignore 06:33:16 -rw-rw-r-- 1 jenkins jenkins 1575 Jun 13 06:32 Dockerfile 06:33:16 -rw-rw-r-- 1 jenkins jenkins 746 Jun 13 06:32 Jenkinsfile 06:33:16 -rw-rw-r-- 1 jenkins jenkins 11381 Jun 13 06:32 LICENSE 06:33:16 -rw-rw-r-- 1 jenkins jenkins 3606 Jun 13 06:32 README.md 06:33:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:32 TAF-Manager 06:33:16 drwxrwxr-x 6 jenkins jenkins 4096 Jun 13 06:32 TUC 06:33:16 -rw-rw-r-- 1 jenkins jenkins 12 Jun 13 06:31 VERSION 06:33:16 -rw-rw-r-- 1 jenkins jenkins 344 Jun 13 06:32 requirements.txt 06:33:16 -rw-rw-r-- 1 jenkins jenkins 54 Jun 13 06:32 robot-entrypoint.sh 06:33:16 -rw-rw-r-- 1 jenkins jenkins 445 Jun 13 06:32 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:17 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=708500f99bdc18627f9f54c6595d62644b939aea --label arch=arm64 --label version=0.0.2-dev.28 . 06:33:17 Sending build context to Docker daemon 298kB 06:33:17 Step 1/13 : FROM alpine:3.16 06:33:20 3.16: Pulling from library/alpine 06:33:20 547446be3368: Pulling fs layer 06:33:20 547446be3368: Download complete 06:33:20 547446be3368: Pull complete 06:33:20 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 06:33:20 Status: Downloaded newer image for alpine:3.16 06:33:20 ---> 3b5033019969 06:33:20 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 06:33:20 ---> Running in d5539c8d5db9 06:33:21 Removing intermediate container d5539c8d5db9 06:33:21 ---> e37ed826eb12 06:33:21 Step 3/13 : LABEL maintainer="Bruce Huang " 06:33:21 ---> Running in 85d4adc0d100 06:33:21 Removing intermediate container 85d4adc0d100 06:33:21 ---> ad2314305393 06:33:21 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 06:33:22 ---> 299864195f33 06:33:22 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 06:33:22 ---> 6f8fc51b7a8a 06:33:22 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 06:33:23 ---> 5204523630ab 06:33:23 Step 7/13 : WORKDIR /edgex-taf 06:33:23 ---> Running in f4b9e812f0bf 06:33:23 Removing intermediate container f4b9e812f0bf 06:33:23 ---> 4bf2531adff9 06:33:23 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:23 ---> Running in 20c942d617b3 06:33:25 Removing intermediate container 20c942d617b3 06:33:25 ---> 64a657fd2a33 06:33:25 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 06:33:25 ---> Running in 44d7eeec0ede 06:33:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:27 (1/5) Upgrading musl (1.2.3-r2 -> 1.2.3-r3) 06:33:28 (2/5) Upgrading ca-certificates-bundle (20220614-r0 -> 20230506-r0) 06:33:28 (3/5) Upgrading libcrypto1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:33:29 (4/5) Upgrading libssl1.1 (1.1.1t-r2 -> 1.1.1u-r1) 06:33:29 (5/5) Upgrading musl-utils (1.2.3-r2 -> 1.2.3-r3) 06:33:29 Executing busybox-1.35.0-r17.trigger 06:33:29 OK: 5 MiB in 14 packages 06:33:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:32 (1/9) Installing ca-certificates (20230506-r0) 06:33:32 (2/9) Installing brotli-libs (1.0.9-r6) 06:33:32 (3/9) Installing nghttp2-libs (1.47.0-r0) 06:33:33 (4/9) Installing libcurl (8.1.2-r0) 06:33:33 (5/9) Installing curl (8.1.2-r0) 06:33:34 (6/9) Installing docker-cli (20.10.20-r0) 06:33:37 (7/9) Installing oniguruma (6.9.8-r0) 06:33:37 (8/9) Installing jq (1.6-r1) 06:33:37 (9/9) Installing openssl (1.1.1u-r1) 06:33:38 Executing busybox-1.35.0-r17.trigger 06:33:38 Executing ca-certificates-20230506-r0.trigger 06:33:38 OK: 50 MiB in 23 packages 06:33:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:41 (1/136) Installing libmagic (5.41-r0) 06:33:41 (2/136) Installing file (5.41-r0) 06:33:41 (3/136) Installing libxau (1.0.9-r0) 06:33:42 (4/136) Installing libxdmcp (1.1.3-r0) 06:33:42 (5/136) Installing libxcb (1.15-r0) 06:33:43 (6/136) Installing libx11 (1.8-r0) 06:33:43 (7/136) Installing libxext (1.3.4-r0) 06:33:43 (8/136) Installing libice (1.0.10-r0) 06:33:44 (9/136) Installing libuuid (2.38-r1) 06:33:44 (10/136) Installing libsm (1.2.3-r0) 06:33:45 (11/136) Installing libxt (1.2.1-r0) 06:33:45 (12/136) Installing libxmu (1.1.3-r0) 06:33:45 (13/136) Installing xset (1.2.4-r0) 06:33:46 (14/136) Installing xprop (1.2.5-r0) 06:33:46 (15/136) Installing xdg-utils (1.1.3-r3) 06:33:46 (16/136) Installing eudev-libs (3.2.11-r0) 06:33:47 (17/136) Installing pkgconf (1.8.1-r0) 06:33:47 (18/136) Installing libffi (3.4.2-r1) 06:33:47 (19/136) Installing libintl (0.21-r2) 06:33:48 (20/136) Installing libblkid (2.38-r1) 06:33:48 (21/136) Installing libmount (2.38-r1) 06:33:49 (22/136) Installing pcre (8.45-r2) 06:33:49 (23/136) Installing glib (2.72.4-r0) 06:33:50 (24/136) Installing xz-libs (5.2.5-r1) 06:33:50 (25/136) Installing libxml2 (2.9.14-r2) 06:33:50 (26/136) Installing shared-mime-info (2.2-r2) 06:33:51 (27/136) Installing hicolor-icon-theme (0.17-r1) 06:33:51 (28/136) Installing libjpeg-turbo (2.1.3-r1) 06:33:52 (29/136) Installing libpng (1.6.37-r1) 06:33:52 (30/136) Installing libwebp (1.2.3-r1) 06:33:53 (31/136) Installing zstd-libs (1.5.2-r1) 06:33:53 (32/136) Installing tiff (4.4.0-r3) 06:33:54 (33/136) Installing gdk-pixbuf (2.42.8-r0) 06:33:54 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 06:33:54 (35/136) Installing libxcomposite (0.4.5-r0) 06:33:55 (36/136) Installing libxfixes (6.0.0-r0) 06:33:55 (37/136) Installing libxrender (0.9.10-r3) 06:33:55 (38/136) Installing libxcursor (1.2.1-r0) 06:33:55 (39/136) Installing libxdamage (1.1.5-r1) 06:33:56 (40/136) Installing libxi (1.8-r0) 06:33:56 (41/136) Installing libxinerama (1.1.4-r1) 06:33:56 (42/136) Installing libxrandr (1.5.2-r1) 06:33:57 (43/136) Installing atk (2.38.0-r0) 06:33:57 (44/136) Installing libxtst (1.2.3-r3) 06:33:57 (45/136) Installing dbus-libs (1.14.8-r0) 06:33:58 (46/136) Installing at-spi2-core (2.44.1-r0) 06:33:58 (47/136) Installing at-spi2-atk (2.38.0-r0) 06:33:58 (48/136) Installing expat (2.5.0-r0) 06:33:59 (49/136) Installing libbz2 (1.0.8-r1) 06:33:59 (50/136) Installing freetype (2.12.1-r0) 06:34:00 (51/136) Installing fontconfig (2.14.0-r0) 06:34:00 (52/136) Installing pixman (0.40.0-r4) 06:34:00 (53/136) Installing cairo (1.17.4-r2) 06:34:01 (54/136) Installing cairo-gobject (1.17.4-r2) 06:34:01 (55/136) Installing avahi-libs (0.8-r6) 06:34:02 (56/136) Installing gmp (6.2.1-r2) 06:34:02 (57/136) Installing nettle (3.7.3-r0) 06:34:03 (58/136) Installing p11-kit (0.24.1-r0) 06:34:03 (59/136) Installing libtasn1 (4.18.0-r1) 06:34:04 (60/136) Installing libunistring (1.0-r0) 06:34:04 (61/136) Installing gnutls (3.7.7-r1) 06:34:04 (62/136) Installing cups-libs (2.4.2-r1) 06:34:05 (63/136) Installing libepoxy (1.5.10-r0) 06:34:06 (64/136) Installing fribidi (1.0.12-r0) 06:34:06 (65/136) Installing graphite2 (1.3.14-r1) 06:34:06 (66/136) Installing harfbuzz (4.3.0-r0) 06:34:07 (67/136) Installing libxft (2.3.4-r0) 06:34:07 (68/136) Installing pango (1.50.7-r0) 06:34:08 (69/136) Installing wayland-libs-client (1.20.0-r0) 06:34:08 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 06:34:08 (71/136) Installing wayland-libs-egl (1.20.0-r0) 06:34:08 (72/136) Installing xkeyboard-config (2.35.1-r0) 06:34:09 (73/136) Installing libxkbcommon (1.4.1-r0) 06:34:10 (74/136) Installing gtk+3.0 (3.24.34-r1) 06:34:10 Executing gtk+3.0-3.24.34-r1.post-install 06:34:10 (75/136) Installing libfontenc (1.1.4-r0) 06:34:11 (76/136) Installing mkfontscale (1.2.2-r0) 06:34:11 (77/136) Installing font-opensans (0_git20210927-r0) 06:34:12 (78/136) Installing libgcc (11.2.1_git20220219-r2) 06:34:12 (79/136) Installing libogg (1.3.5-r1) 06:34:12 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 06:34:13 (81/136) Installing flac (1.3.4-r0) 06:34:13 (82/136) Installing alsa-lib (1.2.7.2-r0) 06:34:14 (83/136) Installing libatomic (11.2.1_git20220219-r2) 06:34:14 (84/136) Installing sdl2 (2.0.22-r0) 06:34:14 (85/136) Installing aom-libs (3.3.0-r0) 06:34:15 (86/136) Installing libass (0.16.0-r0) 06:34:16 (87/136) Installing libdav1d (1.0.0-r0) 06:34:16 (88/136) Installing libdrm (2.4.110-r0) 06:34:16 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) 06:34:17 (90/136) Installing ncurses-libs (6.3_p20220521-r1) 06:34:17 (91/136) Installing lame (3.100-r0) 06:34:18 (92/136) Installing opus (1.3.1-r1) 06:34:18 (93/136) Installing libasyncns (0.8-r1) 06:34:18 (94/136) Installing libltdl (2.4.7-r0) 06:34:19 (95/136) Installing orc (0.4.32-r0) 06:34:19 (96/136) Installing libvorbis (1.3.7-r0) 06:34:19 (97/136) Installing libsndfile (1.1.0-r0) 06:34:20 (98/136) Installing libgomp (11.2.1_git20220219-r2) 06:34:20 Building wheel for numpy (pyproject.toml): still running... 06:34:20 (99/136) Installing soxr (0.1.3-r2) 06:34:21 (100/136) Installing speexdsp (1.2.0-r0) 06:34:21 (101/136) Installing tdb-libs (1.4.6-r0) 06:34:21 (102/136) Installing libpulse (15.0-r2) 06:34:22 (103/136) Installing cjson (1.7.15-r3) 06:34:22 (104/136) Installing mbedtls (2.28.3-r0) 06:34:23 (105/136) Installing librist (0.2.6-r1) 06:34:23 (106/136) Installing libsrt (1.4.4-r0) 06:34:23 (107/136) Installing libssh (0.9.6-r1) 06:34:24 (108/136) Installing libtheora (1.1.1-r16) 06:34:24 (109/136) Installing v4l-utils-libs (1.22.1-r1) 06:34:25 (110/136) Installing libva (2.14.0-r0) 06:34:25 (111/136) Installing libvdpau (1.5-r0) 06:34:25 (112/136) Installing vidstab (1.1.0-r1) 06:34:26 (113/136) Installing libvpx (1.11.0-r1) 06:34:27 (114/136) Installing x264-libs (0.163_git20210613-r0) 06:34:27 (115/136) Installing numactl (2.0.14-r0) 06:34:27 (116/136) Installing x265-libs (3.5-r3) 06:34:28 (117/136) Installing xvidcore (1.3.7-r1) 06:34:29 (118/136) Installing ffmpeg-libs (5.0.3-r0) 06:34:31 (119/136) Installing libevent (2.1.12-r4) 06:34:31 (120/136) Installing mesa (21.3.9-r0) 06:34:31 (121/136) Installing wayland-libs-server (1.20.0-r0) 06:34:31 (122/136) Installing mesa-gbm (21.3.9-r0) 06:34:32 (123/136) Installing icu-data-en (71.1-r2) 06:34:32 Executing icu-data-en-71.1-r2.post-install 06:34:32 * 06:34:32 * If you need ICU with non-English locales and legacy charset support, install 06:34:32 * package icu-data-full. 06:34:32 * 06:34:32 (124/136) Installing icu-libs (71.1-r2) 06:34:33 (125/136) Installing lcms2 (2.13.1-r0) 06:34:33 (126/136) Installing minizip (1.2.12-r0) 06:34:34 (127/136) Installing nspr (4.33-r0) 06:34:34 (128/136) Installing sqlite-libs (3.40.1-r0) 06:34:34 (129/136) Installing nss (3.78.1-r0) 06:34:35 (130/136) Installing re2 (2022.04.01-r0) 06:34:36 (131/136) Installing snappy (1.1.9-r4) 06:34:36 (132/136) Installing libgpg-error (1.45-r0) 06:34:36 (133/136) Installing libgcrypt (1.10.1-r0) 06:34:37 (134/136) Installing libxslt (1.1.35-r0) 06:34:37 (135/136) Installing chromium (102.0.5005.182-r0) 06:34:42 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 06:34:42 Executing busybox-1.35.0-r17.trigger 06:34:43 Executing glib-2.72.4-r0.trigger 06:34:43 Executing shared-mime-info-2.2-r2.trigger 06:34:45 Executing gdk-pixbuf-2.42.8-r0.trigger 06:34:45 Executing gtk-update-icon-cache-2.24.33-r3.trigger 06:34:45 Executing fontconfig-2.14.0-r0.trigger 06:34:45 Executing mkfontscale-1.2.2-r0.trigger 06:34:45 OK: 376 MiB in 159 packages 06:34:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:34:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:34:47 (1/21) Installing binutils (2.38-r3) 06:34:48 (2/21) Installing isl22 (0.22-r0) 06:34:48 (3/21) Installing mpfr4 (4.1.0-r0) 06:34:49 (4/21) Installing mpc1 (1.2.1-r0) 06:34:49 (5/21) Installing gcc (11.2.1_git20220219-r2) 06:34:52 (6/21) Installing musl-dev (1.2.3-r3) 06:34:52 (7/21) Installing libc-dev (0.7.2-r3) 06:34:53 (8/21) Installing linux-headers (5.16.7-r1) 06:34:54 (9/21) Installing libffi-dev (3.4.2-r1) 06:34:54 (10/21) Installing libpq (14.8-r0) 06:34:54 (11/21) Installing openssl-dev (1.1.1u-r1) 06:34:55 (12/21) Installing libpq-dev (14.8-r0) 06:34:55 (13/21) Installing libecpg (14.8-r0) 06:34:56 (14/21) Installing libecpg-dev (14.8-r0) 06:34:56 (15/21) Installing llvm13-libs (13.0.1-r2) 06:34:59 (16/21) Installing clang-libs (13.0.1-r1) 06:35:07 (17/21) Installing clang (13.0.1-r1) 06:35:07 (18/21) Installing icu (71.1-r2) 06:35:07 (19/21) Installing icu-dev (71.1-r2) 06:35:07 (20/21) Installing llvm13 (13.0.1-r2) 06:35:12 (21/21) Installing postgresql14-dev (14.8-r0) 06:35:13 Executing busybox-1.35.0-r17.trigger 06:35:13 OK: 768 MiB in 180 packages 06:35:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:35:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:35:15 (1/10) Installing g++ (11.2.1_git20220219-r2) 06:35:16 Building wheel for numpy (pyproject.toml): still running... 06:35:17 (2/10) Installing gdbm (1.23-r0) 06:35:17 (3/10) Installing mpdecimal (2.5.1-r1) 06:35:17 (4/10) Installing readline (8.1.2-r0) 06:35:18 (5/10) Installing python3 (3.10.12-r0) 06:35:23 (6/10) Installing python3-dev (3.10.12-r0) 06:35:25 (7/10) Installing libsodium (1.0.18-r0) 06:35:25 (8/10) Installing libzmq (4.3.4-r0) 06:35:25 (9/10) Installing libsodium-dev (1.0.18-r0) 06:35:26 (10/10) Installing zeromq-dev (4.3.4-r0) 06:35:26 Executing busybox-1.35.0-r17.trigger 06:35:26 OK: 938 MiB in 190 packages 06:35:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:35:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:35:28 OK: 938 MiB in 190 packages 06:35:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:35:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:35:30 (1/1) Installing tzdata (2023c-r0) 06:35:31 Executing busybox-1.35.0-r17.trigger 06:35:31 OK: 941 MiB in 191 packages 06:35:32 (1/1) Purging tzdata (2023c-r0) 06:35:32 Executing busybox-1.35.0-r17.trigger 06:35:32 OK: 938 MiB in 190 packages 06:35:47 Looking in links: /tmp/tmp75_g6ew9 06:35:47 Processing /tmp/tmp75_g6ew9/setuptools-65.5.0-py3-none-any.whl 06:35:47 Processing /tmp/tmp75_g6ew9/pip-23.0.1-py3-none-any.whl 06:35:48 Installing collected packages: setuptools, pip 06:36:03 Successfully installed pip-23.0.1 setuptools-65.5.0 06:36:03 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 06:36:07 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 06:36:07 Collecting pip 06:36:08 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) 06:36:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 22.3 MB/s eta 0:00:00 06:36:08 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 06:36:10 Collecting setuptools 06:36:10 Downloading setuptools-67.8.0-py3-none-any.whl (1.1 MB) 06:36:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 19.8 MB/s eta 0:00:00 06:36:10 Collecting wheel 06:36:10 Downloading wheel-0.40.0-py3-none-any.whl (64 kB) 06:36:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 20.3 MB/s eta 0:00:00 06:36:12 Installing collected packages: wheel, setuptools, pip 06:36:12 Attempting uninstall: setuptools 06:36:12 Found existing installation: setuptools 65.5.0 06:36:13 Uninstalling setuptools-65.5.0: 06:36:13 Successfully uninstalled setuptools-65.5.0 06:36:17 Attempting uninstall: pip 06:36:17 Found existing installation: pip 23.0.1 06:36:19 Uninstalling pip-23.0.1: 06:36:19 Successfully uninstalled pip-23.0.1 06:36:24 Building wheel for numpy (pyproject.toml): still running... 06:36:29 Successfully installed pip-23.1.2 setuptools-67.8.0 wheel-0.40.0 06:36:29 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 06:36:34 Processing ./edgex-taf-common 06:36:34 Preparing metadata (setup.py): started 06:36:35 Preparing metadata (setup.py): finished with status 'done' 06:36:35 Building wheels for collected packages: edgex-taf-common 06:36:35 Building wheel for edgex-taf-common (setup.py): started 06:36:36 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 06:36:36 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14472 sha256=eb5f6ac6fd71c1b99baed7f4abef96283c5b8bab96a2083cefcc7d8019c597e4 06:36:36 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 06:36:36 Successfully built edgex-taf-common 06:36:37 Installing collected packages: edgex-taf-common 06:36:39 Successfully installed edgex-taf-common-0.0.0 06:36:39 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 06:36:45 Collecting robotframework==6.0.2 (from -r requirements.txt (line 1)) 06:36:45 Downloading robotframework-6.0.2-py3-none-any.whl (658 kB) 06:36:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 658.7/658.7 kB 10.6 MB/s eta 0:00:00 06:36:45 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 06:36:45 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 06:36:45 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 06:36:45 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 06:36:45 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 06:36:45 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 06:36:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.4 MB/s eta 0:00:00 06:36:45 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 06:36:45 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 06:36:45 Preparing metadata (setup.py): started 06:36:46 Preparing metadata (setup.py): finished with status 'done' 06:36:46 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 06:36:46 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 06:36:46 Collecting configparser==5.0.1 (from -r requirements.txt (line 7)) 06:36:46 Downloading configparser-5.0.1-py3-none-any.whl (22 kB) 06:36:47 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 06:36:47 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 06:36:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.6 MB/s eta 0:00:00 06:36:47 Collecting paho-mqtt==1.5.1 (from -r requirements.txt (line 9)) 06:36:47 Downloading paho-mqtt-1.5.1.tar.gz (101 kB) 06:36:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 4.5 MB/s eta 0:00:00 06:36:47 Preparing metadata (setup.py): started 06:36:48 Preparing metadata (setup.py): finished with status 'done' 06:36:49 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 06:36:49 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 06:36:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 5.8 MB/s eta 0:00:00 06:36:51 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 06:36:51 Downloading numpy-1.22.3.zip (11.5 MB) 06:36:53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 4.8 MB/s eta 0:00:00 06:36:57 Installing build dependencies: started 06:37:20 Installing build dependencies: finished with status 'done' 06:37:20 Getting requirements to build wheel: started 06:37:25 Getting requirements to build wheel: finished with status 'done' 06:37:25 Preparing metadata (pyproject.toml): started 06:37:29 Preparing metadata (pyproject.toml): finished with status 'done' 06:37:30 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 06:37:30 Downloading psutil-5.9.0.tar.gz (478 kB) 06:37:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 9.6 MB/s eta 0:00:00 06:37:30 Preparing metadata (setup.py): started 06:37:34 Preparing metadata (setup.py): finished with status 'done' 06:37:34 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 06:37:34 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 06:37:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 6.4 MB/s eta 0:00:00 06:37:37 Collecting pyzmq==22.2.1 (from -r requirements.txt (line 14)) 06:37:37 Downloading pyzmq-22.2.1.tar.gz (1.2 MB) 06:37:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 10.1 MB/s eta 0:00:00 06:37:40 Installing build dependencies: started 06:37:46 Building wheel for numpy (pyproject.toml): still running... 06:37:58 Installing build dependencies: finished with status 'done' 06:37:58 Getting requirements to build wheel: started 06:37:58 Getting requirements to build wheel: finished with status 'done' 06:37:58 Preparing metadata (pyproject.toml): started 06:38:00 Preparing metadata (pyproject.toml): finished with status 'done' 06:38:00 Collecting influxdb-client==1.33.0 (from -r requirements.txt (line 15)) 06:38:00 Downloading influxdb_client-1.33.0-py3-none-any.whl (706 kB) 06:38:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.6/706.6 kB 1.7 MB/s eta 0:00:00 06:38:01 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 06:38:01 Downloading psycopg2-2.9.3.tar.gz (380 kB) 06:38:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 8.4 MB/s eta 0:00:00 06:38:02 Preparing metadata (setup.py): started 06:38:04 Building wheel for numpy (pyproject.toml): finished with status 'done' 06:38:04 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22360821 sha256=1f6a2d8135f5e2d826b5efa15bbbd8dbeabc10dffe9d5c51d3f6bc7f66c4f724 06:38:04 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 06:38:04 Building wheel for psutil (setup.py): started 06:38:04 Building wheel for psutil (setup.py): finished with status 'done' 06:38:04 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271448 sha256=e6408302b0c0b1d535542e75951210aaae658b6b95de23d0cad906ed7da90452 06:38:04 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 06:38:04 Building wheel for pyzmq (pyproject.toml): started 06:38:04 Preparing metadata (setup.py): finished with status 'done' 06:38:05 Collecting pycryptodome==3.15.0 (from -r requirements.txt (line 17)) 06:38:05 Downloading pycryptodome-3.15.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 06:38:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 10.7 MB/s eta 0:00:00 06:38:06 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:38:06 Downloading selenium-4.10.0-py3-none-any.whl (6.7 MB) 06:38:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 11.5 MB/s eta 0:00:00 06:38:07 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:38:07 Downloading robotframework_pythonlibcore-4.1.2-py2.py3-none-any.whl (10 kB) 06:38:08 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:08 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 06:38:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 9.2 MB/s eta 0:00:00 06:38:08 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:08 Downloading flex-6.14.1.tar.gz (40 kB) 06:38:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.2 MB/s eta 0:00:00 06:38:08 Preparing metadata (setup.py): started 06:38:10 Preparing metadata (setup.py): finished with status 'done' 06:38:10 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:10 Downloading genson-1.2.2.tar.gz (34 kB) 06:38:10 Preparing metadata (setup.py): started 06:38:11 Preparing metadata (setup.py): finished with status 'done' 06:38:11 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:11 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 06:38:12 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:12 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) 06:38:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 27.1 kB/s eta 0:00:00 06:38:15 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:15 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 06:38:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.4 MB/s eta 0:00:00 06:38:16 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:16 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 06:38:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 8.8 MB/s eta 0:00:00 06:38:16 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:16 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 06:38:17 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 06:38:18 Downloading charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (192 kB) 06:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 kB 6.8 MB/s eta 0:00:00 06:38:18 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 06:38:18 Downloading idna-3.4-py3-none-any.whl (61 kB) 06:38:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.8 MB/s eta 0:00:00 06:38:19 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 06:38:19 Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) 06:38:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 4.8 MB/s eta 0:00:00 06:38:19 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 06:38:19 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) 06:38:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 5.9 MB/s eta 0:00:00 06:38:19 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:38:19 Downloading packaging-23.1-py3-none-any.whl (48 kB) 06:38:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.0 MB/s eta 0:00:00 06:38:20 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 06:38:20 Downloading websocket_client-1.5.3-py3-none-any.whl (56 kB) 06:38:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 3.0 MB/s eta 0:00:00 06:38:20 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 06:38:20 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 06:38:21 Collecting reactivex>=4.0.4 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:38:21 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 06:38:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.1 MB/s eta 0:00:00 06:38:21 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:38:21 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 06:38:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.7 MB/s eta 0:00:00 06:38:21 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.33.0->-r requirements.txt (line 15)) (67.8.0) 06:38:22 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:38:22 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 06:38:22 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.33.0->-r requirements.txt (line 15)) 06:38:22 Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB) 06:38:23 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:38:23 Downloading trio-0.22.0-py3-none-any.whl (384 kB) 06:38:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 kB 7.7 MB/s eta 0:00:00 06:38:23 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:38:23 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 06:38:25 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:38:25 Downloading PyYAML-6.0.tar.gz (124 kB) 06:38:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 3.9 MB/s eta 0:00:00 06:38:26 Installing build dependencies: started 06:38:30 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 06:38:30 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_x86_64.whl size=1537160 sha256=8ffbdd8d1aa9a406bc75e9c41d70f4c4701d747dff7f77f95f59432693cfb21e 06:38:30 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 06:38:30 Building wheel for psycopg2 (setup.py): started 06:38:36 Building wheel for psycopg2 (setup.py): finished with status 'done' 06:38:36 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478585 sha256=6fa602e7bc1d0099be4b3595de5294c9fe643679706a4e45c868223538322393 06:38:36 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 06:38:36 Building wheel for pycryptodome (setup.py): started 06:38:49 Installing build dependencies: finished with status 'done' 06:38:49 Getting requirements to build wheel: started 06:39:02 Building wheel for pycryptodome (setup.py): finished with status 'done' 06:39:02 Created wheel for pycryptodome: filename=pycryptodome-3.15.0-cp35-abi3-linux_x86_64.whl size=2111209 sha256=dca1bf8d9b64cdfef7b30e2a56682853d417518eedfa2ca2592722c72ca4c876 06:39:02 Stored in directory: /root/.cache/pip/wheels/cc/09/af/5da58a51ca5bf4bd4a37747a0658984c196aa2badf61236a35 06:39:02 Building wheel for flex (setup.py): started 06:39:02 Building wheel for flex (setup.py): finished with status 'done' 06:39:02 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=8aa25b5808cb05f7e53aa631407e16155a45851a0aef690a3acf7f257e209b86 06:39:02 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 06:39:02 Building wheel for GenSON (setup.py): started 06:39:02 Building wheel for GenSON (setup.py): finished with status 'done' 06:39:02 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=0fe585dd3420a557ba5dfe9345065d72e7bd09f1fa990e03b57efdec6055e5b4 06:39:02 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 06:39:02 Building wheel for PyYAML (pyproject.toml): started 06:39:02 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 06:39:02 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_x86_64.whl size=45330 sha256=0e5f34872418e10261eb1f58cc32e0275759ed763d7fa0548db91b22c042cee9 06:39:02 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 06:39:02 Building wheel for strict-rfc3339 (setup.py): started 06:39:02 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 06:39:02 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=a37c4c77437b655d1c3b6d1a89d6177145045fa1489e499d5c4ae639b6c7cbbd 06:39:02 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 06:39:02 Building wheel for validate-email (setup.py): started 06:39:02 Building wheel for validate-email (setup.py): finished with status 'done' 06:39:02 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=bfc137408a826bad6637cd1d425388354f6ff6f599aae251fafbf7b8147a269b 06:39:02 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 06:39:02 Successfully built robotbackgroundlogger paho-mqtt numpy psutil pyzmq psycopg2 pycryptodome flex GenSON PyYAML strict-rfc3339 validate-email 06:39:02 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pyrsistent, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, async-generator, wsproto, robotbackgroundlogger, requests, redis, reactivex, python-dateutil, outcome, jsonschema, jsonpath-ng, trio, robotframework-requests, influxdb-client, flex, docker, trio-websocket, RESTinstance, selenium, robotframework-seleniumlibrary 06:39:03 Getting requirements to build wheel: finished with status 'done' 06:39:03 Preparing metadata (pyproject.toml): started 06:39:05 Preparing metadata (pyproject.toml): finished with status 'done' 06:39:05 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:05 Downloading validate_email-1.3.tar.gz (4.7 kB) 06:39:05 Preparing metadata (setup.py): started 06:39:07 Preparing metadata (setup.py): finished with status 'done' 06:39:07 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:07 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 06:39:09 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:09 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 06:39:09 Preparing metadata (setup.py): started 06:39:11 Preparing metadata (setup.py): finished with status 'done' 06:39:11 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:11 Downloading click-8.1.3-py3-none-any.whl (96 kB) 06:39:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.6 MB/s eta 0:00:00 06:39:11 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:11 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 06:39:11 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:11 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 06:39:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.4 MB/s eta 0:00:00 06:39:12 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:12 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 06:39:12 Collecting attrs>=17.4.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:12 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 06:39:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.8 MB/s eta 0:00:00 06:39:12 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.3.0 async-generator-1.10 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.5.7 charset-normalizer-3.1.0 click-8.1.3 configparser-5.0.1 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.1 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.33.0 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.5.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.15.0 pygments-2.15.1 pyrsistent-0.19.3 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-22.2.1 reactivex-4.0.4 redis-4.5.4 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.0.2 robotframework-pythonlibcore-4.1.2 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 selenium-4.10.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.0 trio-websocket-0.10.3 typing-extensions-4.6.3 tzlocal-5.0.1 urllib3-2.0.3 validate-email-1.3 websocket-client-1.5.3 wsproto-1.2.0 06:39:12 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 06:39:13 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 06:39:13 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) 06:39:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 2.5 MB/s eta 0:00:00 06:39:15 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:15 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 06:39:15 Collecting async-generator>=1.9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:15 Downloading async_generator-1.10-py3-none-any.whl (18 kB) 06:39:15 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:15 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 06:39:15 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:15 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 06:39:15 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:15 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) 06:39:16 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 06:39:16 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 06:39:16 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)) 06:39:16 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 06:39:17 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)) 06:39:17 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 06:39:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.8 MB/s eta 0:00:00 06:39:18 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, pyzmq, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email 06:39:18 Building wheel for robotbackgroundlogger (setup.py): started 06:39:19 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 06:39:19 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4277 sha256=93aefb8e3779de7d84e741dda0cbe4872db9fbb3a1e11e1d659cad601e9efa1c 06:39:19 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 06:39:19 Building wheel for paho-mqtt (setup.py): started 06:39:21 Building wheel for paho-mqtt (setup.py): finished with status 'done' 06:39:21 Created wheel for paho-mqtt: filename=paho_mqtt-1.5.1-py3-none-any.whl size=61549 sha256=136eff721442258852f936dcf7cca736b9bdf2ef298dcd45fa117f895e9e9f48 06:39:21 Stored in directory: /root/.cache/pip/wheels/b6/72/f9/44ca415a44f9cc7468fe4c59e6282938e504fadec09641fa63 06:39:21 Building wheel for numpy (pyproject.toml): started 06:39:34 Removing intermediate container 30922f3959c6 06:39:34 ---> 39ee45d712ed 06:39:34 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 06:39:34 ---> Running in 8ebfd9ec7979 06:39:34 Removing intermediate container 8ebfd9ec7979 06:39:34 ---> a404ba6030df 06:39:34 Step 11/13 : LABEL arch=amd64 06:39:34 ---> Running in 2d7b71e7929e 06:39:34 Removing intermediate container 2d7b71e7929e 06:39:34 ---> 00841d26ca3f 06:39:34 Step 12/13 : LABEL git_sha=708500f99bdc18627f9f54c6595d62644b939aea 06:39:34 ---> Running in a87a904f7c1f 06:39:34 Removing intermediate container a87a904f7c1f 06:39:34 ---> 63878aad129e 06:39:34 Step 13/13 : LABEL version=0.0.2-dev.28 06:39:34 ---> Running in 3c785d472459 06:39:34 Removing intermediate container 3c785d472459 06:39:34 ---> 0ae1bd329699 06:39:34 [Warning] One or more build-args [ARCH] were not consumed 06:39:34 Successfully built 0ae1bd329699 06:39:34 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 06:39:35 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 06:39:35 708500f99bdc18627f9f54c6595d62644b939aea 06:39:35 latest 06:39:35 0.0.2-dev.28 06:39:35 708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 06:39:35 main 06:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:35 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:35 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea 06:39:35 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 06:39:35 9b69b66256f7: Preparing 06:39:35 17edfa61441a: Preparing 06:39:35 76a82a2e1ef8: Preparing 06:39:35 c9fb58fc57ff: Preparing 06:39:35 db27dbcc56fd: Preparing 06:39:35 5bc340f6d4f5: Preparing 06:39:35 c9fb58fc57ff: Pushed 06:39:35 17edfa61441a: Pushed 06:39:35 76a82a2e1ef8: Pushed 06:39:35 5bc340f6d4f5: Layer already exists 06:39:35 db27dbcc56fd: Pushed 06:41:42 9b69b66256f7: Pushed 06:41:42 708500f99bdc18627f9f54c6595d62644b939aea: digest: sha256:9478274eea61b40f997906d26c20338d2c8ed3db76b478fd4f69264ab1917d63 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:42 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:42 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 06:41:42 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 06:41:42 9b69b66256f7: Preparing 06:41:42 17edfa61441a: Preparing 06:41:42 76a82a2e1ef8: Preparing 06:41:42 c9fb58fc57ff: Preparing 06:41:42 db27dbcc56fd: Preparing 06:41:42 5bc340f6d4f5: Preparing 06:41:42 5bc340f6d4f5: Waiting 06:41:42 17edfa61441a: Layer already exists 06:41:42 c9fb58fc57ff: Layer already exists 06:41:42 9b69b66256f7: Layer already exists 06:41:42 76a82a2e1ef8: Layer already exists 06:41:42 db27dbcc56fd: Layer already exists 06:41:42 5bc340f6d4f5: Layer already exists 06:41:42 latest: digest: sha256:9478274eea61b40f997906d26c20338d2c8ed3db76b478fd4f69264ab1917d63 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:43 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:43 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.28 06:41:43 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 06:41:43 9b69b66256f7: Preparing 06:41:43 17edfa61441a: Preparing 06:41:43 76a82a2e1ef8: Preparing 06:41:43 c9fb58fc57ff: Preparing 06:41:43 db27dbcc56fd: Preparing 06:41:43 5bc340f6d4f5: Preparing 06:41:43 5bc340f6d4f5: Waiting 06:41:43 db27dbcc56fd: Layer already exists 06:41:43 76a82a2e1ef8: Layer already exists 06:41:43 9b69b66256f7: Layer already exists 06:41:43 c9fb58fc57ff: Layer already exists 06:41:43 17edfa61441a: Layer already exists 06:41:43 5bc340f6d4f5: Layer already exists 06:41:43 0.0.2-dev.28: digest: sha256:9478274eea61b40f997906d26c20338d2c8ed3db76b478fd4f69264ab1917d63 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:43 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 06:41:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 06:41:44 9b69b66256f7: Preparing 06:41:44 17edfa61441a: Preparing 06:41:44 76a82a2e1ef8: Preparing 06:41:44 c9fb58fc57ff: Preparing 06:41:44 db27dbcc56fd: Preparing 06:41:44 5bc340f6d4f5: Preparing 06:41:44 5bc340f6d4f5: Waiting 06:41:44 76a82a2e1ef8: Layer already exists 06:41:44 17edfa61441a: Layer already exists 06:41:44 9b69b66256f7: Layer already exists 06:41:44 db27dbcc56fd: Layer already exists 06:41:44 c9fb58fc57ff: Layer already exists 06:41:44 5bc340f6d4f5: Layer already exists 06:41:44 708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28: digest: sha256:9478274eea61b40f997906d26c20338d2c8ed3db76b478fd4f69264ab1917d63 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:44 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:44 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 06:41:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 06:41:44 9b69b66256f7: Preparing 06:41:44 17edfa61441a: Preparing 06:41:44 76a82a2e1ef8: Preparing 06:41:44 c9fb58fc57ff: Preparing 06:41:44 db27dbcc56fd: Preparing 06:41:44 5bc340f6d4f5: Preparing 06:41:44 5bc340f6d4f5: Waiting 06:41:44 db27dbcc56fd: Layer already exists 06:41:44 c9fb58fc57ff: Layer already exists 06:41:44 17edfa61441a: Layer already exists 06:41:44 9b69b66256f7: Layer already exists 06:41:44 76a82a2e1ef8: Layer already exists 06:41:44 5bc340f6d4f5: Layer already exists 06:41:44 main: digest: sha256:9478274eea61b40f997906d26c20338d2c8ed3db76b478fd4f69264ab1917d63 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:41:44 ===================================================== [Pipeline] echo 06:41:44 taggedImages: 06:41:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea 06:41:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 06:41:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.28 06:41:44 - nexus3.edgexfoundry.org:10003/edgex-taf-common:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 06:41:44 - 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 06:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:41:45 06:41:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:41:45 latest: Pulling from edgex-lftools-log-publisher 06:41:45 5eb5b503b376: Pulling fs layer 06:41:45 5c69ac0246d0: Pulling fs layer 06:41:45 ec43610c2a17: Pulling fs layer 06:41:45 3a2ae6a8a46f: Pulling fs layer 06:41:45 33b1e0a273af: Pulling fs layer 06:41:45 5d3b04190fa2: Pulling fs layer 06:41:45 2f39f015ded8: Pulling fs layer 06:41:45 3a2ae6a8a46f: Waiting 06:41:45 33b1e0a273af: Waiting 06:41:45 5d3b04190fa2: Waiting 06:41:45 2f39f015ded8: Waiting 06:41:45 5c69ac0246d0: Download complete 06:41:45 3a2ae6a8a46f: Verifying Checksum 06:41:45 3a2ae6a8a46f: Download complete 06:41:45 33b1e0a273af: Verifying Checksum 06:41:45 33b1e0a273af: Download complete 06:41:45 5d3b04190fa2: Verifying Checksum 06:41:45 5d3b04190fa2: Download complete 06:41:45 ec43610c2a17: Verifying Checksum 06:41:45 ec43610c2a17: Download complete 06:41:45 5eb5b503b376: Verifying Checksum 06:41:45 5eb5b503b376: Download complete 06:41:46 2f39f015ded8: Download complete 06:41:46 5eb5b503b376: Pull complete 06:41:46 5c69ac0246d0: Pull complete 06:41:47 ec43610c2a17: Pull complete 06:41:47 3a2ae6a8a46f: Pull complete 06:41:47 33b1e0a273af: Pull complete 06:41:47 5d3b04190fa2: Pull complete 06:41:51 2f39f015ded8: Pull complete 06:41:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:41:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:41:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:51 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 06:41:52 $ 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 06:41:54 $ docker top 24ed2cd6ef8d2321a4dfcf5897150ee82a2e7a8502745568af0ab940532e765e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:54 ---> job-cost.sh 06:41:54 lf-activate-venv: SKIPPING 06:41:54 INFO: No Stack... 06:41:55 INFO: Retrieving Pricing Info for: v3-standard-8 06:41:55 INFO: Archiving Costs [Pipeline] sh 06:41:56 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 06:41:56 + cut -d, -f6 [Pipeline] lock 06:41:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] 06:41:56 Resource [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] did not exist. Created. 06:41:56 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:41:56 + echo total: 0.2199999988079071 [Pipeline] stash 06:41:56 Stashed 1 file(s) [Pipeline] } 06:41:56 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] [Pipeline] // lock [Pipeline] } 06:41:56 $ docker stop --time=1 24ed2cd6ef8d2321a4dfcf5897150ee82a2e7a8502745568af0ab940532e765e 06:41:57 $ docker rm -f --volumes 24ed2cd6ef8d2321a4dfcf5897150ee82a2e7a8502745568af0ab940532e765e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:42:13 Building wheel for numpy (pyproject.toml): still running... 06:43:09 Building wheel for numpy (pyproject.toml): still running... 06:44:06 Building wheel for numpy (pyproject.toml): still running... 06:45:14 Building wheel for numpy (pyproject.toml): still running... 06:46:10 Building wheel for numpy (pyproject.toml): still running... 06:47:06 Building wheel for numpy (pyproject.toml): still running... 06:48:06 Building wheel for numpy (pyproject.toml): still running... 06:49:14 Building wheel for numpy (pyproject.toml): still running... 06:53:36 Building wheel for numpy (pyproject.toml): still running... 06:55:28 Building wheel for numpy (pyproject.toml): still running... 06:57:50 Building wheel for numpy (pyproject.toml): still running... 07:00:11 Building wheel for numpy (pyproject.toml): still running... 07:01:23 Building wheel for numpy (pyproject.toml): still running... 07:03:29 Building wheel for numpy (pyproject.toml): still running... 07:07:36 Building wheel for numpy (pyproject.toml): still running... 07:09:13 Building wheel for numpy (pyproject.toml): still running... 07:11:20 Building wheel for numpy (pyproject.toml): still running... 07:11:26 Building wheel for numpy (pyproject.toml): finished with status 'done' 07:11:26 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18625255 sha256=0f48b3da5e52ce9c656cdec36188b9b604a9e91a37f91b9c3b88ea49e83e6c2f 07:11:26 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 07:11:26 Building wheel for psutil (setup.py): started 07:11:35 Building wheel for psutil (setup.py): finished with status 'done' 07:11:35 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271960 sha256=fd2e966a55d8e84cf36ed98ff2d02fc9ccc95e3fc6cda5dd9b94570052cbeeb2 07:11:35 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 07:11:35 Building wheel for pyzmq (pyproject.toml): started 07:12:45 Building wheel for pyzmq (pyproject.toml): still running... 07:14:06 Building wheel for pyzmq (pyproject.toml): still running... 07:14:23 Building wheel for pyzmq (pyproject.toml): finished with status 'done' 07:14:23 Created wheel for pyzmq: filename=pyzmq-22.2.1-cp310-cp310-linux_aarch64.whl size=1515225 sha256=59d9d7e5f87d795172495971296ca043715f726d88ba642b1b618f597689994b 07:14:23 Stored in directory: /root/.cache/pip/wheels/fe/e5/6c/b7cb63e41c4add542d3df6f6d09af9bd65f9395fea4b16da8e 07:14:23 Building wheel for psycopg2 (setup.py): started 07:15:33 Building wheel for psycopg2 (setup.py): still running... 07:15:33 Building wheel for psycopg2 (setup.py): finished with status 'done' 07:15:33 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470364 sha256=6ba769a5f284d648cb0682d90167e2b22b233edf17bb23e546f9423d87bf2c9e 07:15:33 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 07:15:33 Building wheel for flex (setup.py): started 07:15:33 Building wheel for flex (setup.py): finished with status 'done' 07:15:33 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77257 sha256=93cdece693f656b5b5f3c0199c8605b7214a9adf5c4b38601451f917d298b00f 07:15:33 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 07:15:33 Building wheel for GenSON (setup.py): started 07:15:35 Building wheel for GenSON (setup.py): finished with status 'done' 07:15:35 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21268 sha256=2f071c5ce6b6e33300c015a78bfcbea8020bd56f8cd3f63f4ca46fdd5bb4fc1b 07:15:35 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 07:15:35 Building wheel for PyYAML (pyproject.toml): started 07:15:38 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 07:15:38 Created wheel for PyYAML: filename=PyYAML-6.0-cp310-cp310-linux_aarch64.whl size=45334 sha256=52c1d60d5170eaa77399be8de7aa492b02718619d2a08880247ffa64db97d7cd 07:15:38 Stored in directory: /root/.cache/pip/wheels/1d/f3/b4/4aea0992adbed14b36ce9c3857d3707c762a4374479230685d 07:15:38 Building wheel for strict-rfc3339 (setup.py): started 07:15:39 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 07:15:39 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18128 sha256=6434ec301137a9480ffb559ab527f5cb244a963b8ea61e27b6be9845f0d2a470 07:15:39 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 07:15:39 Building wheel for validate-email (setup.py): started 07:15:41 Building wheel for validate-email (setup.py): finished with status 'done' 07:15:41 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5466 sha256=04b2a124714dfb3c273f18c931c394355baa997906e1a03e436b4c2acc888f1c 07:15:41 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 07:15:41 Successfully built robotbackgroundlogger paho-mqtt numpy psutil pyzmq psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email 07:15:44 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pyrsistent, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, async-generator, wsproto, robotbackgroundlogger, requests, redis, reactivex, python-dateutil, outcome, jsonschema, jsonpath-ng, trio, robotframework-requests, influxdb-client, flex, docker, trio-websocket, RESTinstance, selenium, robotframework-seleniumlibrary 07:16:52 Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.3.0 async-generator-1.10 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.5.7 charset-normalizer-3.1.0 click-8.1.3 configparser-5.0.1 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.1 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.33.0 jsonpath-ng-1.5.3 jsonpointer-2.3 jsonschema-4.17.3 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.5.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.15.0 pygments-2.15.1 pyrsistent-0.19.3 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-22.2.1 reactivex-4.0.4 redis-4.5.4 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.0.2 robotframework-pythonlibcore-4.1.2 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 selenium-4.10.0 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.0 trio-websocket-0.10.3 typing-extensions-4.6.3 tzlocal-5.0.1 urllib3-2.0.3 validate-email-1.3 websocket-client-1.5.3 wsproto-1.2.0 07:16:52 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:17:39 Removing intermediate container 44d7eeec0ede 07:17:39 ---> 60cf5fa5d92a 07:17:39 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 07:17:39 ---> Running in 06b096f21842 07:17:39 Removing intermediate container 06b096f21842 07:17:39 ---> 06a3cc4ea5cf 07:17:39 Step 11/13 : LABEL arch=arm64 07:17:39 ---> Running in e3e80575a0dc 07:17:39 Removing intermediate container e3e80575a0dc 07:17:39 ---> 61165d5ff37c 07:17:39 Step 12/13 : LABEL git_sha=708500f99bdc18627f9f54c6595d62644b939aea 07:17:39 ---> Running in 1b8258aee428 07:17:39 Removing intermediate container 1b8258aee428 07:17:39 ---> 08cf0dc24d31 07:17:39 Step 13/13 : LABEL version=0.0.2-dev.28 07:17:39 ---> Running in 6d85128c7c38 07:17:39 Removing intermediate container 6d85128c7c38 07:17:39 ---> b36963496a25 07:17:39 [Warning] One or more build-args [ARCH] were not consumed 07:17:39 Successfully built b36963496a25 07:17:39 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 07:17:39 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 07:17:39 708500f99bdc18627f9f54c6595d62644b939aea 07:17:39 latest 07:17:39 0.0.2-dev.28 07:17:39 708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 07:17:39 main 07:17:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:39 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:40 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea 07:17:40 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:17:40 9c0ae4df85fc: Preparing 07:17:40 be501a2fdb71: Preparing 07:17:40 ea178b8fc9a6: Preparing 07:17:40 c4385b7da43f: Preparing 07:17:40 fec96595d1da: Preparing 07:17:40 dc65b23a4b7c: Preparing 07:17:40 dc65b23a4b7c: Waiting 07:17:40 be501a2fdb71: Pushed 07:17:40 ea178b8fc9a6: Pushed 07:17:40 c4385b7da43f: Pushed 07:17:40 dc65b23a4b7c: Layer already exists 07:17:40 fec96595d1da: Pushed 07:21:47 9c0ae4df85fc: Pushed 07:21:47 708500f99bdc18627f9f54c6595d62644b939aea: digest: sha256:12e442ed44cf2a9e7742d80aba4b2927a93f24605fc8cc7799fb605d3cd3e405 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:47 + 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 07:21:47 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:21:47 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:21:47 9c0ae4df85fc: Preparing 07:21:47 be501a2fdb71: Preparing 07:21:47 ea178b8fc9a6: Preparing 07:21:47 c4385b7da43f: Preparing 07:21:47 fec96595d1da: Preparing 07:21:47 dc65b23a4b7c: Preparing 07:21:47 dc65b23a4b7c: Waiting 07:21:47 c4385b7da43f: Layer already exists 07:21:47 ea178b8fc9a6: Layer already exists 07:21:47 fec96595d1da: Layer already exists 07:21:47 be501a2fdb71: Layer already exists 07:21:47 9c0ae4df85fc: Layer already exists 07:21:47 dc65b23a4b7c: Layer already exists 07:21:47 latest: digest: sha256:12e442ed44cf2a9e7742d80aba4b2927a93f24605fc8cc7799fb605d3cd3e405 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:48 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:48 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.28 07:21:48 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:21:48 9c0ae4df85fc: Preparing 07:21:48 be501a2fdb71: Preparing 07:21:48 ea178b8fc9a6: Preparing 07:21:48 c4385b7da43f: Preparing 07:21:48 fec96595d1da: Preparing 07:21:48 dc65b23a4b7c: Preparing 07:21:48 dc65b23a4b7c: Waiting 07:21:48 ea178b8fc9a6: Layer already exists 07:21:48 c4385b7da43f: Layer already exists 07:21:48 be501a2fdb71: Layer already exists 07:21:48 fec96595d1da: Layer already exists 07:21:48 9c0ae4df85fc: Layer already exists 07:21:48 dc65b23a4b7c: Layer already exists 07:21:48 0.0.2-dev.28: digest: sha256:12e442ed44cf2a9e7742d80aba4b2927a93f24605fc8cc7799fb605d3cd3e405 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:48 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:49 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 07:21:49 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:21:49 9c0ae4df85fc: Preparing 07:21:49 be501a2fdb71: Preparing 07:21:49 ea178b8fc9a6: Preparing 07:21:49 c4385b7da43f: Preparing 07:21:49 fec96595d1da: Preparing 07:21:49 dc65b23a4b7c: Preparing 07:21:49 dc65b23a4b7c: Waiting 07:21:49 c4385b7da43f: Layer already exists 07:21:49 ea178b8fc9a6: Layer already exists 07:21:49 fec96595d1da: Layer already exists 07:21:49 be501a2fdb71: Layer already exists 07:21:49 9c0ae4df85fc: Layer already exists 07:21:49 dc65b23a4b7c: Layer already exists 07:21:49 708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28: digest: sha256:12e442ed44cf2a9e7742d80aba4b2927a93f24605fc8cc7799fb605d3cd3e405 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:49 + 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 07:21:49 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 07:21:49 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 07:21:49 9c0ae4df85fc: Preparing 07:21:49 be501a2fdb71: Preparing 07:21:49 ea178b8fc9a6: Preparing 07:21:49 c4385b7da43f: Preparing 07:21:49 fec96595d1da: Preparing 07:21:49 dc65b23a4b7c: Preparing 07:21:49 dc65b23a4b7c: Waiting 07:21:49 c4385b7da43f: Layer already exists 07:21:49 fec96595d1da: Layer already exists 07:21:49 ea178b8fc9a6: Layer already exists 07:21:49 9c0ae4df85fc: Layer already exists 07:21:49 be501a2fdb71: Layer already exists 07:21:49 dc65b23a4b7c: Layer already exists 07:21:49 main: digest: sha256:12e442ed44cf2a9e7742d80aba4b2927a93f24605fc8cc7799fb605d3cd3e405 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:21:49 ===================================================== [Pipeline] echo 07:21:50 taggedImages: 07:21:50 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea 07:21:50 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 07:21:50 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.28 07:21:50 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:708500f99bdc18627f9f54c6595d62644b939aea-0.0.2-dev.28 07:21:50 - 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 07:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:21:50 07:21:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:21:50 arm64: Pulling from edgex-lftools-log-publisher 07:21:50 8998bd30e6a1: Pulling fs layer 07:21:50 04944245beec: Pulling fs layer 07:21:50 699f458cf7ca: Pulling fs layer 07:21:50 765212b225bb: Pulling fs layer 07:21:50 f23df028b6ca: Pulling fs layer 07:21:50 d65c8cfc05b1: Pulling fs layer 07:21:50 2437ff75d9bd: Pulling fs layer 07:21:50 f23df028b6ca: Waiting 07:21:50 d65c8cfc05b1: Waiting 07:21:50 765212b225bb: Waiting 07:21:50 2437ff75d9bd: Waiting 07:21:50 04944245beec: Verifying Checksum 07:21:50 04944245beec: Download complete 07:21:50 765212b225bb: Verifying Checksum 07:21:50 765212b225bb: Download complete 07:21:50 f23df028b6ca: Verifying Checksum 07:21:50 f23df028b6ca: Download complete 07:21:50 d65c8cfc05b1: Verifying Checksum 07:21:50 d65c8cfc05b1: Download complete 07:21:50 699f458cf7ca: Verifying Checksum 07:21:50 699f458cf7ca: Download complete 07:21:51 8998bd30e6a1: Verifying Checksum 07:21:51 8998bd30e6a1: Download complete 07:21:53 2437ff75d9bd: Verifying Checksum 07:21:54 8998bd30e6a1: Pull complete 07:21:55 04944245beec: Pull complete 07:21:56 699f458cf7ca: Pull complete 07:21:56 765212b225bb: Pull complete 07:21:57 f23df028b6ca: Pull complete 07:21:57 d65c8cfc05b1: Pull complete 07:22:09 2437ff75d9bd: Pull complete 07:22:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:22:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:22:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:09 prd-ubuntu20.04-docker-arm64-4c-16g-18541 does not seem to be running inside a container 07:22:09 $ 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 07:22:11 $ docker top 2a67fe23b0a1083eeb7a5a24d510755d4815424a5b3c0a00bff010d3c8f01d91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:12 ---> job-cost.sh 07:22:12 lf-activate-venv: SKIPPING 07:22:12 INFO: No Stack... 07:22:12 INFO: Retrieving Pricing Info for: v3-standard-4 07:22:13 INFO: Archiving Costs [Pipeline] sh 07:22:13 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 07:22:13 + cut -d, -f6 [Pipeline] lock 07:22:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] 07:22:13 Resource [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] did not exist. Created. 07:22:13 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:22:14 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-d8412488/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:22:14 + echo total: 0.10999999940395355 [Pipeline] stash 07:22:14 Warning: overwriting stash ‘stack-cost’ 07:22:15 Stashed 1 file(s) [Pipeline] } 07:22:15 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-20-stack-cost] [Pipeline] // lock [Pipeline] } 07:22:15 $ docker stop --time=1 2a67fe23b0a1083eeb7a5a24d510755d4815424a5b3c0a00bff010d3c8f01d91 07:22:16 $ docker rm -f --volumes 2a67fe23b0a1083eeb7a5a24d510755d4815424a5b3c0a00bff010d3c8f01d91 [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 07:22:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:17 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 07:22:17 $ 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 07:22:18 $ docker top fa7fc55d9d89dec35c7cd00fd74c9144f9f6d56f20261b3a79b749605709770f -eo pid,comm 07:22:18 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:22:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:18 [ssh-agent] Looking for ssh-agent implementation... 07:22:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:18 $ docker exec fa7fc55d9d89dec35c7cd00fd74c9144f9f6d56f20261b3a79b749605709770f ssh-agent 07:22:18 SSH_AUTH_SOCK=/tmp/ssh-nn6l6ubd3oT6/agent.32 07:22:18 SSH_AGENT_PID=38 07:22:18 Running ssh-add (command line suppressed) 07:22:18 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5874554741442432729.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5874554741442432729.key) 07:22:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:18 + git semver tag 07:22:19 2023-06-13 07:22:19,054 [run_tag] DEBUG tag force:False 07:22:19 2023-06-13 07:22:19,054 [check_head_tag] DEBUG check head tag 07:22:19 2023-06-13 07:22:19,055 [execute] INFO git cat-file --batch-check 07:22:19 2023-06-13 07:22:19,055 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 07:22:19 2023-06-13 07:22:19,058 [execute] INFO git cat-file --batch 07:22:19 2023-06-13 07:22:19,059 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 07:22:19 2023-06-13 07:22:19,070 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:19 2023-06-13 07:22:19,070 [execute] INFO git tag -a v0.0.2-dev.28 -m v0.0.2-dev.28 07:22:19 2023-06-13 07:22:19,070 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.28', '-m', 'v0.0.2-dev.28'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 07:22:19 2023-06-13 07:22:19,076 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:19 0.0.2-dev.28 [Pipeline] } 07:22:19 $ docker exec --env ******** --env ******** fa7fc55d9d89dec35c7cd00fd74c9144f9f6d56f20261b3a79b749605709770f ssh-agent -k 07:22:19 unset SSH_AUTH_SOCK; 07:22:19 unset SSH_AGENT_PID; 07:22:19 echo Agent pid 38 killed; 07:22:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:19 + git semver [Pipeline] } 07:22:19 $ docker stop --time=1 fa7fc55d9d89dec35c7cd00fd74c9144f9f6d56f20261b3a79b749605709770f 07:22:21 $ docker rm -f --volumes fa7fc55d9d89dec35c7cd00fd74c9144f9f6d56f20261b3a79b749605709770f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:21 07:22:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:21 0.23.1-centos7: Pulling from edgex-lftools 07:22:21 ab5ef0e58194: Pulling fs layer 07:22:21 9712f1f96733: Pulling fs layer 07:22:21 63f879dbbcfc: Pulling fs layer 07:22:21 0d9ebad4ef96: Pulling fs layer 07:22:21 e9a5061849ea: Pulling fs layer 07:22:21 d747dcd14b5f: Pulling fs layer 07:22:21 2de7ff778b66: Pulling fs layer 07:22:21 0d9ebad4ef96: Waiting 07:22:21 e9a5061849ea: Waiting 07:22:21 9712f1f96733: Download complete 07:22:22 63f879dbbcfc: Verifying Checksum 07:22:22 63f879dbbcfc: Download complete 07:22:22 e9a5061849ea: Verifying Checksum 07:22:22 e9a5061849ea: Download complete 07:22:22 d747dcd14b5f: Verifying Checksum 07:22:22 ab5ef0e58194: Verifying Checksum 07:22:22 ab5ef0e58194: Download complete 07:22:22 0d9ebad4ef96: Verifying Checksum 07:22:22 0d9ebad4ef96: Download complete 07:22:22 2de7ff778b66: Verifying Checksum 07:22:22 2de7ff778b66: Download complete 07:22:25 ab5ef0e58194: Pull complete 07:22:25 9712f1f96733: Pull complete 07:22:25 63f879dbbcfc: Pull complete 07:22:30 0d9ebad4ef96: Pull complete 07:22:30 e9a5061849ea: Pull complete 07:22:30 d747dcd14b5f: Pull complete 07:22:30 2de7ff778b66: Pull complete 07:22:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:22:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:22:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:31 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 07:22:31 $ 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 07:22:38 $ docker top 7ae9cb987bb940b0387927c9ea66d7543f30728515215595d8536aa14ec8ff0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:22:38 provisioning config files... 07:22:38 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config5675398672022809076tmp 07:22:38 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config7596963849487696763tmp 07:22:38 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config16542123337607591099tmp [Pipeline] { [Pipeline] echo 07:22:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:22:39 ---> sigul-configuration.sh 07:22:39 gpg: directory `/root/.gnupg' created 07:22:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:22:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:22:39 gpg: keyring `/root/.gnupg/secring.gpg' created 07:22:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:22:39 gpg: CAST5 encrypted data 07:22:39 gpg: encrypted with 1 passphrase 07:22:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:22:39 + mkdir /home/jenkins 07:22:39 + mkdir /home/jenkins/sigul [Pipeline] sh 07:22:39 + 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 07:22:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:22:39 ---> sigul-install.sh 07:22:39 Sigul already installed; skipping installation. [Pipeline] sh 07:22:40 + git tag --list 07:22:40 v0.0.1 07:22:40 v0.0.2-dev.1 07:22:40 v0.0.2-dev.10 07:22:40 v0.0.2-dev.11 07:22:40 v0.0.2-dev.12 07:22:40 v0.0.2-dev.13 07:22:40 v0.0.2-dev.14 07:22:40 v0.0.2-dev.15 07:22:40 v0.0.2-dev.16 07:22:40 v0.0.2-dev.17 07:22:40 v0.0.2-dev.18 07:22:40 v0.0.2-dev.19 07:22:40 v0.0.2-dev.2 07:22:40 v0.0.2-dev.20 07:22:40 v0.0.2-dev.21 07:22:40 v0.0.2-dev.22 07:22:40 v0.0.2-dev.23 07:22:40 v0.0.2-dev.24 07:22:40 v0.0.2-dev.25 07:22:40 v0.0.2-dev.26 07:22:40 v0.0.2-dev.27 07:22:40 v0.0.2-dev.28 07:22:40 v0.0.2-dev.3 07:22:40 v0.0.2-dev.4 07:22:40 v0.0.2-dev.5 07:22:40 v0.0.2-dev.6 07:22:40 v0.0.2-dev.7 07:22:40 v0.0.2-dev.8 07:22:40 v0.0.2-dev.9 [Pipeline] sh 07:22:40 + lftools sign git-tag v0.0.2-dev.28 07:22:41 Signing Git tag with Sigul... 07:22:41 Signing v0.0.2-dev.28 [Pipeline] echo 07:22:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:22:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:22:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:22:41 $ docker stop --time=1 7ae9cb987bb940b0387927c9ea66d7543f30728515215595d8536aa14ec8ff0d 07:22:42 $ docker rm -f --volumes 7ae9cb987bb940b0387927c9ea66d7543f30728515215595d8536aa14ec8ff0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:22:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:43 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 07:22:43 $ 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 07:22:44 $ docker top b1155629399bda6cfb74c7fb9748c72aff46b89f8509f406919ee815aa7f22fb -eo pid,comm 07:22:44 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:22:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:44 [ssh-agent] Looking for ssh-agent implementation... 07:22:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:44 $ docker exec b1155629399bda6cfb74c7fb9748c72aff46b89f8509f406919ee815aa7f22fb ssh-agent 07:22:44 SSH_AUTH_SOCK=/tmp/ssh-MQt5slL3CCKA/agent.31 07:22:44 SSH_AGENT_PID=37 07:22:44 Running ssh-add (command line suppressed) 07:22:44 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7865695977275509554.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7865695977275509554.key) 07:22:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:44 + git semver bump pre 07:22:45 2023-06-13 07:22:44,913 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:45 2023-06-13 07:22:44,914 [bump_version] DEBUG bumping version:0.0.2-dev.28 on axis:pre with prefix:dev 07:22:45 2023-06-13 07:22:44,914 [bump_version] DEBUG bumped version:0.0.2-dev.29 07:22:45 2023-06-13 07:22:44,914 [write_version] DEBUG write version:0.0.2-dev.29 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 07:22:45 2023-06-13 07:22:44,914 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:45 2023-06-13 07:22:44,914 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:45 2023-06-13 07:22:44,915 [execute] INFO git cat-file --batch-check 07:22:45 2023-06-13 07:22:44,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:45 2023-06-13 07:22:44,920 [execute] INFO git cat-file --batch 07:22:45 2023-06-13 07:22:44,921 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:45 2023-06-13 07:22:44,925 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:45 0.0.2-dev.29 [Pipeline] } 07:22:45 $ docker exec --env ******** --env ******** b1155629399bda6cfb74c7fb9748c72aff46b89f8509f406919ee815aa7f22fb ssh-agent -k 07:22:45 unset SSH_AUTH_SOCK; 07:22:45 unset SSH_AGENT_PID; 07:22:45 echo Agent pid 37 killed; 07:22:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:45 + git semver [Pipeline] } 07:22:45 $ docker stop --time=1 b1155629399bda6cfb74c7fb9748c72aff46b89f8509f406919ee815aa7f22fb 07:22:46 $ docker rm -f --volumes b1155629399bda6cfb74c7fb9748c72aff46b89f8509f406919ee815aa7f22fb [Pipeline] // withDockerContainer [Pipeline] sh 07:22:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:47 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 07:22:47 $ 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 07:22:48 $ docker top 1cd78372e6802b2497582e07c62148bad4f1d9471df8daad946dde6d6999badd -eo pid,comm 07:22:48 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:22:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:48 [ssh-agent] Looking for ssh-agent implementation... 07:22:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:48 $ docker exec 1cd78372e6802b2497582e07c62148bad4f1d9471df8daad946dde6d6999badd ssh-agent 07:22:48 SSH_AUTH_SOCK=/tmp/ssh-JL39y5tgj2mS/agent.33 07:22:48 SSH_AGENT_PID=39 07:22:48 Running ssh-add (command line suppressed) 07:22:48 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5624921954156329543.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5624921954156329543.key) 07:22:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:48 + git semver push 07:22:49 2023-06-13 07:22:48,918 [run_push] DEBUG push 07:22:49 2023-06-13 07:22:48,919 [execute] INFO git cat-file --batch-check 07:22:49 2023-06-13 07:22:48,919 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 07:22:49 2023-06-13 07:22:48,923 [execute] INFO git rev-list 3ebb369c31eeca78cd04acf13abbd377fa79ad6c -- 07:22:49 2023-06-13 07:22:48,923 [execute] DEBUG Popen(['git', 'rev-list', '3ebb369c31eeca78cd04acf13abbd377fa79ad6c', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 07:22:49 2023-06-13 07:22:48,928 [execute] INFO git fetch -v origin 07:22:49 2023-06-13 07:22:48,928 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) 07:22:49 2023-06-13 07:22:49,396 [run_push] DEBUG no remote changes detected 07:22:49 2023-06-13 07:22:49,397 [execute] INFO git push origin semver 07:22:49 2023-06-13 07:22:49,397 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 07:22:50 2023-06-13 07:22:50,180 [run_push] DEBUG push all version tags 07:22:50 2023-06-13 07:22:50,180 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:22:50 2023-06-13 07:22:50,181 [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) 07:22:51 2023-06-13 07:22:50,987 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 07:22:51 0.0.2-dev.29 [Pipeline] } 07:22:51 $ docker exec --env ******** --env ******** 1cd78372e6802b2497582e07c62148bad4f1d9471df8daad946dde6d6999badd ssh-agent -k 07:22:51 unset SSH_AUTH_SOCK; 07:22:51 unset SSH_AGENT_PID; 07:22:51 echo Agent pid 39 killed; 07:22:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:51 + git semver [Pipeline] } 07:22:51 $ docker stop --time=1 1cd78372e6802b2497582e07c62148bad4f1d9471df8daad946dde6d6999badd 07:22:53 $ docker rm -f --volumes 1cd78372e6802b2497582e07c62148bad4f1d9471df8daad946dde6d6999badd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:22:53 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 07:22:53 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:22:53 total 16 07:22:53 drwxr-xr-x 3 root root 4096 Jun 13 06:41 . 07:22:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 07:22 .. 07:22:53 drwxr-xr-x 2 root root 4096 Jun 13 06:41 cost 07:22:53 -rw-r--r-- 1 root root 87 Jun 13 06:41 cost.csv 07:22:53 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:22:53 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 07:22:53 total 16 07:22:53 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:41 . 07:22:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 07:22 .. 07:22:53 drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 06:41 cost 07:22:53 -rw-r--r-- 1 jenkins jenkins 87 Jun 13 06:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:22:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:22:54 ---> package-listing.sh 07:22:54 ++ facter osfamily 07:22:54 ++ tr '[:upper:]' '[:lower:]' 07:22:54 + OS_FAMILY=debian 07:22:54 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 07:22:54 + START_PACKAGES=/tmp/packages_start.txt 07:22:54 + END_PACKAGES=/tmp/packages_end.txt 07:22:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:22:54 + PACKAGES=/tmp/packages_start.txt 07:22:54 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:22:54 + PACKAGES=/tmp/packages_end.txt 07:22:54 + case "${OS_FAMILY}" in 07:22:54 + dpkg -l 07:22:54 + grep '^ii' 07:22:54 + '[' -f /tmp/packages_start.txt ']' 07:22:54 + '[' -f /tmp/packages_end.txt ']' 07:22:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:22:54 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 07:22:54 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 07:22:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 07:22:54 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 07:22:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:22:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:55 prd-ubuntu20.04-docker-8c-8g-18539 does not seem to be running inside a container 07:22:55 $ 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 07:22:56 $ docker top 663ee143cdddde1392bb0dc7f316bb0f9650f6aee7a5dee630f8b1c0d31a063b -eo pid,comm [Pipeline] { [Pipeline] sh 07:22:56 + touch /tmp/pre-build-complete [Pipeline] sh 07:22:56 + mkdir -p /var/log/sysstat [Pipeline] sh 07:22:56 + ls /var/log/sa-host 07:22:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:56 provisioning config files... 07:22:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config9969199346454757532tmp [Pipeline] { [Pipeline] echo 07:22:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:22:57 ---> create-netrc.sh [Pipeline] } 07:22:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:22:57 ---> python-tools-install.sh [Pipeline] echo 07:22:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:22:57 ---> sudo-logs.sh 07:22:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:22:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:22:58 ---> job-cost.sh 07:22:58 lf-activate-venv: SKIPPING 07:22:58 DEBUG: total: 0.2199999988079071 07:22:58 INFO: Retrieving Stack Cost... 07:22:58 INFO: Retrieving Pricing Info for: v3-standard-8 07:22:59 INFO: Archiving Costs [Pipeline] echo 07:22:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:22:59 ---> logs-deploy.sh 07:22:59 lf-activate-venv: SKIPPING 07:22:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/20 07:22:59 INFO: archiving workspace using pattern(s): 07:23:00 Archives upload complete. 07:23:00 INFO: archiving logs to Nexus