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

refactor: Cleanup and logging improvements in fitting algorithms #4060

Merge branch 'main' into refactor/track-fitting-algs-cleanup-logging

69a3dff
Select commit
Loading
Failed to load commit list.
Merged

refactor: Cleanup and logging improvements in fitting algorithms #4060

Merge branch 'main' into refactor/track-fitting-algs-cleanup-logging
69a3dff
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / test_exatrkx_unittests succeeded Jan 29, 2025 in 40s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/50077399
in pipeline acts/ci-bridge/26119
Status: SUCCESS
Created at: 2025-01-29T22:22:45.169+01:00
Started at: 2025-01-29T23:12:51.203+01:00
Finished at: 2025-01-29T23:13:31.349+01:00

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 uhtEsTX2, system ID: r_zO9zvpou11jf
section_start:1738188771:resolve_secrets
Resolving secrets
section_end:1738188771:resolve_secrets
section_start:1738188771:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.cern.ch/ghcr.io/acts-project/ubuntu2204_exatrkx:63 ...
Pulling docker image registry.cern.ch/ghcr.io/acts-project/ubuntu2204_exatrkx:63 ...
Using docker image sha256:738d097b41e88d96c2db2ae07ca1f0f3ca7bea13a3e990d0a132f0b6e439a8f1 for registry.cern.ch/ghcr.io/acts-
project/ubuntu2204_exatrkx:63 with digest ghcr.io/acts-
project/ubuntu2204_exatrkx@sha256:8af57a489d279ad50ceb824d1f12a8cc6a83923324a4222e8a27291000c4f1fc ...
section_end:1738188773:prepare_executor
section_start:1738188773:prepare_script
Preparing environment
Running on runner-uhtestx2-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1738188773:prepare_script
section_start:1738188773: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 detached HEAD (ref is main)...
Removing build/
Removing src/

Skipping Git submodules setup
section_end:1738188774:get_sources
section_start:1738188774:download_artifacts
Downloading artifacts
Downloading artifacts for build_exatrkx (50077390)...
Downloading artifacts from coordinator... ok        host=gitlab.cern.ch id=50077390 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:1738188779:download_artifacts
section_start:1738188779:step_script
Executing "step_script" stage of the job script
Using docker image sha256:738d097b41e88d96c2db2ae07ca1f0f3ca7bea13a3e990d0a132f0b6e439a8f1 for registry.cern.ch/ghcr.io/acts-
project/ubuntu2204_exatrkx:63 with digest ghcr.io/acts-
project/ubuntu2204_exatrkx@sha256:8af57a489d279ad50ceb824d1f12a8cc6a83923324a4222e8a27291000c4f1fc ...

==========
== CUDA ==
==========

CUDA Version 12.1.0

Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.

*************************
** DEPRECATION NOTICE! **
*************************
THIS IMAGE IS DEPRECATED and is scheduled for DELETION.
    https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md

$ apt-get update -y
Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64  InRelease [1581 B]
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64  Packages [1304 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3606 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [53.3 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2904 kB]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1229 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3742 kB]
Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2603 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1521 kB]
Get:14 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]
Fetched 17.5 MB in 5s (3458 kB/s)
Reading package lists...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ cd src
$ git checkout $HEAD_SHA
Note: switching to '69a3dff1069b6429ef75c2e10ea5666936b0f060'.

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 69a3dff10 Merge branch 'main' into refactor/track-fitting-algs-cleanup-logging
$ source CI/dependencies.sh
=> DEPENDENCY_DIR=/builds/acts/ci-bridge/dependencies
URL: https://acts.web.cern.ch/ACTS/ci/ubuntu-22.04/deps.v5.tar.zst
DESTINATION: /builds/acts/ci-bridge/dependencies
+++ mkdir -p /builds/acts/ci-bridge/dependencies
+++ /usr/bin/curl --retry 5 --connect-timeout 2 --location https://acts.web.cern.ch/ACTS/ci/ubuntu-22.04/deps.v5.tar.zst
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0   1  696M    1 7858k    0     0  30.2M      0  0:00:22 --:--:--
0:00:22 30.2M   9  696M    9 65.6M    0     0  52.3M      0  0:00:13  0:00:01  0:00:12 52.3M  23  696M   23  164M    0     0  72.8M      0  0:00:09
0:00:02  0:00:07 72.8M  37  696M   37  264M    0     0  81.2M      0  0:00:08  0:00:03  0:00:05 81.2M  51  696M   51  358M    0     0  84.3M      0
0:00:08  0:00:04  0:00:04 84.3M  67  696M   67  467M    0     0  88.9M      0  0:00:07  0:00:05  0:00:02 91.8M  80  696M   80  563M    0     0  90.1M
0  0:00:07  0:00:06  0:00:01 99.6M  93  696M   93  652M    0     0  90.0M      0  0:00:07  0:00:07 --:--:-- 97.7M 100  696M  100  696M    0     0
87.8M      0  0:00:07  0:00:07 --:--:-- 92.3M
Running in GitLab CI
+++ /builds/acts/ci-bridge/dependencies/bin/python3 -m venv /builds/acts/ci-bridge/venv
+++ /builds/acts/ci-bridge/venv/bin/python3 -m pip install pyyaml jinja2
Collecting pyyaml
  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting jinja2
  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting MarkupSafe>=2.0 (from jinja2)
  Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 6.1 MB/s eta 0:00:00
Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 2.6 MB/s eta 0:00:00
Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Installing collected packages: pyyaml, MarkupSafe, jinja2
Successfully installed MarkupSafe-3.0.2 jinja2-3.1.5 pyyaml-6.0.2

[notice] A new release of pip is available: 24.0 -> 25.0
[notice] To update, run: /builds/acts/ci-bridge/venv/bin/python3 -m pip install --upgrade pip
=> PATH=/builds/acts/ci-bridge/venv/bin:/builds/acts/ci-
bridge/dependencies/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
=> CMAKE_PREFIX_PATH=/builds/acts/ci-bridge/dependencies
=> LD_LIBRARY_PATH=/builds/acts/ci-bridge/dependencies/lib
=> ROOT_INCLUDE_PATH=/builds/acts/ci-bridge/dependencies/include
=> ROOT_INCLUDE_PATH=/builds/acts/ci-bridge/dependencies/include/Geant4
=> PYTHIA8DATA=/builds/acts/ci-bridge/dependencies/share/Pythia8/xmldoc
$ cd ..
$ ctest --test-dir build -R "(ExaTrkX|ConnectedComponentsCuda)"
Internal ctest changing into directory: /builds/acts/ci-bridge/build
Test project /builds/acts/ci-bridge/build
    Start 286: ExaTrkXTensorConversion
1/5 Test #286: ExaTrkXTensorConversion ..........   Passed    0.41 sec
    Start 287: ExaTrkXEdgeBuilding
2/5 Test #287: ExaTrkXEdgeBuilding ..............   Passed    1.32 sec
    Start 288: ExaTrkXBoostTrackBuilding
3/5 Test #288: ExaTrkXBoostTrackBuilding ........   Passed    0.40 sec
    Start 289: ExaTrkXMetricHookTests
4/5 Test #289: ExaTrkXMetricHookTests ...........   Passed    0.40 sec
    Start 290: ConnectedComponentsCuda
5/5 Test #290: ConnectedComponentsCuda ..........   Passed    1.94 sec

100% tests passed, 0 tests failed out of 5

Total Test time (real) =   4.49 sec
section_end:1738188809:step_script
section_start:1738188809:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1738188809:cleanup_file_variables
Job succeeded