Skip to content

Some fixes

a4466c4
Select commit
Loading
Failed to load commit list.
Merged

fix: some propagation bugs #1079

Some fixes
a4466c4
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / test_sycl succeeded Oct 26, 2025 in 25s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/63607862
in pipeline acts/ci-bridge/32883
Status: SUCCESS
Created at: 2025-10-26T17:33:05.955Z
Started at: 2025-10-26T17:36:38.974Z
Finished at: 2025-10-26T17:37:03.222Z

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 t3_bzAvsW, system ID: r_zO9zvpou11jf
section_start:1761500200:resolve_secrets
Resolving secrets
section_end:1761500200:resolve_secrets
section_start:1761500200:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2404_oneapi:81 ...
Pulling docker image ghcr.io/acts-project/ubuntu2404_oneapi:81 ...
Using docker image sha256:a0b65723e884db741759f0df269db6c5fe08f179c5b78fe97ea39dfcebbfa628 for ghcr.io/acts-project/ubuntu2404_oneapi:81 with digest
ghcr.io/acts-project/ubuntu2404_oneapi@sha256:561ff7242a834e8776c8792181f594dff6d02687a41831f2e125e3a807df4266 ...
section_end:1761500201:prepare_executor
section_start:1761500201:prepare_script
Preparing environment
Running on runner-t3bzavsw-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1761500201:prepare_script
section_start:1761500201: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:1761500203:get_sources
section_start:1761500203:download_artifacts
Downloading artifacts
Downloading artifacts for build_sycl (63607860)...
Downloading artifacts from coordinator... ok        host=gitlab.cern.ch id=63607860 responseStatus=200 OK token=glcbt-64
section_end:1761500206:download_artifacts
section_start:1761500206:step_script
Executing "step_script" stage of the job script
Using docker image sha256:a0b65723e884db741759f0df269db6c5fe08f179c5b78fe97ea39dfcebbfa628 for ghcr.io/acts-project/ubuntu2404_oneapi:81 with digest
ghcr.io/acts-project/ubuntu2404_oneapi@sha256:561ff7242a834e8776c8792181f594dff6d02687a41831f2e125e3a807df4266 ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ git -C src checkout $HEAD_SHA
Note: switching to 'a4466c4cc2ab26fa459d487a4325abbaeaa5d403'.

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 a4466c4c Some fixes
$ source src/.github/ci_setup.sh SYCL
Setting up oneapi env for SYCL
 
:: initializing oneAPI environment ...
   bash: BASH_VERSION = 5.2.21(1)-release
   args: Using "$@" for setvars.sh arguments: --include-intel-llvm
:: compiler -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dpl -- latest
:: tbb -- latest
:: umf -- latest
:: oneAPI environment initialized ::
 
$ cd build
$ nvidia-smi
Sun Oct 26 17:36:49 2025       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.107.02             Driver Version: 550.107.02     CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A4000               Off |   00000000:21:00.0 Off |                  Off |
| 41%   45C    P8             16W /  140W |       2MiB /  16376MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+
$ sycl-ls
INFO: Output filtered by ONEAPI_DEVICE_SELECTOR environment variable, which is set to *:cpu.
To see device ids, use the --ignore-device-selectors CLI option.

[opencl:cpu] Intel(R) OpenCL, Intel(R) Xeon(R) W-2225 CPU @ 4.10GHz OpenCL 3.0 (Build 0) [2024.18.11.0.13_160000]
$ ctest --output-on-failure -R ".*sycl.*"
Test project /builds/acts/ci-bridge/build
    Start 1: detray_integration_test_sycl_array
1/1 Test #1: detray_integration_test_sycl_array ...   Passed   11.53 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =  11.54 sec
$ find bin -type f -name "*sycl" -not -name "*text*" -exec {} \;
section_end:1761500221:step_script
section_start:1761500221:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1761500221:cleanup_file_variables
Job succeeded