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

Adding exec space instance to spmv #1932

Merged
merged 20 commits into from
Aug 23, 2023

Conversation

brian-kelley
Copy link
Contributor

@brian-kelley brian-kelley commented Aug 7, 2023

including cusparse, rocsparse, onemkl wrappers. Resolves #1878

Done for spmv and spmv_mv, both CRS and BSR. Did not do structured spmv yet.

Fix some misc. bugs too:

  • Fallback check for cusparse was wrong - we were only calling the TPL for mode 'N', but TPL should be used for 'T' and 'H' also
  • In SYCL build, forgetting to #undef a macro caused warning in sparse tests
  • Can't call cuSPARSE or MKL spmv with mode 'H' and real scalars. In this case, just switch to mode 'T' since it's equivalent

Tested on weaver (no-TPL and cusparse), caraway (rocsparse) and sunspot (onemkl).

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 385
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 58
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 57
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 57
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 63
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 52
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 564
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 559
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 558
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 78452ca
  • 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: 794
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 385
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 58
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 57
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 57
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 63
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 52
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 564
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 559
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 558
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 80
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 78452ca
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1bca364
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 794 (click to expand)

b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <60773> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  fdf43171abc5b3c01a74c196f44dfb49e6ae4275 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1242 run_time=506'
b'Running on machine: weaver'
b"KokkosKernels Repository Status:  fdf43171abc5b3c01a74c196f44dfb49e6ae4275 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1583 run_time=498'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o'
b'[ 85%] Linking CXX executable sparse_spgemm'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 85%] Built target sparse_spgemm'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv.cpp.o'
b'[ 85%] Linking CXX executable sparse_spadd'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 85%] Built target sparse_spadd'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o'
b'[ 86%] Linking CXX executable KokkosKernels_batched_dla_cuda'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 86%] Linking CXX executable sparse_spgemm_jacobi'
b'[ 86%] Built target KokkosKernels_batched_dla_cuda'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 86%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 86%] Built target sparse_spgemm_jacobi'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 86%] Built target KokkosBatched_Test_GMRES'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_merge.dir/KokkosSparse_spmv_merge.cpp.o'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o'
b'[ 86%] Linking CXX executable graph_triangle'
b'/home/projects/ppc64le/binutils/2.30.0/bin/ld: warning: libgfortran.so.5, needed by /home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib/liblapack.so, may conflict with libgfortran.so.4'
b'[ 86%] Built target graph_triangle'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_merge.cpp:306:11: error: no matching function for call to 'spmv_beta'"
b'          KokkosSparse::Impl::spmv_beta
Console Output (last 100 lines) : KokkosKernels_PullRequest_GNU1021 # 58 (click to expand)

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 78452ca2122b1dc019a24c582be8187a8f054160^{commit} # timeout=10'
b'Checking out Revision 78452ca2122b1dc019a24c582be8187a8f054160 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 78452ca2122b1dc019a24c582be8187a8f054160 # timeout=10'
b'Commit message: "Adding exec space instance support to spmv, including cusparse, rocsparse, onemkl wrappers."'
b' > git rev-list --no-walk 890f5ffa8fb6e4c6475985b08d599dd281397798 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins6693517005688293580.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  c4adaa23ed9d9ebabe2f6be80275bab10180a2aa Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=468 run_time=138'
b'gnu-10.2.1-Threads_Serial-release build_time=622 run_time=217'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 78452ca2122b1dc019a24c582be8187a8f054160^{commit} # timeout=10'
b'Checking out Revision 78452ca2122b1dc019a24c582be8187a8f054160 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 78452ca2122b1dc019a24c582be8187a8f054160 # timeout=10'
b'Commit message: "Adding exec space instance support to spmv, including cusparse, rocsparse, onemkl wrappers."'
b' > git rev-list --no-walk 890f5ffa8fb6e4c6475985b08d599dd281397798 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins2651480863297813288.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2016119 queued and waiting for resources'
b'srun: job 2016119 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  847b14702b7109257c0ce1cc1d9337cb91788b56 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=441 run_time=130'
b'gnu-10.2.1-Threads_Serial-release build_time=580 run_time=201'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 78452ca2122b1dc019a24c582be8187a8f054160^{commit} # timeout=10'
b'Checking out Revision 78452ca2122b1dc019a24c582be8187a8f054160 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 78452ca2122b1dc019a24c582be8187a8f054160 # timeout=10'
b'Commit message: "Adding exec space instance support to spmv, including cusparse, rocsparse, onemkl wrappers."'
b' > git rev-list --no-walk 890f5ffa8fb6e4c6475985b08d599dd281397798 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins7979630702871168538.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2016120 queued and waiting for resources'
b'srun: job 2016120 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  572dd453c8ae103eae1372a27bef2aaf51891206 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=646 run_time=252'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'                      Kokkos::HostSpace::memory_space>, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, RHSType=Kokkos::View *,'
b'                      Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LHSType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 145 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp"'
b'            instantiation of "void KokkosSparse::Impl::SPTRSV_SOLVE::sptrsv_solve(KernelHandle *, RowMapType, EntriesType, ValuesType, BType, XType) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device,'
b'                      Kokkos::MemoryTraits<3U>>, BType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, XType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 24 of'
b'                      "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.63/TestAll_2023-08-07_16.50.12/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp"'
b''
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(260): error: no suitable user-defined conversion from "const std::remove_const_t>" to "const Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>" exists'
b'                                                                 x_i, beta, y_i);'
b'                                                                      ^'
b'          detected during:'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &, const KokkosSparse::::RANK_ONE &) [with execution_space=Kokkos::HostSpace::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, =(void *)nullptr]" at line 1254'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with execution_space=Kokkos::HostSpace::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>,'
b'                      XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 1303'
b'            instantiation of "void KokkosSparse::spmv(KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *,'
b'                      Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 1358'
b'            instantiation of "void KokkosSparse::spmv(const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 3225 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp"'
b'            instantiation of "void KokkosSparse::Impl::Experimental::lower_tri_solve(TriSolveHandle &, RowMapType, EntriesType, ValuesType, const RHSType &, LHSType &) [with TriSolveHandle=KokkosSparse::Experimental::SPTRSVHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, RHSType=Kokkos::View *,'
b'                      Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LHSType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 145 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp"'
b'            instantiation of "void KokkosSparse::Impl::SPTRSV_SOLVE::sptrsv_solve(KernelHandle *, RowMapType, EntriesType, ValuesType, BType, XType) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device,'
b'                      Kokkos::MemoryTraits<3U>>, BType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, XType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 24 of'
b'                      "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.63/TestAll_2023-08-07_16.50.12/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp"'
b''
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(260): error #140: too many arguments in function call'
b'                                                                 x_i, beta, y_i);'
b'                                                                            ^'
b'          detected during:'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &, const KokkosSparse::::RANK_ONE &) [with execution_space=Kokkos::HostSpace::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>, =(void *)nullptr]" at line 1254'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with execution_space=Kokkos::HostSpace::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>,'
b'                      XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 1303'
b'            instantiation of "void KokkosSparse::spmv(KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *,'
b'                      Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 1358'
b'            instantiation of "void KokkosSparse::spmv(const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, int, Kokkos::Device, void, int>, XVector=Kokkos::View *, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 3225 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp"'
b'            instantiation of "void KokkosSparse::Impl::Experimental::lower_tri_solve(TriSolveHandle &, RowMapType, EntriesType, ValuesType, const RHSType &, LHSType &) [with TriSolveHandle=KokkosSparse::Experimental::SPTRSVHandle, Kokkos::OpenMP::execution_space, Kokkos::HostSpace::memory_space, Kokkos::HostSpace::memory_space>, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, RHSType=Kokkos::View *,'
b'                      Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, LHSType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 145 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp"'
b'            instantiation of "void KokkosSparse::Impl::SPTRSV_SOLVE::sptrsv_solve(KernelHandle *, RowMapType, EntriesType, ValuesType, BType, XType) [with ExecutionSpace=Kokkos::OpenMP, KernelHandle=KokkosKernels::Experimental::KokkosKernelsHandle, Kokkos::OpenMP, Kokkos::HostSpace, Kokkos::HostSpace>, RowMapType=Kokkos::View, Kokkos::MemoryTraits<3U>>, EntriesType=Kokkos::View, Kokkos::MemoryTraits<3U>>, ValuesType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device,'
b'                      Kokkos::MemoryTraits<3U>>, BType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, XType=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" at line 24 of'
b'                      "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.63/TestAll_2023-08-07_16.50.12/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp"'
b''
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.63/TestAll_2023-08-07_16.50.12/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1378: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'make[1]: *** [CMakeFiles/Makefile2:1133: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-Threads-release build_time=1037 run_time=115'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.63/TestAll_2023-08-07_16.50.12/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo309: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 78452ca2122b1dc019a24c582be8187a8f054160^{commit} # timeout=10'
b'Checking out Revision 78452ca2122b1dc019a24c582be8187a8f054160 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 78452ca2122b1dc019a24c582be8187a8f054160 # timeout=10'
b'Commit message: "Adding exec space instance support to spmv, including cusparse, rocsparse, onemkl wrappers."'
b' > git rev-list --no-walk 890f5ffa8fb6e4c6475985b08d599dd281397798 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_CLANG1001_solo] $ /bin/bash -el /tmp/jenkins194622548529682987.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2016126 queued and waiting for resources'
b'srun: job 2016126 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  1ab51d645bf4e0d3706f7f2650bb3fe10d6d724b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  llvm/10.0.1'
b'Testing compiler llvm/10.0.1'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'Unrecognized compiler llvm/10.0.1 when looking for Spack variants'
b'  Starting job llvm-10.0.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED llvm-10.0.1-Threads_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release build_time=691 run_time=236'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo'
b'Finished: SUCCESS'
b''

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

b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3964'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  0edd1bfda52f72d889f258d951472ccd8fc0ec04 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=2028 run_time=1180'
b'armpl-21.1.0-Serial-release build_time=1865 run_time=274'
b'salloc: Relinquishing job allocation 3964'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3965'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  0edd1bfda52f72d889f258d951472ccd8fc0ec04 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2692 run_time=2414'
b'salloc: Relinquishing job allocation 3965'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins5358151271337005404.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  59f52dbcea477bdad59bab64fbcba306412f6a41 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=953 run_time=398'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 78452ca2122b1dc019a24c582be8187a8f054160^{commit} # timeout=10'
b'Checking out Revision 78452ca2122b1dc019a24c582be8187a8f054160 (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 78452ca2122b1dc019a24c582be8187a8f054160 # timeout=10'
b'Commit message: "Adding exec space instance support to spmv, including cusparse, rocsparse, onemkl wrappers."'
b' > git rev-list --no-walk 890f5ffa8fb6e4c6475985b08d599dd281397798 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 11c6cf74bfda55fdf318682c4d234924ef5ca4d7 # timeout=10'
b'Commit message: "Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)"'
b' > git rev-list --no-walk 40fb259c3ed2c6d16b5001794104f4344fd1fc56 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins1997773690972941514.sh'
b"Merge made by the 'recursive' strategy."
b' cm_generate_makefile.bash                          |   2 +-'
b' .../src/KokkosKernels_BlockHashmapAccumulator.hpp  |  30 +-'
b' common/src/KokkosKernels_HashmapAccumulator.hpp    |  36 +-'
b' common/src/KokkosKernels_Macros.hpp                |   9 +'
b' common/src/KokkosKernels_default_types.hpp         |   4 +-'
b' ode/unit_test/Test_ODE_Newton.hpp                  |  18 +-'
b' perf_test/sparse/KokkosSparse_spadd.cpp            | 108 ++--'
b' .../impl/KokkosSparse_spgemm_impl_compression.hpp  |  14 +-'
b' sparse/src/KokkosKernels_Controls.hpp              |  12 +-'
b' sparse/unit_test/Test_Sparse_spmv.hpp              | 601 ---------------------'
b' sparse/unit_test/Test_Sparse_spmv_bsr.hpp          | 112 +++-'
b' 11 files changed, 227 insertions(+), 719 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  7d49ba635a727bd3d7d7a11720c4752b772bbc78 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  11c6cf74bfda55fdf318682c4d234924ef5ca4d7 Fix #6336: capturing `this` implicitly is deprecated in C++20 (#6337)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=980 run_time=405'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Finished: SUCCESS'
b''

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.

Thanks for these changes, @brian-kelley. In general everything looks great (thanks for adding the doxygen-style comments!). See comments for more information.

One over-arching question is where to make the public API change for our sparse kernels. In blas, Luc used the pattern you've propsed here. For GS, I thought it would be less of a maintenance burden while maintaining usability to add the execution space to the handle (see https://github.com/kokkos/kokkos-kernels/pull/1906/files#diff-8d96b802ecb4f68d34a785ed25ee4b3c179cdbc24191fd9a4f13b72cacaffee0R107). What do you think is best for spmv? Either spmv(exec_space, ...) or spmv_create_handle(exec_space, ...)?

While I find it counter-intuitive and a bit cumbersome at times, I do think it's a better practice to separate out features changes from bug fixes. Going forward, I think adding bug fixes into a separate commit will benefit the team in the long run. Even better, but maybe a bit more 'busy work', would be to create separate PRs for for the bug fixes versus the feature changes. While this is a bit of a process change, it does help in the long run.

sparse/src/KokkosSparse_spmv.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_spmv.hpp Outdated Show resolved Hide resolved
sparse/src/KokkosSparse_spmv.hpp Show resolved Hide resolved
Copy link
Contributor

@cwpearson cwpearson left a comment

Choose a reason for hiding this comment

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

Thanks for plumbing execution spaces through 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.

I do not recall how the final discussion went yesterday but I would like to have the execution_space be a user selected template parameter. We should ETI that template on the same type as the Matrix but if for some reason the users want to pick a different one and pay the price at compile time, that should be fine.

sparse/impl/KokkosSparse_spmv_spec.hpp Outdated Show resolved Hide resolved
sparse/impl/KokkosSparse_spmv_spec.hpp Outdated Show resolved Hide resolved
sparse/impl/KokkosSparse_spmv_spec.hpp Outdated Show resolved Hide resolved
sparse/impl/KokkosSparse_spmv_spec.hpp Outdated Show resolved Hide resolved
sparse/impl/KokkosSparse_spmv_spec.hpp Outdated Show resolved Hide resolved
@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: 800
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 391
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 64
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 63
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 63
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 58
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 569
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 564
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 563
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 85
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 7fcea47
  • 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: 800
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 391
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 64
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 63
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 63
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 69
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 58
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 569
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 564
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 563
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 85
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7fcea47
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 800 (click to expand)

b'[ 21%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 21%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.800/TestAll_2023-08-09_14.32.07/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.800/TestAll_2023-08-09_14.32.07/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.800/TestAll_2023-08-09_14.32.07/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.800/TestAll_2023-08-09_14.32.07/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'      Dyn<2, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:461:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:463:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<0, 0, 0>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.391/TestAll_2023-08-09_14.32.10/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.391/TestAll_2023-08-09_14.32.10/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp:27:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:428:46: error: template argument for template type parameter must be a type'
b'                                             FRAG_M, FRAG_N, FRAG_K, X, Y, Z>;'
b'                                             ^~~~~~'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:54:20: note: template parameter is declared here'
b'          typename YFragScalar, unsigned FRAG_M, unsigned FRAG_N,'
b'                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:435:9: error: no template named 'Dyn'"
b'        Dyn<0, 0, 0>::launch_parameters(alpha, a, x, beta, y);'
b'        ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:440:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:443:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:446:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:449:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:452:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:455:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:458:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:461:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:463:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<0, 0, 0>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: 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'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2624: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2638: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1477: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.391/TestAll_2023-08-09_14.32.10/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'[ 77%] Built target sparse_block_pcg'
b'[ 77%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:237,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:29:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp: In instantiation of static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}; std::enable_if_t::value> = void]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:976:47:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:144:18:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy >; FunctorType = int; Enable = void; std::string = std::basic_string]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:232:23:   required from void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:929:14: error: expression cannot be used as a function'
b'  929 |       functor(Member(data, r, league_size));'
b'      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/build.make:76: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2143: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 77%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o'
b'[ 77%] Linking CXX executable sparse_spmv_struct'
b'[ 77%] Built target sparse_spmv_struct'
b'[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'[ 78%] Linking CXX executable sparse_spmv'
b'[ 79%] Linking CXX executable sparse_sptrsv'
b'[ 79%] Built target sparse_spmv'
b'[ 79%] Built target sparse_sptrsv'
b'[ 79%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 79%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 80%] Linking CXX executable graph_triangle'
b'[ 80%] Built target graph_triangle'
b'[ 81%] Linking CXX executable sparse_spmv_bsr'
b'[ 81%] Built target sparse_spmv_bsr'
b'[ 81%] Linking CXX executable sparse_kk_spmv'
b'[ 81%] Built target sparse_kk_spmv'
b'[ 82%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 82%] Built target KokkosKernels_graph_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 82%] Built target KokkosKernels_blas_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 82%] Built target KokkosKernels_batched_dla_openmp'
b'[ 83%] Linking CXX executable KokkosKernels_sparse_openmp'
b'[ 83%] Built target KokkosKernels_sparse_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.64/TestAll_2023-08-09_14.32.14/gnu/10.2.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo307: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                                          ^'
b'[ 77%] Linking CXX executable sparse_block_pcg'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:237,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:29:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp: In instantiation of static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}; std::enable_if_t::value> = void]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:976:47:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/Kokkos_Parallel.hpp:144:18:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy >; FunctorType = int; Enable = void; std::string = std::basic_string]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:232:23:   required from void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:929:14: error: expression cannot be used as a function'
b'  929 |       functor(Member(data, r, league_size));'
b'      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'[ 77%] Built target sparse_block_pcg'
b'[ 77%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/build.make:76: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2143: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'[ 78%] Linking CXX executable sparse_spmv'
b'[ 78%] Built target sparse_spmv'
b'[ 78%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 78%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 79%] Linking CXX executable graph_triangle'
b'[ 79%] Built target graph_triangle'
b'[ 79%] Linking CXX executable sparse_spmv_struct'
b'[ 79%] Built target sparse_spmv_struct'
b'[ 80%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 80%] Built target KokkosKernels_graph_openmp'
b'[ 80%] Linking CXX executable sparse_kk_spmv'
b'[ 80%] Built target sparse_kk_spmv'
b'[ 81%] Linking CXX executable sparse_spmv_bsr'
b'[ 81%] Built target sparse_spmv_bsr'
b'[ 81%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 81%] Built target KokkosKernels_blas_openmp'
b'[ 81%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 81%] Built target KokkosKernels_batched_dla_openmp'
b'[ 82%] Linking CXX executable KokkosKernels_sparse_openmp'
b'[ 82%] Built target KokkosKernels_sparse_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples   --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=    --with-options= --with-cuda-options=  --with-spaces=hostspace --no-examples   --no-default-eti'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight.63/TestAll_2023-08-09_14.34.44/gnu/10.2.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo18: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'      |                                                       ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:191:15: error: request for member compute_interior in spmv_struct, which is of non-class type int'
b'  191 |   spmv_struct.compute_interior(worksets_int, team_size_int, vector_length);'
b'      |               ^~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:192:15: error: request for member compute_exterior in spmv_struct, which is of non-class type int'
b'  192 |   spmv_struct.compute_exterior(worksets_ext, team_size_ext, vector_length);'
b'      |               ^~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp: In function void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:213:71: error: wrong number of template arguments (5, should be 6)'
b'  213 |   KokkosSparse::Impl::SPMV_Functor func('
b'      |                                                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/impl/KokkosSparse_spmv_spec.hpp:27,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:26,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:30:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/impl/KokkosSparse_spmv_impl.hpp:93:8: note: provided for template struct KokkosSparse::Impl::SPMV_Functor'
b'   93 | struct SPMV_Functor {'
b'      |        ^~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:42: error: expression list treated as compound expression in initializer [-fpermissive]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                                          ^'
b'[ 88%] Linking CXX executable KokkosKernels_blas_openmp'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:237,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:29:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp: In instantiation of static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}; std::enable_if_t::value> = void]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:976:47:   required from void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:144:18:   required from void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy >; FunctorType = int; Enable = void; std::string = std::basic_string]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:232:23:   required from void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:929:14: error: expression cannot be used as a function'
b'  929 |       functor(Member(data, r, league_size));'
b'      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'[ 88%] Built target KokkosKernels_blas_openmp'
b'[ 88%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o'
b'[ 88%] Linking CXX executable sparse_spadd'
b'[ 88%] Built target sparse_spadd'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/build.make:76: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2375: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 88%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o'
b'[ 88%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o'
b'[ 88%] Linking CXX executable sparse_block_pcg'
b'[ 88%] Built target sparse_block_pcg'
b'[ 88%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'[ 88%] Linking CXX executable sparse_spmv_struct'
b'[ 88%] Built target sparse_spmv_struct'
b'[ 89%] Linking CXX executable sparse_spmv'
b'[ 89%] Built target sparse_spmv'
b'[ 89%] Linking CXX executable sparse_sptrsv'
b'[ 89%] Built target sparse_sptrsv'
b'[ 89%] Linking CXX executable sparse_spmv_bsr'
b'[ 89%] Built target sparse_spmv_bsr'
b'[ 89%] Linking CXX executable graph_triangle'
b'[ 89%] Built target graph_triangle'
b'[ 89%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 89%] Built target KokkosKernels_batched_dla_serial'
b'[ 90%] Linking CXX executable sparse_kk_spmv'
b'[ 90%] Built target sparse_kk_spmv'
b'[ 90%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 90%] Built target KokkosKernels_batched_dla_openmp'
b'[ 90%] Linking CXX executable KokkosKernels_sparse_openmp'
b'[ 90%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 90%] Built target KokkosKernels_sparse_openmp'
b'[ 90%] Built target KokkosKernels_sparse_serial'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.63/TestAll_2023-08-09_14.34.46/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo156: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(20):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(319): error: no instance of overloaded function "KokkosSparse::Experimental::Impl::spm_mv_block_impl_mkl" matches the argument list'
b'            argument types are: (const Kokkos::OpenMP, sparse_operation_t, const std::remove_const_t>, const std::remove_const_t>, int, int, int, const int *, const int *, const Kokkos::complex *, const Kokkos::complex *, int, int, Kokkos::complex *, int)'
b'  KOKKOSSPARSE_SPMV_MV_MKL(Kokkos::complex, Kokkos::OpenMP,'
b'  ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(179): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl('
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(158): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl('
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(139): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl(sparse_operation_t op, double alpha,'
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(121): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl(sparse_operation_t op, float alpha,'
b'              ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp(465),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(28),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp(26),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp(27),'
b'                 from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp(20):'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(321): error: no instance of overloaded function "KokkosSparse::Experimental::Impl::spm_mv_block_impl_mkl" matches the argument list'
b'            argument types are: (const Kokkos::OpenMP, sparse_operation_t, const std::remove_const_t>, const std::remove_const_t>, int, int, int, const int *, const int *, const Kokkos::complex *, const Kokkos::complex *, int, int, Kokkos::complex *, int)'
b'  KOKKOSSPARSE_SPMV_MV_MKL(Kokkos::complex, Kokkos::OpenMP,'
b'  ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(179): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl('
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(158): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl('
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(139): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl(sparse_operation_t op, double alpha,'
b'              ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/tpls/KokkosSparse_spmv_bsrmatrix_tpl_spec_decl.hpp(121): note: this candidate was rejected because mismatch in count of arguments'
b'  inline void spm_mv_block_impl_mkl(sparse_operation_t op, float alpha,'
b'              ^'
b''
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1350: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'make[2]: *** Waiting for unfinished jobs....'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1364: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1378: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp (code 2)'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1392: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 2'
b'make[1]: *** [CMakeFiles/Makefile2:1133: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-Threads-release build_time=1167 run_time=119'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.69/TestAll_2023-08-09_14.34.54/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo81: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.58/TestAll_2023-08-09_14.46.49/llvm/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/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.58/TestAll_2023-08-09_14.46.49/llvm/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::2020:'
b':'
b'In file included from In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp::2727:'
b':'
b'In file included from In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp::2626:'
b':'
b'In file included from In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp::2727:'
b':'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp::274274::4040::  errorerror: : unused parameter 'exec' [-Werror,-Wunused-parameter]unused parameter 'exec' [-Werror,-Wunused-parameter]"
b''
b'  static void spmv_mv_struct(const ES& exec, const char mode[],  static void spmv_mv_struct(const ES& exec, const char mode[],'
b''
b'                                       ^                                       ^'
b''
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.58/TestAll_2023-08-09_14.46.49/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.58/TestAll_2023-08-09_14.46.49/llvm/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_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: 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'
b'make[2]: *** Waiting for unfinished jobs....'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: 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'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: 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'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.58/TestAll_2023-08-09_14.46.49/llvm/10.0.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo63: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/decl/Kokkos_Declare_SERIAL.hpp:21,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:29:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp: In instantiation of 'std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::Serial>::exec(Kokkos::Impl::HostThreadTeamData&) const [with TagType = void; FunctorType = int; Properties = {Kokkos::Serial, Kokkos::Schedule}; std::enable_if_t::value> = void]':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:257:51:   required from 'void Kokkos::Impl::ParallelFor, Kokkos::Serial>::execute() const [with FunctorType = int; Properties = {Kokkos::Serial, Kokkos::Schedule}]'"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:144:18:   required from 'void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy >; FunctorType = int; Enable = void; std::string = std::__cxx11::basic_string]'"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:232:23:   required from 'void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]'"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release/kokkos-install/include/Serial/Kokkos_Serial_Parallel_Team.hpp:229:16: error: expression cannot be used as a function'
b'  229 |       m_functor(Member(data, ileague, m_league));'
b'      |       ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'[ 80%] Linking CXX executable sparse_sptrsv_cholmod'
b'[ 80%] Built target sparse_sptrsv_cholmod'
b'[ 80%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/KokkosSparse_spmv_test.cpp.o'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/build.make:80: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2434: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 81%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv.dir/spmv/OpenMPSmartStatic_SPMV.cpp.o'
b'[ 81%] Linking CXX executable sparse_spadd'
b'[ 81%] Built target sparse_spadd'
b'[ 82%] Linking CXX executable sparse_sptrsv_supernode'
b'[ 82%] Built target sparse_sptrsv_supernode'
b'[ 83%] Linking CXX executable sparse_spmv_bsr'
b'[ 83%] Built target sparse_spmv_bsr'
b'[ 83%] Linking CXX executable sparse_spmv_struct'
b'[ 83%] Built target sparse_spmv_struct'
b'[ 83%] Linking CXX executable sparse_spmv'
b'[ 83%] Built target sparse_spmv'
b'[ 84%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 84%] Built target KokkosKernels_graph_serial'
b'[ 84%] Linking CXX executable sparse_kk_spmv'
b'[ 84%] Built target sparse_kk_spmv'
b'[ 84%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 84%] Built target KokkosKernels_blas_serial'
b'[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 84%] Built target KokkosKernels_batched_dla_serial'
b'[ 85%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 85%] Built target KokkosKernels_sparse_serial'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'armpl-21.1.0-Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.569/TestAll_2023-08-09_14.46.26/armpl/21.1.0/Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 3976'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:183:63: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  183 |       spmv_struct(structure, stencil_type, alpha, A, x, beta, y,'
b'      |                                                               ^'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:184:19: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  184 |                   rows_per_team_int, rows_per_team_ext);'
b'      |                   ^~~~~~~~~~~~~~~~~'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:184:38: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  184 |                   rows_per_team_int, rows_per_team_ext);'
b'      |                                      ^~~~~~~~~~~~~~~~~'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp: In instantiation of 'void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]':"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:14: error: left operand of comma operator has no effect [-Werror=unused-value]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |              ^'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:17: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                 ^'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:20: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                    ^~~~'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:26: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                          ^'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:214:29: error: right operand of comma operator has no effect [-Werror=unused-value]'
b'  214 |       alpha, A, x, beta, y, rows_per_team);'
b'      |                             ^~~~~~~~~~~~~'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP.hpp:237,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/decl/Kokkos_Declare_OPENMP.hpp:21,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/KokkosCore_Config_DeclareBackend.hpp:22,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Core.hpp:45,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:29:'
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp: In instantiation of 'static std::enable_if_t::value> Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::exec_team(const FunctorType&, Kokkos::Impl::HostThreadTeamData&, int, int, int) [with TagType = void; FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}; std::enable_if_t::value> = void]':"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:976:47:   required from 'void Kokkos::Impl::ParallelFor, Kokkos::OpenMP>::execute() const [with FunctorType = int; Properties = {Kokkos::OpenMP, Kokkos::Schedule}]'"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/Kokkos_Parallel.hpp:144:18:   required from 'void Kokkos::parallel_for(const string&, const ExecPolicy&, const FunctorType&) [with ExecPolicy = Kokkos::TeamPolicy >; FunctorType = int; Enable = void; std::string = std::__cxx11::basic_string]'"
b"/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:232:23:   required from 'void matvec(typename YVector::const_value_type&, const AMatrix&, const XVector&, typename YVector::const_value_type&, YVector&, int, int, int64_t, bool) [with AMatrix = KokkosSparse::CrsMatrix; XVector = Kokkos::View; YVector = Kokkos::View; typename YVector::const_value_type = const double; int64_t = long int]'"
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:521:69:   required from here'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release/kokkos-install/include/OpenMP/Kokkos_OpenMP_Parallel.hpp:929:14: error: expression cannot be used as a function'
b'  929 |       functor(Member(data, r, league_size));'
b'      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/build.make:80: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2674: perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 87%] Linking CXX executable graph_triangle'
b'[ 87%] Built target graph_triangle'
b'[ 87%] Linking CXX executable sparse_gs'
b'[ 87%] Built target sparse_gs'
b'[ 87%] Linking CXX executable sparse_spgemm_jacobi'
b'[ 87%] Built target sparse_spgemm_jacobi'
b'[ 87%] Linking CXX executable sparse_sptrsv_supernode'
b'[ 87%] Built target sparse_sptrsv_supernode'
b'[ 87%] Linking CXX executable sparse_spadd'
b'[ 87%] Built target sparse_spadd'
b'[ 87%] Linking CXX executable sparse_spmv_bsr'
b'[ 87%] Built target sparse_spmv_bsr'
b'[ 87%] Linking CXX executable sparse_spmv_struct'
b'[ 87%] Built target sparse_spmv_struct'
b'[ 87%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 87%] Built target KokkosKernels_batched_dla_serial'
b'[ 87%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 87%] Built target KokkosKernels_batched_dla_openmp'
b'[ 87%] Linking CXX executable KokkosKernels_sparse_openmp'
b'[ 87%] Built target KokkosKernels_sparse_openmp'
b'[ 87%] Linking CXX executable KokkosKernels_sparse_serial'
b'[ 87%] Built target KokkosKernels_sparse_serial'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.564/TestAll_2023-08-09_14.46.37/gcc/10.2.0/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 3977'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'[ 85%] Linking CXX executable sparse_spadd'
b'[ 85%] Linking CXX executable sparse_mdf'
b'[ 85%] Linking CXX executable sparse_spgemm'
b'[ 85%] Linking CXX executable graph_triangle'
b'[ 85%] Built target sparse_spadd'
b'[ 85%] Built target sparse_mdf'
b'Scanning dependencies of target sparse_sptrsv'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o'
b'Scanning dependencies of target sparse_sptrsv_supernode'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o'
b'[ 85%] Built target sparse_spgemm'
b'Scanning dependencies of target sparse_block_pcg'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o'
b'[ 86%] Built target graph_triangle'
b'[ 86%] Linking CXX executable sparse_spgemm_jacobi'
b'Scanning dependencies of target sparse_spmv_struct_tuning'
b'[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o'
b'[ 87%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 87%] Linking CXX executable sparse_spmv_struct'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:182:70: error: template argument for template type parameter must be a type'
b'  KokkosSparse::Impl::SPMV_Struct_Functor'
b'                                                                     ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_impl.hpp:93:70: note: template parameter is declared here'
b'template  func('
b'                                                              ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/impl/KokkosSparse_spmv_impl.hpp:91:70: note: template parameter is declared here'
b'template 
Console Output (last 100 lines) : KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520 # 85 (click to expand)

b'Scanning dependencies of target sparse_spgemm_jacobi'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spgemm_jacobi.dir/KokkosSparse_spgemm_jacobi.cpp.o'
b'[ 85%] Built target sparse_mdf'
b'Scanning dependencies of target sparse_sptrsv'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv.dir/KokkosSparse_sptrsv.cpp.o'
b'[ 85%] Built target sparse_spadd'
b'[ 85%] Built target graph_triangle'
b'Scanning dependencies of target sparse_sptrsv_supernode'
b'[ 85%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o'
b'[ 85%] Linking CXX executable sparse_spgemm'
b'Scanning dependencies of target sparse_block_pcg'
b'[ 86%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o'
b'[ 86%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 86%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 86%] Built target sparse_spgemm'
b'Scanning dependencies of target sparse_spmv_struct_tuning'
b'[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_spmv_struct_tuning.dir/KokkosSparse_spmv_struct_tuning.cpp.o'
b'[ 87%] Linking CXX executable sparse_spmv_struct'
b'[ 87%] Built target KokkosBatched_Test_GMRES'
b'Scanning dependencies of target sparse_kk_spmv'
b'[ 87%] Building CXX object perf_test/sparse/CMakeFiles/sparse_kk_spmv.dir/KokkosSparse_kk_spmv.cpp.o'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_struct_tuning.cpp:182:70: error: template argument for template type parameter must be a type'
b'  KokkosSparse::Impl::SPMV_Struct_Functor'
b'                                                                     ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_impl.hpp:93:70: note: template parameter is declared here'
b'template  func('
b'                                                              ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/impl/KokkosSparse_spmv_impl.hpp:91:70: note: template parameter is declared here'
b'template 

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

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

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 397
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 70
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 75
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 61
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 572
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 567
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 566
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 88
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: a047f69
  • 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: 806
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 397
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 70
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 69
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 69
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 75
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 61
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 572
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 567
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 566
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 88
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA a047f69
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 806 (click to expand)

b'[ 21%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/nrm2/Blas1_nrm2_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 21%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 22%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/mult/Blas1_mult_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp(428): error: constant "FRAG_M" is not a type name'
b''
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.806/TestAll_2023-08-10_11.46.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.806/TestAll_2023-08-10_11.46.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'1 error detected in the compilation of "/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.806/TestAll_2023-08-10_11.46.58/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp".'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.806/TestAll_2023-08-10_11.46.58/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'      Dyn<2, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:461:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:463:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<0, 0, 0>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.397/TestAll_2023-08-10_11.47.08/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.397/TestAll_2023-08-10_11.47.08/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp:27:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:428:46: error: template argument for template type parameter must be a type'
b'                                             FRAG_M, FRAG_N, FRAG_K, X, Y, Z>;'
b'                                             ^~~~~~'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:54:20: note: template parameter is declared here'
b'          typename YFragScalar, unsigned FRAG_M, unsigned FRAG_N,'
b'                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:435:9: error: no template named 'Dyn'"
b'        Dyn<0, 0, 0>::launch_parameters(alpha, a, x, beta, y);'
b'        ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:440:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:443:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:446:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:449:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:452:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:455:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:458:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:461:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:463:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<0, 0, 0>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: 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'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2624: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'12 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2638: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1477: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.397/TestAll_2023-08-10_11.47.08/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 1aa6c200235e343556ea76ac8ca796d0895a15c4 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021] $ /bin/bash -el /tmp/jenkins5793670971344307230.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2018726 queued and waiting for resources'
b'srun: job 2018726 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  c564752f1ebeed78c20e19c1cd3e327d66fecc2b Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=473 run_time=136'
b'gnu-10.2.1-Threads_Serial-release build_time=631 run_time=214'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 1aa6c200235e343556ea76ac8ca796d0895a15c4 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'[KokkosKernels_PullRequest_GNU1021_Light_LayoutRight] $ /bin/bash -el /tmp/jenkins1680782491329304645.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2018727 queued and waiting for resources'
b'srun: job 2018727 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  50576c2db1efbd8706f6dc8b68a2693fd75811e1 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-Threads_Serial-release'
b'kokkos devices: Threads,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-Threads_Serial-release'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED gnu-10.2.1-OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release build_time=431 run_time=128'
b'gnu-10.2.1-Threads_Serial-release build_time=587 run_time=199'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021_Light_LayoutRight'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 1aa6c200235e343556ea76ac8ca796d0895a15c4 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_GNU1021] $ /bin/bash -el /tmp/jenkins5198314661346679084.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2018728 queued and waiting for resources'
b'srun: job 2018728 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  8140e74c007195051d6a0aa9ed7091a51bae1c42 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  gnu/10.2.1'
b'Testing compiler gnu/10.2.1'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'Unrecognized compiler gnu/10.2.1 when looking for Spack variants'
b'  Starting job gnu-10.2.1-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gnu-10.2.1-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release build_time=650 run_time=255'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on solo in workspace /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 1aa6c200235e343556ea76ac8ca796d0895a15c4 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.30.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'[KokkosKernels_PullRequest_Tpls_INTEL19_solo] $ /bin/bash -el /tmp/jenkins2452004123316912751.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * branch                develop    -> FETCH_HEAD'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'srun: INFO: Adding filesystem licenses to job: qscratch:1,gpfs:1'
b'srun: job 2018729 queued and waiting for resources'
b'srun: job 2018729 has been allocated resources'
b'Running on machine: solo'
b"KokkosKernels Repository Status:  1739f4b39fcaa63836b5c4144bc4bfc040a89efd Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  intel/19.0.5.281'
b'Testing compiler intel/19.0.5.281'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-OpenMP-release'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release build_time=1645 run_time=119'
b'intel-19.0.5.281-Threads-release build_time=1143 run_time=116'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo'
b'Finished: SUCCESS'
b''

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

b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_THREADS_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object 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'
b'[ 33%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object 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'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object 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'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.61/TestAll_2023-08-10_12.50.47/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.61/TestAll_2023-08-10_12.50.47/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.61/TestAll_2023-08-10_12.50.47/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.61/TestAll_2023-08-10_12.50.47/llvm/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_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: 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'
b'make[2]: *** Waiting for unfinished jobs....'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: 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'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: 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'
b'1 error generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.61/TestAll_2023-08-10_12.50.47/llvm/10.0.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo311: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3984'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  4e536e4f8fa5bca64b039e3706c3f50e8429d274 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  armpl/21.1.0'
b'Testing compiler armpl/21.1.0'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-OpenMP-release'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'Unrecognized compiler armpl/21.1.0 when looking for Spack variants'
b'  Starting job armpl-21.1.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED armpl-21.1.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release build_time=2031 run_time=996'
b'armpl-21.1.0-Serial-release build_time=1892 run_time=275'
b'salloc: Relinquishing job allocation 3984'
b'salloc: Job allocation 3984 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110'
b'Finished: SUCCESS'
b''

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

b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk 2e744dc330c79f06f0e4159791f6c57ce83390a1 # timeout=10'
b'[KokkosKernels_PullRequest_A64FX_GCC1020] $ /bin/bash -el /tmp/jenkins6068651374677704111.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b''
b'Currently Loaded Modules:'
b'  1) gcc/10.2.0       11) numactl/2.0.12          21) parmetis/4.0.3'
b'  2) autoconf/2.69    12) hwloc/1.11.11           22) metis/5.1.0'
b'  3) automake/1.16.1  13) pmix/2.2.3              23) openblas/0.3.4'
b'  4) libtool/2.4.6    14) ucx/1.7.0               24) superlu/5.2.1'
b'  5) cmake/3.17.0     15) openmpi/4.0.2           25) superlu-dist/5.4.0'
b'  6) git/2.19.2       16) curl/7.71.0             26) boost/1.72.0'
b'  7) zlib/1.2.11      17) netcdf-c/4.6.3          27) fftw/3.3.8'
b'  8) bzip2/1.0.6      18) parallel-netcdf/1.11.1  28) singularity/3.5.3'
b'  9) xz/5.2.4         19) hdf5/1.10.5             29) devpack-gnu10/20201002'
b' 10) yaml-cpp/0.6.2   20) cgns/3.4.0'
b''
b' '
b''
b''
b'Currently Loaded Modules:'
b'  1) cmake/3.17.0'
b''
b' '
b''
b'salloc: Granted job allocation 3983'
b'Running on machine: inouye'
b"KokkosKernels Repository Status:  06c2e2aec88c919ae92e4d0d9fed5453b723726d Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  gcc/10.2.0'
b'Testing compiler gcc/10.2.0'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'Unrecognized compiler gcc/10.2.0 when looking for Spack variants'
b'  Starting job gcc-10.2.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: A64FX'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-10.2.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release build_time=2731 run_time=2324'
b'salloc: Relinquishing job allocation 3983'
b'salloc: Job allocation 3983 has been revoked.'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020'
b'Finished: SUCCESS'
b''

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

b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 397c42cdb9d1a1b265751b5e12ac67a2a22a0d86 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk 2e744dc330c79f06f0e4159791f6c57ce83390a1 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins4419142196611079446.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  d3797cf5e17d119e31c0309a7c91e3d3b5df8ea6 Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=952 run_time=397'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse a047f69471aaa3b66d697909f53bf23f9b41b3cf^{commit} # timeout=10'
b'Checking out Revision a047f69471aaa3b66d697909f53bf23f9b41b3cf (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f a047f69471aaa3b66d697909f53bf23f9b41b3cf # timeout=10'
b'Commit message: "Fix spmv wrapper for oneMKL"'
b' > git rev-list --no-walk 397c42cdb9d1a1b265751b5e12ac67a2a22a0d86 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision da49ee2aca79865104355515a4c1cb63c26e5338 (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f da49ee2aca79865104355515a4c1cb63c26e5338 # timeout=10'
b'Commit message: "SIMD: add generator constructors (#6347)"'
b' > git rev-list --no-walk 2e744dc330c79f06f0e4159791f6c57ce83390a1 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins2453900263911279452.sh'
b"Merge made by the 'recursive' strategy."
b' perf_test/sparse/KokkosSparse_gs.cpp           | 26 +++++++++---'
b' sparse/impl/KokkosSparse_gauss_seidel_impl.hpp | 57 +++++++++++++++++---------'
b' 2 files changed, 57 insertions(+), 26 deletions(-)'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b"KokkosKernels Repository Status:  eb7fa14721d9b26b2c3cd6af745fb2dc796abecd Merge remote-tracking branch 'upstream/develop' into HEAD"
b''
b'Kokkos Repository Status:  da49ee2aca79865104355515a4c1cb63c26e5338 SIMD: add generator constructors (#6347)'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=973 run_time=388'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Sending e-mails to: [email protected]'
b'Finished: SUCCESS'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 817
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 408
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 81
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 86
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 70
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 581
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 576
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 575
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 97
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 32b6630
  • 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: 817
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 408
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 81
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 80
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 80
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 86
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 70
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 581
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 576
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 575
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 97
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 32b6630
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 817 (click to expand)

b'[ 23%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/reciprocal/Blas1_reciprocal_mv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 24%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rot/Blas1_rot_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 25%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotg/Blas1_rotg_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotm/Blas1_rotm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 26%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/rotmg/Blas1_rotmg_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 27%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/swap/Blas1_swap_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemv/Blas2_gemv_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 28%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/ger/Blas2_ger_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 29%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/syr/Blas2_syr_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 30%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/gemm/Blas3_gemm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trsm/Blas3_trsm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trmm/Blas3_trmm_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/blas/eti/generated_specializations_cpp/trtri/Blas_trtri_eti_COMPLEX_DOUBLE_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/graph/eti/generated_specializations_cpp/color_d1/Graph_color_d1_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/tpls/KokkosKernels_tpl_handles.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.817/TestAll_2023-08-14_12.21.13/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:20:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b' //#define __SPMV_TYPES__                                          \\'
b' ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.817/TestAll_2023-08-14_12.21.13/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b' //#define __SPMV_TYPES__                                          \\'
b' ^'
b'cc1plus: all warnings being treated as errors'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.817/TestAll_2023-08-14_12.21.13/cuda/11.2.2/gcc/8.3.1/Cuda_OpenMP-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp:20:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b' //#define __SPMV_TYPES__                                          \\'
b' ^'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'cat: /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight.817/TestAll_2023-08-14_12.21.13/cuda/11.2.2/gcc-8.3.1-Cuda_OpenMP-release/reload_modules.sh: No such file or directory'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.408/TestAll_2023-08-14_12.21.15/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:28:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_spec.hpp:27:'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:428:46: error: template argument for template type parameter must be a type'
b'                                             FRAG_M, FRAG_N, FRAG_K, X, Y, Z>;'
b'                                             ^~~~~~'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:54:20: note: template parameter is declared here'
b'          typename YFragScalar, unsigned FRAG_M, unsigned FRAG_N,'
b'                   ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:435:9: error: no template named 'Dyn'"
b'        Dyn<0, 0, 0>::launch_parameters(alpha, a, x, beta, y);'
b'        ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:440:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:443:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:446:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:449:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<1, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:452:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 1, 1>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:455:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 2, 2>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:458:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 4, 4>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:461:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<2, 8, 8>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:463:7: error: use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Werror,-Wc++20-extensions]'
b'      Dyn<0, 0, 0>(alpha, a, x, beta, y, params).dispatch(exec);'
b'      ^'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.408/TestAll_2023-08-14_12.21.15/clang/13.0.0/Cuda-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1401:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_ONE& tag) {'
b'                                                                         ^'
b"/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1712:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_TWO& tag) {'
b'                                                                         ^'
b'14 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'make[2]: *** Waiting for unfinished jobs....'
b'14 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: 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'
b'14 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2624: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_CUDA_MEMSPACE_CUDASPACE.cpp.o] Error 1'
b'14 errors generated when compiling for sm_70.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2638: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1477: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'clang-13.0.0-Cuda-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        source /projects/ppc64le-pwr9-rhel8/legacy-env.sh'
b'        module purge'
b'        module load cmake/3.23.1 clang/13.0.0 openblas/0.3.20/gcc/9.3.0 cuda/10.1.243'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda --arch=Power9,Volta70 --compiler=/home/projects/ppc64le-pwr9-nvidia/spack/opt/spack/linux-rhel7-power9le/gcc-7.4.0/llvm-13.0.0-t6hzufjroylzhs7hg3dvmhrrcsvhygzv/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr9-nvidia/cuda/10.1.243  --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=cusparse,cublas,blas --user-blas-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-lapack-path=/home/projects/ppc64le-pwr9/spack/opt/spack/linux-rhel7-power9le/gcc-9.3.0/openblas-0.3.20-wt32he2mqdzpqfzdbyhiwaqibx6j6s3l/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10.408/TestAll_2023-08-14_12.21.15/clang/13.0.0/Cuda-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  156 |   AMatrix_Internal A_i = A;'
b'      |                    ^~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp: In instantiation of void KokkosSparse::spmv(const execution_space&, KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&, const KokkosSparse::{anonymous}::RANK_TWO&) [with execution_space = Kokkos::OpenMP; AlphaType = double; AMatrix = KokkosSparse::Experimental::BsrMatrix; XVector = Kokkos::View; BetaType = double; YVector = Kokkos::View]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1243:7:   required from void KokkosSparse::spmv(const execution_space&, KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with execution_space = Kokkos::OpenMP; AlphaType = double; AMatrix = KokkosSparse::Experimental::BsrMatrix; XVector = Kokkos::View; BetaType = double; YVector = Kokkos::View]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1290:7:   required from void KokkosSparse::spmv(KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with AlphaType = double; AMatrix = KokkosSparse::Experimental::BsrMatrix; XVector = Kokkos::View; BetaType = double; YVector = Kokkos::View]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_bsr.cpp:357:23:   required from int details::test_bsr_matrix_vec(const char*, KokkosSparse::CrsMatrix, int, int, int, scalar_t, scalar_t, int) [with scalar_t = double]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/perf_test/sparse/KokkosSparse_spmv_bsr.cpp:561:78:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:776:20: error: conversion from const KokkosSparse::Experimental::BsrMatrix to non-scalar type AMatrix_Internal {aka KokkosSparse::CrsMatrix, Kokkos::MemoryTraits<1>, const int>} requested'
b'  776 |   AMatrix_Internal A_i = A;'
b'      |                    ^~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:28: error: no matching function for call to KokkosSparse::Impl::SPMV2D1D, Kokkos::MemoryTraits<1>, const int>, Kokkos::View, Kokkos::MemoryTraits<3> >, double, Kokkos::View, Kokkos::MemoryTraits<1> >, Kokkos::LayoutLeft>::spmv2d1d(const Kokkos::OpenMP&, const char*&, const double&, const KokkosSparse::Experimental::BsrMatrix&, XVector_SubInternal&, const double&, YVector_SubInternal&)'
b'  800 |     if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note: candidate: static bool KokkosSparse::Impl::SPMV2D1D::spmv2d1d(const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with AlphaType = double; AMatrix = KokkosSparse::CrsMatrix, Kokkos::MemoryTraits<1>, const int>; XVector = Kokkos::View, Kokkos::MemoryTraits<3> >; BetaType = double; YVector = Kokkos::View, Kokkos::MemoryTraits<1> >]'
b'  589 |   static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note:   candidate expects 6 arguments, 7 provided'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note: candidate: template static bool KokkosSparse::Impl::SPMV2D1D::spmv2d1d(const execution_space&, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with execution_space = execution_space; AlphaType = double; AMatrix = KokkosSparse::CrsMatrix, Kokkos::MemoryTraits<1>, const int>; XVector = Kokkos::View, Kokkos::MemoryTraits<3> >; BetaType = double; YVector = Kokkos::View, Kokkos::MemoryTraits<1> >]'
b'  597 |   static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note:   template argument deduction/substitution failed:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:28: note:   cannot convert A (type const KokkosSparse::Experimental::BsrMatrix) to type const KokkosSparse::CrsMatrix, Kokkos::MemoryTraits<1>, const int>&'
b'  800 |     if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/build.make:76: perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/KokkosSparse_spmv_bsr.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2221: perf_test/sparse/CMakeFiles/sparse_spmv_bsr.dir/all] Error 2'
b'[ 78%] Linking CXX executable sparse_spmv'
b'[ 78%] Built target sparse_spmv'
b'[ 78%] Linking CXX executable sparse_spmv_struct_tuning'
b'[ 78%] Built target sparse_spmv_struct_tuning'
b'[ 78%] Linking CXX executable KokkosKernels_batched_gemm_openmp'
b'[ 78%] Built target KokkosKernels_batched_gemm_openmp'
b'[ 79%] Linking CXX executable graph_triangle'
b'[ 79%] Built target graph_triangle'
b'[ 79%] Linking CXX executable sparse_kk_spmv'
b'[ 79%] Built target sparse_kk_spmv'
b'[ 80%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 80%] Built target KokkosKernels_graph_openmp'
b'[ 80%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 80%] Built target KokkosKernels_blas_openmp'
b'[ 80%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 80%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.81/TestAll_2023-08-14_12.22.58/gnu/10.2.1/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'gnu-10.2.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_GNU1021/KokkosKernels_PullRequest_GNU1021.81/TestAll_2023-08-14_12.22.58/gnu/10.2.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo28: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

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

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

b'  589 |   static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note:   candidate expects 6 arguments, 7 provided'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note: candidate: template static bool KokkosSparse::Impl::SPMV2D1D::spmv2d1d(const execution_space&, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with execution_space = execution_space; AlphaType = Kokkos::complex; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>; XVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; BetaType = Kokkos::complex; YVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >]'
b'  597 |   static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note:   template argument deduction/substitution failed:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:28: note:   cannot convert A (type const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, int>) to type const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const int>&'
b'  800 |     if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp: In instantiation of void KokkosSparse::spmv(const execution_space&, KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&, const KokkosSparse::{anonymous}::RANK_TWO&) [with execution_space = Kokkos::Serial; AlphaType = Kokkos::complex; AMatrix = KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>; XVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >; BetaType = Kokkos::complex; YVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >]:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1243:7:   required from void KokkosSparse::spmv(const execution_space&, KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with execution_space = Kokkos::Serial; AlphaType = Kokkos::complex; AMatrix = KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>; XVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >; BetaType = Kokkos::complex; YVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1290:7:   required from void KokkosSparse::spmv(KokkosKernels::Experimental::Controls, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with AlphaType = Kokkos::complex; AMatrix = KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>; XVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >; BetaType = Kokkos::complex; YVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:488:23:   required from void Test_Spmv_Bsr::test_spm_mv(const std::optional&, const char*, const Alpha&, const Beta&, const Bsr&, const XVector&, const YVector&) [with Bsr = KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>; XVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >; YVector = Kokkos::View**, Kokkos::LayoutLeft, Kokkos::Device >; Alpha = Kokkos::complex; Beta = Kokkos::complex]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:639:22:   required from void Test_Spmv_Bsr::test_spm_mv_combos(const char*, const Bsr&) [with Layout = Kokkos::LayoutLeft; Bsr = KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:655:33:   required from void Test_Spmv_Bsr::test_spm_mv_corner_cases() [with Scalar = Kokkos::complex; Ordinal = int; Offset = long unsigned int; Layout = Kokkos::LayoutLeft; Device = Kokkos::Serial]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:689:68:   required from void Test_Spmv_Bsr::test_spm_mv() [with Scalar = Kokkos::complex; Ordinal = int; Offset = long unsigned int; Layout = Kokkos::LayoutLeft; Device = Kokkos::Serial]'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:126:1:   required from here'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:776:20: error: conversion from const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int> to non-scalar type AMatrix_Internal {aka KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>} requested'
b'  776 |   AMatrix_Internal A_i = A;'
b'      |                    ^~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:28: error: no matching function for call to KokkosSparse::Impl::SPMV2D1D, KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >, Kokkos::complex, Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >, Kokkos::LayoutLeft>::spmv2d1d(const Kokkos::Serial&, const char*&, const Kokkos::complex&, const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>&, XVector_SubInternal&, const Kokkos::complex&, YVector_SubInternal&)'
b'  800 |     if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note: candidate: static bool KokkosSparse::Impl::SPMV2D1D::spmv2d1d(const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with AlphaType = Kokkos::complex; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; XVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; BetaType = Kokkos::complex; YVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >]'
b'  589 |   static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note:   candidate expects 6 arguments, 7 provided'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note: candidate: template static bool KokkosSparse::Impl::SPMV2D1D::spmv2d1d(const execution_space&, const char*, const AlphaType&, const AMatrix&, const XVector&, const BetaType&, const YVector&) [with execution_space = execution_space; AlphaType = Kokkos::complex; AMatrix = KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>; XVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3> >; BetaType = Kokkos::complex; YVector = Kokkos::View*, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1> >]'
b'  597 |   static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'      |               ^~~~~~~~'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note:   template argument deduction/substitution failed:'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:28: note:   cannot convert A (type const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::Serial, void, long unsigned int>) to type const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const long unsigned int>&'
b'  800 |     if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
b'[ 83%] Linking CXX executable KokkosBatched_Test_SPMV'
b'[ 83%] Built target KokkosBatched_Test_SPMV'
b'[ 83%] Building CXX object perf_test/graph/CMakeFiles/graph_color_d2.dir/KokkosGraph_color_d2.cpp.o'
b'[ 83%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 83%] Built target KokkosBatched_Test_CG'
b'[ 84%] Building CXX object perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/backends/Test_OpenMP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1879: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/backends/Test_Serial_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1852: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2'
b'[ 84%] Linking CXX executable KokkosKernels_graph_serial'
b'[ 84%] Built target KokkosKernels_graph_serial'
b'[ 84%] Linking CXX executable graph_color'
b'[ 84%] Built target graph_color'
b'[ 84%] Linking CXX executable graph_mis_d2'
b'[ 84%] Built target graph_mis_d2'
b'[ 84%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 84%] Linking CXX executable KokkosKernels_graph_openmp'
b'[ 84%] Built target KokkosBatched_Test_GMRES'
b'[ 84%] Built target KokkosKernels_graph_openmp'
b'[ 84%] Linking CXX executable graph_color_d2'
b'[ 84%] Built target graph_color_d2'
b'[ 84%] Linking CXX executable KokkosKernels_blas_serial'
b'[ 84%] Built target KokkosKernels_blas_serial'
b'[ 84%] Linking CXX executable KokkosKernels_blas_openmp'
b'[ 84%] Built target KokkosKernels_blas_openmp'
b'[ 84%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 84%] Built target KokkosKernels_batched_dla_serial'
b'[ 84%] Linking CXX executable KokkosKernels_batched_dla_openmp'
b'[ 84%] Built target KokkosKernels_batched_dla_openmp'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gnu-10.2.1-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/10.2.1 openblas/0.3.21'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=BDW --compiler=/opt/rh/devtoolset-10/root/usr/bin/g++ --cxxflags="-O3  " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_GNU1021/KokkosKernels_PullRequest_Tpls_GNU1021.80/TestAll_2023-08-14_12.23.16/gnu/10.2.1/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo86: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b''
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(800): error: no instance of overloaded function "KokkosSparse::Impl::SPMV2D1D::spmv2d1d [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::CrsMatrix, const int, Kokkos::Device,'
b'          Kokkos::MemoryTraits<1U>, const size_t={unsigned long}>, XVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<3U>>, BetaType=std::remove_const_t>, YVector=Kokkos::View *, Kokkos::LayoutLeft, Kokkos::Device, Kokkos::MemoryTraits<1U>>]" matches the'
b'          argument list'
b'            argument types are: (const Kokkos::Threads::execution_space, const char *, const std::remove_const_t>, const KokkosSparse::Experimental::BsrMatrix, XVector_SubInternal, const std::remove_const_t>, YVector_SubInternal)'
b'      if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'          ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(597): note: this candidate was rejected because arguments do not match'
b'    static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'                ^'
b'/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp(589): note: this candidate was rejected because mismatch in count of arguments'
b'    static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'                ^'
b'          detected during:'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &, const KokkosSparse::::RANK_TWO &) [with execution_space=Kokkos::Threads::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::Experimental::BsrMatrix,'
b'                      XVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>]" at line 1243'
b'            instantiation of "void KokkosSparse::spmv(const execution_space &, KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with execution_space=Kokkos::Threads::execution_space, AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::Experimental::BsrMatrix, XVector=Kokkos::View'
b'                      **, Kokkos::LayoutLeft, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>]" at line 1291'
b'            instantiation of "void KokkosSparse::spmv(KokkosKernels::Experimental::Controls, const char *, const AlphaType &, const AMatrix &, const XVector &, const BetaType &, const YVector &) [with AlphaType=std::remove_const_t>, AMatrix=KokkosSparse::Experimental::BsrMatrix, XVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, BetaType=std::remove_const_t>, YVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>]" at line 488 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp"'
b'            instantiation of "void Test_Spmv_Bsr::test_spm_mv(const std::optional &, const char *, const Alpha &, const Beta &, const Bsr &, const XVector &, const YVector &) [with Bsr=KokkosSparse::Experimental::BsrMatrix, XVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>,'
b'                      YVector=Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Alpha=std::remove_const_t>, Beta=std::remove_const_t>]" at line 639 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp"'
b'            instantiation of "void Test_Spmv_Bsr::test_spm_mv_combos(const char *, const Bsr &) [with Layout=Kokkos::LayoutLeft, Bsr=KokkosSparse::Experimental::BsrMatrix]" at line 655 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp"'
b'            instantiation of "void Test_Spmv_Bsr::test_spm_mv_corner_cases() [with Scalar=kokkos_complex_double, Ordinal=int, Offset=size_t={unsigned long}, Layout=Kokkos::LayoutLeft, Device=Kokkos::Threads]" at line 689 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp"'
b'            instantiation of "void Test_Spmv_Bsr::test_spm_mv() [with Scalar=kokkos_complex_double, Ordinal=int, Offset=size_t={unsigned long}, Layout=Kokkos::LayoutLeft, Device=Kokkos::Threads]" at line 126 of "/gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp"'
b''
b'[ 97%] Linking CXX executable team_GMRES'
b'[ 97%] Built target team_GMRES'
b'compilation aborted for /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/kokkos-kernels/sparse/unit_test/backends/Test_Threads_Sparse.cpp (code 2)'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/build.make:90: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/backends/Test_Threads_Sparse.cpp.o] Error 2'
b'make[1]: *** [CMakeFiles/Makefile2:1348: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_threads.dir/all] Error 2'
b'make[1]: *** Waiting for unfinished jobs....'
b'[ 97%] Linking CXX executable KokkosKernels_batched_gemm_threads'
b'[ 97%] Built target KokkosKernels_batched_gemm_threads'
b'[ 98%] Linking CXX executable KokkosKernels_common_threads'
b'[ 98%] Built target KokkosKernels_common_threads'
b'[ 99%] Linking CXX executable KokkosKernels_graph_threads'
b'[ 99%] Built target KokkosKernels_graph_threads'
b'[ 99%] Linking CXX executable KokkosKernels_blas_threads'
b'[ 99%] Built target KokkosKernels_blas_threads'
b'[100%] Linking CXX executable KokkosKernels_batched_dla_threads'
b'[100%] Built target KokkosKernels_batched_dla_threads'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.86/TestAll_2023-08-14_12.23.26/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'intel-19.0.5.281-Threads-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.86/TestAll_2023-08-14_12.23.26/intel/19.0.5.281/Threads-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo104: task 0: Exited with exit code 2'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1401:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_ONE& tag) {'
b'                                                                         ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1712:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_TWO& tag) {'
b'                                                                         ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1401:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_ONE& tag) {'
b'                                                                         ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1712:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_TWO& tag) {'
b'                                                                         ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:27:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_spmv_struct_spec.hpp:274:40: error: unused parameter 'exec' [-Werror,-Wunused-parameter]"
b'  static void spmv_mv_struct(const ES& exec, const char mode[],'
b'                                       ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1401:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_ONE& tag) {'
b'                                                                         ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1712:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_TWO& tag) {'
b'                                                                         ^'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/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_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27:'
b'In file included from /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26:'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1401:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_ONE& tag) {'
b'                                                                         ^'
b"/gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1712:74: error: unused parameter 'tag' [-Werror,-Wunused-parameter]"
b'                 const BetaType& beta, const YVector& y, const RANK_TWO& tag) {'
b'                                                                         ^'
b'3 errors generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2568: 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'
b'make[2]: *** Waiting for unfinished jobs....'
b'3 errors generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2582: 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'
b'3 errors generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2596: 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'
b'3 errors generated.'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2610: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1475: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:146: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'llvm-10.0.1-Threads_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 llvm/10.0.1 gnu/10.2.1'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Threads,Serial --arch=BDW --compiler=/projects/netpub/sems/llvm/10.0.1/gcc/10.2.1/b4rc6cw/bin/clang++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_CLANG1001_solo/KokkosKernels_PullRequest_CLANG1001_solo.70/TestAll_2023-08-14_12.31.56/llvm/10.0.1/Threads_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo73: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.581/TestAll_2023-08-14_12.33.54/armpl/21.1.0/Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.581/TestAll_2023-08-14_12.33.54/armpl/21.1.0/Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 31%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.581/TestAll_2023-08-14_12.33.54/armpl/21.1.0/Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 32%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 33%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 34%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_mv_struct_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1263: 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'
b'make[2]: *** Waiting for unfinished jobs....'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1276: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1289: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:1302: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1507: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'armpl-21.1.0-OpenMP-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.581/TestAll_2023-08-14_12.33.54/armpl/21.1.0/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'armpl-21.1.0-Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0 armpl/21.1.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=armpl,armpl    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110/KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110.581/TestAll_2023-08-14_12.33.54/armpl/21.1.0/Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4006'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 35%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 36%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'In file included from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp:26,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/impl/KokkosSparse_sptrsv_solve_spec.hpp:27,'
b'                 from /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp:20:'
b'/home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:473:1: error: multi-line comment [-Werror=comment]'
b'  473 | //#define __SPMV_TYPES__                                          \\'
b'      | ^'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o'
b'[ 37%] Building CXX object CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/spmv/Sparse_spmv_struct_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2407: 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'
b'make[2]: *** Waiting for unfinished jobs....'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2433: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2394: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2420: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2459: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2446: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_INT_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2485: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_SERIAL_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'cc1plus: all warnings being treated as errors'
b'make[2]: *** [CMakeFiles/kokkoskernels.dir/build.make:2472: CMakeFiles/kokkoskernels.dir/sparse/eti/generated_specializations_cpp/sptrsv_solve/Sparse_sptrsv_solve_eti_COMPLEX_DOUBLE_ORDINAL_INT_OFFSET_SIZE_T_LAYOUTLEFT_EXECSPACE_OPENMP_MEMSPACE_HOSTSPACE.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:1523: CMakeFiles/kokkoskernels.dir/all] Error 2'
b'make: *** [Makefile:158: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'gcc-10.2.0-OpenMP_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module purge'
b'        module load cmake/3.17.0 gcc/10.2.0'
b'        export OMP_NUM_THREADS=47'
b'        export OMP_PROC_BIND=close'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=A64FX --compiler=/opt/spatse/gcc/2020-09-17/spack/opt/spack/linux-rhel8-a64fx/gcc-8.2.1/gcc-10.2.0-f73mwr3ryd77o37a5jyofxet6nk7xowg/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/inouye/workspace/workspace/KokkosKernels_PullRequest_A64FX_GCC1020/KokkosKernels_PullRequest_A64FX_GCC1020.576/TestAll_2023-08-14_12.33.54/gcc/10.2.0/OpenMP_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'salloc: Relinquishing job allocation 4005'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  AMatrix_Internal A_i = A;'
b'                   ^     ~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1243:3: note: in instantiation of function template specialization 'KokkosSparse::spmv, KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>>' requested here"
b'  spmv(exec, controls, mode, alpha, A, x, beta, y, RANK_SPECIALISE());'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1290:3: note: in instantiation of function template specialization 'KokkosSparse::spmv, KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>>' requested here"
b'  spmv(typename AMatrix::execution_space{}, controls, mode, alpha, A, x, beta,'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:488:19: note: in instantiation of function template specialization 'KokkosSparse::spmv, KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>>' requested here"
b'    KokkosSparse::spmv(*controls, mode, alpha, a, x, beta, yAct);'
b'                  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:639:11: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::complex>' requested here"
b'          test_spm_mv(ctrl, mode, alpha, beta, a, x, y);'
b'          ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:655:7: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv_combos, int, Kokkos::HIP, void, unsigned long>>' requested here"
b'      test_spm_mv_combos(mode, bsr_corner_case_0_by_0(bs));'
b'      ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:689:3: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv_corner_cases, int, unsigned long, Kokkos::LayoutLeft, Kokkos::HIP>' requested here"
b'  test_spm_mv_corner_cases();'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:126:1: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv, int, unsigned long, Kokkos::LayoutLeft, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestExecSpace)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:720:3: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'  EXECUTE_BSR_TIMES_MVEC_TEST(SCALAR, ORDINAL, OFFSET, LayoutLeft,  \\'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:713:20: note: expanded from macro 'EXECUTE_BSR_TIMES_MVEC_TEST'"
b'    Test_Spmv_Bsr::test_spm_mv, int, Kokkos::HIP, void, unsigned long>' to 'const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long> &' for 1st argument"
b'class CrsMatrix {'
b'      ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp:345:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>' to 'KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long> &&' for 1st argument"
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp:453:26: note: candidate template ignored: could not match 'CrsMatrix' against 'BsrMatrix'"
b'  KOKKOS_INLINE_FUNCTION CrsMatrix('
b'                         ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:23:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_block_gauss_seidel.hpp:21:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_Utils.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:9: error: no matching function for call to 'spmv2d1d'"
b'    if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'        ^~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note: candidate function template not viable: no known conversion from 'const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>' to 'const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long>' for 4th argument"
b'  static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'              ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note: candidate function not viable: requires 6 arguments, but 7 were provided'
b'  static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'              ^'
b'12 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2025: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 82%] Built target KokkosKernels_batched_dla_serial'
b'[ 82%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 82%] Built target KokkosKernels_ode_hip'
b'[ 82%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 82%] Built target KokkosKernels_blas_hip'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 82%] Built target KokkosKernels_batched_dla_hip'
b'[ 82%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 82%] Built target KokkosKernels_graph_hip'
b'[ 82%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 82%] Built target KokkosKernels_batched_sla_hip'
b'[ 82%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 82%] Built target KokkosBatched_Test_CG'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/KokkosKernels_PullRequest_VEGA908_ROCM520.575/TestAll_2023-08-14_12.35.07/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway05: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:1290:3: note: in instantiation of function template specialization 'KokkosSparse::spmv, KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>>' requested here"
b'  spmv(typename AMatrix::execution_space{}, controls, mode, alpha, A, x, beta,'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:488:19: note: in instantiation of function template specialization 'KokkosSparse::spmv, KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>>' requested here"
b'    KokkosSparse::spmv(*controls, mode, alpha, a, x, beta, yAct);'
b'                  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:639:11: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv, int, Kokkos::HIP, void, unsigned long>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::View **, Kokkos::LayoutLeft, Kokkos::Device>, Kokkos::complex, Kokkos::complex>' requested here"
b'          test_spm_mv(ctrl, mode, alpha, beta, a, x, y);'
b'          ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:655:7: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv_combos, int, Kokkos::HIP, void, unsigned long>>' requested here"
b'      test_spm_mv_combos(mode, bsr_corner_case_0_by_0(bs));'
b'      ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:689:3: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv_corner_cases, int, unsigned long, Kokkos::LayoutLeft, Kokkos::HIP>' requested here"
b'  test_spm_mv_corner_cases();'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/test_common/Test_Common_Test_All_Type_Combos.hpp:126:1: note: in instantiation of function template specialization 'Test_Spmv_Bsr::test_spm_mv, int, unsigned long, Kokkos::LayoutLeft, Kokkos::HIP>' requested here"
b'KOKKOSKERNELS_EXECUTE_TEST(kokkos_complex_double, int, size_t, TestExecSpace)'
b'^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:720:3: note: expanded from macro 'KOKKOSKERNELS_EXECUTE_TEST'"
b'  EXECUTE_BSR_TIMES_MVEC_TEST(SCALAR, ORDINAL, OFFSET, LayoutLeft,  \\'
b'  ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_spmv_bsr.hpp:713:20: note: expanded from macro 'EXECUTE_BSR_TIMES_MVEC_TEST'"
b'    Test_Spmv_Bsr::test_spm_mv, int, Kokkos::HIP, void, unsigned long>' to 'const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long> &' for 1st argument"
b'class CrsMatrix {'
b'      ^'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp:345:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>' to 'KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long> &&' for 1st argument"
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_CrsMatrix.hpp:453:26: note: candidate template ignored: could not match 'CrsMatrix' against 'BsrMatrix'"
b'  KOKKOS_INLINE_FUNCTION CrsMatrix('
b'                         ^'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/backends/Test_HIP_Sparse.cpp:20:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse.hpp:23:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_block_gauss_seidel.hpp:21:'
b'In file included from /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/unit_test/Test_Sparse_Utils.hpp:20:'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:800:9: error: no matching function for call to 'spmv2d1d'"
b'    if (impl_type::spmv2d1d(exec, mode, alpha, A, x_i, beta, y_i)) {'
b'        ^~~~~~~~~~~~~~~~~~~'
b"/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:597:15: note: candidate function template not viable: no known conversion from 'const KokkosSparse::Experimental::BsrMatrix, int, Kokkos::HIP, void, unsigned long>' to 'const KokkosSparse::CrsMatrix, const int, Kokkos::Device, Kokkos::MemoryTraits<1>, const unsigned long>' for 4th argument"
b'  static bool spmv2d1d(const execution_space& exec, const char mode[],'
b'              ^'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/sparse/src/KokkosSparse_spmv.hpp:589:15: note: candidate function not viable: requires 6 arguments, but 7 were provided'
b'  static bool spmv2d1d(const char mode[], const AlphaType& alpha,'
b'              ^'
b'[ 81%] Built target KokkosBatched_Test_cusolverDn'
b'12 errors generated when compiling for gfx908.'
b'make[2]: *** [sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/build.make:95: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/backends/Test_HIP_Sparse.cpp.o] Error 1'
b'make[1]: *** [CMakeFiles/Makefile2:2025: sparse/unit_test/CMakeFiles/KokkosKernels_sparse_hip.dir/all] Error 2'
b'[ 81%] Linking CXX executable KokkosKernels_batched_dla_serial'
b'[ 81%] Built target KokkosKernels_batched_dla_serial'
b'[ 81%] Linking CXX executable KokkosKernels_ode_hip'
b'[ 81%] Built target KokkosKernels_ode_hip'
b'[ 81%] Linking CXX executable KokkosKernels_blas_hip'
b'[ 81%] Built target KokkosKernels_blas_hip'
b'[ 82%] Linking CXX executable KokkosKernels_batched_dla_hip'
b'[ 82%] Built target KokkosKernels_batched_dla_hip'
b'[ 82%] Linking CXX executable KokkosKernels_graph_hip'
b'[ 82%] Linking CXX executable KokkosBatched_Test_GMRES'
b'[ 82%] Built target KokkosKernels_graph_hip'
b'[ 82%] Built target KokkosBatched_Test_GMRES'
b'[ 82%] Linking CXX executable KokkosKernels_batched_sla_hip'
b'[ 82%] Built target KokkosKernels_batched_sla_hip'
b'[ 82%] Linking CXX executable KokkosBatched_Test_CG'
b'[ 82%] Built target KokkosBatched_Test_CG'
b'make: *** [Makefile:160: all] Error 2'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release (build failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.19.3 rocm/5.2.0 openblas/0.3.20/rocm/5.2.0'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Hip,Serial --arch=VEGA908 --compiler=/home/projects/ROCm/rocm-5.2.0/bin/hipcc --cxxflags="-O3  " --cxxstandard="17" --ldflags=""  --with-hip --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,blas,rocblas,rocsparse    --with-options= --with-cuda-options=   --no-examples  '
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520.97/TestAll_2023-08-14_12.35.11/rocm/5.2.0/Hip_Serial-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: caraway06: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Sending e-mails to: [email protected]'
b'Finished: FAILURE'
b''

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

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

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 818
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 409
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 82
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 81
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 81
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 87
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 71
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 582
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 577
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 576
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 98
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 599aa3c
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 599aa3c
  • 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: 853
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 444
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 117
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 116
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 104
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 610
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 608
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 130
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 7f2b601
  • 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: 853
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 444
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 117
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 116
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 122
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 104
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 615
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 610
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 608
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 130
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 7f2b601
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight # 853 (click to expand)

b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'***Forced exclusive execution'
b'Job <61501> is submitted to queue .'
b'<>'
b'<>'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  7f2b601f8468f209d83d0ce46d2a485d95c5578b Formatting'
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1270 run_time=394'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  7f2b601f8468f209d83d0ce46d2a485d95c5578b Formatting'
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
b''
b''
b'Going to test compilers:  cuda/11.2.2/gcc/8.3.1'
b'Testing compiler cuda/11.2.2/gcc/8.3.1'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'Unrecognized compiler cuda/11.2.2/gcc/8.3.1 when looking for Spack variants'
b'  Starting job cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'kokkos devices: Cuda,OpenMP'
b'kokkos arch: Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized '
b'extra_args:  --no-default-eti'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutRight'
b'  PASSED cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'cuda-11.2.2-gcc-8.3.1-Cuda_OpenMP-release build_time=1615 run_time=397'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight'
b'Finished: SUCCESS'
b''

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

b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP_Serial-release'
b'kokkos devices: OpenMP,Serial'
b'kokkos arch: Power8,Pascal60'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=506 run_time=86'
b'gcc-9.3.0-OpenMP_Serial-release build_time=690 run_time=218'
b'gcc-9.3.0-Serial-release build_time=466 run_time=86'
b'Running on machine: weaver'
b'KokkosKernels Repository Status:  7f2b601f8468f209d83d0ce46d2a485d95c5578b Formatting'
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
b''
b''
b'Going to test compilers:  gcc/9.3.0'
b'Testing compiler gcc/9.3.0'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-OpenMP-release'
b'kokkos devices: OpenMP'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-OpenMP-release'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'Unrecognized compiler gcc/9.3.0 when looking for Spack variants'
b'  Starting job gcc-9.3.0-Serial-release'
b'kokkos devices: Serial'
b'kokkos arch: Power9,Volta70'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED gcc-9.3.0-Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'gcc-9.3.0-OpenMP-release build_time=484 run_time=97'
b'gcc-9.3.0-Serial-release build_time=444 run_time=85'
b'/home/jenkins/kkw/workspace/KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10'
b'Finished: SUCCESS'
b''

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

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

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

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

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

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

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

b'18:        * *      ***                 '
b'18:         * *      ***                '
b'18:          *        **                '
b'18: ***   **    *   *   *               '
b'18:  ***       * *  *   **              '
b'18:   ***       * *     ***             '
b'18:    ***       * *     ***            '
b'18:     **        *       **            '
b'18:       ***  **    *  *   *           '
b'18:        ***      * * *   **          '
b'18:         ***      * *    ***         '
b'18:          **       *      **         '
b'18:            ***  **   *  *  *        '
b'18:             ***     * * *  **       '
b'18:              ***     * *   ***      '
b'18:               **      *     **      '
b'18:                 *** **   * *  *     '
b'18:                  ***    * **  **    '
b'18:                   **     *    **    '
b'18:                     *** **  * * *   '
b'18:                      ***   * ** **  '
b'18:                       **    *   **  '
b'18:                         *****  ** * '
b'18:                          **   * * * '
b'18:                            ***** ***'
b'18:                             **  * **'
b'18:                               **** *'
b'18:                                 *** '
b'18: '
b'18/19 Test #18: wiki_rcm .........................   Passed    0.10 sec'
b'test 19'
b'      Start 19: gmres_test_prec'
b''
b'19: Test command: /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.122/TestAll_2023-08-22_16.42.48/intel/19.0.5.281/OpenMP-release/example/gmres/KokkosKernels_gmres_test_prec'
b'19: Test timeout computed to be: 2500'
b'19: Convergence tolerance is: 1e-10'
b'19: ========================================='
b'19: Verify from main: Ending residual is 4.25123e-14'
b'19: Number of iterations is: 1'
b'19: Diff of residual from main - residual from solver: 0'
b'19: Convergence flag is : 0'
b'19: Test passed!'
b'19/19 Test #19: gmres_test_prec ..................   Passed    0.14 sec'
b''
b'95% tests passed, 1 tests failed out of 19'
b''
b'Total Test time (real) =  89.57 sec'
b''
b'The following tests FAILED:'
b'\t  7 - sparse_openmp (Subprocess aborted)'
b'Errors while running CTest'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'Unrecognized compiler intel/19.0.5.281 when looking for Spack variants'
b'  Starting job intel-19.0.5.281-Threads-release'
b'kokkos devices: Threads'
b'kokkos arch: BDW'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869'
b'extra_args:  --disable-perftests'
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED intel-19.0.5.281-Threads-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'intel-19.0.5.281-Threads-release build_time=1115 run_time=93'
b'#######################################################'
b'FAILED TESTS'
b'#######################################################'
b'intel-19.0.5.281-OpenMP-release (test failed)'
b'#######################################################'
b'  # Reproducer instructions:'
b'  #   Load modules:'
b'        module purge'
b'        module load cmake/3.22.3 gnu/8.2.1 intel/19.0.5.281 mkl/19.0.5.281'
b'        export OMP_NUM_THREADS=8'
b'        export OMP_PROC_BIND=spread'
b'        export OMP_PLACES=cores'
b''
b'  #     $KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=BDW --compiler=/projects/global/toss3/compilers/intel/intel_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized -diag-disable=1011 -diag-disable=869 -diag-disable=1011 -diag-disable=869" --cxxstandard="17" --ldflags=""   --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars=\'double,complex_double\' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=,mkl    --with-options= --with-cuda-options=   --no-examples   --disable-perftests'
b''
b'  #  To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:'
b'      # Move to the build directory'
b'        cd /gpfs/jenkins/workspace/KokkosKernels_PullRequest_Tpls_INTEL19_solo/KokkosKernels_PullRequest_Tpls_INTEL19_solo.122/TestAll_2023-08-22_16.42.48/intel/19.0.5.281/OpenMP-release'
b'      # To reload modules'
b'        source ./reload_modules.sh'
b'      # To reconfigure'
b'        ./call_generate_makefile.sh'
b'      # To rebuild'
b'        make -j'
b'      # To retest'
b'        ctest -V'
b'#######################################################'
b'srun: error: solo69: task 0: Exited with exit code 1'
b"Build step 'Execute shell' marked build as failure"
b'Finished: FAILURE'
b''

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

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

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

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

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

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

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

b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b' > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10'
b'Avoid second fetch'
b' > git rev-parse 7f2b601f8468f209d83d0ce46d2a485d95c5578b^{commit} # timeout=10'
b'Checking out Revision 7f2b601f8468f209d83d0ce46d2a485d95c5578b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7f2b601f8468f209d83d0ce46d2a485d95c5578b # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk e8d809ffc3968906148ef0aaffc4892eb3aaacf8 # timeout=10'
b'First time build. Skipping changelog.'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk fdb50e03a3039dbca420bacd09f23ebe18caa3f9 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_ROCM520] $ /bin/bash -el /tmp/jenkins4501830355673832654.sh'
b'From https://github.com/kokkos/kokkos-kernels'
b' * [new branch]          develop                     -> upstream/develop'
b' * [new branch]          master                      -> upstream/master'
b' * [new branch]          release-candidate-3.2.1     -> upstream/release-candidate-3.2.1'
b' * [new branch]          release-candidate-3.3.0     -> upstream/release-candidate-3.3.0'
b' * [new branch]          release-candidate-3.3.1     -> upstream/release-candidate-3.3.1'
b' * [new branch]          release-candidate-3.4.0     -> upstream/release-candidate-3.4.0'
b' * [new branch]          release-candidate-3.4.1     -> upstream/release-candidate-3.4.1'
b' * [new branch]          release-candidate-3.5.0     -> upstream/release-candidate-3.5.0'
b' * [new branch]          release-candidate-3.6.0     -> upstream/release-candidate-3.6.0'
b' * [new branch]          release-candidate-3.6.01    -> upstream/release-candidate-3.6.01'
b' * [new branch]          release-candidate-3.7.00    -> upstream/release-candidate-3.7.00'
b' * [new branch]          release-candidate-3.7.01    -> upstream/release-candidate-3.7.01'
b' * [new branch]          release-candidate-3.7.02    -> upstream/release-candidate-3.7.02'
b' * [new branch]          release-candidate-4.0.0     -> upstream/release-candidate-4.0.0'
b' * [new branch]          release-candidate-4.0.01    -> upstream/release-candidate-4.0.01'
b' * [new branch]          release-candidate-4.1.00    -> upstream/release-candidate-4.1.00'
b' * [new tag]             2.7.24                      -> 2.7.24'
b' * [new tag]             2.8.00                      -> 2.8.00'
b' * [new tag]             2.9.00                      -> 2.9.00'
b' * [new tag]             3.0.00                      -> 3.0.00'
b' * [new tag]             3.1.00                      -> 3.1.00'
b' * [new tag]             3.1.01                      -> 3.1.01'
b' * [new tag]             3.2.00                      -> 3.2.00'
b' * [new tag]             3.2.01                      -> 3.2.01'
b' * [new tag]             3.3.00                      -> 3.3.00'
b' * [new tag]             3.3.01                      -> 3.3.01'
b' * [new tag]             3.4.00                      -> 3.4.00'
b' * [new tag]             3.4.01                      -> 3.4.01'
b' * [new tag]             3.5.00                      -> 3.5.00'
b' * [new tag]             3.6.00                      -> 3.6.00'
b' * [new tag]             3.6.01                      -> 3.6.01'
b' * [new tag]             3.7.00                      -> 3.7.00'
b' * [new tag]             3.7.01                      -> 3.7.01'
b' * [new tag]             3.7.02                      -> 3.7.02'
b' * [new tag]             4.1.00                      -> 4.1.00'
b' * [new tag]             papers/us-rse-escience-2022 -> papers/us-rse-escience-2022'
b' * [new tag]             4.0.00                      -> 4.0.00'
b' * [new tag]             4.0.01                      -> 4.0.01'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Running on machine: caraway'
b'KokkosKernels Repository Status:  7f2b601f8468f209d83d0ce46d2a485d95c5578b Formatting'
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=914 run_time=324'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_ROCM520'
b'Finished: SUCCESS'
b''

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

b'Running as SYSTEM'
b'[EnvInject] - Loading node environment variables.'
b'Building remotely on caraway (Testbed) in workspace /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos-kernels/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/brian-kelley/kokkos-kernels # timeout=10'
b'Fetching upstream changes from https://github.com/brian-kelley/kokkos-kernels'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/brian-kelley/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse 7f2b601f8468f209d83d0ce46d2a485d95c5578b^{commit} # timeout=10'
b'Checking out Revision 7f2b601f8468f209d83d0ce46d2a485d95c5578b (detached)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7f2b601f8468f209d83d0ce46d2a485d95c5578b # timeout=10'
b'Commit message: "Formatting"'
b' > git rev-list --no-walk e8d809ffc3968906148ef0aaffc4892eb3aaacf8 # timeout=10'
b'The recommended git tool is: NONE'
b'No credentials specified'
b' > git rev-parse --resolve-git-dir /home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520/kokkos/.git # timeout=10'
b'Fetching changes from the remote Git repository'
b' > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10'
b'Fetching upstream changes from https://github.com/kokkos/kokkos.git'
b' > git --version # timeout=10'
b" > git --version # 'git version 2.31.1'"
b'Setting http proxy: proxy.sandia.gov:80'
b' > git fetch --tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10'
b' > git rev-parse origin/develop^{commit} # timeout=10'
b'Checking out Revision 7e299b4e25c42528e105379c3aa9a318056545ba (origin/develop)'
b' > git config core.sparsecheckout # timeout=10'
b' > git checkout -f 7e299b4e25c42528e105379c3aa9a318056545ba # timeout=10'
b'Commit message: "Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx"'
b' > git rev-list --no-walk fdb50e03a3039dbca420bacd09f23ebe18caa3f9 # timeout=10'
b'[KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520] $ /bin/bash -el /tmp/jenkins2901348046549113472.sh'
b'Already up to date.'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Running on machine: caraway'
b'KokkosKernels Repository Status:  7f2b601f8468f209d83d0ce46d2a485d95c5578b Formatting'
b''
b'Kokkos Repository Status:  7e299b4e25c42528e105379c3aa9a318056545ba Merge pull request #6369 from masterleinad/workaround_posix_memalign_osx'
b''
b''
b'Going to test compilers:  rocm/5.2.0'
b'Testing compiler rocm/5.2.0'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'Unrecognized compiler rocm/5.2.0 when looking for Spack variants'
b'  Starting job rocm-5.2.0-Hip_Serial-release'
b'Hip IS THE KOKKOS DEVICE'
b'kokkos devices: Hip,Serial'
b'kokkos arch: VEGA908'
b'kokkos options: '
b'kokkos cuda options: '
b'kokkos cxxflags: -O3  '
b'extra_args: '
b"kokkoskernels scalars: 'double,complex_double'"
b'kokkoskernels ordinals: int'
b'kokkoskernels offsets: int,size_t'
b'kokkoskernels layouts: LayoutLeft'
b'  PASSED rocm-5.2.0-Hip_Serial-release'
b'#######################################################'
b'PASSED TESTS'
b'#######################################################'
b'rocm-5.2.0-Hip_Serial-release build_time=950 run_time=332'
b'/home/jenkins/caraway-new/workspace/KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520'
b'Finished: SUCCESS'
b''

Don't try to partition the exec space in 2 if its concurrency is only 1
@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: 858
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 449
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 122
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 121
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 127
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 109
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 620
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 613
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 135
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (brian-kelley/kokkos-kernels)
  • Branch: SparseStreams
  • SHA: 33eb2d4
  • 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: 858
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 449
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 122
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 121
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 127
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 109
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 620
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 615
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 613
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 135
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/brian-kelley/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 33eb2d4
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 87fee56
PR_LABELS enhancement
PULLREQUESTNUM 1932
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

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

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

Comment on lines +231 to +232
// can't use tensor cores outside Nvidia GPU
if constexpr (!std::is_same_v<ExecutionSpace, Kokkos::Cuda>)
Copy link
Member

Choose a reason for hiding this comment

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

This broke the SYCL nightly build and will also break OpenMPTarget/OpenACC.
You can't assume that the Cuda backend is enabled because some NVIDIA GPU architecture is enabled.

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.

6 participants