Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: traccc plugin (conversion) #3281

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

formatting

a262810
Select commit
Loading
Failed to load commit list.
Open

feat: traccc plugin (conversion) #3281

formatting
a262810
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / linux_test_examples succeeded Aug 1, 2024 in 13m 24s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/41913044
in pipeline acts/ci-bridge/20913
Status: SUCCESS
Created at: 2024-08-01T18:16:13.066+02:00
Started at: 2024-08-01T21:36:57.222+02:00
Finished at: 2024-08-01T21:50:21.788+02:00

Details

Running with gitlab-runner 15.0.0 (febb2a09)
  on acts-ci-4c-alma9-6.cern.ch FYTdx3z9
section_start:1722541017:resolve_secrets
Resolving secrets
section_end:1722541017:resolve_secrets
section_start:1722541017:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2404:53 ...
Pulling docker image ghcr.io/acts-project/ubuntu2404:53 ...
Using docker image sha256:f2890a119c8163cf1c6803f1da259cff549ea83c046a13351e3713f39af9db39 for ghcr.io/acts-project/ubuntu2404:53 with digest
ghcr.io/acts-project/ubuntu2404@sha256:7a3c5a7ce63c9951d6ffb4acfe377aea7c78948e52e3254a1af1a4ffe9f16102 ...
section_end:1722541019:prepare_executor
section_start:1722541019:prepare_script
Preparing environment
Running on runner-fytdx3z9-project-132265-concurrent-0 via 75fd86c1b560...
section_end:1722541019:prepare_script
section_start:1722541019:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/acts/ci-bridge/.git/
Checking out 12b1957a as main...
Removing build/
Removing src/

Skipping Git submodules setup
section_end:1722541020:get_sources
section_start:1722541020:download_artifacts
Downloading artifacts
Downloading artifacts for build_linux_ubuntu (41913037)...
Downloading artifacts from coordinator... ok        id=41913037 responseStatus=200 OK token=glcbt-64
WARNING: build/_deps/cccl-src/libcudacxx/CHANGELOG.md: chmod build/_deps/cccl-src/libcudacxx/CHANGELOG.md: no such file or directory (suppressing
repeats)
section_end:1722541044:download_artifacts
section_start:1722541044:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f2890a119c8163cf1c6803f1da259cff549ea83c046a13351e3713f39af9db39 for ghcr.io/acts-project/ubuntu2404:53 with digest
ghcr.io/acts-project/ubuntu2404@sha256:7a3c5a7ce63c9951d6ffb4acfe377aea7c78948e52e3254a1af1a4ffe9f16102 ...
$ apt-get update && apt-get install -y git-lfs
Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Get:3 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [330 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [261 kB]
Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [329 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [400 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [261 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [424 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.5 kB]
Fetched 2395 kB in 1s (1987 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  git-lfs
0 upgraded, 1 newly installed, 0 to remove and 21 not upgraded.
Need to get 3906 kB of archives.
After this operation, 11.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 git-lfs amd64 3.4.1-1ubuntu0.1 [3906 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3906 kB in 0s (19.0 MB/s)
Selecting previously unselected package git-lfs.
(Reading database ...  (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ...
25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading
database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80%
(Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 42983 files and
directories currently installed.)
Preparing to unpack .../git-lfs_3.4.1-1ubuntu0.1_amd64.deb ...
Unpacking git-lfs (3.4.1-1ubuntu0.1) ...
Setting up git-lfs (3.4.1-1ubuntu0.1) ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ cd src
$ git checkout $HEAD_SHA
Note: switching to 'a2628101515949dfcf86143fcb3b7a895b9f2428'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at a26281015 formatting
$ git submodule init
Submodule 'thirdparty/OpenDataDetector' (https://gitlab.cern.ch/acts/OpenDataDetector.git) registered for path 'thirdparty/OpenDataDetector'
$ git submodule update
Cloning into '/builds/acts/ci-bridge/src/thirdparty/OpenDataDetector'...
Submodule path 'thirdparty/OpenDataDetector': checked out '5d9950adb3e264e717daef92500eaa304f370b6d'
$ cd ..
$ /usr/local/bin/geant4-config --install-datasets
+ created download cache
+ downloading G4NDL.4.7.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    80  100    80    0     0   1845      0 --:--:-- --:--:--
--:--:--  1860
   0 1063M    0 2356k    0     0  22.9M      0  0:00:46 --:--:--  0:00:46 22.9M  27 1063M   27  291M    0     0   265M      0  0:00:04  0:00:01
0:00:03  289M  56 1063M   56  595M    0     0   283M      0  0:00:03  0:00:02  0:00:01  296M  83 1063M   83  891M    0     0   287M      0  0:00:03
0:00:03 --:--:--  296M 100 1063M  100 1063M    0     0   289M      0  0:00:03  0:00:03 --:--:--  297M
+ checking md5 of G4NDL.4.7.tar.gz
+ untar G4NDL.4.7.tar.gz
+ installing G4NDL4.7
+ downloading G4EMLOW.8.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--     0 100    82  100    82    0     0   1828      0 --:--:-- --:--:-- --:--:--  1822
  84  314M   84  264M    0     0   259M      0  0:00:01  0:00:01 --:--:--  259M 100  314M  100  314M    0     0   265M      0  0:00:01  0:00:01
--:--:--  300M
+ checking md5 of G4EMLOW.8.2.tar.gz
+ untar G4EMLOW.8.2.tar.gz
+ installing G4EMLOW8.2
+ downloading G4PhotonEvaporation.5.7.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    94  100    94    0     0   2157      0 --:--:-- --:--:--
--:--:--  2186
  70 9852k   70 6937k    0     0  60.6M      0 --:--:-- --:--:-- --:--:-- 60.6M 100 9852k  100 9852k    0     0  78.4M      0 --:--:-- --:--:--
--:--:--  258M
+ checking md5 of G4PhotonEvaporation.5.7.tar.gz
+ untar G4PhotonEvaporation.5.7.tar.gz
+ installing PhotonEvaporation5.7
+ downloading G4RadioactiveDecay.5.6.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--     0 100    93  100    93    0     0   2223      0 --:--:-- --:--:-- --:--:--  2214

100 1034k  100 1034k    0     0  11.8M      0 --:--:-- --:--:-- --:--:-- 11.8M
+ checking md5 of G4RadioactiveDecay.5.6.tar.gz
+ untar G4RadioactiveDecay.5.6.tar.gz
+ installing RadioactiveDecay5.6
+ downloading G4PARTICLEXS.4.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    87  100    87    0     0   2140      0 --:--:-- --:--:--
--:--:--  2175

100 11.6M  100 11.6M    0     0  83.1M      0 --:--:-- --:--:-- --:--:-- 83.1M
+ checking md5 of G4PARTICLEXS.4.0.tar.gz
+ untar G4PARTICLEXS.4.0.tar.gz
+ installing G4PARTICLEXS4.0
+ downloading G4PII.1.3.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    80  100    80    0     0   1982      0 --:--:-- --:--:--
--:--:--  2000

100 4192k  100 4192k    0     0  42.3M      0 --:--:-- --:--:-- --:--:-- 42.3M
+ checking md5 of G4PII.1.3.tar.gz
+ untar G4PII.1.3.tar.gz
+ installing G4PII1.3
+ downloading G4RealSurface.2.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    88  100    88    0     0   2234      0 --:--:-- --:--:--
--:--:--  2256

100  126M  100  126M    0     0   225M      0 --:--:-- --:--:-- --:--:--  225M
+ checking md5 of G4RealSurface.2.2.tar.gz
+ untar G4RealSurface.2.2.tar.gz
+ installing RealSurface2.2
+ downloading G4SAIDDATA.2.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    85  100    85    0     0   2061      0 --:--:-- --:--:--
--:--:--  2073

100 38502  100 38502    0     0   459k      0 --:--:-- --:--:-- --:--:--  459k
+ checking md5 of G4SAIDDATA.2.0.tar.gz
+ untar G4SAIDDATA.2.0.tar.gz
+ installing G4SAIDDATA2.0
+ downloading G4ABLA.3.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    81  100    81    0     0   1980      0 --:--:-- --:--:--
--:--:--  2025

100  104k  100  104k    0     0  1262k      0 --:--:-- --:--:-- --:--:-- 1262k
+ checking md5 of G4ABLA.3.1.tar.gz
+ untar G4ABLA.3.1.tar.gz
+ installing G4ABLA3.1
+ downloading G4INCL.1.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    81  100    81    0     0   1996      0 --:--:-- --:--:--
--:--:--  2025

100 95840  100 95840    0     0  1121k      0 --:--:-- --:--:-- --:--:-- 1121k
+ checking md5 of G4INCL.1.0.tar.gz
+ untar G4INCL.1.0.tar.gz
+ installing G4INCL1.0
+ downloading G4ENSDFSTATE.2.3.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 100    87  100    87    0     0   2209      0 --:--:-- --:--:--
--:--:--  2230

100  283k  100  283k    0     0  3435k      0 --:--:-- --:--:-- --:--:-- 3435k
+ checking md5 of G4ENSDFSTATE.2.3.tar.gz
+ untar G4ENSDFSTATE.2.3.tar.gz
+ installing G4ENSDFSTATE2.3
+ cleaned download cache
+ all datasets installed
$ source build/this_acts_withdeps.sh
INFO:    Found OpenDataDetector and set it up
INFO:    Acts Python 3.12 bindings setup complete.
$ cd src
$ pip3 install -r Examples/Python/tests/requirements.txt
Collecting awkward==2.6.1 (from -r Examples/Python/tests/requirements.txt (line 7))
  Downloading awkward-2.6.1-py3-none-any.whl.metadata (7.0 kB)
Collecting awkward-cpp==29 (from -r Examples/Python/tests/requirements.txt (line 11))
  Downloading awkward_cpp-29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB)
Collecting execnet==2.0.2 (from -r Examples/Python/tests/requirements.txt (line 13))
  Downloading execnet-2.0.2-py3-none-any.whl.metadata (2.9 kB)
Collecting fsspec==2024.2.0 (from -r Examples/Python/tests/requirements.txt (line 15))
  Downloading fsspec-2024.2.0-py3-none-any.whl.metadata (6.8 kB)
Collecting iniconfig==2.0.0 (from -r Examples/Python/tests/requirements.txt (line 19))
  Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting numpy==1.26.4 (from -r Examples/Python/tests/requirements.txt (line 21))
  Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 3.9 MB/s eta 0:00:00
Collecting packaging==23.2 (from -r Examples/Python/tests/requirements.txt (line 26))
  Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pluggy==1.4.0 (from -r Examples/Python/tests/requirements.txt (line 31))
  Downloading pluggy-1.4.0-py3-none-any.whl.metadata (4.3 kB)
Collecting pytest==8.0.0 (from -r Examples/Python/tests/requirements.txt (line 33))
  Downloading pytest-8.0.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pytest-check==2.3.1 (from -r Examples/Python/tests/requirements.txt (line 38))
  Downloading pytest_check-2.3.1-py3-none-any.whl.metadata (13 kB)
Collecting pytest-xdist==3.5.0 (from -r Examples/Python/tests/requirements.txt (line 40))
  Downloading pytest_xdist-3.5.0-py3-none-any.whl.metadata (3.1 kB)
Requirement already satisfied: pyyaml==6.0.1 in /opt/venv/lib/python3.12/site-packages (from -r Examples/Python/tests/requirements.txt (line 42))
(6.0.1)
Collecting uproot==5.2.2 (from -r Examples/Python/tests/requirements.txt (line 44))
  Downloading uproot-5.2.2-py3-none-any.whl.metadata (30 kB)
Downloading awkward-2.6.1-py3-none-any.whl (749 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.0/750.0 kB 22.6 MB/s eta 0:00:00
Downloading awkward_cpp-29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (707 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.7/707.7 kB 91.8 MB/s eta 0:00:00
Downloading execnet-2.0.2-py3-none-any.whl (37 kB)
Downloading fsspec-2024.2.0-py3-none-any.whl (170 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.9/170.9 kB 43.9 MB/s eta 0:00:00
Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 89.1 MB/s eta 0:00:00
Downloading packaging-23.2-py3-none-any.whl (53 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 12.8 MB/s eta 0:00:00
Downloading pluggy-1.4.0-py3-none-any.whl (20 kB)
Downloading pytest-8.0.0-py3-none-any.whl (334 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.0/334.0 kB 68.4 MB/s eta 0:00:00
Downloading pytest_check-2.3.1-py3-none-any.whl (13 kB)
Downloading pytest_xdist-3.5.0-py3-none-any.whl (42 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 13.5 MB/s eta 0:00:00
Downloading uproot-5.2.2-py3-none-any.whl (346 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 347.0/347.0 kB 68.7 MB/s eta 0:00:00
Installing collected packages: pluggy, packaging, numpy, iniconfig, fsspec, execnet, pytest, awkward-cpp, pytest-xdist, pytest-check, awkward, uproot
Successfully installed awkward-2.6.1 awkward-cpp-29 execnet-2.0.2 fsspec-2024.2.0 iniconfig-2.0.0 numpy-1.26.4 packaging-23.2 pluggy-1.4.0
pytest-8.0.0 pytest-check-2.3.1 pytest-xdist-3.5.0 uproot-5.2.2
$ pytest -rFsv -k "not exatrkx" -v
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.0.0, pluggy-1.4.0 -- /opt/venv/bin/python3
cachedir: .pytest_cache
rootdir: /builds/acts/ci-bridge/src
configfile: pytest.ini
testpaths: Examples/Python/tests
plugins: xdist-3.5.0, check-2.3.1
collecting ... collected 241 items / 4 deselected / 237 selected

Examples/Python/tests/test_algorithms.py::test_algorithm_interface[AdaptiveMultiVertexFinderAlgorithm] PASSED [  0%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[VertexFitterAlgorithm] PASSED [  0%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[IterativeVertexFinderAlgorithm] PASSED [  1%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[SpacePointMaker] PASSED [  1%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TrackFindingAlgorithm] PASSED [  2%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[SeedingAlgorithm] PASSED [  2%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TrackParamsEstimationAlgorithm] PASSED [  2%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[EventGenerator] PASSED [  3%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[FatrasSimulation] PASSED [  3%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[MaterialMapping] PASSED [  4%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TruthSeedSelector] PASSED [  4%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TruthTrackFinder] PASSED [  5%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[ParticleSelector] PASSED [  5%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TruthVertexFinder] PASSED [  5%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[ParticleSmearing] PASSED [  6%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TrackSelectorAlgorithm] PASSED [  6%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TrackFittingAlgorithm] PASSED [  7%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[SurfaceSortingAlgorithm] PASSED [  7%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[ParticlesPrinter] PASSED [  8%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[TrackParametersPrinter] PASSED [  8%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[PropagationAlgorithm] PASSED [  8%]
Examples/Python/tests/test_algorithms.py::test_g4_algorithms PASSED      [  9%]
Examples/Python/tests/test_algorithms.py::test_hepmc_algorithms PASSED   [  9%]
Examples/Python/tests/test_algorithms.py::test_special_algorithm_interfaces PASSED [ 10%]
Examples/Python/tests/test_base.py::test_version PASSED                  [ 10%]
Examples/Python/tests/test_base.py::test_logging PASSED                  [ 10%]
Examples/Python/tests/test_base.py::test_pgd_particle PASSED             [ 11%]
Examples/Python/tests/test_base.py::test_algebra PASSED                  [ 11%]
Examples/Python/tests/test_base.py::test_empty_sequencer[configPosConstructor] PASSED [ 12%]
Examples/Python/tests/test_base.py::test_empty_sequencer[configKwConstructor] PASSED [ 12%]
Examples/Python/tests/test_base.py::test_empty_sequencer[kwargsConstructor] PASSED [ 13%]
Examples/Python/tests/test_base.py::test_sequencer_single_threaded PASSED [ 13%]
Examples/Python/tests/test_base.py::test_sequencer_multi_threaded PASSED [ 13%]
Examples/Python/tests/test_base.py::test_random_number PASSED            [ 14%]
Examples/Python/tests/test_base.py::test_constructors PASSED             [ 14%]
Examples/Python/tests/test_covfie.py::test_constant_field_conversion PASSED [ 15%]
Examples/Python/tests/test_covfie.py::test_root_field_conversion PASSED  [ 15%]
Examples/Python/tests/test_detectors.py::test_generic_geometry PASSED    [ 16%]
Examples/Python/tests/test_detectors.py::test_telescope_geometry PASSED  [ 16%]
Examples/Python/tests/test_detectors.py::test_odd PASSED                 [ 16%]
Examples/Python/tests/test_detectors.py::test_aligned_detector PASSED    [ 17%]
Examples/Python/tests/test_detectors.py::test_tgeo_config_triplet PASSED [ 17%]
Examples/Python/tests/test_detectors.py::test_tgeo_config_volume PASSED  [ 18%]
Examples/Python/tests/test_event_data.py::test_particle_hypothesis PASSED [ 18%]
Examples/Python/tests/test_examples.py::test_pythia8 PASSED              [ 18%]19:39:18    Pythia8Gener   INFO      Pythia8Generator produced 2584585
uniform random numbers
19:39:18    Pythia8Gener   INFO                       first = 0.796543
19:39:18    Pythia8Gener   INFO                        last = 0.979575
19:39:18    Pythia8Gener   INFO      Pythia8Generator produced 365238603 uniform random numbers
19:39:18    Pythia8Gener   INFO                       first = 0.796543
19:39:18    Pythia8Gener   INFO                        last = 0.819736

Examples/Python/tests/test_examples.py::test_fatras PASSED               [ 19%]
Examples/Python/tests/test_examples.py::test_geant4 PASSED               [ 19%]
Examples/Python/tests/test_examples.py::test_seeding PASSED              [ 20%]
Examples/Python/tests/test_examples.py::test_seeding_orthogonal PASSED   [ 20%]
Examples/Python/tests/test_examples.py::test_itk_seeding PASSED          [ 21%]
Examples/Python/tests/test_examples.py::test_propagation PASSED          [ 21%]
Examples/Python/tests/test_examples.py::test_material_recording PASSED   [ 21%]
Examples/Python/tests/test_examples.py::test_event_recording PASSED      [ 22%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-False-0.0] PASSED [ 22%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-False-1000.0] PASSED [ 23%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-True-0.0] PASSED [ 23%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-True-1000.0] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-False-0.0] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-False-1000.0] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-True-0.0] PASSED [ 25%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-True-1000.0] PASSED [ 25%]
Examples/Python/tests/test_examples.py::test_truth_tracking_gsf[generic] PASSED [ 26%]
Examples/Python/tests/test_examples.py::test_truth_tracking_gsf[odd] PASSED [ 26%]
Examples/Python/tests/test_examples.py::test_refitting[generic] PASSED   [ 27%]
Examples/Python/tests/test_examples.py::test_refitting[odd] PASSED       [ 27%]
Examples/Python/tests/test_examples.py::test_particle_gun PASSED         [ 27%]
Examples/Python/tests/test_examples.py::test_material_mapping PASSED     [ 28%]
Examples/Python/tests/test_examples.py::test_volume_material_mapping PASSED [ 28%]
Examples/Python/tests/test_examples.py::test_geometry_example[create-450] PASSED [ 29%]
Examples/Python/tests/test_examples.py::test_geometry_example[getOpenDataDetector-540] PASSED [ 29%]
Examples/Python/tests/test_examples.py::test_geometry_example[geoFactory2-450] PASSED [ 29%]
Examples/Python/tests/test_examples.py::test_digitization_example[smeared] PASSED [ 30%]
Examples/Python/tests/test_examples.py::test_digitization_example[geometric] PASSED [ 30%]
Examples/Python/tests/test_examples.py::test_digitization_example_input[smeared] PASSED [ 31%]
Examples/Python/tests/test_examples.py::test_digitization_example_input[geometric] PASSED [ 31%]
Examples/Python/tests/test_examples.py::test_digitization_config_example PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-full_seeding] PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-truth_estimated] PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-truth_smeared] PASSED [ 33%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-full_seeding] PASSED [ 33%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-truth_estimated] PASSED [ 34%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-truth_smeared] PASSED [ 34%]
Examples/Python/tests/test_examples.py::test_full_chain_odd_example PASSED [ 35%]
Examples/Python/tests/test_examples.py::test_full_chain_odd_example_pythia_geant4 PASSED [ 35%]
Examples/Python/tests/test_examples.py::test_ML_Ambiguity_Solver PASSED  [ 35%]
Examples/Python/tests/test_examples.py::test_bfield_writing PASSED       [ 36%]
Examples/Python/tests/test_fpe.py::test_notrackfpe PASSED                [ 36%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTDIV] PASSED [ 37%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTOVF] PASSED [ 37%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTINV] PASSED [ 37%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTDIV] PASSED [ 38%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTOVF] PASSED [ 38%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTINV] PASSED [ 39%]
Examples/Python/tests/test_fpe.py::test_fpe_nocontext PASSED             [ 39%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTDIV] PASSED         [ 40%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTOVF] PASSED         [ 40%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTINV] PASSED         [ 40%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTDIV] PASSED [ 41%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTOVF] PASSED [ 41%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTINV] PASSED [ 42%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTDIV] PASSED [ 42%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTOVF] PASSED [ 43%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTINV] PASSED [ 43%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTDIV] PASSED       [ 43%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTOVF] PASSED       [ 44%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTINV] PASSED       [ 44%]
Examples/Python/tests/test_fpe.py::test_buffer_sufficient PASSED         [ 45%]
Examples/Python/tests/test_magnetic_field.py::test_null_bfield PASSED    [ 45%]
Examples/Python/tests/test_magnetic_field.py::test_constant_bfield PASSED [ 45%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[configPosConstructor] PASSED [ 46%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[configKwConstructor] PASSED [ 46%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[kwargsConstructor] PASSED [ 47%]
Examples/Python/tests/test_material.py::test_material_root[configPosConstructor] PASSED [ 47%]
Examples/Python/tests/test_material.py::test_material_root[configKwConstructor] PASSED [ 48%]
Examples/Python/tests/test_material.py::test_material_root[kwargsConstructor] PASSED [ 48%]
Examples/Python/tests/test_material.py::test_json_material_decorator PASSED [ 48%]
Examples/Python/tests/test_misc.py::test_gsf_debugger PASSED             [ 49%]
Examples/Python/tests/test_propagation.py::test_navigator[configPosConstructor] PASSED [ 49%]
Examples/Python/tests/test_propagation.py::test_navigator[configKwConstructor] PASSED [ 50%]
Examples/Python/tests/test_propagation.py::test_navigator[kwargsConstructor] PASSED [ 50%]
Examples/Python/tests/test_propagation.py::test_steppers[configPosConstructor] PASSED [ 51%]
Examples/Python/tests/test_propagation.py::test_steppers[configKwConstructor] PASSED [ 51%]
Examples/Python/tests/test_propagation.py::test_steppers[kwargsConstructor] PASSED [ 51%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[configPosConstructor] PASSED [ 52%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[configKwConstructor] PASSED [ 52%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[kwargsConstructor] PASSED [ 53%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[configPosConstructor] PASSED [ 53%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[configKwConstructor] PASSED [ 54%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[kwargsConstructor] PASSED [ 54%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configPosConstructor-RootParticleReader] PASSED [ 54%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configPosConstructor-RootTrackSummaryReader] PASSED [ 55%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configKwConstructor-RootParticleReader] PASSED [ 55%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configKwConstructor-RootTrackSummaryReader] PASSED [ 56%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[kwargsConstructor-RootParticleReader] PASSED [ 56%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[kwargsConstructor-RootTrackSummaryReader] PASSED [ 56%]
Examples/Python/tests/test_reader.py::test_root_material_track_reader PASSED [ 57%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[configPosConstructor] PASSED [ 57%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[configKwConstructor] PASSED [ 58%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[kwargsConstructor] PASSED [ 58%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[configPosConstructor] PASSED [ 59%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[configKwConstructor] PASSED [ 59%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[kwargsConstructor] PASSED [ 59%]
Examples/Python/tests/test_reader.py::test_edm4hep_simhit_particle_reader PASSED [ 60%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[configPosConstructor] PASSED [ 60%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[configKwConstructor] PASSED [ 61%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[kwargsConstructor] PASSED [ 61%]
Examples/Python/tests/test_reader.py::test_edm4hep_tracks_reader PASSED  [ 62%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[configPosConstructor] PASSED [ 62%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[configKwConstructor] PASSED [ 62%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[kwargsConstructor] PASSED [ 63%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[configPosConstructor] PASSED [ 63%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[configKwConstructor] PASSED [ 64%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[kwargsConstructor] PASSED [ 64%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[configPosConstructor] PASSED [ 64%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[configKwConstructor] PASSED [ 65%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[kwargsConstructor] PASSED [ 65%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[configPosConstructor] PASSED [ 66%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[configKwConstructor] PASSED [ 66%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[kwargsConstructor] PASSED [ 67%]
Examples/Python/tests/test_writer.py::test_root_meas_writer PASSED       [ 67%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[configPosConstructor] PASSED [ 67%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[configKwConstructor] PASSED [ 68%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[kwargsConstructor] PASSED [ 68%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[configPosConstructor] PASSED [ 69%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[configKwConstructor] PASSED [ 69%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[kwargsConstructor] PASSED [ 70%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[configPosConstructor] PASSED [ 70%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[configKwConstructor] PASSED [ 70%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[kwargsConstructor] PASSED [ 71%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootPropagationStepsWriter] PASSED [ 71%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootParticleWriter] PASSED [ 72%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-TrackFinderPerformanceWriter] PASSED [ 72%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-SeedingPerformanceWriter0] PASSED [ 72%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootTrackParameterWriter] PASSED [ 73%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMaterialTrackWriter] PASSED [ 73%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMeasurementWriter] PASSED [ 74%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMaterialWriter] PASSED [ 74%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootSimHitWriter] PASSED [ 75%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootTrackStatesWriter] PASSED [ 75%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootTrackSummaryWriter] PASSED [ 75%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-VertexPerformanceWriter] PASSED [ 76%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-SeedingPerformanceWriter1] PASSED [ 76%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootPropagationStepsWriter] PASSED [ 77%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootParticleWriter] PASSED [ 77%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-TrackFinderPerformanceWriter] PASSED [ 78%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-SeedingPerformanceWriter0] PASSED [ 78%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackParameterWriter] PASSED [ 78%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMaterialTrackWriter] PASSED [ 79%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMeasurementWriter] PASSED [ 79%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMaterialWriter] PASSED [ 80%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootSimHitWriter] PASSED [ 80%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackStatesWriter] PASSED [ 81%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackSummaryWriter] PASSED [ 81%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-VertexPerformanceWriter] PASSED [ 81%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-SeedingPerformanceWriter1] PASSED [ 82%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootPropagationStepsWriter] PASSED [ 82%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootParticleWriter] PASSED [ 83%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-TrackFinderPerformanceWriter] PASSED [ 83%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-SeedingPerformanceWriter0] PASSED [ 83%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootTrackParameterWriter] PASSED [ 84%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMaterialTrackWriter] PASSED [ 84%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMeasurementWriter] PASSED [ 85%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMaterialWriter] PASSED [ 85%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootSimHitWriter] PASSED [ 86%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootTrackStatesWriter] PASSED [ 86%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootTrackSummaryWriter] PASSED [ 86%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-VertexPerformanceWriter] PASSED [ 87%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-SeedingPerformanceWriter1] PASSED [ 87%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvParticleWriter] PASSED [ 88%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvMeasurementWriter] PASSED [ 88%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvSimHitWriter] PASSED [ 89%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvTrackWriter] PASSED [ 89%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvTrackingGeometryWriter] PASSED [ 89%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configKwConstructor-CsvParticleWriter] PASSED [ 90%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configKwConstructor-CsvMeasurementWriter] PASSED [ 90%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configKwConstructor-CsvSimHitWriter] PASSED [ 91%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configKwConstructor-CsvTrackWriter] PASSED [ 91%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configKwConstructor-CsvTrackingGeometryWriter] PASSED [ 91%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[kwargsConstructor-CsvParticleWriter] PASSED [ 92%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[kwargsConstructor-CsvMeasurementWriter] PASSED [ 92%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[kwargsConstructor-CsvSimHitWriter] PASSED [ 93%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[kwargsConstructor-CsvTrackWriter] PASSED [ 93%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[kwargsConstructor-CsvTrackingGeometryWriter] PASSED [ 94%]
Examples/Python/tests/test_writer.py::test_root_material_writer PASSED   [ 94%]
Examples/Python/tests/test_writer.py::test_json_material_writer[fmt0] PASSED [ 94%]
Examples/Python/tests/test_writer.py::test_json_material_writer[fmt1] PASSED [ 95%]
Examples/Python/tests/test_writer.py::test_csv_multitrajectory_writer PASSED [ 95%]
Examples/Python/tests/test_writer.py::test_hepmc3_histogram PASSED       [ 96%]
Examples/Python/tests/test_writer.py::test_edm4hep_measurement_writer PASSED [ 96%]
Examples/Python/tests/test_writer.py::test_edm4hep_simhit_writer[configPosConstructor] PASSED [ 97%]
Examples/Python/tests/test_writer.py::test_edm4hep_simhit_writer[configKwConstructor] PASSED [ 97%]
Examples/Python/tests/test_writer.py::test_edm4hep_simhit_writer[kwargsConstructor] PASSED [ 97%]
Examples/Python/tests/test_writer.py::test_edm4hep_particle_writer[configPosConstructor] PASSED [ 98%]
Examples/Python/tests/test_writer.py::test_edm4hep_particle_writer[configKwConstructor] PASSED [ 98%]
Examples/Python/tests/test_writer.py::test_edm4hep_particle_writer[kwargsConstructor] PASSED [ 99%]
Examples/Python/tests/test_writer.py::test_edm4hep_multitrajectory_writer PASSED [ 99%]
Examples/Python/tests/test_writer.py::test_edm4hep_tracks_writer PASSED  [100%]

=============================== warnings summary ===============================
Examples/Python/tests/test_examples.py::test_material_recording
  /usr/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=777) is multi-threaded, use of fork() may lead to
deadlocks in the child.
    self.pid = os.fork()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 237 passed, 4 deselected, 1 warning in 712.39s (0:11:52) ===========
section_end:1722541818:step_script
section_start:1722541818:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722541819:cleanup_file_variables
Job succeeded