Untitled Paste

ts
Wrap Lines
Raw
Running with gitlab-runner 17.2.1 (9882d9c7)
  on cuda-runner-manytask WZe7Y8szp, system ID: s_8d6adb31f824
section_start:1772010969:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image:latest ...
Authenticating with credentials from /home/zhdanovskijvj/.docker/config.json
Pulling docker image gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image:latest ...
Using docker image sha256:8f864bce606490a13d2916abe8a1e8fc95e19f47a74d04dddb502a2a7cee4125 for gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image:latest with digest gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image@sha256:3c0d2134db8a672ca09949e0601ed3cf26acecb46dabe72098f9c13065bf2e7e ...
section_end:1772010974:prepare_executor
section_start:1772010974:prepare_script
Preparing environment
Running on runner-wze7y8szp-project-31707-concurrent-0 via imladris...
section_end:1772010976:prepare_script
section_start:1772010976:get_sources
Getting source from Git repository
Fetching changes with git depth set to 10...
Initialized empty Git repository in /builds/cuda/students-2026-spring/aalim/.git/
Created fresh repository.
Checking out 40d00787 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1772010979:get_sources
section_start:1772010979:step_script
Executing "step_script" stage of the job script
Using docker image sha256:8f864bce606490a13d2916abe8a1e8fc95e19f47a74d04dddb502a2a7cee4125 for gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image:latest with digest gitlab.manytask.org:5050/cuda/public-2026-spring/testenv-image@sha256:3c0d2134db8a672ca09949e0601ed3cf26acecb46dabe72098f9c13065bf2e7e ...

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

CUDA Version 12.6.1

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.

$ . /opt/checker/venv/bin/activate
$ python3 -m checker grade . /opt/shad
___  ___                  _            _       _____ _               _             
|  \/  |                 | |          | |     /  __ \ |             | |            
| .  . | __ _ _ __  _   _| |_ __ _ ___| | __  | /  \/ |__   ___  ___| | _____ _ __ 
| |\/| |/ _` | '_ \| | | | __/ _` / __| |/ /  | |   | '_ \ / _ \/ __| |/ / _ \ '__|
| |  | | (_| | | | | |_| | || (_| \__ \   <   | \__/\ | | |  __/ (__|   <  __/ |   
\_|  |_/\__,_|_| |_|\__, |\__\__,_|___/_|\_\   \____/_| |_|\___|\___|_|\_\___|_|   
                     __/ |                                                         
                    |___/                                                          
Copy from . to /tmp/tmpc7wlpfil
Copy from /opt/shad to /tmp/tmpc7wlpfil
Detecting changes by ChangesDetectionType.LAST_COMMIT_CHANGES
Last commit changes: ['01-reverse-string/reverse.cuh']
Changed tasks: ['01-reverse-string'] (changed files in last commit)
Loading plugins...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++ Run <01-reverse-string> task pipeline: ++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--> Running "Copy files" stage:
Copy /builds/cuda/students-2026-spring/aalim/01-reverse-string/reverse.cuh
  to /opt/shad/01-reverse-string/reverse.cuh
Files have been copied
> elapsed time: 0.00s
ok!
--> Running "Build" stage:
Building test_reverse_string (Debug)...
[1/4] /usr/bin/clang++-20  -I/opt/shad/tools/util/include -isystem /usr/local/cuda/targets/x86_64-linux/include -g -std=gnu++20 -Werror -Wall -Wextra -MD -MT tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o -MF tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o.d -o tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o -c /opt/shad/tools/util/src/cuda_helpers.cpp
[2/4] : && /usr/bin/cmake -E rm -f tools/util/libutil.a && /usr/bin/llvm-ar-20 qc tools/util/libutil.a  tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o && /usr/bin/llvm-ranlib-20 tools/util/libutil.a && :
[3/4] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler  -I/opt/shad/build-debug/_deps/catch2-src/src/catch2/.. -I/opt/shad/build-debug/_deps/catch2-build/generated-includes -I/opt/shad/tools/util/include -isystem /usr/local/cuda/targets/x86_64-linux/include -g -std=c++20 "--generate-code=arch=compute_52,code=[compute_52,sm_52]" --compiler-options -Werror,-Wall,-Wextra -MD -MT 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o -MF 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o.d -x cu -c /opt/shad/01-reverse-string/test.cu -o 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o
[4/4] : && /usr/bin/clang++-20 -g  01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o -o test_reverse_string -L/usr/local/cuda/targets/x86_64-linux/lib   -L/usr/lib/gcc/x86_64-linux-gnu/13 -Wl,-rpath,/usr/local/cuda-12.6/targets/x86_64-linux/lib  _deps/catch2-build/src/libCatch2Maind.a  tools/util/libutil.a  _deps/catch2-build/src/libCatch2d.a  /usr/local/cuda-12.6/targets/x86_64-linux/lib/libcudart.so  -lcudadevrt  -lcudart_static  -lrt  -lpthread  -ldl && :

Building test_reverse_string (RelWithDebInfo)...
[1/4] /usr/bin/clang++-20  -I/opt/shad/tools/util/include -isystem /usr/local/cuda/targets/x86_64-linux/include -O2 -g -DNDEBUG -std=gnu++20 -Werror -Wall -Wextra -MD -MT tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o -MF tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o.d -o tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o -c /opt/shad/tools/util/src/cuda_helpers.cpp
[2/4] : && /usr/bin/cmake -E rm -f tools/util/libutil.a && /usr/bin/llvm-ar-20 qc tools/util/libutil.a  tools/util/CMakeFiles/util.dir/src/cuda_helpers.cpp.o && /usr/bin/llvm-ranlib-20 tools/util/libutil.a && :
[3/4] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler  -I/opt/shad/build-relwithdebinfo/_deps/catch2-src/src/catch2/.. -I/opt/shad/build-relwithdebinfo/_deps/catch2-build/generated-includes -I/opt/shad/tools/util/include -isystem /usr/local/cuda/targets/x86_64-linux/include -O2 -g -DNDEBUG -std=c++20 "--generate-code=arch=compute_52,code=[compute_52,sm_52]" --compiler-options -Werror,-Wall,-Wextra -MD -MT 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o -MF 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o.d -x cu -c /opt/shad/01-reverse-string/test.cu -o 01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o
[4/4] : && /usr/bin/clang++-20 -O2 -g -DNDEBUG  01-reverse-string/CMakeFiles/test_reverse_string.dir/test.cu.o -o test_reverse_string -L/usr/local/cuda/targets/x86_64-linux/lib   -L/usr/lib/gcc/x86_64-linux-gnu/13 -Wl,-rpath,/usr/local/cuda-12.6/targets/x86_64-linux/lib  _deps/catch2-build/src/libCatch2Main.a  tools/util/libutil.a  _deps/catch2-build/src/libCatch2.a  /usr/local/cuda-12.6/targets/x86_64-linux/lib/libcudart.so  -lcudadevrt  -lcudart_static  -lrt  -lpthread  -ldl && :

Build is finished
> elapsed time: 15.21s
ok!
--> Running "Clang-format" stage:

[No issues]
> elapsed time: 0.11s
ok!
--> Running "Tests" stage:
Running test_reverse_string (Debug)...
CUDA_VISIBLE_DEVICES is set to `GPU-fe2d8dfd-06f2-a5c4-a7fd-4a5f23947005`
Randomness seeded to: 2750293790
===============================================================================
All tests passed (7 assertions in 2 test cases)


Running test_reverse_string (RelWithDebInfo)...
CUDA_VISIBLE_DEVICES is set to `GPU-fe2d8dfd-06f2-a5c4-a7fd-4a5f23947005`
Randomness seeded to: 3380382453
===============================================================================
All tests passed (7 assertions in 2 test cases)


Tests are passed
> elapsed time: 508.03s
ok!
--------------------------------------------------------------------------------
PipelineResult: failed=0
  PipelineStageResult: failed=0, skipped=0, percentage=1.00, name='Copy files'
  PipelineStageResult: failed=0, skipped=0, percentage=1.00, name='Build'
  PipelineStageResult: failed=0, skipped=0, percentage=1.00, name='Clang-format'
  PipelineStageResult: failed=0, skipped=0, percentage=1.00, name='Tests'
--------------------------------------------------------------------------------
Reporting <01-reverse-string> task tests:
--> Running "Report Score Manytask" stage:
Report for task '01-reverse-string' for user 'aalim', requested score: None, result score: 100
> elapsed time: 0.29s
ok!
->Reporting succeeded
--------------------------------------------------------------------------------
TESTING PASSED
section_end:1772011506:step_script
section_start:1772011506:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1772011507:cleanup_file_variables
Job succeeded