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

spgemm handle: check that A,B,C graphs never change #1742

Merged
merged 7 commits into from
Apr 5, 2023

Conversation

brian-kelley
Copy link
Contributor

Resolves #1738. The graphs (rowptrs/entries) of A, B and C can't
change for a given spgemm handle (over all symbolic and numeric calls).
This adds checks to symbolic and numeric for this (the raw pointers of
rowptrs/entries are recorded in the handle, and then compared against in
all subsequent calls).

Since the A/B values views are allowed to change in between numeric calls, strengthen the spgemm reuse testing to actually reallocate those views (not just fill them with new values).

Tested on serial+openmp+cuda without TPLs, then with cusparse, rocsparse and MKL.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

I am a bit worried about the check on matrix pointers, I also would like a little more testing of the new features.

sparse/src/KokkosSparse_spgemm_handle.hpp Outdated Show resolved Hide resolved
sparse/unit_test/Test_Sparse_spgemm.hpp Show resolved Hide resolved
@brian-kelley brian-kelley requested a review from lucbv March 17, 2023 18:47
@brian-kelley brian-kelley force-pushed the GuardSpgemmHandleReuse branch from 062d432 to 1561b65 Compare March 17, 2023 18:50
@jgfouca
Copy link
Contributor

jgfouca commented Mar 17, 2023

@brian-kelley , now that you have the hash check. Is there any reason to keep the pointer checks? If I pass in copies of A or B ptrs/entries, the pointer check will break.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Thanks @brian-kelley this looks good

@brian-kelley
Copy link
Contributor Author

@jgfouca I did leave the pointer checking in intentionally, because I could have sworn that at least one version of cuSPARSE would crash if you tried to reset any of the matrix pointers in between phases. But I just tested it on 11.2 and 11.6 and it seems to work fine if you replace rowptrs/entries by deep copies, so I see no reason to keep those checks. I'll go ahead and take them out.

@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_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 to start: Total Wait = 3603

  • Other jobs have been previously started - We must stop them...
  • Terminating Build 393 of Jenkins job KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight on Jenkins server at https://jenkins-son.sandia.gov

@brian-kelley brian-kelley added the AT: RETEST Have this PR retested. label Mar 18, 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: 398
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 11
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 38
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 309
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 272
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 411
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 213
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 210
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 212
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: GuardSpgemmHandleReuse
  • SHA: 87fc970
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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: 398
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 11
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 38
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 309
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 272
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 359
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 411
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 213
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 210
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 212
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 87fc970
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA ff097ec
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 398 (click to expand)

cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3310: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:30:   required from static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.398/TestAll_2023-03-18_15.01.01/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:30:   required from static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.398/TestAll_2023-03-18_15.01.01/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3338: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3268: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3366: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3296: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3324: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:30:   required from static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.398/TestAll_2023-03-18_15.01.01/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3352: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3380: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1435: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.398/TestAll_2023-03-18_15.01.01/cuda/11.2.2/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.11/TestAll_2023-03-18_15.01.02/gcc/9.3.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.11/TestAll_2023-03-18_15.01.02/gcc/9.3.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.11/TestAll_2023-03-18_15.01.02/gcc/9.3.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 38 (click to expand)

cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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 --disable-test-eti-only

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.38/TestAll_2023-03-18_15.02.49/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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 --disable-test-eti-only

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.38/TestAll_2023-03-18_15.02.49/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake21: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 309 (click to expand)

make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.309/TestAll_2023-03-18_15.02.57/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.309/TestAll_2023-03-18_15.02.57/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake22: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 272 (click to expand)

In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:23,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.272/TestAll_2023-03-18_15.03.09/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::OpenMP; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:50:   required from static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.272/TestAll_2023-03-18_15.03.09/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:23,
                 from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.272/TestAll_2023-03-18_15.03.09/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Serial; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:50:   required from static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.272/TestAll_2023-03-18_15.03.09/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0 openblas/0.3.21/gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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=,blas --user-blas-path=/home/projects/x86-64-skylake/spack/opt/spack/linux-rhel7-skylake_avx512/gcc-10.2.0/openblas-0.3.21-k3hscel2el5bpov4ejvsn5yl5atsezr6/lib --user-lapack-path=/home/projects/x86-64-skylake/spack/opt/spack/linux-rhel7-skylake_avx512/gcc-10.2.0/openblas-0.3.21-k3hscel2el5bpov4ejvsn5yl5atsezr6/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/KokkosKernels_PullRequest_Tpls_GCC1020.272/TestAll_2023-03-18_15.03.09/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake23: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 359 (click to expand)

16/17 Test #16: wiki_rcm .........................   Passed    0.02 sec
test 17
      Start 17: gmres_test_prec

17: Test command: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.359/TestAll_2023-03-18_15.03.19/intel/19.5.281/Threads-release/example/gmres/KokkosKernels_gmres_test_prec
17: Test timeout computed to be: 2500
17: Convergence tolerance is: 1e-10
17: =========================================
17: Verify from main: Ending residual is 4.25123e-14
17: Number of iterations is: 1
17: Diff of residual from main - residual from solver: 0
17: Convergence flag is : 0
17: Test passed!
17/17 Test #17: gmres_test_prec .................. Passed 0.04 sec

94% tests passed, 1 tests failed out of 17

Total Test time (real) = 111.16 sec

The following tests FAILED:
7 - sparse_threads (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.359/TestAll_2023-03-18_15.03.19/intel/19.5.281/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
intel-19.5.281-Threads-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=SKX --compiler=/home/projects/x86-64/intel/compilers/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.359/TestAll_2023-03-18_15.03.19/intel/19.5.281/Threads-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake24: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 411 (click to expand)

                                                        ^
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.411/TestAll_2023-03-18_15.03.29/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.411/TestAll_2023-03-18_15.03.29/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
1 error generated.
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.411/TestAll_2023-03-18_15.03.29/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
1 error generated.
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/compilers/llvm/10.0.1/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.411/TestAll_2023-03-18_15.03.29/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake25: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Serial; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:50:   required from 'static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.213/TestAll_2023-03-18_15.05.15/armpl/21.1.0/Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1575: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1601: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1588: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1614: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1627: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1640: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1463: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.213/TestAll_2023-03-18_15.05.15/armpl/21.1.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module purge
    module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.213/TestAll_2023-03-18_15.05.15/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3124
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
[ 49%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o
In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:24,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::OpenMP; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:48:   required from 'static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:24,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::Serial; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:48:   required from 'static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3031: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3018: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3083: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3070: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3057: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3044: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3109: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3096: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1477: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.210/TestAll_2023-03-18_15.05.17/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3125
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

23:     **        *       **            
23:       ***  **    *  *   *           
23:        ***      * * *   **          
23:         ***      * *    ***         
23:          **       *      **         
23:            ***  **   *  *  *        
23:             ***     * * *  **       
23:              ***     * *   ***      
23:               **      *     **      
23:                 *** **   * *  *     
23:                  ***    * **  **    
23:                   **     *    **    
23:                     *** **  * * *   
23:                      ***   * ** **  
23:                       **    *   **  
23:                         *****  ** * 
23:                          **   * * * 
23:                            ***** ***
23:                             **  * **
23:                               **** *
23:                                 *** 
23: 
23/24 Test #23: wiki_rcm .........................   Passed    0.33 sec
test 24
      Start 24: gmres_test_prec

24: Test command: /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.212/TestAll_2023-03-18_15.05.52/rocm/5.2.0/Hip_Serial-release/example/gmres/KokkosKernels_gmres_test_prec
24: Test timeout computed to be: 2500
24: Convergence tolerance is: 1e-10
24: =========================================
24: Verify from main: Ending residual is 3.48957e-14
24: Number of iterations is: 1
24: Diff of residual from main - residual from solver: 0
24: Convergence flag is : 0
24: Test passed!
24/24 Test #24: gmres_test_prec .................. Passed 0.34 sec

92% tests passed, 2 tests failed out of 24

Total Test time (real) = 592.23 sec

The following tests FAILED:
13 - sparse_hip (Failed)
14 - sparse_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module load cmake/3.19.3 rocm/5.2.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.212/TestAll_2023-03-18_15.05.52/rocm/5.2.0/Hip_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: caraway05: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Mar 18, 2023
@brian-kelley brian-kelley force-pushed the GuardSpgemmHandleReuse branch from 87fc970 to 311839c Compare March 20, 2023 18:13
Copy link
Contributor

@e10harvey e10harvey left a comment

Choose a reason for hiding this comment

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

Are collisions possible? If so, what happens if two different data sets have a hash collision?

common/src/KokkosKernels_SimpleUtils.hpp Show resolved Hide resolved
common/src/KokkosKernels_SimpleUtils.hpp Show resolved Hide resolved
common/src/KokkosKernels_SimpleUtils.hpp Outdated Show resolved Hide resolved
@brian-kelley
Copy link
Contributor Author

@e10harvey Yes, collisions are possible but with small probability (about 1 in 2^32), which I think is acceptable for our purposes. I could go up to a 64 bit hash, but that would increase the cost a bit on GPUs.

@brian-kelley brian-kelley requested a review from e10harvey March 20, 2023 21:46
@brian-kelley
Copy link
Contributor Author

@e10harvey Thanks for the review, especially catching the issue with padding bytes. I just pushed those changes.

@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: 406
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 16
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 44
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 314
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 277
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 416
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 218
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 215
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 218
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: GuardSpgemmHandleReuse
  • SHA: ded84ed
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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: 406
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 16
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 44
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 314
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 277
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 364
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 416
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 218
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 215
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 218
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA ded84ed
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 406 (click to expand)

cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3282: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:30:   required from static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.406/TestAll_2023-03-20_17.19.32/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3310: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Cuda, Kokkos::CudaSpace, Kokkos::CudaSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:30:   required from static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.406/TestAll_2023-03-20_17.19.32/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3268: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Cuda; TemporaryMemorySpace = Kokkos::CudaSpace; PersistentMemorySpace = Kokkos::CudaSpace]:
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:5:   required from void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:30:   required from static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.406/TestAll_2023-03-20_17.19.32/cuda/11.2.2/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:24:17:   required from here
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:1: error: unused parameter c_rowptrsIn [-Werror=unused-parameter]
                                      const b_entries_t &b_entriesIn,
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      const c_rowptrs_t &c_rowptrsIn) {
 ^          
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3338: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3366: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3296: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3324: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3352: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1436: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 cuda/11.2.2 openblas/0.3.20/gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Volta70 --compiler=/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/spack-installs/cuda/11.2.2/gcc/8.3.1/base/uflzqtv --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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight@2/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.406/TestAll_2023-03-20_17.19.32/cuda/11.2.2/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

make: *** [Makefile:146: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-9.3.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.16/TestAll_2023-03-20_17.19.41/gcc/9.3.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.16/TestAll_2023-03-20_17.19.41/gcc/9.3.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-9.3.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.23.1 gcc/9.3.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/9.3.0/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.16/TestAll_2023-03-20_17.19.41/gcc/9.3.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 44 (click to expand)

cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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 --disable-test-eti-only

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.44/TestAll_2023-03-20_17.19.52/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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 --disable-test-eti-only

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/KokkosKernels_PullRequest_GCC1020.44/TestAll_2023-03-20_17.19.52/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake21: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 314 (click to expand)

cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_jacobi/Sparse_spgemm_jacobi_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTRIGHT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.314/TestAll_2023-03-20_17.20.01/gcc/10.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-10.2.0-Threads_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/10.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/10.2.0/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=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight.314/TestAll_2023-03-20_17.20.01/gcc/10.2.0/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake23: task 0: Exited with exit code 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 277 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to blake
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1194)
		at hudson.FilePath.act(FilePath.java:1183)
		at hudson.FilePath.mkdirs(FilePath.java:1374)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:848)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:540)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1217)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:647)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
		at hudson.model.Run.execute(Run.java:1897)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
java.nio.file.AccessDeniedException: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3624)
	at hudson.FilePath.access$1100(FilePath.java:212)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1384)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1379)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 364 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to blake
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1194)
		at hudson.FilePath.act(FilePath.java:1183)
		at hudson.FilePath.mkdirs(FilePath.java:1374)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:848)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:540)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1217)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:647)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
		at hudson.model.Run.execute(Run.java:1897)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
java.nio.file.AccessDeniedException: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/kokkos-kernels
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3624)
	at hudson.FilePath.access$1100(FilePath.java:212)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1384)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1379)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 416 (click to expand)

                                                        ^
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.416/TestAll_2023-03-20_17.20.33/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.416/TestAll_2023-03-20_17.20.33/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.416/TestAll_2023-03-20_17.20.33/clang/10.0.1/Threads_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:23:
In file included from /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20:
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror,-Wunused-parameter]
                                     const c_rowptrs_t &c_rowptrsIn) {
                                                        ^
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 clang/10.0.1

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=SKX --compiler=/home/projects/x86-64/compilers/llvm/10.0.1/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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/KokkosKernels_PullRequest_CLANG1001.416/TestAll_2023-03-20_17.20.33/clang/10.0.1/Threads_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
srun: error: blake24: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const double; ExecutionSpace = Kokkos::Serial; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<1> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_numeric_spec.hpp:201:50:   required from 'static void KokkosSparse::Impl::BSPGEMM_NUMERIC::bspgemm_numeric(KernelHandle*, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::nnz_lno_t, typename KernelHandle::const_nnz_lno_t, a_size_view_t_, a_lno_view_t, a_scalar_view_t, bool, b_size_view_t_, b_lno_view_t, b_scalar_view_t, bool, c_size_view_t_, c_lno_view_t&, c_scalar_view_t&) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle; a_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; a_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; b_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_size_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; c_lno_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_scalar_view_t = Kokkos::View, Kokkos::MemoryTraits<1> >; typename KernelHandle::nnz_lno_t = int; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.218/TestAll_2023-03-20_17.20.47/armpl/21.1.0/Serial-release/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1575: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1601: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1588: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1614: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1627: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1640: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/bspgemm_numeric/Sparse_bspgemm_numeric_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1491: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
armpl-21.1.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.218/TestAll_2023-03-20_17.20.47/armpl/21.1.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
armpl-21.1.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    module purge
    module purge
    module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.218/TestAll_2023-03-20_17.20.47/armpl/21.1.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3136
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:48:   required from 'static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:24,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::OpenMP; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:48:   required from 'static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosKernels_Handle.hpp:20,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:24,
                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:21:
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp: In instantiation of 'bool KokkosSparse::SPGEMMHandle::checkMatrixIdentitiesSymbolic(const a_rowptrs_t&, const a_entries_t&, const b_rowptrs_t&, const b_entries_t&, const c_rowptrs_t&) [with a_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; a_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; b_entries_t = Kokkos::View, Kokkos::MemoryTraits<1> >; c_rowptrs_t = Kokkos::View, Kokkos::MemoryTraits<1> >; size_type_ = const long unsigned int; lno_t_ = const int; scalar_t_ = const Kokkos::complex; ExecutionSpace = Kokkos::Serial; TemporaryMemorySpace = Kokkos::HostSpace; PersistentMemorySpace = Kokkos::HostSpace]':
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_symbolic.hpp:162:51:   required from 'void KokkosSparse::Experimental::spgemm_symbolic(KernelHandle*, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, typename KernelHandle::const_nnz_lno_t, alno_row_view_t_, alno_nnz_view_t_, bool, blno_row_view_t_, blno_nnz_view_t_, bool, clno_row_view_t_, bool) [with KernelHandle = KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::Serial, Kokkos::HostSpace, Kokkos::HostSpace>; alno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; alno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_row_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; blno_nnz_view_t_ = Kokkos::View, Kokkos::MemoryTraits<1> >; clno_row_view_t_ = Kokkos::View, Kokkos::Experimental::EmptyViewHooks, Kokkos::MemoryTraits<0> >; typename KernelHandle::const_nnz_lno_t = const int]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_spgemm_noreuse_spec.hpp:106:48:   required from 'static CMatrix KokkosSparse::Impl::SPGEMM_NOREUSE::spgemm_noreuse(const AMatrix&, bool, const BMatrix&, bool) [with CMatrix = KokkosSparse::CrsMatrix, int, Kokkos::Device, void, long unsigned int>; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; BMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>]'
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:24:1:   required from here
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spgemm_handle.hpp:796:57: error: unused parameter 'c_rowptrsIn' [-Werror=unused-parameter]
  796 |                                      const c_rowptrs_t &c_rowptrsIn) {
      |                                      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3018: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3031: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3083: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3057: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3070: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3044: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3109: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:3096: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spgemm_noreuse/Sparse_spgemm_noreuse_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1505: CMakeFiles/kokkoskernels.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        module purge
        module purge
        module load cmake/3.17.0 gcc/10.2.0

$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

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.215/TestAll_2023-03-20_17.20.57/gcc/10.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 3137
Build step 'Execute shell' marked build as failure
Finished: FAILURE

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

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse ded84ed09fef600959331abb1ccdab196d6f6d99^{commit} # timeout=10
Checking out Revision ded84ed09fef600959331abb1ccdab196d6f6d99 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ded84ed09fef600959331abb1ccdab196d6f6d99 # timeout=10
Commit message: "Improved checks, doxy comments for hashView(v)"
 > git rev-list --no-walk 8841a5c76e1b5644b6295b0df507297ee83e2e41 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 65aa95e8280d1ff845894329a8c3e8b0d138debc (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65aa95e8280d1ff845894329a8c3e8b0d138debc # timeout=10
Commit message: "Merge pull request #5965 from dalg24/desul_numeric_limits_max"
 > git rev-list --no-walk 65aa95e8280d1ff845894329a8c3e8b0d138debc # timeout=10
[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins1476590170377071224.sh
Merge made by the 'recursive' strategy.
 common/src/KokkosKernels_PrintConfiguration.hpp | 39 ++++++++++-------
 common/src/KokkosKernels_TplsVersion.hpp        | 57 +++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 15 deletions(-)
 create mode 100644 common/src/KokkosKernels_TplsVersion.hpp
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
KokkosKernels Repository Status:  9119967cf010dc98290ca19aa89fcb335e97ad14 Merge remote-tracking branch 'upstream/develop' into HEAD

Kokkos Repository Status: 65aa95e8280d1ff845894329a8c3e8b0d138debc Merge pull request #5965 from dalg24/desul_numeric_limits_max

Going to test compilers: rocm/5.2.0
Testing compiler rocm/5.2.0
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Starting job rocm-5.2.0-Hip_Serial-release
Hip IS THE KOKKOS DEVICE
kokkos devices: Hip,Serial
kokkos arch: VEGA908
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED rocm-5.2.0-Hip_Serial-release
#######################################################
PASSED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release build_time=840 run_time=600
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Finished: SUCCESS

@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: 409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 19
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 47
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 317
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 280
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 367
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 419
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 221
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 218
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 221
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b315efb
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA bf9ed2a
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: GuardSpgemmHandleReuse
  • SHA: b315efb
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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: 422
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 31
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 61
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 331
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 292
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 381
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 434
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 235
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 230
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 234
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: GuardSpgemmHandleReuse
  • SHA: b616564
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@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: 422
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 31
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 61
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 331
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 292
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 381
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 434
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 235
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 230
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 234
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 422 (click to expand)

 > /home/projects/ppc64le/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/ppc64le/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > /home/projects/ppc64le/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/ppc64le/git/2.10.1/bin/git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > /home/projects/ppc64le/git/2.10.1/bin/git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight] $ /bin/bash -el /tmp/jenkins9975919986620235817.sh
From https://github.com/kokkos/kokkos-kernels
   aec946c..a3c9194  develop    -> upstream/develop
Already up-to-date.
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
***Forced exclusive execution
Job <53737> is submitted to queue .
<>
<>
Running on machine: weaver
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=3391 run_time=527
Running on machine: weaver
KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: cuda/11.2.2
Testing compiler cuda/11.2.2
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Unrecognized compiler cuda/11.2.2 when looking for Spack variants
Starting job cuda-11.2.2-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED cuda-11.2.2-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-11.2.2-Cuda_OpenMP-release build_time=4331 run_time=518
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight
Finished: SUCCESS

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

gcc-9.3.0-OpenMP-release build_time=483 run_time=100
gcc-9.3.0-OpenMP_Serial-release build_time=646 run_time=240
gcc-9.3.0-Serial-release build_time=439 run_time=110
Running on machine: weaver
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/9.3.0
Testing compiler gcc/9.3.0
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-OpenMP-release
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Unrecognized compiler gcc/9.3.0 when looking for Spack variants
Starting job gcc-9.3.0-Serial-release
kokkos devices: Serial
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-9.3.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-9.3.0-OpenMP-release build_time=492 run_time=104
gcc-9.3.0-Serial-release build_time=436 run_time=108
Running on machine: weaver
KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: clang/13.0.0
Testing compiler clang/13.0.0
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Unrecognized compiler clang/13.0.0 when looking for Spack variants
Starting job clang-13.0.0-Cuda-release
kokkos devices: Cuda
kokkos arch: Power9,Volta70
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-13.0.0-Cuda-release
#######################################################
PASSED TESTS
#######################################################
clang-13.0.0-Cuda-release build_time=1324 run_time=543
/home/jenkins/weaver-new/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020 # 61 (click to expand)

 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_GCC1020] $ /bin/bash -el /tmp/jenkins1728082397616046106.sh
From https://github.com/kokkos/kokkos-kernels
   aec946c..a3c9194  develop    -> upstream/develop
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Running on machine: blake
Running on machine: blake
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --disable-test-eti-only
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=4209 run_time=361
PASSED gcc-10.2.0-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-Threads_Serial-release build_time=4242 run_time=706
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC1020_Light_LayoutRight # 331 (click to expand)

 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b6165646fd307bf8f7cfe7ea9912adbc0d3718ae^{commit} # timeout=10
Checking out Revision b6165646fd307bf8f7cfe7ea9912adbc0d3718ae (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6165646fd307bf8f7cfe7ea9912adbc0d3718ae # timeout=10
Commit message: "Guard use of std::has_unique_object_representations"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 321d3259f0da635ab294db4067165c92dce76ee3 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_GCC1020_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1521546330499012303.sh
From https://github.com/kokkos/kokkos-kernels
   aec946c..a3c9194  develop    -> upstream/develop
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Running on machine: blake
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-Threads_Serial-release
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED gcc-10.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP-release build_time=381 run_time=78
gcc-10.2.0-Threads_Serial-release build_time=537 run_time=173
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC1020_Light_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC1020 # 292 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b6165646fd307bf8f7cfe7ea9912adbc0d3718ae^{commit} # timeout=10
Checking out Revision b6165646fd307bf8f7cfe7ea9912adbc0d3718ae (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6165646fd307bf8f7cfe7ea9912adbc0d3718ae # timeout=10
Commit message: "Guard use of std::has_unique_object_representations"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 321d3259f0da635ab294db4067165c92dce76ee3 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC1020] $ /bin/bash -el /tmp/jenkins6137072350255214924.sh
From https://github.com/kokkos/kokkos-kernels
   aec946c..a3c9194  develop    -> upstream/develop
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Running on machine: blake
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=603 run_time=182
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC1020
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL19 # 381 (click to expand)

 * [new branch]      docs/cwpearson-html-only -> upstream/docs/cwpearson-html-only
 * [new branch]      master     -> upstream/master
 * [new branch]      release-candidate-3.2.1 -> upstream/release-candidate-3.2.1
 * [new branch]      release-candidate-3.3.0 -> upstream/release-candidate-3.3.0
 * [new branch]      release-candidate-3.3.1 -> upstream/release-candidate-3.3.1
 * [new branch]      release-candidate-3.4.0 -> upstream/release-candidate-3.4.0
 * [new branch]      release-candidate-3.4.1 -> upstream/release-candidate-3.4.1
 * [new branch]      release-candidate-3.5.0 -> upstream/release-candidate-3.5.0
 * [new branch]      release-candidate-3.6.0 -> upstream/release-candidate-3.6.0
 * [new branch]      release-candidate-3.6.01 -> upstream/release-candidate-3.6.01
 * [new branch]      release-candidate-3.7.00 -> upstream/release-candidate-3.7.00
 * [new branch]      release-candidate-3.7.01 -> upstream/release-candidate-3.7.01
 * [new branch]      release-candidate-3.7.02 -> upstream/release-candidate-3.7.02
 * [new branch]      release-candidate-4.0.0 -> upstream/release-candidate-4.0.0
 * [new tag]         2.7.24     -> 2.7.24
 * [new tag]         2.8.00     -> 2.8.00
 * [new tag]         2.9.00     -> 2.9.00
 * [new tag]         3.0.00     -> 3.0.00
 * [new tag]         3.1.00     -> 3.1.00
 * [new tag]         3.1.01     -> 3.1.01
 * [new tag]         3.2.00     -> 3.2.00
 * [new tag]         3.2.01     -> 3.2.01
 * [new tag]         3.3.00     -> 3.3.00
 * [new tag]         3.3.01     -> 3.3.01
 * [new tag]         3.4.00     -> 3.4.00
 * [new tag]         3.4.01     -> 3.4.01
 * [new tag]         3.5.00     -> 3.5.00
 * [new tag]         3.6.00     -> 3.6.00
 * [new tag]         3.6.01     -> 3.6.01
 * [new tag]         3.7.00     -> 3.7.00
 * [new tag]         3.7.01     -> 3.7.01
 * [new tag]         4.0.00     -> 4.0.00
 * [new tag]         papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'git'
Running on machine: blake
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'cmake/3.19.3'
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: intel/19.5.281
Testing compiler intel/19.5.281
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
FAILED intel-19.5.281-OpenMP-release
SETUP_ENV: compiler=intel/19.5.281 modules=cmake/3.19.3 intel/compilers/19.5.281
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'cmake/3.19.3'
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
Unrecognized compiler intel/19.5.281 when looking for Spack variants
FAILED intel-19.5.281-Threads-release
SETUP_ENV: compiler=intel/19.5.281 modules=cmake/3.19.3 intel/compilers/19.5.281
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'cmake/3.19.3'
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
intel-19.5.281-OpenMP-release (configure failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 intel/compilers/19.5.281

cat: /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL19/KokkosKernels_PullRequest_Tpls_INTEL19.381/TestAll_2023-03-23_17.31.11/intel/19.5.281/OpenMP-release/call_generate_makefile_genericpath.sh: No such file or directory
srun: error: blake27: task 0: Exited with exit code 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_CLANG1001 # 434 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse b6165646fd307bf8f7cfe7ea9912adbc0d3718ae^{commit} # timeout=10
Checking out Revision b6165646fd307bf8f7cfe7ea9912adbc0d3718ae (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b6165646fd307bf8f7cfe7ea9912adbc0d3718ae # timeout=10
Commit message: "Guard use of std::has_unique_object_representations"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 321d3259f0da635ab294db4067165c92dce76ee3 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_CLANG1001] $ /bin/bash -el /tmp/jenkins9037794052704947564.sh
From https://github.com/kokkos/kokkos-kernels
   aec946c..a3c9194  develop    -> upstream/develop
Already up-to-date.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Running on machine: blake
KokkosKernels Repository Status:  b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: clang/10.0.1
Testing compiler clang/10.0.1
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Unrecognized compiler clang/10.0.1 when looking for Spack variants
Starting job clang-10.0.1-Threads_Serial-release
kokkos devices: Threads,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED clang-10.0.1-Threads_Serial-release
#######################################################
PASSED TESTS
#######################################################
clang-10.0.1-Threads_Serial-release build_time=623 run_time=193
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_CLANG1001
Finished: SUCCESS

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

 * [new tag]             3.6.01                      -> 3.6.01
 * [new tag]             3.7.00                      -> 3.7.00
 * [new tag]             3.7.01                      -> 3.7.01
 * [new tag]             4.0.00                      -> 4.0.00
 * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022
Already up to date.
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3165
Running on machine: inouye
KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: armpl/21.1.0
Testing compiler armpl/21.1.0
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-OpenMP-release
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Unrecognized compiler armpl/21.1.0 when looking for Spack variants
Starting job armpl-21.1.0-Serial-release
kokkos devices: Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED armpl-21.1.0-Serial-release
#######################################################
PASSED TESTS
#######################################################
armpl-21.1.0-OpenMP-release build_time=1765 run_time=1030
armpl-21.1.0-Serial-release build_time=1681 run_time=267
salloc: Relinquishing job allocation 3165
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110
Finished: SUCCESS

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

Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.19.2'
Setting http proxy: proxy.sandia.gov:80
 > git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision b0cc5a07bbeb886648b78eb131b53bd4812e1804 (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins8265608475141780088.sh
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
From https://github.com/kokkos/kokkos-kernels
   aec946c28..a3c919474  develop    -> upstream/develop
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
Already up to date.
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020

Currently Loaded Modules:

  1. gcc/10.2.0 11) numactl/2.0.12 21) parmetis/4.0.3
  2. autoconf/2.69 12) hwloc/1.11.11 22) metis/5.1.0
  3. automake/1.16.1 13) pmix/2.2.3 23) openblas/0.3.4
  4. libtool/2.4.6 14) ucx/1.7.0 24) superlu/5.2.1
  5. cmake/3.17.0 15) openmpi/4.0.2 25) superlu-dist/5.4.0
  6. git/2.19.2 16) curl/7.71.0 26) boost/1.72.0
  7. zlib/1.2.11 17) netcdf-c/4.6.3 27) fftw/3.3.8
  8. bzip2/1.0.6 18) parallel-netcdf/1.11.1 28) singularity/3.5.3
  9. xz/5.2.4 19) hdf5/1.10.5 29) devpack-gnu10/20201002
  10. yaml-cpp/0.6.2 20) cgns/3.4.0

Currently Loaded Modules:

  1. cmake/3.17.0

salloc: Granted job allocation 3164
Running on machine: inouye
KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: gcc/10.2.0
Testing compiler gcc/10.2.0
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Unrecognized compiler gcc/10.2.0 when looking for Spack variants
Starting job gcc-10.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: A64FX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-10.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-10.2.0-OpenMP_Serial-release build_time=2467 run_time=753
salloc: Relinquishing job allocation 3164
/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020
Finished: SUCCESS

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

 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0cc5a07bbeb886648b78eb131b53bd4812e1804 # timeout=10
Commit message: "simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)"
 > git rev-list --no-walk 3fc77899c436ed063650438727176475e86bed2b # timeout=10
[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins1781336659483712600.sh
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
From https://github.com/kokkos/kokkos-kernels
   aec946c28..a3c919474  develop    -> upstream/develop
error: refs/remotes/origin/get_ci_back_up does not point to a valid object!
Already up to date.
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Running on machine: caraway
WARNING!! THE FOLLOWING CHANGES ARE UNCOMMITTED!! :
?? common/src/KokkosKernels_LowerBound.hpp
?? common/src/KokkosKernels_Predicates.hpp
?? common/src/KokkosKernels_UpperBound.hpp
?? common/unit_test/Test_Common_LowerBound.hpp
?? common/unit_test/Test_Common_UpperBound.hpp
?? example/fenl/
?? example/gmres/KokkosSparse_MatrixPrec.hpp
?? example/gmres/KokkosSparse_Preconditioner.hpp
?? example/gmres/gmres.hpp
?? example/gmres/test_cmplx_A.cpp
?? example/gmres/test_real_A.cpp
?? graph/impl/KokkosGraph_LoadBalance_impl.hpp
?? graph/impl/KokkosGraph_MergePath_impl.hpp
?? graph/src/KokkosGraph_LoadBalance.hpp
?? graph/src/KokkosGraph_Merge.hpp
?? graph/src/KokkosGraph_MergePath.hpp
?? graph/unit_test/Test_Graph_load_balance.hpp
?? graph/unit_test/Test_Graph_merge.hpp
?? perf_test/graph/KokkosGraph_loadbalance.cpp
?? perf_test/graph/KokkosGraph_merge.cpp
?? perf_test/sparse/KokkosSparse_kk_spmv_merge.cpp
?? sparse/impl/KokkosSparse_spgemm_CUSP_impl.hpp
?? sparse/impl/KokkosSparse_spgemm_cuSPARSE_impl.hpp
?? sparse/impl/KokkosSparse_spgemm_mkl2phase_impl.hpp
?? sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp
?? sparse/impl/KokkosSparse_spgemm_rocSPARSE_impl.hpp
?? sparse/impl/KokkosSparse_spgemm_viennaCL_impl.hpp
?? sparse/tpls/KokkosSparse_spgemm_tpl_spec_avail.hpp
?? sparse/tpls/KokkosSparse_spgemm_tpl_spec_decl.hpp

KokkosKernels Repository Status: b6165646fd307bf8f7cfe7ea9912adbc0d3718ae Guard use of std::has_unique_object_representations

Kokkos Repository Status: b0cc5a07bbeb886648b78eb131b53bd4812e1804 simd: Fixed an incorrectly returning size for uint64_t in avx2 (#6004)

Going to test compilers: rocm/5.2.0
Testing compiler rocm/5.2.0
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Unrecognized compiler rocm/5.2.0 when looking for Spack variants
Starting job rocm-5.2.0-Hip_Serial-release
Hip IS THE KOKKOS DEVICE
kokkos devices: Hip,Serial
kokkos arch: VEGA908
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED rocm-5.2.0-Hip_Serial-release
#######################################################
PASSED TESTS
#######################################################
rocm-5.2.0-Hip_Serial-release build_time=857 run_time=397
/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520
Finished: SUCCESS

@brian-kelley
Copy link
Contributor Author

@e10harvey Just a heads up, blake (doing TPLS_Intel19) is now throwing this out 😞

ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'git'
Running on machine: blake
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'cmake/3.19.3'

@brian-kelley brian-kelley added the AT: RETEST Have this PR retested. label Mar 29, 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' - Failure: Timed out waiting for job KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight to start: Total Wait = 3603

  • Other jobs have been previously started - We must stop them...

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Mar 30, 2023
@brian-kelley brian-kelley added the AT: RETEST Have this PR retested. label Mar 30, 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: 445
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 53
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 83
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 353
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 314
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 403
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 456
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 257
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 252
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 256
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: GuardSpgemmHandleReuse
  • SHA: b616564
  • Mode: TEST_REPO

Pull Request Author: brian-kelley

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 445
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 53
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020

  • Build Num: 83
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC1020_Light_LayoutRight

  • Build Num: 353
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC1020

  • Build Num: 314
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19

  • Build Num: 403
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001

  • Build Num: 456
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 257
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 252
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 256
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH GuardSpgemmHandleReuse
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA b616564
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a3c9194
PR_LABELS enhancement;feature request;AT: RETEST
PULLREQUESTNUM 1742
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin kokkos-devops-admin removed the AT: RETEST Have this PR retested. label Mar 30, 2023
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@brian-kelley brian-kelley requested review from e10harvey and lucbv March 30, 2023 20:00
@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

4 similar comments
@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@jgfouca jgfouca left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for doing this.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Looks good to me

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ jgfouca lucbv ]!

@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.

5 participants