BEGIN 1782124554.6524258 EXEC /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/build /usr/local/therock-tools/bin/cmake -E env --unset=ROCM_PATH --unset=ROCM_DIR --unset=HIP_PATH --unset=HIP_DIR -- /usr/local/therock-tools/bin/cmake --build /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/build 0.0 [1/56] cd /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/build && /usr/local/therock-tools/bin/cmake -E rm -f /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/stamp/stage.stamp 0.0 [2/56] Copying simple_net.py to tests directory 0.7 [3/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/input_parameters.cpp.o 0.9 [4/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/environ_cache.cpp.o 0.9 [5/56] Building CXX object src/lib/external/fmt/CMakeFiles/fmt.dir/src/os.cc.o 1.2 [6/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/sdk_wrapper.cpp.o 1.5 [7/56] Building CXX object src/lib/external/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 1.5 [8/56] Building CXX object src/lib/pc_sampling_collector/tests/CMakeFiles/test-pc-sampling-collector.dir/main.cpp.o 1.6 [9/56] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/main.cpp.o 2.0 [10/56] Building HIP object tests/CMakeFiles/vsequential_access.dir/__/sample/vsequential_access.cpp.o 2.0 [11/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vsequential_access 2.0 [12/56] Building HIP object tests/CMakeFiles/vrandom_access.dir/__/sample/vrandom_access.cpp.o 2.1 [13/56] Building HIP object tests/CMakeFiles/vmem.dir/__/sample/vmem.hip.o 2.1 [14/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vrandom_access 2.1 [15/56] Building HIP object tests/CMakeFiles/memcopy.dir/__/sample/memcopy.cpp.o 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 29 | hipMalloc(&d_X, bytes); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 30 | hipMalloc(&d_Y, bytes); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 52 | hipDeviceSynchronize(); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 57 | hipEventCreate(&start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 58 | hipEventCreate(&stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 63 | hipEventRecord(start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 67 | hipEventRecord(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 68 | hipEventSynchronize(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 71 | hipEventElapsedTime(&milliseconds, start, stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 117 | hipEventDestroy(start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 118 | hipEventDestroy(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 121 | hipFree(d_X); 2.1 | ^~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 122 | hipFree(d_Y); 2.1 | ^~~~~~~~~~~~ 2.1 15 warnings generated when compiling for gfx942. 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 29 | hipMalloc(&d_X, bytes); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 30 | hipMalloc(&d_Y, bytes); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 52 | hipDeviceSynchronize(); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 57 | hipEventCreate(&start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 58 | hipEventCreate(&stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 63 | hipEventRecord(start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 67 | hipEventRecord(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 68 | hipEventSynchronize(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 71 | hipEventElapsedTime(&milliseconds, start, stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 117 | hipEventDestroy(start); 2.1 | ^~~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 118 | hipEventDestroy(stop); 2.1 | ^~~~~~~~~~~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 121 | hipFree(d_X); 2.1 | ^~~~~~~~~~~~ 2.1 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 2.1 122 | hipFree(d_Y); 2.1 | ^~~~~~~~~~~~ 2.1 15 warnings generated when compiling for host. 2.1 [16/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vmem 2.2 [17/56] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/test_environ_cache.cpp.o 2.2 [18/56] Building HIP object tests/CMakeFiles/mat_mul_max.dir/__/sample/mat_mul_max.hip.o 2.2 [19/56] Building HIP object tests/CMakeFiles/vcopy.dir/__/sample/vcopy.cpp.o 2.2 [20/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/memcopy 2.2 [21/56] Building HIP object tests/CMakeFiles/occupancy.dir/__/sample/occupancy.hip.o 2.2 [22/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vcopy 2.2 [23/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/mat_mul_max 2.3 [24/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/occupancy 2.3 [25/56] Building HIP object tests/CMakeFiles/laplace_eqn.dir/__/sample/laplace_eqn.hip.o 2.3 [26/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/laplace_eqn 2.3 [27/56] Building CXX object src/lib/external/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2.4 [28/56] Building HIP object tests/CMakeFiles/hip_dynamic_shared.dir/__/sample/dynamic_shared/dynamic_shared.hip.o 2.4 [29/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/hip_dynamic_shared 2.5 [30/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/counters_writer.cpp.o 2.7 [31/56] Building CXX object src/lib/pc_sampling_collector/CMakeFiles/pc-sampling-collector.dir/pc_sampling_collector.cpp.o 2.8 [32/56] Building HIP object tests/CMakeFiles/rocflop.dir/__/sample/rocflop.cpp.o 2.8 [33/56] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/rocflop 3.1 [34/56] Building CXX object src/lib/pc_sampling_collector/tests/CMakeFiles/test-pc-sampling-collector.dir/mocks.cpp.o 3.2 [35/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/rocprofiler_compute_tool.cpp.o 3.2 [36/56] Building CXX object src/lib/external/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 3.4 [37/56] Building CXX object src/lib/pc_sampling_collector/CMakeFiles/pc-sampling-collector.dir/code_object_writer.cpp.o 3.5 [38/56] Building CXX object src/lib/external/fmt/CMakeFiles/fmt.dir/src/format.cc.o 3.5 [39/56] Linking CXX static library lib/libfmt.a 3.5 [40/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/pc_sampling_feature.cpp.o 3.5 [41/56] Building CXX object src/lib/pc_sampling_collector/tests/CMakeFiles/test-pc-sampling-collector.dir/test_pc_sampling_collector.cpp.o 3.7 [42/56] Building CXX object src/lib/pc_sampling_collector/CMakeFiles/pc-sampling-collector.dir/code_object_translator.cpp.o 3.7 [43/56] Linking CXX static library lib/libpc-sampling-collector.a 3.7 [44/56] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/mocks.cpp.o 4.6 [45/56] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/test_rocprofiler_compute_tool.cpp.o 6.0 [46/56] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/test_sdk_callbacks.cpp.o 6.4 [47/56] Building CXX object src/lib/pc_sampling_collector/tests/CMakeFiles/test-pc-sampling-collector.dir/test_code_object_writer.cpp.o 6.5 [48/56] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/sdk_callbacks.cpp.o 6.6 [49/56] Linking CXX shared library lib/librocprofiler-compute-tool.so 8.3 [50/56] Building CXX object src/lib/external/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 8.3 [51/56] Linking CXX static library lib/libgtest.a 8.3 [52/56] Linking CXX static library lib/libgtest_main.a 8.3 [53/56] Linking CXX static library lib/libgmock.a 8.4 [54/56] Linking CXX static library lib/libgmock_main.a 8.4 [55/56] Linking CXX executable bin/test-pc-sampling-collector 8.4 [56/56] Linking CXX executable bin/test-rocprofiler-compute-tool END 1782124563.0421531 8.389727354049683 0