Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream support for Gauss-Seidel: Symbolic, Numeric, Apply (Twostage) #1980

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

e10harvey
Copy link
Contributor

@e10harvey e10harvey commented Sep 26, 2023

  • Move twostage GS apply onto streams
  • Move symbolic and numeric onto streams
  • Update unit test to exercise twostage with streams

@@ -985,8 +986,11 @@ class TwostageGaussSeidel {
Kokkos::subview(localZ, Kokkos::ALL(), range_type(j, j + 1));
single_vector_view_t Rj(localRj.data(), num_rows);
single_vector_view_t Zj(localZj.data(), num_rows);
my_exec_space
.fence(); // Wait for writes to R and Z to land, TODO: remove
sptrsv_solve(handle->get_gs_sptrsvL_handle(), crsmatL.graph.row_map,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My preference would be to call a sptrsv_solve overload that accepts an execution space instance. Alternatively, I could create std::vectors of size 1 and call sptrsv_solve_streams. What is your preference @brian-kelley, @lucbv, and @vqd8a?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@e10harvey To simplify the function call, I have the same preference as yours.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 926
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 517
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 190
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 189
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 189
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 195
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 169
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 680
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 675
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 673
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 194
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: twostage_gs_stream_support
  • SHA: bbac83f
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 926
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 517
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 190
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 189
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 189
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 195
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 169
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 680
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 675
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 673
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 194
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA bbac83f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 3f7e535
PR_LABELS
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 926 (click to expand)

b'[ 72%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 73%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_gemm_cuda.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_cuda.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_gemm_openmp.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_cuda.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/__/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 74%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 75%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 75%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_cuda.dir/backends/Test_Cuda_Batched_Sparse.cpp.o'
b'[ 75%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_cuda.dir/backends/Test_Cuda_Common.cpp.o'
b'[ 75%] Building CXX object batched/sparse/unit_test/CMakeFiles/KokkosKernels_batched_sla_openmp.dir/backends/Test_OpenMP_Batched_Sparse.cpp.o'
b'[ 75%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_openmp.dir/backends/Test_OpenMP_Blas.cpp.o'
b'[ 75%] Building CXX object common/unit_test/CMakeFiles/KokkosKernels_common_openmp.dir/backends/Test_OpenMP_Common.cpp.o'
b'[ 76%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_gemm_cuda.dir/backends/Test_Cuda_Batched_GEMM.cpp.o'
b'[ 76%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_openmp.dir/backends/Test_OpenMP_Batched_Dense.cpp.o'
b'[ 76%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_dla_cuda.dir/backends/Test_Cuda_Batched_Dense.cpp.o'
b'[ 76%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_openmp.dir/backends/Test_OpenMP_Graph.cpp.o'
b'[ 76%] Building CXX object batched/dense/unit_test/CMakeFiles/KokkosKernels_batched_gemm_openmp.dir/backends/Test_OpenMP_Batched_GEMM.cpp.o'
b'[ 76%] Building CXX object graph/unit_test/CMakeFiles/KokkosKernels_graph_cuda.dir/backends/Test_Cuda_Graph.cpp.o'
b'[ 76%] Building CXX object blas/unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/backends/Test_Cuda_Blas.cpp.o'
b'[ 77%] Linking CXX executable KokkosKernels_batched_sla_openmp'
b'[ 77%] Linking CXX executable KokkosKernels_common_openmp'
b'[ 77%] Built target KokkosKernels_common_openmp'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 77%] Linking CXX executable KokkosKernels_batched_sla_cuda'
b'[ 77%] Built target KokkosKernels_batched_sla_cuda'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o'
b'[ 77%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 77%] Built target KokkosKernels_batched_sla_openmp'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 77%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_cuda.dir/backends/Test_Cuda_BlockSparse.cpp.o'
b'[ 77%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_common_cuda'
b'[ 78%] Built target KokkosKernels_common_cuda'
b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_openmp.dir/backends/Test_OpenMP_BlockSparse.cpp.o'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp(771): error: no suitable conversion function from "const kokkos_complex_double" to "const double" exists'
b'          detected during instantiation of "void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, __nv_bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t=kokkos_complex_double, lno_t=int, size_type=int, device=CudaSpaceDevice]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp(113): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp(771): error: no suitable conversion function from "const kokkos_complex_double" to "const double" exists'
b'          detected during instantiation of "void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, __nv_bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t=kokkos_complex_double, lno_t=int, size_type=size_t, device=CudaSpaceDevice]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp(125): here'
b''
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/__/__/test_common/Test_Main.cpp.o'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp(771): error: no suitable conversion function from "const kokkos_complex_double" to "const double" exists'
b'          detected during instantiation of "void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, __nv_bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t=kokkos_complex_double, lno_t=int, size_type=int, device=Kokkos::OpenMP]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp(113): here'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp(771): error: no suitable conversion function from "const kokkos_complex_double" to "const double" exists'
b'          detected during instantiation of "void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, __nv_bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t=kokkos_complex_double, lno_t=int, size_type=size_t, device=Kokkos::OpenMP]" '
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp(125): here'
b''
b'2 errors detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_Cuda_Sparse.cpp".'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1856: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/backends/Test_Cuda_ODE.cpp.o'
b'2 errors detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp".'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1910: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 81%] Built target KokkosKernels_blas_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 81%] Built target KokkosKernels_graph_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_ode_cuda'
b'[ 81%] Built target KokkosKernels_ode_cuda'
b'[ 81%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 81%] Built target KokkosKernels_batched_dla_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_blas_cuda'
b'[ 81%] Built target KokkosKernels_blas_cuda'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_cuda'
b'[ 81%] Built target KokkosKernels_blocksparse_cuda'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_cuda'
b'[ 82%] Built target KokkosKernels_batched_dla_cuda'
b'[ 82%] Built target KokkosKernels_blocksparse_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_graph_cuda'
b'[ 82%] Built target KokkosKernels_graph_cuda'
b'[ 82%] Linking CXX executable KokkosKernels_batched_gemm_cuda'
b'[ 82%] Built target KokkosKernels_batched_gemm_cuda'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.926/TestAll_2023-09-26_13.25.57/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 517 (click to expand)

b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.517/TestAll_2023-09-26_13.26.07/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, unsigned long, Kokkos::Serial>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestDevice)'
b'^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.517/TestAll_2023-09-26_13.26.07/clang/13.0.0/Cuda-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'[ 80%] Linking CXX executable KokkosKernels_blas_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_blas_serial'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Built target KokkosKernels_batched_gemm_cuda'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_cuda.dir/backends/Test_Cuda_ODE.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 80%] Linking CXX executable KokkosKernels_graph_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_graph_serial'
b'[ 80%] Building CXX object perf_test/batched/sparse/CG/CMakeFiles/KokkosBatched_Test_CG.dir/KokkosBatched_Test_CG.cpp.o'
b'[ 80%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o'
b'2 errors generated when compiling for sm_70.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/backends/Test_Cuda_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1858: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Linking CXX executable KokkosBatched_Test_cusolverDn'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosBatched_Test_cusolverDn'
b'2 errors generated when compiling for sm_70.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1912: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'[ 80%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_batched_dla_serial'
b'[ 80%] Linking CXX executable KokkosKernels_ode_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_ode_serial'
b'[ 80%] Linking CXX executable KokkosKernels_ode_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_ode_cuda'
b'[ 80%] Linking CXX executable KokkosBatched_Test_CG'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosBatched_Test_CG'
b'[ 80%] Linking CXX executable KokkosKernels_blas_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_blas_cuda'
b'[ 80%] Linking CXX executable KokkosKernels_blocksparse_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 80%] Built target KokkosKernels_blocksparse_cuda'
b'[ 81%] Linking CXX executable KokkosKernels_batched_dla_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 81%] Built target KokkosKernels_batched_dla_cuda'
b'[ 81%] Linking CXX executable KokkosKernels_graph_cuda'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 81%] Built target KokkosKernels_graph_cuda'
b'[ 81%] Built target KokkosKernels_blocksparse_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.517/TestAll_2023-09-26_13.26.07/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021 # 190 (click to expand)

b'[ 72%] Built target KokkosKernels_ode_openmp'
b'[ 72%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o'
b'[ 72%] Linking CXX executable graph_color'
b'[ 72%] Linking CXX executable KokkosKernels_batched_sla_openmp'
b'[ 72%] Built target graph_color'
b'[ 72%] Building CXX object perf_test/graph/CMakeFiles/graph_triangle.dir/KokkosGraph_triangle.cpp.o'
b'[ 72%] Built target KokkosKernels_batched_sla_openmp'
b'[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o'
b'[ 73%] Linking CXX executable graph_mis_d2'
b'[ 73%] Built target graph_mis_d2'
b'[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o'
b'[ 73%] Linking CXX executable graph_color_d2'
b'[ 73%] Built target graph_color_d2'
b'[ 74%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o'
b'[ 74%] Built target KokkosBatched_Test_GMRES'
b'[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o'
b'[ 74%] Linking CXX executable sparse_pcg'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1676: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 74%] Built target sparse_pcg'
b'[ 74%] Linking CXX executable KokkosKernels_common_openmp'
b'[ 74%] Built target KokkosKernels_common_openmp'
b'[ 75%] Linking CXX executable sparse_spgemm'
b'[ 75%] Built target sparse_spgemm'
b'[ 75%] Linking CXX executable sparse_spgemm_jacobi'
b'[ 75%] Built target sparse_spgemm_jacobi'
b'[ 76%] Linking CXX executable sparse_block_pcg'
b'[ 76%] Built target sparse_block_pcg'
b'[ 76%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 76%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 76%] Linking CXX executable graph_triangle'
b'[ 76%] Built target graph_triangle'
b'[ 76%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 76%] Built target KokkosKernels_blocksparse_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 76%] Built target KokkosKernels_graph_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 76%] Built target KokkosKernels_blas_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 76%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.190/TestAll_2023-09-26_13.43.33/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.190/TestAll_2023-09-26_13.43.33/gnu/10.2.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo276: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 189 (click to expand)

b'[ 72%] Built target KokkosKernels_ode_openmp'
b'[ 72%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o'
b'[ 72%] Linking CXX executable graph_color'
b'[ 72%] Linking CXX executable KokkosKernels_batched_sla_openmp'
b'[ 72%] Built target graph_color'
b'[ 72%] Building CXX object perf_test/graph/CMakeFiles/graph_triangle.dir/KokkosGraph_triangle.cpp.o'
b'[ 72%] Built target KokkosKernels_batched_sla_openmp'
b'[ 72%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o'
b'[ 73%] Linking CXX executable graph_mis_d2'
b'[ 73%] Built target graph_mis_d2'
b'[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o'
b'[ 73%] Linking CXX executable graph_color_d2'
b'[ 73%] Built target graph_color_d2'
b'[ 73%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm.dir/KokkosSparse_spgemm.cpp.o'
b'[ 74%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 74%] Built target KokkosBatched_Test_GMRES'
b'[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1676: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 74%] Linking CXX executable sparse_pcg'
b'[ 74%] Linking CXX executable KokkosKernels_common_openmp'
b'[ 74%] Built target sparse_pcg'
b'[ 74%] Built target KokkosKernels_common_openmp'
b'[ 75%] Linking CXX executable sparse_spgemm'
b'[ 75%] Built target sparse_spgemm'
b'[ 75%] Linking CXX executable sparse_spgemm_jacobi'
b'[ 75%] Built target sparse_spgemm_jacobi'
b'[ 76%] Linking CXX executable sparse_block_pcg'
b'[ 76%] Built target sparse_block_pcg'
b'[ 76%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 76%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 76%] Linking CXX executable graph_triangle'
b'[ 76%] Built target graph_triangle'
b'[ 76%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 76%] Built target KokkosKernels_blocksparse_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 76%] Built target KokkosKernels_graph_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 76%] Built target KokkosKernels_blas_openmp'
b'[ 76%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 76%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples   --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.189/TestAll_2023-09-26_13.57.50/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples   --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.189/TestAll_2023-09-26_13.57.50/gnu/10.2.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo276: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 189 (click to expand)

b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = int; device = Kokkos::Serial]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert const Kokkos::complex to const double in initialization'
b'  771 |   const double omega_tsgs_classic = one;'
b'      |                                     ^~~'
b'      |                                     |'
b'      |                                     const Kokkos::complex'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = long unsigned int; device = Kokkos::Serial]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert const Kokkos::complex to const double in initialization'
b'[ 79%] Linking CXX executable KokkosKernels_common_openmp'
b'[ 79%] Built target KokkosKernels_common_openmp'
b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_openmp.dir/backends/Test_OpenMP_BlockSparse.cpp.o'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = int; device = Kokkos::OpenMP]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert const Kokkos::complex to const double in initialization'
b'  771 |   const double omega_tsgs_classic = one;'
b'      |                                     ^~~'
b'      |                                     |'
b'      |                                     const Kokkos::complex'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = long unsigned int; device = Kokkos::OpenMP]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert const Kokkos::complex to const double in initialization'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_serial'
b'[ 79%] Built target KokkosKernels_batched_gemm_serial'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 79%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/backends/Test_OpenMP_ODE.cpp.o'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'[ 81%] Building CXX object perf_test/batched/sparse/CG/CMakeFiles/KokkosBatched_Test_CG.dir/KokkosBatched_Test_CG.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1856: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1910: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_ode_openmp'
b'[ 81%] Built target KokkosKernels_ode_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 81%] Built target KokkosKernels_graph_serial'
b'[ 81%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 81%] Built target KokkosBatched_Test_CG'
b'[ 81%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 81%] Built target KokkosKernels_graph_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 82%] Built target KokkosKernels_blas_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 82%] Built target KokkosKernels_blocksparse_openmp'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 83%] Built target KokkosKernels_batched_dla_openmp'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 83%] Built target KokkosKernels_batched_dla_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.189/TestAll_2023-09-26_14.11.05/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo276: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19_solo # 195 (click to expand)

b'[ 91%] Building CXX object example/wiki/graph/CMakeFiles/KokkosKernels_wiki_rcm.dir/KokkosGraph_wiki_rcm.cpp.o'
b'[ 91%] Linking CXX executable KokkosKernels_ode_threads'
b'[ 91%] Linking CXX executable KokkosKernels_wiki_mis2'
b'[ 91%] Built target KokkosKernels_ode_threads'
b'[ 91%] Building CXX object example/gmres/CMakeFiles/gmres_ex_real_A.dir/ex_real_A.cpp.o'
b'[ 91%] Built target KokkosKernels_wiki_mis2'
b'[ 91%] Building CXX object example/gmres/CMakeFiles/KokkosKernels_gmres_test_prec.dir/test_prec.cpp.o'
b'[ 91%] Linking CXX executable KokkosKernels_wiki_rcm'
b'[ 91%] Built target KokkosKernels_wiki_rcm'
b'[ 91%] Building CXX object example/batched_solve/CMakeFiles/static_pivoting.dir/static_pivoting.cpp.o'
b'[ 91%] Linking CXX executable KokkosKernels_wiki_coarsening'
b'[ 91%] Built target KokkosKernels_wiki_coarsening'
b'[ 91%] Building CXX object example/batched_solve/CMakeFiles/team_GMRES.dir/team_GMRES.cpp.o'
b'[ 91%] Linking CXX executable KokkosKernels_batched_sla_threads'
b'[ 91%] Built target KokkosKernels_batched_sla_threads'
b'[ 91%] Building CXX object example/half/CMakeFiles/xpy.dir/xpy.cpp.o'
b'[ 92%] Linking CXX executable KokkosKernels_gmres_test_prec'
b'[ 93%] Linking CXX executable gmres_ex_real_A'
b'[ 93%] Built target KokkosKernels_gmres_test_prec'
b'[ 93%] Built target gmres_ex_real_A'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp (code 2)'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 2'
b'make[1]: *** [CMakeFiles/Makefile2:1350: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 94%] Linking CXX executable static_pivoting'
b'[ 95%] Linking CXX executable xpy'
b'[ 95%] Built target static_pivoting'
b'[ 95%] Built target xpy'
b'[ 96%] Linking CXX executable team_GMRES'
b'[ 96%] Built target team_GMRES'
b'[ 96%] Linking CXX executable KokkosKernels_batched_gemm_threads'
b'[ 96%] Built target KokkosKernels_batched_gemm_threads'
b'[ 97%] Linking CXX executable KokkosKernels_common_threads'
b'[ 97%] Built target KokkosKernels_common_threads'
b'[ 98%] Linking CXX executable KokkosKernels_blocksparse_threads'
b'[ 98%] Built target KokkosKernels_blocksparse_threads'
b'[ 99%] Linking CXX executable KokkosKernels_graph_threads'
b'[ 99%] Built target KokkosKernels_graph_threads'
b'[ 99%] Linking CXX executable KokkosKernels_blas_threads'
b'[ 99%] Built target KokkosKernels_blas_threads'
b'[100%] Linking CXX executable KokkosKernels_batched_dla_threads'
b'[100%] Built target KokkosKernels_batched_dla_threads'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.195/TestAll_2023-09-26_14.20.14/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'intel-19.0.5.281-Threads-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.195/TestAll_2023-09-26_14.20.14/intel/19.0.5.281/Threads-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo276: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 169 (click to expand)

b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, int, Kokkos::Threads>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, int, TestDevice)'
b'^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.169/TestAll_2023-09-26_14.22.16/llvm/10.0.1/Threads_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, unsigned long, Kokkos::Threads>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestDevice)'
b'^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.169/TestAll_2023-09-26_14.22.16/llvm/10.0.1/Threads_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'[ 81%] Linking CXX executable KokkosKernels_ode_threads'
b'[ 81%] Built target KokkosKernels_ode_threads'
b'[ 81%] Building CXX object perf_test/batched/sparse/CG/CMakeFiles/KokkosBatched_Test_CG.dir/KokkosBatched_Test_CG.cpp.o'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'[ 81%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverDn.dir/KokkosBatched_Test_cusolverDn.cpp.o'
b'[ 81%] Linking CXX executable KokkosBatched_Test_cusolverDn'
b'[ 81%] Built target KokkosBatched_Test_cusolverDn'
b'[ 81%] Building CXX object perf_test/batched/sparse/cusolver/CMakeFiles/KokkosBatched_Test_cusolverSp.dir/KokkosBatched_Test_cusolverSp.cpp.o'
b'[ 81%] Linking CXX executable KokkosBatched_Test_cusolverSp'
b'[ 81%] Built target KokkosBatched_Test_cusolverSp'
b'[ 81%] Building CXX object perf_test/batched/sparse/GMRES/CMakeFiles/KokkosBatched_Test_GMRES.dir/KokkosBatched_Test_GMRES.cpp.o'
b'2 errors generated.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1856: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'2 errors generated.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1910: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 81%] Built target KokkosBatched_Test_CG'
b'[ 81%] Linking CXX executable KokkosKernels_graph_threads'
b'[ 81%] Built target KokkosKernels_graph_threads'
b'[ 82%] Linking CXX executable KokkosKernels_blas_threads'
b'[ 82%] Built target KokkosKernels_blas_threads'
b'[ 82%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 82%] Built target KokkosKernels_graph_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 82%] Built target KokkosBatched_Test_GMRES'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_threads'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_threads'
b'[ 82%] Built target KokkosKernels_blocksparse_threads'
b'[ 82%] Built target KokkosKernels_batched_dla_threads'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 83%] Built target KokkosKernels_batched_dla_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.169/TestAll_2023-09-26_14.22.16/llvm/10.0.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo350: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 680 (click to expand)

b'[ 72%] Built target KokkosKernels_ode_serial'
b'Scanning dependencies of target graph_color_d2'
b'[ 73%] Building CXX object perf_test/graph/CMakeFiles/graph_color_d2.dir/KokkosGraph_color_d2.cpp.o'
b'[ 73%] Linking CXX executable KokkosKernels_batched_sla_serial'
b'[ 73%] Built target KokkosKernels_batched_sla_serial'
b'[ 74%] Linking CXX executable graph_mis_d2'
b'Scanning dependencies of target graph_color'
b'[ 74%] Building CXX object perf_test/graph/CMakeFiles/graph_color.dir/KokkosGraph_color.cpp.o'
b'[ 74%] Built target graph_mis_d2'
b'Scanning dependencies of target sparse_mdf'
b'[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_mdf.dir/KokkosSparse_mdf.cpp.o'
b'[ 74%] Linking CXX executable graph_color_d2'
b'[ 74%] Built target graph_color_d2'
b'Scanning dependencies of target sparse_pcg'
b'[ 74%] Building CXX object perf_test/sparse/CMakeFiles/sparse_pcg.dir/KokkosSparse_pcg.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1841: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 75%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 75%] Linking CXX executable KokkosKernels_common_serial'
b'[ 75%] Built target KokkosBatched_Test_GMRES'
b'[ 75%] Built target KokkosKernels_common_serial'
b'[ 75%] Linking CXX executable sparse_pcg'
b'[ 75%] Built target sparse_pcg'
b'[ 75%] Linking CXX executable graph_color'
b'[ 75%] Built target graph_color'
b'[ 75%] Linking CXX executable graph_triangle'
b'[ 76%] Linking CXX executable sparse_mdf'
b'[ 76%] Built target graph_triangle'
b'[ 76%] Built target sparse_mdf'
b'[ 76%] Linking CXX executable KokkosKernels_batched_gemm_serial'
b'[ 76%] Built target KokkosKernels_batched_gemm_serial'
b'[ 76%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 76%] Built target KokkosKernels_blocksparse_serial'
b'[ 76%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 76%] Built target KokkosKernels_graph_serial'
b'[ 76%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 76%] Built target KokkosKernels_blas_serial'
b'[ 76%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 76%] Built target KokkosKernels_batched_dla_serial'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.680/TestAll_2023-09-26_13.59.40/armpl/21.1.0/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'armpl-21.1.0-Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.680/TestAll_2023-09-26_13.59.40/armpl/21.1.0/Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4245'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 675 (click to expand)

b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_OpenMP_Sparse.cpp:20:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of 'void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = int; device = Kokkos::OpenMP]':"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1:   required from here'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert 'const Kokkos::complex' to 'const double' in initialization"
b'  771 |   const double omega_tsgs_classic = one;'
b'      |                                     ^~~'
b'      |                                     |'
b'      |                                     const Kokkos::complex'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of 'void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = long unsigned int; device = Kokkos::OpenMP]':"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1:   required from here'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert 'const Kokkos::complex' to 'const double' in initialization"
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/backends/Test_Serial_BlockSparse.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_common_openmp'
b'[ 78%] Built target KokkosKernels_common_openmp'
b'Scanning dependencies of target KokkosKernels_sparse_serial'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 79%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_serial'
b'[ 79%] Built target KokkosKernels_batched_gemm_serial'
b'Scanning dependencies of target KokkosKernels_ode_openmp'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_openmp.dir/backends/Test_OpenMP_ODE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/backends/Test_Serial_Sparse.cpp:20:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of 'void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = int; device = Kokkos::Serial]':"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1:   required from here'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert 'const Kokkos::complex' to 'const double' in initialization"
b'  771 |   const double omega_tsgs_classic = one;'
b'      |                                     ^~~'
b'      |                                     |'
b'      |                                     const Kokkos::complex'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp: In instantiation of 'void test_gauss_seidel_streams_rank1(lno_t, size_type, lno_t, lno_t, bool, double, KokkosGraph::ColoringAlgorithm, int) [with scalar_t = Kokkos::complex; lno_t = int; size_type = long unsigned int; device = Kokkos::Serial]':"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1:   required from here'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:37: error: cannot convert 'const Kokkos::complex' to 'const double' in initialization"
b'[ 80%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 80%] Built target KokkosKernels_batched_gemm_openmp'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 80%] Linking CXX executable KokkosKernels_ode_openmp'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2027: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Built target KokkosKernels_ode_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:93: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2083: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 81%] Built target KokkosKernels_graph_serial'
b'[ 81%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 81%] Built target KokkosKernels_graph_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 82%] Built target KokkosKernels_blas_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_openmp'
b'[ 82%] Built target KokkosKernels_blocksparse_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 82%] Built target KokkosKernels_blas_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 82%] Built target KokkosKernels_batched_dla_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 83%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.675/TestAll_2023-09-26_13.59.39/gcc/10.2.0/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4244'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 673 (click to expand)

b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, int, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, int, TestDevice)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.673/TestAll_2023-09-26_14.00.10/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'[ 78%] Built target KokkosKernels_common_hip'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, unsigned long, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestDevice)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.673/TestAll_2023-09-26_14.00.10/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'[ 78%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 78%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 79%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 80%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/backends/Test_Serial_BlockSparse.cpp.o'
b'[ 80%] Built target KokkosKernels_graph_serial'
b'[ 80%] Built target KokkosKernels_blas_serial'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'Scanning dependencies of target KokkosKernels_ode_hip'
b'[ 81%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 81%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o'
b'2 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2029: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 82%] Linking CXX executable KokkosKernels_ode_serial'
b'2 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2057: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 82%] Built target KokkosKernels_ode_serial'
b'[ 82%] Built target KokkosKernels_batched_dla_serial'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 82%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 82%] Built target KokkosKernels_blocksparse_hip'
b'[ 82%] Built target KokkosKernels_ode_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 82%] Built target KokkosKernels_blas_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 82%] Built target KokkosKernels_blocksparse_serial'
b'[ 83%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 83%] Built target KokkosKernels_batched_dla_hip'
b'[ 83%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 83%] Built target KokkosKernels_graph_hip'
b'[ 83%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 83%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.673/TestAll_2023-09-26_14.00.10/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway06: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 194 (click to expand)

b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:113:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, int, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, int, TestDevice)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.194/TestAll_2023-09-26_14.14.30/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'[ 77%] Built target KokkosKernels_common_hip'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:27:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:771:16: error: no viable conversion from 'const Kokkos::complex' to 'const double'"
b'  const double omega_tsgs_classic = one;'
b'               ^                    ~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:125:1: note: in instantiation of function template specialization 'test_gauss_seidel_streams_rank1, int, unsigned long, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestDevice)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_gauss_seidel.hpp:880:5: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'    test_gauss_seidel_streams_rank1(                                  \\'
b'    ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.194/TestAll_2023-09-26_14.14.30/rocm/5.2.0/Hip_Serial-release/kokkos-install/include/Kokkos_Complex.hpp:103:3: note: candidate function'
b'  operator std::complex() const noexcept {'
b'  ^'
b'Scanning dependencies of target KokkosKernels_ode_serial'
b'[ 77%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/__/__/test_common/Test_Main.cpp.o'
b'[ 77%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 78%] Building CXX object sparse/unit_test/CMakeFiles/KokkosKernels_blocksparse_serial.dir/backends/Test_Serial_BlockSparse.cpp.o'
b'[ 79%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 79%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_serial.dir/backends/Test_Serial_ODE.cpp.o'
b'[ 79%] Built target KokkosKernels_graph_serial'
b'Scanning dependencies of target KokkosKernels_ode_hip'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/__/__/test_common/Test_Main.cpp.o'
b'2 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2029: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 80%] Building CXX object ode/unit_test/CMakeFiles/KokkosKernels_ode_hip.dir/backends/Test_HIP_ODE.cpp.o'
b'[ 80%] Built target KokkosKernels_blas_serial'
b'[ 81%] Linking CXX executable KokkosKernels_ode_serial'
b'2 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2057: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 81%] Built target KokkosKernels_ode_serial'
b'[ 81%] Built target KokkosKernels_batched_dla_serial'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_hip'
b'[ 81%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 81%] Built target KokkosKernels_blocksparse_hip'
b'[ 81%] Built target KokkosKernels_ode_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 81%] Built target KokkosKernels_blas_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blocksparse_serial'
b'[ 81%] Built target KokkosKernels_blocksparse_serial'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 82%] Built target KokkosKernels_batched_dla_hip'
b'[ 82%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 82%] Built target KokkosKernels_graph_hip'
b'[ 82%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 82%] Built target KokkosKernels_batched_sla_hip'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.194/TestAll_2023-09-26_14.14.30/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway06: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job KokkosKernels_PullRequest_VEGA908_ROCM520 to start: Total Wait = 3603

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job KokkosKernels_PullRequest_CLANG1001_solo to start: Total Wait = 3603

@e10harvey e10harvey added the AT: RETEST Have this PR retested. label Oct 2, 2023
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 942
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 531
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 204
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 203
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 203
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 209
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 180
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 691
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 686
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 682
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 203
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (e10harvey/kokkos-kernels)
  • Branch: twostage_gs_stream_support
  • SHA: f61c036
  • Mode: TEST_REPO

Pull Request Author: e10harvey

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 942
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 531
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 204
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 203
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 203
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 209
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 180
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 691
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 686
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 682
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 203
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/e10harvey/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA f61c036
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA e8469fd
PR_LABELS AT: RETEST
PULLREQUESTNUM 1980
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 942 (click to expand)

b' > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins6058165114320194444.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <63308> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1296 run_time=452'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1695 run_time=405'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 # 531 (click to expand)

b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=622 run_time=108'
b'gcc-9.3.0-OpenMP_Serial-release build_time=843 run_time=261'
b'gcc-9.3.0-Serial-release build_time=568 run_time=107'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=600 run_time=109'
b'gcc-9.3.0-Serial-release build_time=548 run_time=104'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021 # 204 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse f61c036fa13603556b192d3fbbf5ae4b1745da5c^{commit} # timeout=10'
b'Checking out Revision f61c036fa13603556b192d3fbbf5ae4b1745da5c (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f f61c036fa13603556b192d3fbbf5ae4b1745da5c # timeout=10'
b'Commit message: "Merge branch \'develop\' into twostage_gs_stream_support"'
b' > git rev-list --no-walk 6f6cac2536c9b8c6a14b6019466943d505e7cb22 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins118110968904740165.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2060536 queued and waiting for resources'
b'srun: job 2060536 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=448 run_time=117'
b'gnu-10.2.1-Threads_Serial-release build_time=620 run_time=191'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021_Light_LayoutRight # 203 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse f61c036fa13603556b192d3fbbf5ae4b1745da5c^{commit} # timeout=10'
b'Checking out Revision f61c036fa13603556b192d3fbbf5ae4b1745da5c (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f f61c036fa13603556b192d3fbbf5ae4b1745da5c # timeout=10'
b'Commit message: "Merge branch \'develop\' into twostage_gs_stream_support"'
b' > git rev-list --no-walk 6f6cac2536c9b8c6a14b6019466943d505e7cb22 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins5930337071498793791.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2060537 queued and waiting for resources'
b'srun: job 2060537 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=417 run_time=111'
b'gnu-10.2.1-Threads_Serial-release build_time=566 run_time=171'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GNU1021 # 203 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse f61c036fa13603556b192d3fbbf5ae4b1745da5c^{commit} # timeout=10'
b'Checking out Revision f61c036fa13603556b192d3fbbf5ae4b1745da5c (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f f61c036fa13603556b192d3fbbf5ae4b1745da5c # timeout=10'
b'Commit message: "Merge branch \'develop\' into twostage_gs_stream_support"'
b' > git rev-list --no-walk 6f6cac2536c9b8c6a14b6019466943d505e7cb22 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins5915826086514927251.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2060538 queued and waiting for resources'
b'srun: job 2060538 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=626 run_time=220'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19_solo # 209 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse f61c036fa13603556b192d3fbbf5ae4b1745da5c^{commit} # timeout=10'
b'Checking out Revision f61c036fa13603556b192d3fbbf5ae4b1745da5c (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f f61c036fa13603556b192d3fbbf5ae4b1745da5c # timeout=10'
b'Commit message: "Merge branch \'develop\' into twostage_gs_stream_support"'
b' > git rev-list --no-walk 6f6cac2536c9b8c6a14b6019466943d505e7cb22 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins5961383119378970265.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2060542 queued and waiting for resources'
b'srun: job 2060542 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release build_time=1566 run_time=98'
b'intel-19.0.5.281-Threads-release build_time=1132 run_time=97'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001_solo # 180 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/e10harvey/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/e10harvey/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/e10harvey/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse f61c036fa13603556b192d3fbbf5ae4b1745da5c^{commit} # timeout=10'
b'Checking out Revision f61c036fa13603556b192d3fbbf5ae4b1745da5c (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f f61c036fa13603556b192d3fbbf5ae4b1745da5c # timeout=10'
b'Commit message: "Merge branch \'develop\' into twostage_gs_stream_support"'
b' > git rev-list --no-walk 6f6cac2536c9b8c6a14b6019466943d505e7cb22 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins1061368188196336602.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b'Already up to date.'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2060548 queued and waiting for resources'
b'srun: job 2060548 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=678 run_time=198'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110 # 691 (click to expand)

b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4273'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=1949 run_time=1265'
b'armpl-21.1.0-Serial-release build_time=1796 run_time=226'
b'salloc: Relinquishing job allocation 4273'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_A64FX_GCC1020 # 686 (click to expand)

b" > git --version # 'git version 2.19.2'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'Commit message: "Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange"'
b' > git rev-list --no-walk 41cf2e51cd8e63a614aa1b4a9564a35934b805d5 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins16706247630690087985.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 4272'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  f61c036fa13603556b192d3fbbf5ae4b1745da5c Merge branch 'develop' into twostage_gs_stream_support"
b''
b'Kokkos Repository Status:  41cf2e51cd8e63a614aa1b4a9564a35934b805d5 Merge pull request #6303 from thearusable/5635-threads-parallel-scan-with-value-TeamThreadRange'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2662 run_time=2124'
b'salloc: Relinquishing job allocation 4272'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_ROCM520 # 682 (click to expand)

b'26: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.682/TestAll_2023-10-02_13.34.46/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_coarsening'
b'26: Test timeout computed to be: 2500'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'26/28 Test #26: wiki_coarsening ..................Subprocess aborted***Exception:   0.41 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 27'
b'      Start 27: wiki_rcm'
b''
b'27: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.682/TestAll_2023-10-02_13.34.46/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'27: Test timeout computed to be: 2500'
b"27: terminate called after throwing an instance of 'std::runtime_error'"
b'27:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'27/28 Test #27: wiki_rcm .........................Subprocess aborted***Exception:   0.41 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 28'
b'      Start 28: gmres_test_prec'
b''
b'28: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.682/TestAll_2023-10-02_13.34.46/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'28: Test timeout computed to be: 2500'
b'28: Convergence tolerance is: 1e-10'
b"28: terminate called after throwing an instance of 'std::runtime_error'"
b'28:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'28/28 Test #28: gmres_test_prec ..................Subprocess aborted***Exception:   0.41 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b''
b'0% tests passed, 28 tests failed out of 28'
b''
b'Total Test time (real) =  13.72 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_hip (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_hip (Subprocess aborted)'
b'\t  4 - batched_gemm_hip (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_hip (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_hip (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_hip (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_hip (Subprocess aborted)'
b'\t 14 - blocksparse_hip (Subprocess aborted)'
b'\t 15 - sparse_serial (Subprocess aborted)'
b'\t 16 - blocksparse_serial (Subprocess aborted)'
b'\t 17 - ode_hip (Subprocess aborted)'
b'\t 18 - ode_serial (Subprocess aborted)'
b'\t 19 - wiki_crsmatrix (Subprocess aborted)'
b'\t 20 - wiki_spmv (Subprocess aborted)'
b'\t 21 - wiki_spadd (Subprocess aborted)'
b'\t 22 - wiki_spgemm (Subprocess aborted)'
b'\t 23 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 24 - wiki_coloring (Subprocess aborted)'
b'\t 25 - wiki_mis2 (Subprocess aborted)'
b'\t 26 - wiki_coarsening (Subprocess aborted)'
b'\t 27 - wiki_rcm (Subprocess aborted)'
b'\t 28 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.682/TestAll_2023-10-02_13.34.46/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway06: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 203 (click to expand)

b'26: Test timeout computed to be: 2500'
b"26: terminate called after throwing an instance of 'std::runtime_error'"
b'26:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'26/28 Test #26: wiki_coarsening ..................Subprocess aborted***Exception:   0.44 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 27'
b'      Start 27: wiki_rcm'
b''
b'27: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.203/TestAll_2023-10-02_13.17.10/rocm/5.2.0/Hip_Serial-release/example/wiki/graph/KokkosKernels_wiki_rcm'
b'27: Test timeout computed to be: 2500'
b"27: terminate called after throwing an instance of 'std::runtime_error'"
b'27:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'27/28 Test #27: wiki_rcm .........................Subprocess aborted***Exception:   0.44 sec'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b'test 28'
b'      Start 28: gmres_test_prec'
b''
b'28: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.203/TestAll_2023-10-02_13.17.10/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec'
b'28: Test timeout computed to be: 2500'
b'28: Convergence tolerance is: 1e-10'
b"28: terminate called after throwing an instance of 'std::runtime_error'"
b'28:   what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b'28/28 Test #28: gmres_test_prec ..................Subprocess aborted***Exception:   0.43 sec'
b'Convergence tolerance is: 1e-10'
b"terminate called after throwing an instance of 'std::runtime_error'"
b'  what():  Desul::Error: init_lock_arrays_hip: post malloc error(hipErrorOutOfMemory): hipErrorOutOfMemory'
b''
b''
b'0% tests passed, 28 tests failed out of 28'
b''
b'Total Test time (real) =  15.84 sec'
b''
b'The following tests FAILED:'
b'\t  1 - common_hip (Subprocess aborted)'
b'\t  2 - common_serial (Subprocess aborted)'
b'\t  3 - batched_dla_hip (Subprocess aborted)'
b'\t  4 - batched_gemm_hip (Subprocess aborted)'
b'\t  5 - batched_dla_serial (Subprocess aborted)'
b'\t  6 - batched_gemm_serial (Subprocess aborted)'
b'\t  7 - batched_sla_hip (Subprocess aborted)'
b'\t  8 - batched_sla_serial (Subprocess aborted)'
b'\t  9 - blas_hip (Subprocess aborted)'
b'\t 10 - blas_serial (Subprocess aborted)'
b'\t 11 - graph_hip (Subprocess aborted)'
b'\t 12 - graph_serial (Subprocess aborted)'
b'\t 13 - sparse_hip (Subprocess aborted)'
b'\t 14 - blocksparse_hip (Subprocess aborted)'
b'\t 15 - sparse_serial (Subprocess aborted)'
b'\t 16 - blocksparse_serial (Subprocess aborted)'
b'\t 17 - ode_hip (Subprocess aborted)'
b'\t 18 - ode_serial (Subprocess aborted)'
b'\t 19 - wiki_crsmatrix (Subprocess aborted)'
b'\t 20 - wiki_spmv (Subprocess aborted)'
b'\t 21 - wiki_spadd (Subprocess aborted)'
b'\t 22 - wiki_spgemm (Subprocess aborted)'
b'\t 23 - wiki_gauss_seidel (Subprocess aborted)'
b'\t 24 - wiki_coloring (Subprocess aborted)'
b'\t 25 - wiki_mis2 (Subprocess aborted)'
b'\t 26 - wiki_coarsening (Subprocess aborted)'
b'\t 27 - wiki_rcm (Subprocess aborted)'
b'\t 28 - gmres_test_prec (Subprocess aborted)'
b'Errors while running CTest'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.203/TestAll_2023-10-02_13.17.10/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway06: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: cwpears@sandia.gov'
b'Finished: FAILURE'
b''

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Oct 2, 2023
@e10harvey
Copy link
Contributor Author

@brian-kelley, @vqd8a, @lucbv: This one is ready to review. CI is failing due to the HIP OOM system issue. Note that hints and moving sptrsv onto streams will be done in a follow-on PR.

@brian-kelley
Copy link
Contributor

@e10harvey I guess since #1980 is already open, it makes sense to wait for that, and take care of the two-stage impl TODOs before merging this? But everything here LGTM.

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

29 similar comments
@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants