Skip to content

hip integration test - propagator

632f962
Select commit
Loading
Failed to load commit list.
Open

Hip integration test #1031

hip integration test - propagator
632f962
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / test_sycl succeeded Aug 13, 2025 in 26s

GitLab CI: SUCCESS

This check triggered job acts/ci-bridge/60183638
in pipeline acts/ci-bridge/31085
Status: SUCCESS
Created at: 2025-08-13T14:49:06.125Z
Started at: 2025-08-13T15:06:38.993Z
Finished at: 2025-08-13T15:07:04.435Z

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 t3_bzAvsW, system ID: r_zO9zvpou11jf
section_start:1755097599:resolve_secrets
Resolving secrets
section_end:1755097599:resolve_secrets
section_start:1755097599: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:1755097600:prepare_executor
section_start:1755097600:prepare_script
Preparing environment
Running on runner-t3bzavsw-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1755097601:prepare_script
section_start:1755097601: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 .spack/
Removing build/
Removing dependencies/
Removing spack/
Removing spack_lockfile_cache/
Removing src/

Skipping Git submodules setup
section_end:1755097604:get_sources
section_start:1755097604:download_artifacts
Downloading artifacts
Downloading artifacts for build_sycl (60183636)...
Downloading artifacts from coordinator... ok        host=gitlab.cern.ch id=60183636 responseStatus=200 OK token=glcbt-64
section_end:1755097607:download_artifacts
section_start:1755097607: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 '632f962f0f29e258544b5be0be0c4f06e56845d1'.

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 632f962f hip integration test - propagator
$ source src/.github/ci_setup.sh 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
Wed Aug 13 15:06: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%   49C    P8             17W /  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   12.25 sec

100% tests passed, 0 tests failed out of 1

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