refactor!: Refactor CKF branch stopper to allow stop and keep tracks #3102
ci-bridge / CI Bridge / linux_test_examples
succeeded
May 3, 2024 in 14m 30s
GitLab CI: SUCCESS
This check triggered job acts/ci-bridge/38589490
in pipeline acts/ci-bridge/18148
Status: SUCCESS
Created at: 2024-05-03T08:17:36.577+02:00
Started at: 2024-05-03T08:53:39.984+02:00
Finished at: 2024-05-03T09:08:09.109+02:00
Details
Running with gitlab-runner 15.0.0 (febb2a09)
on acts-ci-4c-alma9-11.cern.ch hWgMbJ7n
section_start:1714719220:resolve_secrets
Resolving secrets
section_end:1714719220:resolve_secrets
section_start:1714719220:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2204:v41 ...
Pulling docker image ghcr.io/acts-project/ubuntu2204:v41 ...
Using docker image sha256:25d587b5480df92cfc0ad50a203d396645fbdbd30028f181d9772f092d3b97b1 for ghcr.io/acts-project/ubuntu2204:v41 with digest
ghcr.io/acts-project/ubuntu2204@sha256:04d03acdbeb619ee3e35de782c8daf767dfc479b2621d283f8f309c86c991638 ...
section_end:1714719221:prepare_executor
section_start:1714719221:prepare_script
Preparing environment
Running on runner-hwgmbj7n-project-132265-concurrent-0 via 0a951adcb10f...
section_end:1714719221:prepare_script
section_start:1714719221: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 ccache/
Removing src/
Skipping Git submodules setup
section_end:1714719223:get_sources
section_start:1714719223:download_artifacts
Downloading artifacts
Downloading artifacts for build_linux_ubuntu (38589479)...
Downloading artifacts from coordinator... ok id=38589479 responseStatus=200 OK token=glcbt-64
WARNING: build/python/acts/__init__.py: chmod build/python/acts/__init__.py: no such file or directory (suppressing repeats)
section_end:1714719245:download_artifacts
section_start:1714719245:step_script
Executing "step_script" stage of the job script
Using docker image sha256:25d587b5480df92cfc0ad50a203d396645fbdbd30028f181d9772f092d3b97b1 for ghcr.io/acts-project/ubuntu2204:v41 with digest
ghcr.io/acts-project/ubuntu2204@sha256:04d03acdbeb619ee3e35de782c8daf767dfc479b2621d283f8f309c86c991638 ...
$ apt-get update && apt-get install -y git-lfs
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2339 kB]
Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB]
Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2265 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1371 kB]
Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1756 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2037 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB]
Fetched 11.4 MB in 4s (2848 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 126 not upgraded.
Need to get 3503 kB of archives.
After this operation, 10.4 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 git-lfs amd64 3.0.2-1ubuntu0.2 [3503 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3503 kB in 1s (3632 kB/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 ... 40141 files and
directories currently installed.)
Preparing to unpack .../git-lfs_3.0.2-1ubuntu0.2_amd64.deb ...
Unpacking git-lfs (3.0.2-1ubuntu0.2) ...
Setting up git-lfs (3.0.2-1ubuntu0.2) ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ cd src
$ git checkout $HEAD_SHA
Note: switching to 'd8560bfd934fa510ab8495103e66aed723afe0a3'.
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 d8560bfd9 Merge branch 'main' into refactor-ckf-branch-stopper-stop-and-keep
$ 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 738 0 --:--:-- --:--:--
--:--:-- 747
2 1063M 2 24.8M 0 0 55.9M 0 0:00:19 --:--:-- 0:00:19 55.9M 18 1063M 18 198M 0 0 137M 0 0:00:07 0:00:01
0:00:06 173M 44 1063M 44 470M 0 0 192M 0 0:00:05 0:00:02 0:00:03 222M 87 1063M 87 929M 0 0 269M 0 0:00:03
0:00:03 --:--:-- 301M 100 1063M 100 1063M 0 0 284M 0 0:00:03 0:00:03 --:--:-- 315M
+ 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 100 82 100 82 0 0 1084 0 --:--:-- --:--:--
--:--:-- 1093
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 44 314M 44 140M 0 0 125M 0 0:00:02 0:00:01
0:00:01 144M 92 314M 92 291M 0 0 136M 0 0:00:02 0:00:02 --:--:-- 146M 100 314M 100 314M 0 0 139M 0 0:00:02
0:00:02 --:--:-- 148M
+ 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 1138 0 --:--:-- --:--:--
--:--:-- 1146
100 9852k 100 9852k 0 0 38.1M 0 --:--:-- --:--:-- --:--:-- 38.1M
+ 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 100 93 100 93 0 0 1248 0 --:--:-- --:--:--
--:--:-- 1256
100 1034k 100 1034k 0 0 6003k 0 --:--:-- --:--:-- --:--:-- 6003k
+ 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 1151 0 --:--:-- --:--:--
--:--:-- 1175
100 11.6M 100 11.6M 0 0 36.1M 0 --:--:-- --:--:-- --:--:-- 36.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 1054 0 --:--:-- --:--:--
--:--:-- 1066
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4192k 100 4192k 0 0 22.8M 0 --:--:-- --:--:--
--:--:-- 120M
+ 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 1193 0 --:--:-- --:--:--
--:--:-- 1205
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 126M 100 126M 0 0 248M 0 --:--:-- --:--:--
--:--:-- 345M
+ 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 1116 0 --:--:-- --:--:--
--:--:-- 1118
100 38502 100 38502 0 0 237k 0 --:--:-- --:--:-- --:--:-- 237k
+ 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 0 0 0 0 0 0 0 0 --:--:-- --:--:--
--:--:-- 0 100 81 100 81 0 0 1085 0 --:--:-- --:--:-- --:--:-- 1080
100 104k 100 104k 0 0 663k 0 --:--:-- --:--:-- --:--:-- 663k
+ 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 1076 0 --:--:-- --:--:--
--:--:-- 1080
100 95840 100 95840 0 0 525k 0 --:--:-- --:--:-- --:--:-- 525k
+ 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 1178 0 --:--:-- --:--:--
--:--:-- 1191
100 283k 100 283k 0 0 1619k 0 --:--:-- --:--:-- --:--:-- 1619k
+ 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.10 bindings setup complete.
$ cd src
$ pip3 install -r Examples/Python/tests/requirements.txt
Collecting awkward==2.6.1
Downloading awkward-2.6.1-py3-none-any.whl (749 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.0/750.0 KB 8.2 MB/s eta 0:00:00
Collecting awkward-cpp==29
Downloading awkward_cpp-29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (706 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.4/706.4 KB 15.3 MB/s eta 0:00:00
Collecting execnet==2.0.2
Downloading execnet-2.0.2-py3-none-any.whl (37 kB)
Collecting fsspec==2024.2.0
Downloading fsspec-2024.2.0-py3-none-any.whl (170 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.9/170.9 KB 17.3 MB/s eta 0:00:00
Collecting iniconfig==2.0.0
Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Collecting numpy==1.26.4
Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 49.1 MB/s eta 0:00:00
Collecting packaging==23.2
Downloading packaging-23.2-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 2.9 MB/s eta 0:00:00
Collecting pluggy==1.4.0
Downloading pluggy-1.4.0-py3-none-any.whl (20 kB)
Collecting pytest==8.0.0
Downloading pytest-8.0.0-py3-none-any.whl (334 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.0/334.0 KB 69.8 MB/s eta 0:00:00
Collecting pytest-check==2.3.1
Downloading pytest_check-2.3.1-py3-none-any.whl (13 kB)
Collecting pytest-xdist==3.5.0
Downloading pytest_xdist-3.5.0-py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 KB 15.3 MB/s eta 0:00:00
Collecting pyyaml==6.0.1
Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 KB 89.3 MB/s eta 0:00:00
Collecting uproot==5.2.2
Downloading uproot-5.2.2-py3-none-any.whl (346 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 347.0/347.0 KB 78.1 MB/s eta 0:00:00
Collecting typing-extensions>=4.1.0
Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB)
Collecting importlib-metadata>=4.13.0
Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
Collecting exceptiongroup>=1.0.0rc8
Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB)
Collecting tomli>=1.0.0
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting zipp>=0.5
Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB)
Installing collected packages: zipp, typing-extensions, tomli, pyyaml, pluggy, packaging, numpy, iniconfig, fsspec, execnet, exceptiongroup, pytest,
importlib-metadata, awkward-cpp, pytest-xdist, pytest-check, awkward, uproot
Attempting uninstall: pyyaml
Found existing installation: PyYAML 6.0
Uninstalling PyYAML-6.0:
Successfully uninstalled PyYAML-6.0
Successfully installed awkward-2.6.1 awkward-cpp-29 exceptiongroup-1.2.1 execnet-2.0.2 fsspec-2024.2.0 importlib-metadata-7.1.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 pyyaml-6.0.1 tomli-2.0.1 typing-extensions-4.11.0
uproot-5.2.2 zipp-3.18.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended
to use a virtual environment instead: https://pip.pypa.io/warnings/venv
$ pytest -rFsv -k "not exatrkx" -v
============================= test session starts ==============================
platform linux -- Python 3.10.6, pytest-8.0.0, pluggy-1.4.0 -- /usr/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 253 items / 4 deselected / 249 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 [ 4%]
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 [ 6%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[SurfaceSortingAlgorithm] PASSED [ 7%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[ParticlesPrinter] PASSED [ 7%]
Examples/Python/tests/test_algorithms.py::test_algorithm_interface[HitsPrinter] 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_algorithm_interface[PlanarSteppingAlgorithm] PASSED [ 9%]
Examples/Python/tests/test_algorithms.py::test_g4_algorithms PASSED [ 9%]
Examples/Python/tests/test_algorithms.py::test_hepmc_algorithms PASSED [ 10%]
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 [ 11%]
Examples/Python/tests/test_base.py::test_pgd_particle PASSED [ 11%]
Examples/Python/tests/test_base.py::test_algebra PASSED [ 12%]
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 [ 14%]
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_detectors.py::test_generic_geometry PASSED [ 15%]
Examples/Python/tests/test_detectors.py::test_telescope_geometry PASSED [ 15%]
Examples/Python/tests/test_detectors.py::test_odd PASSED [ 16%]
Examples/Python/tests/test_detectors.py::test_aligned_detector PASSED [ 16%]
Examples/Python/tests/test_detectors.py::test_tgeo_config_triplet PASSED [ 16%]
Examples/Python/tests/test_detectors.py::test_tgeo_config_volume PASSED [ 17%]
Examples/Python/tests/test_event_data.py::test_particle_hypothesis PASSED [ 17%]
Examples/Python/tests/test_examples.py::test_pythia8 PASSED [ 18%]
Examples/Python/tests/test_examples.py::test_fatras PASSED [ 18%]
Examples/Python/tests/test_examples.py::test_geant4 PASSED [ 18%]
Examples/Python/tests/test_examples.py::test_seeding PASSED [ 19%]
Examples/Python/tests/test_examples.py::test_seeding_orthogonal PASSED [ 19%]
Examples/Python/tests/test_examples.py::test_itk_seeding PASSED [ 20%]
Examples/Python/tests/test_examples.py::test_propagation PASSED [ 20%]
Examples/Python/tests/test_examples.py::test_material_recording PASSED [ 20%]
Examples/Python/tests/test_examples.py::test_event_recording PASSED [ 21%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-False-0.0] PASSED [ 21%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-False-1000.0] PASSED [ 22%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-True-0.0] PASSED [ 22%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[generic-True-1000.0] PASSED [ 22%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-False-0.0] PASSED [ 23%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-False-1000.0] PASSED [ 23%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-True-0.0] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_kalman[odd-True-1000.0] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_gsf[generic] PASSED [ 24%]
Examples/Python/tests/test_examples.py::test_truth_tracking_gsf[odd] PASSED [ 25%]
Examples/Python/tests/test_examples.py::test_particle_gun PASSED [ 25%]
Examples/Python/tests/test_examples.py::test_material_mapping PASSED [ 26%]
Examples/Python/tests/test_examples.py::test_volume_material_mapping PASSED [ 26%]
Examples/Python/tests/test_examples.py::test_geometry_example[create-450] PASSED [ 26%]
Examples/Python/tests/test_examples.py::test_geometry_example[getOpenDataDetector-540] PASSED [ 27%]
Examples/Python/tests/test_examples.py::test_geometry_example[geoFactory2-450] PASSED [ 27%]
Examples/Python/tests/test_examples.py::test_digitization_example[smeared] PASSED [ 28%]
Examples/Python/tests/test_examples.py::test_digitization_example[geometric] PASSED [ 28%]
Examples/Python/tests/test_examples.py::test_digitization_example_input[smeared] PASSED [ 28%]
Examples/Python/tests/test_examples.py::test_digitization_example_input[geometric] PASSED [ 29%]
Examples/Python/tests/test_examples.py::test_digitization_config_example PASSED [ 29%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-full_seeding] PASSED [ 30%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-truth_estimated] PASSED [ 30%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[generic-truth_smeared] PASSED [ 30%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-full_seeding] PASSED [ 31%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-truth_estimated] PASSED [ 31%]
Examples/Python/tests/test_examples.py::test_ckf_tracks_example[odd-truth_smeared] PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_full_chain_odd_example PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_full_chain_odd_example_pythia_geant4 PASSED [ 32%]
Examples/Python/tests/test_examples.py::test_ML_Ambiguity_Solver PASSED [ 33%]
Examples/Python/tests/test_examples.py::test_bfield_writing PASSED [ 33%]
Examples/Python/tests/test_fpe.py::test_notrackfpe PASSED [ 34%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTDIV] PASSED [ 34%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTOVF] PASSED [ 34%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_at_end[FLTINV] PASSED [ 35%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTDIV] PASSED [ 35%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTOVF] PASSED [ 36%]
Examples/Python/tests/test_fpe.py::test_fpe_single_fail_immediately[FLTINV] PASSED [ 36%]
Examples/Python/tests/test_fpe.py::test_fpe_nocontext PASSED [ 36%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTDIV] PASSED [ 37%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTOVF] PASSED [ 37%]
Examples/Python/tests/test_fpe.py::test_fpe_rearm[FLTINV] PASSED [ 38%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTDIV] PASSED [ 38%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTOVF] PASSED [ 38%]
Examples/Python/tests/test_fpe.py::test_fpe_masking_single[FLTINV] PASSED [ 39%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTDIV] PASSED [ 39%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTOVF] PASSED [ 40%]
Examples/Python/tests/test_fpe.py::test_masking_load_yaml[FLTINV] PASSED [ 40%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTDIV] PASSED [ 40%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTOVF] PASSED [ 41%]
Examples/Python/tests/test_fpe.py::test_fpe_context[FLTINV] PASSED [ 41%]
Examples/Python/tests/test_fpe.py::test_buffer_sufficient PASSED [ 42%]
Examples/Python/tests/test_magnetic_field.py::test_null_bfield PASSED [ 42%]
Examples/Python/tests/test_magnetic_field.py::test_constant_bfield PASSED [ 42%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[configPosConstructor] PASSED [ 43%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[configKwConstructor] PASSED [ 43%]
Examples/Python/tests/test_magnetic_field.py::test_solenoid[kwargsConstructor] PASSED [ 44%]
Examples/Python/tests/test_material.py::test_material_root[configPosConstructor] PASSED [ 44%]
Examples/Python/tests/test_material.py::test_material_root[configKwConstructor] PASSED [ 44%]
Examples/Python/tests/test_material.py::test_material_root[kwargsConstructor] PASSED [ 45%]
Examples/Python/tests/test_material.py::test_json_material_decorator PASSED [ 45%]
Examples/Python/tests/test_propagation.py::test_navigator[configPosConstructor] PASSED [ 46%]
Examples/Python/tests/test_propagation.py::test_navigator[configKwConstructor] PASSED [ 46%]
Examples/Python/tests/test_propagation.py::test_navigator[kwargsConstructor] PASSED [ 46%]
Examples/Python/tests/test_propagation.py::test_steppers[configPosConstructor] PASSED [ 47%]
Examples/Python/tests/test_propagation.py::test_steppers[configKwConstructor] PASSED [ 47%]
Examples/Python/tests/test_propagation.py::test_steppers[kwargsConstructor] PASSED [ 48%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[configPosConstructor] PASSED [ 48%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[configKwConstructor] PASSED [ 48%]
Examples/Python/tests/test_reader.py::test_root_particle_reader[kwargsConstructor] PASSED [ 49%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[configPosConstructor] PASSED [ 49%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[configKwConstructor] PASSED [ 50%]
Examples/Python/tests/test_reader.py::test_csv_particle_reader[kwargsConstructor] PASSED [ 50%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configPosConstructor-RootParticleReader] PASSED [ 51%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configPosConstructor-RootTrackSummaryReader] PASSED [ 51%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configKwConstructor-RootParticleReader] PASSED [ 51%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[configKwConstructor-RootTrackSummaryReader] PASSED [ 52%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[kwargsConstructor-RootParticleReader] PASSED [ 52%]
Examples/Python/tests/test_reader.py::test_root_reader_interface[kwargsConstructor-RootTrackSummaryReader] PASSED [ 53%]
Examples/Python/tests/test_reader.py::test_root_material_track_reader PASSED [ 53%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[configPosConstructor] PASSED [ 53%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[configKwConstructor] PASSED [ 54%]
Examples/Python/tests/test_reader.py::test_csv_meas_reader[kwargsConstructor] PASSED [ 54%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[configPosConstructor] PASSED [ 55%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[configKwConstructor] PASSED [ 55%]
Examples/Python/tests/test_reader.py::test_csv_simhits_reader[kwargsConstructor] PASSED [ 55%]
Examples/Python/tests/test_reader.py::test_csv_clusters_reader[configPosConstructor] PASSED [ 56%]
Examples/Python/tests/test_reader.py::test_csv_clusters_reader[configKwConstructor] PASSED [ 56%]
Examples/Python/tests/test_reader.py::test_csv_clusters_reader[kwargsConstructor] PASSED [ 57%]
Examples/Python/tests/test_reader.py::test_edm4hep_simhit_particle_reader PASSED [ 57%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[configPosConstructor] PASSED [ 57%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[configKwConstructor] PASSED [ 58%]
Examples/Python/tests/test_reader.py::test_edm4hep_measurement_reader[kwargsConstructor] PASSED [ 58%]
Examples/Python/tests/test_reader.py::test_edm4hep_tracks_reader PASSED [ 59%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[configPosConstructor] PASSED [ 59%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[configKwConstructor] PASSED [ 59%]
Examples/Python/tests/test_writer.py::test_obj_propagation_step_writer[kwargsConstructor] PASSED [ 60%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[configPosConstructor] PASSED [ 60%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[configKwConstructor] PASSED [ 61%]
Examples/Python/tests/test_writer.py::test_csv_particle_writer[kwargsConstructor] PASSED [ 61%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[configPosConstructor] PASSED [ 61%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[configKwConstructor] PASSED [ 62%]
Examples/Python/tests/test_writer.py::test_root_prop_step_writer[kwargsConstructor] PASSED [ 62%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[configPosConstructor] PASSED [ 63%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[configKwConstructor] PASSED [ 63%]
Examples/Python/tests/test_writer.py::test_root_particle_writer[kwargsConstructor] PASSED [ 63%]
Examples/Python/tests/test_writer.py::test_root_meas_writer PASSED [ 64%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[configPosConstructor] PASSED [ 64%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[configKwConstructor] PASSED [ 65%]
Examples/Python/tests/test_writer.py::test_root_simhits_writer[kwargsConstructor] PASSED [ 65%]
Examples/Python/tests/test_writer.py::test_root_clusters_writer[configPosConstructor] PASSED [ 65%]
Examples/Python/tests/test_writer.py::test_root_clusters_writer[configKwConstructor] PASSED [ 66%]
Examples/Python/tests/test_writer.py::test_root_clusters_writer[kwargsConstructor] PASSED [ 66%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[configPosConstructor] PASSED [ 67%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[configKwConstructor] PASSED [ 67%]
Examples/Python/tests/test_writer.py::test_csv_meas_writer[kwargsConstructor] PASSED [ 67%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[configPosConstructor] PASSED [ 68%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[configKwConstructor] PASSED [ 68%]
Examples/Python/tests/test_writer.py::test_csv_simhits_writer[kwargsConstructor] PASSED [ 69%]
Examples/Python/tests/test_writer.py::test_csv_clusters_writer[configPosConstructor] PASSED [ 69%]
Examples/Python/tests/test_writer.py::test_csv_clusters_writer[configKwConstructor] PASSED [ 69%]
Examples/Python/tests/test_writer.py::test_csv_clusters_writer[kwargsConstructor] PASSED [ 70%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootPropagationStepsWriter] PASSED [ 70%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootParticleWriter] PASSED [ 71%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-TrackFinderPerformanceWriter] PASSED [ 71%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-SeedingPerformanceWriter0] PASSED [ 71%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootTrackParameterWriter] PASSED [ 72%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMaterialTrackWriter] PASSED [ 72%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMeasurementWriter] PASSED [ 73%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootMaterialWriter] PASSED [ 73%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootPlanarClusterWriter] PASSED [ 73%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootSimHitWriter] PASSED [ 74%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-RootTrackStatesWriter] PASSED [ 74%]
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 [ 75%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configPosConstructor-SeedingPerformanceWriter1] PASSED [ 75%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootPropagationStepsWriter] PASSED [ 76%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootParticleWriter] PASSED [ 76%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-TrackFinderPerformanceWriter] PASSED [ 77%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-SeedingPerformanceWriter0] PASSED [ 77%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackParameterWriter] PASSED [ 77%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMaterialTrackWriter] PASSED [ 78%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMeasurementWriter] PASSED [ 78%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootMaterialWriter] PASSED [ 79%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootPlanarClusterWriter] PASSED [ 79%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootSimHitWriter] PASSED [ 79%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackStatesWriter] PASSED [ 80%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[configKwConstructor-RootTrackSummaryWriter] PASSED [ 80%]
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 [ 81%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootPropagationStepsWriter] PASSED [ 81%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootParticleWriter] PASSED [ 82%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-TrackFinderPerformanceWriter] PASSED [ 82%]
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 [ 83%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMaterialTrackWriter] PASSED [ 83%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMeasurementWriter] PASSED [ 84%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootMaterialWriter] PASSED [ 84%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootPlanarClusterWriter] PASSED [ 85%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootSimHitWriter] PASSED [ 85%]
Examples/Python/tests/test_writer.py::test_root_writer_interface[kwargsConstructor-RootTrackStatesWriter] PASSED [ 85%]
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 [ 86%]
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 [ 87%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvMeasurementWriter] PASSED [ 87%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvPlanarClusterWriter] PASSED [ 88%]
Examples/Python/tests/test_writer.py::test_csv_writer_interface[configPosConstructor-CsvSimHitWriter] PASSED [ 88%]
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 [ 89%]
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-CsvPlanarClusterWriter] 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-CsvPlanarClusterWriter] PASSED [ 93%]
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 [ 95%]
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%]
================ 249 passed, 4 deselected in 769.23s (0:12:49) =================
section_end:1714720084:step_script
section_start:1714720084:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1714720086:cleanup_file_variables
Job succeeded
Loading