Pull request #116 opened
  Connecting to https://api.github.com using edgex-jenkins github personal access token
  Obtained Jenkinsfile from 75d022a053e67da6fd7b35eac3906d9e47e8febe+f7616055fa408fe9de5c1ab01cec76f469475795 (50883c3c594490af6a8cedee6a253c6ea2204b6d)
  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-ssh17041330442358023837.key
   > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10
  Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
  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-ssh1451882712700656604.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
  The recommended git tool is: git
  using credential edgex-jenkins-ssh
  Cloning the remote Git repository
  Cloning with configured refspecs honoured and with tags
  Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git
   > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-116/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10
  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/PR-116/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4404785355115797999.key
   > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
   > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10
   > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
   > 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
  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/PR-116/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8070046682282821907.key
   > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
  Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable)
   > git config core.sparsecheckout # timeout=10
   > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10
  Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch"
   > 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
   > git --version # timeout=10
   > git --version # 'git version 2.16.6'
  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-ssh11600129807430500700.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
  Cloning the remote Git repository
  Cloning with configured refspecs honoured and without tags
  Cloning repository git@github.com:lfit/releng-pipelines.git
   > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-taf-common/branches/PR-116/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10
  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/PR-116/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15095430660365853334.key
   > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
   > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10
   > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  Avoid second fetch
  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
   > git --version # timeout=10
   > git --version # 'git version 2.16.6'
  fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
  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-42559 in /w/workspace/xfoundry_edgex-taf-common_PR-116
  [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/xfoundry_edgex-taf-common_PR-116 # 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
  Merging remotes/origin/main commit f7616055fa408fe9de5c1ab01cec76f469475795 into PR head commit 75d022a053e67da6fd7b35eac3906d9e47e8febe
  Merge succeeded, producing 75d022a053e67da6fd7b35eac3906d9e47e8febe
  Checking out Revision 75d022a053e67da6fd7b35eac3906d9e47e8febe (PR-116)
  Commit message: "build: bump robotframework-seleniumlibrary from 6.2.0 to 6.7.1"
  First time build. Skipping changelog.
   > 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 remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10
  Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git
  using GIT_SSH to set credentials SSH Credentials for GitHub
   > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/main:refs/remotes/origin/main # timeout=10
   > git config core.sparsecheckout # timeout=10
   > git checkout -f 75d022a053e67da6fd7b35eac3906d9e47e8febe # timeout=10
   > git remote # timeout=10
   > git config --get remote.origin.url # timeout=10
  using GIT_SSH to set credentials SSH Credentials for GitHub
   > git merge f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10
   > git rev-parse HEAD^{commit} # timeout=10
   > git config core.sparsecheckout # timeout=10
   > git checkout -f 75d022a053e67da6fd7b35eac3906d9e47e8febe # timeout=10
   > git --version # timeout=10
   > git --version # 'git version 2.25.1'
  fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] timestamps
  [Pipeline] {
  [Pipeline] timeout
18:11:55  Timeout set to expire in 6 hr 0 min
  [Pipeline] {
  [Pipeline] stage
  [Pipeline] { (Prepare)
  [Pipeline] script
  [Pipeline] {
  [Pipeline] withCredentials
18:11:55  Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW
  [Pipeline] {
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] echo
18:11:56  =========================================================
18:11:56   EdgeX Global Pipelines Version Info
18:11:56  =========================================================
  [Pipeline] libraryResource
  [Pipeline] sh
18:11:56  -------------------
18:11:56  stable info:
18:11:56  -------------------
18:11:56  Commited By: Ginny Guan ginny@iotechsys.com
18:11:56  Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
18:11:56  Message: update stable to v1.0.274
18:11:57  -------------------
18:11:57  experimental info:
18:11:57  -------------------
18:11:57  Commited By: Ginny Guan ginny@iotechsys.com
18:11:57  Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018
18:11:57  Message: update experimental to testing
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // withCredentials
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] echo
18:11:57  [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = taf-settings
  [Pipeline] echo
18:11:57  [edgeXSetupEnvironment]: set envvar PROJECT = edgex-taf-common
  [Pipeline] echo
18:11:57  [edgeXSetupEnvironment]: set envvar USE_SEMVER = true
  [Pipeline] echo
18:11:57  [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile
  [Pipeline] echo
18:11:57  [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = .
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-taf-common
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = 
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-taf-common-archive.tar.gz
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-116
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-116
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-116
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75d022a053e67da6fd7b35eac3906d9e47e8febe
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75d022a
  [Pipeline] echo
18:11:58  [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] configFileProvider
18:11:58  provisioning config files...
18:11:58  copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/config6102600625225182633tmp
  [Pipeline] {
  [Pipeline] libraryResource
  [Pipeline] sh
18:11:59  ---> ****-login.sh
18:11:59  nexus3.edgexfoundry.org:10001
18:11:59  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:11:59  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:11:59  Configure a credential helper to remove this warning. See
18:11:59  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:11:59  
18:11:59  Login Succeeded
18:11:59  nexus3.edgexfoundry.org:10002
18:11:59  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:11:59  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:11:59  Configure a credential helper to remove this warning. See
18:11:59  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:11:59  
18:11:59  Login Succeeded
18:11:59  nexus3.edgexfoundry.org:10003
18:11:59  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:11:59  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:11:59  Configure a credential helper to remove this warning. See
18:11:59  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:11:59  
18:11:59  Login Succeeded
18:11:59  nexus3.edgexfoundry.org:10004
18:11:59  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:11:59  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:11:59  Configure a credential helper to remove this warning. See
18:11:59  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:11:59  
18:11:59  Login Succeeded
18:11:59  ****.io
18:12:00  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:00  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:00  Configure a credential helper to remove this warning. See
18:12:00  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:00  
18:12:00  Login Succeeded
18:12:00  ---> ****-login.sh ends
  [Pipeline] }
18:12:00  Deleting 1 temporary files
  [Pipeline] // configFileProvider
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Semver Prep)
  [Pipeline] sh
18:12:00  + grep github.com ecdsa /etc/ssh/ssh_known_hosts
18:12:00  + grep -v github /etc/ssh/ssh_known_hosts
18:12:00  + [ -e /tmp/ssh_known_hosts ]
18:12:00  + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts
18:12:00  + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
18:12:00  + sudo tee -a /etc/ssh/ssh_known_hosts
18:12:00  github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:12:01  + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4
18:12:01  
18:12:01  Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:12:01  + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4
18:12:01  0.1.4: Pulling from edgex-devops/py-git-semver
18:12:01  b85a868b505f: Pulling fs layer
18:12:01  e2be974225ed: Pulling fs layer
18:12:01  339a4e72a1f5: Pulling fs layer
18:12:01  988bab9f4d93: Pulling fs layer
18:12:01  1469e6f7b9e6: Pulling fs layer
18:12:01  eaf3925da568: Pulling fs layer
18:12:01  bab4dde63d76: Pulling fs layer
18:12:01  bde34c3a00c8: Pulling fs layer
18:12:01  b352a97aabf1: Pulling fs layer
18:12:01  4872d77fe225: Pulling fs layer
18:12:01  5851b861e8e6: Pulling fs layer
18:12:01  988bab9f4d93: Waiting
18:12:01  b352a97aabf1: Waiting
18:12:01  1469e6f7b9e6: Waiting
18:12:01  bab4dde63d76: Waiting
18:12:01  eaf3925da568: Waiting
18:12:01  4872d77fe225: Waiting
18:12:01  bde34c3a00c8: Waiting
18:12:01  e2be974225ed: Verifying Checksum
18:12:01  e2be974225ed: Download complete
18:12:01  988bab9f4d93: Verifying Checksum
18:12:01  988bab9f4d93: Download complete
18:12:02  1469e6f7b9e6: Verifying Checksum
18:12:02  1469e6f7b9e6: Download complete
18:12:02  eaf3925da568: Download complete
18:12:02  339a4e72a1f5: Verifying Checksum
18:12:02  339a4e72a1f5: Download complete
18:12:02  bde34c3a00c8: Download complete
18:12:02  b352a97aabf1: Verifying Checksum
18:12:02  b352a97aabf1: Download complete
18:12:02  4872d77fe225: Verifying Checksum
18:12:02  4872d77fe225: Download complete
18:12:02  5851b861e8e6: Download complete
18:12:02  b85a868b505f: Download complete
18:12:02  bab4dde63d76: Verifying Checksum
18:12:02  bab4dde63d76: Download complete
18:12:03  b85a868b505f: Pull complete
18:12:03  e2be974225ed: Pull complete
18:12:04  339a4e72a1f5: Pull complete
18:12:04  988bab9f4d93: Pull complete
18:12:04  1469e6f7b9e6: Pull complete
18:12:04  eaf3925da568: Pull complete
18:12:06  bab4dde63d76: Pull complete
18:12:06  bde34c3a00c8: Pull complete
18:12:06  b352a97aabf1: Pull complete
18:12:06  4872d77fe225: Pull complete
18:12:06  5851b861e8e6: Pull complete
18:12:06  Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8
18:12:06  Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4
18:12:06  nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] withDockerContainer
18:12:06  prd-ubuntu20.04-docker-8c-8g-42559 does not seem to be running inside a container
18:12:07  $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_edgex-taf-common_PR-116 -v /w/workspace/xfoundry_edgex-taf-common_PR-116:/w/workspace/xfoundry_edgex-taf-common_PR-116:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-116@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
18:12:09  $ docker top 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec -eo pid,comm
18:12:09  ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
18:12:09  Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
  [Pipeline] {
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sshagent
18:12:10  [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
18:12:10  [ssh-agent] Looking for ssh-agent implementation...
18:12:10  [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:12:10  $ docker exec 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec ssh-agent
18:12:10  SSH_AUTH_SOCK=/tmp/ssh-nkYAnfa6W67k/agent.32
18:12:10  SSH_AGENT_PID=38
18:12:10  Running ssh-add (command line suppressed)
18:12:10  Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/private_key_7182015157224809718.key (/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/private_key_7182015157224809718.key)
18:12:10  [ssh-agent] Started.
  [Pipeline] {
  [Pipeline] sh
18:12:10  + git tag --points-at HEAD
  [Pipeline] }
18:12:10  $ docker exec --env ******** --env ******** 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec ssh-agent -k
18:12:10  unset SSH_AUTH_SOCK;
18:12:10  unset SSH_AGENT_PID;
18:12:10  echo Agent pid 38 killed;
18:12:10  [ssh-agent] Stopped.
  [Pipeline] // sshagent
  [Pipeline] sshagent
18:12:11  [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
18:12:11  [ssh-agent] Looking for ssh-agent implementation...
18:12:11  [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:12:11  $ docker exec 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec ssh-agent
18:12:11  SSH_AUTH_SOCK=/tmp/ssh-riTxBzBAxtEa/agent.71
18:12:11  SSH_AGENT_PID=77
18:12:11  Running ssh-add (command line suppressed)
18:12:11  Identity added: /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/private_key_5808325121615664836.key (/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/private_key_5808325121615664836.key)
18:12:11  [ssh-agent] Started.
  [Pipeline] {
  [Pipeline] sh
18:12:11  + git semver init
18:12:12  2025-04-01 18:12:11,943 [run_init] DEBUG init version:0.0.0 force:False
18:12:12  2025-04-01 18:12:11,943 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver
18:12:12  2025-04-01 18:12:11,944 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-taf-common.git /w/workspace/xfoundry_edgex-taf-common_PR-116/.semver
18:12:12  2025-04-01 18:12:11,944 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-taf-common.git', '/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-116, universal_newlines=False, shell=None, istream=None)
18:12:12  2025-04-01 18:12:12,525 [append_file] DEBUG append to file:/w/workspace/xfoundry_edgex-taf-common_PR-116/.git/info/exclude
18:12:12  2025-04-01 18:12:12,526 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver/PR-116 with force:False
18:12:12  2025-04-01 18:12:12,526 [write_file] DEBUG write to file:/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver/PR-116
18:12:12  2025-04-01 18:12:12,530 [execute] INFO git cat-file --batch-check
18:12:12  2025-04-01 18:12:12,530 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver, universal_newlines=False, shell=None, istream=<valid stream>)
18:12:12  2025-04-01 18:12:12,537 [execute] INFO git cat-file --batch
18:12:12  2025-04-01 18:12:12,537 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_edgex-taf-common_PR-116/.semver, universal_newlines=False, shell=None, istream=<valid stream>)
18:12:12  2025-04-01 18:12:12,542 [read_version] DEBUG read version from /w/workspace/xfoundry_edgex-taf-common_PR-116/.semver/PR-116
18:12:12  0.0.0
  [Pipeline] }
18:12:12  $ docker exec --env ******** --env ******** 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec ssh-agent -k
18:12:12  unset SSH_AUTH_SOCK;
18:12:12  unset SSH_AGENT_PID;
18:12:12  echo Agent pid 77 killed;
18:12:12  [ssh-agent] Stopped.
  [Pipeline] // sshagent
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] sh
18:12:13  + git semver
  [Pipeline] }
18:12:13  $ docker stop --time=1 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec
18:12:14  $ docker rm -f --volumes 4156e702d99fb4f61848d1d2fdc4d92ae0bd0753275de78d1d4429b045c4d7ec
  [Pipeline] // withDockerContainer
  [Pipeline] sh
18:12:15  + sudo chown -R jenkins:jenkins .semver
  [Pipeline] writeFile
  [Pipeline] stash
18:12:15  Stashed 1 file(s)
  [Pipeline] echo
18:12:15  [edgeXSemver]: initialized semver on version 0.0.0
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Build Docker Image)
  [Pipeline] parallel
  [Pipeline] { (Branch: amd64)
  [Pipeline] { (Branch: arm64)
  [Pipeline] stage
  [Pipeline] { (amd64)
  [Pipeline] stage
  [Pipeline] { (arm64)
  [Pipeline] node
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] stage
  [Pipeline] { (Prep)
  [Pipeline] script
  [Pipeline] {
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] configFileProvider
18:12:16  provisioning config files...
18:12:16  copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/config1059872294308693302tmp
  [Pipeline] {
  [Pipeline] libraryResource
  [Pipeline] sh
18:12:16  ---> ****-login.sh
18:12:16  nexus3.edgexfoundry.org:10001
18:12:16  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:16  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:16  Configure a credential helper to remove this warning. See
18:12:16  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:16  
18:12:16  Login Succeeded
18:12:16  nexus3.edgexfoundry.org:10002
18:12:16  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:16  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:16  Configure a credential helper to remove this warning. See
18:12:16  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:16  
18:12:16  Login Succeeded
18:12:16  nexus3.edgexfoundry.org:10003
18:12:16  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:16  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:16  Configure a credential helper to remove this warning. See
18:12:16  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:16  
18:12:16  Login Succeeded
18:12:16  nexus3.edgexfoundry.org:10004
18:12:16  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:16  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:16  Configure a credential helper to remove this warning. See
18:12:16  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:16  
18:12:16  Login Succeeded
18:12:16  ****.io
18:12:16  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:12:16  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:12:16  Configure a credential helper to remove this warning. See
18:12:16  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:12:16  
18:12:16  Login Succeeded
18:12:16  ---> ****-login.sh ends
  [Pipeline] }
18:12:17  Deleting 1 temporary files
  [Pipeline] // configFileProvider
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] unstash
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Docker Build)
  [Pipeline] script
  [Pipeline] {
  [Pipeline] sh
18:12:17  + sudo chown -R jenkins:jenkins .
  [Pipeline] sh
18:12:18  + ls -al .
18:12:18  total 72
18:12:18  drwxrwxr-x 7 jenkins jenkins  4096 Apr  1 18:12 .
18:12:18  drwxrwxr-x 4 jenkins jenkins  4096 Apr  1 18:11 ..
18:12:18  drwxrwxr-x 8 jenkins jenkins  4096 Apr  1 18:12 .git
18:12:18  drwxrwxr-x 2 jenkins jenkins  4096 Apr  1 18:11 .github
18:12:18  -rw-rw-r-- 1 jenkins jenkins    22 Apr  1 18:11 .gitignore
18:12:18  drwxr-xr-x 3 jenkins jenkins  4096 Apr  1 18:12 .semver
18:12:18  -rw-rw-r-- 1 jenkins jenkins  1653 Apr  1 18:11 Dockerfile
18:12:18  -rw-rw-r-- 1 jenkins jenkins   746 Apr  1 18:11 Jenkinsfile
18:12:18  -rw-rw-r-- 1 jenkins jenkins 11381 Apr  1 18:11 LICENSE
18:12:18  -rw-rw-r-- 1 jenkins jenkins  3606 Apr  1 18:11 README.md
18:12:18  drwxrwxr-x 4 jenkins jenkins  4096 Apr  1 18:11 TAF-Manager
18:12:18  drwxrwxr-x 6 jenkins jenkins  4096 Apr  1 18:11 TUC
18:12:18  -rw-rw-r-- 1 jenkins jenkins     5 Apr  1 18:12 VERSION
18:12:18  -rw-rw-r-- 1 jenkins jenkins   360 Apr  1 18:11 requirements.txt
18:12:18  -rw-rw-r-- 1 jenkins jenkins    54 Apr  1 18:11 robot-entrypoint.sh
18:12:18  -rw-rw-r-- 1 jenkins jenkins   445 Apr  1 18:11 setup.py
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:12:18  + docker build -t edgex-taf-common -f Dockerfile --build-arg ARCH=amd64 --label git_sha=75d022a053e67da6fd7b35eac3906d9e47e8febe --label arch=amd64 --label version=0.0.0 .
18:12:18  Sending build context to Docker daemon  615.4kB

18:12:18  Step 1/13 : FROM alpine:3.20
18:12:18  3.20: Pulling from library/alpine
18:12:19  0a9a5dfd008f: Pulling fs layer
18:12:19  0a9a5dfd008f: Download complete
18:12:19  0a9a5dfd008f: Pull complete
18:12:19  Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f
18:12:19  Status: Downloaded newer image for alpine:3.20
18:12:19   ---> ff221270b9fb
18:12:19  Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0'   copyright='Copyright (c) 2022: IOTech'
18:12:19   ---> Running in 36940ced82b5
18:12:19  Removing intermediate container 36940ced82b5
18:12:19   ---> 49d5ea299ac3
18:12:19  Step 3/13 : LABEL maintainer="Bruce Huang <bruce@iotechsys.com>"
18:12:19   ---> Running in 9ee36cdd8ade
18:12:19  Removing intermediate container 9ee36cdd8ade
18:12:19   ---> 3b1a5fe1bdd9
18:12:19  Step 4/13 : COPY . /edgex-taf/edgex-taf-common
18:12:19   ---> ca76827bf60e
18:12:19  Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/
18:12:20   ---> a517bfb0f638
18:12:20  Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt
18:12:20   ---> dceef2c1c4a2
18:12:20  Step 7/13 : WORKDIR /edgex-taf
18:12:20   ---> Running in c2b766f8e3ef
18:12:20  Removing intermediate container c2b766f8e3ef
18:12:20   ---> 7a4e6f228bc4
18:12:20  Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories
18:12:20   ---> Running in 948b0c8b4433
18:12:20  Removing intermediate container 948b0c8b4433
18:12:20   ---> 2e3555511ba4
18:12:20  Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli &&     apk add --no-cache chromium chromium-chromedriver &&         apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev &&         apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2  &&          apk add --no-cache python3 &&     if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi &&     apk add --no-cache tzdata  &&      cp /usr/share/zoneinfo/UTC /etc/localtime  &&      apk del tzdata  &&          rm /usr/lib/python*/EXTERNALLY-MANAGED &&     python3 -m ensurepip &&     rm -r /usr/lib/python*/ensurepip &&     pip3 install --no-cache-dir --upgrade pip setuptools wheel &&     if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi &&         pip3 install --no-cache-dir ./edgex-taf-common  &&      pip3 install --no-cache-dir -r requirements.txt
18:12:20   ---> Running in 7b28d265869f
18:12:21  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:12:24  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:12:25  OK: 8 MiB in 14 packages
18:12:25  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:12:25  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:12:26  (1/14) Installing ca-certificates (20241121-r1)
18:12:26  (2/14) Installing brotli-libs (1.1.0-r2)
18:12:27  (3/14) Installing c-ares (1.33.1-r0)
18:12:27  (4/14) Installing libunistring (1.2-r0)
18:12:27  (5/14) Installing libidn2 (2.3.7-r0)
18:12:28  (6/14) Installing nghttp2-libs (1.62.1-r0)
18:12:28  (7/14) Installing libpsl (0.21.5-r1)
18:12:28  (8/14) Installing zstd-libs (1.5.6-r0)
18:12:29  (9/14) Installing libcurl (8.12.1-r0)
18:12:29  (10/14) Installing curl (8.12.1-r0)
18:12:30  (11/14) Installing docker-cli (26.1.5-r0)
18:12:30  Still waiting to schedule task
18:12:30  All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline
18:12:31  (12/14) Installing oniguruma (6.9.9-r0)
18:12:31  (13/14) Installing jq (1.7.1-r0)
18:12:32  (14/14) Installing openssl (3.3.3-r0)
18:12:32  Executing busybox-1.36.1-r29.trigger
18:12:32  Executing ca-certificates-20241121-r1.trigger
18:12:32  OK: 43 MiB in 28 packages
18:12:32  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:12:32  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:12:33  (1/167) Installing libexpat (2.7.0-r0)
18:12:34  (2/167) Installing libbz2 (1.0.8-r6)
18:12:34  (3/167) Installing libpng (1.6.44-r0)
18:12:34  (4/167) Installing freetype (2.13.2-r0)
18:12:35  (5/167) Installing fontconfig (2.15.0-r1)
18:12:35  (6/167) Installing libfontenc (1.1.8-r0)
18:12:35  (7/167) Installing mkfontscale (1.2.2-r6)
18:12:36  (8/167) Installing font-opensans (0_git20210927-r1)
18:12:36  (9/167) Installing pkgconf (2.2.0-r0)
18:12:36  (10/167) Installing libgcc (13.2.1_git20240309-r1)
18:12:37  (11/167) Installing libffi (3.4.6-r0)
18:12:37  (12/167) Installing libintl (0.22.5-r0)
18:12:37  (13/167) Installing libeconf (0.6.3-r0)
18:12:38  (14/167) Installing libblkid (2.40.1-r1)
18:12:38  (15/167) Installing libmount (2.40.1-r1)
18:12:38  (16/167) Installing pcre2 (10.43-r0)
18:12:39  (17/167) Installing glib (2.80.5-r0)
18:12:39  (18/167) Installing libstdc++ (13.2.1_git20240309-r1)
18:12:40  (19/167) Installing xz-libs (5.6.2-r0)
18:12:40  (20/167) Installing libxml2 (2.12.7-r2)
18:12:41  (21/167) Installing shared-mime-info (2.4-r0)
18:12:41  (22/167) Installing hicolor-icon-theme (0.17-r2)
18:12:42  (23/167) Installing libjpeg-turbo (3.0.3-r0)
18:12:42  (24/167) Installing libsharpyuv (1.3.2-r0)
18:12:42  (25/167) Installing libwebp (1.3.2-r0)
18:12:43  (26/167) Installing tiff (4.6.0t-r0)
18:12:43  (27/167) Installing gdk-pixbuf (2.42.12-r0)
18:12:44  (28/167) Installing gtk-update-icon-cache (3.24.43-r0)
18:12:44  (29/167) Installing libxau (1.0.11-r4)
18:12:44  (30/167) Installing libmd (1.1.0-r0)
18:12:44  (31/167) Installing libbsd (0.12.2-r0)
18:12:45  (32/167) Installing libxdmcp (1.1.5-r1)
18:12:45  (33/167) Installing libxcb (1.16.1-r0)
18:12:45  (34/167) Installing libx11 (1.8.9-r1)
18:12:46  (35/167) Installing libxcomposite (0.4.6-r5)
18:12:46  (36/167) Installing libxfixes (6.0.1-r4)
18:12:46  (37/167) Installing libxrender (0.9.11-r5)
18:12:47  (38/167) Installing libxcursor (1.2.2-r1)
18:12:47  (39/167) Installing libxdamage (1.1.6-r5)
18:12:47  (40/167) Installing libxext (1.3.6-r2)
18:12:48  (41/167) Installing libxi (1.8.1-r4)
18:12:48  (42/167) Installing libxinerama (1.1.5-r4)
18:12:48  (43/167) Installing libxrandr (1.5.4-r1)
18:12:49  (44/167) Installing libatk-1.0 (2.52.0-r0)
18:12:49  (45/167) Installing libxtst (1.2.4-r6)
18:12:49  (46/167) Installing dbus-libs (1.14.10-r1)
18:12:49  (47/167) Installing at-spi2-core (2.52.0-r0)
18:12:50  (48/167) Installing libatk-bridge-2.0 (2.52.0-r0)
18:12:50  (49/167) Installing pixman (0.43.2-r0)
18:12:51  (50/167) Installing cairo (1.18.0-r0)
18:12:51  (51/167) Installing cairo-gobject (1.18.0-r0)
18:12:52  (52/167) Installing avahi-libs (0.8-r17)
18:12:52  (53/167) Installing gmp (6.3.0-r1)
18:12:52  (54/167) Installing nettle (3.9.1-r0)
18:12:53  (55/167) Installing libtasn1 (4.20.0-r0)
18:12:53  (56/167) Installing p11-kit (0.25.3-r0)
18:12:54  (57/167) Installing gnutls (3.8.5-r0)
18:12:54  (58/167) Installing cups-libs (2.4.9-r1)
18:12:55  (59/167) Installing libepoxy (1.5.10-r1)
18:12:55  (60/167) Installing fribidi (1.0.15-r0)
18:12:55  (61/167) Installing graphite2 (1.3.14-r6)
18:12:56  (62/167) Installing harfbuzz (8.5.0-r0)
18:12:56  (63/167) Installing libxft (2.3.8-r3)
18:12:57  (64/167) Installing pango (1.52.2-r0)
18:12:57  (65/167) Installing wayland-libs-client (1.22.0-r4)
18:12:57  (66/167) Installing wayland-libs-cursor (1.22.0-r4)
18:12:58  (67/167) Installing wayland-libs-egl (1.22.0-r4)
18:12:58  (68/167) Installing xkeyboard-config (2.41-r0)
18:12:58  (69/167) Installing libxkbcommon (1.7.0-r0)
18:12:59  (70/167) Installing gtk+3.0 (3.24.43-r0)
18:13:00  (71/167) Installing icu-data-full (74.2-r0)
18:13:01  (72/167) Installing mesa (24.0.9-r1)
18:13:01  (73/167) Installing llvm17-libs (17.0.6-r2)
18:13:11  (74/167) Installing hwdata-pci (0.382-r0)
18:13:11  (75/167) Installing libpciaccess (0.18.1-r0)
18:13:11  (76/167) Installing libdrm (2.4.120-r0)
18:13:11  (77/167) Installing libelf (0.191-r0)
18:13:11  (78/167) Installing mesa-glapi (24.0.9-r1)
18:13:11  (79/167) Installing mesa-dri-gallium (24.0.9-r1)
18:13:12  (80/167) Installing eudev-libs (3.2.14-r2)
18:13:12  (81/167) Installing libmagic (5.45-r1)
18:13:13  (82/167) Installing file (5.45-r1)
18:13:13  (83/167) Installing xprop (1.2.7-r0)
18:13:13  (84/167) Installing libice (1.1.1-r6)
18:13:14  (85/167) Installing libuuid (2.40.1-r1)
18:13:14  (86/167) Installing libsm (1.2.4-r4)
18:13:14  (87/167) Installing libxt (1.3.0-r5)
18:13:15  (88/167) Installing libxmu (1.1.4-r2)
18:13:15  (89/167) Installing xset (1.2.5-r1)
18:13:15  (90/167) Installing xdg-utils (1.2.1-r0)
18:13:16  (91/167) Installing libogg (1.3.5-r5)
18:13:16  (92/167) Installing libflac (1.4.3-r1)
18:13:16  (93/167) Installing alsa-lib (1.2.11-r0)
18:13:17  (94/167) Installing libSvtAv1Enc (2.0.0-r1)
18:13:17  (95/167) Installing aom-libs (3.9.1-r0)
18:13:18  (96/167) Installing libva (2.21.0-r0)
18:13:18  (97/167) Installing libvdpau (1.5-r3)
18:13:19  (98/167) Installing onevpl-libs (2023.3.1-r2)
18:13:19  (99/167) Installing ffmpeg-libavutil (6.1.1-r8)
18:13:20  (100/167) Installing libdav1d (1.4.2-r0)
18:13:20  (101/167) Installing openexr-libiex (3.1.13-r1)
18:13:21  (102/167) Installing openexr-libilmthread (3.1.13-r1)
18:13:21  (103/167) Installing imath (3.1.12-r0)
18:13:21  (104/167) Installing openexr-libopenexr (3.1.13-r1)
18:13:22  (105/167) Installing giflib (5.2.2-r0)
18:13:22  (106/167) Installing libhwy (1.0.7-r0)
18:13:22  (107/167) Installing lcms2 (2.16-r0)
18:13:23  (108/167) Installing libjxl (0.10.2-r0)
18:13:23  (109/167) Installing lame-libs (3.100-r5)
18:13:24  (110/167) Installing opus (1.5.2-r0)
18:13:24  (111/167) Installing rav1e-libs (0.7.1-r0)
18:13:25  (112/167) Installing libgomp (13.2.1_git20240309-r1)
18:13:25  (113/167) Installing soxr (0.1.3-r7)
18:13:25  (114/167) Installing ffmpeg-libswresample (6.1.1-r8)
18:13:26  (115/167) Installing libtheora (1.1.1-r18)
18:13:26  (116/167) Installing libvorbis (1.3.7-r2)
18:13:27  (117/167) Installing libvpx (1.14.1-r0)
18:13:27  (118/167) Installing libwebpmux (1.3.2-r0)
18:13:27  (119/167) Installing x264-libs (0.164_git20231001-r0)
18:13:28  (120/167) Installing numactl (2.0.18-r0)
18:13:28  (121/167) Installing x265-libs (3.6-r0)
18:13:29  (122/167) Installing xvidcore (1.3.7-r2)
18:13:29  (123/167) Installing ffmpeg-libavcodec (6.1.1-r8)
18:13:30  (124/167) Installing libbluray (1.3.4-r1)
18:13:30  (125/167) Installing mpg123-libs (1.32.8-r0)
18:13:31  (126/167) Installing libopenmpt (0.7.7-r0)
18:13:31  (127/167) Installing cjson (1.7.18-r0)
18:13:31  (128/167) Installing mbedtls (3.6.2-r0)
18:13:32  (129/167) Installing librist (0.2.10-r1)
18:13:32  (130/167) Installing libsrt (1.5.3-r0)
18:13:33  (131/167) Installing libssh (0.10.6-r0)
18:13:33  (132/167) Installing libsodium (1.0.19-r0)
18:13:34  (133/167) Installing libzmq (4.3.5-r2)
18:13:34  (134/167) Installing ffmpeg-libavformat (6.1.1-r8)
18:13:35  (135/167) Installing crc32c (1.1.2-r0)
18:13:35  (136/167) Installing double-conversion (3.3.0-r0)
18:13:35  (137/167) Installing libevent (2.1.12-r7)
18:13:36  (138/167) Installing wayland-libs-server (1.22.0-r4)
18:13:36  (139/167) Installing mesa-gbm (24.0.9-r1)
18:13:36  (140/167) Installing harfbuzz-subset (8.5.0-r0)
18:13:37  (141/167) Installing icu-libs (74.2-r0)
18:13:37  (142/167) Installing minizip (1.3.1-r0)
18:13:37  (143/167) Installing nspr (4.35-r4)
18:13:38  (144/167) Installing sqlite-libs (3.45.3-r1)
18:13:38  (145/167) Installing nss (3.105-r0)
18:13:39  (146/167) Installing openh264 (2.4.1-r0)
18:13:39  (147/167) Installing libcamera-ipa (0.3.0-r0)
18:13:40  (148/167) Installing libunwind (1.8.1-r0)
18:13:40  (149/167) Installing yaml (0.2.5-r2)
18:13:41  (150/167) Installing libcamera (0.3.0-r0)
18:13:41  (151/167) Installing speexdsp (1.2.1-r2)
18:13:41  (152/167) Installing libuv (1.48.0-r0)
18:13:42  (153/167) Installing roc-toolkit-libs (0.3.0-r0)
18:13:42  (154/167) Installing libsndfile (1.2.2-r1)
18:13:43  (155/167) Installing webrtc-audio-processing-1 (1.3-r0)
18:13:43  (156/167) Installing pipewire-libs (1.0.6-r1)
18:13:44  (157/167) Installing libasyncns (0.8-r3)
18:13:44  (158/167) Installing libltdl (2.4.7-r3)
18:13:44  (159/167) Installing orc (0.4.40-r0)
18:13:45  (160/167) Installing tdb-libs (1.4.9-r1)
18:13:45  (161/167) Installing libpulse (17.0-r0)
18:13:45  (162/167) Installing libwebpdemux (1.3.2-r0)
18:13:46  (163/167) Installing libgpg-error (1.49-r0)
18:13:46  (164/167) Installing libgcrypt (1.10.3-r0)
18:13:47  (165/167) Installing libxslt (1.1.39-r2)
18:13:47  (166/167) Installing chromium (131.0.6778.108-r0)
18:14:02  (167/167) Installing chromium-chromedriver (131.0.6778.108-r0)
18:14:02  Executing busybox-1.36.1-r29.trigger
18:14:02  Executing fontconfig-2.15.0-r1.trigger
18:14:02  Executing mkfontscale-1.2.2-r6.trigger
18:14:02  Executing glib-2.80.5-r0.trigger
18:14:02  Executing shared-mime-info-2.4-r0.trigger
18:14:03  Executing gdk-pixbuf-2.42.12-r0.trigger
18:14:03  Executing gtk-update-icon-cache-3.24.43-r0.trigger
18:14:03  Executing gtk+3.0-3.24.43-r0.trigger
18:14:03  OK: 672 MiB in 195 packages
18:14:03  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:14:03  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:14:04  (1/30) Installing jansson (2.14-r4)
18:14:04  (2/30) Installing binutils (2.42-r1)
18:14:05  (3/30) Installing libatomic (13.2.1_git20240309-r1)
18:14:05  (4/30) Installing isl26 (0.26-r1)
18:14:05  (5/30) Installing mpfr4 (4.2.1-r0)
18:14:06  (6/30) Installing mpc1 (1.3.1-r1)
18:14:06  (7/30) Installing gcc (13.2.1_git20240309-r1)
18:14:14  (8/30) Installing musl-dev (1.2.5-r1)
18:14:14  (9/30) Installing linux-headers (6.6-r0)
18:14:15  (10/30) Installing libffi-dev (3.4.6-r0)
18:14:15  (11/30) Installing libpq (16.8-r0)
18:14:16  (12/30) Installing openssl-dev (3.3.3-r0)
18:14:16  (13/30) Installing libpq-dev (16.8-r0)
18:14:17  (14/30) Installing libecpg (16.8-r0)
18:14:17  (15/30) Installing libecpg-dev (16.8-r0)
18:14:17  (16/30) Installing clang16-headers (16.0.6-r5)
18:14:18  (17/30) Installing llvm16-libs (16.0.6-r9)
18:14:19  (18/30) Installing clang16-libs (16.0.6-r5)
18:14:22  (19/30) Installing fortify-headers (1.1-r3)
18:14:22  (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1)
18:14:23  (21/30) Installing llvm16-linker-tools (16.0.6-r9)
18:14:23  (22/30) Installing clang16 (16.0.6-r5)
18:14:23  (23/30) Installing icu (74.2-r0)
18:14:24  (24/30) Installing icu-dev (74.2-r0)
18:14:24  (25/30) Installing llvm16 (16.0.6-r9)
18:14:34  (26/30) Installing lz4-libs (1.9.4-r5)
18:14:34  (27/30) Installing lz4-dev (1.9.4-r5)
18:14:34  (28/30) Installing zstd (1.5.6-r0)
18:14:34  (29/30) Installing zstd-dev (1.5.6-r0)
18:14:34  (30/30) Installing postgresql16-dev (16.8-r0)
18:14:35  Executing busybox-1.36.1-r29.trigger
18:14:35  OK: 1208 MiB in 225 packages
18:14:35  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:14:36  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:14:36  (1/14) Installing g++ (13.2.1_git20240309-r1)
18:14:38  (2/14) Installing gdbm (1.23-r1)
18:14:38  (3/14) Installing mpdecimal (4.0.0-r0)
18:14:39  (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2)
18:14:39  (5/14) Installing libncursesw (6.4_p20240420-r2)
18:14:39  (6/14) Installing libpanelw (6.4_p20240420-r2)
18:14:40  (7/14) Installing readline (8.2.10-r0)
18:14:40  (8/14) Installing python3 (3.12.9-r0)
18:14:41  (9/14) Installing python3-pycache-pyc0 (3.12.9-r0)
18:14:41  (10/14) Installing pyc (3.12.9-r0)
18:14:42  (11/14) Installing python3-pyc (3.12.9-r0)
18:14:42  (12/14) Installing python3-dev (3.12.9-r0)
18:14:43  (13/14) Installing libsodium-dev (1.0.19-r0)
18:14:44  (14/14) Installing zeromq-dev (4.3.5-r2)
18:14:44  Executing busybox-1.36.1-r29.trigger
18:14:44  OK: 1374 MiB in 239 packages
18:14:44  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:14:44  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:14:45  OK: 1374 MiB in 239 packages
18:14:45  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
18:14:46  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
18:14:46  (1/1) Installing tzdata (2025b-r0)
18:14:47  OK: 1376 MiB in 240 packages
18:14:47  (1/1) Purging tzdata (2025b-r0)
18:14:47  OK: 1374 MiB in 239 packages
18:14:49  Looking in links: /tmp/tmpdozd7nqu
18:14:49  Processing /tmp/tmpdozd7nqu/pip-24.3.1-py3-none-any.whl
18:14:49  Installing collected packages: pip
18:14:50  Successfully installed pip-24.3.1
18:14:50  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:14:50  Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1)
18:14:51  Collecting pip
18:14:51    Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
18:14:51  Collecting setuptools
18:14:51    Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB)
18:14:51  Collecting wheel
18:14:51    Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
18:14:51  Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
18:14:51     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 134.0 MB/s eta 0:00:00
18:14:51  Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB)
18:14:51     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 148.1 MB/s eta 0:00:00
18:14:51  Downloading wheel-0.45.1-py3-none-any.whl (72 kB)
18:14:51  Installing collected packages: wheel, setuptools, pip
18:14:52    Attempting uninstall: pip
18:14:52      Found existing installation: pip 24.3.1
18:14:52      Uninstalling pip-24.3.1:
18:14:52        Successfully uninstalled pip-24.3.1
18:14:54  Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1
18:14:54  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:14:54  Processing ./edgex-taf-common
18:14:54    Preparing metadata (setup.py): started
18:14:54    Preparing metadata (setup.py): finished with status 'done'
18:14:54  Building wheels for collected packages: edgex-taf-common
18:14:54    Building wheel for edgex-taf-common (setup.py): started
18:14:55    Building wheel for edgex-taf-common (setup.py): finished with status 'done'
18:14:55    Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=f86b37a59337bf732035b567ec000013dd28d9212bc810889f71a30eb42adacb
18:14:55    Stored in directory: /tmp/pip-ephem-wheel-cache-d2nl9twk/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d
18:14:55  Successfully built edgex-taf-common
18:14:55  Installing collected packages: edgex-taf-common
18:14:55  Successfully installed edgex-taf-common-0.0.0
18:14:55  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:14:55  Collecting robotframework==7.0.1 (from -r requirements.txt (line 1))
18:14:55    Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB)
18:14:55  Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2))
18:14:55    Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
18:14:55  Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3))
18:14:55    Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB)
18:14:55  Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4))
18:14:55    Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB)
18:14:55  Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5))
18:14:56    Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB)
18:14:56    Preparing metadata (setup.py): started
18:14:56    Preparing metadata (setup.py): finished with status 'done'
18:14:56  Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6))
18:14:56    Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB)
18:14:56  Collecting configparser==6.0.0 (from -r requirements.txt (line 7))
18:14:56    Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB)
18:14:56  Collecting requests==2.32.3 (from -r requirements.txt (line 8))
18:14:56    Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
18:14:56  Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9))
18:14:56    Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
18:14:56    Preparing metadata (setup.py): started
18:14:56    Preparing metadata (setup.py): finished with status 'done'
18:14:56  Collecting docker==7.1.0 (from -r requirements.txt (line 10))
18:14:56    Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
18:14:56  Collecting numpy==1.26.2 (from -r requirements.txt (line 11))
18:14:56    Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (61 kB)
18:14:56  Collecting psutil==6.0.0 (from -r requirements.txt (line 12))
18:14:56    Downloading psutil-6.0.0.tar.gz (508 kB)
18:14:56    Installing build dependencies: started
18:14:58    Installing build dependencies: finished with status 'done'
18:14:58    Getting requirements to build wheel: started
18:14:59    Getting requirements to build wheel: finished with status 'done'
18:14:59    Preparing metadata (pyproject.toml): started
18:14:59    Preparing metadata (pyproject.toml): finished with status 'done'
18:14:59  Collecting redis==5.0.1 (from -r requirements.txt (line 13))
18:14:59    Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB)
18:14:59  Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14))
18:14:59    Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (6.1 kB)
18:14:59  Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15))
18:14:59    Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB)
18:14:59  Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16))
18:14:59    Downloading psycopg2-2.9.9.tar.gz (384 kB)
18:14:59    Preparing metadata (setup.py): started
18:15:00    Preparing metadata (setup.py): finished with status 'done'
18:15:00  Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17))
18:15:00    Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl.metadata (3.4 kB)
18:15:00  Collecting protobuf==5.28.1 (from -r requirements.txt (line 18))
18:15:00    Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes)
18:15:00  Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:00    Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB)
18:15:00  Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:00    Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB)
18:15:00  Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:00    Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
18:15:00  Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
18:15:00  Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading flex-6.14.1.tar.gz (40 kB)
18:15:00    Preparing metadata (setup.py): started
18:15:00    Preparing metadata (setup.py): finished with status 'done'
18:15:00  Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB)
18:15:00  Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB)
18:15:00  Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
18:15:00  Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
18:15:00  Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
18:15:00  Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:00    Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB)
18:15:00  Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8))
18:15:00    Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (35 kB)
18:15:01  Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8))
18:15:01    Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
18:15:01  Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8))
18:15:01    Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
18:15:01  Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8))
18:15:01    Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
18:15:01  Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15))
18:15:01    Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB)
18:15:01  Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15))
18:15:01    Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
18:15:01  Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (78.1.0)
18:15:01  Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15))
18:15:01    Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
18:15:01  Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15))
18:15:01    Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB)
18:15:01  Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:01    Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB)
18:15:01  Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:01    Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB)
18:15:01  Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:01    Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)
18:15:01  Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.metadata (2.1 kB)
18:15:01  Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading validate_email-1.3.tar.gz (4.7 kB)
18:15:01    Preparing metadata (setup.py): started
18:15:01    Preparing metadata (setup.py): finished with status 'done'
18:15:01  Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB)
18:15:01  Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading strict-rfc3339-0.7.tar.gz (17 kB)
18:15:01    Preparing metadata (setup.py): started
18:15:01    Preparing metadata (setup.py): finished with status 'done'
18:15:01  Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
18:15:01  Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
18:15:01  Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
18:15:01  Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
18:15:01  Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:01    Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
18:15:02  Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:15:02    Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (4.1 kB)
18:15:02  Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
18:15:02  Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)
18:15:02  Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
18:15:02  Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)
18:15:02  Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
18:15:02  Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:15:02    Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
18:15:02  Downloading robotframework-7.0.1-py3-none-any.whl (727 kB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 203.8 MB/s eta 0:00:00
18:15:02  Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
18:15:02  Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB)
18:15:02  Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB)
18:15:02  Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB)
18:15:02  Downloading configparser-6.0.0-py3-none-any.whl (19 kB)
18:15:02  Downloading requests-2.32.3-py3-none-any.whl (64 kB)
18:15:02  Downloading docker-7.1.0-py3-none-any.whl (147 kB)
18:15:02  Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_x86_64.whl (17.8 MB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 136.1 MB/s eta 0:00:00
18:15:02  Downloading redis-5.0.1-py3-none-any.whl (250 kB)
18:15:02  Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 228.0 MB/s eta 0:00:00
18:15:02  Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 300.2 MB/s eta 0:00:00
18:15:02  Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl (2.2 MB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 208.9 MB/s eta 0:00:00
18:15:02  Downloading protobuf-5.28.1-py3-none-any.whl (169 kB)
18:15:02  Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
18:15:02  Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (146 kB)
18:15:02  Downloading click-8.1.8-py3-none-any.whl (98 kB)
18:15:02  Downloading idna-3.10-py3-none-any.whl (70 kB)
18:15:02  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
18:15:02  Downloading reactivex-4.0.4-py3-none-any.whl (217 kB)
18:15:02  Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB)
18:15:02  Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 217.2 MB/s eta 0:00:00
18:15:02  Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
18:15:02  Downloading docutils-0.21.2-py3-none-any.whl (587 kB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 385.6 MB/s eta 0:00:00
18:15:02  Downloading genson-1.3.0-py3-none-any.whl (21 kB)
18:15:02  Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB)
18:15:02  Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
18:15:02  Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 251.0 MB/s eta 0:00:00
18:15:02  Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
18:15:02  Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB)
18:15:02  Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
18:15:02  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
18:15:02  Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
18:15:02  Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (756 kB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 756.6/756.6 kB 194.8 MB/s eta 0:00:00
18:15:02  Downloading referencing-0.36.2-py3-none-any.whl (26 kB)
18:15:02  Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
18:15:02  Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl (564 kB)
18:15:02     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 564.3/564.3 kB 216.4 MB/s eta 0:00:00
18:15:02  Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
18:15:02  Downloading trio-0.29.0-py3-none-any.whl (492 kB)
18:15:02  Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB)
18:15:02  Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB)
18:15:02  Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB)
18:15:02  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
18:15:02  Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
18:15:02  Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
18:15:02  Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
18:15:02  Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
18:15:02  Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
18:15:02  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
18:15:03  Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email
18:15:03    Building wheel for robotbackgroundlogger (setup.py): started
18:15:03    Building wheel for robotbackgroundlogger (setup.py): finished with status 'done'
18:15:03    Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=697c7075ec6ca5ee468be155c3df453467d2f43c8bb020de9a7bb38fec953562
18:15:03    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c
18:15:03    Building wheel for paho-mqtt (setup.py): started
18:15:03    Building wheel for paho-mqtt (setup.py): finished with status 'done'
18:15:03    Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=5a64c2ca876eda572097f1682dab6f938685ae0ecf295ef0b79c8c83bf5a08f9
18:15:03    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659
18:15:03    Building wheel for psutil (pyproject.toml): started
18:15:05  Running on prd-ubuntu20.04-docker-arm64-4c-16g-42565 in /w/workspace/xfoundry_edgex-taf-common_PR-116
  [Pipeline] {
  [Pipeline] checkout
18:15:05    Building wheel for psutil (pyproject.toml): finished with status 'done'
18:15:05    Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_x86_64.whl size=289979 sha256=7e7c90014a9274d8841b06ec432722fa8fcf4ca6692ac4ffa6380241bf1ed4e7
18:15:05    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733
18:15:05    Building wheel for psycopg2 (setup.py): started
18:15:08  Selected Git installation does not exist. Using Default
18:15:08  The recommended git tool is: NONE
18:15:13  using credential edgex-jenkins-ssh
18:15:13  Cloning the remote Git repository
18:15:13  Cloning repository git@github.com:edgexfoundry/edgex-taf-common.git
18:15:14   > git init /w/workspace/xfoundry_edgex-taf-common_PR-116 # timeout=10
18:15:14  Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git
18:15:14   > git --version # timeout=10
18:15:14   > git --version # 'git version 2.25.1'
18:15:14  using GIT_SSH to set credentials SSH Credentials for GitHub
18:15:14   > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/heads/*:refs/remotes/origin/* # timeout=10
18:15:15    Building wheel for psycopg2 (setup.py): finished with status 'done'
18:15:15    Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_x86_64.whl size=521978 sha256=7b61369ed9235a3fcc2ca77dc28f7a5dbbea7878e3d9fcaa0dcbd088d3aec849
18:15:15    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183
18:15:15    Building wheel for flex (setup.py): started
18:15:15    Building wheel for flex (setup.py): finished with status 'done'
18:15:15    Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=dd72dfc6aaff46ee7e2f19e2cbb4002aad09892b8fab0a2541c407d55d8daf76
18:15:15    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270
18:15:15    Building wheel for strict-rfc3339 (setup.py): started
18:15:15    Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
18:15:15    Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=3707707f33144fd08f757002ad8efb9cce8fb7f6ba6fcb323e1c9a296e56b2bf
18:15:15    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1
18:15:15    Building wheel for validate-email (setup.py): started
18:15:15    Building wheel for validate-email (setup.py): finished with status 'done'
18:15:15    Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=7c53a61403b4fad35da169cde55061e45169cf59bc2b5095301317aeba6f6c51
18:15:15    Stored in directory: /tmp/pip-ephem-wheel-cache-dhiphbhb/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1
18:15:15  Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email
18:15:15  Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary
18:15:15   > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10
18:15:15   > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:15:16  Merging remotes/origin/main commit f7616055fa408fe9de5c1ab01cec76f469475795 into PR head commit 75d022a053e67da6fd7b35eac3906d9e47e8febe
18:15:17  Merge succeeded, producing 75d022a053e67da6fd7b35eac3906d9e47e8febe
18:15:17  Checking out Revision 75d022a053e67da6fd7b35eac3906d9e47e8febe (PR-116)
18:15:16   > git config remote.origin.url git@github.com:edgexfoundry/edgex-taf-common.git # timeout=10
18:15:16  Fetching upstream changes from git@github.com:edgexfoundry/edgex-taf-common.git
18:15:16  using GIT_SSH to set credentials SSH Credentials for GitHub
18:15:16   > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-taf-common.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/main:refs/remotes/origin/main # timeout=10
18:15:16   > git config core.sparsecheckout # timeout=10
18:15:16   > git checkout -f 75d022a053e67da6fd7b35eac3906d9e47e8febe # timeout=10
18:15:17   > git remote # timeout=10
18:15:17   > git config --get remote.origin.url # timeout=10
18:15:17  using GIT_SSH to set credentials SSH Credentials for GitHub
18:15:17   > git merge f7616055fa408fe9de5c1ab01cec76f469475795 # timeout=10
18:15:17   > git rev-parse HEAD^{commit} # timeout=10
18:15:17   > git config core.sparsecheckout # timeout=10
18:15:17   > git checkout -f 75d022a053e67da6fd7b35eac3906d9e47e8febe # timeout=10
18:15:17  Commit message: "build: bump robotframework-seleniumlibrary from 6.2.0 to 6.7.1"
18:15:17   > git --version # timeout=10
18:15:17   > git --version # 'git version 2.25.1'
18:15:17  fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] stage
  [Pipeline] { (Prep)
  [Pipeline] script
  [Pipeline] {
  [Pipeline] sh
18:15:22  + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json
18:15:22    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:15:22                                   Dload  Upload   Total   Spent    Left  Speed
18:15:22  
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 12828  100 12828    0     0   198k      0 --:--:-- --:--:-- --:--:--  198k
  [Pipeline] sh
18:15:23  + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json
  [Pipeline] sh
18:15:23  + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json
18:15:23  + sudo tee /etc/docker/daemon.new
18:15:23  {
18:15:23    "registry-mirrors": [
18:15:23      "https://nexus3.edgexfoundry.org:10001"
18:15:23    ],
18:15:23    "bip": "10.250.0.254/24",
18:15:23    "hosts": [
18:15:23      "tcp://0.0.0.0:5555",
18:15:23      "unix:///var/run/docker.sock"
18:15:23    ],
18:15:23    "mtu": 1458,
18:15:23    "selinux-enabled": true,
18:15:23    "seccomp-profile": "/etc/docker/seccomp.json"
18:15:23  }
  [Pipeline] sh
18:15:23  + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json
  [Pipeline] sh
18:15:24  + sudo service docker restart
18:15:25  Successfully installed GenSON-1.3.0 PyYAML-6.0.2 RESTinstance-1.3.0 attrs-25.3.0 certifi-2025.1.31 charset-normalizer-3.4.1 click-8.1.8 configparser-6.0.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.10 influxdb-client-1.41.0 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 numpy-1.26.2 outcome-1.3.0.post0 paho-mqtt-1.6.1 ply-3.11 protobuf-5.28.1 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.20.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2025.2 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.36.2 requests-2.32.3 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.0.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.30.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.29.0 trio-websocket-0.12.2 typing-extensions-4.13.0 tzlocal-5.3.1 urllib3-2.3.0 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0
18:15:25  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] configFileProvider
18:15:42  provisioning config files...
18:15:42  copy managed file [taf-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/config8029553127856854866tmp
  [Pipeline] {
  [Pipeline] libraryResource
  [Pipeline] sh
18:15:43  ---> ****-login.sh
18:15:43  nexus3.edgexfoundry.org:10001
18:15:43  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:15:43  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:15:43  Configure a credential helper to remove this warning. See
18:15:43  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:15:43  
18:15:43  Login Succeeded
18:15:43  nexus3.edgexfoundry.org:10002
18:15:44  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:15:44  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:15:44  Configure a credential helper to remove this warning. See
18:15:44  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:15:44  
18:15:44  Login Succeeded
18:15:44  nexus3.edgexfoundry.org:10003
18:15:44  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:15:44  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:15:44  Configure a credential helper to remove this warning. See
18:15:44  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:15:44  
18:15:44  Login Succeeded
18:15:44  nexus3.edgexfoundry.org:10004
18:15:44  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:15:44  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:15:44  Configure a credential helper to remove this warning. See
18:15:44  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:15:44  
18:15:44  Login Succeeded
18:15:44  ****.io
18:15:45  WARNING! Using --password via the CLI is insecure. Use --password-stdin.
18:15:45  WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json.
18:15:45  Configure a credential helper to remove this warning. See
18:15:45  https://docs.****.com/engine/reference/commandline/login/#credentials-store
18:15:45  
18:15:45  Login Succeeded
18:15:45  ---> ****-login.sh ends
  [Pipeline] }
18:15:45  Deleting 1 temporary files
  [Pipeline] // configFileProvider
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] unstash
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Docker Build)
  [Pipeline] script
  [Pipeline] {
  [Pipeline] sh
18:15:46  + sudo chown -R jenkins:jenkins .
  [Pipeline] sh
18:15:46  + ls -al .
18:15:46  total 68
18:15:46  drwxrwxr-x 6 jenkins jenkins  4096 Apr  1 18:15 .
18:15:46  drwxrwxr-x 4 jenkins jenkins  4096 Apr  1 18:15 ..
18:15:46  drwxrwxr-x 8 jenkins jenkins  4096 Apr  1 18:15 .git
18:15:46  drwxrwxr-x 2 jenkins jenkins  4096 Apr  1 18:15 .github
18:15:46  -rw-rw-r-- 1 jenkins jenkins    22 Apr  1 18:15 .gitignore
18:15:46  -rw-rw-r-- 1 jenkins jenkins  1653 Apr  1 18:15 Dockerfile
18:15:46  -rw-rw-r-- 1 jenkins jenkins   746 Apr  1 18:15 Jenkinsfile
18:15:46  -rw-rw-r-- 1 jenkins jenkins 11381 Apr  1 18:15 LICENSE
18:15:46  -rw-rw-r-- 1 jenkins jenkins  3606 Apr  1 18:15 README.md
18:15:46  drwxrwxr-x 4 jenkins jenkins  4096 Apr  1 18:15 TAF-Manager
18:15:46  drwxrwxr-x 6 jenkins jenkins  4096 Apr  1 18:15 TUC
18:15:46  -rw-rw-r-- 1 jenkins jenkins     5 Apr  1 18:12 VERSION
18:15:46  -rw-rw-r-- 1 jenkins jenkins   360 Apr  1 18:15 requirements.txt
18:15:46  -rw-rw-r-- 1 jenkins jenkins    54 Apr  1 18:15 robot-entrypoint.sh
18:15:46  -rw-rw-r-- 1 jenkins jenkins   445 Apr  1 18:15 setup.py
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:15:47  + docker build -t edgex-taf-common-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=75d022a053e67da6fd7b35eac3906d9e47e8febe --label arch=arm64 --label version=0.0.0 .
18:15:47  Sending build context to Docker daemon  375.8kB

18:15:47  Step 1/13 : FROM alpine:3.20
18:15:47  Removing intermediate container 7b28d265869f
18:15:47   ---> 09a8f873bc65
18:15:47  Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"]
18:15:47   ---> Running in 1294d39950a7
18:15:47  Removing intermediate container 1294d39950a7
18:15:47   ---> 6fafffdebcd1
18:15:47  Step 11/13 : LABEL arch=amd64
18:15:47   ---> Running in faad14511b71
18:15:47  Removing intermediate container faad14511b71
18:15:47   ---> b6b6ad01a279
18:15:47  Step 12/13 : LABEL git_sha=75d022a053e67da6fd7b35eac3906d9e47e8febe
18:15:47   ---> Running in 6e7d4a36bafa
18:15:47  Removing intermediate container 6e7d4a36bafa
18:15:47   ---> 3392ebd1bdf5
18:15:47  Step 13/13 : LABEL version=0.0.0
18:15:47   ---> Running in c39dc43d00b8
18:15:47  Removing intermediate container c39dc43d00b8
18:15:47   ---> 105068dfbd01
18:15:47  [Warning] One or more build-args [ARCH] were not consumed
18:15:47  Successfully built 105068dfbd01
18:15:47  Successfully tagged edgex-taf-common:latest
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Docker Push)
  Stage "Docker Push" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
18:15:48  3.20: Pulling from library/alpine
18:15:48  94e9d8af2201: Pulling fs layer
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Archive Image)
  Stage "Archive Image" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
  [Pipeline] // stage
  Post stage
  [Pipeline] script
  [Pipeline] {
  [Pipeline] isUnix
18:15:48  94e9d8af2201: Verifying Checksum
18:15:48  94e9d8af2201: Download complete
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:15:48  + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
18:15:48  
18:15:48  Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:15:49  + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
18:15:49  latest: Pulling from edgex-lftools-log-publisher
18:15:49  5eb5b503b376: Pulling fs layer
18:15:49  5c69ac0246d0: Pulling fs layer
18:15:49  ec43610c2a17: Pulling fs layer
18:15:49  3a2ae6a8a46f: Pulling fs layer
18:15:49  33b1e0a273af: Pulling fs layer
18:15:49  5d3b04190fa2: Pulling fs layer
18:15:49  2f39f015ded8: Pulling fs layer
18:15:49  3a2ae6a8a46f: Waiting
18:15:49  33b1e0a273af: Waiting
18:15:49  5d3b04190fa2: Waiting
18:15:49  2f39f015ded8: Waiting
18:15:49  5c69ac0246d0: Verifying Checksum
18:15:49  5c69ac0246d0: Download complete
18:15:49  3a2ae6a8a46f: Verifying Checksum
18:15:49  3a2ae6a8a46f: Download complete
18:15:49  33b1e0a273af: Verifying Checksum
18:15:49  33b1e0a273af: Download complete
18:15:49  94e9d8af2201: Pull complete
18:15:49  Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f
18:15:49  Status: Downloaded newer image for alpine:3.20
18:15:49   ---> 7aab056cecc6
18:15:49  Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0'   copyright='Copyright (c) 2022: IOTech'
18:15:49   ---> Running in 07aef9bdb3ee
18:15:49  ec43610c2a17: Verifying Checksum
18:15:49  ec43610c2a17: Download complete
18:15:49  5d3b04190fa2: Download complete
18:15:49  5eb5b503b376: Verifying Checksum
18:15:49  5eb5b503b376: Download complete
18:15:49  Removing intermediate container 07aef9bdb3ee
18:15:49   ---> 159073872a9f
18:15:49  Step 3/13 : LABEL maintainer="Bruce Huang <bruce@iotechsys.com>"
18:15:49   ---> Running in da5c17f5ba10
18:15:49  2f39f015ded8: Download complete
18:15:50  Removing intermediate container da5c17f5ba10
18:15:50   ---> 31ac7dd0c50a
18:15:50  Step 4/13 : COPY . /edgex-taf/edgex-taf-common
18:15:50   ---> 88764daf1c6d
18:15:50  Step 5/13 : COPY robot-entrypoint.sh /usr/local/bin/
18:15:50  5eb5b503b376: Pull complete
18:15:50  5c69ac0246d0: Pull complete
18:15:51   ---> 51ba268ab2da
18:15:51  Step 6/13 : COPY requirements.txt /edgex-taf/requirements.txt
18:15:51  ec43610c2a17: Pull complete
18:15:51  3a2ae6a8a46f: Pull complete
18:15:51  33b1e0a273af: Pull complete
18:15:51  5d3b04190fa2: Pull complete
18:15:51   ---> 7044b181f809
18:15:51  Step 7/13 : WORKDIR /edgex-taf
18:15:51   ---> Running in f28c4d533cef
18:15:52  Removing intermediate container f28c4d533cef
18:15:52   ---> c1da015d9763
18:15:52  Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories
18:15:52   ---> Running in c69a9a129150
18:15:54  Removing intermediate container c69a9a129150
18:15:54   ---> e7c5dd862b73
18:15:54  Step 9/13 : RUN apk upgrade && apk add --update --no-cache openssl curl jq docker-cli &&     apk add --no-cache chromium chromium-chromedriver &&         apk add --no-cache libc-dev libffi-dev postgresql-dev gcc musl-dev &&         apk add --no-cache python3-dev g++ zeromq-dev=4.3.5-r2  &&          apk add --no-cache python3 &&     if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi &&     apk add --no-cache tzdata  &&      cp /usr/share/zoneinfo/UTC /etc/localtime  &&      apk del tzdata  &&          rm /usr/lib/python*/EXTERNALLY-MANAGED &&     python3 -m ensurepip &&     rm -r /usr/lib/python*/ensurepip &&     pip3 install --no-cache-dir --upgrade pip setuptools wheel &&     if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi &&         pip3 install --no-cache-dir ./edgex-taf-common  &&      pip3 install --no-cache-dir -r requirements.txt
18:15:54   ---> Running in 141fee4d7090
18:15:55  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:15:55  2f39f015ded8: Pull complete
18:15:55  Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592
18:15:55  Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
18:15:55  nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
  [Pipeline] }
18:15:55  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] withDockerContainer
18:15:56  prd-ubuntu20.04-docker-8c-8g-42559 does not seem to be running inside a container
18:15:56  $ 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/xfoundry_edgex-taf-common_PR-116 -v /w/workspace/xfoundry_edgex-taf-common_PR-116:/w/workspace/xfoundry_edgex-taf-common_PR-116:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-116@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat
18:15:58  OK: 9 MiB in 14 packages
18:15:58  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:15:58  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:15:59  $ docker top 0cadb29f4c152c10f75aedf0e2fcbe07bee25355d1b4c1ea7ab0888fc644955a -eo pid,comm
  [Pipeline] {
  [Pipeline] libraryResource
  [Pipeline] sh
18:16:00  ---> job-cost.sh
18:16:00  lf-activate-venv: SKIPPING
18:16:00  INFO: No Stack...
18:16:00  INFO: Retrieving Pricing Info for: v3-standard-8
18:16:00  INFO: Archiving Costs
  [Pipeline] sh
18:16:00  (1/14) Installing ca-certificates (20241121-r1)
18:16:00  + cat /w/workspace/xfoundry_edgex-taf-common_PR-116/archives/cost.csv
18:16:00  + cut -d, -f6
  [Pipeline] lock
18:16:01  Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
18:16:01  Resource [jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost] did not exist. Created.
18:16:01  Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
  [Pipeline] {
  [Pipeline] unstash
18:16:01  (2/14) Installing brotli-libs (1.1.0-r2)
  [Pipeline] sh
18:16:01  + echo total: 0.2199999988079071
  [Pipeline] stash
18:16:01  Stashed 1 file(s)
  [Pipeline] }
18:16:01  Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
  [Pipeline] // lock
  [Pipeline] }
18:16:01  $ docker stop --time=1 0cadb29f4c152c10f75aedf0e2fcbe07bee25355d1b4c1ea7ab0888fc644955a
18:16:01  (3/14) Installing c-ares (1.33.1-r0)
18:16:01  (4/14) Installing libunistring (1.2-r0)
18:16:02  (5/14) Installing libidn2 (2.3.7-r0)
18:16:02  $ docker rm -f --volumes 0cadb29f4c152c10f75aedf0e2fcbe07bee25355d1b4c1ea7ab0888fc644955a
  [Pipeline] // withDockerContainer
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // stage
18:16:03  (6/14) Installing nghttp2-libs (1.62.1-r0)
  [Pipeline] }
18:16:03  (7/14) Installing libpsl (0.21.5-r1)
18:16:03  (8/14) Installing zstd-libs (1.5.6-r0)
18:16:04  (9/14) Installing libcurl (8.12.1-r0)
18:16:04  (10/14) Installing curl (8.12.1-r0)
18:16:05  (11/14) Installing docker-cli (26.1.5-r0)
18:16:06  (12/14) Installing oniguruma (6.9.9-r0)
18:16:06  (13/14) Installing jq (1.7.1-r0)
18:16:07  (14/14) Installing openssl (3.3.3-r0)
18:16:07  Executing busybox-1.36.1-r29.trigger
18:16:07  Executing ca-certificates-20241121-r1.trigger
18:16:07  OK: 43 MiB in 28 packages
18:16:08  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:16:08  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:16:10  (1/166) Installing libexpat (2.7.0-r0)
18:16:10  (2/166) Installing libbz2 (1.0.8-r6)
18:16:11  (3/166) Installing libpng (1.6.44-r0)
18:16:11  (4/166) Installing freetype (2.13.2-r0)
18:16:12  (5/166) Installing fontconfig (2.15.0-r1)
18:16:12  (6/166) Installing libfontenc (1.1.8-r0)
18:16:12  (7/166) Installing mkfontscale (1.2.2-r6)
18:16:13  (8/166) Installing font-opensans (0_git20210927-r1)
18:16:13  (9/166) Installing pkgconf (2.2.0-r0)
18:16:14  (10/166) Installing libgcc (13.2.1_git20240309-r1)
18:16:14  (11/166) Installing libffi (3.4.6-r0)
18:16:14  (12/166) Installing libintl (0.22.5-r0)
18:16:15  (13/166) Installing libeconf (0.6.3-r0)
18:16:15  (14/166) Installing libblkid (2.40.1-r1)
18:16:16  (15/166) Installing libmount (2.40.1-r1)
18:16:16  (16/166) Installing pcre2 (10.43-r0)
18:16:16  (17/166) Installing glib (2.80.5-r0)
18:16:17  (18/166) Installing libstdc++ (13.2.1_git20240309-r1)
18:16:18  (19/166) Installing xz-libs (5.6.2-r0)
18:16:18  (20/166) Installing libxml2 (2.12.7-r2)
18:16:19  (21/166) Installing shared-mime-info (2.4-r0)
18:16:19  (22/166) Installing hicolor-icon-theme (0.17-r2)
18:16:20  (23/166) Installing libjpeg-turbo (3.0.3-r0)
18:16:20  (24/166) Installing libsharpyuv (1.3.2-r0)
18:16:20  (25/166) Installing libwebp (1.3.2-r0)
18:16:21  (26/166) Installing tiff (4.6.0t-r0)
18:16:21  (27/166) Installing gdk-pixbuf (2.42.12-r0)
18:16:22  (28/166) Installing gtk-update-icon-cache (3.24.43-r0)
18:16:22  (29/166) Installing libxau (1.0.11-r4)
18:16:22  (30/166) Installing libmd (1.1.0-r0)
18:16:22  (31/166) Installing libbsd (0.12.2-r0)
18:16:23  (32/166) Installing libxdmcp (1.1.5-r1)
18:16:23  (33/166) Installing libxcb (1.16.1-r0)
18:16:23  (34/166) Installing libx11 (1.8.9-r1)
18:16:24  (35/166) Installing libxcomposite (0.4.6-r5)
18:16:25  (36/166) Installing libxfixes (6.0.1-r4)
18:16:25  (37/166) Installing libxrender (0.9.11-r5)
18:16:25  (38/166) Installing libxcursor (1.2.2-r1)
18:16:26  (39/166) Installing libxdamage (1.1.6-r5)
18:16:26  (40/166) Installing libxext (1.3.6-r2)
18:16:26  (41/166) Installing libxi (1.8.1-r4)
18:16:27  (42/166) Installing libxinerama (1.1.5-r4)
18:16:27  (43/166) Installing libxrandr (1.5.4-r1)
18:16:27  (44/166) Installing libatk-1.0 (2.52.0-r0)
18:16:28  (45/166) Installing libxtst (1.2.4-r6)
18:16:28  (46/166) Installing dbus-libs (1.14.10-r1)
18:16:28  (47/166) Installing at-spi2-core (2.52.0-r0)
18:16:29  (48/166) Installing libatk-bridge-2.0 (2.52.0-r0)
18:16:29  (49/166) Installing pixman (0.43.2-r0)
18:16:30  (50/166) Installing cairo (1.18.0-r0)
18:16:30  (51/166) Installing cairo-gobject (1.18.0-r0)
18:16:30  (52/166) Installing avahi-libs (0.8-r17)
18:16:31  (53/166) Installing gmp (6.3.0-r1)
18:16:31  (54/166) Installing nettle (3.9.1-r0)
18:16:32  (55/166) Installing libtasn1 (4.20.0-r0)
18:16:32  (56/166) Installing p11-kit (0.25.3-r0)
18:16:33  (57/166) Installing gnutls (3.8.5-r0)
18:16:33  (58/166) Installing cups-libs (2.4.9-r1)
18:16:33  (59/166) Installing libepoxy (1.5.10-r1)
18:16:34  (60/166) Installing fribidi (1.0.15-r0)
18:16:34  (61/166) Installing graphite2 (1.3.14-r6)
18:16:35  (62/166) Installing harfbuzz (8.5.0-r0)
18:16:35  (63/166) Installing libxft (2.3.8-r3)
18:16:36  (64/166) Installing pango (1.52.2-r0)
18:16:36  (65/166) Installing wayland-libs-client (1.22.0-r4)
18:16:37  (66/166) Installing wayland-libs-cursor (1.22.0-r4)
18:16:37  (67/166) Installing wayland-libs-egl (1.22.0-r4)
18:16:37  (68/166) Installing xkeyboard-config (2.41-r0)
18:16:38  (69/166) Installing libxkbcommon (1.7.0-r0)
18:16:38  (70/166) Installing gtk+3.0 (3.24.43-r0)
18:16:39  (71/166) Installing icu-data-full (74.2-r0)
18:16:41  (72/166) Installing mesa (24.0.9-r1)
18:16:41  (73/166) Installing llvm17-libs (17.0.6-r2)
18:16:50  (74/166) Installing hwdata-pci (0.382-r0)
18:16:50  (75/166) Installing libpciaccess (0.18.1-r0)
18:16:50  (76/166) Installing libdrm (2.4.120-r0)
18:16:51  (77/166) Installing libelf (0.191-r0)
18:16:51  (78/166) Installing mesa-glapi (24.0.9-r1)
18:16:52  (79/166) Installing mesa-dri-gallium (24.0.9-r1)
18:16:55  (80/166) Installing eudev-libs (3.2.14-r2)
18:16:55  (81/166) Installing libmagic (5.45-r1)
18:16:56  (82/166) Installing file (5.45-r1)
18:16:56  (83/166) Installing xprop (1.2.7-r0)
18:16:56  (84/166) Installing libice (1.1.1-r6)
18:16:57  (85/166) Installing libuuid (2.40.1-r1)
18:16:57  (86/166) Installing libsm (1.2.4-r4)
18:16:57  (87/166) Installing libxt (1.3.0-r5)
18:16:58  (88/166) Installing libxmu (1.1.4-r2)
18:16:58  (89/166) Installing xset (1.2.5-r1)
18:16:59  (90/166) Installing xdg-utils (1.2.1-r0)
18:16:59  (91/166) Installing libogg (1.3.5-r5)
18:16:59  (92/166) Installing libflac (1.4.3-r1)
18:17:00  (93/166) Installing alsa-lib (1.2.11-r0)
18:17:00  (94/166) Installing libSvtAv1Enc (2.0.0-r1)
18:17:01  (95/166) Installing aom-libs (3.9.1-r0)
18:17:02  (96/166) Installing libva (2.21.0-r0)
18:17:02  (97/166) Installing libvdpau (1.5-r3)
18:17:02  (98/166) Installing ffmpeg-libavutil (6.1.1-r8)
18:17:03  (99/166) Installing libdav1d (1.4.2-r0)
18:17:03  (100/166) Installing openexr-libiex (3.1.13-r1)
18:17:03  (101/166) Installing openexr-libilmthread (3.1.13-r1)
18:17:04  (102/166) Installing imath (3.1.12-r0)
18:17:04  (103/166) Installing openexr-libopenexr (3.1.13-r1)
18:17:05  (104/166) Installing giflib (5.2.2-r0)
18:17:05  (105/166) Installing libhwy (1.0.7-r0)
18:17:05  (106/166) Installing lcms2 (2.16-r0)
18:17:06  (107/166) Installing libjxl (0.10.2-r0)
18:17:06  (108/166) Installing lame-libs (3.100-r5)
18:17:07  (109/166) Installing opus (1.5.2-r0)
18:17:07  (110/166) Installing rav1e-libs (0.7.1-r0)
18:17:08  (111/166) Installing libgomp (13.2.1_git20240309-r1)
18:17:08  (112/166) Installing soxr (0.1.3-r7)
18:17:09  (113/166) Installing ffmpeg-libswresample (6.1.1-r8)
18:17:09  (114/166) Installing libtheora (1.1.1-r18)
18:17:09  (115/166) Installing libvorbis (1.3.7-r2)
18:17:10  (116/166) Installing libvpx (1.14.1-r0)
18:17:11  (117/166) Installing libwebpmux (1.3.2-r0)
18:17:11  (118/166) Installing x264-libs (0.164_git20231001-r0)
18:17:11  (119/166) Installing numactl (2.0.18-r0)
18:17:12  (120/166) Installing x265-libs (3.6-r0)
18:17:12  (121/166) Installing xvidcore (1.3.7-r2)
18:17:13  (122/166) Installing ffmpeg-libavcodec (6.1.1-r8)
18:17:13  (123/166) Installing libbluray (1.3.4-r1)
18:17:14  (124/166) Installing mpg123-libs (1.32.8-r0)
18:17:14  (125/166) Installing libopenmpt (0.7.7-r0)
18:17:15  (126/166) Installing cjson (1.7.18-r0)
18:17:15  (127/166) Installing mbedtls (3.6.2-r0)
18:17:16  (128/166) Installing librist (0.2.10-r1)
18:17:16  (129/166) Installing libsrt (1.5.3-r0)
18:17:17  (130/166) Installing libssh (0.10.6-r0)
18:17:17  (131/166) Installing libsodium (1.0.19-r0)
18:17:17  (132/166) Installing libzmq (4.3.5-r2)
18:17:18  (133/166) Installing ffmpeg-libavformat (6.1.1-r8)
18:17:19  (134/166) Installing crc32c (1.1.2-r0)
18:17:19  (135/166) Installing double-conversion (3.3.0-r0)
18:17:19  (136/166) Installing libevent (2.1.12-r7)
18:17:19  (137/166) Installing wayland-libs-server (1.22.0-r4)
18:17:20  (138/166) Installing mesa-gbm (24.0.9-r1)
18:17:20  (139/166) Installing harfbuzz-subset (8.5.0-r0)
18:17:21  (140/166) Installing icu-libs (74.2-r0)
18:17:21  (141/166) Installing minizip (1.3.1-r0)
18:17:22  (142/166) Installing nspr (4.35-r4)
18:17:22  (143/166) Installing sqlite-libs (3.45.3-r1)
18:17:23  (144/166) Installing nss (3.105-r0)
18:17:23  (145/166) Installing openh264 (2.4.1-r0)
18:17:24  (146/166) Installing libcamera-ipa (0.3.0-r0)
18:17:24  (147/166) Installing libunwind (1.8.1-r0)
18:17:25  (148/166) Installing yaml (0.2.5-r2)
18:17:25  (149/166) Installing libcamera (0.3.0-r0)
18:17:25  (150/166) Installing speexdsp (1.2.1-r2)
18:17:26  (151/166) Installing libuv (1.48.0-r0)
18:17:26  (152/166) Installing roc-toolkit-libs (0.3.0-r0)
18:17:27  (153/166) Installing libsndfile (1.2.2-r1)
18:17:27  (154/166) Installing webrtc-audio-processing-1 (1.3-r0)
18:17:28  (155/166) Installing pipewire-libs (1.0.6-r1)
18:17:28  (156/166) Installing libasyncns (0.8-r3)
18:17:28  (157/166) Installing libltdl (2.4.7-r3)
18:17:29  (158/166) Installing orc (0.4.40-r0)
18:17:29  (159/166) Installing tdb-libs (1.4.9-r1)
18:17:30  (160/166) Installing libpulse (17.0-r0)
18:17:30  (161/166) Installing libwebpdemux (1.3.2-r0)
18:17:30  (162/166) Installing libgpg-error (1.49-r0)
18:17:31  (163/166) Installing libgcrypt (1.10.3-r0)
18:17:31  (164/166) Installing libxslt (1.1.39-r2)
18:17:32  (165/166) Installing chromium (131.0.6778.108-r0)
18:17:46  (166/166) Installing chromium-chromedriver (131.0.6778.108-r0)
18:17:48  Executing busybox-1.36.1-r29.trigger
18:17:48  Executing fontconfig-2.15.0-r1.trigger
18:17:48  Executing mkfontscale-1.2.2-r6.trigger
18:17:48  Executing glib-2.80.5-r0.trigger
18:17:48  Executing shared-mime-info-2.4-r0.trigger
18:17:51  Executing gdk-pixbuf-2.42.12-r0.trigger
18:17:51  Executing gtk-update-icon-cache-3.24.43-r0.trigger
18:17:51  Executing gtk+3.0-3.24.43-r0.trigger
18:17:51  OK: 657 MiB in 194 packages
18:17:51  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:17:52  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:17:54  (1/30) Installing jansson (2.14-r4)
18:17:54  (2/30) Installing binutils (2.42-r1)
18:17:55  (3/30) Installing libatomic (13.2.1_git20240309-r1)
18:17:55  (4/30) Installing isl26 (0.26-r1)
18:17:56  (5/30) Installing mpfr4 (4.2.1-r0)
18:17:56  (6/30) Installing mpc1 (1.3.1-r1)
18:17:57  (7/30) Installing gcc (13.2.1_git20240309-r1)
18:18:05  (8/30) Installing musl-dev (1.2.5-r1)
18:18:06  (9/30) Installing linux-headers (6.6-r0)
18:18:06  (10/30) Installing libffi-dev (3.4.6-r0)
18:18:07  (11/30) Installing libpq (16.8-r0)
18:18:07  (12/30) Installing openssl-dev (3.3.3-r0)
18:18:08  (13/30) Installing libpq-dev (16.8-r0)
18:18:08  (14/30) Installing libecpg (16.8-r0)
18:18:08  (15/30) Installing libecpg-dev (16.8-r0)
18:18:09  (16/30) Installing clang16-headers (16.0.6-r5)
18:18:10  (17/30) Installing llvm16-libs (16.0.6-r9)
18:18:20  (18/30) Installing clang16-libs (16.0.6-r5)
18:18:24  (19/30) Installing fortify-headers (1.1-r3)
18:18:24  (20/30) Installing libstdc++-dev (13.2.1_git20240309-r1)
18:18:25  (21/30) Installing llvm16-linker-tools (16.0.6-r9)
18:18:26  (22/30) Installing clang16 (16.0.6-r5)
18:18:26  (23/30) Installing icu (74.2-r0)
18:18:27  (24/30) Installing icu-dev (74.2-r0)
18:18:28  (25/30) Installing llvm16 (16.0.6-r9)
18:18:36  (26/30) Installing lz4-libs (1.9.4-r5)
18:18:36  (27/30) Installing lz4-dev (1.9.4-r5)
18:18:36  (28/30) Installing zstd (1.5.6-r0)
18:18:36  (29/30) Installing zstd-dev (1.5.6-r0)
18:18:37  (30/30) Installing postgresql16-dev (16.8-r0)
18:18:38  Executing busybox-1.36.1-r29.trigger
18:18:38  OK: 1184 MiB in 224 packages
18:18:38  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:18:38  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:18:40  (1/14) Installing g++ (13.2.1_git20240309-r1)
18:18:44  (2/14) Installing gdbm (1.23-r1)
18:18:44  (3/14) Installing mpdecimal (4.0.0-r0)
18:18:44  (4/14) Installing ncurses-terminfo-base (6.4_p20240420-r2)
18:18:45  (5/14) Installing libncursesw (6.4_p20240420-r2)
18:18:45  (6/14) Installing libpanelw (6.4_p20240420-r2)
18:18:45  (7/14) Installing readline (8.2.10-r0)
18:18:46  (8/14) Installing python3 (3.12.9-r0)
18:18:48  (9/14) Installing python3-pycache-pyc0 (3.12.9-r0)
18:18:49  (10/14) Installing pyc (3.12.9-r0)
18:18:49  (11/14) Installing python3-pyc (3.12.9-r0)
18:18:49  (12/14) Installing python3-dev (3.12.9-r0)
18:18:53  (13/14) Installing libsodium-dev (1.0.19-r0)
18:18:53  (14/14) Installing zeromq-dev (4.3.5-r2)
18:18:53  Executing busybox-1.36.1-r29.trigger
18:18:53  OK: 1371 MiB in 238 packages
18:18:53  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:18:54  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:18:56  OK: 1371 MiB in 238 packages
18:18:56  fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
18:18:57  fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
18:18:59  (1/1) Installing tzdata (2025b-r0)
18:18:59  OK: 1372 MiB in 239 packages
18:19:01  (1/1) Purging tzdata (2025b-r0)
18:19:01  OK: 1371 MiB in 238 packages
18:19:14  Looking in links: /tmp/tmp6ic4ymyk
18:19:14  Processing /tmp/tmp6ic4ymyk/pip-24.3.1-py3-none-any.whl
18:19:14  Installing collected packages: pip
18:19:20  Successfully installed pip-24.3.1
18:19:20  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:19:22  Requirement already satisfied: pip in /usr/lib/python3.12/site-packages (24.3.1)
18:19:23  Collecting pip
18:19:23    Downloading pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
18:19:26  Collecting setuptools
18:19:26    Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB)
18:19:26  Collecting wheel
18:19:26    Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
18:19:26  Downloading pip-25.0.1-py3-none-any.whl (1.8 MB)
18:19:26     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 50.6 MB/s eta 0:00:00
18:19:26  Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB)
18:19:26     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 52.7 MB/s eta 0:00:00
18:19:26  Downloading wheel-0.45.1-py3-none-any.whl (72 kB)
18:19:26  Installing collected packages: wheel, setuptools, pip
18:19:34    Attempting uninstall: pip
18:19:34      Found existing installation: pip 24.3.1
18:19:34      Uninstalling pip-24.3.1:
18:19:34        Successfully uninstalled pip-24.3.1
18:19:41  Successfully installed pip-25.0.1 setuptools-78.1.0 wheel-0.45.1
18:19:41  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:19:44  Processing ./edgex-taf-common
18:19:44    Preparing metadata (setup.py): started
18:19:46    Preparing metadata (setup.py): finished with status 'done'
18:19:46  Building wheels for collected packages: edgex-taf-common
18:19:46    Building wheel for edgex-taf-common (setup.py): started
18:19:48    Building wheel for edgex-taf-common (setup.py): finished with status 'done'
18:19:48    Created wheel for edgex-taf-common: filename=edgex_taf_common-0.0.0-py3-none-any.whl size=14540 sha256=2fb54817cc1f325adc48a2435174b75ffc2997c98442a3949727f6721701e613
18:19:48    Stored in directory: /tmp/pip-ephem-wheel-cache-0nqol6r_/wheels/35/df/45/b99a91390beb83d1f9641dc5c68da73c3ac1af53a6f440677d
18:19:48  Successfully built edgex-taf-common
18:19:48  Installing collected packages: edgex-taf-common
18:19:48  Successfully installed edgex-taf-common-0.0.0
18:19:48  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:19:51  Collecting robotframework==7.0.1 (from -r requirements.txt (line 1))
18:19:51    Downloading robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB)
18:19:51  Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 2))
18:19:51    Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
18:19:51  Collecting robotframework-requests==0.9.5 (from -r requirements.txt (line 3))
18:19:51    Downloading robotframework_requests-0.9.5-py3-none-any.whl.metadata (7.2 kB)
18:19:51  Collecting robotframework-seleniumlibrary==6.7.1 (from -r requirements.txt (line 4))
18:19:51    Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl.metadata (10 kB)
18:19:52  Collecting robotbackgroundlogger==1.2 (from -r requirements.txt (line 5))
18:19:52    Downloading robotbackgroundlogger-1.2.tar.gz (3.9 kB)
18:19:52    Preparing metadata (setup.py): started
18:19:53    Preparing metadata (setup.py): finished with status 'done'
18:19:53  Collecting RESTinstance==1.3.0 (from -r requirements.txt (line 6))
18:19:53    Downloading RESTinstance-1.3.0-py2.py3-none-any.whl.metadata (16 kB)
18:19:53  Collecting configparser==6.0.0 (from -r requirements.txt (line 7))
18:19:53    Downloading configparser-6.0.0-py3-none-any.whl.metadata (11 kB)
18:19:54  Collecting requests==2.32.3 (from -r requirements.txt (line 8))
18:19:54    Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
18:19:54  Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 9))
18:19:54    Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
18:19:54    Preparing metadata (setup.py): started
18:19:55    Preparing metadata (setup.py): finished with status 'done'
18:19:55  Collecting docker==7.1.0 (from -r requirements.txt (line 10))
18:19:55    Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
18:19:57  Collecting numpy==1.26.2 (from -r requirements.txt (line 11))
18:19:57    Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (62 kB)
18:19:58  Collecting psutil==6.0.0 (from -r requirements.txt (line 12))
18:19:58    Downloading psutil-6.0.0.tar.gz (508 kB)
18:19:58    Installing build dependencies: started
18:20:11    Installing build dependencies: finished with status 'done'
18:20:11    Getting requirements to build wheel: started
18:20:13    Getting requirements to build wheel: finished with status 'done'
18:20:13    Preparing metadata (pyproject.toml): started
18:20:14    Preparing metadata (pyproject.toml): finished with status 'done'
18:20:14  Collecting redis==5.0.1 (from -r requirements.txt (line 13))
18:20:14    Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB)
18:20:16  Collecting pyzmq==26.0.3 (from -r requirements.txt (line 14))
18:20:16    Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (6.1 kB)
18:20:16  Collecting influxdb-client==1.41.0 (from -r requirements.txt (line 15))
18:20:16    Downloading influxdb_client-1.41.0-py3-none-any.whl.metadata (64 kB)
18:20:17  Collecting psycopg2==2.9.9 (from -r requirements.txt (line 16))
18:20:17    Downloading psycopg2-2.9.9.tar.gz (384 kB)
18:20:17    Preparing metadata (setup.py): started
18:20:19    Preparing metadata (setup.py): finished with status 'done'
18:20:19  Collecting pycryptodome==3.20.0 (from -r requirements.txt (line 17))
18:20:19    Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.4 kB)
18:20:21  Collecting protobuf==5.28.1 (from -r requirements.txt (line 18))
18:20:21    Downloading protobuf-5.28.1-py3-none-any.whl.metadata (592 bytes)
18:20:21  Collecting selenium>=4.3.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:21    Downloading selenium-4.30.0-py3-none-any.whl.metadata (7.5 kB)
18:20:21  Collecting robotframework-pythonlibcore>=4.4.1 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:21    Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl.metadata (9.0 kB)
18:20:21  Collecting click>=8.0 (from robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:21    Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
18:20:21  Collecting docutils (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:21    Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
18:20:21  Collecting flex (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:21    Downloading flex-6.14.1.tar.gz (40 kB)
18:20:22    Preparing metadata (setup.py): started
18:20:23    Preparing metadata (setup.py): finished with status 'done'
18:20:23  Collecting GenSON (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:23    Downloading genson-1.3.0-py3-none-any.whl.metadata (28 kB)
18:20:23  Collecting jsonpath-ng (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:23    Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB)
18:20:23  Collecting jsonschema (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:23    Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
18:20:24  Collecting pygments (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:24    Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
18:20:24  Collecting pytz (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:24    Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
18:20:24  Collecting tzlocal (from RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:24    Downloading tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB)
18:20:24  Collecting charset-normalizer<4,>=2 (from requests==2.32.3->-r requirements.txt (line 8))
18:20:24    Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (35 kB)
18:20:25  Collecting idna<4,>=2.5 (from requests==2.32.3->-r requirements.txt (line 8))
18:20:25    Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
18:20:25  Collecting urllib3<3,>=1.21.1 (from requests==2.32.3->-r requirements.txt (line 8))
18:20:25    Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
18:20:25  Collecting certifi>=2017.4.17 (from requests==2.32.3->-r requirements.txt (line 8))
18:20:25    Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
18:20:25  Collecting reactivex>=4.0.4 (from influxdb-client==1.41.0->-r requirements.txt (line 15))
18:20:25    Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB)
18:20:25  Collecting python-dateutil>=2.5.3 (from influxdb-client==1.41.0->-r requirements.txt (line 15))
18:20:25    Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
18:20:26  Requirement already satisfied: setuptools>=21.0.0 in /usr/lib/python3.12/site-packages (from influxdb-client==1.41.0->-r requirements.txt (line 15)) (78.1.0)
18:20:26  Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client==1.41.0->-r requirements.txt (line 15))
18:20:26    Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
18:20:26  Collecting typing-extensions<5.0.0,>=4.1.1 (from reactivex>=4.0.4->influxdb-client==1.41.0->-r requirements.txt (line 15))
18:20:26    Downloading typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB)
18:20:26  Collecting trio~=0.17 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:26    Downloading trio-0.29.0-py3-none-any.whl.metadata (8.5 kB)
18:20:26  Collecting trio-websocket~=0.9 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:26    Downloading trio_websocket-0.12.2-py3-none-any.whl.metadata (5.1 kB)
18:20:27  Collecting websocket-client~=1.8 (from selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:27    Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)
18:20:27  Collecting PyYAML>=3.11 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:27    Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.metadata (2.1 kB)
18:20:27  Collecting validate-email>=1.2 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:27    Downloading validate_email-1.3.tar.gz (4.7 kB)
18:20:27    Preparing metadata (setup.py): started
18:20:29    Preparing metadata (setup.py): finished with status 'done'
18:20:29  Collecting rfc3987>=1.3.4 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:29    Downloading rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB)
18:20:29  Collecting strict-rfc3339>=0.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:29    Downloading strict-rfc3339-0.7.tar.gz (17 kB)
18:20:29    Preparing metadata (setup.py): started
18:20:30    Preparing metadata (setup.py): finished with status 'done'
18:20:30  Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:30    Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
18:20:30  Collecting ply (from jsonpath-ng->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:30    Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
18:20:30  Collecting attrs>=22.2.0 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:30    Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
18:20:30  Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:30    Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
18:20:31  Collecting referencing>=0.28.4 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:31    Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
18:20:33  Collecting rpds-py>=0.7.1 (from jsonschema->RESTinstance==1.3.0->-r requirements.txt (line 6))
18:20:33    Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (4.1 kB)
18:20:34  Collecting sortedcontainers (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
18:20:34  Collecting outcome (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)
18:20:34  Collecting sniffio>=1.3.0 (from trio~=0.17->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
18:20:34  Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)
18:20:34  Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
18:20:34  Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium>=4.3.0->robotframework-seleniumlibrary==6.7.1->-r requirements.txt (line 4))
18:20:34    Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
18:20:34  Downloading robotframework-7.0.1-py3-none-any.whl (727 kB)
18:20:34     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 727.6/727.6 kB 50.0 MB/s eta 0:00:00
18:20:34  Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
18:20:34  Downloading robotframework_requests-0.9.5-py3-none-any.whl (21 kB)
18:20:34  Downloading robotframework_seleniumlibrary-6.7.1-py2.py3-none-any.whl (104 kB)
18:20:34  Downloading RESTinstance-1.3.0-py2.py3-none-any.whl (29 kB)
18:20:34  Downloading configparser-6.0.0-py3-none-any.whl (19 kB)
18:20:34  Downloading requests-2.32.3-py3-none-any.whl (64 kB)
18:20:34  Downloading docker-7.1.0-py3-none-any.whl (147 kB)
18:20:34  Downloading numpy-1.26.2-cp312-cp312-musllinux_1_1_aarch64.whl (13.6 MB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 40.5 MB/s eta 0:00:00
18:20:35  Downloading redis-5.0.1-py3-none-any.whl (250 kB)
18:20:35  Downloading pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 52.4 MB/s eta 0:00:00
18:20:35  Downloading influxdb_client-1.41.0-py3-none-any.whl (744 kB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 51.6 MB/s eta 0:00:00
18:20:35  Downloading pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl (2.1 MB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 50.0 MB/s eta 0:00:00
18:20:35  Downloading protobuf-5.28.1-py3-none-any.whl (169 kB)
18:20:35  Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
18:20:35  Downloading charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (141 kB)
18:20:35  Downloading click-8.1.8-py3-none-any.whl (98 kB)
18:20:35  Downloading idna-3.10-py3-none-any.whl (70 kB)
18:20:35  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
18:20:35  Downloading reactivex-4.0.4-py3-none-any.whl (217 kB)
18:20:35  Downloading robotframework_pythonlibcore-4.4.1-py2.py3-none-any.whl (12 kB)
18:20:35  Downloading selenium-4.30.0-py3-none-any.whl (9.4 MB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 41.5 MB/s eta 0:00:00
18:20:35  Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
18:20:35  Downloading docutils-0.21.2-py3-none-any.whl (587 kB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 45.7 MB/s eta 0:00:00
18:20:35  Downloading genson-1.3.0-py3-none-any.whl (21 kB)
18:20:35  Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB)
18:20:35  Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
18:20:35  Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
18:20:35     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.7 MB/s eta 0:00:00
18:20:35  Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
18:20:36  Downloading tzlocal-5.3.1-py3-none-any.whl (18 kB)
18:20:36  Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
18:20:36  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
18:20:36  Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
18:20:36  Downloading PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (731 kB)
18:20:36     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 47.0 MB/s eta 0:00:00
18:20:36  Downloading referencing-0.36.2-py3-none-any.whl (26 kB)
18:20:36  Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
18:20:36  Downloading rpds_py-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl (568 kB)
18:20:36     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 568.1/568.1 kB 47.3 MB/s eta 0:00:00
18:20:36  Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
18:20:36  Downloading trio-0.29.0-py3-none-any.whl (492 kB)
18:20:36  Downloading trio_websocket-0.12.2-py3-none-any.whl (21 kB)
18:20:36  Downloading typing_extensions-4.13.0-py3-none-any.whl (45 kB)
18:20:36  Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB)
18:20:36  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
18:20:36  Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
18:20:36  Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
18:20:36  Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
18:20:36  Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
18:20:36  Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
18:20:36  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
18:20:37  Building wheels for collected packages: robotbackgroundlogger, paho-mqtt, psutil, psycopg2, flex, strict-rfc3339, validate-email
18:20:37    Building wheel for robotbackgroundlogger (setup.py): started
18:20:38    Building wheel for robotbackgroundlogger (setup.py): finished with status 'done'
18:20:38    Created wheel for robotbackgroundlogger: filename=robotbackgroundlogger-1.2-py3-none-any.whl size=4341 sha256=e308df711f2d9eb007103a0f29a10764d9b266e7e4800c7b39a2f0c970e126fe
18:20:38    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/ee/8e/b3/85ac7457ebf8d7fcabda29cdf42a435efa7a512927c56b696c
18:20:38    Building wheel for paho-mqtt (setup.py): started
18:20:40    Building wheel for paho-mqtt (setup.py): finished with status 'done'
18:20:40    Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62200 sha256=1e2070f33a20aad6fafbe917339b6bf888f3d417d5457083c93143841fc27e93
18:20:40    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/23/d5/af/1f3cbcc350dec9d8e95040f388e0163d132eff0c9a453db659
18:20:40    Building wheel for psutil (pyproject.toml): started
18:20:55    Building wheel for psutil (pyproject.toml): finished with status 'done'
18:20:55    Created wheel for psutil: filename=psutil-6.0.0-cp312-abi3-linux_aarch64.whl size=290696 sha256=7e67956a4831d33ce350e0ee507cba722fedd205ab62fc103488f582a080a686
18:20:55    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/c8/dd/05/e23a694b10fb292015561f1ddcd33cc337729c3d407ab7a733
18:20:55    Building wheel for psycopg2 (setup.py): started
18:22:03    Building wheel for psycopg2 (setup.py): still running...
18:22:03    Building wheel for psycopg2 (setup.py): finished with status 'done'
18:22:03    Created wheel for psycopg2: filename=psycopg2-2.9.9-cp312-cp312-linux_aarch64.whl size=512588 sha256=05fd9478f1dac32d3661e23a172e1714166ddcf4642ab6ba23396069fab87363
18:22:03    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/ff/ac/80/7ccec163e3d05ae2112311b895132409b9abfd7e0c1c6b5183
18:22:03    Building wheel for flex (setup.py): started
18:22:03    Building wheel for flex (setup.py): finished with status 'done'
18:22:03    Created wheel for flex: filename=flex-6.14.1-py3-none-any.whl size=77344 sha256=79148f48e82ecc2bade0af78ef7124afd8f2ae22b1628ee3b8c60ba5879ce81e
18:22:03    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/79/5e/93/5a3f4810752187ab236237bb8beeb2e3d959ffc3923b37e270
18:22:03    Building wheel for strict-rfc3339 (setup.py): started
18:22:03    Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
18:22:03    Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18226 sha256=7630de95d555053f34a3f6556e36becfa431815610a62325df82866438c729b9
18:22:03    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/ce/81/f4/a2fb36db927b72a2171f2ac17bd1b29378bb993776c36785f1
18:22:03    Building wheel for validate-email (setup.py): started
18:22:03    Building wheel for validate-email (setup.py): finished with status 'done'
18:22:03    Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5561 sha256=c5a1d696ffe91bb21e2ee91b7b58d08194bba33e51ed5a0ecfecd71a4b3227e1
18:22:03    Stored in directory: /tmp/pip-ephem-wheel-cache-7kbzivnw/wheels/f5/a0/b7/a43de978819238901ea48e1d12f8224292eada6d2f3eb9b0c1
18:22:03  Successfully built robotbackgroundlogger paho-mqtt psutil psycopg2 flex strict-rfc3339 validate-email
18:22:05  Installing collected packages: validate-email, strict-rfc3339, sortedcontainers, rfc3987, pytz, ply, paho-mqtt, GenSON, websocket-client, urllib3, tzlocal, typing-extensions, sniffio, six, rpds-py, robotframework-pythonlibcore, robotframework, redis, pyzmq, PyYAML, python-dotenv, pysocks, pygments, pycryptodome, psycopg2, psutil, protobuf, numpy, jsonpointer, jsonpath-ng, idna, h11, docutils, configparser, click, charset-normalizer, certifi, attrs, wsproto, robotbackgroundlogger, requests, referencing, reactivex, python-dateutil, outcome, trio, robotframework-requests, jsonschema-specifications, influxdb-client, flex, docker, trio-websocket, jsonschema, selenium, RESTinstance, robotframework-seleniumlibrary
18:23:26  Successfully installed GenSON-1.3.0 PyYAML-6.0.2 RESTinstance-1.3.0 attrs-25.3.0 certifi-2025.1.31 charset-normalizer-3.4.1 click-8.1.8 configparser-6.0.0 docker-7.1.0 docutils-0.21.2 flex-6.14.1 h11-0.14.0 idna-3.10 influxdb-client-1.41.0 jsonpath-ng-1.7.0 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 numpy-1.26.2 outcome-1.3.0.post0 paho-mqtt-1.6.1 ply-3.11 protobuf-5.28.1 psutil-6.0.0 psycopg2-2.9.9 pycryptodome-3.20.0 pygments-2.19.1 pysocks-1.7.1 python-dateutil-2.9.0.post0 python-dotenv-1.0.1 pytz-2025.2 pyzmq-26.0.3 reactivex-4.0.4 redis-5.0.1 referencing-0.36.2 requests-2.32.3 rfc3987-1.3.8 robotbackgroundlogger-1.2 robotframework-7.0.1 robotframework-pythonlibcore-4.4.1 robotframework-requests-0.9.5 robotframework-seleniumlibrary-6.7.1 rpds-py-0.24.0 selenium-4.30.0 six-1.17.0 sniffio-1.3.1 sortedcontainers-2.4.0 strict-rfc3339-0.7 trio-0.29.0 trio-websocket-0.12.2 typing-extensions-4.13.0 tzlocal-5.3.1 urllib3-2.3.0 validate-email-1.3 websocket-client-1.8.0 wsproto-1.2.0
18:23:26  WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
18:24:05  Removing intermediate container 141fee4d7090
18:24:05   ---> 96d1032b1bd6
18:24:05  Step 10/13 : ENTRYPOINT ["sh", "/usr/local/bin/robot-entrypoint.sh"]
18:24:05   ---> Running in 756ae427d5b7
18:24:05  Removing intermediate container 756ae427d5b7
18:24:05   ---> d5a55e73b568
18:24:05  Step 11/13 : LABEL arch=arm64
18:24:05   ---> Running in 2e32cd2b2855
18:24:05  Removing intermediate container 2e32cd2b2855
18:24:05   ---> 14cbc7de5a41
18:24:05  Step 12/13 : LABEL git_sha=75d022a053e67da6fd7b35eac3906d9e47e8febe
18:24:05   ---> Running in fef1756dc10f
18:24:05  Removing intermediate container fef1756dc10f
18:24:05   ---> 16ca40844368
18:24:05  Step 13/13 : LABEL version=0.0.0
18:24:05   ---> Running in 83f3d47b6e34
18:24:05  Removing intermediate container 83f3d47b6e34
18:24:05   ---> 88f1b13b39dd
18:24:05  [Warning] One or more build-args [ARCH] were not consumed
18:24:05  Successfully built 88f1b13b39dd
18:24:05  Successfully tagged edgex-taf-common-arm64:latest
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Docker Push)
  Stage "Docker Push" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Archive Image)
  Stage "Archive Image" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
  [Pipeline] // stage
  Post stage
  [Pipeline] script
  [Pipeline] {
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:24:06  + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64
18:24:06  
18:24:06  Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:24:07  + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64
18:24:07  arm64: Pulling from edgex-lftools-log-publisher
18:24:07  8998bd30e6a1: Pulling fs layer
18:24:07  04944245beec: Pulling fs layer
18:24:07  699f458cf7ca: Pulling fs layer
18:24:07  765212b225bb: Pulling fs layer
18:24:07  f23df028b6ca: Pulling fs layer
18:24:07  d65c8cfc05b1: Pulling fs layer
18:24:07  2437ff75d9bd: Pulling fs layer
18:24:07  765212b225bb: Waiting
18:24:07  f23df028b6ca: Waiting
18:24:07  d65c8cfc05b1: Waiting
18:24:07  2437ff75d9bd: Waiting
18:24:07  04944245beec: Verifying Checksum
18:24:07  04944245beec: Download complete
18:24:07  765212b225bb: Verifying Checksum
18:24:07  765212b225bb: Download complete
18:24:07  f23df028b6ca: Download complete
18:24:07  d65c8cfc05b1: Verifying Checksum
18:24:07  d65c8cfc05b1: Download complete
18:24:07  699f458cf7ca: Verifying Checksum
18:24:07  699f458cf7ca: Download complete
18:24:08  8998bd30e6a1: Download complete
18:24:10  2437ff75d9bd: Verifying Checksum
18:24:10  2437ff75d9bd: Download complete
18:24:12  8998bd30e6a1: Pull complete
18:24:13  04944245beec: Pull complete
18:24:14  699f458cf7ca: Pull complete
18:24:14  765212b225bb: Pull complete
18:24:15  f23df028b6ca: Pull complete
18:24:15  d65c8cfc05b1: Pull complete
18:24:34  2437ff75d9bd: Pull complete
18:24:34  Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da
18:24:34  Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64
18:24:34  nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] withDockerContainer
18:24:34  prd-ubuntu20.04-docker-arm64-4c-16g-42565 does not seem to be running inside a container
18:24:34  $ 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/xfoundry_edgex-taf-common_PR-116 -v /w/workspace/xfoundry_edgex-taf-common_PR-116:/w/workspace/xfoundry_edgex-taf-common_PR-116:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-116@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat
18:24:37  $ docker top d3bcee8ac4a8582808c568c8fb7d1b5935e2c6bb202f1296e9bc9ca09be418b3 -eo pid,comm
  [Pipeline] {
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:38  ---> job-cost.sh
18:24:38  lf-activate-venv: SKIPPING
18:24:38  INFO: No Stack...
18:24:38  INFO: Retrieving Pricing Info for: v3-standard-4
18:24:39  INFO: Archiving Costs
  [Pipeline] sh
18:24:39  + cat /w/workspace/xfoundry_edgex-taf-common_PR-116/archives/cost.csv
18:24:39  + cut -d, -f6
  [Pipeline] lock
18:24:39  Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
18:24:39  Resource [jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost] did not exist. Created.
18:24:39  Lock acquired on [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
  [Pipeline] {
  [Pipeline] unstash
  [Pipeline] sh
18:24:40  /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/durable-7435b3c0/script.sh.copy: 1: Syntax error: Unterminated quoted string
  [Pipeline] sh
18:24:41  + echo total: 0.10999999940395355
  [Pipeline] stash
18:24:41  Warning: overwriting stash ‘stack-cost’
18:24:41  Stashed 1 file(s)
  [Pipeline] }
18:24:41  Lock released on resource [Resource: jenkins-edgexfoundry-edgex-taf-common-PR-116-1-stack-cost]
  [Pipeline] // lock
  [Pipeline] }
18:24:42  $ docker stop --time=1 d3bcee8ac4a8582808c568c8fb7d1b5935e2c6bb202f1296e9bc9ca09be418b3
18:24:43  $ docker rm -f --volumes d3bcee8ac4a8582808c568c8fb7d1b5935e2c6bb202f1296e9bc9ca09be418b3
  [Pipeline] // withDockerContainer
  [Pipeline] }
  [Pipeline] // script
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] }
  [Pipeline] // node
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] }
  [Pipeline] // parallel
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Semver)
  Stage "Semver" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] stage
  [Pipeline] { (Tag)
  Stage "Semver" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Bump Pre-Release Version)
  Stage "Semver" skipped due to when conditional
  [Pipeline] getContext
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] }
  [Pipeline] // stage
  [Pipeline] stage
  [Pipeline] { (Declarative: Post Actions)
  [Pipeline] stage
  [Pipeline] { (LF Post Build Actions)
  [Pipeline] sh
18:24:45  + [ -d /w/workspace/xfoundry_edgex-taf-common_PR-116/archives ]
18:24:45  + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-116/archives
18:24:45  total 16
18:24:45  drwxr-xr-x 3 root    root    4096 Apr  1 18:16 .
18:24:45  drwxrwxr-x 8 jenkins jenkins 4096 Apr  1 18:16 ..
18:24:45  drwxr-xr-x 2 root    root    4096 Apr  1 18:16 cost
18:24:45  -rw-r--r-- 1 root    root      88 Apr  1 18:16 cost.csv
18:24:45  + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_edgex-taf-common_PR-116/archives
18:24:45  + ls -al /w/workspace/xfoundry_edgex-taf-common_PR-116/archives
18:24:45  total 16
18:24:45  drwxr-xr-x 3 jenkins jenkins 4096 Apr  1 18:16 .
18:24:45  drwxrwxr-x 8 jenkins jenkins 4096 Apr  1 18:16 ..
18:24:45  drwxr-xr-x 2 jenkins jenkins 4096 Apr  1 18:16 cost
18:24:45  -rw-r--r-- 1 jenkins jenkins   88 Apr  1 18:16 cost.csv
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:45  ---> sysstat.sh
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:46  ---> package-listing.sh
18:24:46  ++ facter osfamily
18:24:46  ++ tr '[:upper:]' '[:lower:]'
18:24:46  + OS_FAMILY=debian
18:24:46  + workspace=/w/workspace/xfoundry_edgex-taf-common_PR-116
18:24:46  + START_PACKAGES=/tmp/packages_start.txt
18:24:46  + END_PACKAGES=/tmp/packages_end.txt
18:24:46  + DIFF_PACKAGES=/tmp/packages_diff.txt
18:24:46  + PACKAGES=/tmp/packages_start.txt
18:24:46  + '[' /w/workspace/xfoundry_edgex-taf-common_PR-116 ']'
18:24:46  + PACKAGES=/tmp/packages_end.txt
18:24:46  + case "${OS_FAMILY}" in
18:24:46  + dpkg -l
18:24:46  + grep '^ii'
18:24:46  + '[' -f /tmp/packages_start.txt ']'
18:24:46  + '[' -f /tmp/packages_end.txt ']'
18:24:46  + diff /tmp/packages_start.txt /tmp/packages_end.txt
18:24:46  + '[' /w/workspace/xfoundry_edgex-taf-common_PR-116 ']'
18:24:46  + mkdir -p /w/workspace/xfoundry_edgex-taf-common_PR-116/archives/
18:24:46  + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_edgex-taf-common_PR-116/archives/
  [Pipeline] echo
18:24:46  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/xfoundry_edgex-taf-common_PR-116/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json]
  [Pipeline] sh
18:24:47  + facter operatingsystem
  [Pipeline] isUnix
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] sh
18:24:47  + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest
18:24:47  .
  [Pipeline] }
  [Pipeline] // withEnv
  [Pipeline] withDockerContainer
18:24:47  prd-ubuntu20.04-docker-8c-8g-42559 does not seem to be running inside a container
18:24:48  $ 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/xfoundry_edgex-taf-common_PR-116/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_edgex-taf-common_PR-116 -v /w/workspace/xfoundry_edgex-taf-common_PR-116:/w/workspace/xfoundry_edgex-taf-common_PR-116:rw,z -v /w/workspace/xfoundry_edgex-taf-common_PR-116@tmp:/w/workspace/xfoundry_edgex-taf-common_PR-116@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat
18:24:48  $ docker top b4a88591c0f5e70d5b49916e5614e14a811c8b2bb65da785df5ad73b3da9c4e3 -eo pid,comm
  [Pipeline] {
  [Pipeline] sh
18:24:48  + touch /tmp/pre-build-complete
  [Pipeline] sh
18:24:48  + mkdir -p /var/log/sysstat
  [Pipeline] sh
18:24:49  + ls /var/log/sa-host
18:24:49  ls: cannot access '/var/log/sa-host': No such file or directory
  [Pipeline] withEnv
  [Pipeline] {
  [Pipeline] configFileProvider
18:24:49  provisioning config files...
18:24:49  copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_edgex-taf-common_PR-116@tmp/config16462973565435398612tmp
  [Pipeline] {
  [Pipeline] echo
18:24:49  Running shell/create-netrc.sh
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:49  ---> create-netrc.sh
  [Pipeline] }
18:24:49  Deleting 1 temporary files
  [Pipeline] // configFileProvider
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:50  ---> python-tools-install.sh
  [Pipeline] echo
18:24:50  Running shell/sudo-logs.sh
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:50  ---> sudo-logs.sh
18:24:50  Archiving 'sudo' log..
  [Pipeline] unstash
  [Pipeline] echo
18:24:50  Running shell/job-cost.sh
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:50  ---> job-cost.sh
18:24:50  lf-activate-venv: SKIPPING
18:24:50  DEBUG: total: 0.2199999988079071
18:24:50  INFO: Retrieving Stack Cost...
18:24:51  INFO: Retrieving Pricing Info for: v3-standard-8
18:24:51  INFO: Archiving Costs
  [Pipeline] echo
18:24:51  Running shell/logs-deploy.sh
  [Pipeline] libraryResource
  [Pipeline] sh
18:24:52  ---> logs-deploy.sh
18:24:52  lf-activate-venv: SKIPPING
18:24:52  INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-taf-common/PR-116/1
18:24:52  INFO: archiving workspace using pattern(s): 
18:24:53  Archives upload complete.
18:24:53  INFO: archiving logs to Nexus