Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 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-ssh15902058581995085355.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-ssh3857996182642196283.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-ssh11456763596293924281.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-ssh16589600331041849120.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-ssh13744410046488013423.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-2684 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 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 (main) Commit message: "Merge pull request #74 from edgexfoundry/dependabot/pip/paho-mqtt-1.6.1" > 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 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 # timeout=10 > git rev-list --no-walk 575d8c05758f85eff27acf58ec1382961a427cb7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:56:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:56:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:56:48 ========================================================= 23:56:48 EdgeX Global Pipelines Version Info 23:56:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:56:48 ------------------- 23:56:48 stable info: 23:56:48 ------------------- 23:56:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:56:48 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 23:56:48 Message: update stable to v1.0.250 23:56:49 ------------------- 23:56:49 experimental info: 23:56:49 ------------------- 23:56:49 Commited By: **** collab-it+edgex@linuxfoundation.org 23:56:49 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 23:56:49 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d263179 [Pipeline] echo 23:56:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:56:49 provisioning config files... 23:56:49 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config14621410405821002776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:56:50 ---> docker-login.sh 23:56:50 nexus3.edgexfoundry.org:10001 23:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:50 Configure a credential helper to remove this warning. See 23:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:50 23:56:50 Login Succeeded 23:56:50 nexus3.edgexfoundry.org:10002 23:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:50 Configure a credential helper to remove this warning. See 23:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:50 23:56:50 Login Succeeded 23:56:50 nexus3.edgexfoundry.org:10003 23:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:51 Configure a credential helper to remove this warning. See 23:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:51 23:56:51 Login Succeeded 23:56:51 nexus3.edgexfoundry.org:10004 23:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:51 Configure a credential helper to remove this warning. See 23:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:51 23:56:51 Login Succeeded 23:56:51 docker.io 23:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:51 Configure a credential helper to remove this warning. See 23:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:51 23:56:51 Login Succeeded 23:56:51 ---> docker-login.sh ends [Pipeline] } 23:56:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:56:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:56:51 + grep -v github /etc/ssh/ssh_known_hosts 23:56:51 + [ -e /tmp/ssh_known_hosts ] 23:56:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:56:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:56:51 + sudo tee -a /etc/ssh/ssh_known_hosts 23:56:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:56:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:56:52 23:56:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:56:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:56:52 0.1.4: Pulling from edgex-devops/py-git-semver 23:56:52 b85a868b505f: Pulling fs layer 23:56:52 e2be974225ed: Pulling fs layer 23:56:52 339a4e72a1f5: Pulling fs layer 23:56:52 988bab9f4d93: Pulling fs layer 23:56:52 1469e6f7b9e6: Pulling fs layer 23:56:52 eaf3925da568: Pulling fs layer 23:56:52 bab4dde63d76: Pulling fs layer 23:56:52 bde34c3a00c8: Pulling fs layer 23:56:52 b352a97aabf1: Pulling fs layer 23:56:52 4872d77fe225: Pulling fs layer 23:56:52 5851b861e8e6: Pulling fs layer 23:56:52 b352a97aabf1: Waiting 23:56:52 988bab9f4d93: Waiting 23:56:52 eaf3925da568: Waiting 23:56:52 bab4dde63d76: Waiting 23:56:52 5851b861e8e6: Waiting 23:56:52 bde34c3a00c8: Waiting 23:56:52 4872d77fe225: Waiting 23:56:52 1469e6f7b9e6: Waiting 23:56:52 e2be974225ed: Download complete 23:56:52 988bab9f4d93: Download complete 23:56:52 1469e6f7b9e6: Download complete 23:56:52 339a4e72a1f5: Verifying Checksum 23:56:52 339a4e72a1f5: Download complete 23:56:52 eaf3925da568: Verifying Checksum 23:56:52 eaf3925da568: Download complete 23:56:52 bde34c3a00c8: Download complete 23:56:52 b352a97aabf1: Verifying Checksum 23:56:52 b352a97aabf1: Download complete 23:56:52 4872d77fe225: Verifying Checksum 23:56:52 4872d77fe225: Download complete 23:56:52 5851b861e8e6: Verifying Checksum 23:56:52 5851b861e8e6: Download complete 23:56:52 b85a868b505f: Verifying Checksum 23:56:52 b85a868b505f: Download complete 23:56:53 bab4dde63d76: Verifying Checksum 23:56:53 bab4dde63d76: Download complete 23:56:54 b85a868b505f: Pull complete 23:56:54 e2be974225ed: Pull complete 23:56:54 339a4e72a1f5: Pull complete 23:56:54 988bab9f4d93: Pull complete 23:56:55 1469e6f7b9e6: Pull complete 23:56:55 eaf3925da568: Pull complete 23:56:56 bab4dde63d76: Pull complete 23:56:56 bde34c3a00c8: Pull complete 23:56:56 b352a97aabf1: Pull complete 23:56:57 4872d77fe225: Pull complete 23:56:57 5851b861e8e6: Pull complete 23:56:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:56:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:57 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 23:56:57 $ 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 23:57:00 $ docker top 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 -eo pid,comm 23:57:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:57:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:57:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:57:00 [ssh-agent] Looking for ssh-agent implementation... 23:57:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:57:00 $ docker exec 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent 23:57:00 SSH_AUTH_SOCK=/tmp/ssh-bTMVzTJM2X2O/agent.33 23:57:00 SSH_AGENT_PID=39 23:57:00 Running ssh-add (command line suppressed) 23:57:00 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_996790804081004250.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_996790804081004250.key) 23:57:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:57:00 + git tag --points-at HEAD [Pipeline] } 23:57:00 $ docker exec --env ******** --env ******** 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent -k 23:57:01 unset SSH_AUTH_SOCK; 23:57:01 unset SSH_AGENT_PID; 23:57:01 echo Agent pid 39 killed; 23:57:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:57:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:57:01 [ssh-agent] Looking for ssh-agent implementation... 23:57:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:57:01 $ docker exec 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent 23:57:01 SSH_AUTH_SOCK=/tmp/ssh-HqGoKB2jnESI/agent.71 23:57:01 SSH_AGENT_PID=77 23:57:01 Running ssh-add (command line suppressed) 23:57:01 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7686239376166519300.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_7686239376166519300.key) 23:57:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:57:01 + git semver init 23:57:01 2023-08-01 23:57:01,848 [run_init] DEBUG init version:0.0.0 force:False 23:57:01 2023-08-01 23:57:01,849 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_edgex-taf-common_main/.semver 23:57:01 2023-08-01 23:57:01,849 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/gexfoundry_edgex-taf-common_main/.semver 23:57:01 2023-08-01 23:57:01,850 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/gexfoundry_edgex-taf-common_main/.semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 23:57:02 2023-08-01 23:57:02,517 [append_file] DEBUG append to file:/w/workspace/gexfoundry_edgex-taf-common_main/.git/info/exclude 23:57:02 2023-08-01 23:57:02,518 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:False 23:57:02 2023-08-01 23:57:02,518 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 23:57:02 2023-08-01 23:57:02,518 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 23:57:02 0.0.2-dev.31 [Pipeline] } 23:57:02 $ docker exec --env ******** --env ******** 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 ssh-agent -k 23:57:02 unset SSH_AUTH_SOCK; 23:57:02 unset SSH_AGENT_PID; 23:57:02 echo Agent pid 77 killed; 23:57:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:57:03 + git semver [Pipeline] } 23:57:03 $ docker stop --time=1 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 23:57:04 $ docker rm -f --volumes 10dda6ba87c3fe9e5348aa67d4adc3fc2a92b404dc7225dc58421fd5eb69eb75 [Pipeline] // withDockerContainer [Pipeline] sh 23:57:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:57:05 Stashed 1 file(s) [Pipeline] echo 23:57:05 [edgeXSemver]: initialized semver on version 0.0.2-dev.31 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:57:05 provisioning config files... 23:57:05 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config10858907902405301958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:57:05 ---> docker-login.sh 23:57:05 nexus3.edgexfoundry.org:10001 23:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:05 Configure a credential helper to remove this warning. See 23:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:05 23:57:05 Login Succeeded 23:57:05 nexus3.edgexfoundry.org:10002 23:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:05 Configure a credential helper to remove this warning. See 23:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:05 23:57:05 Login Succeeded 23:57:05 nexus3.edgexfoundry.org:10003 23:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:06 Configure a credential helper to remove this warning. See 23:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:06 23:57:06 Login Succeeded 23:57:06 nexus3.edgexfoundry.org:10004 23:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:06 Configure a credential helper to remove this warning. See 23:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:06 23:57:06 Login Succeeded 23:57:06 docker.io 23:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:06 Configure a credential helper to remove this warning. See 23:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:06 23:57:06 Login Succeeded 23:57:06 ---> docker-login.sh ends [Pipeline] } 23:57:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:57:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:57:07 + ls -al . 23:57:07 total 72 23:57:07 drwxrwxr-x 7 jenkins jenkins 4096 Aug 1 23:57 . 23:57:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:56 .. 23:57:07 drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 23:57 .git 23:57:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 23:56 .github 23:57:07 -rw-rw-r-- 1 jenkins jenkins 22 Aug 1 23:56 .gitignore 23:57:07 drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 23:57 .semver 23:57:07 -rw-rw-r-- 1 jenkins jenkins 1575 Aug 1 23:56 Dockerfile 23:57:07 -rw-rw-r-- 1 jenkins jenkins 746 Aug 1 23:56 Jenkinsfile 23:57:07 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 1 23:56 LICENSE 23:57:07 -rw-rw-r-- 1 jenkins jenkins 3606 Aug 1 23:56 README.md 23:57:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:56 TAF-Manager 23:57:07 drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:56 TUC 23:57:07 -rw-rw-r-- 1 jenkins jenkins 12 Aug 1 23:57 VERSION 23:57:07 -rw-rw-r-- 1 jenkins jenkins 342 Aug 1 23:56 requirements.txt 23:57:07 -rw-rw-r-- 1 jenkins jenkins 54 Aug 1 23:56 robot-entrypoint.sh 23:57:07 -rw-rw-r-- 1 jenkins jenkins 445 Aug 1 23:56 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:57:07 + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 --label arch=amd64 --label version=0.0.2-dev.31 . 23:57:07 Sending build context to Docker daemon 495.6kB 23:57:07 Step 1/13 : FROM alpine:3.16 23:57:07 3.16: Pulling from library/alpine 23:57:08 c1d6d1b2d5a3: Pulling fs layer 23:57:08 c1d6d1b2d5a3: Verifying Checksum 23:57:08 c1d6d1b2d5a3: Download complete 23:57:08 c1d6d1b2d5a3: Pull complete 23:57:08 Digest: sha256:cbe5d5973103a2d03408d1689a6efde4ea4920bde9f4b51fe7872e60ce2d8e56 23:57:08 Status: Downloaded newer image for alpine:3.16 23:57:08 ---> 5cb2da5c2391 23:57:08 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:57:08 ---> Running in c23a5a4c8bf5 23:57:08 Removing intermediate container c23a5a4c8bf5 23:57:08 ---> 30d6f4dcf67e 23:57:08 Step 3/13 : LABEL maintainer="Bruce Huang " 23:57:08 ---> Running in c294cccb64ad 23:57:08 Removing intermediate container c294cccb64ad 23:57:08 ---> 5ffc74117bb7 23:57:08 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 23:57:08 ---> c31afb611b86 23:57:08 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 23:57:08 ---> 73238d57e77b 23:57:08 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 23:57:09 ---> 5a3dd999c9e4 23:57:09 Step 7/13 : WORKDIR /edgex-taf 23:57:09 ---> Running in b536987c3fa2 23:57:09 Removing intermediate container b536987c3fa2 23:57:09 ---> 292caa47e1b3 23:57:09 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:09 ---> Running in a18c0af98729 23:57:09 Removing intermediate container a18c0af98729 23:57:09 ---> 58d7df2de688 23:57:09 Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli && apk add --no-cache chromium chromium-chromedriver && apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev && apk add --no-cache python3-dev g++ zeromq-dev=4.3.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 23:57:09 ---> Running in 76b5ad792324 23:57:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:57:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:57:11 (1/2) Upgrading libcrypto1.1 (1.1.1u-r1 -> 1.1.1u-r2) 23:57:12 (2/2) Upgrading libssl1.1 (1.1.1u-r1 -> 1.1.1u-r2) 23:57:12 OK: 6 MiB in 14 packages 23:57:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:57:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:57:13 (1/9) Installing ca-certificates (20230506-r0) 23:57:13 (2/9) Installing brotli-libs (1.0.9-r6) 23:57:14 (3/9) Installing nghttp2-libs (1.47.0-r1) 23:57:14 (4/9) Installing libcurl (8.2.1-r0) 23:57:15 (5/9) Installing curl (8.2.1-r0) 23:57:15 (6/9) Installing docker-cli (20.10.20-r0) 23:57:16 (7/9) Installing oniguruma (6.9.8-r0) 23:57:16 (8/9) Installing jq (1.6-r1) 23:57:17 (9/9) Installing openssl (1.1.1u-r2) 23:57:17 Executing busybox-1.35.0-r17.trigger 23:57:17 Executing ca-certificates-20230506-r0.trigger 23:57:17 OK: 52 MiB in 23 packages 23:57:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:57:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:57:18 (1/137) Installing libmagic (5.41-r0) 23:57:19 (2/137) Installing file (5.41-r0) 23:57:19 (3/137) Installing libxau (1.0.9-r0) 23:57:19 (4/137) Installing libxdmcp (1.1.3-r0) 23:57:19 (5/137) Installing libxcb (1.15-r0) 23:57:20 (6/137) Installing libx11 (1.8-r1) 23:57:20 Still waiting to schedule task 23:57:20 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:57:20 (7/137) Installing libxext (1.3.4-r0) 23:57:21 (8/137) Installing libice (1.0.10-r0) 23:57:21 (9/137) Installing libuuid (2.38-r1) 23:57:21 (10/137) Installing libsm (1.2.3-r0) 23:57:21 (11/137) Installing libxt (1.2.1-r0) 23:57:22 (12/137) Installing libxmu (1.1.3-r0) 23:57:22 (13/137) Installing xset (1.2.4-r0) 23:57:23 (14/137) Installing xprop (1.2.5-r0) 23:57:23 (15/137) Installing xdg-utils (1.1.3-r3) 23:57:23 (16/137) Installing eudev-libs (3.2.11-r0) 23:57:24 (17/137) Installing pkgconf (1.8.1-r0) 23:57:24 (18/137) Installing libffi (3.4.2-r1) 23:57:24 (19/137) Installing libintl (0.21-r2) 23:57:24 (20/137) Installing libblkid (2.38-r1) 23:57:25 (21/137) Installing libmount (2.38-r1) 23:57:25 (22/137) Installing pcre (8.45-r2) 23:57:26 (23/137) Installing glib (2.72.4-r0) 23:57:26 (24/137) Installing xz-libs (5.2.5-r1) 23:57:26 (25/137) Installing libxml2 (2.9.14-r2) 23:57:27 (26/137) Installing shared-mime-info (2.2-r2) 23:57:27 (27/137) Installing hicolor-icon-theme (0.17-r1) 23:57:28 (28/137) Installing libjpeg-turbo (2.1.3-r1) 23:57:28 (29/137) Installing libpng (1.6.37-r1) 23:57:28 (30/137) Installing libwebp (1.2.3-r1) 23:57:29 (31/137) Installing zstd-libs (1.5.2-r1) 23:57:29 (32/137) Installing tiff (4.4.0-r4) 23:57:30 (33/137) Installing gdk-pixbuf (2.42.8-r0) 23:57:30 (34/137) Installing gtk-update-icon-cache (2.24.33-r3) 23:57:30 (35/137) Installing libxcomposite (0.4.5-r0) 23:57:31 (36/137) Installing libxfixes (6.0.0-r0) 23:57:31 (37/137) Installing libxrender (0.9.10-r3) 23:57:31 (38/137) Installing libxcursor (1.2.1-r0) 23:57:31 (39/137) Installing libxdamage (1.1.5-r1) 23:57:32 (40/137) Installing libxi (1.8-r0) 23:57:32 (41/137) Installing libxinerama (1.1.4-r1) 23:57:32 (42/137) Installing libxrandr (1.5.2-r1) 23:57:32 (43/137) Installing atk (2.38.0-r0) 23:57:33 (44/137) Installing libxtst (1.2.3-r3) 23:57:33 (45/137) Installing dbus-libs (1.14.8-r0) 23:57:33 (46/137) Installing at-spi2-core (2.44.1-r0) 23:57:34 (47/137) Installing at-spi2-atk (2.38.0-r0) 23:57:34 (48/137) Installing expat (2.5.0-r0) 23:57:35 (49/137) Installing libbz2 (1.0.8-r1) 23:57:35 (50/137) Installing freetype (2.12.1-r0) 23:57:35 (51/137) Installing fontconfig (2.14.0-r0) 23:57:36 (52/137) Installing pixman (0.40.0-r4) 23:57:36 (53/137) Installing cairo (1.17.4-r2) 23:57:36 (54/137) Installing cairo-gobject (1.17.4-r2) 23:57:37 (55/137) Installing avahi-libs (0.8-r6) 23:57:37 (56/137) Installing gmp (6.2.1-r2) 23:57:38 (57/137) Installing nettle (3.7.3-r0) 23:57:38 (58/137) Installing p11-kit (0.24.1-r0) 23:57:38 (59/137) Installing libtasn1 (4.18.0-r1) 23:57:39 (60/137) Installing libunistring (1.0-r0) 23:57:39 (61/137) Installing gnutls (3.7.7-r1) 23:57:40 (62/137) Installing cups-libs (2.4.2-r2) 23:57:40 (63/137) Installing libepoxy (1.5.10-r0) 23:57:41 (64/137) Installing fribidi (1.0.12-r0) 23:57:41 (65/137) Installing graphite2 (1.3.14-r1) 23:57:41 (66/137) Installing harfbuzz (4.3.0-r0) 23:57:42 (67/137) Installing libxft (2.3.4-r0) 23:57:42 (68/137) Installing pango (1.50.7-r0) 23:57:42 (69/137) Installing wayland-libs-client (1.20.0-r0) 23:57:43 (70/137) Installing wayland-libs-cursor (1.20.0-r0) 23:57:43 (71/137) Installing wayland-libs-egl (1.20.0-r0) 23:57:43 (72/137) Installing xkeyboard-config (2.35.1-r0) 23:57:44 (73/137) Installing libxkbcommon (1.4.1-r0) 23:57:44 (74/137) Installing gtk+3.0 (3.24.34-r1) 23:57:45 Executing gtk+3.0-3.24.34-r1.post-install 23:57:45 (75/137) Installing libfontenc (1.1.4-r0) 23:57:45 (76/137) Installing mkfontscale (1.2.2-r0) 23:57:45 (77/137) Installing font-opensans (0_git20210927-r0) 23:57:46 (78/137) Installing libgcc (11.2.1_git20220219-r2) 23:57:46 (79/137) Installing libogg (1.3.5-r1) 23:57:46 (80/137) Installing libstdc++ (11.2.1_git20220219-r2) 23:57:47 (81/137) Installing flac (1.3.4-r0) 23:57:47 (82/137) Installing alsa-lib (1.2.7.2-r0) 23:57:48 (83/137) Installing libatomic (11.2.1_git20220219-r2) 23:57:48 (84/137) Installing sdl2 (2.0.22-r0) 23:57:48 (85/137) Installing aom-libs (3.3.0-r0) 23:57:49 (86/137) Installing libass (0.16.0-r0) 23:57:49 (87/137) Installing libdav1d (1.0.0-r0) 23:57:50 (88/137) Installing libpciaccess (0.16-r0) 23:57:50 (89/137) Installing libdrm (2.4.110-r0) 23:57:50 (90/137) Installing ncurses-terminfo-base (6.3_p20220521-r1) 23:57:51 (91/137) Installing ncurses-libs (6.3_p20220521-r1) 23:57:51 (92/137) Installing lame (3.100-r0) 23:57:51 (93/137) Installing opus (1.3.1-r1) 23:57:52 (94/137) Installing libasyncns (0.8-r1) 23:57:52 (95/137) Installing libltdl (2.4.7-r0) 23:57:53 (96/137) Installing orc (0.4.32-r0) 23:57:53 (97/137) Installing libvorbis (1.3.7-r0) 23:57:53 (98/137) Installing libsndfile (1.1.0-r0) 23:57:54 (99/137) Installing libgomp (11.2.1_git20220219-r2) 23:57:54 (100/137) Installing soxr (0.1.3-r2) 23:57:54 (101/137) Installing speexdsp (1.2.0-r0) 23:57:55 (102/137) Installing tdb-libs (1.4.6-r0) 23:57:55 (103/137) Installing libpulse (15.0-r2) 23:57:56 (104/137) Installing cjson (1.7.15-r3) 23:57:56 (105/137) Installing mbedtls (2.28.3-r0) 23:57:56 (106/137) Installing librist (0.2.6-r1) 23:57:57 (107/137) Installing libsrt (1.4.4-r0) 23:57:57 (108/137) Installing libssh (0.9.6-r1) 23:57:57 (109/137) Installing libtheora (1.1.1-r16) 23:57:58 (110/137) Installing v4l-utils-libs (1.22.1-r1) 23:57:58 (111/137) Installing libva (2.14.0-r0) 23:57:59 (112/137) Installing libvdpau (1.5-r0) 23:57:59 (113/137) Installing vidstab (1.1.0-r1) 23:57:59 (114/137) Installing libvpx (1.11.0-r1) 23:58:00 (115/137) Installing x264-libs (0.163_git20210613-r0) 23:58:00 (116/137) Installing numactl (2.0.14-r0) 23:58:00 (117/137) Installing x265-libs (3.5-r3) 23:58:01 (118/137) Installing xvidcore (1.3.7-r1) 23:58:02 (119/137) Installing ffmpeg-libs (5.0.3-r0) 23:58:02 (120/137) Installing libevent (2.1.12-r4) 23:58:02 (121/137) Installing mesa (21.3.9-r0) 23:58:03 (122/137) Installing wayland-libs-server (1.20.0-r0) 23:58:03 (123/137) Installing mesa-gbm (21.3.9-r0) 23:58:04 (124/137) Installing icu-data-en (71.1-r2) 23:58:04 Executing icu-data-en-71.1-r2.post-install 23:58:04 * 23:58:04 * If you need ICU with non-English locales and legacy charset support, install 23:58:04 * package icu-data-full. 23:58:04 * 23:58:04 (125/137) Installing icu-libs (71.1-r2) 23:58:04 (126/137) Installing lcms2 (2.13.1-r0) 23:58:05 (127/137) Installing minizip (1.2.12-r0) 23:58:05 (128/137) Installing nspr (4.33-r0) 23:58:05 (129/137) Installing sqlite-libs (3.40.1-r0) 23:58:06 (130/137) Installing nss (3.78.1-r0) 23:58:07 (131/137) Installing re2 (2022.04.01-r0) 23:58:07 (132/137) Installing snappy (1.1.9-r4) 23:58:07 (133/137) Installing libgpg-error (1.45-r0) 23:58:08 (134/137) Installing libgcrypt (1.10.1-r0) 23:58:08 (135/137) Installing libxslt (1.1.35-r0) 23:58:08 (136/137) Installing chromium (102.0.5005.182-r0) 23:58:10 (137/137) Installing chromium-chromedriver (102.0.5005.182-r0) 23:58:11 Executing busybox-1.35.0-r17.trigger 23:58:11 Executing glib-2.72.4-r0.trigger 23:58:11 Executing shared-mime-info-2.2-r2.trigger 23:58:11 Executing gdk-pixbuf-2.42.8-r0.trigger 23:58:11 Executing gtk-update-icon-cache-2.24.33-r3.trigger 23:58:11 Executing fontconfig-2.14.0-r0.trigger 23:58:11 Executing mkfontscale-1.2.2-r0.trigger 23:58:11 OK: 409 MiB in 160 packages 23:58:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:58:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:58:13 (1/21) Installing binutils (2.38-r3) 23:58:13 (2/21) Installing isl22 (0.22-r0) 23:58:13 (3/21) Installing mpfr4 (4.1.0-r0) 23:58:14 (4/21) Installing mpc1 (1.2.1-r0) 23:58:14 (5/21) Installing gcc (11.2.1_git20220219-r2) 23:58:16 (6/21) Installing musl-dev (1.2.3-r3) 23:58:16 (7/21) Installing libc-dev (0.7.2-r3) 23:58:16 (8/21) Installing linux-headers (5.16.7-r1) 23:58:17 (9/21) Installing libffi-dev (3.4.2-r1) 23:58:17 (10/21) Installing libpq (14.8-r0) 23:58:18 (11/21) Installing openssl-dev (1.1.1u-r2) 23:58:18 (12/21) Installing libpq-dev (14.8-r0) 23:58:19 (13/21) Installing libecpg (14.8-r0) 23:58:19 (14/21) Installing libecpg-dev (14.8-r0) 23:58:19 (15/21) Installing llvm13-libs (13.0.1-r2) 23:58:21 (16/21) Installing clang-libs (13.0.1-r1) 23:58:22 (17/21) Installing clang (13.0.1-r1) 23:58:22 (18/21) Installing icu (71.1-r2) 23:58:23 (19/21) Installing icu-dev (71.1-r2) 23:58:24 (20/21) Installing llvm13 (13.0.1-r2) 23:58:24 (21/21) Installing postgresql14-dev (14.8-r0) 23:58:25 Executing busybox-1.35.0-r17.trigger 23:58:25 OK: 822 MiB in 181 packages 23:58:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:58:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:58:26 (1/10) Installing g++ (11.2.1_git20220219-r2) 23:58:30 (2/10) Installing gdbm (1.23-r0) 23:58:31 (3/10) Installing mpdecimal (2.5.1-r1) 23:58:31 (4/10) Installing readline (8.1.2-r0) 23:58:31 (5/10) Installing python3 (3.10.12-r0) 23:58:32 (6/10) Installing python3-dev (3.10.12-r0) 23:58:33 (7/10) Installing libsodium (1.0.18-r0) 23:58:34 (8/10) Installing libzmq (4.3.4-r0) 23:58:34 (9/10) Installing libsodium-dev (1.0.18-r0) 23:58:34 (10/10) Installing zeromq-dev (4.3.4-r0) 23:58:35 Executing busybox-1.35.0-r17.trigger 23:58:35 OK: 974 MiB in 191 packages 23:58:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:58:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:58:36 OK: 974 MiB in 191 packages 23:58:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:58:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:58:37 (1/1) Installing tzdata (2023c-r0) 23:58:38 Executing busybox-1.35.0-r17.trigger 23:58:38 OK: 978 MiB in 192 packages 23:58:38 (1/1) Purging tzdata (2023c-r0) 23:58:38 Executing busybox-1.35.0-r17.trigger 23:58:38 OK: 974 MiB in 191 packages 23:58:40 Looking in links: /tmp/tmpyflis2ai 23:58:40 Processing /tmp/tmpyflis2ai/setuptools-65.5.0-py3-none-any.whl 23:58:40 Processing /tmp/tmpyflis2ai/pip-23.0.1-py3-none-any.whl 23:58:40 Installing collected packages: setuptools, pip 23:58:44 Successfully installed pip-23.0.1 setuptools-65.5.0 23:58:44 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:58:44 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 23:58:44 Collecting pip 23:58:44 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) 23:58:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 46.2 MB/s eta 0:00:00 23:58:44 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 23:58:45 Collecting setuptools 23:58:45 Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) 23:58:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 108.2 MB/s eta 0:00:00 23:58:45 Collecting wheel 23:58:45 Downloading wheel-0.41.0-py3-none-any.whl (64 kB) 23:58:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 125.4 MB/s eta 0:00:00 23:58:45 Installing collected packages: wheel, setuptools, pip 23:58:45 Attempting uninstall: setuptools 23:58:45 Found existing installation: setuptools 65.5.0 23:58:45 Uninstalling setuptools-65.5.0: 23:58:45 Successfully uninstalled setuptools-65.5.0 23:58:46 Attempting uninstall: pip 23:58:46 Found existing installation: pip 23.0.1 23:58:46 Uninstalling pip-23.0.1: 23:58:46 Successfully uninstalled pip-23.0.1 23:58:48 Successfully installed pip-23.2.1 setuptools-68.0.0 wheel-0.41.0 23:58:48 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:58:48 Processing ./edgex-taf-common 23:58:48 Preparing metadata (setup.py): started 23:58:49 Preparing metadata (setup.py): finished with status 'done' 23:58:49 Building wheels for collected packages: edgex-taf-common 23:58:49 Building wheel for edgex-taf-common (setup.py): started 23:58:49 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 23:58:49 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14469 sha256=27ed81bb2a0cfdb9f93e56c258f5ab3a7deab602bcbfde0e8d5e981d72f1e7ba 23:58:49 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 23:58:49 Successfully built edgex-taf-common 23:58:49 Installing collected packages: edgex-taf-common 23:58:49 Successfully installed edgex-taf-common-0.0.0 23:58:49 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 23:58:50 Collecting robotframework==6.1 (from -r requirements.txt (line 1)) 23:58:50 Obtaining dependency information for robotframework==6.1 from https://files.pythonhosted.org/packages/11/ff/3105ff09e62c980e67a5b6974c8ac9577b4c3bacbc10a90e6b3e40cfcbd1/robotframework-6.1-py3-none-any.whl.metadata 23:58:50 Downloading robotframework-6.1-py3-none-any.whl.metadata (7.5 kB) 23:58:50 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 23:58:50 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 23:58:50 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 23:58:50 Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata 23:58:50 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 23:58:50 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 23:58:50 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 23:58:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 13.3 MB/s eta 0:00:00 23:58:50 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 23:58:50 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 23:58:50 Preparing metadata (setup.py): started 23:58:50 Preparing metadata (setup.py): finished with status 'done' 23:58:50 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 23:58:50 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 23:58:50 Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) 23:58:51 Downloading configparser-5.3.0-py3-none-any.whl (19 kB) 23:58:51 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 23:58:51 Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 23:58:51 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 23:58:51 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 23:58:51 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 23:58:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 14.3 MB/s eta 0:00:00 23:58:51 Preparing metadata (setup.py): started 23:58:51 Preparing metadata (setup.py): finished with status 'done' 23:58:51 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 23:58:51 Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata 23:58:51 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 23:58:51 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 23:58:51 Downloading numpy-1.22.3.zip (11.5 MB) 23:58:52 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 28.6 MB/s eta 0:00:00 23:58:52 Installing build dependencies: started 23:58:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2689 in /w/workspace/gexfoundry_edgex-taf-common_main [Pipeline] { [Pipeline] checkout 23:58:56 Selected Git installation does not exist. Using Default 23:58:56 The recommended git tool is: NONE 23:58:58 Installing build dependencies: finished with status 'done' 23:58:58 Getting requirements to build wheel: started 23:58:58 Getting requirements to build wheel: finished with status 'done' 23:58:58 Preparing metadata (pyproject.toml): started 23:58:58 Preparing metadata (pyproject.toml): finished with status 'done' 23:58:59 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 23:58:59 Downloading psutil-5.9.0.tar.gz (478 kB) 23:58:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 13.4 MB/s eta 0:00:00 23:58:59 Preparing metadata (setup.py): started 23:58:59 Preparing metadata (setup.py): finished with status 'done' 23:58:59 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 23:58:59 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 23:58:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 29.6 MB/s eta 0:00:00 23:59:00 Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) 23:59:00 Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/66/96/129706be681649f43bde93811416f566acfefcd3fb18156d5df349c360ab/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata 23:59:00 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (4.8 kB) 23:59:00 Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) 23:59:00 Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) 23:59:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 18.9 MB/s eta 0:00:00 23:59:00 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 23:59:00 Downloading psycopg2-2.9.3.tar.gz (380 kB) 23:59:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 38.9 MB/s eta 0:00:00 23:59:00 Preparing metadata (setup.py): started 23:59:00 Preparing metadata (setup.py): finished with status 'done' 23:59:00 Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) 23:59:00 Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/92/d7/df2bf45a1bcc7f2983a22c05f77ecd04bb8252a734219b0a6f089121dfa3/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata 23:59:01 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB) 23:59:01 using credential edgex-jenkins-ssh 23:59:01 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:01 Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/10/56/8288d1813a68c1e0638515dbb777fce6d87d0d240e683216f956145310e6/selenium-4.11.2-py3-none-any.whl.metadata 23:59:01 Downloading selenium-4.11.2-py3-none-any.whl.metadata (7.0 kB) 23:59:01 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:01 Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata 23:59:01 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) 23:59:01 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:01 Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata 23:59:01 Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 23:59:01 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:01 Downloading flex-6.14.1.tar.gz (40 kB) 23:59:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 5.3 MB/s eta 0:00:00 23:59:01 Cloning the remote Git repository 23:59:01 Preparing metadata (setup.py): started 23:59:01 Preparing metadata (setup.py): finished with status 'done' 23:59:01 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:01 Downloading genson-1.2.2.tar.gz (34 kB) 23:59:01 Preparing metadata (setup.py): started 23:59:02 Preparing metadata (setup.py): finished with status 'done' 23:59:02 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:02 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 23:59:02 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:02 Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/a1/ba/28ce987450c6afa8336373761193ddaadc1ba2004fbf23a6407db036f558/jsonschema-4.18.4-py3-none-any.whl.metadata 23:59:02 Downloading jsonschema-4.18.4-py3-none-any.whl.metadata (7.8 kB) 23:59:02 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:02 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 23:59:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 27.5 MB/s eta 0:00:00 23:59:02 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:02 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 23:59:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 14.3 MB/s eta 0:00:00 23:59:02 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:02 Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata 23:59:02 Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) 23:59:01 Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git 23:59:01 > git init /w/workspace/gexfoundry_edgex-taf-common_main # timeout=10 23:59:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git 23:59:01 > git --version # timeout=10 23:59:01 > git --version # 'git version 2.25.1' 23:59:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:02 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 23:59:02 Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/95/d2/6f25fddfbe31448ceea236e03b70d2bbd647d4bc9148bf9665307794c4f2/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata 23:59:02 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.metadata (31 kB) 23:59:02 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 23:59:02 Downloading idna-3.4-py3-none-any.whl (61 kB) 23:59:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 7.9 MB/s eta 0:00:00 23:59:02 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 23:59:02 Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata 23:59:02 Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) 23:59:02 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 23:59:02 Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 23:59:02 Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 23:59:02 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:59:02 Downloading packaging-23.1-py3-none-any.whl (48 kB) 23:59:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 5.6 MB/s eta 0:00:00 23:59:02 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 23:59:02 Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/d3/a3/63e9329c8cc9be6153e919e17d0ef5b60d537fed78564872951b95bcc17c/websocket_client-1.6.1-py3-none-any.whl.metadata 23:59:02 Downloading websocket_client-1.6.1-py3-none-any.whl.metadata (7.6 kB) 23:59:03 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 23:59:03 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 23:59:03 Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 23:59:03 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 23:59:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 22.2 MB/s eta 0:00:00 23:59:03 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 23:59:03 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 23:59:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 30.5 MB/s eta 0:00:00 23:59:03 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.0.0) 23:59:03 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) 23:59:03 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 23:59:03 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) 23:59:03 Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata 23:59:03 Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) 23:59:03 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:03 Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata 23:59:03 Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) 23:59:03 Avoid second fetch 23:59:03 Checking out Revision d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 (main) 23:59:03 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:03 Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata 23:59:03 Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) 23:59:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10 23:59:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:03 > git config core.sparsecheckout # timeout=10 23:59:03 > git checkout -f d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 # timeout=10 23:59:03 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:03 Downloading PyYAML-6.0.1.tar.gz (125 kB) 23:59:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 18.8 MB/s eta 0:00:00 23:59:03 Installing build dependencies: started 23:59:04 Commit message: "Merge pull request #74 from edgexfoundry/dependabot/pip/paho-mqtt-1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:59:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:59:04 Dload Upload Total Spent Left Speed 23:59:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 23:59:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:59:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 23:59:06 sudo tee /etc/docker/daemon.new 23:59:06 { 23:59:06 "registry-mirrors": [ 23:59:06 "https://nexus3.edgexfoundry.org:10001" 23:59:06 ], 23:59:06 "bip": "10.250.0.254/24", 23:59:06 "hosts": [ 23:59:06 "tcp://0.0.0.0:5555", 23:59:06 "unix:///var/run/docker.sock" 23:59:06 ], 23:59:06 "mtu": 1458, 23:59:06 "selinux-enabled": true, 23:59:06 "seccomp-profile": "/etc/docker/seccomp.json" 23:59:06 } [Pipeline] sh 23:59:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:59:06 + sudo service docker restart 23:59:08 Installing build dependencies: finished with status 'done' 23:59:08 Getting requirements to build wheel: started 23:59:09 Getting requirements to build wheel: finished with status 'done' 23:59:09 Preparing metadata (pyproject.toml): started 23:59:09 Preparing metadata (pyproject.toml): finished with status 'done' 23:59:09 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:09 Downloading validate_email-1.3.tar.gz (4.7 kB) 23:59:09 Preparing metadata (setup.py): started 23:59:09 Preparing metadata (setup.py): finished with status 'done' 23:59:09 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:09 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 23:59:09 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:09 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 23:59:09 Preparing metadata (setup.py): started 23:59:10 Preparing metadata (setup.py): finished with status 'done' 23:59:10 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl.metadata 23:59:10 Downloading click-8.1.6-py3-none-any.whl.metadata (3.0 kB) 23:59:10 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata 23:59:10 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 23:59:10 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 23:59:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 6.0 MB/s eta 0:00:00 23:59:10 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 23:59:10 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 23:59:10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.8 MB/s eta 0:00:00 23:59:10 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata 23:59:10 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) 23:59:10 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/ea/c3/f75f0ce2cdacca3d68a70b1756635092a1add1002e34afb4895b9fb62598/referencing-0.30.0-py3-none-any.whl.metadata 23:59:10 Downloading referencing-0.30.0-py3-none-any.whl.metadata (2.7 kB) 23:59:10 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 23:59:10 Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/bb/5a/3ab0ef376f5e454ccbca544f17f6ca9213c84294b28cebf2de9e9b92c75b/rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.metadata 23:59:10 Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.metadata (3.7 kB) 23:59:10 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:10 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 23:59:10 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:11 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 23:59:11 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:11 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 23:59:11 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:11 Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata 23:59:11 Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) 23:59:11 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 23:59:11 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 23:59:11 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)) 23:59:11 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 23:59:11 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)) 23:59:11 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 6.5 MB/s eta 0:00:00 23:59:11 Downloading robotframework-6.1-py3-none-any.whl (698 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 698.5/698.5 kB 23.5 MB/s eta 0:00:00 23:59:11 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 23:59:11 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 9.8 MB/s eta 0:00:00 23:59:11 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 24.2 MB/s eta 0:00:00 23:59:11 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 31.6 MB/s eta 0:00:00 23:59:11 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.1 MB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 32.9 MB/s eta 0:00:00 23:59:11 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 19.6 MB/s eta 0:00:00 23:59:11 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (195 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.4/195.4 kB 25.5 MB/s eta 0:00:00 23:59:11 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) 23:59:11 Downloading selenium-4.11.2-py3-none-any.whl (7.2 MB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 74.9 MB/s eta 0:00:00 23:59:11 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 16.8 MB/s eta 0:00:00 23:59:11 Downloading websocket_client-1.6.1-py3-none-any.whl (56 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 8.3 MB/s eta 0:00:00 23:59:11 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 16.4 MB/s eta 0:00:00 23:59:11 Downloading jsonschema-4.18.4-py3-none-any.whl (80 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 9.9 MB/s eta 0:00:00 23:59:11 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 23:59:11 Downloading click-8.1.6-py3-none-any.whl (97 kB) 23:59:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 13.9 MB/s eta 0:00:00 23:59:11 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 23:59:11 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) 23:59:11 Downloading referencing-0.30.0-py3-none-any.whl (25 kB) 23:59:12 Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB) 23:59:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 73.7 MB/s eta 0:00:00 23:59:12 Downloading trio-0.22.2-py3-none-any.whl (400 kB) 23:59:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 33.8 MB/s eta 0:00:00 23:59:12 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 23:59:12 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) 23:59:12 Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) 23:59:12 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email 23:59:12 Building wheel for robotbackgroundlogger (setup.py): started 23:59:12 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 23:59:12 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4276 sha256=a8d7aba8d17a7fed737196b3abc1391243ba5d9f0cb220a333d9b934d3c3e433 23:59:12 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 23:59:12 Building wheel for paho-mqtt (setup.py): started 23:59:12 Building wheel for paho-mqtt (setup.py): finished with status 'done' 23:59:12 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62117 sha256=a4aee278c3c7443631b9b420f4fd0323e69b1beb9d283619eada407f4dee419e 23:59:12 Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a 23:59:12 Building wheel for numpy (pyproject.toml): started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:59:24 provisioning config files... 23:59:24 copy managed file [taf-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config17281753926014054238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:59:25 ---> docker-login.sh 23:59:25 nexus3.edgexfoundry.org:10001 23:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:25 Configure a credential helper to remove this warning. See 23:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:25 23:59:25 Login Succeeded 23:59:25 nexus3.edgexfoundry.org:10002 23:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:26 Configure a credential helper to remove this warning. See 23:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:26 23:59:26 Login Succeeded 23:59:26 nexus3.edgexfoundry.org:10003 23:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:26 Configure a credential helper to remove this warning. See 23:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:26 23:59:26 Login Succeeded 23:59:26 nexus3.edgexfoundry.org:10004 23:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:26 Configure a credential helper to remove this warning. See 23:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:26 23:59:26 Login Succeeded 23:59:26 docker.io 23:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:27 Configure a credential helper to remove this warning. See 23:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:27 23:59:27 Login Succeeded 23:59:27 ---> docker-login.sh ends [Pipeline] } 23:59:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:59:28 + ls -al . 23:59:28 total 68 23:59:28 drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:59 . 23:59:28 drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:59 .. 23:59:28 drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 23:59 .git 23:59:28 drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 23:59 .github 23:59:28 -rw-rw-r-- 1 jenkins jenkins 22 Aug 1 23:59 .gitignore 23:59:28 -rw-rw-r-- 1 jenkins jenkins 1575 Aug 1 23:59 Dockerfile 23:59:28 -rw-rw-r-- 1 jenkins jenkins 746 Aug 1 23:59 Jenkinsfile 23:59:28 -rw-rw-r-- 1 jenkins jenkins 11381 Aug 1 23:59 LICENSE 23:59:28 -rw-rw-r-- 1 jenkins jenkins 3606 Aug 1 23:59 README.md 23:59:28 drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 23:59 TAF-Manager 23:59:28 drwxrwxr-x 6 jenkins jenkins 4096 Aug 1 23:59 TUC 23:59:28 -rw-rw-r-- 1 jenkins jenkins 12 Aug 1 23:57 VERSION 23:59:28 -rw-rw-r-- 1 jenkins jenkins 342 Aug 1 23:59 requirements.txt 23:59:28 -rw-rw-r-- 1 jenkins jenkins 54 Aug 1 23:59 robot-entrypoint.sh 23:59:28 -rw-rw-r-- 1 jenkins jenkins 445 Aug 1 23:59 setup.py [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:28 + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 --label arch=arm64 --label version=0.0.2-dev.31 . 23:59:29 Sending build context to Docker daemon 309.2kB 23:59:29 Step 1/13 : FROM alpine:3.16 23:59:29 3.16: Pulling from library/alpine 23:59:29 a880266d3b77: Pulling fs layer 23:59:29 a880266d3b77: Verifying Checksum 23:59:29 a880266d3b77: Download complete 23:59:30 a880266d3b77: Pull complete 23:59:30 Digest: sha256:cbe5d5973103a2d03408d1689a6efde4ea4920bde9f4b51fe7872e60ce2d8e56 23:59:30 Status: Downloaded newer image for alpine:3.16 23:59:30 ---> 73bc9a5320fe 23:59:30 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: IOTech' 23:59:30 ---> Running in 63c0492c9e57 23:59:30 Removing intermediate container 63c0492c9e57 23:59:30 ---> 6d0e5141ce63 23:59:30 Step 3/13 : LABEL maintainer="Bruce Huang " 23:59:30 ---> Running in e2ffa989d65d 23:59:30 Removing intermediate container e2ffa989d65d 23:59:30 ---> 596c29c306d4 23:59:30 Step 4/13 : COPY . /edgex-taf/edgex-taf-common 23:59:31 ---> 42c9877f51ee 23:59:31 Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/ 23:59:32 ---> 4f4379987a62 23:59:32 Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt 23:59:32 ---> 3c4440c081e0 23:59:32 Step 7/13 : WORKDIR /edgex-taf 23:59:32 ---> Running in e7144c4e0900 23:59:33 Removing intermediate container e7144c4e0900 23:59:33 ---> e63d239717e7 23:59:33 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:59:33 ---> Running in e6dbb57d3123 23:59:35 Removing intermediate container e6dbb57d3123 23:59:35 ---> 911bc36e3feb 23:59:35 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 23:59:35 ---> Running in b2bb5c8bbb03 23:59:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:59:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:59:38 (1/2) Upgrading libcrypto1.1 (1.1.1u-r1 -> 1.1.1u-r2) 23:59:38 (2/2) Upgrading libssl1.1 (1.1.1u-r1 -> 1.1.1u-r2) 23:59:39 OK: 5 MiB in 14 packages 23:59:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:59:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:59:41 (1/9) Installing ca-certificates (20230506-r0) 23:59:41 (2/9) Installing brotli-libs (1.0.9-r6) 23:59:42 (3/9) Installing nghttp2-libs (1.47.0-r1) 23:59:42 (4/9) Installing libcurl (8.2.1-r0) 23:59:43 (5/9) Installing curl (8.2.1-r0) 23:59:43 (6/9) Installing docker-cli (20.10.20-r0) 23:59:47 (7/9) Installing oniguruma (6.9.8-r0) 23:59:47 (8/9) Installing jq (1.6-r1) 23:59:48 (9/9) Installing openssl (1.1.1u-r2) 23:59:48 Executing busybox-1.35.0-r17.trigger 23:59:48 Executing ca-certificates-20230506-r0.trigger 23:59:48 OK: 50 MiB in 23 packages 23:59:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:59:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:59:50 (1/136) Installing libmagic (5.41-r0) 23:59:51 (2/136) Installing file (5.41-r0) 23:59:51 (3/136) Installing libxau (1.0.9-r0) 23:59:52 (4/136) Installing libxdmcp (1.1.3-r0) 23:59:52 (5/136) Installing libxcb (1.15-r0) 23:59:52 (6/136) Installing libx11 (1.8-r1) 23:59:53 (7/136) Installing libxext (1.3.4-r0) 23:59:54 (8/136) Installing libice (1.0.10-r0) 23:59:54 (9/136) Installing libuuid (2.38-r1) 23:59:54 (10/136) Installing libsm (1.2.3-r0) 23:59:54 (11/136) Installing libxt (1.2.1-r0) 23:59:55 (12/136) Installing libxmu (1.1.3-r0) 23:59:55 (13/136) Installing xset (1.2.4-r0) 23:59:55 (14/136) Installing xprop (1.2.5-r0) 23:59:56 (15/136) Installing xdg-utils (1.1.3-r3) 23:59:56 (16/136) Installing eudev-libs (3.2.11-r0) 23:59:57 (17/136) Installing pkgconf (1.8.1-r0) 23:59:57 (18/136) Installing libffi (3.4.2-r1) 23:59:57 (19/136) Installing libintl (0.21-r2) 23:59:58 (20/136) Installing libblkid (2.38-r1) 23:59:58 (21/136) Installing libmount (2.38-r1) 23:59:59 (22/136) Installing pcre (8.45-r2) 23:59:59 (23/136) Installing glib (2.72.4-r0) 00:00:00 (24/136) Installing xz-libs (5.2.5-r1) 00:00:00 (25/136) Installing libxml2 (2.9.14-r2) 00:00:01 (26/136) Installing shared-mime-info (2.2-r2) 00:00:01 (27/136) Installing hicolor-icon-theme (0.17-r1) 00:00:01 (28/136) Installing libjpeg-turbo (2.1.3-r1) 00:00:02 (29/136) Installing libpng (1.6.37-r1) 00:00:02 (30/136) Installing libwebp (1.2.3-r1) 00:00:03 (31/136) Installing zstd-libs (1.5.2-r1) 00:00:03 (32/136) Installing tiff (4.4.0-r4) 00:00:04 (33/136) Installing gdk-pixbuf (2.42.8-r0) 00:00:04 (34/136) Installing gtk-update-icon-cache (2.24.33-r3) 00:00:05 (35/136) Installing libxcomposite (0.4.5-r0) 00:00:05 (36/136) Installing libxfixes (6.0.0-r0) 00:00:05 (37/136) Installing libxrender (0.9.10-r3) 00:00:05 (38/136) Installing libxcursor (1.2.1-r0) 00:00:06 (39/136) Installing libxdamage (1.1.5-r1) 00:00:06 (40/136) Installing libxi (1.8-r0) 00:00:06 (41/136) Installing libxinerama (1.1.4-r1) 00:00:07 (42/136) Installing libxrandr (1.5.2-r1) 00:00:07 (43/136) Installing atk (2.38.0-r0) 00:00:07 (44/136) Installing libxtst (1.2.3-r3) 00:00:08 (45/136) Installing dbus-libs (1.14.8-r0) 00:00:08 (46/136) Installing at-spi2-core (2.44.1-r0) 00:00:09 (47/136) Installing at-spi2-atk (2.38.0-r0) 00:00:09 (48/136) Installing expat (2.5.0-r0) 00:00:10 (49/136) Installing libbz2 (1.0.8-r1) 00:00:10 (50/136) Installing freetype (2.12.1-r0) 00:00:10 (51/136) Installing fontconfig (2.14.0-r0) 00:00:11 (52/136) Installing pixman (0.40.0-r4) 00:00:11 (53/136) Installing cairo (1.17.4-r2) 00:00:12 (54/136) Installing cairo-gobject (1.17.4-r2) 00:00:12 (55/136) Installing avahi-libs (0.8-r6) 00:00:12 (56/136) Installing gmp (6.2.1-r2) 00:00:13 (57/136) Installing nettle (3.7.3-r0) 00:00:13 (58/136) Installing p11-kit (0.24.1-r0) 00:00:14 (59/136) Installing libtasn1 (4.18.0-r1) 00:00:14 (60/136) Installing libunistring (1.0-r0) 00:00:15 (61/136) Installing gnutls (3.7.7-r1) 00:00:15 (62/136) Installing cups-libs (2.4.2-r2) 00:00:16 (63/136) Installing libepoxy (1.5.10-r0) 00:00:16 (64/136) Installing fribidi (1.0.12-r0) 00:00:17 (65/136) Installing graphite2 (1.3.14-r1) 00:00:17 (66/136) Installing harfbuzz (4.3.0-r0) 00:00:18 (67/136) Installing libxft (2.3.4-r0) 00:00:18 (68/136) Installing pango (1.50.7-r0) 00:00:18 (69/136) Installing wayland-libs-client (1.20.0-r0) 00:00:19 (70/136) Installing wayland-libs-cursor (1.20.0-r0) 00:00:19 (71/136) Installing wayland-libs-egl (1.20.0-r0) 00:00:19 (72/136) Installing xkeyboard-config (2.35.1-r0) 00:00:20 (73/136) Installing libxkbcommon (1.4.1-r0) 00:00:20 Building wheel for numpy (pyproject.toml): still running... 00:00:20 (74/136) Installing gtk+3.0 (3.24.34-r1) 00:00:21 Executing gtk+3.0-3.24.34-r1.post-install 00:00:21 (75/136) Installing libfontenc (1.1.4-r0) 00:00:21 (76/136) Installing mkfontscale (1.2.2-r0) 00:00:22 (77/136) Installing font-opensans (0_git20210927-r0) 00:00:22 (78/136) Installing libgcc (11.2.1_git20220219-r2) 00:00:23 (79/136) Installing libogg (1.3.5-r1) 00:00:23 (80/136) Installing libstdc++ (11.2.1_git20220219-r2) 00:00:24 (81/136) Installing flac (1.3.4-r0) 00:00:24 (82/136) Installing alsa-lib (1.2.7.2-r0) 00:00:25 (83/136) Installing libatomic (11.2.1_git20220219-r2) 00:00:25 (84/136) Installing sdl2 (2.0.22-r0) 00:00:25 (85/136) Installing aom-libs (3.3.0-r0) 00:00:26 (86/136) Installing libass (0.16.0-r0) 00:00:26 (87/136) Installing libdav1d (1.0.0-r0) 00:00:27 (88/136) Installing libdrm (2.4.110-r0) 00:00:27 (89/136) Installing ncurses-terminfo-base (6.3_p20220521-r1) 00:00:28 (90/136) Installing ncurses-libs (6.3_p20220521-r1) 00:00:28 (91/136) Installing lame (3.100-r0) 00:00:29 (92/136) Installing opus (1.3.1-r1) 00:00:29 (93/136) Installing libasyncns (0.8-r1) 00:00:29 (94/136) Installing libltdl (2.4.7-r0) 00:00:30 (95/136) Installing orc (0.4.32-r0) 00:00:30 (96/136) Installing libvorbis (1.3.7-r0) 00:00:31 (97/136) Installing libsndfile (1.1.0-r0) 00:00:31 (98/136) Installing libgomp (11.2.1_git20220219-r2) 00:00:32 (99/136) Installing soxr (0.1.3-r2) 00:00:32 (100/136) Installing speexdsp (1.2.0-r0) 00:00:32 (101/136) Installing tdb-libs (1.4.6-r0) 00:00:33 (102/136) Installing libpulse (15.0-r2) 00:00:33 (103/136) Installing cjson (1.7.15-r3) 00:00:33 (104/136) Installing mbedtls (2.28.3-r0) 00:00:34 (105/136) Installing librist (0.2.6-r1) 00:00:34 (106/136) Installing libsrt (1.4.4-r0) 00:00:35 (107/136) Installing libssh (0.9.6-r1) 00:00:35 (108/136) Installing libtheora (1.1.1-r16) 00:00:36 (109/136) Installing v4l-utils-libs (1.22.1-r1) 00:00:36 (110/136) Installing libva (2.14.0-r0) 00:00:37 (111/136) Installing libvdpau (1.5-r0) 00:00:37 (112/136) Installing vidstab (1.1.0-r1) 00:00:37 (113/136) Installing libvpx (1.11.0-r1) 00:00:38 (114/136) Installing x264-libs (0.163_git20210613-r0) 00:00:38 (115/136) Installing numactl (2.0.14-r0) 00:00:39 (116/136) Installing x265-libs (3.5-r3) 00:00:39 (117/136) Installing xvidcore (1.3.7-r1) 00:00:40 (118/136) Installing ffmpeg-libs (5.0.3-r0) 00:00:42 (119/136) Installing libevent (2.1.12-r4) 00:00:42 (120/136) Installing mesa (21.3.9-r0) 00:00:42 (121/136) Installing wayland-libs-server (1.20.0-r0) 00:00:43 (122/136) Installing mesa-gbm (21.3.9-r0) 00:00:43 (123/136) Installing icu-data-en (71.1-r2) 00:00:44 Executing icu-data-en-71.1-r2.post-install 00:00:44 * 00:00:44 * If you need ICU with non-English locales and legacy charset support, install 00:00:44 * package icu-data-full. 00:00:44 * 00:00:44 (124/136) Installing icu-libs (71.1-r2) 00:00:44 (125/136) Installing lcms2 (2.13.1-r0) 00:00:45 (126/136) Installing minizip (1.2.12-r0) 00:00:45 (127/136) Installing nspr (4.33-r0) 00:00:46 (128/136) Installing sqlite-libs (3.40.1-r0) 00:00:46 (129/136) Installing nss (3.78.1-r0) 00:00:47 (130/136) Installing re2 (2022.04.01-r0) 00:00:47 (131/136) Installing snappy (1.1.9-r4) 00:00:47 (132/136) Installing libgpg-error (1.45-r0) 00:00:48 (133/136) Installing libgcrypt (1.10.1-r0) 00:00:48 (134/136) Installing libxslt (1.1.35-r0) 00:00:49 (135/136) Installing chromium (102.0.5005.182-r0) 00:01:04 (136/136) Installing chromium-chromedriver (102.0.5005.182-r0) 00:01:04 Executing busybox-1.35.0-r17.trigger 00:01:04 Executing glib-2.72.4-r0.trigger 00:01:04 Executing shared-mime-info-2.2-r2.trigger 00:01:06 Executing gdk-pixbuf-2.42.8-r0.trigger 00:01:06 Executing gtk-update-icon-cache-2.24.33-r3.trigger 00:01:06 Executing fontconfig-2.14.0-r0.trigger 00:01:06 Executing mkfontscale-1.2.2-r0.trigger 00:01:06 OK: 376 MiB in 159 packages 00:01:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:01:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:01:08 (1/21) Installing binutils (2.38-r3) 00:01:09 (2/21) Installing isl22 (0.22-r0) 00:01:09 (3/21) Installing mpfr4 (4.1.0-r0) 00:01:10 (4/21) Installing mpc1 (1.2.1-r0) 00:01:10 (5/21) Installing gcc (11.2.1_git20220219-r2) 00:01:16 Building wheel for numpy (pyproject.toml): still running... 00:01:17 (6/21) Installing musl-dev (1.2.3-r3) 00:01:17 (7/21) Installing libc-dev (0.7.2-r3) 00:01:17 (8/21) Installing linux-headers (5.16.7-r1) 00:01:18 (9/21) Installing libffi-dev (3.4.2-r1) 00:01:19 (10/21) Installing libpq (14.8-r0) 00:01:19 (11/21) Installing openssl-dev (1.1.1u-r2) 00:01:20 (12/21) Installing libpq-dev (14.8-r0) 00:01:20 (13/21) Installing libecpg (14.8-r0) 00:01:21 (14/21) Installing libecpg-dev (14.8-r0) 00:01:21 (15/21) Installing llvm13-libs (13.0.1-r2) 00:01:24 (16/21) Installing clang-libs (13.0.1-r1) 00:01:31 (17/21) Installing clang (13.0.1-r1) 00:01:31 (18/21) Installing icu (71.1-r2) 00:01:32 (19/21) Installing icu-dev (71.1-r2) 00:01:32 (20/21) Installing llvm13 (13.0.1-r2) 00:01:37 (21/21) Installing postgresql14-dev (14.8-r0) 00:01:38 Executing busybox-1.35.0-r17.trigger 00:01:38 OK: 768 MiB in 180 packages 00:01:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:01:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:01:40 (1/10) Installing g++ (11.2.1_git20220219-r2) 00:01:45 (2/10) Installing gdbm (1.23-r0) 00:01:45 (3/10) Installing mpdecimal (2.5.1-r1) 00:01:45 (4/10) Installing readline (8.1.2-r0) 00:01:45 (5/10) Installing python3 (3.10.12-r0) 00:01:50 (6/10) Installing python3-dev (3.10.12-r0) 00:01:56 (7/10) Installing libsodium (1.0.18-r0) 00:01:56 (8/10) Installing libzmq (4.3.4-r0) 00:01:57 (9/10) Installing libsodium-dev (1.0.18-r0) 00:01:57 (10/10) Installing zeromq-dev (4.3.4-r0) 00:01:57 Executing busybox-1.35.0-r17.trigger 00:01:57 OK: 938 MiB in 190 packages 00:01:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:01:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:01:59 OK: 938 MiB in 190 packages 00:01:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:02:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:02:01 (1/1) Installing tzdata (2023c-r0) 00:02:02 Executing busybox-1.35.0-r17.trigger 00:02:02 OK: 941 MiB in 191 packages 00:02:03 (1/1) Purging tzdata (2023c-r0) 00:02:04 Executing busybox-1.35.0-r17.trigger 00:02:04 OK: 938 MiB in 190 packages 00:02:19 Looking in links: /tmp/tmpi082kkk_ 00:02:19 Processing /tmp/tmpi082kkk_/setuptools-65.5.0-py3-none-any.whl 00:02:19 Processing /tmp/tmpi082kkk_/pip-23.0.1-py3-none-any.whl 00:02:19 Installing collected packages: setuptools, pip 00:02:24 Building wheel for numpy (pyproject.toml): still running... 00:02:38 Successfully installed pip-23.0.1 setuptools-65.5.0 00:02:38 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:02:40 Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (23.0.1) 00:02:40 Collecting pip 00:02:40 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) 00:02:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 18.0 MB/s eta 0:00:00 00:02:40 Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (65.5.0) 00:02:44 Collecting setuptools 00:02:44 Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) 00:02:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 17.8 MB/s eta 0:00:00 00:02:44 Collecting wheel 00:02:44 Downloading wheel-0.41.0-py3-none-any.whl (64 kB) 00:02:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 19.8 MB/s eta 0:00:00 00:02:46 Installing collected packages: wheel, setuptools, pip 00:02:46 Attempting uninstall: setuptools 00:02:46 Found existing installation: setuptools 65.5.0 00:02:47 Uninstalling setuptools-65.5.0: 00:02:47 Successfully uninstalled setuptools-65.5.0 00:02:52 Attempting uninstall: pip 00:02:52 Found existing installation: pip 23.0.1 00:02:53 Uninstalling pip-23.0.1: 00:02:53 Successfully uninstalled pip-23.0.1 00:03:06 Successfully installed pip-23.2.1 setuptools-68.0.0 wheel-0.41.0 00:03:06 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:03:08 Processing ./edgex-taf-common 00:03:08 Preparing metadata (setup.py): started 00:03:09 Preparing metadata (setup.py): finished with status 'done' 00:03:09 Building wheels for collected packages: edgex-taf-common 00:03:09 Building wheel for edgex-taf-common (setup.py): started 00:03:11 Building wheel for edgex-taf-common (setup.py): finished with status 'done' 00:03:11 Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14469 sha256=d70bda2e98db38a7bcb1fbc76ef9f9f0b5a26720ab4f4782c55889275c0d75f5 00:03:11 Stored in directory: /root/.cache/pip/wheels/61/f5/b0/ccd98a608bbb4978be0e5d8235f9fb4ae43535dafafd44bbbd 00:03:11 Successfully built edgex-taf-common 00:03:12 Installing collected packages: edgex-taf-common 00:03:12 Successfully installed edgex-taf-common-0.0.0 00:03: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 00:03:17 Collecting robotframework==6.1 (from -r requirements.txt (line 1)) 00:03:17 Obtaining dependency information for robotframework==6.1 from https://files.pythonhosted.org/packages/11/ff/3105ff09e62c980e67a5b6974c8ac9577b4c3bacbc10a90e6b3e40cfcbd1/robotframework-6.1-py3-none-any.whl.metadata 00:03:17 Downloading robotframework-6.1-py3-none-any.whl.metadata (7.5 kB) 00:03:17 Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 2)) 00:03:17 Downloading python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) 00:03:17 Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3)) 00:03:17 Obtaining dependency information for robotframework-requests==0.9.5 from https://files.pythonhosted.org/packages/09/b7/ca9dc356330be0ec6834806f6e63c16dbcfa8d7c45286b62ffd4710b731e/robotframework_requests-0.9.5-py3-none-any.whl.metadata 00:03:17 Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB) 00:03:18 Collecting robotframework-seleniumlibrary==6.1.0 (from -r requirements.txt (line 4)) 00:03:18 Downloading robotframework_seleniumlibrary-6.1.0-py2.py3-none-any.whl (95 kB) 00:03:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.9 MB/s eta 0:00:00 00:03:18 Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5)) 00:03:18 Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB) 00:03:18 Preparing metadata (setup.py): started 00:03:19 Preparing metadata (setup.py): finished with status 'done' 00:03:19 Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6)) 00:03:19 Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB) 00:03:20 Collecting configparser==5.3.0 (from -r requirements.txt (line 7)) 00:03:20 Downloading configparser-5.3.0-py3-none-any.whl (19 kB) 00:03:20 Collecting requests==2.31.0 (from -r requirements.txt (line 8)) 00:03:20 Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 00:03:20 Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 00:03:20 Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9)) 00:03:20 Downloading paho-mqtt-1.6.1.tar.gz (99 kB) 00:03:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 3.6 MB/s eta 0:00:00 00:03:20 Preparing metadata (setup.py): started 00:03:22 Preparing metadata (setup.py): finished with status 'done' 00:03:22 Collecting docker==6.1.3 (from -r requirements.txt (line 10)) 00:03:22 Obtaining dependency information for docker==6.1.3 from https://files.pythonhosted.org/packages/db/be/3032490fa33b36ddc8c4b1da3252c6f974e7133f1a50de00c6b85cca203a/docker-6.1.3-py3-none-any.whl.metadata 00:03:22 Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB) 00:03:25 Collecting numpy==1.22.3 (from -r requirements.txt (line 11)) 00:03:25 Downloading numpy-1.22.3.zip (11.5 MB) 00:03:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 10.3 MB/s eta 0:00:00 00:03:30 Installing build dependencies: started 00:03:45 Building wheel for numpy (pyproject.toml): still running... 00:03:57 Installing build dependencies: finished with status 'done' 00:03:57 Getting requirements to build wheel: started 00:04:04 Getting requirements to build wheel: finished with status 'done' 00:04:04 Preparing metadata (pyproject.toml): started 00:04:07 Building wheel for numpy (pyproject.toml): finished with status 'done' 00:04:07 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_x86_64.whl size=22362863 sha256=1151433e0bb281573e217340314c4d0dce48afc2d090978a5e4094f1afb6e616 00:04:07 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 00:04:07 Building wheel for psutil (setup.py): started 00:04:07 Building wheel for psutil (setup.py): finished with status 'done' 00:04:07 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_x86_64.whl size=271449 sha256=322bf2b14c60e166f4ac9cef64e606be628a95273f4d3b1aebb4b84b4d89b1df 00:04:07 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 00:04:07 Building wheel for psycopg2 (setup.py): started 00:04:08 Preparing metadata (pyproject.toml): finished with status 'done' 00:04:08 Collecting psutil==5.9.0 (from -r requirements.txt (line 12)) 00:04:08 Downloading psutil-5.9.0.tar.gz (478 kB) 00:04:09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 478.3/478.3 kB 512.4 kB/s eta 0:00:00 00:04:10 Preparing metadata (setup.py): started 00:04:12 Preparing metadata (setup.py): finished with status 'done' 00:04:13 Collecting redis==4.5.4 (from -r requirements.txt (line 13)) 00:04:13 Downloading redis-4.5.4-py3-none-any.whl (238 kB) 00:04:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 3.3 MB/s eta 0:00:00 00:04:16 Collecting pyzmq==25.1.0 (from -r requirements.txt (line 14)) 00:04:16 Obtaining dependency information for pyzmq==25.1.0 from https://files.pythonhosted.org/packages/94/3a/c3964c0a86c3535ae240799d3b7c8e13527e7a092080dda9012b1401fa86/pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata 00:04:16 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (4.8 kB) 00:04:16 Collecting influxdb-client==1.36.1 (from -r requirements.txt (line 15)) 00:04:16 Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB) 00:04:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 9.1 MB/s eta 0:00:00 00:04:17 Building wheel for psycopg2 (setup.py): finished with status 'done' 00:04:17 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=478585 sha256=8c91ba0bf0abecfa24fa274b875318335ed7ebede4593826633d387f18e64406 00:04:17 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 00:04:17 Building wheel for flex (setup.py): started 00:04:17 Building wheel for flex (setup.py): finished with status 'done' 00:04:17 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77256 sha256=412532c9c5205786a2b4315e563bd18b468a1848685051f1bc9825ed561da0f9 00:04:17 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 00:04:17 Building wheel for GenSON (setup.py): started 00:04:17 Building wheel for GenSON (setup.py): finished with status 'done' 00:04:17 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21267 sha256=a91d33635e0dfb2c80bb8a12ac4ae5c6671d7eccfd0c891d7a0c7ad2a88364a7 00:04:17 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 00:04:17 Building wheel for PyYAML (pyproject.toml): started 00:04:17 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 00:04:17 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_x86_64.whl size=45360 sha256=391cf4c419c83d5a44a2b6ad8e37a57d352f97e6e05e5e53cec3628cf73395bf 00:04:17 Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c 00:04:17 Building wheel for strict-rfc3339 (setup.py): started 00:04:17 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 00:04:17 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=7ee914a7cb8c3787e08e693bb8a217798d221585d264f0d9f4d9a2b9266819fd 00:04:17 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 00:04:17 Building wheel for validate-email (setup.py): started 00:04:17 Collecting psycopg2==2.9.3 (from -r requirements.txt (line 16)) 00:04:17 Downloading psycopg2-2.9.3.tar.gz (380 kB) 00:04:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 7.4 MB/s eta 0:00:00 00:04:17 Building wheel for validate-email (setup.py): finished with status 'done' 00:04:17 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=b10db86fc4ac0011dde9bb47d6fd1f533b737b267277c036e5d64ff02613a971 00:04:17 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 00:04:17 Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email 00:04:18 Preparing metadata (setup.py): started 00:04:18 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 00:04:20 Preparing metadata (setup.py): finished with status 'done' 00:04:22 Collecting pycryptodome==3.18.0 (from -r requirements.txt (line 17)) 00:04:22 Obtaining dependency information for pycryptodome==3.18.0 from https://files.pythonhosted.org/packages/89/2b/4113d7124603ca258ba874633f1410760771c5313dfd73931fef4f272d63/pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata 00:04:22 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.3 kB) 00:04:22 Collecting selenium>=4.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:04:22 Obtaining dependency information for selenium>=4.0.0 from https://files.pythonhosted.org/packages/10/56/8288d1813a68c1e0638515dbb777fce6d87d0d240e683216f956145310e6/selenium-4.11.2-py3-none-any.whl.metadata 00:04:23 Downloading selenium-4.11.2-py3-none-any.whl.metadata (7.0 kB) 00:04:23 Collecting robotframework-pythonlibcore>=3.0.0 (from robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:04:23 Obtaining dependency information for robotframework-pythonlibcore>=3.0.0 from https://files.pythonhosted.org/packages/af/2b/88274849d9ea6cdddbbdf40e5262d92fdd7e20026026c49369c07d7f62d5/robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata 00:04:23 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl.metadata (6.0 kB) 00:04:23 Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:23 Obtaining dependency information for docutils from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata 00:04:23 Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 00:04:23 Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:23 Downloading flex-6.14.1.tar.gz (40 kB) 00:04:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.0 MB/s eta 0:00:00 00:04:24 Preparing metadata (setup.py): started 00:04:26 Preparing metadata (setup.py): finished with status 'done' 00:04:26 Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:26 Downloading genson-1.2.2.tar.gz (34 kB) 00:04:26 Preparing metadata (setup.py): started 00:04:27 Preparing metadata (setup.py): finished with status 'done' 00:04:27 Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:27 Downloading jsonpath_ng-1.5.3-py3-none-any.whl (29 kB) 00:04:28 Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:28 Obtaining dependency information for jsonschema from https://files.pythonhosted.org/packages/a1/ba/28ce987450c6afa8336373761193ddaadc1ba2004fbf23a6407db036f558/jsonschema-4.18.4-py3-none-any.whl.metadata 00:04:28 Downloading jsonschema-4.18.4-py3-none-any.whl.metadata (7.8 kB) 00:04:28 Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:28 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) 00:04:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 9.3 MB/s eta 0:00:00 00:04:29 Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:29 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) 00:04:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 7.7 MB/s eta 0:00:00 00:04:30 Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:30 Obtaining dependency information for tzlocal from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata 00:04:30 Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB) 00:04:30 Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.6 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.2 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.18.4 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.15.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.5.4 referencing-0.30.0 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.9.2 selenium-4.11.2 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.1 wsproto-1.2.0 00:04:30 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:04:31 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 8)) 00:04:31 Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/6b/b7/f042568ee89c378b457f73fda1642fd3b795df79c285520e4ec8a74c8b09/charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata 00:04:31 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.metadata (31 kB) 00:04:31 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 8)) 00:04:31 Downloading idna-3.4-py3-none-any.whl (61 kB) 00:04:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.5 MB/s eta 0:00:00 00:04:32 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 8)) 00:04:32 Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata 00:04:32 Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) 00:04:32 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 8)) 00:04:32 Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 00:04:32 Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 00:04:33 Collecting packaging>=14.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:04:33 Downloading packaging-23.1-py3-none-any.whl (48 kB) 00:04:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.1 MB/s eta 0:00:00 00:04:33 Collecting websocket-client>=0.32.0 (from docker==6.1.3->-r requirements.txt (line 10)) 00:04:33 Obtaining dependency information for websocket-client>=0.32.0 from https://files.pythonhosted.org/packages/d3/a3/63e9329c8cc9be6153e919e17d0ef5b60d537fed78564872951b95bcc17c/websocket_client-1.6.1-py3-none-any.whl.metadata 00:04:33 Downloading websocket_client-1.6.1-py3-none-any.whl.metadata (7.6 kB) 00:04:34 Collecting async-timeout>=4.0.2 (from redis==4.5.4->-r requirements.txt (line 13)) 00:04:34 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) 00:04:34 Collecting reactivex>=4.0.4 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 00:04:34 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB) 00:04:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.8/217.8 kB 7.1 MB/s eta 0:00:00 00:04:35 Collecting python-dateutil>=2.5.3 (from influxdb-client==1.36.1->-r requirements.txt (line 15)) 00:04:35 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 00:04:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.4 MB/s eta 0:00:00 00:04:35 Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.10/site-packages (from influxdb-client==1.36.1->-r requirements.txt (line 15)) (68.0.0) 00:04:36 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.36.1->-r requirements.txt (line 15)) 00:04:36 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 00:04:36 Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.36.1->-r requirements.txt (line 15)) 00:04:36 Obtaining dependency information for typing-extensions<5.0.0,>=4.1.1 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata 00:04:36 Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) 00:04:37 Collecting trio~=0.17 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:04:37 Obtaining dependency information for trio~=0.17 from https://files.pythonhosted.org/packages/a3/dd/b61fa61b186d3267ef3903048fbee29132963ae762fb70b08d4a3cd6f7aa/trio-0.22.2-py3-none-any.whl.metadata 00:04:37 Downloading trio-0.22.2-py3-none-any.whl.metadata (4.7 kB) 00:04:37 Collecting trio-websocket~=0.9 (from selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:04:37 Obtaining dependency information for trio-websocket~=0.9 from https://files.pythonhosted.org/packages/a5/a6/06e2373f95c12e9e8f6b910a76c86e375348ead77ab476230640666310fb/trio_websocket-0.10.3-py3-none-any.whl.metadata 00:04:37 Downloading trio_websocket-0.10.3-py3-none-any.whl.metadata (4.6 kB) 00:04:39 Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:04:39 Downloading PyYAML-6.0.1.tar.gz (125 kB) 00:04:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 4.8 MB/s eta 0:00:00 00:04:41 Installing build dependencies: started 00:04:52 Removing intermediate container 76b5ad792324 00:04:52 ---> 603fb32da8fc 00:04:52 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 00:04:52 ---> Running in c4681eeb51de 00:04:52 Removing intermediate container c4681eeb51de 00:04:52 ---> 88fbbe488035 00:04:52 Step 11/13 : LABEL arch=amd64 00:04:52 ---> Running in e0ff0931395d 00:04:52 Removing intermediate container e0ff0931395d 00:04:52 ---> 1dffd26859a7 00:04:52 Step 12/13 : LABEL git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:04:52 ---> Running in 798027d7b42e 00:04:52 Removing intermediate container 798027d7b42e 00:04:52 ---> 18bde7fd8d79 00:04:52 Step 13/13 : LABEL version=0.0.2-dev.31 00:04:52 ---> Running in b90412e72238 00:04:52 Removing intermediate container b90412e72238 00:04:52 ---> 8508c5401e0b 00:04:52 [Warning] One or more build-args [ARCH] were not consumed 00:04:52 Successfully built 8508c5401e0b 00:04:52 Successfully tagged edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 00:04:52 [edgeXDocker.push] Tagging docker image edgex-taf-common with the following tags: 00:04:52 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:04:52 latest 00:04:52 0.0.2-dev.31 00:04:52 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:04:52 main 00:04:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:53 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:53 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:04:53 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:04:53 2617a1e3d363: Preparing 00:04:53 1e28f087857c: Preparing 00:04:53 36cc9781f928: Preparing 00:04:53 94d227eea8df: Preparing 00:04:53 83b9d04e92be: Preparing 00:04:53 18eb8b5891f2: Preparing 00:04:53 18eb8b5891f2: Waiting 00:04:53 94d227eea8df: Pushed 00:04:53 36cc9781f928: Pushed 00:04:53 1e28f087857c: Pushed 00:04:53 83b9d04e92be: Pushed 00:04:54 18eb8b5891f2: Pushed 00:05:08 Installing build dependencies: finished with status 'done' 00:05:08 Getting requirements to build wheel: started 00:05:20 2617a1e3d363: Retrying in 5 seconds 00:05:20 2617a1e3d363: Retrying in 4 seconds 00:05:20 2617a1e3d363: Retrying in 3 seconds 00:05:21 2617a1e3d363: Retrying in 2 seconds 00:05:22 2617a1e3d363: Retrying in 1 second 00:05:26 Getting requirements to build wheel: finished with status 'done' 00:05:26 Preparing metadata (pyproject.toml): started 00:05:27 Preparing metadata (pyproject.toml): finished with status 'done' 00:05:27 Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:27 Downloading validate_email-1.3.tar.gz (4.7 kB) 00:05:27 Preparing metadata (setup.py): started 00:05:29 Preparing metadata (setup.py): finished with status 'done' 00:05:31 Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:31 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 00:05:31 Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:31 Downloading strict-rfc3339-0.7.tar.gz (17 kB) 00:05:31 Preparing metadata (setup.py): started 00:05:32 Preparing metadata (setup.py): finished with status 'done' 00:05:33 Collecting click>=3.3 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:33 Obtaining dependency information for click>=3.3 from https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl.metadata 00:05:33 Downloading click-8.1.6-py3-none-any.whl.metadata (3.0 kB) 00:05:33 Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:33 Obtaining dependency information for jsonpointer>=1.7 from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata 00:05:33 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) 00:05:33 Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:33 Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 00:05:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 2.4 MB/s eta 0:00:00 00:05:33 Collecting decorator (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:33 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 00:05:34 Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:34 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) 00:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.6 MB/s eta 0:00:00 00:05:34 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:34 Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata 00:05:34 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) 00:05:35 Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:35 Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/ea/c3/f75f0ce2cdacca3d68a70b1756635092a1add1002e34afb4895b9fb62598/referencing-0.30.0-py3-none-any.whl.metadata 00:05:35 Downloading referencing-0.30.0-py3-none-any.whl.metadata (2.7 kB) 00:05:36 Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6)) 00:05:36 Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/f0/02/7ae08338dc00d5c05592d040ad4bb35df9a54fc081c0e63258deb87912eb/rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.metadata 00:05:36 Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.metadata (3.7 kB) 00:05:39 Collecting sortedcontainers (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:39 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 00:05:39 Collecting outcome (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:39 Downloading outcome-1.2.0-py2.py3-none-any.whl (9.7 kB) 00:05:39 Collecting sniffio (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:39 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) 00:05:39 Collecting exceptiongroup>=1.0.0rc9 (from trio~=0.17->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:39 Obtaining dependency information for exceptiongroup>=1.0.0rc9 from https://files.pythonhosted.org/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl.metadata 00:05:39 Downloading exceptiongroup-1.1.2-py3-none-any.whl.metadata (6.1 kB) 00:05:39 Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:40 Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) 00:05:40 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)) 00:05:40 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) 00:05:42 Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.0.0->robotframework-seleniumlibrary==6.1.0->-r requirements.txt (line 4)) 00:05:42 Downloading h11-0.14.0-py3-none-any.whl (58 kB) 00:05:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.4 MB/s eta 0:00:00 00:05:43 Downloading robotframework-6.1-py3-none-any.whl (698 kB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 698.5/698.5 kB 9.3 MB/s eta 0:00:00 00:05:43 Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB) 00:05:43 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.8 MB/s eta 0:00:00 00:05:43 Downloading docker-6.1.3-py3-none-any.whl (148 kB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.1/148.1 kB 5.2 MB/s eta 0:00:00 00:05:43 Downloading pyzmq-25.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 9.1 MB/s eta 0:00:00 00:05:43 Downloading pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 9.7 MB/s eta 0:00:00 00:05:43 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) 00:05:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 5.7 MB/s eta 0:00:00 00:05:43 Downloading charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (194 kB) 00:05:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 6.4 MB/s eta 0:00:00 00:05:44 Downloading robotframework_pythonlibcore-4.2.0-py2.py3-none-any.whl (10 kB) 00:05:44 Downloading selenium-4.11.2-py3-none-any.whl (7.2 MB) 00:05:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 10.4 MB/s eta 0:00:00 00:05:44 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) 00:05:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 4.5 MB/s eta 0:00:00 00:05:44 Downloading websocket_client-1.6.1-py3-none-any.whl (56 kB) 00:05:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 2.6 MB/s eta 0:00:00 00:05:44 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) 00:05:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 8.6 MB/s eta 0:00:00 00:05:44 Downloading jsonschema-4.18.4-py3-none-any.whl (80 kB) 00:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 3.5 MB/s eta 0:00:00 00:05:45 Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB) 00:05:45 Downloading click-8.1.6-py3-none-any.whl (97 kB) 00:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.4 MB/s eta 0:00:00 00:05:45 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) 00:05:45 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) 00:05:45 Downloading referencing-0.30.0-py3-none-any.whl (25 kB) 00:05:45 Downloading rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB) 00:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 10.2 MB/s eta 0:00:00 00:05:45 Downloading trio-0.22.2-py3-none-any.whl (400 kB) 00:05:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.2/400.2 kB 8.2 MB/s eta 0:00:00 00:05:45 Downloading trio_websocket-0.10.3-py3-none-any.whl (17 kB) 00:05:45 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) 00:05:45 Downloading exceptiongroup-1.1.2-py3-none-any.whl (14 kB) 00:05:46 Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, numpy, psutil, psycopg2, flex, GenSON, PyYAML, strict-rfc3339, validate-email 00:05:46 Building wheel for robotbackgroundlogger (setup.py): started 00:05:48 Building wheel for robotbackgroundlogger (setup.py): finished with status 'done' 00:05:48 Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4276 sha256=ba6c620c7024a1e1ed891fb4d1e690d7e4d262464343fbf0f9c6dba242728f24 00:05:48 Stored in directory: /root/.cache/pip/wheels/e1/ba/3a/044b94be98620d4535fbdeca2d20fb3fce224aea27e0b66862 00:05:48 Building wheel for paho-mqtt (setup.py): started 00:05:50 Building wheel for paho-mqtt (setup.py): finished with status 'done' 00:05:50 Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62117 sha256=6184c82f68a7692dd84c118c6fdcc9a7e85fb4187304c9574919eefc5a02bfad 00:05:50 Stored in directory: /root/.cache/pip/wheels/8b/bb/0c/79444d1dee20324d442856979b5b519b48828b0bd3d05df84a 00:05:50 Building wheel for numpy (pyproject.toml): started 00:07:29 2617a1e3d363: Pushed 00:07:29 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:29 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:29 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 00:07:29 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:07:29 2617a1e3d363: Preparing 00:07:29 1e28f087857c: Preparing 00:07:29 36cc9781f928: Preparing 00:07:29 94d227eea8df: Preparing 00:07:29 83b9d04e92be: Preparing 00:07:29 18eb8b5891f2: Preparing 00:07:29 18eb8b5891f2: Waiting 00:07:29 94d227eea8df: Layer already exists 00:07:29 2617a1e3d363: Layer already exists 00:07:29 83b9d04e92be: Layer already exists 00:07:29 36cc9781f928: Layer already exists 00:07:29 1e28f087857c: Layer already exists 00:07:29 18eb8b5891f2: Layer already exists 00:07:29 latest: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:30 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:30 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 00:07:30 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:07:30 2617a1e3d363: Preparing 00:07:30 1e28f087857c: Preparing 00:07:30 36cc9781f928: Preparing 00:07:30 94d227eea8df: Preparing 00:07:30 83b9d04e92be: Preparing 00:07:30 18eb8b5891f2: Preparing 00:07:30 18eb8b5891f2: Waiting 00:07:30 2617a1e3d363: Layer already exists 00:07:30 94d227eea8df: Layer already exists 00:07:30 83b9d04e92be: Layer already exists 00:07:30 1e28f087857c: Layer already exists 00:07:30 36cc9781f928: Layer already exists 00:07:30 18eb8b5891f2: Layer already exists 00:07:30 0.0.2-dev.31: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:30 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:31 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:07:31 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:07:31 2617a1e3d363: Preparing 00:07:31 1e28f087857c: Preparing 00:07:31 36cc9781f928: Preparing 00:07:31 94d227eea8df: Preparing 00:07:31 83b9d04e92be: Preparing 00:07:31 18eb8b5891f2: Preparing 00:07:31 18eb8b5891f2: Waiting 00:07:31 2617a1e3d363: Layer already exists 00:07:31 36cc9781f928: Layer already exists 00:07:31 94d227eea8df: Layer already exists 00:07:31 83b9d04e92be: Layer already exists 00:07:31 1e28f087857c: Layer already exists 00:07:31 18eb8b5891f2: Layer already exists 00:07:31 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:31 + docker tag edgex-taf-common nexus3.edgexfoundry.org:10003/edgex-taf-common:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:31 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common:main 00:07:31 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common] 00:07:31 2617a1e3d363: Preparing 00:07:31 1e28f087857c: Preparing 00:07:31 36cc9781f928: Preparing 00:07:31 94d227eea8df: Preparing 00:07:31 83b9d04e92be: Preparing 00:07:31 18eb8b5891f2: Preparing 00:07:31 18eb8b5891f2: Waiting 00:07:31 2617a1e3d363: Layer already exists 00:07:31 1e28f087857c: Layer already exists 00:07:31 83b9d04e92be: Layer already exists 00:07:31 36cc9781f928: Layer already exists 00:07:31 94d227eea8df: Layer already exists 00:07:31 18eb8b5891f2: Layer already exists 00:07:31 main: digest: sha256:3d5ad66c424888374302664b130107d874f02d29b7ed2a69aa8fb7e8ee207dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:07:31 ===================================================== [Pipeline] echo 00:07:31 taggedImages: 00:07:31 - nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:07:31 - nexus3.edgexfoundry.org:10003/edgex-taf-common:latest 00:07:31 - nexus3.edgexfoundry.org:10003/edgex-taf-common:0.0.2-dev.31 00:07:31 - nexus3.edgexfoundry.org:10003/edgex-taf-common:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:07:31 - 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 00:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:07:32 00:07:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:07:32 latest: Pulling from edgex-lftools-log-publisher 00:07:32 5eb5b503b376: Pulling fs layer 00:07:32 5c69ac0246d0: Pulling fs layer 00:07:32 ec43610c2a17: Pulling fs layer 00:07:32 3a2ae6a8a46f: Pulling fs layer 00:07:32 33b1e0a273af: Pulling fs layer 00:07:32 5d3b04190fa2: Pulling fs layer 00:07:32 2f39f015ded8: Pulling fs layer 00:07:32 3a2ae6a8a46f: Waiting 00:07:32 33b1e0a273af: Waiting 00:07:32 5d3b04190fa2: Waiting 00:07:32 2f39f015ded8: Waiting 00:07:32 5c69ac0246d0: Verifying Checksum 00:07:32 5c69ac0246d0: Download complete 00:07:32 3a2ae6a8a46f: Verifying Checksum 00:07:32 3a2ae6a8a46f: Download complete 00:07:32 33b1e0a273af: Verifying Checksum 00:07:32 33b1e0a273af: Download complete 00:07:32 5d3b04190fa2: Verifying Checksum 00:07:32 5d3b04190fa2: Download complete 00:07:32 ec43610c2a17: Verifying Checksum 00:07:32 ec43610c2a17: Download complete 00:07:32 5eb5b503b376: Verifying Checksum 00:07:32 5eb5b503b376: Download complete 00:07:33 2f39f015ded8: Download complete 00:07:33 5eb5b503b376: Pull complete 00:07:33 5c69ac0246d0: Pull complete 00:07:34 ec43610c2a17: Pull complete 00:07:34 3a2ae6a8a46f: Pull complete 00:07:34 33b1e0a273af: Pull complete 00:07:34 5d3b04190fa2: Pull complete 00:07:38 2f39f015ded8: Pull complete 00:07:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:07:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:07:38 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:07:38 $ 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 00:07:42 $ docker top 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:07:42 ---> job-cost.sh 00:07:42 lf-activate-venv: SKIPPING 00:07:42 INFO: No Stack... 00:07:42 INFO: Retrieving Pricing Info for: v3-standard-8 00:07:43 INFO: Archiving Costs [Pipeline] sh 00:07:43 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 00:07:43 + cut -d, -f6 [Pipeline] lock 00:07:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] 00:07:43 Resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] did not exist. Created. 00:07:43 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:07:44 + echo total: 0.2199999988079071 [Pipeline] stash 00:07:44 Stashed 1 file(s) [Pipeline] } 00:07:44 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] // lock [Pipeline] } 00:07:44 $ docker stop --time=1 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f 00:07:45 $ docker rm -f --volumes 64a4f421ece2cf1d468b9c65b3e2f4e5d308d61b6b233c3f5446475d290ef82f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:08:26 Building wheel for numpy (pyproject.toml): still running... 00:09:34 Building wheel for numpy (pyproject.toml): still running... 00:10:31 Building wheel for numpy (pyproject.toml): still running... 00:11:38 Building wheel for numpy (pyproject.toml): still running... 00:12:46 Building wheel for numpy (pyproject.toml): still running... 00:13:43 Building wheel for numpy (pyproject.toml): still running... 00:15:04 Building wheel for numpy (pyproject.toml): still running... 00:16:12 Building wheel for numpy (pyproject.toml): still running... 00:21:34 Building wheel for numpy (pyproject.toml): still running... 00:23:41 Building wheel for numpy (pyproject.toml): still running... 00:26:17 Building wheel for numpy (pyproject.toml): still running... 00:29:09 Building wheel for numpy (pyproject.toml): still running... 00:30:31 Building wheel for numpy (pyproject.toml): still running... 00:33:07 Building wheel for numpy (pyproject.toml): still running... 00:37:14 Building wheel for numpy (pyproject.toml): still running... 00:39:06 Building wheel for numpy (pyproject.toml): still running... 00:41:12 Building wheel for numpy (pyproject.toml): still running... 00:41:23 Building wheel for numpy (pyproject.toml): finished with status 'done' 00:41:23 Created wheel for numpy: filename=numpy-1.22.3-cp310-cp310-linux_aarch64.whl size=18627129 sha256=e2048432a1990427f54ee6da3e27a78ac48ea8831209245cf62dc2bf6fef902d 00:41:23 Stored in directory: /root/.cache/pip/wheels/8e/91/68/1231ba60e6f8e12978799d8d6cb0357385a83664ceef0edd78 00:41:23 Building wheel for psutil (setup.py): started 00:41:35 Building wheel for psutil (setup.py): finished with status 'done' 00:41:35 Created wheel for psutil: filename=psutil-5.9.0-cp310-cp310-linux_aarch64.whl size=271957 sha256=525c2489965b06327efbf64b7b02ea35aaed69151ca3e24eeb9d839074697b15 00:41:35 Stored in directory: /root/.cache/pip/wheels/0b/90/2e/be670c56c3ad980428e845d7f66480dcdfa008c3af2f27a2bf 00:41:35 Building wheel for psycopg2 (setup.py): started 00:42:43 Building wheel for psycopg2 (setup.py): still running... 00:42:49 Building wheel for psycopg2 (setup.py): finished with status 'done' 00:42:49 Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_aarch64.whl size=470360 sha256=dd046f8fac030e0e7cb549d03889128a23cb006c056478081bb1cb158b886abf 00:42:49 Stored in directory: /root/.cache/pip/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 00:42:49 Building wheel for flex (setup.py): started 00:42:52 Building wheel for flex (setup.py): finished with status 'done' 00:42:52 Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77256 sha256=3b8976abbf1b0bb737fb4a55c359edd0a6cbd0612600e2ca017e545db8a78f33 00:42:52 Stored in directory: /root/.cache/pip/wheels/03/f3/f4/2969638ff9c909bf16dac8f17d8298ce9e4d5c854af4b3d061 00:42:52 Building wheel for GenSON (setup.py): started 00:42:54 Building wheel for GenSON (setup.py): finished with status 'done' 00:42:54 Created wheel for GenSON: filename=genson-1.2.2-py2.py3-none-any.whl size=21267 sha256=7c1a9c946f75537f0a8d181df664309a23e84d6a249c28f5f2be78dcd66abec0 00:42:54 Stored in directory: /root/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca 00:42:54 Building wheel for PyYAML (pyproject.toml): started 00:42:58 Building wheel for PyYAML (pyproject.toml): finished with status 'done' 00:42:58 Created wheel for PyYAML: filename=PyYAML-6.0.1-cp310-cp310-linux_aarch64.whl size=45363 sha256=78e1d2e158eeec2f1dcb9405bf81c7f53f12f41a95f52c7fe55ed814b0c9f586 00:42:58 Stored in directory: /root/.cache/pip/wheels/31/d1/78/088142cfc0422adcca7bb0af40ef696b55b777a44f2e10739c 00:42:58 Building wheel for strict-rfc3339 (setup.py): started 00:43:00 Building wheel for strict-rfc3339 (setup.py): finished with status 'done' 00:43:00 Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18129 sha256=b114d0751d648ce5bd607049ee363da5f7c26b0929f0d8fa3941f6222fe196c1 00:43:00 Stored in directory: /root/.cache/pip/wheels/d4/c2/43/78ecbcc49dd7594ca41c72be6ddb7844a486bae4b306fb3d14 00:43:00 Building wheel for validate-email (setup.py): started 00:43:02 Building wheel for validate-email (setup.py): finished with status 'done' 00:43:02 Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5465 sha256=f2b1e42b88f63120ce8934110525f52eff747c2a39d2c7d7fe07431b3b873c90 00:43:02 Stored in directory: /root/.cache/pip/wheels/b2/7a/63/5c5bc2a88ffffb247771c1cc38c2bda3d78e1ffbff79ed8d18 00:43:02 Successfully built robotbackgroundlogger paho-mqtt numpy psutil psycopg2 flex GenSON PyYAML strict-rfc3339 validate-email 00:43:05 Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, python-dotenv, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, pyzmq, PyYAML, pysocks, pygments, pycryptodome, psycopg2, psutil, packaging, numpy, jsonpointer, idna, h11, exceptiongroup, docutils, decorator, configparser, click, charset-normalizer, certifi, attrs, async-timeout, wsproto, robotbackgroundlogger, requests, referencing, redis, reactivex, python-dateutil, outcome, jsonpath-ng, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary 00:44:27 Successfully installed GenSON-1.2.2 PyYAML-6.0.1 RESTinstance-1.3.0 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.6 configparser-5.3.0 decorator-5.1.1 docker-6.1.3 docutils-0.20.1 exceptiongroup-1.1.2 flex-6.14.1 h11-0.14.0 idna-3.4 influxdb-client-1.36.1 jsonpath-ng-1.5.3 jsonpointer-2.4 jsonschema-4.18.4 jsonschema-specifications-2023.7.1 numpy-1.22.3 outcome-1.2.0 packaging-23.1 paho-mqtt-1.6.1 ply-3.11 psutil-5.9.0 psycopg2-2.9.3 pycryptodome-3.18.0 pygments-2.15.1 pysocks-1.7.1 python-dateutil-2.8.2 python-dotenv-0.15.0 pytz-2023.3 pyzmq-25.1.0 reactivex-4.0.4 redis-4.5.4 referencing-0.30.0 requests-2.31.0 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-6.1 robotframework-pythonlibcore-4.2.0 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.1.0 rpds-py-0.9.2 selenium-4.11.2 six-1.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.22.2 trio-websocket-0.10.3 typing-extensions-4.7.1 tzlocal-5.0.1 urllib3-2.0.4 validate-email-1.3 websocket-client-1.6.1 wsproto-1.2.0 00:44:27 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:45:06 Removing intermediate container b2bb5c8bbb03 00:45:06 ---> 16df2df1eb73 00:45:06 Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"] 00:45:06 ---> Running in 78dc033abf02 00:45:06 Removing intermediate container 78dc033abf02 00:45:06 ---> b2e3e3ec6345 00:45:06 Step 11/13 : LABEL arch=arm64 00:45:06 ---> Running in d7a89b498443 00:45:06 Removing intermediate container d7a89b498443 00:45:06 ---> d63f2b50d8e3 00:45:06 Step 12/13 : LABEL git_sha=d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:45:06 ---> Running in 32ee379d3067 00:45:06 Removing intermediate container 32ee379d3067 00:45:06 ---> 73faead8dac4 00:45:06 Step 13/13 : LABEL version=0.0.2-dev.31 00:45:06 ---> Running in decb2076a208 00:45:06 Removing intermediate container decb2076a208 00:45:06 ---> f9ae17273a85 00:45:06 [Warning] One or more build-args [ARCH] were not consumed 00:45:06 Successfully built f9ae17273a85 00:45:06 Successfully tagged edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 00:45:06 [edgeXDocker.push] Tagging docker image edgex-taf-common-arm64 with the following tags: 00:45:06 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:45:06 latest 00:45:06 0.0.2-dev.31 00:45:06 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:45:06 main 00:45:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:06 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:07 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:45:07 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:45:07 550be87166ff: Preparing 00:45:07 c830e2622b0d: Preparing 00:45:07 3049a933666e: Preparing 00:45:07 81b5de90ec43: Preparing 00:45:07 0386d999b44c: Preparing 00:45:07 5e0640380f07: Preparing 00:45:07 5e0640380f07: Waiting 00:45:07 81b5de90ec43: Pushed 00:45:07 3049a933666e: Pushed 00:45:07 c830e2622b0d: Pushed 00:45:07 0386d999b44c: Pushed 00:45:08 5e0640380f07: Pushed 00:49:15 550be87166ff: Pushed 00:49:15 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:15 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:16 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:49:16 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:49:16 550be87166ff: Preparing 00:49:16 c830e2622b0d: Preparing 00:49:16 3049a933666e: Preparing 00:49:16 81b5de90ec43: Preparing 00:49:16 0386d999b44c: Preparing 00:49:16 5e0640380f07: Preparing 00:49:16 5e0640380f07: Waiting 00:49:16 c830e2622b0d: Layer already exists 00:49:16 0386d999b44c: Layer already exists 00:49:16 550be87166ff: Layer already exists 00:49:16 3049a933666e: Layer already exists 00:49:16 81b5de90ec43: Layer already exists 00:49:16 5e0640380f07: Layer already exists 00:49:16 latest: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:16 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 00:49:17 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:49:17 550be87166ff: Preparing 00:49:17 c830e2622b0d: Preparing 00:49:17 3049a933666e: Preparing 00:49:17 81b5de90ec43: Preparing 00:49:17 0386d999b44c: Preparing 00:49:17 5e0640380f07: Preparing 00:49:17 5e0640380f07: Waiting 00:49:17 550be87166ff: Layer already exists 00:49:17 c830e2622b0d: Layer already exists 00:49:17 81b5de90ec43: Layer already exists 00:49:17 0386d999b44c: Layer already exists 00:49:17 3049a933666e: Layer already exists 00:49:17 5e0640380f07: Layer already exists 00:49:17 0.0.2-dev.31: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:49:17 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:49:17 550be87166ff: Preparing 00:49:17 c830e2622b0d: Preparing 00:49:17 3049a933666e: Preparing 00:49:17 81b5de90ec43: Preparing 00:49:17 0386d999b44c: Preparing 00:49:17 5e0640380f07: Preparing 00:49:17 5e0640380f07: Waiting 00:49:17 0386d999b44c: Layer already exists 00:49:17 c830e2622b0d: Layer already exists 00:49:17 81b5de90ec43: Layer already exists 00:49:17 550be87166ff: Layer already exists 00:49:17 3049a933666e: Layer already exists 00:49:17 5e0640380f07: Layer already exists 00:49:17 d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:18 + docker tag edgex-taf-common-arm64 nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:18 + docker push nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:main 00:49:18 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64] 00:49:18 550be87166ff: Preparing 00:49:18 c830e2622b0d: Preparing 00:49:18 3049a933666e: Preparing 00:49:18 81b5de90ec43: Preparing 00:49:18 0386d999b44c: Preparing 00:49:18 5e0640380f07: Preparing 00:49:18 5e0640380f07: Waiting 00:49:18 c830e2622b0d: Layer already exists 00:49:18 3049a933666e: Layer already exists 00:49:18 81b5de90ec43: Layer already exists 00:49:18 0386d999b44c: Layer already exists 00:49:18 550be87166ff: Layer already exists 00:49:18 5e0640380f07: Layer already exists 00:49:18 main: digest: sha256:7e9efab1b1bf4081e6d2fcf3182fa3cb503bfb9041ee4902f6a4c296bd8ecc5f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:18 ===================================================== [Pipeline] echo 00:49:18 taggedImages: 00:49:18 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2 00:49:18 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:latest 00:49:18 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:0.0.2-dev.31 00:49:18 - nexus3.edgexfoundry.org:10003/edgex-taf-common-arm64:d2631790e7dfbf3d7d53102ce62b1d0b61109cd2-0.0.2-dev.31 00:49:18 - 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 00:49:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:19 00:49:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:19 arm64: Pulling from edgex-lftools-log-publisher 00:49:19 8998bd30e6a1: Pulling fs layer 00:49:19 04944245beec: Pulling fs layer 00:49:19 699f458cf7ca: Pulling fs layer 00:49:19 765212b225bb: Pulling fs layer 00:49:19 f23df028b6ca: Pulling fs layer 00:49:19 d65c8cfc05b1: Pulling fs layer 00:49:19 2437ff75d9bd: Pulling fs layer 00:49:19 765212b225bb: Waiting 00:49:19 f23df028b6ca: Waiting 00:49:19 d65c8cfc05b1: Waiting 00:49:19 2437ff75d9bd: Waiting 00:49:19 04944245beec: Verifying Checksum 00:49:19 04944245beec: Download complete 00:49:19 765212b225bb: Verifying Checksum 00:49:19 765212b225bb: Download complete 00:49:19 f23df028b6ca: Verifying Checksum 00:49:19 f23df028b6ca: Download complete 00:49:19 d65c8cfc05b1: Verifying Checksum 00:49:19 d65c8cfc05b1: Download complete 00:49:19 699f458cf7ca: Verifying Checksum 00:49:19 699f458cf7ca: Download complete 00:49:20 8998bd30e6a1: Verifying Checksum 00:49:20 8998bd30e6a1: Download complete 00:49:22 2437ff75d9bd: Verifying Checksum 00:49:22 2437ff75d9bd: Download complete 00:49:24 8998bd30e6a1: Pull complete 00:49:24 04944245beec: Pull complete 00:49:25 699f458cf7ca: Pull complete 00:49:26 765212b225bb: Pull complete 00:49:26 f23df028b6ca: Pull complete 00:49:26 d65c8cfc05b1: Pull complete 00:49:41 2437ff75d9bd: Pull complete 00:49:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:49:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:42 prd-ubuntu20.04-docker-arm64-4c-16g-2689 does not seem to be running inside a container 00:49:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 00:49:44 $ docker top 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:45 ---> job-cost.sh 00:49:45 lf-activate-venv: SKIPPING 00:49:45 INFO: No Stack... 00:49:45 INFO: Retrieving Pricing Info for: v3-standard-4 00:49:46 INFO: Archiving Costs [Pipeline] sh 00:49:47 + cat /w/workspace/gexfoundry_edgex-taf-common_main/archives/cost.csv 00:49:47 + cut -d, -f6 [Pipeline] lock 00:49:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] 00:49:47 Resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] did not exist. Created. 00:49:47 Lock acquired on [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:49:47 /w/workspace/gexfoundry_edgex-taf-common_main@tmp/durable-b1c81a83/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:49:47 + echo total: 0.10999999940395355 [Pipeline] stash 00:49:48 Warning: overwriting stash ‘stack-cost’ 00:49:48 Stashed 1 file(s) [Pipeline] } 00:49:48 Lock released on resource [jenkins-edgexfoundry-edgex-taf-common-main-23-stack-cost] [Pipeline] // lock [Pipeline] } 00:49:48 $ docker stop --time=1 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 00:49:50 $ docker rm -f --volumes 908dc423820611b9b80e4f09c5318d772cf2077acc49fa1f09cd09d0f1a87ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 00:49:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:49:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:49:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:51 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:49:51 $ 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 00:49:51 $ docker top 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a -eo pid,comm 00:49:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:49:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:49:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:49:51 [ssh-agent] Looking for ssh-agent implementation... 00:49:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:49:51 $ docker exec 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a ssh-agent 00:49:51 SSH_AUTH_SOCK=/tmp/ssh-Gefi0PxrWGs8/agent.31 00:49:51 SSH_AGENT_PID=37 00:49:51 Running ssh-add (command line suppressed) 00:49:51 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5219157259840768764.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_5219157259840768764.key) 00:49:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:49:52 + git semver tag 00:49:52 2023-08-02 00:49:52,360 [run_tag] DEBUG tag force:False 00:49:52 2023-08-02 00:49:52,360 [check_head_tag] DEBUG check head tag 00:49:52 2023-08-02 00:49:52,361 [execute] INFO git cat-file --batch-check 00:49:52 2023-08-02 00:49:52,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 00:49:52 2023-08-02 00:49:52,364 [execute] INFO git cat-file --batch 00:49:52 2023-08-02 00:49:52,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=) 00:49:52 2023-08-02 00:49:52,375 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:49:52 2023-08-02 00:49:52,375 [execute] INFO git tag -a v0.0.2-dev.31 -m v0.0.2-dev.31 00:49:52 2023-08-02 00:49:52,376 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.2-dev.31', '-m', 'v0.0.2-dev.31'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 00:49:52 2023-08-02 00:49:52,380 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:49:52 0.0.2-dev.31 [Pipeline] } 00:49:52 $ docker exec --env ******** --env ******** 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a ssh-agent -k 00:49:52 unset SSH_AUTH_SOCK; 00:49:52 unset SSH_AGENT_PID; 00:49:52 echo Agent pid 37 killed; 00:49:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:52 + git semver [Pipeline] } 00:49:53 $ docker stop --time=1 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a 00:49:54 $ docker rm -f --volumes 8f1feb76ebed19076e6c4b44a7ff58fe1853bab9dfa47e83bbb1966c5b2f3d5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:49:54 00:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:49:55 0.23.1-centos7: Pulling from edgex-lftools 00:49:55 ab5ef0e58194: Pulling fs layer 00:49:55 9712f1f96733: Pulling fs layer 00:49:55 63f879dbbcfc: Pulling fs layer 00:49:55 0d9ebad4ef96: Pulling fs layer 00:49:55 e9a5061849ea: Pulling fs layer 00:49:55 d747dcd14b5f: Pulling fs layer 00:49:55 2de7ff778b66: Pulling fs layer 00:49:55 e9a5061849ea: Waiting 00:49:55 d747dcd14b5f: Waiting 00:49:55 2de7ff778b66: Waiting 00:49:55 0d9ebad4ef96: Waiting 00:49:55 9712f1f96733: Verifying Checksum 00:49:55 9712f1f96733: Download complete 00:49:55 63f879dbbcfc: Verifying Checksum 00:49:55 63f879dbbcfc: Download complete 00:49:55 e9a5061849ea: Verifying Checksum 00:49:55 e9a5061849ea: Download complete 00:49:55 0d9ebad4ef96: Verifying Checksum 00:49:55 0d9ebad4ef96: Download complete 00:49:55 d747dcd14b5f: Download complete 00:49:55 ab5ef0e58194: Verifying Checksum 00:49:55 ab5ef0e58194: Download complete 00:49:55 2de7ff778b66: Verifying Checksum 00:49:55 2de7ff778b66: Download complete 00:49:58 ab5ef0e58194: Pull complete 00:49:58 9712f1f96733: Pull complete 00:49:58 63f879dbbcfc: Pull complete 00:50:02 0d9ebad4ef96: Pull complete 00:50:02 e9a5061849ea: Pull complete 00:50:02 d747dcd14b5f: Pull complete 00:50:03 2de7ff778b66: Pull complete 00:50:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:03 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:50:03 $ 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 00:50:07 $ docker top f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:50:07 provisioning config files... 00:50:07 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config11465444120647142443tmp 00:50:07 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config3682843401601490396tmp 00:50:07 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config15989535544061814867tmp [Pipeline] { [Pipeline] echo 00:50:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:50:08 ---> sigul-configuration.sh 00:50:08 gpg: directory `/root/.gnupg' created 00:50:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:50:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:50:08 gpg: keyring `/root/.gnupg/secring.gpg' created 00:50:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:50:08 gpg: CAST5 encrypted data 00:50:08 gpg: encrypted with 1 passphrase 00:50:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:50:08 + mkdir /home/jenkins 00:50:08 + mkdir /home/jenkins/sigul [Pipeline] sh 00:50:08 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:50:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:08 ---> sigul-install.sh 00:50:08 Sigul already installed; skipping installation. [Pipeline] sh 00:50:09 + git tag --list 00:50:09 v0.0.1 00:50:09 v0.0.2-dev.1 00:50:09 v0.0.2-dev.10 00:50:09 v0.0.2-dev.11 00:50:09 v0.0.2-dev.12 00:50:09 v0.0.2-dev.13 00:50:09 v0.0.2-dev.14 00:50:09 v0.0.2-dev.15 00:50:09 v0.0.2-dev.16 00:50:09 v0.0.2-dev.17 00:50:09 v0.0.2-dev.18 00:50:09 v0.0.2-dev.19 00:50:09 v0.0.2-dev.2 00:50:09 v0.0.2-dev.20 00:50:09 v0.0.2-dev.21 00:50:09 v0.0.2-dev.22 00:50:09 v0.0.2-dev.23 00:50:09 v0.0.2-dev.24 00:50:09 v0.0.2-dev.25 00:50:09 v0.0.2-dev.26 00:50:09 v0.0.2-dev.27 00:50:09 v0.0.2-dev.28 00:50:09 v0.0.2-dev.29 00:50:09 v0.0.2-dev.3 00:50:09 v0.0.2-dev.30 00:50:09 v0.0.2-dev.31 00:50:09 v0.0.2-dev.4 00:50:09 v0.0.2-dev.5 00:50:09 v0.0.2-dev.6 00:50:09 v0.0.2-dev.7 00:50:09 v0.0.2-dev.8 00:50:09 v0.0.2-dev.9 [Pipeline] sh 00:50:09 + lftools sign git-tag v0.0.2-dev.31 00:50:10 Signing Git tag with Sigul... 00:50:10 Signing v0.0.2-dev.31 [Pipeline] echo 00:50:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:50:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:50:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:50:10 $ docker stop --time=1 f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 00:50:12 $ docker rm -f --volumes f784e87d80483f6a5b87543af9adb441cf8e7a2dab0fffc7fad47a7c4b8cb217 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:50:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:50:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:12 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:50:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:50:13 $ docker top 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e -eo pid,comm 00:50:13 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:50:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:13 [ssh-agent] Looking for ssh-agent implementation... 00:50:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:13 $ docker exec 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e ssh-agent 00:50:13 SSH_AUTH_SOCK=/tmp/ssh-Pz0ikYw6qg8h/agent.32 00:50:13 SSH_AGENT_PID=39 00:50:13 Running ssh-add (command line suppressed) 00:50:13 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13618908836904585754.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_13618908836904585754.key) 00:50:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:14 + git semver bump pre 00:50:14 2023-08-02 00:50:14,179 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:50:14 2023-08-02 00:50:14,179 [bump_version] DEBUG bumping version:0.0.2-dev.31 on axis:pre with prefix:dev 00:50:14 2023-08-02 00:50:14,180 [bump_version] DEBUG bumped version:0.0.2-dev.32 00:50:14 2023-08-02 00:50:14,180 [write_version] DEBUG write version:0.0.2-dev.32 to path:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main with force:True 00:50:14 2023-08-02 00:50:14,180 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:50:14 2023-08-02 00:50:14,180 [write_file] DEBUG write to file:/w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:50:14 2023-08-02 00:50:14,181 [execute] INFO git cat-file --batch-check 00:50:14 2023-08-02 00:50:14,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 00:50:14 2023-08-02 00:50:14,186 [execute] INFO git cat-file --batch 00:50:14 2023-08-02 00:50:14,187 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 00:50:14 2023-08-02 00:50:14,192 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:50:14 0.0.2-dev.32 [Pipeline] } 00:50:14 $ docker exec --env ******** --env ******** 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e ssh-agent -k 00:50:14 unset SSH_AUTH_SOCK; 00:50:14 unset SSH_AGENT_PID; 00:50:14 echo Agent pid 39 killed; 00:50:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:14 + git semver [Pipeline] } 00:50:14 $ docker stop --time=1 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e 00:50:16 $ docker rm -f --volumes 967ff79c666ec8066590dc5103407ca702357913c80aa1e33b91046d5308343e [Pipeline] // withDockerContainer [Pipeline] sh 00:50:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:50:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:16 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:50:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_edgex-taf-common_main -v /w/workspace/gexfoundry_edgex-taf-common_main:/w/workspace/gexfoundry_edgex-taf-common_main:rw,z -v /w/workspace/gexfoundry_edgex-taf-common_main@tmp:/w/workspace/gexfoundry_edgex-taf-common_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:50:17 $ docker top b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 -eo pid,comm 00:50:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:50:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:17 [ssh-agent] Looking for ssh-agent implementation... 00:50:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:17 $ docker exec b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 ssh-agent 00:50:17 SSH_AUTH_SOCK=/tmp/ssh-nz69k2nUWV0E/agent.31 00:50:17 SSH_AGENT_PID=37 00:50:17 Running ssh-add (command line suppressed) 00:50:17 Identity added: /w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9774787357142087741.key (/w/workspace/gexfoundry_edgex-taf-common_main@tmp/private_key_9774787357142087741.key) 00:50:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:17 + git semver push 00:50:18 2023-08-02 00:50:18,191 [run_push] DEBUG push 00:50:18 2023-08-02 00:50:18,191 [execute] INFO git cat-file --batch-check 00:50:18 2023-08-02 00:50:18,191 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=) 00:50:18 2023-08-02 00:50:18,194 [execute] INFO git rev-list 13039aaa9d3ecc75808bf06c37b06820de4a1a1a -- 00:50:18 2023-08-02 00:50:18,194 [execute] DEBUG Popen(['git', 'rev-list', '13039aaa9d3ecc75808bf06c37b06820de4a1a1a', '--'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 00:50:18 2023-08-02 00:50:18,199 [execute] INFO git fetch -v origin 00:50:18 2023-08-02 00:50:18,199 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=True, shell=None, istream=None) 00:50:18 2023-08-02 00:50:18,751 [run_push] DEBUG no remote changes detected 00:50:18 2023-08-02 00:50:18,751 [execute] INFO git push origin semver 00:50:18 2023-08-02 00:50:18,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main/.semver, universal_newlines=False, shell=None, istream=None) 00:50:19 2023-08-02 00:50:19,502 [run_push] DEBUG push all version tags 00:50:19 2023-08-02 00:50:19,503 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:50:19 2023-08-02 00:50:19,503 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_edgex-taf-common_main, universal_newlines=False, shell=None, istream=None) 00:50:20 2023-08-02 00:50:20,287 [read_version] DEBUG read version from /w/workspace/gexfoundry_edgex-taf-common_main/.semver/main 00:50:20 0.0.2-dev.32 [Pipeline] } 00:50:20 $ docker exec --env ******** --env ******** b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 ssh-agent -k 00:50:20 unset SSH_AUTH_SOCK; 00:50:20 unset SSH_AGENT_PID; 00:50:20 echo Agent pid 37 killed; 00:50:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:20 + git semver [Pipeline] } 00:50:21 $ docker stop --time=1 b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 00:50:22 $ docker rm -f --volumes b5d8c336ee731486be4706a4d9465b7db0f1009a9795206dbd162c0dab576e02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:50:22 + [ -d /w/workspace/gexfoundry_edgex-taf-common_main/archives ] 00:50:22 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:50:22 total 16 00:50:22 drwxr-xr-x 3 root root 4096 Aug 2 00:07 . 00:50:22 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 00:50 .. 00:50:22 drwxr-xr-x 2 root root 4096 Aug 2 00:07 cost 00:50:22 -rw-r--r-- 1 root root 87 Aug 2 00:07 cost.csv 00:50:22 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:50:22 + ls -al /w/workspace/gexfoundry_edgex-taf-common_main/archives 00:50:22 total 16 00:50:22 drwxr-xr-x 3 jenkins jenkins 4096 Aug 2 00:07 . 00:50:22 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 00:50 .. 00:50:22 drwxr-xr-x 2 jenkins jenkins 4096 Aug 2 00:07 cost 00:50:22 -rw-r--r-- 1 jenkins jenkins 87 Aug 2 00:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:50:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:23 ---> package-listing.sh 00:50:23 ++ facter osfamily 00:50:23 ++ tr '[:upper:]' '[:lower:]' 00:50:24 + OS_FAMILY=debian 00:50:24 + workspace=/w/workspace/gexfoundry_edgex-taf-common_main 00:50:24 + START_PACKAGES=/tmp/packages_start.txt 00:50:24 + END_PACKAGES=/tmp/packages_end.txt 00:50:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:24 + PACKAGES=/tmp/packages_start.txt 00:50:24 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:50:24 + PACKAGES=/tmp/packages_end.txt 00:50:24 + case "${OS_FAMILY}" in 00:50:24 + dpkg -l 00:50:24 + grep '^ii' 00:50:24 + '[' -f /tmp/packages_start.txt ']' 00:50:24 + '[' -f /tmp/packages_end.txt ']' 00:50:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:24 + '[' /w/workspace/gexfoundry_edgex-taf-common_main ']' 00:50:24 + mkdir -p /w/workspace/gexfoundry_edgex-taf-common_main/archives/ 00:50:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_edgex-taf-common_main/archives/ [Pipeline] echo 00:50:24 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_edgex-taf-common_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:25 prd-ubuntu20.04-docker-8c-8g-2684 does not seem to be running inside a container 00:50:25 $ 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 00:50:25 $ docker top 98f7db07d74c75089e11e98f0955c418aa3585012847662d255606db16ddef6e -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:25 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:25 + mkdir -p /var/log/sysstat [Pipeline] sh 00:50:26 + ls /var/log/sa-host 00:50:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:26 provisioning config files... 00:50:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_edgex-taf-common_main@tmp/config2918182076956908120tmp [Pipeline] { [Pipeline] echo 00:50:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> create-netrc.sh [Pipeline] } 00:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> python-tools-install.sh [Pipeline] echo 00:50:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:27 ---> sudo-logs.sh 00:50:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:50:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:27 ---> job-cost.sh 00:50:27 lf-activate-venv: SKIPPING 00:50:27 DEBUG: total: 0.2199999988079071 00:50:27 INFO: Retrieving Stack Cost... 00:50:28 INFO: Retrieving Pricing Info for: v3-standard-8 00:50:28 INFO: Archiving Costs [Pipeline] echo 00:50:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:28 ---> logs-deploy.sh 00:50:28 lf-activate-venv: SKIPPING 00:50:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/main/23 00:50:28 INFO: archiving workspace using pattern(s): 00:50:29 Archives upload complete. 00:50:29 INFO: archiving logs to Nexus