External Updates, main branch (2023.10.09.) #564
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
ci-bridge / CI Bridge / test_sycl
succeeded
Oct 9, 2023 in 18s
GitLab CI: SUCCESS
This check triggered job acts/ci-bridge/33035872
in pipeline acts/ci-bridge/11987
Status: SUCCESS
Created at: 2023-10-09T16:22:48.737+02:00
Started at: 2023-10-09T16:32:19.517+02:00
Finished at: 2023-10-09T16:32:37.881+02:00
Details
Running with gitlab-runner 16.4.0 (6e766faf)
on acts-gpu-ci-1 uhtEsTX2, system ID: r_zO9zvpou11jf
section_start:1696861940:resolve_secrets
Resolving secrets
section_end:1696861940:resolve_secrets
section_start:1696861940:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2004_oneapi:v30 ...
Pulling docker image ghcr.io/acts-project/ubuntu2004_oneapi:v30 ...
Using docker image sha256:31c38821a35f53aae24cc579a33b264a54d11f16fee9434b0ec695f031975dff for ghcr.io/acts-project/ubuntu2004_oneapi:v30 with digest
ghcr.io/acts-project/ubuntu2004_oneapi@sha256:ee7ff13da1c8eb32b89b93058a40341d092e4205062d66c71f27666f5983ab8c ...
section_end:1696861942:prepare_executor
section_start:1696861942:prepare_script
Preparing environment
Running on runner-uhtestx2-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1696861943:prepare_script
section_start:1696861943: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:1696861944:get_sources
section_start:1696861944:download_artifacts
Downloading artifacts
Downloading artifacts for build_sycl (33035870)...
Downloading artifacts from coordinator... ok host=gitlab.cern.ch id=33035870 responseStatus=200 OK token=64_rxLkz
section_end:1696861949:download_artifacts
section_start:1696861949:step_script
Executing "step_script" stage of the job script
Using docker image sha256:31c38821a35f53aae24cc579a33b264a54d11f16fee9434b0ec695f031975dff for ghcr.io/acts-project/ubuntu2004_oneapi:v30 with digest
ghcr.io/acts-project/ubuntu2004_oneapi@sha256:ee7ff13da1c8eb32b89b93058a40341d092e4205062d66c71f27666f5983ab8c ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ git -C src checkout $HEAD_SHA
Note: switching to '7cd20130ed8ee9297dc032def554bf8aad4dcdec'.
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 7cd20130 Updated some externals for (better) Windows compatibility.
$ source src/.github/ci_setup.sh SYCL
:: initializing oneAPI environment ...
bash: BASH_VERSION = 5.0.17(1)-release
args: Using "$@" for setvars.sh arguments: SYCL
:: compiler -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dpl -- latest
:: tbb -- latest
:: oneAPI environment initialized ::
$ cd build
$ nvidia-smi
Mon Oct 9 14:32:33 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.60.13 Driver Version: 525.60.13 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| 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 On | 00000000:21:00.0 Off | Off |
| 41% 40C P8 16W / 140W | 15MiB / 16376MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
+-----------------------------------------------------------------------------+
$ ctest --output-on-failure -R ".*sycl.*"
Test project /builds/acts/ci-bridge/build
Start 18: detray_test_array_sycl
1/1 Test #18: detray_test_array_sycl ........... Passed 0.33 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.34 sec
$ find bin -type f -name "*sycl" -not -name "*text*" -exec {} \;
Running main() from /builds/acts/ci-bridge/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 8 tests from 8 test suites.
[----------] Global test environment set-up.
[----------] 1 test from SyclPropagatorValidation1/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation1/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation1/SyclPropConstBFieldMng.propagator/0 (49 ms)
[----------] 1 test from SyclPropagatorValidation1/SyclPropConstBFieldMng (49 ms total)
[----------] 1 test from SyclPropagatorValidation2/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation2/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation2/SyclPropConstBFieldMng.propagator/0 (37 ms)
[----------] 1 test from SyclPropagatorValidation2/SyclPropConstBFieldMng (37 ms total)
[----------] 1 test from SyclPropagatorValidation3/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation3/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation3/SyclPropConstBFieldMng.propagator/0 (39 ms)
[----------] 1 test from SyclPropagatorValidation3/SyclPropConstBFieldMng (39 ms total)
[----------] 1 test from SyclPropagatorValidation4/SyclPropConstBFieldMng
[ RUN ] SyclPropagatorValidation4/SyclPropConstBFieldMng.propagator/0
Running constant bfield propagation on device (mng mem): SYCL host device
[ OK ] SyclPropagatorValidation4/SyclPropConstBFieldMng.propagator/0 (40 ms)
[----------] 1 test from SyclPropagatorValidation4/SyclPropConstBFieldMng (40 ms total)
[----------] 1 test from SyclPropagatorValidation5/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation5/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation5/SyclPropConstBFieldCpy.propagator/0 (39 ms)
[----------] 1 test from SyclPropagatorValidation5/SyclPropConstBFieldCpy (39 ms total)
[----------] 1 test from SyclPropagatorValidation6/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation6/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation6/SyclPropConstBFieldCpy.propagator/0 (40 ms)
[----------] 1 test from SyclPropagatorValidation6/SyclPropConstBFieldCpy (40 ms total)
[----------] 1 test from SyclPropagatorValidation7/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation7/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation7/SyclPropConstBFieldCpy.propagator/0 (39 ms)
[----------] 1 test from SyclPropagatorValidation7/SyclPropConstBFieldCpy (39 ms total)
[----------] 1 test from SyclPropagatorValidation8/SyclPropConstBFieldCpy
[ RUN ] SyclPropagatorValidation8/SyclPropConstBFieldCpy.propagator/0
Running constant bfield propagation on device (cpy): SYCL host device
[ OK ] SyclPropagatorValidation8/SyclPropConstBFieldCpy.propagator/0 (39 ms)
[----------] 1 test from SyclPropagatorValidation8/SyclPropConstBFieldCpy (39 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 8 test suites ran. (325 ms total)
[ PASSED ] 8 tests.
section_end:1696861954:step_script
section_start:1696861954:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1696861955:cleanup_file_variables
Job succeeded
Loading